.DocBox{
    min-height: 150px;
    padding-right:10px;
}
.DocHeader{
    padding-bottom:0;

}
.subTitle{
    color:#b8002b;
    font-size:19px;
}
.subTitle1{

}
.corpsListe{
    font-size:16px;
}
.WhiteBox4{
    background: #ffffff url('/images/front/Personnage-1.png') no-repeat scroll right bottom;
    min-height: 150px;
    padding-top:10px;
    border-radius:0 0 1em 1em ;
    /*border-bottom:1px solid #000;*/
}
.WhiteBox4>a>strong {
    font-size: 16px;
}
.WhiteBox4>a:hover{
    color:#b8002b;
}
.lienFormation{
    font-family:"open_sans_condensedbold";
    font-weight:bold;
    font-size:17px;
}
.lienFormation:hover{
    color:#b8002b;
}
@media only screen and (max-width: 991px) {
    .subTitle{
        color:#b8002b;
        font-size:15px;
    }
    .corpsListe{
        font-size:14px;
    }
}