/* Réassurances */
#reassurances{
    background-color: #3EA543;
    padding: 60px 30px;
}
@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: 54px !important;
}
#reassurances .titreReassurance{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
}
@media screen and (max-width: 1150px) {
    #reassurances{
        padding: 40px 30px;
    }
    #reassurances .titreReassurance{
        font-size: 16px;
    }
}
/* Footer */
#footer{
    background-color: #FFFFFF;
    padding: 50px 30px 30px 30px;
}
#footer #menuFooter #region_footer{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    column-gap: 75px;
    row-gap: 40px;
    padding-bottom: 30px;
}
@media screen and (max-width: 1250px){
    #footer #menuFooter #region_footer{
        flex-wrap: wrap;
        justify-content: space-around;
    }
    #footer #menuFooter #region_footer nav:first-child{
        width: 100%;
    }
}
@media screen and (max-width: 500px){
    #footer #menuFooter #region_footer nav{
        width: 100%;
    }
}
#footer #menuFooter h2{
    color: #3EA543;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
    white-space: nowrap;
}
#footer #menuFooter ul li{
    color: #1A4017;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
}
#footer #menuFooter ul li a:hover{
    text-decoration: underline;
}
#footer #menuFooter .suivez-nous{
    font-weight: 300;
    margin-top: 15px;
}
#footer #menuFooter .facebookFooterMenu,
#footer #menuFooter .instagramFooterMenu{
    display: inline-block;
    font-size: 0;
    line-height: inherit;
}
#footer #menuFooter .facebookFooterMenu a:before,
#footer #menuFooter .instagramFooterMenu a:before{
    display: inline-block;
    background-position: center top;
    background-repeat: no-repeat;
    content: "";
}
#footer #menuFooter .facebookFooterMenu a:before{
    width: 20px;
    height: 20px;
    background-image: url('../img/footer/facebook.svg');
    background-size: auto 20px;
}
#footer #menuFooter .instagramFooterMenu a:before{
    width: 20px;
    height: 20px;
    background-image: url('../img/footer/instagram.svg');
    background-size: auto 20px;
}
/* Copyright */
#copyrightFooter{
    background-color: #FFFFFF;
    padding: 0 30px 30px 30px;
}
#copyrightFooter p{
    color: #1A4017;
    font-size: 14px;
    font-weight: 400;
}