/* Réassurances */
#reassurances{
    background-color: #FFFFFF;
    padding: 40px 0;
}
#reassurances img{
    height: 30px !important;
}
#reassurances .titreReassurance{
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}
@media screen and (max-width: 700px) {
    #reassurances .titreReassurance{
        font-size: 14px;
    }
}
/* Footer */
#footer{
    color: #FFF;
    background-color: #5860A6;
    padding: 40px 30px 0 30px;
}
#footer a{
    transition: all ease 0.3s;
}
#footer a:hover{
    color: #ffd300;
    text-decoration: underline;
}
#footer #menuFooter #region_footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 100px;
    row-gap: 50px;
    padding-bottom: 50px;
}
#footer #menuFooter h2{
    color: #FCFAF3;
    font-size: 19px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 20px;
}
#footer #menuFooter .logos-moyens-paiement{
    font-size: 0;
}
#footer #menuFooter .logos-moyens-paiement:before{
    display: inline-block;
    width: 119px;
    height: 40px;
    background-image: url('../img/footer/moyens-paiement.png');
    background-position: left bottom;
    background-size: 119px 25px;
    background-repeat: no-repeat;
    content: "";
}
#footer #menuFooter .footer-email,
#footer #menuFooter .footer-tel,
#footer #menuFooter .footer-horaires{
    display: flex;
    align-items: center;
}
#footer #menuFooter .footer-email:before{
    display: inline-block;
    width: 22px;
    height: 12px;
    background-image: url('../img/footer/footer-email.png');
    background-position: left top;
    background-size: auto 12px;
    background-repeat: no-repeat;
    content: "";
}
#footer #menuFooter .footer-tel:before{
    display: inline-block;
    width: 22px;
    height: 14px;
    background-image: url('../img/footer/footer-tel.png');
    background-position: left top;
    background-size: auto 14px;
    background-repeat: no-repeat;
    content: "";
}
#footer #menuFooter .footer-horaires:before{
    display: inline-block;
    width: 22px;
    height: 16px;
    background-image: url('../img/footer/footer-horaires.png');
    background-position: left top;
    background-size: auto 16px;
    background-repeat: no-repeat;
    content: "";
}
#footer #menuFooter ul li{
    color: #FCFAF3;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}
/* Copyright */
#copyrightFooter{
    padding: 30px 0;
    border-top: 1px solid #828bd4;
}
#copyrightFooter p{
    color: #abafd3;
    font-size: 11px;
    font-weight: 400;
}