.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  font-family: "Arial", sans-serif;
  min-height: 100vh; /* La hauteur minimale est définie sur 100% de la hauteur de la vue (viewport height) */
}

main {
  margin-top: 120px; /* ajustez cette valeur en fonction de votre en-tête et de votre menu */
  padding: 20px;
}

.site-name {
  font-size: 24px;
  font-weight: bold;
  font-family: "Arial", sans-serif;
  margin-left: 10px;
  color: #1b3a64;
}

.countdown-container {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  font-family: "Arial", sans-serif;
  color: #bb211d;
  margin-left: 20px;
}

.header-content {
  position: fixed;
  max-width: 1200px;
  width: 100%;
  background-color: rgba(253, 250, 250, 0.9);
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  max-height: 40px; /* Ajustez la taille du logo selon vos besoins */
  margin-right: 10px;
}

.navbar {
  position: fixed;
  max-width: 1160px;
  top: 80px; /* ajustez cette valeur en fonction de votre en-tête */
  left: 80;
  width: 100%;
  background-color: #1b3a64;
  padding: 20px;
  z-index: 1;
}

.navbar a {
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-family: "Arial", sans-serif;
}

.navbar a:hover {
  background-color: #b3b3b3;
  color: black;
}

.navbar a.active {
  background-color: #5c8cbc;
  color: white;
}

.navbar img {
  height: 40px;
  margin-right: 10px;
}

.club-info {
  margin: 20px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: flex-start;
  font-family: "Arial", sans-serif;
}

.club-info img {
  width: 200px;
  margin-right: 20px;
  cursor: pointer;
}

.h1,
.h2,
.h3,
.p,
.edition-title {
  font-family: "Arial", sans-serif;
  color: #1b3a64;
}

.p {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  color: #060606;
}

.li {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  color: #060606;
}

.highlight {
  font-weight: bold;
  color: #bb211d;
}

.edition-description {
  font-family: "Arial", sans-serif;
  font-size: 16px;
  color: rgb(26, 23, 23);
  padding: 10px;
  border-radius: 10px;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px;
}

.gallery-item {
  width: calc(20% - 40px);
  margin: 20px;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
}

.submenu {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.submenu button {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #6b6e72;
  color: white;
  border: none;
  border-radius: 4px;
  margin-right: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.submenu button:hover {
  background-color: #1b446d;
}

.submenu button:active {
  background-color: #4b77b4;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  margin: 10% auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  max-width: 600px;
}

.modal-content img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.title {
  color: white;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 25px;
  right: 20px;
  font-family: "Arial", sans-serif;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin: 0;
  padding-bottom: 100px;
  font-family: "Arial", sans-serif;
}



footer {
  position: fixed; /* Ajout de cette ligne */
  bottom: 0; /* Ajout de cette ligne */
  left: 0; /* Ajout de cette ligne */
  width: 100%; /* Ajout de cette ligne */
  text-align: center;
  padding: 12px;
  background-color: #333;
  color: white;
  font-family: "Arial", sans-serif;
}

footer p {
  margin: 0;
}

#countdown-container {
  text-align: center;
  font-family: "Arial", sans-serif;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #ad2830;
  color: white;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
}

#countdown-label {
  font-size: 18px;
  margin-bottom: 5px;
}

#countdown {
  font-size: 24px;
}

.section-center {
  margin: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Arial", sans-serif;
}


#player {
  align-items: right;
  justify-content: right;
  width: 100%;
  height: 400px; /* Définissez la hauteur souhaitée */
}


.presentation-section{
  margin: 0px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  font-family: "Arial", sans-serif;
}

#imageParcours {
  max-width: 400px;
  max-height: 500px;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .active {
  background-color: #3e8e41;
  color: white;
}

.resultats-menu {
  display: flex;
  justify-content: left;
  margin-bottom: 20px;
}

.resultats-menu a {
  margin: 0 10px;
  padding: 10px;
  background-color: #6b6e72;
  color: #fff;
  text-decoration: none;
}

.resultats-menu a.active {
  background-color: #7ea6dd;
  color: #fff;
  font-style: unset;
}


.floating-widget {
  position: fixed;
  top: 50%;
  right: 50px;
  transform: translate(0, -50%);
  background-color: #f2f2f2;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-align: center;
}

.floating-widget h2 {
  font-size: 16px;
  margin-bottom: 5px;
}

.floating-widget p {
  font-size: 12px;
  margin-bottom: 10px;
}

.floating-widget form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}

.floating-widget input[type="email"] {
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #ccc;
  margin-right: 5px;
}

.floating-widget button {
  padding: 5px 10px;
  border-radius: 4px;
  background-color: #4CAF50;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 12px;
}

.floating-widget button:hover {
  background-color: #45a049;
}

.floating-widget .close-button {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  font-size: 14px;
  color: #aaa;
}

.floating-widget .close-button:hover {
  color: #777;
}

.download-button {
  display: inline-block;
  color: white;
  padding: 10px 10px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: background-color 0.5s ease;
}

.download-button:hover {
  background-color: #ad2830;
}

.widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #4CAF50;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.widget:hover {
  background-color: #45a049;
}


.course {
  display: none;
}

.course.active {
  display: block;
  color: #0a408b;
}

.course h3 {
  font-size: 20px;
  color: #1b3a64;
  margin-bottom: 10px;
}

.course p {
  font-size: 16px;
  color: #333;
}

    
.pdf-container {
  width: 100%;
  height: 400px;
}

.pdf {
  width: 100%;
  height: 100%;
}

        .attention-message {
        background-color: #ad2830;
        color: #ffffff;
        text-align: center;
        padding: 10px;
        font-size: 18px;
        font-weight: bold;
    }

    .bouton-moderne {
      display: inline-block;
      background-color: #007BFF; /* Couleur de fond du bouton */
      color: #fff; /* Couleur du texte */
      padding: 10px 20px; /* Espacement intérieur du bouton */
      border: none;
      border-radius: 5px; /* Coins arrondis */
      text-decoration: none; /* Supprime les soulignements du lien */
      font-size: 16px;
      cursor: pointer;
      transition: background-color 0.3s ease; /* Animation de changement de couleur au survol */
    }
    
    .bouton-moderne:hover {
      background-color: #0056b3; /* Couleur de fond du bouton au survol */
    }
    .bouton-inactif {
      /* Styles pour le bouton inactif */
      background-color: #ccc; /* Couleur de fond grise */
      color: #999; /* Couleur du texte grise */
      cursor: not-allowed; /* Curseur non autorisé pour indiquer que le bouton est désactivé */
      pointer-events: none; /* Désactiver les événements de souris pour le bouton */
    }
    
/* Style de table moderne */
.modern-table {
  font-family: Arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.modern-table th, .modern-table td {
  text-align: left;
  padding: 8px;
}

.modern-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.modern-table th {
  background-color: #333;
  color: white;
}

/* Style de couleur pour le sexe féminin */
.female {
  color: #ff69b4; /* Couleur rose pour le sexe féminin (F) */
}

/* Style alternatif pour les lignes */
.modern-table tr:nth-child(odd) {
  background-color: #ffffff; /* Blanc pour les lignes impaires */
}
