/*
Theme Name: WP_Bouledogue
Theme URI: http://www.otc.fr/
Description: Thème/Framework Wordpress conçu par NicoGaudin pour l'Agence OTC
Version: 1.0
Author: Agence OTC
Author URI: http://www.otc.fr/
Tags: empty, full-width, simple, white, Framework

	Agence OTC
  http://www.otc.fr/

*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{ margin:0; padding:0;}
table{ border-collapse:collapse; border-spacing:0;}
fieldset,img{ border:0;}
address,caption,cite,code,dfn,var{ font-style:normal; font-weight:normal;}
ol,ul{ list-style:none;}
caption,th{ text-align:left;}
h1,h2,h3,h4,h5,h6{ font-size:100%; font-weight:normal;}
q:before,q:after{ content:'';}
abbr,acronym{ border:0;}

html{font-size:16px;}

body,button,input,select,textarea{ color:#333; font-family:Arial,Verdana,sans-serif; font-size:1rem; line-height:1.5em; font-family: 'Montserrat', sans-serif;}
*{box-sizing: border-box;}

.color-or{
    color:#d2af4a;
}
.nowrap{
    white-space: nowrap;
}
.wrapper{
    width:100%;
    max-width:1280px;
    margin:0 auto;
}
header{
    width:100%;
    float:left;
    padding:25px 25px 0 25px;
}

#logo-header{
    display:block;
    width:248px;
    height:80px;
    float:left;
    margin:40px 20px 0 20px;
    background:url(img/logo-actalys-formation-couleur.png) no-repeat;
    background-size: contain;
    background-position: center center;
    text-indent:-9999px;
}

#contact-top{
    width:50%;
    float:right;
    margin:30px 0;
}

a#lien-li-top{
    display:block;
    float:right;
    text-indent:-9999px;
    width:33px;
    height:33px;
    background:url(img/sprite-linkedin.png) no-repeat;
    background-position: top center;
}

a#lien-li-top:hover{
    background:url(img/sprite-linkedin.png) no-repeat;
    background-position: bottom center;
}

#contenu-top{
    width:92%;
    float:left;
}
#contenu-top span{
    display:inline-block;
    text-align:right;
    width:100%;
}

#tel-top i{
    margin-right:5px;
}
nav{
    position:relative;
    width:100%;
    float:left;
    z-index:99;
}
nav ul {
 margin:0;
 padding:0;
 list-style-type:none;
 text-align:center;
    float:right;
}
nav li {
 float:left;
 margin:auto;
 padding:0;
 }
nav li::before{
    content:"|";
    color: #d2af4a;
    float:left;
    line-height:40px;
}
nav li a {
 display:block;
 height:40px;
 line-height:40px;
 color:#000;
 text-decoration:none;
 padding:0 30px;
    font-size:1rem;
 }
nav li a:hover {
 color:#d2af4a;
 }

nav li.current_page_item a{
    font-weight: bold;
}

nav ul li ul {
 display:none;
    float:none;
 }
nav ul li:hover ul {
 display:block;
 }
nav li:hover ul li {
    float:none;
    border-left:0;
 }
nav li ul {
 position:absolute;
    width:15%;
    background-color:#d2af4a;
 }
nav li ul li a{
    line-height:normal;
    height:auto;
    padding:12px 0;
    margin:0 15px;
    font-weight: 600;
    color:#fff;
    border-bottom: 1px solid #fff;
}

nav li ul li:last-child a{
    border-bottom: 0;
}

nav li ul li a:hover{
    color:#000;
}

nav ul li.home-top{
    text-indent:-9999px;
    background:url(img/sprite-home.png) no-repeat;
    background-position: right top;
    margin-right:30px;
}
nav ul li.home-top:hover{
    background-position: right bottom;
}


section#slider-accueil{
    width:100%;
    float:left;
    min-height:50vh;
    border-right:25px solid #fff;
    border-left:25px solid #fff;
}

.slick-slide{
    height:70vh !important;
    background-size:cover;
    background-position:center center;
}

.texte-slide-accueil{
    display:block;
    width: 50%;
    margin:80px 0 0 80px;
    font-size:3.125rem;
    line-height:1em;
    font-family:'heebo', sans-serif;
    font-weight:100;
    background: rgba(255, 255, 255, 0.3);
    padding:15px;
}
.texte-slide-accueil strong{
    font-weight:700;
}

.slick-dots{
    position:relative;
    float:left;
    width:20%;
    margin:-35px 40% 0 40%;
    z-index:99;
    display: flex;
   justify-content: center;
}

.slick-dots li{
    float:left;
    text-align:center;
}

.slick-dots li button{
    border:0;
    width:15px !important;
    height:15px !important;
    text-indent:-9999px;
    opacity:0.5;
    background-color:#fff;
    margin:0 3px;
    border-radius:2px;
}
.slick-dots li.slick-active button{
    opacity:1;
}


section#presentation-home{
    width:100%;
    float:left;
    padding:50px 50px 70px 50px;
    text-align:left;
    font-size:1.25rem;
    line-height:1.5em;
}

#presentation-home div.wrapper{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.desc-home{
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin:0 0 50px 0;
}

.desc-home img{
    width:45%;
    height:auto;
}
.desc-home div{
    width:100%;
}
.description1 img{
    padding:0 20px 20px 0;
    float:left;
}

.description2 img{
    padding:0 0 20px 20px;
    float:right;
}

section#raccourcis-formations{
    width:100%;
    float:left;
}
#raccourcis-formations h2{
    display:block;
    width:50%;
    float:left;
    margin:0 25%;
    padding:70px 0 0 0;
    border-top:1px solid #d2af4a;
    font-family:'heebo', sans-serif;
    font-weight:800;
    font-size:2.5rem;
    text-align:center;
    color: #d2af4a;
}
#conteneur-raccourcis-formations{
    width:70%;
    float:left;
    margin:0 15%;
}
.raccourci-formation{
    float:left;
    width:31%;
    text-align:center;
    margin:50px 1% 0 1%;
}

.raccourci-formation img{
    background-color:#d2af4a;
    border-radius:15px;
    padding:20px;
}

.raccourci-formation h3{
    font-weight:700;
    font-size:1.375rem;
    margin-top:20px;
    line-height:normal;
}
.raccourci-formation a{
    text-decoration:none;
    color:#000;
}

/***************************** Page Présentation **************************/

section#top-page{
    width:100%;
    float:left;
    min-height:70vh;
    background-size:cover;
    background-position:center center;
    border-right:25px solid #fff;
    border-left:25px solid #fff;
}

#accroche-page{
    width:50%;
    height:70vh;
    float:left;
    background-color: rgba(208,173,72,.8);
    font-family:"Heebo", sans-serif;
    font-size:3.125rem;
    font-weight:100;
    text-align:right;
    padding:80px 80px 0 0;
    line-height:60px;
}
#accroche-page strong{
    font-weight:700;
}

section#contenu-presentation{
    width:100%;
    float:left;
    padding-top:50px;
    font-size:1.25rem;
    font-weight:400;
    line-height:1.5em;
    text-align: center;
}

#contenu-presentation h2{
    font-weight:700;
    font-size:1.2em;
}

#contenu-presentation p{
    margin-top:15px;
}

#conteneur-picto-certification{
    width:100%;
    float:left;
    display: flex;
    justify-content: center;
    align-items:center;
    flex-flow: row wrap;
}


.picto-certification{
    height:100%;
    margin:30px 1% 0 1%;
}

section#valeurs{
    width:100%;
    float:left;
}
#chapo-valeurs{
    padding:50px 50px 70px 50px;
    font-size:1.25rem;
    font-weight:400;
    line-height:1.5em;
    text-align: center;
}



.legende-visuel{
    font-size:0.95rem;
    font-weight:200;
}

.legende-visuel span.italique{
    font-style:italic;
}

#valeurs h2{
    display:block;
    width:50%;
    float:left;
    margin:0 25%;
    padding:70px 0 0 0;
    border-top:1px solid #d2af4a;
    font-family:'heebo', sans-serif;
    font-weight:800;
    font-size:2.5rem;
    text-align:center;
    color: #d2af4a;
}

#conteneur-picto-valeurs{
    width:100%;
    float:left;
    display: flex;
    justify-content: center;
}

.picto-valeurs{
    width:16%;
    margin-top:50px;
    text-align: center;
}

.picto-valeurs img{
    width:46%;
    height:auto;
    margin-left:27%;
    float:left;
}
.picto-valeurs h3{
    width:100%;
    float:left;
    font-weight:700;
    font-size:1.3rem;
    margin-top:20px;
    line-height:normal;
}
/****************************** Modèle de base de page ***********************/

#contenu-page{
    width:100%;
    float:left;
    padding-top:70px;
}

#contenu-page h2{
    line-height:normal;
}

#contenu-page ul{
    width:60%;
    margin:0 auto;
}

#contenu-page ul li{
    list-style-type: disc;
    padding-left:25px;
    margin:15px 0;
}

#contenu-page a{
    color:#d2af4a;
    text-decoration:none;
}

#contenu-page a:hover{
    text-decoration:underline;
}

.cadre-bouton{
    padding:20px;
    border:1px solid #ddd;
    border-radius:15px;
    text-align:justify;
}


#avis-clients{
    width:100%;
    float:left;
    margin:0;
    padding:0;
    margin-top:50px;
}


#container-avis{
    display:flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-content: flex-start;
}

.card-avis-clients{
    width:23%;
    border:1px solid #d2af4a;
    padding:10px;
    border-radius: 20px;
}

.card-avis-clients span{
    display:inline-block;
    width:100%;
}
.titre-formation{
    font-size:0.8em;
    font-style:italic;
    line-height:1.1em;
    min-height:60px;
}
.card-avis-clients img{
    width:70%;
    height:auto;
    margin-left:15%;
}

.note span{
    margin-top:20px;
    font-size:3em;
    font-weight:bold;
    text-align:center;
    min-height:50px;
}

.card-avis-clients p{
    width:100%;
    margin-top:20px;
}

.auteur{
    font-weight:bold;
    font-style:italic;
    text-align:right;
}

/***************************** Page Contact **********************************/

#map{
    border-right:25px solid #fff;
    border-left:25px solid #fff;
    float:left;
    width:100%;
    height:30vh;
    min-height:500px;
}

section#contenu-contact{
    width:100%;
    float:left;
    padding-top:70px;
}

#formulaire-contact{
    width:70%;
    float:left;
    min-height:50vh;
    padding-right:25px
}


#formulaire-contact input:not([type="submit"]), #formulaire-contact textarea{
    background:#fff;
    border: 1px solid #d2af4a;
}
#formulaire-contact label{
    color:#d2af4a;
    font-weight:700;
}
input[type="submit"]{
    cursor: pointer;
}
.checkbox-container.label-right .field-wrap{
    display:block !important;
}
.checkbox-container.label-right .nf-field-label{
    float:left;
    width:100% !important;
    margin:0 !important;
    font-weight:400;
    font-size:1rem !important;
}
.checkbox-container.label-right .nf-field-label label{
    font-weight:400 !important;
    font-size:1rem !important;
}
.label-right .nf-field-description{
    width:60%;
    margin-right:0 !important;
    font-size:0.75rem;
}

#nf-field-11-container{
    font-size:0.75rem;
}

#formulaire-contact a{
    color:#d2af4a;
    transition: all .2s linear;
}
#formulaire-contact a:hover{
    color:#000;
}

#formulaire-contact input[type="button"]{
    background:#d2af4a;
    font-weight:700;
    color:#fff;
    border:0 !important;
    padding:0 35px;
    transition: all .2s linear;
}

#formulaire-contact input[type="button"]:hover{
    background:#000;
    border-radius:70px;
}

#process-contact{
    width:30%;
    float:right;
    padding-left: 25px;
    border-left:1px solid #d2af4a;
}

#process-contact h1{
    font-size:1.875rem;
    font-weight:100;
    color:#d2af4a;
    width:100%;
    float:left;
}

#process-contact img{
    width:100%;
    float:left;
    height:auto;
    margin:10px 0;
}

.etape-contact{
    width:100%;
    float:left;
}

.etape-contact span{
    float:left;
    display:block;
    height:24px;
    width:24px;
    line-height:24px;
    text-align:center;
    font-weight:700;
    color:#fff;
    border-radius:50%;
    background:#d2af4a;
    margin-top:8px;
}
.etape-contact p{
    display:block;
    float:right;
    width:90%;
    margin:0 0 8px 0;
}

/*************************** Page Liste des formations **********************/

#intro-liste{
    width:100%;
    float:left;
}

#intro-liste span{
    font-weight:700;
    font-size:1.5rem;
    color:#d2af4a;
    display:block;
    width:100%;
    float:left;
    margin:0;
}

#intro-liste h1{
    font-weight:100;
    color:#d2af4a;
    font-size:2.2rem;
    width:100%;
    float:left;
    margin:0;
}

#text-intro-liste{
    width:100%;
    float:left;
    margin:30px 0;
}

#loop-formation{
    width:100%;
    float:left;
}

.formation-single-list{
    float:left;
    width:100%;
    border-left:6px solid #d2af4a;
    margin-bottom:60px;
    padding-top:25px;
}

.descriptif-liste-formation{
    width:80%;
    float:left;
    padding-left:25px;
}

.descriptif-liste-formation span{
    font-weight:100;
    font-size:1.25rem;
}

.descriptif-liste-formation h2{
    font-weight:700;
    font-size:1.75rem;
    color:#d2af4a;
    width:100%;
    margin-top:10px;
}
.descriptif-liste-formation p{
    margin:15px 0;
}

.lien-formation-liste{
    display:block;
    float:right;
    width:15%;
    text-decoration: none;
    color:#d2af4a;
    margin-right:25px;
    text-align: center;
}

.lien-formation-liste i{
    background:#d2af4a;
    display:block;
    width:80px;
    height:80px;
    text-align: center;
    line-height:80px;
    color:#fff;
    margin:0 auto;
    margin-bottom:5px;
    font-size:2rem;
}

.meta-formation-liste{
    width:100%;
    float:left;
    background:#eee;
}

.meta-formation-single{
    float:left;
    height:60px;
    line-height:60px;
    margin:5px 10px 5px 25px;
}
.meta-formation-single img{
    height:40px;
    width:auto;
    margin:10px 10px 10px 0;
    float:left;
}

.meta-formation-single span{
    display: inline-block;
    height:40px;
    margin:10px 0;
    line-height: 40px;
    float:left;
}


#cta-catalogue{
    width:100%;
    float:left;
}

#cta-conteneur{
    width:100%;
    float:left;
    background:#f1f1f1;
    display: flex;
    justify-content: space-between;
    align-items:center;
}

#cta-conteneur img{
    float:left;
    width:35%;
    height:auto;
}

#cta-conteneur div{
    width:60%;
    float:right;
}

#cta-conteneur div span{
    font-weight:100;
    font-size:1rem;
}

#cta-conteneur div h3{
    font-weight:700;
    color:#d2af4a;
    font-size:1.875rem;
    margin:5px 0 25px 0;
}

#cta-conteneur a{
    display:inline-block;
    color:#fff;
    background:#000;
    padding:10px 25px;
    font-size:1.125rem;
    line-height: 1.5rem;
    font-weight:400;
    text-decoration:none;
}

#cta-conteneur a i{
    font-size:1.5rem;
    margin-right:15px;
}

/************************** Page single formation *************/

#single-formation{
    width:100%;
    float:left;
}

#entete-single-formation{
    float:left;
    width:100%;
    margin-bottom:20px;
}
#entete-single-formation span:first-of-type{
    font-weight:700;
    color:#d2af4a;
    font-size:1.875rem;
}
#categ-formation{
    font-weight:100;
    color:#d2af4a;
    font-size:3.125rem;
    display:inline-block;
    width:100%;
    text-transform: capitalize;
    margin:10px 0 20px 0;
}

#single-formation h1{
    font-size:1.375rem;
}

#contenu-single-formation{
    width:65%;
    float:left;
}
#contenu-single-formation h2{
    font-weight:700;
    color:#d2af4a;
    width:100%;
    margin-top:30px;
    font-size:1.375rem;
}

h2#titre-programme{
    font-weight:100;
    font-size:1.875rem;
    text-transform: uppercase;
    line-height:41px;
}

h2#titre-programme img{
    margin-right:15px;
}

#contenu-single-formation h3{
    font-weight:700;
    font-size:1.125rem;
    margin:25px 0 5px 0;
}

#contenu-single-formation ul{
    list-style-type:disc;
    margin-left:40px;
}

#contenu-single-formation ul ul{
    list-style-type:disc;
    margin-left:30px;
}


#sidebar-formation{
    width:32%;
    float:right;
}

#focus-formation{
    background:#d2af4a;
    color:#000;
    padding:20px;
    width:100%;
    float:left;
}

#lieu-formation{
    width:100%;
    float:left;
    border-bottom:1px dashed #fff;
}

#lieu-formation img{
    width:40px;
    height:auto;
    float:left;
    margin-right:8px;
}

#lieu-formation h2{
    width: 80%;
    font-weight:700;
    float:right;
}
#lieu-formation p{
    width:80%;
    float:right;
    margin-bottom:10px
}

#type-formation{
    width:100%;
    float:left;
    border-bottom:1px dashed #fff;
    margin-top:10px;
    padding-bottom:10px;
}

#type-formation img{
    width:40px;
    height:auto;
    float:left;
    margin-right:8px;
}

#type-formation h2{
    width: 80%;
    font-weight:700;
    float:right;
}
#type-formation span{
    display:block;
    width:80%;
    float:right;
}

#tarif-formation{
    width:100%;
    float:left;
    margin-top:10px;
}
#tarif-formation span{
    display:block;
    width:100%;
}

#tarif-single{
    font-weight:700;
    font-size:1.875rem;
    margin:5px 0;
}

#infos-formation{
    width:100%;
    border-left: 1px solid #d2af4a;
    padding:15px 0 15px 15px;
    margin:15px 0;
    float:left;
}

#infos-formation div{
    padding-bottom:10px;
    border-bottom:1px dashed #d2af4a;
    margin-bottom:10px;
}

#infos-formation div:last-of-type{
    border:0;
}

#infos-formation h2{
    font-weight:700;
    color:#d2af4a;
    text-transform: uppercase;
    width:100%;
}


/*************************** Footer *****************************/


footer{
    width:100%;
    background: #d2af4a;
    border:25px solid #fff;
    margin-top:55px;
    float:left;
    color:#fff;
    padding:30px 0 25px 0;
}

#logo-footer{
    width:15%;
    float:left;
    min-height:50px;
    background:url(img/logo-actalys-formation-blanc.png) no-repeat;
    background-size: contain;
    text-indent:-9999px;
    margin-right:25px;
}

#adresse-footer{
    float:left;
    width:50%;
    padding-left:25px;
    border-left:1px solid #fff;

}


#partenaires-footer{
    width:100%;
    display:flex;
    flex-direction: row;
    justify-content: center;
}

.partenaire-footer{
    margin:50px 15px 0 15px;
}

.partenaire-footer a{
    display:block;
    width:100%;
    height:100%;
        text-align: center;
}

.partenaire-footer a img{
    width:auto;
    height:70px;
}


#mentions-footer{
    float:left;
    width:70%;
    margin:85px 15% 0 15%;
    text-align:center;
    font-size:0.75rem;
}

#mentions-footer div, #mentions-footer ul, #mentions-footer ul li,#mentions-footer a{
    display: inline;
    color:#fff;
    text-decoration: none;
}
#mentions-footer span{
    display:inline-block;
    width:100%;
}

#mentions-footer a:hover{
    text-decoration:underline;
    color:#000;
}

@media screen and (max-width: 1280px) {
    .wrapper{
        width:100%;
        max-width:980px;
    }

    #contenu-presentation, #contenu-page, #intro-liste, #loop-formation, #cta-catalogue, #single-formation, #contenu-contact{
        padding:0 25px;
    }
    #cta-conteneur div h3 {
    font-size: 1.8rem;
    }
    .picto-valeurs h3{
        font-size:1.1rem;
    }
    #valeurs h2{
        width:70%;
        margin:0 15%;
        line-height: normal;
    }
}

@media screen and (max-width: 980px) {
    .wrapper{
        width:100%;
        max-width:640px;
    }

    #contact-top{
        width:100%;
    }
    .texte-slide-accueil{
        width: 70%;
    }

    #logo-footer{
        width:30%;
        margin-left:2%;
    }
    #adresse-footer{
        width:50%;
    }
    #conteneur-raccourcis-formations{
        width:98%;
        margin:0 1%;
    }
    #valeurs h2{
        width:96%;
        margin:0 2%;
    }
    #conteneur-picto-valeurs{
        flex-wrap: wrap;
    }
    .picto-valeurs{
        width:30%;
    }
    #intro-liste h1{
        line-height:1.2em;
    }
    .lien-formation-liste{
        width:20%;
        margin:30px 0 0 0;
        font-size:0.875rem;
    }

    .lien-formation-liste i{
        width:50px;
        height:50px;
        line-height:50px;
        font-size:1.5rem;
    }

    #cta-conteneur{
        padding:25px 25px 25px 0;
    }
    #cta-conteneur div h3{
        font-size:1.6rem;
    }

    #contenu-single-formation{
        width:100%;
    }

    #sidebar-formation{
        width:100%;
        display:flex;
        flex-direction:row-reverse;
        align-items: flex-start;
        align-content: space-between;
        margin-top:50px;
    }
    #infos-formation{
        padding-right:15px;
    }

    #formulaire-contact{
        width:100%;
        padding:0;
    }
    #process-contact{
        width:100%;
    }
    #process-contact img {
    width: 50%;
    float: left;
    height: auto;
    margin: 10px 0;
    }
    #container-avis{
    display:flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-content: flex-start;
}

.card-avis-clients{
    width:43%;
    border:1px solid #d2af4a;
    padding:10px;
    border-radius: 20px;
    margin-bottom:20px
}

}

@media screen and (max-width: 640px) {
    .wrapper{
        width:100%;
        max-width:320px;
    }
    html{font-size:14px;}

    #contenu-top{
        width:100%;
    }

    section#slider-accueil{
        min-height:20vh;
    }

    .slick-slide{
        height:45vh !important;
        background-position:right center;
    }

    .texte-slide-accueil{
        margin:15vh 0 0 0;
        font-size:2.5rem;
        text-shadow: 0 0 0;
        width:95%;
    }

    .desc-home img{
        width:100%;
        height:auto;
    }
    .description1 img{
        padding:20px 0;
        float:left;
    }

    .description2 img{
        padding:20px 0;
        float:left;
    }
    #raccourcis-formations h2{
        width:100%;
        margin:0;
    }
    .raccourci-formation {
    width: 98%;
    }
    #contenu-page ul{
    width:90%;
    margin:0 auto;
    }
    #accroche-page{
        width:75%;
        font-size:3rem;
        padding:50px 50px 0 0;
        line-height:1.2em;
    }
    #conteneur-picto-certification{
        flex-direction: row;
    }

    .picto-valeurs{
        width:48%;
    }

    .descriptif-liste-formation{
        width:100%;
    }

    .lien-formation-liste{
        width:60%;
        margin:30px 20%;
    }

    .meta-formation-liste{
        float: none;
        display:flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .meta-formation-single{
        float:none;
        display:flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content:flex-start;
        align-items: center;
        height:auto;
        line-height: normal;
    }

    .meta-formation-single span{
        float:none;
        height:auto;
        line-height: normal;
    }
    #cta-conteneur{
        flex-direction: column;
        align-items: center;
        padding:25px;
    }
    #cta-conteneur img{
        width:70%;
        margin:0 0 25px 0;
    }

    #cta-conteneur div{
        width:100%;
        text-align:center;
    }
    #sidebar-formation{
        width:100%;
        display:flex;
        flex-direction:column;
        align-items: flex-start;
        align-content: space-between;
        margin-top:50px;
    }
    #infos-formation{
        padding-right:0;
    }


    #process-contact{
        padding-left:15px;
    }

    #container-avis{
    display:flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-content: flex-start;
}

.card-avis-clients{
    width:90%;
    border:1px solid #d2af4a;
    padding:10px;
    border-radius: 20px;
    margin-bottom:20px
}


    #logo-footer{
        width:96%;
        margin:10px 2% 40px 2%;
    }
    #adresse-footer{
        width:100%;
        border:0;
        padding:0;
        text-align:center;
    }

    #partenaires-footer{
        flex-direction: column;
        justify-content: center;
    }

    #mentions-footer{
        width:96%;
        margin:60px 2% 0 2%;
    }

}





/* Balises block */
.post-content h1{ }
.post-content h2{
    font-weight:100;
    font-size:1.875rem;
    color:#d2af4a;
    margin:50px 0 25px 0;
}
.post-content h3{
    font-weight:700;
    font-size:1.375rem;
    color:#d2af4a;
    margin:30px 0 15px 0;
}
.post-content h4{ }
.post-content h5{ }
.post-content h6{ }
.post-content p{margin-top:10px; line-height:1.5em;}
.post-content ul{margin:10px 0 0 20px;}
.post-content ol{margin:10px 0 0 20px;}
.post-content blockquote{width:100%; background:#eeeeee; margin:20px 0; padding:25px; }
.post-content pre{ }
.post-content address{ }

/* Balises inline */
.post-content strong{ font-weight:700;}
.post-content em{ }
.post-content acronym{ }
.post-content code{ }
.post-content del{ }
.post-content ins{ }

/* Classes des images */
.alignleft{ display:inline; float:left;}
.aligncenter{ clear:both;	display:block; margin-left:auto; margin-right:auto;}
.alignright{ display:inline; float:right;}
.size-auto{ }
.size-medium{ }
.size-large{ }
.size-full{ }
.wp-caption{ }
.wp-caption img{ }
.gallery{ }
.gallery .gallery-item{ }
