/* Réassurances */
#reassurances{
    background-color: #FFFFFF;
    padding: 60px 30px;
    border: 1px solid #E86D0E;
}
@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: 45px !important;
}
#reassurances .titreReassurance{
    color: #00141C;
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
}
#reassurances .texteReassurance{
    color: #00141C;
    font-size: 16px;
    font-weight: 400;
}
@media screen and (max-width: 1150px){
    #reassurances{
        padding: 40px 30px;
    }
    #reassurances .titreReassurance{
        font-size: 15px;
    }
    #reassurances .texteReassurance{
        font-size: 15px;
    }
}
/* Footer */
#footer{
    background-color: #F1F1F1;
    padding: 60px 30px;
}
@media screen and (max-width: 1150px){
    #footer{
        padding: 40px 30px;
    }
}
#footer #menuFooter .logo-footer{
    font-size: 0;
    line-height: 0;
}
#footer #menuFooter .logo-footer:before{
    display: inline-block;
    width: 310px;
    height: 110px;
    background-image: url('../img/footer/logo-footer.png');
    background-position: left top;
    background-size: 310px 110px;
    background-repeat: no-repeat;
    content: "";
}
#footer #menuFooter .slogan-footer{
    font-size: 0;
    line-height: 15px;
}
#footer #menuFooter .slogan-footer:before{
    font-size: 15px;
    font-weight: 500;
    color: #B0BF22;
    content: "Votre spécialiste\00a0";
}
#footer #menuFooter .slogan-footer:after{
    font-size: 15px;
    font-weight: 500;
    color: #015375;
    content: "en matériel électrique";
}
#footer #menuFooter #region_footer{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    column-gap: 75px;
    row-gap: 40px;
}
@media screen and (max-width: 1250px){
    #footer #menuFooter #region_footer{
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 1000px){
    #footer #menuFooter #region_footer{
        justify-content: flex-start;
    }
}
#footer #menuFooter h2{
    color: #00141C;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    white-space: nowrap;
}
#footer #menuFooter h2:after{
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  margin: 5px 0;
  background-color: #00141C;
}
#footer #menuFooter ul li{
    color: #00141C;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
}
#footer #menuFooter ul li a:hover{
    color: #E86D0E;
    text-decoration: underline;
}
#footer #menuFooter ul li.email-footer{
    background-position: center left;
    background-size: auto 24px;
    background-repeat: no-repeat;
    background-image: url('../img/footer/email-footer.svg');
    padding-left: 30px;
}
#footer #menuFooter ul li.tel-footer{
    background-position: center left;
    background-size: auto 24px;
    background-repeat: no-repeat;
    background-image: url('../img/footer/tel-footer.svg');
    padding-left: 30px;
}
@media screen and (max-width: 760px){
    #footer #menuFooter #region_footer nav{
        width: 100%;
    }
    #footer #menuFooter #region_footer nav#block-logoslogan ul{
        text-align: center;
    }
}
@media screen and (max-width: 450px){
    #footer #menuFooter .logo-footer:before{
        width: 250px;
        height: 89px;
        background-size: 250px auto;
    }
}
/* Copyright */
#copyrightFooter{
    background-color: #015375;
    padding: 15px 30px;
}
#copyrightFooter p{
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 400;
}