: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);
}
*{
  height: fit-content;
}
#ConteneurInfosEtForm{
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow-x: clip;
  margin-top: 50px;
  margin-bottom: 50px;
  width:90%;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
#InfosFORM{
  width:calc(50% - 50px);
  overflow-x: clip;
}
body{
  overflow-x: hidden !important;
}
#ContactFORM{
  overflow-x:visible;
  position: relative;
  width:calc(50% - 50px);
  max-width: 450px;
  background-image: url('/images/Papier.jpg');
  background-size: cover;
  border-radius: 4px;
  height:fit-content;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.397);
  transition:all 0.2s;
  margin:0px;
}
#InfosFORM #Titre{
  width: min-content;
}
#InfosFORM #Titre h1{
  font-family: var(--FontFamily);
  font-size:var(--FontSizeBIG);
  font-weight: 600;
  text-wrap: nowrap;
  width:min-content;
  margin-bottom: -25px;
}
#InfosFORM #Titre img{
  width: 1px;
  height: 28px !important;
  object-fit:cover;
  animation: stretchRuler 1.3s ease-out forwards;
  display: block;
}

@keyframes stretchRuler {
  from {
      width: 0;
  }
  to {
      width: 100%;
  }
}
#InfosFORM #Titre span {
  display: block; /* Permet de prendre toute la largeur */
  width: 100%;
  text-align: justify; /* Justifie le texte */
  text-justify: inter-word; /* Assure une répartition des espaces entre les mots */
  font-family: var(--FontFamily);
  font-size: var(--FontSizeREG);
  margin-bottom: 0px;
}
#InfosFORM #HeaderInfos{
  display: flex;
  flex-direction: row;
}
#InfosFORM #HeaderInfos img{
  width:80px;
  height:fit-content;
  object-fit: contain;
  margin-right: 15px;
  margin-top: 5px;
}
#InfosFORM #STEPS .step{
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  height: fit-content;
  width: fit-content;
  transition: all 1s;
}
#InfosFORM #STEPS .step img{
  width:110px;
  aspect-ratio: 1.1;
  object-fit: cover;
  margin-right: 10px;
  margin-left: -24px;
}
#InfosFORM #STEPS .step h2{
  font-family: var(--FontFamily);
  font-weight: 400;
  margin-top: auto;
  margin-bottom: auto;
}
.inactiveStep{
  filter: grayscale(100%); /* Convertit en noir et blanc */
  opacity: 50%;
}
#CarrouselTuteur{
  margin-top: 10px;
  width:100%;
  padding:0px;
}
@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 0px 0px;
  white-space: nowrap;
  position: relative;
  width:100%;
}

.logos:before, .logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255,255,255,0) 5%, rgb(255, 255, 255) 100%);
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255,255,255,0) 5%, rgb(255, 255, 255) 100%);
}

.logo_items {
  display: inline-block;
  animation: 55s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img{
  height:100px;
  width:100px;
  padding-left: 20px;
  border-radius:100%;
}

@media only screen and (max-width: 1053px) {
  
#ConteneurInfosEtForm{
  padding: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
  width:100%;
  display: flex;
  flex-direction: column;
}
#STEPS{
  margin-top: 20px;
}
#STEPS .step{
  margin-top: -10px !important;
}
#InfosFORM{
  max-width: 90%;
  width:550px;
  margin-left: auto;
  margin-right: auto;
}
#ContactFORM{
  overflow-x: clip;
  height:fit-content;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  width:calc(100% - 100px);
  height: fit-content;
  max-width: 450px;
  background-image: url('/images/Papier.jpg');
  background-size: cover;
  border-radius: 50px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.397);
}

#InfosFORM #Titre h1{
  font-size:clamp(27px,7vw,42px);
}
}
#ContactFORM #EtapeFORM{
  display: flex;
  flex-direction: row;
  height: 60px;
  margin-top: -10px;
}
#ContactFORM #EtapeFORM img{
  width:100px;
  height:100px;
  object-fit: cover;
  margin-left: -22px;
  margin-top: -20px;
}
#ContactFORM #EtapeFORM h1{
  margin-top: auto;
  margin-bottom: auto;
  font-family: var(--FontFamily);
  font-size:calc(var(--FontSizeBIG) - 11px);
  font-weight: 600;
  text-transform: uppercase;
}
#DecoContactFORM{
  padding:0px;
  margin:0px;
  position: absolute;
  bottom:-60px;
  right:-90px;
  width:220px;
  object-fit: cover;
  height:220px;
  display: none;
}
/*Style formulaire*/
.group {
  margin-top: 25px;
  position: relative;
  background-color: white;
  width: 50%;
  max-width: 185px;
  font-family: var(--FontFamily);
 }
 .grouupLong{
  max-width: 1000px;
  background-color: white;
  width:100%;
 }
 
 .input:not(.CheckBoxDIV) {
  font-size: 16px;
  padding: 10px 10px 10px 5px;
  display: block;
  max-width: 185px;
  width: 92%;
  border: none;
  border-bottom: 1px solid #515151;
  background: transparent;
 }
 
 .input:focus:not(.CheckBoxDIV) {
  outline: none;
 }
 
 label:not(.CheckBoxDIV) {
  color: black;
  font-size: var(--FontSizeREG);
  font-weight: normal;
  position: absolute;
  left: 5px;
  pointer-events: none;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
 }
 
 .input:focus ~ label, .input:valid ~ label {
  top: -20px;
  font-size: 14px;
  color: var(--CouleurSecondaire);
 }
 
 .bar {
  position: relative;
  display: block;
  width: 100%;
 }
 
 .bar:before, .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: var(--CouleurSecondaire);
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
 }
 
 .bar:before {
  left: 50%;
 }
 
 .bar:after {
  right: 50%;
 }
 
 .input:focus ~ .bar:before, .input:focus ~ .bar:after {
  width: 50%;
 }
 
 .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
 }
 
 .input:focus ~ .highlight {
  animation: inputHighlighter 0.3s ease;
 }
 
 @keyframes inputHighlighter {
  from {
   background: #5264AE;
  }
 
  to {
   width: 0;
   background: transparent;
  }
 }
form select:not(.CheckBoxDIV){
  background-color: white;
  padding:5px;
  height:39px;
  margin-top: 25px;
  border:none;
  border-bottom: 1px solid black;
  font-family: var(--FontFamily);
  font-size:var(--FontSizeREG);
}
form .Horizontal{
  justify-content: space-between;
}
form h2{
  font-family: var(--FontFamily);
  margin-top: 20px;
  font-weight: 500;
  font-size:calc(var(--FontSizeREG) + 5px);
}

input[type="checkbox"], input[type="radio"]  {
  display: none;
}
.CheckBoxDIV{
  margin-left: -5px;
  width:100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:8px;
}
.CheckBoxDIV .label{
  pointer-events:all !important;
  display: flex;
  position: relative;
  background-color: rgba(255, 255, 255, 0.557);
  width:fit-content;
  border: 2px solid var(--CouleurSecondaire);
  border-radius: 5px;
  padding: 4px 7px 4px 7px;
  font-family:"Khand", sans-serif;
  font-size: calc(var(--FontSizeREG) - 1px);
  cursor: pointer;
  transition: all 0.1s;
  text-wrap: nowrap;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.Checked{
  font-size:var(--FontSizeREG);
  background-color: var(--CouleurSecondaire) !important;
  color:white !important;
  border:none;
}

/*Style formulaire long champ de texte*/
.grouupLong {
  margin-top: 40px;
  position: relative;
  width: 100%;
  font-family: var(--FontFamily);
 }
 
 .grouupLong .inputLong:not(.CheckBoxDIV) {
  position: relative;
  font-size: 16px;
  display: block;
  border: none;
  border-bottom: 1px solid #515151;
  text-wrap: wrap;
 }
 .grouupLong .inputLong:focus:not(.CheckBoxDIV) {
  outline: none;
 }
 
 .grouupLong label:not(.CheckBoxDIV) {
  color: black;
  font-size: var(--FontSizeREG);
  font-weight: normal;
  position: absolute;
  left: 5px;
  pointer-events: none;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
 }
 
 .grouupLong .inputLong:focus ~ label, .inputLong:valid ~ label {
  top: -20px;
  font-size: 14px;
  color: var(--CouleurSecondaire);
 }
 
 .grouupLong .bar {
  position: relative;
  display: block;
  width: 100%;
 }
 
 .grouupLong .bar:before, .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: var(--CouleurSecondaire);
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
 }
 
 .grouupLong .bar:before {
  left: 50%;
 }
 
 .grouupLong .bar:after {
  right: 50%;
 }
 
 .grouupLong .inputLong:focus ~ .bar:before, .grouupLong .inputLong:focus ~ .bar:after {
  width: 50%;
 }
 
 
 .grouupLong form select:not(.CheckBoxDIV){
  padding:5px;
  height:39px;
  margin-top: 25px;
  border:none;
  font-family: var(--FontFamily);
  font-size:var(--FontSizeREG);
}
.grouupLong .inputLong {
  padding:10px;
  font-family: var(--FontFamily);
  font-size: var(--FontSizeREG);
  display: block;
  width: calc(100% - 20px);
  height: 80px; /* Ajuste la hauteur selon les besoins */
  border: none;
  border-bottom: 1px solid #515151;
  background: transparent;
  overflow-y: auto; /* Ajoute une scrollbar si nécessaire */
  word-wrap:normal;
  white-space: pre-wrap;
}

.grouupLong .inputLong:focus {
  outline: none;
}

#Navigation{
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  gap:10px;
  height: fit-content;
  margin-bottom: 15px;
}
#Navigation .material-symbols-outlined{
  font-size: 30px;
  border-radius: 4px;
  width: fit-content;
}
#Navigation #Back .material-symbols-outlined{
  padding-left:8px;
  border:solid 1px var(--CouleurSecondaire);
}
#Navigation #Back{
  scale:0.9;
  display: none;
  cursor:pointer;
  margin-top: auto;
  margin-bottom: auto;
}
#Navigation #Next .material-symbols-outlined{
  padding-right:4px;
  padding-left:4px;
  background-color: var(--CouleurAccent);
  border:solid 1px var(--CouleurAccent);
}
#Navigation #Next{
  display: flex;
  flex-direction: row;
  height: fit-content;
  transition:all 0.5s;
  cursor: pointer;
}

#Navigation #Send div{
  height: fit-content;
  display: flex;
  flex-direction: row;
  border: none;
  background: transparent;
}
#Navigation #Send{
  cursor: pointer;
  display: none;
  margin-top: auto;
  margin-bottom: auto;
}
#Navigation #Send div .material-symbols-outlined{
  background-color: var(--CouleurAccent);
  border:none;
  font-size: 45px;
}
#Navigation #Next #Instruction,#Navigation #Send #InstructionSEND{
  height: fit-content;
  font-family: var(--FontFamily);
  font-size: var(--FontSizeREG);
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 3px;
  margin-left: 10px;
}
.inactive{
  filter: grayscale(100%); /* Convertit en noir et blanc */
  opacity: 50%;
  cursor: not-allowed !important;
  transition: all 0.5s;
}
#StepNOW{
  display: none;
}
.Invalide{
  color:red !important;
  box-shadow: rgba(255, 0, 0, 0.178) !important;
  transition: all 0.2s;
}
#ValidationMessage, #ValidationMessageTypeSeance{
  display: none;
  color:black;
  width:fit-content;
  border-radius: 4px;
  padding:0px 4px 0px 4px;
  background-color: rgb(255, 161, 161);
  font-family: var(--FontFamily);
  font-size:var(--FontSizeREG);
  font-weight: 400;
}
#TypeSeance{
  margin-top: 15px;
}
#TypeSeance h2{
  margin-top: 0;
  margin-bottom: 8px;
}
#TypeSeanceContent{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 15px;
}
#SelectTypeSeance{
  margin-top: 0;
}
#CodePostalContainer{
  display: none;
  margin-top: 0;
}
#CodePostalContainer .group{
  margin-top: 0;
  width: 140px;
  max-width: 140px;
}
#CodePostalContainer .group label{
  font-size: calc(var(--FontSizeREG) - 3px);
}
#CodePostalContainer .group .input{
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}
#CodePostalContainer .group .bar{
  width: 100%;
}
#Coordonnees{
  display: none;
}
.DeclarationLegal{
  color:rgb(66, 66, 66);
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  width:100%;
  vertical-align: bottom;
  height: fit-content;
}
.DeclarationLegal .TextDeclaration{
  margin-top: auto;
  margin-bottom: auto;
  font-family: var(--FontFamily);
  font-size:clamp(0px,calc(var(--FontSizeREG) - 5px),14.3px);
  margin-left: 3px;
  z-index: 10;
  display: block;
  text-align: justify;
  width: 100%;
  height:fit-content;
}
.DeclarationLegal .material-symbols-outlined{
  height: fit-content;
  padding-bottom: 4px;
}
#Coordonnees .DeclarationLegal .material-symbols-outlined{
  font-size:33px;
  padding-top: 5px;
  color:#868686;
}
#PresentationEnfant{
  display: block;
}
#TrouveTuteur{
  display: none;
}

/*
____________________________________________________________________________________________________________________________________________________________________________________
BLOC DE MISE EN PAGE DES PROFILS DE TUTEUR*/

#PremiereVueL{
  margin-top: 10px;
  z-index: 1;
  display: none;
  height:fit-content;
  top:0px;
  position: relative;
}
#InfosTuteur{
  height: 100%;
  width:63%;
  margin-left: 42%;
  z-index: 5;
  margin-bottom: 20px;
}
#Formation{
  color:var(--CouleurPrimaire);
  font-weight: 300;
  font-size:calc(var(--FontSizeREG) - 3px);
  font-family: var(--FontFamily);
  width: fit-content;
  background-color: #cacaca;
  z-index: 5  ;
  border-radius: 20px;
  padding:0px 10px 0px 10px;
  text-wrap: nowrap;
}
#NomTuteur{
  font-family: var(--FontFamily);
  color:var(--CouleurSecondaire);
  font-size: calc(var(--FontSizeBIG) - 5px);
  line-height: calc(var(--FontSizeBIG) - 5px);
  margin-top: 10px;
  z-index: 10;
  position: relative;
  width: fit-content;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#PresentationBloc{
  margin-top: 35px;
  background-color: var(--CouleurPrimaire);
  font-family: var(--FontFamily);
  font-size: var(--FontSizeREG);
  color:white;
  padding: 10px;
}
#PresentationBloc span{
  text-decoration: underline;
  cursor:pointer;
}
#PresentationBloc .preview{
  height: calc(var(--FontSizeREG) + 5px);
  overflow: hidden; /* Cache le texte dépassant */
  white-space: nowrap; /* Empêche le retour à la ligne */
  text-overflow: ellipsis; /* Ajoute les "..." */
  width: calc(100% - 20px); /* Définit une largeur fixe pour le tronquage */
  position: relative;
  text-align: justify;
}
#PresentationBloc .full{
  height: fit-content;
  width:100%;
  position: relative;
  text-align: justify;
}
#ImageTuteur{
  z-index: 10;
  position: absolute;
  width:38%;
  height: auto;
  mask-image: url('/images/CadreTuteur_MASK.png');
  mask-size:contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url('/images/CadreTuteur_MASK.png');
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}
#IMAGES{
  position: relative;
  margin-left: 5px;
}
#NIV{
  margin-top: 20px;
}
#MAT span,#NIV span{
  font-family: var(--FontFamily);
  font-size:var(--FontSizeREG);
  font-weight: 400;
}
.GROUP{
  display: flex;
  flex-wrap: wrap;
  gap:5px;
}
#MAT .ITEM,#NIV .ITEM{
  width:max-content;
  border-radius:2px;
  padding:0px 4px 0px 4px;
  color:white;
  font-family: var(--FontFamily);
  font-size:var(--FontSizeREG);
  background-color: var(--CouleurSecondaire);
}
#divider{
  height:1px;
  background-color: var(--CouleurPrimaire);
  margin-top: 10px;
  margin-bottom: 10px;
}
#TarifsDIV{
  display: flex;
  flex-direction: row;
  width:100%;
  color:var(--CouleurPrimaire);
  gap:20px;
  font-family: var(--FontFamily);
}
#EnPersonne,#EnLigne{
  text-align: center;
  width: fit-content;
}
#TarifsDIV .header .material-symbols-outlined{
  margin-top: 3px;
  margin-right: 5px;
}
#TarifsDIV .header{
  width: fit-content;
}
#TarifsDIV h3{
  font-size: var(--FontSizeREG);
}
.Service{
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  width:fit-content;
  font-size:calc(var(--FontSizeREG) + 3px);
  color:var(--CouleurPrimaire);
  border-radius: 5px;
  padding: 1px 4px 1px 4px;
  background-color: #ffffff;
}
#NoServiceLigne,#NoServicePersonne{
  display:none;
}
.NoService{
  width:fit-content;
  margin-left: auto;
  margin-right: auto;
  color:red;
  margin-top: 5px;
}
.NoService p{
  margin-left: 5px;
}

.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);
}
#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> */
.loader {
  display: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  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)}
}
#disponibilités{
  display: none;
  margin-top: 50px;
}
#disponibilités h1{
  margin-top: 10px;
  font-family: var(--FontFamily);
  font-size:calc(var(--FontSizeBIG) - 10px);
  font-weight: 500;
  margin-bottom: 0px;
}
#disponibilités table{
  border-spacing: 0px;
  border-radius: 10px;
  font-family: var(--FontFamily);
  width:100%;
}
table td{
  background-color:#ffffff;
  text-align: center;
  font-size:calc(var(--FontSizeREG) - 8px);
}
tr span{
  cursor: pointer;
  transition: all 0.1s;
}
tr span:hover{
  scale:1.1;
}
.ColonneGauche{
  text-align: right;
  width:50px;
  padding-right: 10px;
  background-color: white;
  border:none;
  font-size:var(--FontSizeREG);
}
.LigneHaut td{
font-size:var(--FontSizeREG);
}
#Legende{
  margin-top: 20px;
}
#Legende .Horizontal{
  margin-top: 5px;
}
#Legende h3{
  font-size: var(--FontSizeREG);
  font-family: var(--FontFamily);
  font-weight: 400;
  margin-left: 5px;
}

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

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%;
}

#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;
}
/* 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: 14px;
  color: #5a6c7d;
  text-align: left;
  max-width: 500px;
  margin-bottom: 20px;
  padding: 12px 16px;
  background-color: #f0f9fa;
  border-left: 3px solid var(--CouleurSecondaire);
  border-radius: 4px;
  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;
}

#Legende .Horizontal{
  justify-content: flex-start;
}
#Coordonnees,#Enfant{
  margin-top: 20px;
}
#TrouveTuteur form input{
  outline:none;
  transition:all 0.2s;
}

#TrouveTuteur form input:focus{
  scale:1.03;
}
.FiltreActif span{
  color:white;
  border:1px solid var(--CouleurPrimaire);
  background-color: var(--CouleurPrimaire);
}
.FiltreActif h3{
  background-color: #1f354d16;
}
.FiltreActif{
  scale:1.1;
  margin-right: 5px;
}
#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){
  
#InfosTuteur{
  margin-left: 40%;
}
  #ContactTuteur form input{
    width:fit-content;
  }
  
#ContactFORM #EtapeFORM h1{
  font-size:25px;
}
}

@media only screen and (max-width: 505px){
  #disponibilités h1{
    font-size: 25px;
  }
  #InstructionCTA{
    font-size: 20px !important;
    width: fit-content;
    padding:2px 4px 2px 4px !important;
  }
#InfosTuteur{
  margin-left: 38%;
}
  #ContactFORM{
    width:calc(100% - 60px);
  }
  #ContactTuteur form input{
    width:fit-content;
  }
  #Coordonnees .group{
    width:100%;
    margin: 10px;
  }
  
#ContactFORM #EtapeFORM h1{
  font-size:25px;
}

.AffichageProfil #IMAGES #ImageTuteur{
  width:35%;
}
}
@media only screen and (max-width: 463px){
#InfosTuteur{
  margin-left: 36%;
}
  .AffichageProfil #TarifsDIV #EnLigne,.AffichageProfil #TarifsDIV #EnPersonne{
    margin-right: 0px;
    margin-left: 0px;
  }
  .AffichageProfil #TarifsDIV{
    gap:5%;
    margin-left: 5px;
  }
  .AffichageProfil #TarifsDIV h3{
    font-size: 19px;
  }
  .AffichageProfil #TarifsDIV .material-symbols-outlined{
    font-size: 19px;
  }
  .AffichageProfil #TarifsDIV #TarifPersonne p,.AffichageProfil #TarifsDIV #TarifLigne p{
    font-size: 19px;
  }
  #NomTuteur{
    margin-left: 5px;
  }
  #PresentationBloc{
    margin-top: 10px;
  }
}
@media only screen and (max-width: 397px){
  
#InfosTuteur{
  margin-left: 37%;
}
  .AffichageProfil #TarifsDIV h3{
    font-size: 17px;
  }
  .AffichageProfil #TarifsDIV .material-symbols-outlined{
    font-size: 17px;
  }
}
@media only screen and (max-width: 472px){
  #Coordonnees .Horizontal{
    flex-direction: column;
  }
}
#DisposNom{
  background-color: var(--CouleurPrimaire);
  padding:5px;
  width:fit-content;
}
#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,#IDDossier{
  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;
}
#SelectMessage{
  display: none;
  font-family: var(--FontFamily);
  font-size:calc(var(--FontSizeREG) + 2px);
  font-weight:400;
  margin-top: 10px;
  color:rgb(0, 0, 0);
  font-style: italic;
}

.InputEmpty::placeholder{
  color: red;
  opacity: 1;
}
/*                 FIN                      */
#NavigationTuteur{
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  width:37%;
  min-width: 130px;
  justify-content: space-between;
  left:-1%;
  z-index: 100;
}
#NavigationTuteur #NBTuteur h4{
  margin-top: 3px;
  font-family: var(--FontFamily);
  font-size: var(--FontSizeREG);
  font-weight: 400;
}
#NavigationTuteur .material-symbols-outlined{
  border-radius: 100%;
  padding:5px;
  background-color: #ffffff;
  color:black;
  opacity: 20%;
  cursor:not-allowed;
}

#BackTuteur{
  margin-left: 5px;
  padding-right: 2px !important;
  padding-left: 7px !important;
}
.ActionPossible{
  background-color: var(--CouleurPrimaire) !important;
  opacity: 100% !important;
  color:white !important;
  cursor:pointer !important;
}
#InstructionCTA{
  padding:4px 8px 4px 8px;
  margin-bottom: 10px;
  margin-top: 0px;
  font-weight: 400;
  font-size: calc(var(--FontSizeREG) + 2px);
  line-height: calc(var(--FontSizeREG) + 4px);
  background-color: #ffe0ce;
  border:solid 1px var(--CouleurAccent);
  width:fit-content;
  border-radius:2px;
}
#TrouveTuteur .AffichageProfil {
  margin-top: 10px;
  display: none;
}
#TrouveTuteur .AffichageProfil:first-child {
  display: block;
}
#NoRESULT{
  margin-top: 10px;
  display: none;
}
#NoRESULT .material-symbols-outlined{
  font-size: 40px;
  padding-top: 4px;
}
#NoRESULT .Horizontal{
  justify-content: flex-start;
  display: flex;
  flex-direction: row;
}
#NoRESULT .Horizontal h1{
  font-family: var(--FontFamily);
  font-weight: 500;
  font-size:35px;
}
#NoRESULT h2{
  margin-top: 0px;
  font-size: 23px;
}
#NoRESULT p{
  font-family: var(--FontFamily);
  font-size: calc(var(--FontSizeREG) - 2px);
}
#statusMessage{
  font-family: var(--FontFamily);
  font-size:calc(var(--FontSizeREG) - 3px);
  margin-bottom: 30px;
  display: flex;
}
.succes{
  color:black;
  transition: all 1s;
}
.failed{
  color:red;
  transition : all 1s;
}