/* @media screen and (max-width: 760px) {
    #page {
        padding-top: 70px;
    }
} */

.templatePageTextBloc {
    padding: 40px 0;
}
@media screen and (max-width: 782px) {
    html {
        margin-top: 0 !important;
    }
}



/* Accueil */
.sectionTexteImage h2{
    margin-bottom: 30px;
}

.sectionTexteImage p{
    font-weight: 300;
    line-height: 150%;
}
@media (min-width:1400px){
    .sectionTexteImage p{
        font-size: 1.6rem;
    }
}
.page-template-front-page .article-title {
    color: #000000!important;
    font-size: 2.4rem;
    margin: 15px 0;
}
.page-template-front-page .article .btn-dark {
    background-color: var(--orange);
}
.page-template-front-page .article .btn-dark:hover {
    background-color: var(--dark-gray);
}
.sectionCta p{
    line-height: 200%;
    display: block;
    max-width: 560px;
}

.sectionCta h2{
    color: var(--white) !important;
}
@media (min-width:1024px){
    .sectionCta h2{
        font-size: 3.4rem;
    }
    .sectionCta p{
        font-size: 1.6rem;
    }
}




/* Documentation */
.text-en-tete-contenu p{
    line-height: 180%;
}

.resum-doc_picture::before{
    display: block;
    width: 100%;
    padding-top: 120%;
    background-color: var(--gray-light);
    content: "";
}
.resum-doc_picture{
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.resum-doc_picture a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.resum-doc_picture img{
    transition: 0.2s ease-in-out;
}
.resum-doc_picture:hover img{
    transform: scale(1.1);
}




/* Nous trouver */
.sectionNous-trouver{
    padding: 8rem 0;
}


/* Résultats de recherche */
#resultats-recherche {
    max-width: 960px;
    
    margin: 0 auto;
    padding: 50px 0;
}