/* Réassurances */
#reassurances{
    background-color: #FFFFFF;
    padding: 45px 30px;
    border-top: 2px solid #FFECEE;
}
@media screen and (max-width: 800px){
    #reassurances .grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media screen and (max-width: 450px){
    #reassurances .grid{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
#reassurances img{
    height: 58px !important;
}
#reassurances .titreReassurance{
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    color: #222222;
    font-size: 25px;
    font-weight: 500;
}
@media screen and (max-width: 1023px){
    #reassurances{
        padding: 30px;
    }
    #reassurances img{
        height: 45px !important;
    }
    #reassurances .titreReassurance{
        font-size: 18px;
    }
}
/* Footer */
#footer{
    background-color: #FFECEE;
    padding: 40px 30px;
    border-top: 1px solid #E6D4D6;
}
#footer a:hover{
    text-decoration: underline;
}
#footer #menuFooter #region_footer{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    column-gap: 100px;
    row-gap: 40px;
}
@media screen and (max-width: 800px){
    #footer #menuFooter #region_footer{
        flex-wrap: wrap;
        justify-content: space-between;
        column-gap: 0;
    }
    #footer #menuFooter #region_footer nav{
        flex: 0 0 50%;
    }
}
@media screen and (max-width: 650px){
    #footer #menuFooter #region_footer nav{
        flex: 0 0 100%;
    }
}
#footer #menuFooter h2{
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    white-space: nowrap;
}
#footer #menuFooter ul li{
    color: #616161;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
}
/* Copyright */
#copyrightFooter{
    background-color: #FFECEE;
    padding: 15px 30px;
    border-top: 1px solid #E6D4D6;
}
#copyrightFooter p{
    color: #616161;
    font-size: 12px;
    font-weight: 400;
}