:root{
  --CouleurPrimaire:#1f354d;
  --CouleurSecondaire:#03989e;
  --CouleurAccent:#FF8C42;
  --FontFamily:"Khand", sans-serif;
  --BoxShadow:rgb(163, 163, 163);
  --FontSizeREG:clamp(19px,1.3vw,30px);
  --FontSizeBIG:clamp(30px,7vw,42px);
}
*{
    scroll-snap-type:y proximity;
}
select option{
  color:black;
}
/* ===== HERO SECTION ===== */
#PremiereVueL{
  display: none;
  position: relative;
  overflow: hidden;
}

/* Background flouté */
#HeroBackground{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  filter: blur(20px);
  transform: scale(1.1);
  z-index: 0;
}
#HeroBackground::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg,
    rgba(31, 53, 77, 0.85) 0%,
    rgba(3, 152, 158, 0.75) 100%);
}

/* Contenu du hero */
#HeroContent{
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px 30px 20px;
  text-align: center;
}

/* Photo du tuteur */
#IMAGES{
  position: relative;
  margin-bottom: 16px;
}
#ImageTuteur{
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid white;
  box-shadow: 0 8px 30px rgba(0,0,0,0.3);
}
#cadre{
  display: none;
}

/* Infos du tuteur */
#PremiereVueL #InfosTuteur{
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
}
#NomTuteur{
  font-family: var(--FontFamily);
  font-size: calc(var(--FontSizeBIG) + 4px);
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 4px;
}
#Formation{
  font-family: var(--FontFamily);
  font-size: calc(var(--FontSizeREG) - 2px);
  font-weight: 300;
  color: rgba(255,255,255,0.9);
  background: transparent;
  padding: 0;
  margin-bottom: 20px;
}
#Presentation{
  font-family: var(--FontFamily);
  font-size: calc(var(--FontSizeREG) - 2px);
  font-weight: 300;
  color: white;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 16px 20px;
  border-radius: 12px;
  max-width: 600px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}

/* Tags niveaux et matières */
#PremiereVueL #NIV, #PremiereVueL #MAT{
  margin-top: 0;
}
#PremiereVueL #NIV span, #PremiereVueL #MAT span{
  display: none;
}
#PremiereVueL #divider{
  display: none;
}
#PremiereVueL .GROUP{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
#PremiereVueL #TagsContainer{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
  margin-bottom: 20px;
}
#PremiereVueL #MAT .ITEM, #PremiereVueL #NIV .ITEM{
  background: rgba(255,255,255,0.2);
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-family: var(--FontFamily);
  font-size: calc(var(--FontSizeREG) - 4px);
  font-weight: 400;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

/* ===== SECTION TARIFS ===== */
#tarifsHautBackground{
  background: white;
  margin-top: 0;
  padding: 0;
  overflow: visible;
}
#tarifsHaut{
  display: flex;
  justify-content: center;
  gap: 0;
  background: transparent;
  padding: 0;
  max-width: 500px;
  margin: -25px auto 0 auto;
  position: relative;
  z-index: 2;
}
#tarifsHaut > #EnPersonne, #tarifsHaut > #EnLigne{
  flex: 1;
  background: white;
  padding: 20px 24px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 90px;
  transition: opacity 0.3s ease;
}
#tarifsHaut > #EnLigne{
  border-radius: 12px 0 0 12px;
  border-right: 1px solid #eee;
}
#tarifsHaut > #EnPersonne{
  border-radius: 0 12px 12px 0;
}
/* Style pour service non offert - masquer complètement */
#tarifsHaut > #EnLigne.non-offert,
#tarifsHaut > #EnPersonne.non-offert{
  display: none;
}
/* Carte seule: coins arrondis et largeur réduite */
#tarifsHaut > #EnLigne.seul,
#tarifsHaut > #EnPersonne.seul{
  border-radius: 12px;
  border-right: none;
  flex: 0 1 auto;
  min-width: 200px;
  max-width: 250px;
}
#tarifsHaut .header{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 8px;
}
#tarifsHaut .header .material-symbols-outlined{
  font-size: 22px;
  color: var(--CouleurSecondaire);
  margin: 0;
}
#tarifsHaut .header h3{
  font-family: var(--FontFamily);
  font-size: calc(var(--FontSizeREG) - 4px);
  font-weight: 400;
  color: #666;
  margin: 0;
}
#tarifsHaut .Service{
  background: transparent;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#tarifsHaut .Service p{
  font-family: var(--FontFamily);
  font-size: calc(var(--FontSizeREG) + 2px);
  font-weight: 600;
  color: var(--CouleurPrimaire);
  margin: 0;
  text-align: center;
}
#tarifsHaut #NoServiceLigne, #tarifsHaut #NoServicePersonne{
  display: none;
}
#tarifsHaut .NoService{
  display: flex;
  align-items: center;
  justify-content: center;
}
#tarifsHaut .NoService p{
  font-family: var(--FontFamily);
  font-size: calc(var(--FontSizeREG) - 4px);
  color: #999;
  margin: 0;
  text-align: center;
}
#tarifsHaut .NoService .material-symbols-outlined{
  display: none;
}

@media only screen and (max-width: 600px){
  #HeroContent{
    padding: 30px 16px 25px 16px;
  }
  #PremiereVueL #ImageTuteur{
    width: 140px;
    height: 140px;
  }
  #NomTuteur{
    font-size: var(--FontSizeBIG);
  }
  #Presentation{
    font-size: calc(var(--FontSizeREG) - 3px);
    padding: 12px 16px;
  }
  #PremiereVueL #TagsContainer{
    margin-bottom: 15px;
  }
  #tarifsHaut{
    margin: -20px 16px 0 16px;
    max-width: none;
  }
  #tarifsHaut > #EnPersonne, #tarifsHaut > #EnLigne{
    padding: 16px 12px;
    min-height: 80px;
  }
}
.Toggle span{
  background-color: #ffffff;
  border-radius: 100%;
  padding:5px;
  color:var(--CouleurPrimaire);
  border:2px solid var(--CouleurSecondaire);
  font-size:calc(var(--FontSizeREG) + 7px);
}
.Toggle h3{
  background-color: #f0f0f062;
  margin-top: auto;
  margin-bottom: auto;
  padding-left:29px;
  margin-left: -25px;
  padding-right: 10px;
  z-index: -1;
  font-family: var(--FontFamily);
  font-size:var(--FontSizeREG);
  font-weight: 400;
}
.Toggle{
  cursor:pointer;
  transition:all 0.2s;
}
#Toggles{
  gap:clamp(5px,70vw,20px);
}
@media only screen and (max-width: 630px){
  #AnneeMatiere{
    flex-direction: column;
  }
  #AnneeMatiere #Deroulant{
    width:100%;
    display: flex;
    justify-content:space-between;
  }
  #AnneeMatiere #Toggles{
    width:100%;
    display: flex;
    justify-content:space-between;
  }
  #PremiereVueL .FullScreen{
    width:200px;
    height:200px;
    border-radius: 100%;
    right:0px;
    position: absolute;
    object-position: 50% 50%;
    opacity: 50%;
  }
  #PremiereVueL .Horizontal{
    margin-top: 150px;
  }
}
#ERREURLoad{
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  width:fit-content;
}

#ERREURLoad div{
  width:fit-content;
  margin-left: 10px;
  height:fit-content;
  margin-top: auto;
  margin-bottom: auto;
}
#ERREURLoad .material-symbols-outlined{
  color:white;
  background-color: var(--CouleurSecondaire);
  border-radius: 100%;
  padding:10px 10px 15px 10px;
  font-size: 70px;
  margin-left: auto;
  margin-right: auto;
  width:fit-content;
  height: fit-content;
}
#ERREURLoad h1,#ERREURLoad h2{
  font-family: var(--FontFamily);
  width:fit-content;
}
#ERREURLoad h1{
  font-size:calc(var(--FontSizeREG) + 10px);
  width:fit-content;
  font-weight: 500;
}
#ERREURLoad h2{
  font-weight: 400;
  font-size:var(--FontSizeREG);
}
#LOADING{
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}
#LOADING span{
  margin-left: auto;
  margin-right: auto;
  font-family: var(--FontFamily);
  margin-top: 20px;
  font-size:calc(var(--FontSizeREG) - 2px);
}
#LOADING img{
  width:200px;
  height:auto;
  margin-left: auto;
  margin-right: auto;
}
/* HTML: <div class="loader"></div> */
.loaderX {
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 15px;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: l5 1s infinite linear alternate;
}
@keyframes l5 {
    0%  {box-shadow: 20px 0 #000, -20px 0 #0002;background: #000 }
    33% {box-shadow: 20px 0 #000, -20px 0 #0002;background: #0002}
    66% {box-shadow: 20px 0 #0002,-20px 0 #000; background: #0002}
    100%{box-shadow: 20px 0 #0002,-20px 0 #000; background: #000 }
}
@keyframes l17 { 
  100%{transform: rotate(1turn)}
}
/* HTML: <div id="loader"></div> */
#loader {
    margin-top: -4px;
    margin-left: -4.5px;
    display: none;
    position: relative;
    scale:0.5;
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: 
      radial-gradient(farthest-side,#ffa516 94%,#0000) top/8px 8px no-repeat,
      conic-gradient(#0000 30%,#ffa516);
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
    animation: l13 1s infinite linear;
  }
  @keyframes l13{ 
    100%{transform: rotate(1turn)}
  }
/* ===== FORMULAIRE MODERNISÉ ===== */
#ContactTuteur{
  background: white;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Barre de progression */
#ProgressBar{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  gap: 0;
}
#ProgressBar .step{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
}
#ProgressBar .step-circle{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e0e0e0;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--FontFamily);
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}
#ProgressBar .step span{
  font-family: var(--FontFamily);
  font-size: 13px;
  color: #999;
  transition: all 0.3s ease;
}
#ProgressBar .step.active .step-circle,
#ProgressBar .step.completed .step-circle{
  background: linear-gradient(135deg, var(--CouleurPrimaire) 0%, var(--CouleurSecondaire) 100%);
  color: white;
}
#ProgressBar .step.active span,
#ProgressBar .step.completed span{
  color: var(--CouleurPrimaire);
  font-weight: 500;
}
#ProgressBar .step-line{
  width: 60px;
  height: 3px;
  background: #e0e0e0;
  margin: 0 10px;
  margin-bottom: 28px;
  transition: all 0.3s ease;
}
#ProgressBar .step-line.completed{
  background: var(--CouleurSecondaire);
}

/* Étapes du formulaire */
.form-step{
  display: none;
}
.form-step.active{
  display: block;
  animation: fadeIn 0.4s ease;
}
@keyframes fadeIn{
  from{ opacity: 0; transform: translateY(10px); }
  to{ opacity: 1; transform: translateY(0); }
}

/* Navigation entre étapes */
.step-navigation{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  gap: 16px;
}
.step-navigation .btn-prev,
.step-navigation .btn-next{
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--FontFamily);
  font-size: var(--FontSizeREG);
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.step-navigation .btn-prev{
  background: transparent;
  color: #666;
  border: 2px solid #ddd;
}
.step-navigation .btn-prev:hover{
  border-color: var(--CouleurPrimaire);
  color: var(--CouleurPrimaire);
}
.step-navigation .btn-next{
  background: linear-gradient(135deg, var(--CouleurSecondaire) 0%, var(--CouleurPrimaire) 100%);
  color: white;
  margin-left: auto;
}
.step-navigation .btn-next:hover{
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(3, 152, 158, 0.3);
}
.step-navigation .btn-prev .material-symbols-outlined,
.step-navigation .btn-next .material-symbols-outlined{
  font-size: 20px;
}

/* Message d'erreur des étapes */
.step-error{
  font-family: var(--FontFamily);
  font-size: calc(var(--FontSizeREG) - 4px);
  color: #e74c3c;
  background: #fdf2f2;
  padding: 12px 16px;
  border-radius: 8px;
  border-left: 3px solid #e74c3c;
  margin-top: 16px;
  display: none;
}
.step-error.visible{
  display: block;
}
#ContactTuteur h1{
  font-family: var(--FontFamily);
  font-size: calc(var(--FontSizeREG) + 6px);
  font-weight: 600;
  color: var(--CouleurPrimaire);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--CouleurSecondaire);
  display: inline-block;
}

/* Section disponibilités */
#ContactTuteur #disponibilités{
  background: #f8f9fa;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
  margin-bottom: 0;
}
#ContactTuteur #disponibilités table{
  border-spacing: 6px;
  border-radius: 10px;
  font-family: var(--FontFamily);
  width: 100%;
  max-width: 700px;
}
#ContactTuteur table td{
  background-color: #f0f4f5;
  text-align: center;
  font-size: calc(var(--FontSizeREG) - 6px);
  padding: 8px 4px;
  border-radius: 8px;
}
#ContactTuteur tr span{
  cursor: pointer;
  transition: all 0.2s ease;
}
#ContactTuteur tr span:hover{
  transform: scale(1.1);
}
#ContactTuteur .ColonneGauche{
  text-align: right;
  width: 60px;
  padding-right: 12px;
  background-color: transparent;
  border: none;
  font-size: calc(var(--FontSizeREG) - 2px);
  font-weight: 500;
  color: var(--CouleurPrimaire);
}
#ContactTuteur .LigneHaut td{
  font-size: calc(var(--FontSizeREG) - 2px);
  font-weight: 500;
  background: transparent;
  color: var(--CouleurPrimaire);
}
#ContactTuteur #Legende{
  margin-top: 16px;
}
#ContactTuteur #Legende .Horizontal{
  margin-top: 5px;
}
#ContactTuteur #Legende h3{
  font-size: calc(var(--FontSizeREG) - 4px);
  font-family: var(--FontFamily);
  font-weight: 400;
  margin-left: 5px;
  color: #666;
}

/* Tous les slots ont la même apparence de base - neutres et cliquables */
#ContactTuteur table td span {
  border-radius: 100%;
  color: #888;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}

#ContactTuteur table td span:hover:not(.ActiveSelect) {
  transform: scale(1.1);
  background-color: rgba(3, 152, 158, 0.1);
}

/* Petit indicateur subtil pour les disponibilités du tuteur */
.DispoTuteur::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #4ade80;
  border-radius: 50%;
}

/* Slots sélectionnés */
.ActiveSelect {
  border-radius: 100%;
  background-color: var(--CouleurSecondaire) !important;
  color: white !important;
}

/* Garder l'indicateur visible même quand sélectionné */
.DispoTuteur.ActiveSelect::after {
  background-color: white;
}

/* Message explicatif pour les disponibilités */
#messageDispos {
  font-family: var(--FontFamily);
  font-size: calc(var(--FontSizeREG) - 4px);
  color: #5a6c7d;
  text-align: left;
  max-width: 500px;
  margin-bottom: 20px;
  padding: 14px 18px;
  background: linear-gradient(135deg, rgba(3, 152, 158, 0.08) 0%, rgba(31, 53, 77, 0.05) 100%);
  border-left: 3px solid var(--CouleurSecondaire);
  border-radius: 8px;
  line-height: 1.5;
}

#messageDispos strong {
  color: var(--CouleurPrimaire);
}

/* Indicateur dans la légende */
#IndicateurTuteur {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

#IndicateurTuteur h3 {
  margin: 0;
  font-size: 13px;
  color: #666;
}

.indicateur-dispo {
  width: 8px;
  height: 8px;
  background-color: #4ade80;
  border-radius: 50%;
  display: inline-block;
}

#Dispos span{
  color:green;
}
#PopUpMessage{
  display: none;
  width:100vw;
  background-color: var(--CouleurPrimaire);
  height: fit-content;
  position:fixed;
  bottom:0px;
  left:0px;
  text-align: center;
  z-index: 100;
}
#PopUpMessage h2{
  font-family: var(--FontFamily);
  font-weight: 400;
  font-size: calc(var(--FontSizeREG) + 5px);
  color:black;
  position:relative;
  max-width: 1000px;
  z-index: 5;
  margin-left: auto;
  margin-right: auto;
}
#PopUpMessage h5{
  position: relative;
  color:var(--CouleurPrimaire);
  font-family: var(--FontFamily);
  font-size:var(--FontSizeREG);
  background-color: white;
  width:fit-content;
  margin-left: auto;
  margin-right: auto;
  padding:4px 8px 4px 8px;
  color:black;
  cursor:pointer;
  margin-bottom: 10px;
}
.ActiveSelect{
  border-radius: 100%;
  background-color: var(--CouleurSecondaire) !important;
  color:black !important;
}
.DispoTuteur{
  color:green;
}
/* Sections du formulaire en cartes */
#Coordonnees, #Enfant{
  background: #f8f9fa;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
  margin-top: 0;
}
#ContactTuteur form{
  display: contents;
}
#ContactTuteur form input{
  outline: none;
  transition: all 0.2s ease;
}

#ContactTuteur form input:focus{
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(3, 152, 158, 0.15);
  border-color: var(--CouleurSecondaire);
}
#ContactTuteur form .half{
  font-family: var(--FontFamily);
  font-size: var(--FontSizeREG);
  padding: 12px 16px;
  border-radius: 10px;
  border: 2px solid #e8e8e8;
  background: #fafafa;
  box-shadow: none;
  transition: all 0.2s ease;
}
#ContactTuteur form .half:hover{
  border-color: #ccc;
}
#ContactTuteur form .half:focus{
  border-color: var(--CouleurSecondaire);
  background: white;
}
#ContactTuteur form .Horizontal{
  gap: 12px;
  margin-top: 12px;
  flex-wrap: wrap;
}

/* Bouton d'envoi modernisé */
#ContactTuteur form #SEND{
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
#ContactTuteur form #SEND h3{
  display: none;
}
#ContactTuteur form #SEND img{
  display: none;
}
#SENDBUTTON{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(135deg, var(--CouleurAccent) 0%, #e67a35 100%);
  padding: 16px 40px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(255, 140, 66, 0.35);
}
#SENDBUTTON:hover{
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(255, 140, 66, 0.45);
}
#ContactTuteur form #SEND button,
#SENDBUTTON button{
  height: min-content;
  background: transparent !important;
  color: white;
  border: none;
  border-radius: 0;
  position: relative;
  box-shadow: none !important;
  pointer-events: none;
  padding: 0;
}
#ContactTuteur form #SEND button span,
#SENDBUTTON button span{
  font-size: 28px;
  padding: 0;
  color: white !important;
  background: transparent !important;
}
#TextSend{
  font-family: var(--FontFamily);
  font-size: var(--FontSizeREG);
  font-weight: 500;
  color: white;
  margin: 0;
}
/* Toggles modernisés */
#ContactTuteur .Toggle{
  background: #f0f4f5;
  border-radius: 12px;
  padding: 4px;
  transition: all 0.2s ease;
}
#ContactTuteur .Toggle span{
  background: white;
  border: none;
  color: var(--CouleurPrimaire);
  padding: 8px;
  font-size: 22px;
}
#ContactTuteur .Toggle h3{
  background: transparent;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 14px;
  font-size: calc(var(--FontSizeREG) - 2px);
  color: #666;
}
#ContactTuteur .Toggle:hover{
  background: #e8ecee;
}
.FiltreActif{
  background: linear-gradient(135deg, var(--CouleurPrimaire) 0%, var(--CouleurSecondaire) 100%) !important;
  transform: scale(1.02);
  margin-right: 0;
}
.FiltreActif span{
  color: white !important;
  background: rgba(255,255,255,0.2) !important;
  border: none !important;
}
.FiltreActif h3{
  color: white !important;
  background: transparent !important;
}
#DisposNom{
  font-family: var(--FontFamily);
  font-size:var(--FontSizeREG);
  font-weight: 400;
  line-height: var(--FontSizeREG);
  margin-top: 10px;
}

@media only screen and (max-width: 565px){
  #ContactTuteur form input{
    width: 100%;
  }
  #ContactTuteur #disponibilités,
  #Coordonnees, #Enfant{
    padding: 16px;
    border-radius: 12px;
  }
  #SENDBUTTON{
    padding: 14px 30px;
    width: auto;
    box-sizing: border-box;
  }
  #ContactTuteur .Toggle h3{
    font-size: calc(var(--FontSizeREG) - 4px);
    padding-right: 10px;
  }
  #Toggles{
    gap: 10px !important;
  }
  /* Progress bar mobile */
  #ProgressBar{
    gap: 0;
  }
  #ProgressBar .step-circle{
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  #ProgressBar .step span{
    font-size: 11px;
  }
  #ProgressBar .step-line{
    width: 30px;
    margin: 0 5px;
  }
  .step-navigation{
    flex-wrap: wrap;
  }
  .step-navigation .btn-prev,
  .step-navigation .btn-next{
    padding: 10px 20px;
    font-size: calc(var(--FontSizeREG) - 2px);
  }
}
#DisposNom{
  background-color: var(--CouleurPrimaire);
  padding:5px;
  width:fit-content;
}
/* Selects modernisés */
#ContactTuteur select{
  font-family: var(--FontFamily);
  font-size: var(--FontSizeREG);
  padding: 12px 16px;
  border-radius: 10px;
  border: 2px solid #e8e8e8;
  background: #fafafa;
  cursor: pointer;
  transition: all 0.2s ease;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
}
#ContactTuteur select:hover{
  border-color: #ccc;
}
#ContactTuteur select:focus{
  outline: none;
  border-color: var(--CouleurSecondaire);
  background-color: white;
}
#Matière, #MatièreForm, #NIV, #NIVForm {
  color: inherit;
}

#Matière:hover, #MatièreForm:hover, #NIV:hover, #NIVForm:hover,
#Matière:focus, #MatièreForm:focus, #NIV:focus, #NIVForm:focus,
#Matière:active, #MatièreForm:active, #NIV:active, #NIVForm:active {
  color: inherit;
}
* {
  color: inherit; /* Ou color: black; */
}
@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */ 
  form input{
    background-color: #f0f0f0;
    color:black;
  }
}
#Disponibilités,#TuteurDésiré,#CodePostal,#TypeTutorat,#IDTuteur{
  display: none;
}
#NoResult{
  display: none;
  width:100%;
  max-width: 92vw;
  border-radius: 10px;
  background-color: #f0f0f0;
  font-family: var(--FontFamily);
  text-align: center;
}
#NoResult h1{
  font-weight: 500;
}
#NoResult h2{
  font-weight: 400;
}
#NoResult h3{
  font-weight: 400;
  background-color: var(--CouleurPrimaire);
  color:#ff3939;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding:4px 7px 4px 7px;
  margin-top: 5px;
  margin-bottom: 5px;
}
#BlocDisposNom{
  top:0px;
  height: min-content;
}
#BlocDisposNom span{
  font-family: var(--FontFamily);
  font-size:calc(var(--FontSizeREG) - 2px);
  color:var(--CouleurAccent);
  font-weight: 500;
}
#BlocDisposNom h3{
  margin-top: 0;
  cursor:pointer;
  background-color: var(--CouleurPrimaire) !important;
}
#CloseButton{
  display: none;
}
#PhotoTuteur{
  display:none;
}
#SENDBUTTON{
  cursor: pointer;
  width:fit-content;
  
}
#SelectMessage{
  display: none;
  font-family: var(--FontFamily);
  font-size: calc(var(--FontSizeREG) - 3px);
  font-weight: 400;
  margin-top: 12px;
  color: #e74c3c;
  font-style: normal;
  padding: 10px 14px;
  background: #fdf2f2;
  border-radius: 8px;
  border-left: 3px solid #e74c3c;
}
#Toggles{
  margin-top: 16px;
}

.InputEmpty::placeholder{
  color: red;
  opacity: 1;
}
