/* Header Styling */
.Header__header {
  background-image: none !important;
  background-color: #141414
}

.Header__tabsTab {
  font-size: 0.8rem;
}

.LocalePopup__localeText {
  font-size: 0.7rem;
}

/* Footer Styling */
.Footer__footerBg {
    display: none;
}

.Footer__footerCopyright {
    background-color: #141414;
    color: white;
    text-align: center;
    padding: 20px; /* Adds spacing for better visual appearance */
}

.Footer__container {
    display: inline-block; /* Keeps the text and link grouped together */
}

.Footer__footerLink {
    color: white; /* Ensures the link color matches the text */
    text-decoration: none; /* Removes underline */
}

.Footer__footerLink:hover {
    text-decoration: underline; /* Adds an underline on hover for better UX */
}

.ol-footer-heart {
  width: 20px;
  height: 18px;
}
/* Style général de la bannière */
.Header__bandeau-non-connecte {
    display: block;
    position: relative;
    width: 100%;
    background-color: #ffcc00;
    color: #333;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 80%; /* Réduction de la taille de la police de 20 % */
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

/* Style du lien dans la bannière */
.Header__bandeau-non-connecte a {
    color: #0056b3;
    font-weight: bold;
    border-bottom: 2px solid #0056b3; /* Pour un effet de lien plus prononcé */
    padding-bottom: 2px;
}
/* Assurer que le sélecteur de langue est toujours visible */
.Header__language-selector {
    display: block !important;
    visibility: visible !important;
    position: relative;
    z-index: 10; /* Assure qu'il n'est pas masqué par d'autres éléments */
}
