/**
* GENERAL
*/

.title {margin-top: 0;font-size: 24px;font-weight: bold;letter-spacing: -2px;}
h3 {color: black;font-size: 21px;font-weight: bold;letter-spacing: -1.5px;line-height:1.5;}
h4 {font-size: 20px;font-weight:300;padding-bottom:5vh;line-height:1.5;}

/**
* BANNIERE
*/

#banniere-habilitations .haut{
    background: url('../images_formation/images_phtb/fond-htb.jpg') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    margin-top: -20px;
    min-height: 200px !important;
}

#banniere-habilitations .filtre {
    background: rgba(2, 55, 86, 0.7);
    background-size: cover;
    color: #fff;
    min-height: 200px !important;
}

#banniere h3 {letter-spacing: -2px;}

/**
 * STYLE GENERAL SECTIONS
 */

.section-habilitation .text {font-weight: 300;font-size: 18px;line-height: 1.5;text-align: justify;padding: 0 4vh 2vh;}
.section-habilitation img {max-width: 500px;width: 80%;}
.section-habilitation .dispo a {color:white; text-decoration: underline;}

@media only screen and (min-width:767px) {
    .section-habilitation .content {display: flex;justify-content: center;align-items: center;}
    .section-habilitation .text {max-width: 700px;}
}

/**
* PRESENTATION 
*/

#presentation .text {font-weight: 300;font-size: 18px;line-height: 1.5;text-align: justify;padding: 0 4vh 2vh;}
#presentation img {max-width: 500px;width: 80%;}
#presentation .dispo a {color:white; text-decoration: underline;}

@media only screen and (min-width:767px) {
    #presentation .content {display: flex;justify-content: center;align-items: center;}
    #presentation .text {max-width: 700px;}
}

.renseignement-formation div.dispo {
    display: inline-block;
    width: 200px;
    margin: 15px 30px;
    border: 1px solid #046197;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #046197;
    color: white;
}

/**
* TITRE HABILITATION
*/

#titre-habilitation .titre-hab {font-weight: bold; font-size: 25px;}
#titre-habilitation .sous-titre-hab {font-weight: bold; font-size: 17px;}

/**
* EXPERTISE
*/

#expertise h3 {padding: 10px 0;}
a.pdf {font-size:17px;height:40px;line-height:40px;font-variant: inherit;letter-spacing: -1px;}

/**
* TEMOIGNAGE SLIDE
*/

.img-temoignage-phtb1 {
    background: url('../images_sifoee/temoignages/temoignage-dwe.jpg') center no-repeat;
    width: 150px;height: 150px;margin: auto auto auto 40px;border-radius: 50%;
}

.img-temoignage-phtb2,
.img-temoignage-phtb3 {
    background: url('../images_sifoee/temoignages/temoignage-sifoee.jpg') center no-repeat;
    width: 150px;height: 150px;margin: auto auto auto 40px;border-radius: 50%;
}
