/* RESET - Réinitialisation des marges, bordures, etc. */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: clamp(1rem, 1.5vh, 2.5rem); /* a conserver */
}

body {
    background-color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    overflow-x: hidden;
    overflow-y: auto;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

.header {
    padding: 0 20px;
    background-color: #284b63;
}

.ligne-soulignement {
  display: block;
  margin: 20px auto 20px auto;
  width: 25%; /* adapte la taille selon le visuel */
  height: auto;
}

/* Logo */

#logo{
    width: 70%;
}


/* ================= Menu principal ================= */

div.header {
  width: 100%;
  height: 20vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
  z-index: 1000;
  background-color: #11276c;
}

/* Menu burger */

.header-burger {
    display: block; /* Visible uniquement sur mobile et tablette */
}

.header-burger svg {
    fill: #fff;
    width: 20%;
    height: auto;
    cursor: pointer;
    margin-left: 80%;
}

/* ================= Menu navigation ================= */

nav.header-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%; /* Occupe tout l'écran en mobile/tablette */
    height: 100vh;
    background-color: #252729d2;
    display: flex;
    align-items: center; /* Centrer les éléments verticalement */
    justify-content: center; /* Centrer les éléments horizontalement */
    transform: translateX(100%);
    display: none;
    transition: 0.5s transform ease-in-out;
}

nav.header-nav.scrolled {
    background-color: rgba(37, 39, 41, 0.7); /* Couleur plus transparente après le scroll */
}

nav.header-nav.open {
    transform: initial;
    display: block;
}

.header-nav-menu {
    list-style: none;
    display: flex;
    flex-direction: column; /* Disposition verticale sur mobile/tablette */
    align-items: center; /* Centrer horizontalement */
    justify-content: center; /* Centrer verticalement */
    height: 100%; /* Prendre toute la hauteur disponible */
    padding: 0;
    margin: 0;
    gap: 20px; /* Espacement vertical entre les liens */
}


.header-menu-link a {
    color: #f0eff1;
    font-family: "Arimo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: relative;
    font-size: clamp(1.4rem, 2.5vw, 3.5rem); /* Taille responsive */
    transition: color 0.3s ease-in-out, font-size 0.3s ease-in-out;
}

.header-menu-link a:hover {
    color: #ebebe9; /* Changement de couleur au survol */
}

/* Page active */
.header-menu-link a.active {
  color: #feda00; /* Couleur du lien actif */
}

.header-menu-link a:after {
    content: "";
    height: 2px;
    background-color: #f9f9f9;
    width: 0;
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: 0.3s all ease-in-out;
}

.header-menu-link a:hover:after {
    width: 100%;
}

    /* Styles pour les icônes SVG */
 .size-6 {
    width: 20px; 
    height: 20px;
    stroke: #f9f9f9;
    margin-right: 8px; 
    vertical-align: middle; 
  }

    /* Icône de fermeture du menu */
.header-nav-close {
    display: block;
    cursor: pointer;
}

.header-nav-close svg {
    fill: #fff;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 7.5%; /* Ajustable avec media queries */
    right: 1.5%;
}



/* ________________________________________________________________________________________________________________________________________________________________________________  Page principale ________________________________________________________________________________________ */



/* ============================ Page Balades ============================ */

/* Section - Titre */
/**************************/

#parallax-balades .parallax-one-balades h1.typing-effect-balades {
    font-family: "Cormorant", serif;
    font-weight: 400;
    text-align: center;
    font-size: 5rem;
    letter-spacing: 2px; /* Espacement ultra serré */
    color: whitesmoke;
    text-transform: uppercase;
    border-right: 2px solid white; /* Curseur d'écriture plus fin */
    width: 0ch;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    margin: 0 auto; /* Centrage parfait */
    animation: typing-effect-balades 1.5s steps(15, end) forwards, blinkCursor 0.6s infinite;
}

/* Effet d'écriture encore plus précis */
@keyframes typing-effect-balades {
    from { width: 0ch; }
    to { width: 10ch; } /* Ajuste selon la longueur du texte */
}

/* Clignotement du curseur */
@keyframes blinkCursor {
    50% { border-color: transparent; }
}

#parallax-balades .block {
  background: white; 
  padding: 60px; 
  width:820px; 
  margin:0 auto; 
  text-align:justify;}

#parallax-balades .block-gray {
  background: #f2f2f2;
  padding: 60px;
}

#parallax-balades .section-overlay-mask {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%;
  height: 100%; 
  background-color: black; 
  opacity: 0.70;
}

#parallax-balades .parallax-one-balades {
  padding-top: 320px;    /* A TESTER */
  padding-bottom: 200px; 
  overflow: hidden; 
  position: relative; 
  width: 100%; 
  background-image: url(Images/Bannières/banniere_balades.jpg); 
  background-attachment: fixed; 
  background-size: cover; 
  -moz-background-size: cover; 
  -webkit-background-size: cover; 
  background-repeat: no-repeat; 
  background-position: top center;
}

/* Section - Services */
/**************************/

.services-balades {
  display: flex;
  flex-direction: column;
}

.info span{
  font-size: larger;
}

/* Chaque service */
.service {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 300px;
  box-sizing: border-box;
  padding: 40px 60px;
  gap: 40px;
}

/* Image */
.service-img {
  width: 40%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
}

/* Contenu texte */
.content {
  flex: 1;
  text-align: left;
  max-width: 100%;
}

/* Titres */
.content h2 {
  font-size: 2.5rem;
  margin-bottom: 15px;
  font-family: "Cormorant", serif;
  font-weight: 400;
  display: inline-block;
  position: relative;
}

.ligne-soulignement-balades {
  display: block;
  margin: 20px 0;
  width: 35%;
  max-width: 100%;
  height: auto;
}

/* Informations avec icône */
.info {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

/* Icône SVG */
.icon {
  width: 20px; 
  height: 20px; 
}

/* Description */
.content p {
  font-size: 1.3rem;
  line-height: 1.5;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
}

/* Couleurs de fond */
.b1 {
  background-color: white;
}

.b2 {
  background-color: #11276C;
  color: white;
}

.b3 {
  background-color: white;
}
  
  /* Bouton à droite */
  .btn-services {
    display: inline-block;
    padding: 10px 20px;
    background-color: #FF0101; /* Couleur de fond du bouton */
    color: white;
    text-decoration: none;
    font-family: "Arimo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    border-radius: 35px;
    font-size: 20px;
    margin-top: 10px;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }
  
  .btn-services:hover {
    background-color: #277AFE;
  }
  
  /* Couleurs de fond */
  .b1 {
    background-color: white;
  }
  
  .b2 {
    background-color: #11276C;
  }
  
  .b3 {
    background-color: white;
  }

  /* Bloc Parallax */
.parallax-block {
  position: relative;
  width: 100%;
  height: 60vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.second-balades {
  background-image: url('Images/Parallax/albarquel_voiles.jpg'); 
}

.parallax-block .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  font-size: 1.5rem;
  width: 80%;
}

.parallax-block .content p {
  margin: 0;
}

/* Section - disponibilités */
/**************************/

/* Section - disponibilités (Grid version) */
.services-croisieres {
  display: grid;
  place-items: center;
  width: 100vw;
  min-height: 100vh;
  box-sizing: border-box;
  /*padding: 40px 60px;*/
  background-color: #f9f9f9; /* Optionnel */
}

/* Conteneur interne en grille (1 colonne avec espace entre les éléments) */
.services-croisieres-titre {
  display: grid;
  gap: 20px;
  text-align: center;
  max-width: 1000px;
  width: 100%;
}

/* Titre 
.services-croisieres-titre h2 {
  font-size: 2.8rem;
  margin: 0;
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}*/

/* Image */
.services-croisieres-titre img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Bouton */
.btn-croisieres {
  display: inline-block;
  padding: 10px 20px;
  background-color: #FF0101;
  color: white;
  text-decoration: none;
  font-family: "Arimo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  border-radius: 35px;
  font-size: 16px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn-croisieres:hover {
  background-color: #277AFE;
}

    /* Image cliquable */
.clickable-img {
  cursor: pointer;
  transition: 0.3s ease;
}
.clickable-img:hover {
  opacity: 0.8;
}

/* Modal (plein écran) */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

/* Image agrandie */
.modal-content {
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: auto;
  animation: zoom 0.6s;
}

/* Bouton de fermeture */
.close {
  position: absolute;
  top: 30px;
  right: 50px;
  color: #ff0101;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1001;
}

/* Animation */
@keyframes zoom {
  from {
    transform: scale(0.1)
  }
  to {
    transform: scale(1)
  }
}




/* ================= Page Croisière ================= */

/* ================= Parallax ================= */

/* Section - Titre */
/**************************/

#parallax-croisiere .parallax-one-croisiere h1.typing-effect-croisiere {
  font-family: "Cormorant", serif;
  font-weight: 400;
  text-align: center;
  font-size: 5rem;
  letter-spacing: 2px; /* Espacement ultra serré */
  color: whitesmoke;
  text-transform: uppercase;
  border-right: 2px solid white; /* Curseur d'écriture plus fin */
  width: 0ch;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  margin: 0 auto; /* Centrage parfait */
  animation: typing-effect-croisiere 1.5s steps(15, end) forwards, blinkCursor 0.6s infinite;
}

/* Effet d'écriture encore plus précis */
@keyframes typing-effect-croisiere {
  from { width: 0ch; }
  to { width: 12ch; } /* Ajuste selon la longueur du texte */
}

/* Clignotement du curseur */
@keyframes blinkCursor {
  50% { border-color: transparent; }
}

#parallax-croisiere .block {
  background: white; 
  padding: 60px; 
  width: 820px; 
  margin: 0 auto; 
  text-align: justify;
}

#parallax-croisiere .block-gray {
  background: #f2f2f2;
  padding: 60px;
}

#parallax-croisiere .section-overlay-mask {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%;
  height: 100%; 
  background-color: black; 
  opacity: 0.70;
}

#parallax-croisiere .parallax-one-croisiere {
  padding-top: 320px; 
  padding-bottom: 200px; 
  overflow: hidden; 
  position: relative; 
  width: 100%; 
  background-image: url('Images/Bannières/banniere_croisiere.jpg'); 
  background-attachment: fixed; 
  background-size: cover; 
  -moz-background-size: cover; 
  -webkit-background-size: cover; 
  background-repeat: no-repeat; 
  background-position: top center;
}


/* Section - Paragraphe */
/**************************/

.section-description-croisiere, 
.section-description-2-croisiere, 
.section-description-3-croisiere, 
.section-description-4-croisiere{
  padding: 100px;
  padding-left: 150px;
  padding-right: 150px;
}

.line-break.margin-top-10 {border-bottom:1px solid black; width: 150px; margin:0 auto;}

/* Bloc Parallax */

.parallax-block {
  position: relative;
  width: 100%;
  height: 60vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.second-croisiere {
  background-image: url('Images/Parallax/albarquel_privatisation.jpg');
}

.troisieme-croisiere {
  background-image: url('Images/Parallax/albarquel_voiles.jpg');
}

.quatrieme-croisiere {
  background-image: url('Images/Parallax/port_la_rochelle.jpg');
}

.parallax-block .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  font-size: 1.5rem;
  width: 80%;
}

.parallax-block .content p {
  margin: 0;
}

/* --- Description 1 --- */

.section-description-croisiere {
  text-align: center;
  background-image: url(Images/Logos/LogoAlbarquel.jpg);
  background-repeat: no-repeat;
  background-position: bottom, right;
  background-size: 8%;
  margin-bottom: 20px;
}

.section-description-croisiere h2{
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
}

 /*.ligne-soulignement {
  display: block;
  margin: 20px auto 20px auto;
  width: 25%; adapte la taille selon le visuel 
  height: auto;
}*/

.section-description-croisiere p{
  font-size: 1.5rem;
  margin-bottom: 5%;
  line-height: 1.6;
  padding-top: 40px;
}

/* --- Descriptions 2, 3, 4 croisière --- */

.section-description-2-croisiere,
.section-description-3-croisiere,
.section-description-4-croisiere {
  position: relative;
  padding: 80px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  overflow: hidden;
  flex-wrap: wrap;
}

/* --- Titres h2 --- */

.section-description-2-croisiere h2, 
.section-description-3-croisiere h2, 
.section-description-4-croisiere h2 {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  text-align: center;
}

/* --- Images --- */

.section-description-2-croisiere .image-croisiere-section-description-2-croisiere,
.section-description-3-croisiere .image-croisiere-section-description-3-croisiere,
.section-description-4-croisiere .image-croisiere-section-description-4-croisiere {
  flex: 1;
  max-width: 55%;
}

.section-description-2-croisiere .image-croisiere-section-description-2-croisiere img, 
.section-description-3-croisiere .image-croisiere-section-description-3-croisiere img,
.section-description-4-croisiere .image-croisiere-section-description-4-croisiere img {
  width: 80%;
  height: auto;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  filter: grayscale(50%);
  border-top-left-radius: 5%;
  border-bottom-right-radius: 5%;
  padding-left: 10px;
}

/* --- Texte --- */

.section-description-2-croisiere .text, 
.section-description-3-croisiere .text,
.section-description-4-croisiere .text {
  flex: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative; /* pour que le ::before en absolute fonctionne */
  z-index: 1;
}

.section-description-2-croisiere .text::before,
.section-description-3-croisiere .text::before,
.section-description-4-croisiere .text::before {
  content: "";
  position: absolute; /* nécessaire pour le placer où tu veux */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(Images/Logos/LogoAlbarquel.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25%;
  opacity: 0.1;
  z-index: 0;
  pointer-events: none;
}

.section-description-2-croisiere .text p, 
.section-description-3-croisiere .text p, 
.section-description-4-croisiere .text p {
  font-size: 1.4rem;
  margin-bottom: 4%;
  line-height: 1.6;
  max-width: 80ch;
}

/* --- Lien de contact section 4 --- */

.section-description-4-croisiere .contact-link-wrapper {
  text-align: right;
}

.section-description-4-croisiere .contact-link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #FF0101;
  color: white;
  text-decoration: none;
  font-family: "Arimo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  border-radius: 35px;
  font-size: 20px;
  margin-top: 10px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.section-description-4-croisiere .contact-link:hover{
 background-color: #277AFE; 
}


/* ================= Page Evenementiel ================= */

/* ================= Parallax ================= */

/* Section - Titre */
/**************************/

  #parallax-evenementiel .parallax-one-evenementiel h1.typing-effect-evenementiel {
    font-family: "Cormorant", serif;
    font-weight: 400;
    text-align: center;
    font-size: 5rem;
    letter-spacing: 2px; /* Espacement ultra serré */
    color: whitesmoke;
    text-transform: uppercase;
    border-right: 2px solid white; /* Curseur d'écriture plus fin */
    width: 0ch;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    margin: 0 auto; /* Centrage parfait */
    animation: typing-effect-evenementiel 1.5s steps(15, end) forwards, blinkCursor 0.6s infinite;
  }
  
  /* Effet d'écriture encore plus précis */
  @keyframes typing-effect-evenementiel {
    from { width: 0ch; }
    to { width: 17ch; } /* Ajuste selon la longueur du texte */
  }
  
  /* Clignotement du curseur */
  @keyframes blinkCursor {
    50% { border-color: transparent; }
  }

#parallax-evenementiel .block {
  background: white; 
  padding: 60px; 
  width:820px; 
  margin:0 auto; 
  text-align:justify;}

#parallax-evenementiel .block-gray {
  background: #f2f2f2;
  padding: 60px;
}

#parallax-evenementiel .section-overlay-mask {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%;
  height: 100%; 
  background-color: black; 
  opacity: 0.70;
}

#parallax-evenementiel .parallax-one-evenementiel {
  padding-top: 320px; 
  padding-bottom: 200px; 
  overflow: hidden; 
  position: relative; 
  width: 100%; 
  background-image: url(Images/Bannières/banniere_evenementiel.jpg); 
  background-attachment: fixed; 
  background-size: cover; 
  -moz-background-size: cover; 
  -webkit-background-size: cover; 
  background-repeat: no-repeat; 
  background-position: top center;
}

/* Section - Paragraphe */
/**************************/

.section-description-evenementiel, 
.section-description-2-evenementiel, 
.section-description-3-evenementiel, 
.section-description-4-evenementiel{
  padding: 100px;
  padding-left: 150px;
  padding-right: 150px;
}

.line-break.margin-top-10 {border-bottom:1px solid black; width: 150px; margin:0 auto;}

/* Bloc Parallax */

.parallax-block {
  position: relative;
  width: 100%;
  height: 60vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.second-evenementiel {
  background-image: url('Images/Parallax/albarquel_evenementiel_1.jpeg');
}

.troisieme-evenementiel {
  background-image: url('Images/Parallax/albarquel_evenementiel_2.jpeg');
}

.quatrieme-evenementiel {
  background-image: url('Images/Parallax/port_la_rochelle.jpg');
}

.parallax-block .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  font-size: 1.5rem;
  width: 80%;
}

.parallax-block .content p {
  margin: 0;
}

/* --- Description 1 --- */

.section-description-evenementiel {
  text-align: center;
  background-image: url(Images/Logos/LogoAlbarquel.jpg);
  background-repeat: no-repeat;
  background-position: bottom, right;
  background-size: 8%;
  margin-bottom: 20px;
}

.section-description-evenementiel h2{
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
}

.section-description-evenementiel p{
  font-size: 1.5rem;
  margin-bottom: 5%;
  line-height: 1.6;
  padding-top: 40px;
}

/* --- Descriptions 2, 3, 4 evenementiel --- */

.section-description-2-evenementiel,
.section-description-3-evenementiel {
  position: relative;
  padding: 80px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  overflow: hidden;
  flex-wrap: wrap;
}

/* --- Titres h2 --- */

.section-description-2-evenementiel h2, 
.section-description-3-evenementiel h2 {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  text-align: center;
}

/* --- Images --- */

.section-description-2-evenementiel .image-evenementiel-section-description-2-evenementiel,
.section-description-3-evenementiel .image-evenementiel-section-description-3-evenementiel {
  flex: 1;
  max-width: 55%;
}

.section-description-2-evenementiel .image-evenementiel-section-description-2-evenementiel img, 
.section-description-3-evenementiel .image-evenementiel-section-description-3-evenementiel img {
  width: 80%;
  height: auto;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  filter: grayscale(50%);
  border-top-left-radius: 5%;
  border-bottom-right-radius: 5%;
  padding-left: 10px;
}

/* --- Texte --- */

.section-description-2-evenementiel .text, 
.section-description-3-evenementiel .text {
  flex: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative; /* pour que le ::before en absolute fonctionne */
  z-index: 1;
}

.section-description-2-evenementiel .text::before,
.section-description-3-evenementiel .text::before {
  content: "";
  position: absolute; /* nécessaire pour le placer où tu veux */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(Images/Logos/LogoAlbarquel.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25%;
  opacity: 0.1;
  z-index: 0;
  pointer-events: none;
}

.section-description-2-evenementiel .text p, 
.section-description-3-evenementiel .text p {
  font-size: 1.4rem;
  margin-bottom: 4%;
  line-height: 1.6;
  max-width: 80ch;
}

/* --- Lien de contact --- */

.section-description-3-evenementiel .contact-link-wrapper {
  text-align: right;
}

.section-description-3-evenementiel .contact-link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #FF0101;
  color: white;
  text-decoration: none;
  font-family: "Arimo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  border-radius: 35px;
  font-size: 20px;
  margin-top: 10px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.section-description-3-evenementiel .contact-link:hover{
 background-color: #277AFE; 
}


/* ============================ Page Formations ============================ */

/* ================= Parallax ================= */

/* Section - Titre */
/**************************/

  #parallax-formations .parallax-one-formations h1.typing-effect-formations {
    font-family: "Cormorant", serif;
    font-weight: 400;
    text-align: center;
    font-size: 5rem;
    letter-spacing: 2px; /* Espacement ultra serré */
    color: whitesmoke;
    text-transform: uppercase;
    border-right: 2px solid white; /* Curseur d'écriture plus fin */
    width: 0ch;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    margin: 0 auto; /* Centrage parfait */
    animation: typing-effect-formations 1.5s steps(15, end) forwards, blinkCursor 0.6s infinite;
  }
  
  /* Effet d'écriture encore plus précis */
  @keyframes typing-effect-formations {
    from { width: 0ch; }
    to { width: 15ch; } /* Ajuste selon la longueur du texte */
  }
  
  /* Clignotement du curseur */
  @keyframes blinkCursor {
    50% { border-color: transparent; }
  }

#parallax-formations .block {
  background: white; 
  padding: 60px; 
  width:820px; 
  margin:0 auto; 
  text-align:justify;}

#parallax-formations .block-gray {
  background: #f2f2f2;
  padding: 60px;
}

#parallax-formations .section-overlay-mask {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%;
  height: 100%; 
  background-color: black; 
  opacity: 0.70;
}

#parallax-formations .parallax-one-formations {
  padding-top: 320px; 
  padding-bottom: 200px; 
  overflow: hidden; 
  position: relative; 
  width: 100%; 
  background-image: url(Images/Bannières/banniere_formations.jpg); 
  background-attachment: fixed; 
  background-size: cover; 
  -moz-background-size: cover; 
  -webkit-background-size: cover; 
  background-repeat: no-repeat; 
  background-position: top center;
}

/* Section - Paragraphe */
/**************************/

.section-description-formations, 
.section-description-2-formations, 
.section-description-3-formations, 
.section-description-4-formations{
  padding: 100px;
  padding-left: 150px;
  padding-right: 150px;
}

.line-break.margin-top-10 {border-bottom:1px solid black; width: 150px; margin:0 auto;}

/* Bloc Parallax */

.parallax-block {
  position: relative;
  width: 100%;
  height: 60vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.second-formations {
  background-image: url('Images/Parallax/albarquel_formations_1.jpeg');
}

.troisieme-formations {
  background-image: url('Images/Parallax/albarquel_formations_2.jpeg');
}

.quatrieme-formations {
  background-image: url('Images/Parallax/albarquel_formations_3.jpeg');
}

.parallax-block .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  font-size: 1.5rem;
  width: 80%;
}

.parallax-block .content p {
  margin: 0;
}

/* --- Description 1 --- */

.section-description-formations {
  text-align: center;
  background-image: url(Images/Logos/LogoAlbarquel.jpg);
  background-repeat: no-repeat;
  background-position: bottom, right;
  background-size: 8%;
  margin-bottom: 20px;
}

.section-description-formations h2{
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
}

.section-description-formations p{
  font-size: 1.5rem;
  margin-bottom: 5%;
  line-height: 1.6;
  padding-top: 40px;
}

/* --- Descriptions 2, 3, 4 formations --- */

.section-description-2-formations,
.section-description-3-formations,
.section-description-4-formations {
  position: relative;
  padding: 80px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  overflow: hidden;
  flex-wrap: wrap;
}

/* --- Titres h2 --- */

.section-description-2-formations h2, 
.section-description-3-formations h2, 
.section-description-4-formations h2 {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  text-align: center;
}

/* --- Images --- */

.section-description-2-formations .image-formations-section-description-2-formations,
.section-description-3-formations .image-formations-section-description-3-formations {
  flex: 1;
  max-width: 55%;
}

.section-description-2-formations .image-formations-section-description-2-formations img, 
.section-description-3-formations .image-formations-section-description-3-formations img {
  width: 80%;
  height: auto;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  filter: grayscale(50%);
  border-top-left-radius: 5%;
  border-bottom-right-radius: 5%;
  padding-left: 10px;
}

/* --- Texte --- */

.section-description-2-formations .text, 
.section-description-3-formations .text {
  flex: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative; /* pour que le ::before en absolute fonctionne */
  z-index: 1;
}

.section-description-2-formations .text::before, 
.section-description-3-formations .text::before{
  content: "";
  position: absolute; /* nécessaire pour le placer où tu veux */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(Images/Logos/LogoAlbarquel.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25%;
  opacity: 0.1;
  z-index: 0;
  pointer-events: none;
}

.section-description-2-formations .text p, 
.section-description-3-formations .text p {
  font-size: 1.4rem;
  margin-bottom: 4%;
  line-height: 1.6;
  max-width: 80ch;
}

/* --- Section Gallerie --- */

.section-description-4-formations {
  text-align: center;
  padding: 40px 20px;
}

/* Galerie */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

/* Images */
.gallery img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  cursor: pointer;
}

/* Agrandissement au survol */
.gallery img:hover {
  transform: scale(1.2); 
}


/* ============================ Page Actualités ============================ */

/* ================= Parallax ================= */

/* Section - Titre */
/**************************/

  #parallax-actualites .parallax-one-actualites h1.typing-effect-actualites {
    font-family: "Cormorant", serif;
    font-weight: 400;
    text-align: center;
    font-size: 5rem;
    letter-spacing: 2px; /* Espacement ultra serré */
    color: whitesmoke;
    text-transform: uppercase;
    border-right: 2px solid white; /* Curseur d'écriture plus fin */
    width: 0ch;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    margin: 0 auto; /* Centrage parfait */
    animation: typing-effect-actualites 1.5s steps(15, end) forwards, blinkCursor 0.6s infinite;
  }
  
  /* Effet d'écriture encore plus précis */
  @keyframes typing-effect-actualites {
    from { width: 0ch; }
    to { width: 14ch; } /* Ajuste selon la longueur du texte */
  }
  
  /* Clignotement du curseur */
  @keyframes blinkCursor {
    50% { border-color: transparent; }
  }

#parallax-actualites .block {
  background: white; 
  padding: 60px; 
  width:820px; 
  margin:0 auto; 
  text-align:justify;}

#parallax-actualites .block-gray {
  background: #f2f2f2;
  padding: 60px;
}

#parallax-actualites .section-overlay-mask {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%;
  height: 100%; 
  background-color: black; 
  opacity: 0.70;
}

#parallax-actualites .parallax-one-actualites {
  padding-top: 320px; 
  padding-bottom: 200px; 
  overflow: hidden; 
  position: relative; 
  width: 100%; 
  background-image: url(Images/Bannières/banniere_actualites.jpg); 
  background-attachment: fixed; 
  background-size: cover; 
  -moz-background-size: cover; 
  -webkit-background-size: cover; 
  background-repeat: no-repeat; 
  background-position: top center;
}

/* Section - Paragraphe */
/**************************/

.section-description-actualites {
  padding: 100px;
  padding-left: 150px;
  padding-right: 150px;
}

.line-break.margin-top-10 {border-bottom:1px solid black; width: 150px; margin:0 auto;}

/* Bloc Parallax */

.parallax-block {
  position: relative;
  width: 100%;
  height: 60vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.second-actualites {
  background-image: url('Images/Photos/Vrac/albarquel_bateau_1.jpeg');
}

.troisieme-actualites {
  background-image: url('Images/Parallax/albarquel_actualites_3.jpeg');
}


.parallax-block .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  font-size: 1.5rem;
  width: 80%;
}

.parallax-block .content p {
  margin: 0;
}

/* --- Description 1 --- */

.section-description-actualites {
  text-align: center;
}

.section-description-actualites h2{
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
}

.section-description-actualites p{
  font-size: 1.5rem;
  margin-bottom: 5%;
  line-height: 1.6;
  padding-top: 40px;
}

#actualites-social-icon a i {
  font-size: 28px;        
  padding: 15px;          
  border-radius: 50%;     
  border: 2px solid #fff; 
  display: inline-block;  
  box-sizing: content-box; 
}


/* --- Description 2 --- */

/* Section feed réseaux sociaux  */

.section-feed {
  background-color: #11276c;
  padding: 60px 20px;
  color: #f0eff1;
  font-family: "Cormorant", serif;
}

/* CONTAINER CENTRAL */
.feed-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* TITRE */
.section-feed h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  font-weight: 400;
}

/* IMAGE DE SOULIGNEMENT */
.ligne-soulignement {
  display: block;
  margin: 0 auto 40px auto;
  max-width: 150px;
}

/* GRILLE DES POSTS */
.feed-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

@media (min-width: 768px) {
  .feed-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .feed-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* CARTE INDIVIDUELLE */
.feed-card {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 10px;
  color: #000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.feed-card:hover {
  transform: translateY(-5px);
}

/* POUR QUE LES EMBEDS S'AJUSTENT */
.fb-post {
  width: 100% !important;
  max-width: 100%;
}

/* ============================ Page Contact ============================ */


/* Section - Titre */
/**************************/

  #parallax-contact .parallax-one-contact h1.typing-effect-contact {
    font-family: "Cormorant", serif;
    font-weight: 400;
    text-align: center;
    font-size: 5rem;
    letter-spacing: 2px; /* Espacement ultra serré */
    color: whitesmoke;
    text-transform: uppercase;
    border-right: 2px solid white; /* Curseur d'écriture plus fin */
    width: 0ch;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    margin: 0 auto; /* Centrage parfait */
    animation: typing-effect-contact 1.5s steps(15, end) forwards, blinkCursor 0.6s infinite;
  }
  
  /* Effet d'écriture encore plus précis */
  @keyframes typing-effect-contact {
    from { width: 0ch; }
    to { width: 11ch; } /* Ajuste selon la longueur du texte */
  }
  
  /* Clignotement du curseur */
  @keyframes blinkCursor {
    50% { border-color: transparent; }
  }

#parallax-contact .block {
  background: white; 
  padding: 60px; 
  width:820px; 
  margin:0 auto; 
  text-align:justify;}

#parallax-contact .block-gray {
  background: #f2f2f2;
  padding: 60px;
}

#parallax-contact .section-overlay-mask {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%;
  height: 100%; 
  background-color: black; 
  opacity: 0.70;
}

#parallax-contact .parallax-one-contact {
  padding-top: 320px; 
  padding-bottom: 200px; 
  overflow: hidden; 
  position: relative; 
  width: 100%; 
  background-image: url(Images/Bannières/banniere_contact.jpg); 
  background-attachment: fixed; 
  background-size: cover; 
  -moz-background-size: cover; 
  -webkit-background-size: cover; 
  background-repeat: no-repeat; 
  background-position: top center;
}

/* ================= Formulaire ================= */

/* Styles de la section contact */
.contact-section {
  background-color: #f9f9f9;
  padding: 120px 20px;
  border-radius: 10px;
  max-width: 1200px;
  margin: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Conteneur du formulaire */
.contact-section .container {
  max-width: 600px;
  margin: auto;
}

/* Titres */
.contact-section h2 {
  text-align: center;
  font-size: 3rem;
  color: #333;
  margin-bottom: 20px;
  font-family: "Cormorant", serif;
  font-weight: 400;
}

/* Texte d'introduction */
.contact-section p {
  text-align: center;
  font-size: 1.4rem;
  font-family: "Arimo", sans-serif;
  font-weight: 400;
  color: #333;
}

/* Style des champs du formulaire */
.form-group {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-weight: bold;
  margin-bottom: 5px;
  color: #444;
}

/* Champs texte et textarea */
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

.form-group textarea {
  resize: vertical;
}

/* Alignement des checkboxes avec les labels */
.checkbox-group {
  display: grid; 
  grid-template-columns: auto 1fr;
  align-items: center; 
  gap: 10px; 
}

.checkbox-group input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0; 
}

.checkbox-group label {
  font-size: 14px;
  color: #555;
  cursor: pointer;
  display: block;
}

/* Style du bouton d'envoi */
.btn-submit {
  display: inline-block;
  padding: 10px 20px;
  background-color: #FF0101;
  color: white;
  text-decoration: none;
  font-family: "Arimo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  border-radius: 35px;
  font-size: 20px;
  margin-top: 10px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  float: right;
}

/* Hover uniquement si bouton activé */
.btn-submit:hover:enabled {
  background-color: #277AFE;
}

/* Style quand le bouton est désactivé */
.btn-submit:disabled {
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
  opacity: 0.6;
  transition: none;
  float: right;
}

/* ============================ Page Merci ============================ */

.thankyou-section {
  background-color: #f9f9f9;
  padding: 120px 20px;
  border-radius: 10px;
  max-width: 700px;
  margin: 60px auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-family: "Arimo", sans-serif;
  color: #333;
}

.thankyou-section h2 {
  font-family: "Cormorant", serif;
  font-weight: 400;
  font-size: 3rem;
  margin-bottom: 20px;
}

.thankyou-section p {
  font-size: 1.4rem;
  margin-bottom: 40px;
}

.btn-return {
  display: inline-block;
  padding: 12px 28px;
  background-color: #FF0101;
  color: white;
  font-size: 18px;
  font-weight: 400;
  border-radius: 35px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  font-family: "Arimo", sans-serif;
}

.btn-return:hover {
  background-color: #277AFE;
}


/* ================= Page Mentions légales ================= */

/* Section - Titre */
/**************************/

#parallax-mentions .parallax-one-mentions h1.typing-effect-mentions {
  font-family: "Cormorant", serif;
  font-weight: 400;
  text-align: center;
  font-size: 3rem;
  letter-spacing: 2px; /* Espacement ultra serré */
  color: whitesmoke;
  text-transform: uppercase;
  display: block;
  margin: 0 auto; /* Centrage parfait */
}

#parallax-mentions .block {
background: white; 
padding: 60px; 
width:820px; 
margin:0 auto; 
text-align:justify;}

#parallax-mentions .block-gray {
background: #f2f2f2;
padding: 60px;
}

#parallax-mentions .section-overlay-mask {
position: absolute; 
top: 0; 
left: 0; 
width: 100%;
height: 100%; 
background-color: black; 
opacity: 0.70;
}

#parallax-mentions .parallax-one-mentions {
padding-top: 320px; 
padding-bottom: 200px; 
overflow: hidden; 
position: relative; 
width: 100%; 
background-color: #11276C;
}

/* ========== Bloc Mentions Légales ========== */

.bloc-legal {
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #f9f9f9;
  font-family: "Varela Round", sans-serif;
  color: #1a1a1a;
  line-height: 1.8;
}

.bloc-legal section {
  margin-bottom: 60px;
}

.bloc-legal h2 {
  font-size: 1.8rem;
  color: #11276C;
  border-left: 5px solid #fcb900;
  padding-left: 12px;
  margin-bottom: 1rem;
}

.bloc-legal p {
  margin-bottom: 1rem;
  text-align: justify;
}

.bloc-legal ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.bloc-legal li {
  margin-bottom: 0.5rem;
}

.bloc-legal a {
  color: #11276C;
  text-decoration: underline;
}

.bloc-legal a:hover {
  text-decoration: none;
}


/* ================= Page RGPD ================= */

/* Section - Titre */
/**************************/

#parallax-rgpd .parallax-one-rgpd h1.typing-effect-rgpd {
  font-family: "Cormorant", serif;
  font-weight: 400;
  text-align: center;
  font-size: 3rem;
  letter-spacing: 2px; /* Espacement ultra serré */
  color: whitesmoke;
  text-transform: uppercase;
  display: block;
  margin: 0 auto; /* Centrage parfait */
}

#parallax-rgpd .block {
background: white; 
padding: 60px; 
width:820px; 
margin:0 auto; 
text-align:justify;}

#parallax-rgpd .block-gray {
background: #f2f2f2;
padding: 60px;
}

#parallax-rgpd .section-overlay-mask {
position: absolute; 
top: 0; 
left: 0; 
width: 100%;
height: 100%; 
background-color: black; 
opacity: 0.70;
}

#parallax-rgpd .parallax-one-rgpd {
padding-top: 320px; 
padding-bottom: 200px; 
overflow: hidden; 
position: relative; 
width: 100%; 
background-color: #11276C;
}

.rgpd-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* Titres de section */
.rgpd-wrapper h2 {
  font-size: 1.5em;
  margin-top: 40px;
  border-left: 4px solid #ffd700; /* Jaune */
  padding-left: 10px;
}

/* Paragraphes et listes */
.rgpd-wrapper p {
  margin: 15px 0;
}

.rgpd-wrapper ul {
  margin: 15px 0;
  padding-left: 20px;
}

.rgpd-wrapper ul li {
  margin-bottom: 5px;
}

/* Liens */
.rgpd-wrapper a {
  color: #0056b3;
  text-decoration: none;
}

.rgpd-wrapper a:hover {
  text-decoration: underline;
}



/* Parallax */

/*@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic);*/

/* Override UGG site */
#main {width: 100%; padding:0;}
.content-asset p {margin:0 auto;}
.breadcrumb {display:none;}

/* Helpers */
/**************************/
.margin-top-10 {padding-top:10px;}
.margin-bot-10 {padding-bottom:10px;}

/* Typography */
/**************************/
#parallax-world-of-ugg h1 {font-family:'Oswald', sans-serif; font-size:24px; font-weight:400; text-transform: uppercase; color:black; padding:0; margin:0;}
#parallax-world-of-ugg h2 {font-family:'Oswald', sans-serif; font-size:70px; letter-spacing:10px; text-align:center; color:white; font-weight:400; text-transform:uppercase; z-index:10; opacity:.9;}
#parallax-world-of-ugg h3 {font-family:'Oswald', sans-serif; font-size:14px; line-height:0; font-weight:400; letter-spacing:8px; text-transform: uppercase; color:black;}
#parallax-world-of-ugg p {font-family:'Source Sans Pro', sans-serif; font-weight:400; font-size:14px; line-height:24px;}
.first-character {font-weight:400; float: left; font-size: 84px; line-height: 64px; padding-top: 4px; padding-right: 8px; padding-left: 3px; font-family: 'Source Sans Pro', sans-serif;}

.sc {color: #3b8595;}
.ny {color: #3d3c3a;}
.atw {color: #c48660;}

/* Section - Title */
/**************************/
#parallax-world-of-ugg .title {background: white; padding: 60px; margin:0 auto; text-align:center;}
#parallax-world-of-ugg .title h1 {font-size:35px; letter-spacing:8px;}
#parallax-world-of-ugg .parallax-one h2 {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.block p {
  font-family: "Arimo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}



/* Section - Block */
/**************************/
#parallax-world-of-ugg .block {background: white; padding: 60px; width:820px; margin:0 auto; text-align:justify;}
#parallax-world-of-ugg .block-gray {background: #f2f2f2;padding: 60px;}
#parallax-world-of-ugg .section-overlay-mask {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: black; opacity: 0.70;}

/* Section - Parallax */
/**************************/
#parallax-world-of-ugg .parallax-one {padding-top: 200px; padding-bottom: 200px; overflow: hidden; position: relative; width: 100%; background-image: url(Images/Photos/Slides/slide_1.jpg); background-attachment: fixed; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-repeat: no-repeat; background-position: top center;}
#parallax-world-of-ugg .parallax-two {padding-top: 200px; padding-bottom: 200px; overflow: hidden; position: relative; width: 100%; background-image: url(Images/Photos/Slides/slide_2.jpg); background-attachment: fixed; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-repeat: no-repeat; background-position: center center;}
#parallax-world-of-ugg .parallax-three {padding-top: 200px; padding-bottom: 200px; overflow: hidden; position: relative; width: 100%; background-image: url(Images/Photos/Slides/slide_3.jpg); background-attachment: fixed; background-size: cover; -moz-background-size: cover; -webkit-background-size: cover; background-repeat: no-repeat; background-position: center center;}

/* Extras */
/**************************/
#parallax-world-of-ugg .line-break {border-bottom:1px solid black; width: 150px; margin:0 auto;}

/* Media Queries */
/**************************/
@media screen and (max-width: 959px) and (min-width: 768px) {
  #parallax-world-of-ugg .block {padding: 40px; width:620px;}
}
@media screen and (max-width: 767px) {
  #parallax-world-of-ugg .block {padding: 30px; width:420px;}
  #parallax-world-of-ugg h2 {font-size:30px;}
  #parallax-world-of-ugg .block {padding: 30px;}
  #parallax-world-of-ugg .parallax-one, #parallax-world-of-ugg .parallax-two, #parallax-world-of-ugg .parallax-three {padding-top:100px; padding-bottom:100px;}
}
@media screen and (max-width: 479px) {
  #parallax-world-of-ugg .block {padding: 30px 15px; width:290px;}
}





/* ________________________________________________________________________________________________________________________________________________________________________________  Footer ________________________________________________________________________________________ */

  /* Section contact */
  .footer-section {
    background: #11276c;
    position: relative;
  }
  .footer-cta {
    border-bottom: 1px solid #373636;
  }
  .single-cta i {
    color: #ff0101;
    font-size: 30px;
    float: left;
    margin-top: 8px;
  }
  .cta-text {
    padding-left: 15px;
    display: inline-block;
    padding-bottom: 10px;
  }
  .cta-text h4 {
    color: #fff;
    font-family: "Cormorant", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 2px;
  }
  .cta-text span {
    color:#fff;
    font-size: 15px;
  }
  .footer-content {
    position: relative;
    z-index: 2;
    padding-left: 20px;
  }

    /* Section logo et liens */
  .footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-logo img {
      max-width: 200px;
  }

      /* Réseaux sociaux*/
  .footer-social-icon{
    padding-bottom: 10px;
    padding-left: 2.5%;
  }
  
  .footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
    display: inline-block; /* Assure que l'élément est inline-block pour accepter la transformation */
    transition: transform 0.3s ease, color 0.3s ease;
  }

  .footer-social-icon a:hover {
      transform: scale(1.2);
  }

  .footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
  }

  .facebook-bg{
    background: #ff0101;
  }

  .instagram-bg{
    background: #ff0101;
  }

  .linkedin-bg{
    background: #ff0101;
  }

    /* Horaires et Liens */
    .footer-text.mb-25 p {
      color:#fff;
      font-size: 16px; 
  }
  
  .footer-widget-heading h3 {
    color: #fff;
    font-family: "Cormorant", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 40px;
    position: relative;
  }
  .footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff0101;
  }
  .footer-widget ul li {
    display: inline-block;
    /*float: left;*/
    width: 50%;
    margin-bottom: 12px;
  }
  .footer-widget ul li a:hover{
    color: #ff5e14;
  }
  .footer-widget ul li a {
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
  }

  /*
  .subscribe-form {
    position: relative;
    overflow: hidden;
  }
  .subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
  }
  .subscribe-form button {
      position: absolute;
      right: 0;
      background: #ff5e14;
      padding: 13px 20px;
      border: 1px solid #ff5e14;
      top: 0;
  }
  .subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
  }*/

    /* Copyright*/
  .copyright-area{
    background: #202020;
    padding: 25px 0;
  }
  .copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
  }
  .copyright-text p a{
    color: #ff5e14;
  }
  .footer-menu li {
    display: inline-block;
    margin-left: 20px;
  }
  .footer-menu li:hover a{
    color: #ff5e14;
  }
  .footer-menu li a {
    font-size: 14px;
    color: #878787;
  }








/* ________________________________________________________________________________________________________________________________________________________________________________  Média queries ________________________________________________________________________________________ */

/* Styles pour les petits écrans (smartphones) */
@media (max-width: 600px) {

    /* Menu navigation et menu burger */

    .header-nav-menu {
        flex-direction: column;
        gap: 20px; /* Espacement vertical */
    }

    .header-burger {
        display: block; /* Le menu burger reste visible */
    }

    .header-menu-link a {
        font-size: clamp(1.5rem, 4vw, 3rem); /* Taille responsive adaptée */
    }

/* Barre supérieure */

.barre-superieure {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  font-size: 1.2rem;
  background-color: transparent;
 /* margin-top: 110px;*/
  position: relative;
  z-index: 10;
}

/* Right content */
.right-content {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: #fcb900;
  padding: 7px;
  border-radius: 20px;
  z-index: 1000; /* Positionne le .right-content au-dessus de tout */
  border: none; /* S'assure qu'il n'y a pas de bordure sous l'élément */
}

.right-content a {
  text-decoration: none;
  font-family: "Varela Round", sans-serif;
  font-weight: 600;
}

/* Assurer que le footer et parallax ne recouvrent pas les éléments */
#parallax-balades, footer {
  z-index: 1; /* S'assure que les éléments parallax et footer sont derrière les éléments fixes */
}

    /* ================= Page Balades ================= */

    #parallax-balades .parallax-one-balades {
      background-color: #11276C; 
      background-image: none; 
      background-attachment: scroll; 
      padding-top: 200px;
      padding-bottom: 80px; 
  }

  #parallax-balades .parallax-one-balades h1.typing-effect-balades {
      font-size: 3rem;
      letter-spacing: 1px;
  }

  /* Section services */

/* Suppression de l'élément image dans chaque service (les img sont supprimées) */
.service img {
  display: none; /* Masquer l'image */
}

/* Utilisation de CSS Grid pour la section des services */
.services-balades {
  display: grid;
  grid-template-columns: 1fr; /* Une seule colonne pour un affichage en stack */
  gap: 20px; /* Espacement entre les services */
}

/* Chaque service dans la grille */
.service {
  display: grid;
  grid-template-columns: 1fr; /* Une seule colonne pour chaque service */
  grid-template-rows: auto; /* Laisse la hauteur s'adapter au contenu */
  padding: 20px;
  gap: 10px;
  border-radius: 12px;
}

/* Couleurs de fond (sans image de fond) */
.service .b1 {
  background-color: white; /* Couleur de fond pour la première section */
  height: 200px; /* Ajuste la hauteur pour qu'elle soit plus petite */
  border-radius: 12px;
  display: block;
}

.service .b2 {
  background-color: #11276C; 
  height: 200px; 
  border-radius: 12px;
  display: block;
}

.service .b3 {
  background-color: white; 
  height: 200px; 
  border-radius: 12px;
  display: block;
}

/* Ajustement du titre dans le service */
.content h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

/* Ajustement du texte */
.content p {
  font-size: 1.2rem;
  line-height: 1.5;
}

/* Bouton */
.btn-services {
  padding: 8px 16px;
  font-size: 14px;
  background-color: #FF0101;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 10px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn-services:hover {
  background-color: #277AFE;
}

/* Ajustement de la section Parallax */
.parallax-block {
  height: 50vh; 
}

.parallax-block .content {
  font-size: 1.2rem; 
}

.services-croisieres-titre h2{
  font-size: 2rem;
}

    /* ================= Page Croisière ================= */

    #parallax-croisiere .parallax-one-croisiere {
      background-color: #11276C; 
      background-image: none; 
      background-attachment: scroll; 
      padding-top: 200px;
      padding-bottom: 80px; 
  }

  #parallax-croisiere .parallax-one-croisiere h1.typing-effect-croisiere {
      font-size: 3rem;
      letter-spacing: 1px;
  }

    .section-description-croisiere {
      background-image: none;
      padding: 25px 10px;
    }
  
    .section-description-croisiere h2 {
      font-size: 1.8rem;
      background-size: 60%;
    }
  
    .section-description-croisiere p {
      font-size: 1.1rem;
      padding-top: 10px;
    }
    
  .section-description-2-croisiere .image-croisiere-section-description-2-croisiere,
  .section-description-3-croisiere .image-croisiere-section-description-3-croisiere,
  .section-description-4-croisiere .image-croisiere-section-description-4-croisiere {
    display: none;
  }

  .section-description-2-croisiere,
  .section-description-3-croisiere,
  .section-description-4-croisiere {
    flex-direction: column;
    padding: 40px 20px;
  }

  .section-description-2-croisiere .text,
  .section-description-3-croisiere .text,
  .section-description-4-croisiere .text {
    width: 100%;
  }

  .section-description-2-croisiere .text h2,
  .section-description-3-croisiere .text h2,
  .section-description-4-croisiere .text h2 {
    font-size: 1.6rem;
    padding-bottom: 20px;
  }

  .section-description-2-croisiere .text p,
  .section-description-3-croisiere .text p,
  .section-description-4-croisiere .text p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    line-height: 1.5;
  }

  .section-description-4-croisiere .contact-link-wrapper {
    text-align: center;
    margin-top: 20px;
  }
    

    /* ================= Page Evenementiel ================= */

    #parallax-evenementiel .parallax-one-evenementiel {
      background-color: #11276C; 
      background-image: none; 
      background-attachment: scroll; 
      padding-top: 200px;
      padding-bottom: 80px; 
  }

  #parallax-evenementiel .parallax-one-evenementiel h1.typing-effect-evenementiel {
      font-size: 3rem;
      letter-spacing: 1px;
  }

    .container-presentation-evenementiel {
      display: flex;
      justify-content: flex-start;
      align-items: center; 
      padding: 0 20px 20px 20px;
      background-image: url(Images/Photos/Formations/formation_\ \(19\).jpeg);
      background-size: cover; 
      background-position: center; 
      background-repeat: no-repeat; 
      min-height: 200px; 
    }

    .container-presentation-evenementiel h1 {
      margin: 0;
      text-align: left;
      font-size: 2.8rem;
      color: #fff;
      max-width: 50%;
      padding-left: 20px;
    }

    .section-description-evenementiel {
      background-image: none;
      padding: 25px 10px;
    }
  
    .section-description-evenementiel h2 {
      font-size: 1.8rem;
      background-size: 60%;
    }
  
    .section-description-evenementiel p {
      font-size: 1.1rem;
      padding-top: 10px;
    }
    
  .section-description-2-evenementiel .image-evenementiel-section-description-2-evenementiel,
  .section-description-3-evenementiel .image-evenementiel-section-description-3-evenementiel {
    display: none;
  }

  .section-description-2-evenementiel,
  .section-description-3-evenementiel {
    flex-direction: column;
    padding: 40px 20px;
  }

  .section-description-2-evenementiel .text,
  .section-description-3-evenementiel .text {
    width: 100%;
  }

  .section-description-2-evenementiel .text h2,
  .section-description-3-evenementiel .text h2 {
    font-size: 1.6rem;
    padding-bottom: 20px;
  }

  .section-description-2-evenementiel .text p,
  .section-description-3-evenementiel .text p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    line-height: 1.5;
  }

  .section-description-3-evenementiel .contact-link-wrapper {
    text-align: center;
    margin-top: 20px;
  }

    /* ================= Page Formations ================= */

    #parallax-formations .parallax-one-formations {
      background-color: #11276C; 
      background-image: none; 
      background-attachment: scroll; 
      padding-top: 200px;
      padding-bottom: 80px; 
  }

  #parallax-formations .parallax-one-formations h1.typing-effect-formations {
      font-size: 3rem;
      letter-spacing: 1px;
  }

    .container-presentation-formations {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding: 0 20px 20px 20px;
      background-image: url(Images/Photos/Formations/formation_\ \(19\).jpeg);
      background-size: cover; 
      background-position: center; 
      background-repeat: no-repeat; 
      min-height: 200px; 
    }

    .container-presentation-formations h1 {
      margin: 0;
      text-align: left;
      font-size: 2rem;
      color: #fff;
      max-width: 50%;
      padding-left: 20px;
    }

    .section-description-formations {
      background-image: none;
      padding: 25px 10px;
    }
  
    .section-description-formations h2 {
      font-size: 1.8rem;
      background-size: 60%;
    }
  
    .section-description-formations p {
      font-size: 1.1rem;
      padding-top: 10px;
    }
    
  .section-description-2-formations .image-formations-section-description-2-formations,
  .section-description-3-formations .image-formations-section-description-3-formations {
    display: none;
  }

  .section-description-2-formations,
  .section-description-3-formations,
  .section-description-4-formations {
    flex-direction: column;
    padding: 40px 20px;
  }

  .section-description-2-formations .text,
  .section-description-3-formations .text {
    width: 100%;
  }

  .section-description-2-formations .text h2,
  .section-description-3-formations .text h2 {
    font-size: 1.6rem;
    padding-bottom: 20px;
  }

  .section-description-2-formations .text p,
  .section-description-3-formations .text p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    line-height: 1.5;
  }

    .gallery {
      grid-template-columns: 1fr;
    }

    .gallery img:hover {
      transform: scale(1.1); 
    }
  
    .section-description-4-formations {
      padding: 20px; 
    }

    /* ================= Page Actualités ================= */

    #parallax-actualites .parallax-one-actualites {
      background-color: #11276C; 
      background-image: none; 
      background-attachment: scroll; 
      padding-top: 200px;
      padding-bottom: 80px; 
  }

  #parallax-actualites .parallax-one-actualites h1.typing-effect-actualites {
      font-size: 3rem;
      letter-spacing: 1px;
  }

    .container-presentation-actualites {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding: 0 20px 20px 20px;
      background-image: url(Images/Photos/Formations/formation_\ \(19\).jpeg);
      background-size: cover; 
      background-position: center; 
      background-repeat: no-repeat; 
      min-height: 200px; 
      }

    .container-presentation-actualites h1 {
        margin: 0;
        text-align: left;
        font-size: 2.8rem;
        color: #fff;
        max-width: 50%;
        padding-left: 20px;
      }

      #actualites-social-icon a i {
        font-size: 20px;        
        padding: 8px;          
        border-radius: 50%;     
        border: 2px solid #fff; 
        display: inline-block;  
        box-sizing: content-box; 
      }

      .section-description-actualites {
        background-image: none;
        padding: 25px 10px;
      }
    
      .section-description-actualites h2 {
        font-size: 1.8rem;
        background-size: 60%;
      }
    
      .section-description-actualites p {
        font-size: 1.1rem;
        padding-top: 10px;
      }

    /* ================= Page Contact ================= */ 

    #parallax-contact .parallax-one-contact {
      background-color: #11276C; 
      background-image: none; 
      background-attachment: scroll; 
      padding-top: 200px;
      padding-bottom: 80px; 
  }

  #parallax-contact .parallax-one-contact h1.typing-effect-contact {
      font-size: 3rem;
      letter-spacing: 1px;
  }

    .container-presentation-contact {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding: 0 20px 20px 20px;
      background-image: url(Images/Photos/Formations/formation_\ \(19\).jpeg);
      background-size: cover; 
      background-position: center; 
      background-repeat: no-repeat; 
      min-height: 200px; 
      }

      .container-presentation-contact h1 {
        margin: 0;
        text-align: left;
        font-size: 2.8rem;
        color: #fff;
        max-width: 50%;
        padding-left: 20px;
      }

       /* ================= Page Mentions légales ================= */

       #parallax-mentions .parallax-one-mentions {
        background-color: #11276C; 
        background-image: none; 
        background-attachment: scroll; 
        padding-top: 10px;
        padding-bottom: 80px; 
    }
  
    #parallax-mentions .parallax-one-mentions h1.typing-effect-mentions {
        font-size: 2rem;
        letter-spacing: 1px;
    }
  
      .container-presentation-mentions {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 0 20px 20px 20px;
        min-height: 200px; 
        }

        /* ================= Page RGPD ================= */

        #parallax-rgpd .parallax-one-rgpd {
          background-color: #11276C; 
          background-image: none; 
          background-attachment: scroll; 
          padding-top: 10px;
          padding-bottom: 80px; 
      }
    
      #parallax-rgpd .parallax-one-rgpd h1.typing-effect-rgpd {
          font-size: 2rem;
          letter-spacing: 1px;
      }
    
        .container-presentation-rgpd {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          padding: 0 20px 20px 20px;
          min-height: 200px; 
          }

    
}

/* Styles pour les tablettes (600px à 1024px) */
@media (min-width: 601px) and (max-width: 1024px) {

    /* Menu navigation et menu burger */

    .header-nav-menu {
        flex-direction: column;
        gap: 20px; /* Espacement vertical */
    }

    .header-burger {
        display: block; /* Le menu burger reste visible */
    }

    .header-menu-link a {
        font-size: clamp(1.5rem, 4vw, 3rem); /* Taille responsive adaptée */
    }

    .barre-superieure{
      display: none;
  }

   /* ================= Page Balades ================= */

   #parallax-balades .parallax-one-balades {
    padding-top: 250px;
    padding-bottom: 80px; 
    margin-top: 40px;
}

#parallax-balades .parallax-one-balades h1.typing-effect-balades {
    font-size: 3rem;
    letter-spacing: 1px;
}

.service {
  flex-direction: column; 
  padding: 20px 15px; 
  gap: 20px; 
}

/* Image */
.service-img {
  width: 100%; 
  height: auto;
}

/* Titres */
.content h2 {
  font-size: 2rem; 
}

.content p {
  font-size: 1.2rem; 
}

.btn-services {
  margin-top: 15px;
  font-size: 18px; 
  align-self: center; 
}

.ligne-soulignement-balades {
  display: block;
  margin: 20px 0;
  width: 35%;
  max-width: 100%;
  height: auto;
}



    /* ================= Page Croisière ================= */

    #parallax-croisiere .parallax-one-croisiere {
      padding-top: 250px;
      padding-bottom: 80px; 
      margin-top: 40px;
  }
  
  #parallax-croisiere .parallax-one-croisiere h1.typing-effect-croisiere {
      font-size: 3rem;
      letter-spacing: 1px;
  }

    .section-description-croisiere {
      background-size: 12%;
      padding: 30px 10px;
    }
  
    .section-description-croisiere h2 {
      font-size: 2.2rem;
      background-size: 50%;
    }
  
    .section-description-croisiere p {
      font-size: 1.25rem;
      padding-top: 15px;
    }
    
    .section-description-2-croisiere .image-croisiere-section-description-2-croisiere,
    .section-description-3-croisiere .image-croisiere-section-description-3-croisiere,
    .section-description-4-croisiere .image-croisiere-section-description-4-croisiere {
      display: none;
    }
  
    .section-description-2-croisiere,
    .section-description-3-croisiere,
    .section-description-4-croisiere {
      flex-direction: column;
      padding: 40px 20px;
    }
  
    .section-description-2-croisiere .text,
    .section-description-3-croisiere .text,
    .section-description-4-croisiere .text {
      width: 100%;
    }
  
    .section-description-2-croisiere .text h2,
    .section-description-3-croisiere .text h2,
    .section-description-4-croisiere .text h2 {
      font-size: 1.6rem;
      padding-bottom: 20px;
    }
  
    .section-description-2-croisiere .text p,
    .section-description-3-croisiere .text p,
    .section-description-4-croisiere .text p {
      font-size: 1.2rem;
      margin-bottom: 20px;
      line-height: 1.5;
    }
  
    .section-description-4-croisiere .contact-link-wrapper {
      text-align: center;
      margin-top: 20px;
    }

    /* ================= Page Evenementiel ================= */

    #parallax-evenementiel .parallax-one-evenementiel {
      padding-top: 250px;
      padding-bottom: 80px; 
      margin-top: 40px;
  }
  
  #parallax-evenementiel .parallax-one-evenementiel h1.typing-effect-evenementiel {
      font-size: 3rem;
      letter-spacing: 1px;
  }

    .section-description-evenementiel {
      background-size: 12%;
      padding: 30px 10px;
    }
  
    .section-description-evenementiel h2 {
      font-size: 2.2rem;
      background-size: 50%;
    }
  
    .section-description-evenementiel p {
      font-size: 1.25rem;
      padding-top: 15px;
    }
    
    .section-description-2-evenementiel .image-evenementiel-section-description-2-evenementiel,
    .section-description-3-evenementiel .image-evenementiel-section-description-3-evenementiel  {
      display: none;
    }
  
    .section-description-2-evenementiel,
    .section-description-3-evenementiel {
      flex-direction: column;
      padding: 40px 20px;
    }
  
    .section-description-2-evenementiel .text,
    .section-description-3-evenementiel .text {
      width: 100%;
    }
  
    .section-description-2-evenementiel .text h2,
    .section-description-3-evenementiel .text h2 {
      font-size: 1.6rem;
      padding-bottom: 20px;
    }
  
    .section-description-2-evenementiel .text p,
    .section-description-3-evenementiel .text p {
      font-size: 1.2rem;
      margin-bottom: 20px;
      line-height: 1.5;
    }
  
    .section-description-3-croisiere .contact-link-wrapper {
      text-align: center;
      margin-top: 20px;
    }

    /* ================= Page Formations ================= */

    #parallax-formations .parallax-one-formations {
      padding-top: 250px;
      padding-bottom: 80px; 
      margin-top: 40px;
  }
  
  #parallax-formations .parallax-one-formations h1.typing-effect-formations {
      font-size: 3rem;
      letter-spacing: 1px;
  }

    .section-description-formations {
      background-size: 12%;
      padding: 30px 10px;
    }
  
    .section-description-formations h2 {
      font-size: 2.2rem;
      background-size: 50%;
    }
  
    .section-description-formations p {
      font-size: 1.25rem;
      padding-top: 15px;
    }
    
    .section-description-2-formations .image-formations-section-description-2-formations,
    .section-description-3-formations .image-formations-section-description-3-formations  {
      display: none;
    }
  
    .section-description-2-formations,
    .section-description-3-formations {
      flex-direction: column;
      padding: 40px 20px;
    }
  
    .section-description-2-formations .text,
    .section-description-3-formations .text {
      width: 100%;
    }
  
    .section-description-2-formations .text h2,
    .section-description-3-formations .text h2 {
      font-size: 1.6rem;
      padding-bottom: 20px;
    }
  
    .section-description-2-formations .text p,
    .section-description-3-formations .text p {
      font-size: 1.2rem;
      margin-bottom: 20px;
      line-height: 1.5;
    }
  
    .section-description-3-formations .contact-link-wrapper {
      text-align: center;
      margin-top: 20px;
    }

    .gallery {
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); /* colonnes plus petites pour mieux s'adapter */
      gap: 15px;
      padding: 15px;
      max-width: 90%;
    }
  
    .gallery img {
      border-radius: 8px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
      transition: transform 0.2s ease; /* effet plus doux */
    }
  
    .gallery img:hover {
      transform: scale(1.1); /* zoom un peu moins fort sur mobile/tablette */
    }

    /* ================= Page Actualités ================= */

    #parallax-actualites .parallax-one-actualites {
      padding-top: 250px;
      padding-bottom: 80px; 
      margin-top: 40px;
  }
  
  #parallax-actualites .parallax-one-actualites h1.typing-effect-actualites {
      font-size: 3rem;
      letter-spacing: 1px;
  }

    .section-description-actualites {
      background-image: none;
      padding: 25px 10px;
    }

    #actualites-social-icon a i {
      font-size: 20px;        
      padding: 10px;          
      border-radius: 50%;     
      border: 2px solid #fff; 
      display: inline-block;  
      box-sizing: content-box; 
    }
  
    .section-description-actualites h2 {
      font-size: 1.8rem;
      background-size: 60%;
    }
  
    .section-description-actualites p {
      font-size: 1.1rem;
      padding-top: 10px;
    }

    /* ================= Page Contact ================= */

    #parallax-contact .parallax-one-contact {
      padding-top: 250px;
      padding-bottom: 80px; 
      margin-top: 40px;
  }
  
  #parallax-contact .parallax-one-contact h1.typing-effect-contact {
      font-size: 3rem;
      letter-spacing: 1px;
  }

         /* ================= Page Mentions légales ================= */

         #parallax-mentions .parallax-one-mentions {
          background-color: #11276C; 
          background-image: none; 
          background-attachment: scroll; 
          padding-top: 250px;
      padding-bottom: 80px; 
      }
    
      #parallax-mentions .parallax-one-mentions h1.typing-effect-mentions {
          font-size: 2rem;
          letter-spacing: 1px;
      }
    
        .container-presentation-mentions {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          padding: 0 20px 20px 20px;
          min-height: 200px; 
          }
  
          /* ================= Page RGPD ================= */
  
          #parallax-rgpd .parallax-one-rgpd {
            background-color: #11276C; 
            background-image: none; 
            background-attachment: scroll; 
            padding-top: 250px;
      padding-bottom: 80px; 
        }
      
        #parallax-rgpd .parallax-one-rgpd h1.typing-effect-rgpd {
            font-size: 2rem;
            letter-spacing: 1px;
        }
      
          .container-presentation-rgpd {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            padding: 0 20px 20px 20px;
            min-height: 200px; 
            }
  
}

/* Styles pour les écrans de bureau (plus de 1024px) */
@media (min-width: 1025px) {

    /* Menu navigation et menu burger */

    nav.header-nav {
        display: flex; /* Toujours visible sur desktop */
        position: static;
        height: auto;
        width: auto;
        background-color: transparent;
        transform: initial;
    }

    .header-nav-menu {
        flex-direction: row; /* Le menu s'aligne en ligne */
        gap: 30px; /* Espacement horizontal */
        align-items: center; /* Centrer horizontalement */
        justify-content: center; /* Centrer horizontalement */
        height: auto;
        margin-right: 40px; /* Décalage vers la gauche */
    }

    .header-burger {
        display: none; /* Cache le menu burger */
    }

    .header-nav-close {
        display: none; /* Cache l'icône de fermeture sur desktop */
    }

    .header-menu-link a {
        font-size: 1.2rem; /* Taille de police ajustée pour desktop */
        letter-spacing: 0.05rem;
    }

    .barre-superieure{
      display: none;
  }
}

/* Styles pour les écrans + 4k */
@media (min-width: 1921px) {

    /* Menu navigation et menu burger */

    nav.header-nav {
        display: flex; /* Toujours visible sur desktop */
        position: static;
        height: auto;
        width: auto;
        background-color: transparent;
        transform: initial;
    }

    .header-nav-menu {
        flex-direction: row; /* Le menu s'aligne en ligne */
        gap: 30px; /* Espacement horizontal */
        align-items: center; /* Centrer horizontalement */
        justify-content: center; /* Centrer horizontalement */
        height: auto;
        margin-right: 40px; /* Décalage vers la gauche */
    }

    .header-burger {
        display: none; /* Cache le menu burger */
    }

    .header-nav-close {
        display: none; /* Cache l'icône de fermeture sur desktop */
    }

    .header-menu-link a {
        font-size: 1.2rem; /* Taille de police ajustée pour desktop */
        letter-spacing: 0.05rem;
    }

    .barre-superieure{
      display: none;
  }

}