/* Réassurances */
#reassurances{
    background-color: #00275b;
    padding: 60px 30px;
    border-bottom: 1px solid #193d6b;
}
@media screen and (max-width: 850px) {
    #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: #FFF;
    font-size: 20px;
    font-weight: 500;
}
@media screen and (max-width: 1023px) {
    #reassurances{
        padding: 32px 30px;
    }
    #reassurances img{
        height: 30px !important;
    }
    #reassurances .titreReassurance{
        font-size: 16px;
    }
}
/* Footer */
#footer{
    background-color: #00275b;
    padding: 60px 30px 0 30px;
}
#footer a:hover{
    color: #d6b459;
    text-decoration: underline;
}
#footer #menuFooter .logo-footer{
    font-size: 0;
    line-height: 0;
}
#footer #menuFooter .logo-footer:before{
    display: inline-block;
    width: 214px;
    height: 52px;
    background-image: url('../img/footer/logo-footer.png');
    background-position: left top;
    background-size: 214px 52px;
    background-repeat: no-repeat;
    content: "";
}
#footer #menuFooter .adresse-footer-haut{
    display: block;
    margin-top: 10px;
}
#footer #menuFooter .adresse-footer-bas{
    display: block;
    margin-bottom: 10px;
}
#footer #menuFooter .instagramFooterMenu,
#footer #menuFooter .facebookFooterMenu{
    float: left;
    font-size: 0;
    margin-top: 10px;
}
#footer #menuFooter .instagramFooterMenu:before,
#footer #menuFooter .facebookFooterMenu:before{
    display: inline-block;
    width: 22px;
    height: 22px;
    background-position: center top;
    background-size: auto 22px;
    background-repeat: no-repeat;
    content: "";
    vertical-align: middle;
}
#footer #menuFooter .instagramFooterMenu:before{
    background-image: url('../img/footer/instagram.png');
}
#footer #menuFooter .facebookFooterMenu:before{
    background-image: url('../img/footer/facebook.png');
    margin: 0 5px;
}
#footer #menuFooter #region_footer{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    column-gap: 100px;
    row-gap: 50px;
    padding-bottom: 50px;
}
@media screen and (max-width: 1023px) {
    #footer #menuFooter #region_footer{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}
#footer #menuFooter h2{
    color: #FFFFFF;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
}
#footer #menuFooter ul li{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
}
/* Copyright */
#copyrightFooter{
    padding: 40px 0;
    border-top: 1px solid #193d6b;
}
#copyrightFooter p{
    color: #FCFAF3;
    font-size: 14px;
    font-weight: 300;
}