
footer .titre-footer{
    color: var(--black-color);
    font-size: 25px;
    font-weight: 600;
    position: relative;
}


footer .titre-footer span{
    color: var(--orange-color);
    text-decoration: underline;
}
footer .icon-lettre{
    position: absolute;
    top: 15px;
    left: 9px;
    right: auto;
    bottom: auto;
}
footer .input-news {
    height: 50px;
    padding: 0 0 0 40px;
    border: none;
}
footer .btn-lettre{
    font-size: 16px;
    height: 42px;
    font-weight: 500;
    color: var(--white-color);
    background-color: var(--orange-color);
    padding: 6px 20px;
    position: absolute;
    top: 4px;
    right: 4px;
    left: auto;
}
footer .btn-lettre:active, footer .btn-lettre:hover{
     background-color: var(--orange-color);
     color: var(--black-color);
 }

footer p, footer a.nav-link{
    color: var(--text-color-1);
    font-size: 16px;
    font-weight: 400;
    transition: all 0.4s ease 0s;
}
footer a.nav-link:hover{
    letter-spacing: 0.5px;
    color: var(--btn-color);
}

footer .icon-wrap{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--orange-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .contact-item-wrap .h3-contact{
    color: var(--black-color);
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
}


footer .text-copyright p{
    color: var(--black-color);
    font-weight: 500;
}
footer .text-copyright p .link-agence {
    color: var(--orange-color);
    text-decoration: none;
}