/* Réassurances */
#reassurances{
    background-color: #FFFFFF;
    padding: 32px 30px;
}
@media screen and (max-width: 950px) {
    #reassurances .grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media screen and (max-width: 500px) {
    #reassurances .grid{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
#reassurances img{
    height: 50px !important;
}
#reassurances .titreReassurance{
    color: #445252;
    font-size: 18px;
    font-weight: 600;
}
#reassurances .texteReassurance{
    color: #888888;
    font-size: 16px;
    font-weight: 300;
}
#reassurances a{
    position: relative;
    padding: 8px 0;
}
#reassurances a.separateur::after{
    content: "";
    display: block;
    background-color: #DADCDC;
    height: 100%;
    width: 1px;
    right: -16px;
    position: absolute;
    top: 0;
}
@media screen and (max-width: 1050px) {
    #reassurances{
        padding: 30px;
    }
    #reassurances img{
        height: 30px !important;
    }
    #reassurances .titreReassurance{
        font-size: 16px;
    }
    #reassurances .texteReassurance{
        font-size: 14px;
    }
    #reassurances a{
        padding: 0;
    }
    #reassurances a.separateur::after{
        display: none;
    }
}
/* Footer */
#footer{
    background-color: #445252;
    padding: 40px 30px;
}
#footer #menuFooter{
    padding-bottom: 40px;
    border-bottom: 1px solid #576363;
}
#footer #menuFooter .logo-footer{
    font-size: 0;
    line-height: 0;
}
#footer #menuFooter .logo-footer:before{
    display: inline-block;
    width: 259px;
    height: 64px;
    background-image: url('../img/footer/logo-footer.png');
    background-position: left top;
    background-size: 259px 64px;
    background-repeat: no-repeat;
    content: "";
}
#footer #menuFooter .facebookFooterMenu{
    display: block;
    font-size: 0;
    margin-top: 24px;
}
#footer #menuFooter .facebookFooterMenu:before{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../img/footer/facebook.svg');
    background-position: center top;
    background-size: auto 20px;
    background-repeat: no-repeat;
    content: "";
}
#footer #menuFooter #region_footer{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    column-gap: 60px;
    row-gap: 40px;
}
@media screen and (max-width: 1200px) {
    #footer #menuFooter #region_footer{
        flex-wrap: wrap;
    }
    #footer #menuFooter #region_footer nav:first-child{
        width: 100%;
    }
}
@media screen and (max-width: 900px) {
    #footer #menuFooter #region_footer{
        justify-content: flex-start;
    }
}
#footer #menuFooter h2{
    color: #FFFFFF;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
    white-space: nowrap;
}
#footer #menuFooter ul li{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
}
#footer #menuFooter ul li a:not(.button):hover{
    color: #00CC99;
    text-decoration: underline;
}
#footer #menuFooter ul li a.button{
    height: 32px !important;
    line-height: 30px !important;
    width: 175px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}
/* Copyright */
#copyrightFooter{
    background-color: #445252;
    padding: 0 30px 40px 30px;
}
#copyrightFooter p{
    color: #FCFAF3;
    font-size: 14px;
    font-weight: 400;
}