/* #menu-inscription {
  padding: 10px;
  top: -13px;
  left: 583px;
  width: 100%;
  position: relative;
  z-index: 600;
} */

/* Si un header CFA est présent dans la page */
.layout-container:has(.block-header-cfa) #menu-inscription {
  top: 0px;
  left: 583px;
}
/* header accueil présent -> page d'accueil */
.layout-container:has(.block-header-accueil) #menu-inscription {
  top: 20px;
  left: 526px;
}
/* Si un header APPRENTI est présent dans la page */
.layout-container:has(.block-header-apprenti) #menu-inscription {
  top: 20px;
  left: 526px;
}



#inscription-select {
  background: white;
  border-radius: 4px;
  padding: 6px 10px;
  border: 1px solid #ccc;
  font-size: 15px;
}

/* #sous-menu {
  display: none;
  background: white;
  border-radius: 4px;
  padding: 15px;
  margin-top: 10px;
  position: relative;
  z-index: 5;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
} */

#sous-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#sous-menu li {
  padding: 8px 10px;
  cursor: pointer;
  border-radius: 4px;
}

#sous-menu li:hover {
  background: #f0f0f0;
}

#confirm-zone {
  margin-top: 15px;
  position: relative;
  height: 0;
}

#confirm_inscr {
  display: none;
  background: white;
  color: black;
  padding: 15px 15px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-weight: 600;
  text-decoration: none;
  position: absolute;
  z-index: 1000;
  left: 461px;
  top: -10px;
}a

/* ------------------  */

/* Conteneur global */
.inscription-block {
  position: relative;
  z-index: 10;
}

/* Conteneur du select */
.inscription-menu {
  width: 33%;
  position: relative;
  z-index: 600;
  padding: 10px;
  margin-left: 550px;
  top: 7px;
  left: 28px;
}

/* Select */
.inscription-select {
  background: white;
  border-radius: 4px;
  padding: 6px 10px;
  border: 1px solid #ccc;
  font-size: 15px;
}

/* Sous-menu flottant */
.inscription-sous-menu {
  position: absolute;
  top: 100%;        /* juste sous le select */
  left: 0;
  width: 20%;
  background: white;
  border-radius: 4px;
  padding: 15px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 2000;
  display: none;
}

/* Liste interne */
.sous-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sous-menu-list li {
  padding: 8px 10px;
  cursor: pointer;
  border-radius: 4px;
}

.sous-menu-list li:hover {
  background: #f0f0f0;
}

/* Zone de confirmation */
.inscription-confirm-zone {
  position: relative;
  height: 0; /* ne pousse pas le layout */
}

.inscription-confirm-link {
  position: absolute;
  top: 20px;
  right: 0;
  background: white;
  color: black;
  padding: 15px 20px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-weight: 600;
  text-decoration: none;
  display: none;
  z-index: 3000;

  font-size: 15px;
  width: 344px;
  display: block;
  width: 344px;
}
