/* SCROLL HAUT*/

#haut  {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #FFB714;
    color: white;
    border: none;
    width: 50px;
    height: 50px; /*  width et height sont égaux pour un cercle parfait */
    border-radius: 50%; /* Rend le bouton circulaire */
    cursor: pointer;
    padding: 10px;
    display: none; /*pour pas que le bouton apparaisse au debut*/
    align-items: center;
    justify-content: center;
}

footer {
    background-color: #121D3F;
    margin-top: 2em;
}

.bandBasFooter {
    background-color: #0D1633;
}

.droitFooter img {
height: 10em;
}

footer * {
    text-decoration: none;
    color: white;
    
}

footer *:hover {
    color: #FF4D83;
}

.icon a svg {
    fill: white;
    width: 25px;
    height: 25px;
    margin-right: 0.5rem;
}

.icon a:hover svg {
    fill: #FF4D83;
}


.newsletter-link {
    color: #FF4D83;
    display: inline-block; /* Garde la marge efficace */
    margin-top: 20px; /* Ajuste la distance avec les icônes */
}

.newsletter-link svg {
    fill: #FF4D83;
}

address {
    display: inline-block; /* Garde la marge efficace */
    margin-top: 20px; /* Ajuste la distance avec les icônes */
}

address svg {
    margin-right: 0.5rem;
}