/* Réassurances */
#reassurances{
    background-color: #1A1F26;
    padding: 60px 30px;
    border-bottom: 1px solid #2e323a;
}
@media screen and (max-width: 1000px) {
    #reassurances .grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media screen and (max-width: 520px) {
    #reassurances .grid{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
#reassurances img{
    height: 35px !important;
}
#reassurances .titreReassurance{
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 700;
    margin-top: 15px;
}
#reassurances .texteReassurance{
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 300;
}
@media screen and (max-width: 1150px) {
    #reassurances{
        padding: 40px 30px;
    }
    #reassurances .titreReassurance{
        font-size: 15px;
    }
    #reassurances .texteReassurance{
        font-size: 15px;
    }
}
/* Footer */
#footer{
    background-color: #1A1F26;
    padding: 60px 30px 40px 30px;
}
@media screen and (max-width: 1150px) {
    #footer{
        padding: 40px 30px;
    }
}
#footer #menuFooter{
    padding-bottom: 40px;
    border-bottom: 1px solid #2e323a;
}
#footer #menuFooter .logo-footer{
    font-size: 0;
    line-height: 0;
}
#footer #menuFooter .logo-footer:before{
    display: inline-block;
    width: 210px;
    height: 100px;
    background-image: url('../img/footer/logo-footer.png');
    background-position: left top;
    background-size: 210px 100px;
    background-repeat: no-repeat;
    content: "";
}
#footer #menuFooter .instagramFooterMenu,
#footer #menuFooter .facebookFooterMenu{
    float: left;
    font-size: 0;
    margin: 10px 10px 0 0;
}
#footer #menuFooter .instagramFooterMenu:before,
#footer #menuFooter .facebookFooterMenu:before{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: center top;
    background-size: auto 20px;
    background-repeat: no-repeat;
    content: "";
}
#footer #menuFooter .instagramFooterMenu:before{
    background-image: url('../img/footer/instagram.svg');
}
#footer #menuFooter .facebookFooterMenu:before{
    background-image: url('../img/footer/facebook.svg');
}
#footer #menuFooter #region_footer{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    column-gap: 60px;
    row-gap: 40px;
}
@media screen and (max-width: 1000px) {
    #footer #menuFooter #region_footer{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}
#footer #menuFooter h2{
    color: #EAAA2E;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
    white-space: nowrap;
}
#footer #menuFooter ul li{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 200%;
}
#footer #menuFooter ul li a:hover{
    color: #EAAA2E;
    text-decoration: underline;
}
@media screen and (max-width: 450px) {
    #footer #menuFooter #region_footer nav#block-logoadressereseauxsociaux{
        width: 100%;
    }
    #footer #menuFooter #region_footer nav#block-logoadressereseauxsociaux ul{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #footer #menuFooter .instagramFooterMenu,
    #footer #menuFooter .facebookFooterMenu{
        display: flex;
        align-items: center;
        font-size: inherit;
        margin: 0;
        gap: 5px;
    }
}
/* Copyright */
#copyrightFooter{
    background-color: #1A1F26;
    padding: 0 30px 60px 30px;
}
@media screen and (max-width: 1150px) {
    #copyrightFooter{
        padding: 0 30px 40px 30px;
    }
}
#copyrightFooter p{
    color: #FCFAF3;
    font-size: 14px;
    font-weight: 300;
}