.footer-divider{
    margin: 0 !important;
    color: #D2B5A0!important;
    opacity: 1!important;
}
.footer-logo{
    width: 30px !important;
    margin-bottom: 5px!important;
}
.nav-footer{
    background-color: #F5F2EE;
}
.newsletter-title{
    font-size: 35px;
  }

.newsletter-input {
    border-radius: 0 !important;
    width: 300px !important;
    background: none;
    border: none;
    box-shadow: none;
    color: #91857f;
}

/* Suppression du focus */
.newsletter-input:focus {
    outline: none;
    box-shadow: none !important;
    background-color: transparent !important;
}

/* Bouton */
.btn-send {
    background: none;
    box-shadow: none;
    padding: 0;
}
.btn-send span{
    color: #91857f;
}

/* Conteneur avec bordure inférieure */
.custom-border-bottom {
    display: flex; /* Maintient un alignement horizontal */
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #dbd2cc;    ; /* Bordure commune */
    width: fit-content; /* Limite la largeur au contenu */
    margin: 0 auto; /* Centre horizontalement */
    padding-bottom: 5px; /* Espacement entre le contenu et la bordure */
}
.footer-menu-divider{
    margin-top: 75px !important;
    margin-bottom: 75px !important;
}
.footer-menu-title{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.footer-menu-list{
    list-style-type: none;
    padding: 0;
}
.footer-menu-list a, .footer-menu-icon{
    font-size: 14px;
    color: #8c807b;
    text-decoration: none;
}
.footer-menu-list a:hover{
    color: #40281e;
}