/* Style global */
/* Forcer la hauteur totale et supprimer marges par défaut */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  /* background: #f4f9ff; */
  /* background: #fff; */
  /* background:#CED3D9; */
  background: url("images/Fondecran.jpg") no-repeat center top fixed;
  background-size: cover; 
  color: #fff;
  /* color: #0077B6;  */
  padding-bottom: 90px; /* même valeur que la hauteur du footer */
}
/* Navigation */
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 119, 182, 0.60); /* bleu mer avec 80% d'opacité */
  color: #fff;
  padding: 0px 5px;
}
nav h1 {
  margin: 0;
}
nav ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
/* nav li { */
  /* margin-left: 15px; */
/* } */
nav a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
nav a.active {
  text-decoration: underline;
}
/* Wrapper global */
#page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
/* Le contenu prend tout l’espace disponible */
#content {
  flex: 1;
}
#brand {
	font-size:1.7em;
}
.hero {
  /* position: relative; */
  /* width: 100%; */
  /* height: 60vh; /* plein écran sur ordi */ */
  /* overflow: hidden; */
}
/* Hero */
.hero {
  position: relative;
  height: 60vh;
  /* background-image: url('images/hero.png'); */
  /* background-size: cover; */
  /* background-position: center; */
  /* display: flex; */
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: white;
  overflow: hidden;
}
/* Texte principal */
.hero h2 {
  font-size: 3em;
  margin: 0;
}
.hero p {
  font-size: 1.5em;
  margin: 10px 0 0 0;
}
/* Section Hero */
.hero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Texte au centre */
.hero-overlay {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-shadow: 0 2px 10px rgba(0,0,0,0.7);
}
/* Adaptation mobile */
@media (max-width: 1150px) {
  .hero {
    height: 40vh; /* réduit la hauteur sur mobile */
  }
  .hero-overlay h1 {
    font-size: 1.3rem;
  }
  .hero-overlay p {
    font-size: 0.7rem;
  }
  #brand {
	font-size:1.4em;
}
}
.heroclub {
  background: url("images/hero2.jpg") no-repeat center center;
  background-size: cover;
  min-height: 60vh; /* ou 100vh si tu veux plein écran */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: white;
  text-align: center;
  margin: 0; /* enlève tout espace extérieur */
  padding: 2rem; /* espace intérieur */
}
  .heroclub h2 { 
  font-size: 2.5rem;
}
.heropmt {
  background: url("images/nap.jpg") no-repeat center center;
  background-size: cover;
  min-height: 60vh; /* ou 100vh si tu veux plein écran */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: white;
  text-align: center;
  margin: 0; /* enlève tout espace extérieur */
  padding: 2rem; /* espace intérieur */
}
  .heropmt h2 { 
  font-size: 2.5rem;
}
.heroactivites {
  background: url("images/activites.jpg") no-repeat center center;
  background-size: cover;
  min-height: 60vh; /* ou 100vh si tu veux plein écran */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: white;
  text-align: center;
  margin: 0; /* enlève tout espace extérieur */
  padding: 2rem; /* espace intérieur */
}
  .heroactivites h2 { 
  font-size: 2.5rem;
}
.heroformation {
  background: url("images/formation.jpg") no-repeat top center;
  background-size: cover;
  min-height: 70vh; /* ou 100vh si tu veux plein écran */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: white;
  text-align: center;
  margin: 0; /* enlève tout espace extérieur */
  margin-top: -100px;
  padding: 2rem; /* espace intérieur */
}
 .herobouteille {
  background: url("images/bouteille.gif") no-repeat center center;
  background-size: cover;
  min-height: 60vh; /* ou 100vh si tu veux plein écran */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: white;
  text-align: center;
  margin: 0; /* enlève tout espace extérieur */
  padding: 2rem; /* espace intérieur */
}
  .herobouteille h2 { 
  font-size: 2.5rem;
}
.heroinfo {
  max-width: 80%;       /* largeur max du bloc */
  margin: 0 auto;       /* centré horizontalement */
  text-align: center;   /* tout centré sauf si tu veux aligner le texte différemment */
  padding: 2rem;
}
.heroinfo .hero-img {
  max-width: 300px;   /* taille max de l’image */
  width: 100%;        /* responsive */
  height: auto;       /* conserve les proportions */
  display: block;
  margin: 0 auto 1rem; /* centrée + espace en bas */
}
  .heroinfo h2 { 
  font-size: 2.5rem;
}
.heroinfo .content {
  width: 80%;        /* limite la largeur du texte */
  max-width: 1200px; /* pour éviter qu’il devienne trop large sur PC */
  margin: 0 auto;
}
.herosorties {
  background: url("images/croisiere.jpg") no-repeat center center;
  background-size: cover;
  min-height: 60vh; /* ou 100vh si tu veux plein écran */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: white;
  text-align: center;
  margin: 0; /* enlève tout espace extérieur */
  padding: 2rem; /* espace intérieur */
}
  .herosorties h2 { 
  font-size: 2.5rem;
}
.btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background: #ff6600;
  color: white;
  border-radius: 5px;
  text-decoration: none;
}
/* Sections */
main {
  padding: 20px;
}
main section:first-of-type {
  margin-top: 0; /* évite un gros trou sous le hero */
  padding-top: 2rem; /* ajuste comme tu veux */
}
.cards {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.card {
  background: white;
  padding: 15px;
  border-radius: 10px;
  flex: 1;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.card img{
	margin:auto;
	display:block;
}
/* Formulaire */
form {
  max-width: 500px;
  margin: auto;
  display: flex;
  flex-direction: column;
}
form label {
  margin-top: 10px;
}
form input, form textarea {
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
form button {
  margin-top: 15px;
  padding: 10px;
  background: #004c70;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
#contact {
  max-width: 600px;
  margin: 50px auto;
  padding: 20px;
  /* background: #f9f9f9; */
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
#contact h2 {
  text-align: center;
  margin-bottom: 20px;
  /* color: #0077b6;  */
}
#contact form {
  display: flex;
  flex-direction: column;
}
#contact label {
  margin-top: 10px;
  font-weight: bold;
}
#contact input,
#contact textarea {
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1em;
}
#contact button {
  margin-top: 20px;
  padding: 12px;
  background: #005f99;
  color: white;
  font-size: 1.2em;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
}
#contact button:hover {
  background: #004070;
}
#merci {
  text-align: center;
  padding: 100px 20px;
}
#merci h2 {
  font-size: 2.2em;
  color: #005f99; /* même bleu que ton bandeau */
}
#merci p {
  font-size: 1.2em;
  margin: 20px 0;
}
#merci .btn {
  display: inline-block;
  padding: 12px 20px;
  background: #005f99;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.3s;
}
#merci .btn:hover {
  background: #004070;
}
/* Menu horizontal de base */
header nav ul {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}
#nav-links {
  display: flex;      /* menu horizontal */
  gap: 20px;
  list-style: none;
  margin: 0;
  margin-right: 20px; /* décale l'ensemble vers la gauche */
  padding: 0;
}
#nav-links li a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  transition: color 0.3s;
}
#nav-links li a:hover {
  color: #FFD166;
}
/* Burger menu caché par défaut sur grand écran */
.hamburger {
  display: none;
  font-size: 2em;
  cursor: pointer;
  color: white;
}
/* ===== Responsive mobile ===== */
@media screen and (max-width: 1050px) {
  /* Menu caché par défaut */
  #nav-links {
    display: none;               /* caché tant que burger pas cliqué */
    flex-direction: column;      /* vertical */
    gap: 10px;
    background-color: #0077B6;
    position: absolute;
    top: 70px;                   /* juste sous le header */
    right: 20px;
    padding: 10px 20px;
    border-radius: 8px;
    z-index: 1000;               /* <- Ajouté pour être au-dessus des cartes */
  }
  /* Menu visible quand burger cliqué */
  #nav-links.active {
    display: flex;
  }
  /* Burger visible en mobile */
  .hamburger {
    display: block;
  }
  }

header nav ul li a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}
header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* Logo + texte */
.logo-container {
  display: flex;
  align-items: center;
  gap: 5px;
}
.logo-container img {
  height: 60px;
}
.logo-container h1 {
  font-size: 1.8em;
  margin: 10;
  color: white;
}
/* ===== Galerie & Carrousel ===== */
.gallery {
  text-align: center;
  padding: 40px 20px;
}
.carousel-container {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.0);
  position: relative;
  /*background-color: #f0f0f0; /* couleur neutre autour des images */ 
}
.carousel {
  position: relative;
  width: 100%;
  height: 100%;
}
.carousel-images {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 650px;          /* hauteur fixe pour uniformité */
  overflow: hidden;
}
.carousel-images img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;     /* ne tronque pas les images */
  border-radius: 10px;
  display: block;
  margin: auto;
  background-color: #f0f0f0; /* pour les espaces vides */
}




/* Boutons précédent/suivant */
.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 20px;
  z-index: 10;
}
.prev { left: 10px; }
.next { right: 10px; }
.prev:hover, .next:hover {
  background: rgba(0,0,0,0.8);
}
/* Onglets */
.tabs {
  text-align: center;
  margin-bottom: 20px;
}
.tab-button {
  background: #0077B6;
  color: white;
  border: none;
  padding: 10px 20px;
  margin: 0 5px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 5px;
  transition: background 0.3s;
}
.tab-button.active,
.tab-button:hover {
  background: #023e8a;
}
.carousel-container {
  display: none;
}
.carousel-container.active {
  display: block;
}
/* Mobile */
@media screen and (max-width: 768px) {
  .carousel-images {
    height: 250px;
  }
}
.gallery-menu {
  text-align: center; /* centre horizontalement */
  margin: 20px 0;     /* espace au-dessus et en dessous */
}
.gallery-menu label {
  font-weight: bold;
  margin-right: 10px;
  color: #0077b6; /* bleu mer */
}
.gallery-menu select {
  padding: 8px 12px;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid #0077b6;
  background-color: #f8f9fa;
  color: #0077b6;
  cursor: pointer;
}
.gallery-menu select:hover {
  background-color: #0077b6;
  color: white;
}
/* Footer sticky */
.site-footer {
  width: 100%;
  background: rgba(0, 119, 182, 0.6) !important;/* bleu mer avec transparence */
  color: white;
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
  font-family: Arial, sans-serif;
  margin: 0;
}
.footer-content {
  display: flex;
  justify-content: space-between; /* gauche - centre - droite */
  align-items: center;
  flex-wrap: wrap; /* pour gérer le responsive */
}
/* Liens */
.footer-links {
  margin-bottom: 5px;
}
.footer-links a {
  color: white; /* blanc par défaut */
  text-decoration: none;
  margin: 0 5px;
  transition: color 0.3s ease;
}
.footer-links a:hover {
   color: #FFf166 !important ; /* orange au survol */
}
/* Logos */
.footer-logo {
  height: 60px;   /* taille standard pour logos partenaires */
}
.footer-facebook {
  height: 25px;   /* plus petit pour l'icône FB */
  vertical-align: middle;
}
/* Responsive mobile : les images passent sous le bloc central */
@media (max-width: 1400px) {
  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-center {
    order: 0;
    margin-bottom: 10px;
  }
  .footer-side.left,
  .footer-side.right {
    order: 1;
    justify-content: center;
    margin: 5px 0;
  }
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.pmt-section {
  background-color: #f0f8ff; /* très léger bleu */
  padding: 30px;
  border-radius: 10px;
}
.pmt-title {
  color: #0077B6;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.pmt-intro, .pmt-text {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #023E8A;
}
.pmt-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.pmt-list li {
  margin-bottom: 10px;
  font-size: 1.1rem;
  color: #03045E;
}
.pmt-buttons .btn {
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: bold;
  text-decoration: none;
}
.pmt-buttons .btn-primary {
  background-color: #0077B6;
  border: none;
}
.pmt-buttons .btn-primary:hover {
  background-color: #023E8A;
}
.pmt-buttons .btn-success {
  background-color: #FFD166;
  border: none;
  color: #000;
}
.pmt-buttons .btn-success:hover {
  background-color: #FFB703;
}
.inscription-section {
  background-color: #f0f8ff; /* très léger bleu */
  padding: 30px;
  border-radius: 10px;
}
.inscription-title {
  color: #0077B6;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.inscription-text {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #023E8A;
}
.inscription-list {
  margin-bottom: 20px;
  padding-left: 20px;
  color: #03045E;
}
.inscription-list li {
  margin-bottom: 10px;
}
.link-btn {
  color: #FFD166;
  text-decoration: none;
  font-weight: bold;
}
.link-btn:hover {
  color: #FFB703;
  text-decoration: underline;
}
/* Bleu du site */
    .text-site {
      /* color: #FFF !important; */
	  color: #0077B6 !important; 
	  /* color: blue !important;  */
	  /* color: blue !important;  */
    }
    .btn-site {
      background-color: #0077B6;
      border: none;
    }
    .btn-site:hover {
      background-color: #005f91;
    }
	/* Fixer le header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; /* toujours au-dessus du contenu */
  background: rgba(0, 119, 182, 0.60); /* ton bleu du site (modifiable) */
  color: white;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
/* Décale le contenu pour ne pas passer sous le header */
body {
  padding-top: 60px; /* adapte selon la hauteur de ton header */
}
.hidden{
	display:none; 
}
/* Section Avis Google */
#avis-google {
  margin-top: 50px;
  margin-bottom: 50px;
}
#avis-google h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 30px;
  color: #004080;
  text-align: center;
}
.elfsight-app-ef723d1c-bd41-4bdb-b403-3884b34983fd {
  max-width: 100%;
  margin: 0 auto;
}
/* Carte responsive */
#map-container {
  width: 100%;
  height: 450px;
  margin-top: 50px;
  margin-bottom: 50px;
}
#map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}