body {
  background-image: url('https://applimonin.lmlccommunication.fr/wp-content/uploads/2025/06/NV-BACKGROUND-JUNGLE-scaled.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Header */
.parcours-header {
  position: fixed;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 60vw;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  background: transparent;
  pointer-events: auto;
  padding: 0 24px;
}

/* Colonne gauche : bouton retour */
.header-left {
  min-width: 170px; 
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 90px;
  pointer-events: auto;
  z-index: 20;
}

/* Colonne gauche :emplacement vide */
.header-left-blank  {
  min-width: 170px !important; 
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 90px;
  pointer-events: auto;
  z-index: 20;
}

/* Colonne centrale : logo */
.header-center {
  flex: 1 1 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}

/* Colonne droite : bouton home */
.header-right {
  min-width: 170px; /* Même largeur que .header-left pour un centrage parfait */
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 90px;
  pointer-events: auto;
  z-index: 20;
}

/* Logo */
.logo-parcours {
  max-height: 160px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Bouton home */
.btn-home img {
  height: 50px;
  width: auto;
  display: block;
  filter: none;
}

/* Bouton retour */
.bouton-retour {
  background: #223222;
  color: #fff;
  border: none;
  border-radius: 1px;
  padding: 9px 25px 9px 15px;
  font-size: 1.15em;
  font-family: 'Raleway', Arial, sans-serif;
  font-weight: 700;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  cursor: pointer;
  transition: background 0.18s, transform 0.16s;
  display: flex;
  align-items: center;
  gap: 8px;
  outline: none;
  margin-left: 0;
}
.bouton-retour:hover, .bouton-retour:focus {
  background: #ffb0a6;
  color: #223222;
  transform: scale(1.07);
}

.header-left .spacer {
  display: block;
  width: 100%;
  height: 38px; /* hauteur du bouton retour */
  min-width: 130px; /* largeur du bouton retour */
  opacity: 0;
  pointer-events: none;
  /* ajuster la taille selon ton bouton retour réel */
}

.spacer {
  width: 100%;
  height: 1px;
  display: block;
  visibility: hidden;
}



/* Responsive ajustement : garder le header équilibré */
@media (max-width: 700px) {
  .parcours-header {
    width: 97vw;
    height: 60px;
    padding: 0 5px;
  }
  .header-left,
  .header-right {
    min-width: 70px;
    height: 60px;
  }
  .logo-parcours {
    max-height: 44px;
  }
  .btn-home img {
    height: 35px;
  }
  .bouton-retour {
    padding: 7px 15px 7px 9px;
    font-size: 1em;
  }
}


/* Étape 2 contenu */
.etape-2-container {
  background-image: url('https://applimonin.lmlccommunication.fr/wp-content/uploads/2025/06/NV-BACKGROUND-JUNGLE-scaled.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;	
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
}


/* Positionnement des boutons section en bas */
/* Groupe de boutons */
.etape-2-buttons {
  display: flex;
  gap: 42px;
  justify-content: center;
  align-items: flex-start;
}

/* Carte parcours */
.etape-btn-card {
    color: #fff;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: background 0.18s, transform 0.18s;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
    font-size: 1.12em;
    min-width: 300px;
    min-height: 220px;
    margin: 0 40px;
    background: transparent;
    justify-content: flex-start;
}

.etape-btn-card img {
  width: 350px;
  height: auto;
  margin-bottom: 45px;
  object-fit: cover;
}

.etape-btn-card span {
  display: flex;
  align-items: center;         
  justify-content: center;    
  text-align: center;         
  line-height: 1.25;
  font-size: 1.09em;
  font-weight: 800;
  background: #223222;
  max-width: 350px;
  min-width: 350px;
  height: 90px;
  padding: 0px 20px;
  margin: 0 auto;             
}


.etape-btn-card span strong {
  font-weight: 700;
  font-size: 1.07em;
}

/* Hover */
.etape-btn-card:hover {
  transform: translateY(-7px) scale(1.06);
}

/*google Gtranslate*/
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc  {
  display: none !important;
}



@media (max-width: 1024px) {
  .etape-2-buttons {
    gap: 12px;
  }
  .etape-btn-card {
    min-width: 120px;
    min-height: 100px;
    padding: 10px 8px;
    font-size: 0.93em;
  }
  .etape-btn-card img {
    width: 60px;
    height: 60px;
  }
  .etape-2-container h1 {
    font-size: 1.3em;
  }
}
