html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 0px;
    padding-bottom: 60px;
    background-size: cover;
    /* 3. Empêchez l'image de se répéter si elle est plus petite que le viewport. */
    background-repeat: no-repeat;
    /* 4. Centrez l'image pour un meilleur ajustement sur les différentes tailles d'écran. */
    background-position: center center;
    /* 5. (Optionnel) Fixe l'image dans le viewport, elle ne défile pas avec le contenu. */
    background-attachment: fixed;
    /* 6. Assurez-vous que le body occupe au moins la hauteur complète du viewport. */
    min-height: 100vh;
}


.account-container {
    background-image: url('../images/Danseuse.png');
    //background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    //min-width: 100vh;
    padding: 2rem 0;
    color: white;
    background-attachment: fixed;
}

.admin-container {
    margin-bottom: 15px;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url('../images/Ocean.jpg');
    //background-size: cover;
    background-position: center center;
    background-repeat: repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    min-width: 100vh;
    padding: 2rem 0;
    color: saddlebrown;
    //background-attachment: fixed;
}



table {
    /* --- Font Parameters --- */
    /* Sets the font family for the entire table */
    font-family: Arial, sans-serif;
    /* Sets the font size */
    font-size: 12px;
    /* Sets the font weight (e.g., bold, normal, lighter) */
    font-weight: normal;
    /* Sets the font color */
    color: #333;
    /* --- Row Height Parameter --- */
    /* Sets the minimum height for all cells (th and td) in the table. 
       This effectively controls the row height. */
    line-height: 1; /* Recommended: Use 'line-height' for vertical spacing */
    border: 5px;
    border-color:red;
}

/* Specific styling for table data cells and headers */
th {
    /* Sets the minimum height for cells. 
       This is the most direct way to control row height in CSS. */
    height: 10px;
    /* Aligns the content vertically (top, middle, bottom) */
    vertical-align: middle;
    /* Adds internal padding which also increases the visible row height */
    padding: 1px 1px;
    text-align: center;
}

thead input {
    width: 100%;
}



div.dataTables_wrapper {
    margin: 0 auto;
}

div.container {
    width: 80%;
}

#footer {
    /* The key to always being on screen */
    position: fixed;
    bottom: 0; /* Align to the bottom of the viewport */
    left: 0; /* Align to the left edge */
    width: 100%; /* Make it span the full width */
    height: 50px; /* Define a fixed height */
    /* Presentation styles */
    background-color: #f7a437;
    color: blue;
    text-align: center;
    line-height: 50px; /* Vertically center the text for this height */
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}

.hidden-column {
    display: none;
}


table.dataTable thead th {
    background-color: #f7a437 !important; /* Your specific color */
    color: black !important; /* Ensure text is visible */
    border-bottom-color: #f7a437 !important; /* Match border color */
    text-align: center;
    vertical-align: middle;
    border : 3px;
    
}
.selected {
    background-color : #80cce1;
    
}
.container-cote-a-cote {
    /* Active Flexbox */
    display: flex;
    /* Aligne les éléments sur le haut s'ils n'ont pas la même hauteur */
    align-items: flex-start;
    /* Gère l'espace si vous souhaitez qu'il y en ait entre les deux */
    gap: 20px; /* Ajoute un espacement de 20px entre les éléments */
}

    /* Optionnel: pour que chaque élément prenne la même largeur (moitié de la largeur totale) */
    .container-cote-a-cote > div {
        flex: 1;
        /* Ceci fait en sorte que les deux divs aient une croissance égale */
    }

/* Styles pour la Section Vidéo */
.video-section {
    padding: 1px 0;
    //background-color: #f7f7f7; /* Gris clair pour contraster avec le beige */
    text-align: center;
    width : 100%
}

    .video-section h2 {
        font-family: var(--font-heading);
        font-size: 2.5em;
        color: white ; //var(--color-primary-brown);
        margin-bottom: 30px;
    }

/* Conteneur pour rendre l'iframe YouTube responsive */
.video-responsive {
    position: relative;
    padding-bottom: 26.25%; /* Ratio 16:9 (9/16 * 100) */
    height: 0;
    overflow: hidden;
    max-width: 500px; /* Limite la taille max du lecteur */
    
    margin: 0 auto;
    border: 5px solid var(--color-primary-brown); /* Ajout d'une bordure stylée */
    box-shadow: 0 8px 15px rgba(0,0,0,0.2);
}

    .video-responsive iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

.fixed-header {
    /* 1. Set the fixed position */
    position: fixed;
    /* 2. Pin it to the top edge of the viewport */
    top: 0;
    /* 3. Make it span the entire width of the viewport */
    left: 0;
    width: 100%;
    background-color: #f7a437;
    /* 4. Optional: Styling for visibility and appearance */
    z-index: 1000; /* Ensure it stays above all other content */
}
    .fixed-header .navbar {
        /* Mettre le fond de la navbar en transparent pour laisser voir la couleur du header */
        background-color: transparent !important;
    }

header {
    
}

.circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: transparent; /* Fond transparent pour laisser voir l'image */
    border: 10px solid red;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.2s;
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.8);
    text-align: center;
    line-height: 1.2;
}

    .circle:hover {
        transform: scale(1.1);
        background-color: rgba(255, 0, 0, 0.2); /* Léger fond rouge au survol */
    }

/* Animation de clignotement */
@keyframes blink {
    0% {
        border-color: red;
        box-shadow: 0 0 20px rgba(255, 0, 0, 0.8);
    }

    50% {
        border-color: rgb(255, 100, 100);
        box-shadow: 0 0 5px rgba(255, 0, 0, 0.4);
    }

    100% {
        border-color: red;
        box-shadow: 0 0 20px rgba(255, 0, 0, 0.8);
    }
}

.blinking {
    animation: blink 1s infinite alternate;
}


/* Hero Section */
.hero {
    position: relative;
    height: 100vh; /* Prend toute la hauteur de la fenêtre */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--color-text-light);
    overflow: hidden; /* Pour s'assurer que l'image de fond ne déborde pas */
}

    .hero::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        filter: brightness(0.7); /* Assombrit légèrement l'image pour la lisibilité du texte */
        z-index: -1;
    }

.hero-content {
    z-index: 1;
}

#hero {
    display: flex; /* Active le modèle Flexbox pour le conteneur */
    flex-direction: column; /* Organise les éléments enfants en colonne (un sous l'autre) */
    align-items: center; /* Centre les éléments horizontalement dans le conteneur */
    justify-content: center; /* Centre les éléments verticalement (si la section a une hauteur définie) */
    padding: 20px; /* Ajout de padding pour l'esthétique */
    /* Vous pouvez ajouter d'autres styles ici si nécessaire */
}

.hero h1 {
    font-family: var(--font-heading);
    font-size: 4.5em;
    margin-bottom: 20px;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.6);
}

.hero p {
    font-size: 1.5em;
    margin-bottom: 40px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.btn {
    display: inline-block;
    background-color: var(--color-accent-rust);
    color: var(--color-text-light);
    padding: 15px 30px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

    .btn:hover {
        background-color: var(--color-primary-brown);
        transform: translateY(-3px);
    }


/* Section Actualités Flash */
.news-section {
    padding: 60px 0;
    background-color: var(--color-secondary-beige);
    text-align: center;
}

    .news-section h2 {
        font-family: var(--font-heading);
        font-size: 2.5em;
        color: var(--color-primary-brown);
        margin-bottom: 40px;
    }

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.news-item {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    text-align: left;
    transition: transform 0.3s ease;
}

    .news-item:hover {
        transform: translateY(-5px);
    }

    .news-item img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        display: block;
    }

.news-content {
    padding: 20px;
}

    .news-content h3 {
        font-family: var(--font-heading);
        font-size: 1.5em;
        margin-top: 0;
        color: var(--color-primary-brown);
    }

    .news-content p {
        font-size: 0.95em;
        color: var(--color-text-dark);
    }

    .news-content .read-more {
        display: inline-block;
        margin-top: 15px;
        color: var(--color-accent-rust);
        font-weight: bold;
    }


.country-title {
    font-family: 'Rye', cursive;
    font-size: 80px;
    color: #ffcc00; /* Jaune/Or */
    text-align: center;
    text-shadow: 4px 4px 0 #8b4513; /* Ombre marron */
    margin-top: 30px;
}

.circles-container {
    /* Utilise Flexbox */
    display: flex;
    /* Place les éléments côte à côte */
    flex-direction: row;
    /* Centre les éléments horizontalement dans le conteneur */
    justify-content: center;
    /* Utilise 100% de la largeur du parent pour le centrage */
    width: 100%;
    /* Ajoute un espacement entre les cercles (optionnel, mais améliore l'apparence) */
    gap: 50px;
    /* Centre les cercles verticalement sur la page si le body est en Flex */
    /* Assurez-vous que le body/parent du conteneur est configuré pour le centrage global si nécessaire */
}

.tableborder {
    border: 2px solid;
    border-color: #ffcc00;
}