/* Réassurances */
#reassurances{
    background-color: #FFFFFF;
    padding: 60px 30px;
    border-top: 1px solid #E6E6E6;
}
@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: 50px !important;
}
#reassurances .titreReassurance{
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
}
#reassurances .texteReassurance{
    max-width: 240px;
    color: #747474;
    font-size: 14px;
    font-weight: 400;
    margin: 0 auto;
}
@media screen and (max-width: 1150px) {
    #reassurances{
        padding: 40px 30px;
    }
    #reassurances .titreReassurance{
        font-size: 16px;
    }
}
/* Réassurances 2 */
#reassurances2{
    background-color: #2A2A2A;
    padding: 30px;
}
#reassurances2 .container > div{
    position: relative;
    flex-grow: 1;
}
#reassurances2 .container > div:after{
    content: "";
    display: block;
    background-color: #484848;
    height: 194px;
    width: 1px;
    right: 0;
    position: absolute;
}
#reassurances2 .container > div:last-child:after{
    display: none;
}
@media screen and (max-width: 1077px){
    #reassurances2 .container{
        flex-wrap: wrap
    }
    #reassurances2 .container > div:after{
        display: none;
    }
}
@media screen and (max-width: 800px){
    #reassurances2{
        padding: 0;
    }   
}
#reassurances2 .titreReassurance{
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
}
#reassurances2 .texteReassurance{
    color: #B1B1B1;
    font-size: 16px;
    font-weight: 400;
}
#reassurances2 .telReassurance{
    height: 39px;
    width: 210px;
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 600;
    background-color: #23A6C3;
    border-radius: 5px;
}
/* Footer */
#footer{
    position: relative;
    background-color: #FFFFFF;
    padding: 30px;
}
#footer #menuFooter #region_footer ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 30px;
    row-gap: 5px;
}
#footer #menuFooter #region_footer ul li{
    color: #2A2A2A;
    font-size: 16px;
    font-weight: 400;
}
#footer #menuFooter #region_footer ul li:hover{
    text-decoration: underline;
}
#footer #menuFooter .facebookFooterMenu a,
#footer #menuFooter .rssFooterMenu a{
    display: inline-block;
    font-size: 0;
    line-height: inherit;
    margin: 0 5px;
}
#footer #menuFooter .facebookFooterMenu a:before,
#footer #menuFooter .rssFooterMenu a:before{
    display: inline-block;
    background-position: center top;
    background-repeat: no-repeat;
    content: "";
}
#footer #menuFooter .facebookFooterMenu a:before{
    width: 11px;
    height: 20px;
    background-image: url('../img/footer/facebook.svg');
    background-size: auto 20px;
}
#footer #menuFooter .rssFooterMenu a:before{
    width: 22px;
    height: 21px;
    background-size: auto 21px;
    background-image: url('../img/footer/rss.svg');
}
/* Copyright */
#copyrightFooter{
    background-color: #FFFFFF;
    padding: 0 30px 30px 30px;
}
#copyrightFooter .container{
    padding-top: 10px;
    border-top: 1px solid #E5E5E5;
}
#copyrightFooter p{
    color: #2A2A2A;
    font-size: 14px;
    font-weight: 400;
}