
footer .titre-box-footer {
    font-weight: 700;
    font-size: 22px;

    margin-bottom: 20px;
    color: #fff;

}

footer .contact-box-li{

    font-weight: 600;
    font-size: 18px;
color:#fff



}
footer .contact-box-p{

    font-weight: 500;
    font-size: 16px;
    color:#fff


}
footer .contact-box-p:hover,footer i:hover{
    color:var(--var-yellow)
}
footer .btn.btn-subscribe{
    border-radius: 6px !important;
    background: #FAD816;
    position: absolute;
    right: 5px;
    top: 6px;
    z-index: 99;
    height: calc(100% - 10px);
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .icon-container {
    position: absolute;
    z-index: 5;
    top: 10px;
    left: 6px;
}
footer .form-control.input-subscribe{
    height: 50px;
    border-radius: 8px !important;
    padding-left: 40px;
}


footer .reseaux-sociaux a i{
    font-size:26px;
    color:#FFFFFF

}
footer .copyright {

    font-weight: 500;
    font-size: 16px;

    color: #FFFFFF;
}

.text-newseletter {

    font-weight: 400;
    font-size: 16px;

    color: #fff;
}