:root {
  --couleur-principale: #00cad1;
  --couleur-principale-foncee: #19c3af;
  --couleur-beige:#f8ede7;
  --shadow-x: 4px; /*5 avant*/
  --shadow-y: 4px;/*5 avant*/
  --shadow-blur: 0px;
  --shadow-spread: 0px;
  --max-width-interface:700px;
  --max-width-interface-2:600px;
  --max-width-interface-3:640px;
  --big-radius:30px;

}

.urlclass{

display: none;
}

.logo {
margin: 40px auto -38px;
  width: 300px;
  z-index: 1005;
}

.logo.deactivate{
  logoMM.style.margin: 40px auto -38px; 

}


.dockLog {
  overflow: hidden;

  height: 0px;
  background-color: rgba(0,0,0,0.3);
  background-color: var(--couleur-principale);
  z-index: 10;
  position: fixed;
  width: 100%;
  transition: height 0.3s ease;
  
  background-image: url("background.png");
  background-repeat: repeat;
  background-size: 300px 300px;
  background-attachment: fixed;


}

.dockLog.h0 {
  height: 0px;
}

.dockLog.h1 {
  height: 70px;
}



.dockLog.h2 {
  height: 200px;
}

.dockLog.h3 {
  height: 250px;
}

.sameHeight{
  height: 0px;
  transition: height 0.3s ease;

}

.container{
  padding-left: 5%;
  padding-right: 5%;

}

body {
  margin: 0;

  height: 100%;
  font-family: 'Montserrat', sans-serif;
  color: #ff8080;
  background-color: var(--couleur-principale);
  text-align: center;
  padding-top: 0px;
  position: relative;
  /* Ajouter un positionnement relatif pour que tout s'aligne correctement */
  z-index: 1;
  /* S'assurer que le body est au-dessus du canvas */
  margin: 0px;
  /*height: 100vh;*/
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: hidden;
  transition: padding-right 0.5s ease;


  background-image: url("background.png");
  background-repeat: repeat;
  background-size: 300px 300px;
  background-attachment: fixed;


}






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




:root {
  --dock-height-collapsed: 60px;
  --dock-height-expanded: 200px;
}








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



.accordion-wrapper-conseil {
  margin: 10px auto;
  margin-top: 75px;
  background-color: var(--couleur-beige);
  border-radius: var(--big-radius);
  overflow: hidden;
  transition: border-radius 0.3s ease;
  box-shadow: var(--shadow-x) var(--shadow-y) var(--shadow-blur) var(--shadow-spread) var(--couleur-principale-foncee);
  max-width: var(--max-width-interface-3);
  margin-bottom: 25px;
 
}

.accordion-wrapper {
  margin: 10px auto;
  background-color: #FFF;
  border-radius: var(--big-radius);

  overflow: hidden;
  transition: border-radius 0.3s ease;
  box-shadow: var(--shadow-x) var(--shadow-y) var(--shadow-blur) var(--shadow-spread) var(--couleur-principale-foncee);
  max-width: var(--max-width-interface-3);

}

.accordion-header {
  color: #000000;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.left-text {
  font-weight: 600;
  font-size: 16px;
  
}

.left-text small {
  font-size: 14px;
  margin-right: 5px;

}

.material-symbols-outlined {
  font-size: 30px;
  transition: transform 0.3s ease;
}

.accordion-wrapper.expanded .material-symbols-outlined {
  transform: rotate(180deg);
}

.accordion-wrapper-conseil.expanded .material-symbols-outlined {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 30px;
  transition: max-height  0.5s ease, padding 0.5s ease;

}

.accordion-wrapper.expanded .accordion-content {
  max-height: 2000px; /* Ajuster selon le contenu */

}
.accordion-wrapper-conseil.expanded .accordion-content {
  max-height: 2000px; /* Ajuster selon le contenu */
  max-width: var(--max-width-interface);


}


/*---------------------*/
/*---------------------*/
/*---------------------*/
.content-wrapper {
  
  width: 100%;

  text-align: center;
  transition: margin-right 0.5s ease, max-width 0.5s ease;

}

#dockPanel {
  position: fixed;
  top: 0;
  right: -50px;
  width: 50px;
  height: 100vh;
  font-family: 'Courier New', Courier, monospace;

  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  transition: right 1s ease;
  font-size: 15px;
  font-weight: 500;
  z-index: 100;

}

#dockPanel.show {
  right: 0;
}


/* Adaptation du contenu quand dock est visible */
.with-dock .content-wrapper {
  margin-right: 50px;
}











.introText{
  font-family: montserrat;
  text-align: left;
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 30px;
}


.boutonConseils.open{
  display: none;
}

.boutonConseils{
display: in-Line;
}

.recommandations {
margin-top: -20px;

  text-align: left;

  color: #000;
}

.recommandations h2 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}

.recommandations p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.recommandations ul {
  
  line-height: 1.5;
  list-style-type: disc;
  margin: 5 auto;
  font-size: 16px;

  list-style-type: none;
}

.recommandations li {
  font-size: 16px;

  margin-bottom: 10px;
  list-style-type: none;
}

.recommandations strong {
  font-size: 16px;

  color: #333;
}





.switch-container {
  display: inLine;
  align-items: center;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  gap: 0.5em;
}



.switch-label {
  font-size: 14px;
  margin-left: 10px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 20px;
  transition: 0.3s;
}

.slider::before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
}

.switch input:checked+.slider {
  background-color: #4CAF50;
}

.switch input:checked+.slider::before {
  transform: translateX(20px);
}






.dropdown-container {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  gap: 0.5em;
}

.dropdown-label {
  font-size: 14px;
}

.dropdown-select {
  padding: 4px 8px;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background-color: white;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.dropdown-select:focus {
  outline: none;
  border-color: #4CAF50;
  box-shadow: 0 0 4px rgba(76, 175, 80, 0.5);
}










.letter-map.hidden {
  opacity: 0;
  max-height: 0;
  pointer-events: none;
  margin : 0px auto;
}


.letter-map-wrapper {
  display: block;
  max-width: var(--max-width-interface);

  box-shadow: var(--shadow-x) var(--shadow-y) var(--shadow-blur) var(--shadow-spread) var(--couleur-principale-foncee);
  overflow: visible;
  transition: padding 0.3s ease;
    /* gd bloc principal avec les equations */
  text-align: center;
  color: #000000;
  border-radius: var(--big-radius);
  /* arrondi doux */
  background-color: var(--couleur-beige);
  padding: 30px 40px;
  padding-top: 10px;
  margin: 10px auto;
  margin-top: 5px;
  position: relative;
  /* essentiel */
  z-index: 1;


}

.letter-map-wrapper.hidden {
  padding : 15px 40px;
}



.page-wrapper {
  
  overflow: hidden;
  max-width: var(--max-width-interface);
  transition: max-height 0.5s ease;
    /* gd bloc principal avec les equations */
  text-align: center;
  color: #000000;
  border-radius: var(--big-radius);
  /* arrondi doux */
  background-color: #f8ede7;
  padding: 40px 40px;
  margin: 10px auto;
  /* essentiel */
  z-index: 1;
  box-shadow: var(--shadow-x) var(--shadow-y) var(--shadow-blur) var(--shadow-spread) var(--couleur-principale-foncee);

}



.zoneAffichage {
  max-width: var(--max-width-interface-2);

  text-align: left;
  box-shadow: var(--shadow-x) var(--shadow-y) var(--shadow-blur) var(--shadow-spread) var(--couleur-principale-foncee);

  color: #000000;
  border-radius: var(--big-radius);
  /* arrondi doux */
  background-color: #ffffff;
  padding: 10px 20px;
  margin: 10px auto;

  position: relative;
  /* essentiel */
  z-index: 1;
  /* au-dessus du fond */
}


.zoneAffichagePhraseCustom {
  text-align: left;
  box-shadow: var(--shadow-x) var(--shadow-y) var(--shadow-blur) var(--shadow-spread) var(--couleur-principale-foncee);
font-size: 16px;
font-weight: 600;
  color: #000000;
  border-radius: var(--big-radius);
  /* arrondi doux */
  background-color: #ffffff;
  padding: 15px 20px;
  margin: 10px auto;

  position: relative;
  /* essentiel */
  z-index: 1;
  /* au-dessus du fond */
  max-width: var(--max-width-interface-2);

}
.iconeCrayon{
  font-size: 20px;
  margin-right: 10px;
}


.containerAffichage{
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 15px;



}










h1 {
  color: #f8ede7;
  font-family: 'Kablammo', cursive;
  /*text-transform: uppercase;*/
  font-size: 70px;
  line-height: 0.85;
  text-align: center;
  margin-bottom: 10px;

  margin-top: 32px;

}

.btn-petit {
  box-shadow: 3px 3px 0px var(--couleur-principale);

  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 0;
  background-color: #fdfaf8;
  padding: 0;
  cursor: pointer;


}




.icone-btn-petit {
  font-size: 14px;
  color: var(--couleur-principale);
}

.icone-btn-reglages {
  font-size: 16px;
  color: var(--couleur-principale);
}

.btnVersEnfant {

  display: inline-flex;
vertical-align:middle;
  gap: 10px; /* espace entre l'icône et le texte */
  border: 3px dashed #FFF;
  padding-left: 20px;
  padding-right: 20px;
  height: 45px;
  background-color: var(--couleur-principale);
  width: auto; /* s’adapte au contenu */
  font-family: inherit;
  font-size: 15px;
  cursor: pointer;
  margin:12px auto;

  color: #FFF;
  font-weight: 600;
}

.btnVersParent {
display: inline-flex;
  box-shadow: 3px 3px 0px var(--couleur-principale);
  align-items: center;
  justify-content: center;
  padding: 20px 25px 20px 20px;
  gap: 10px; /* espace entre l'icône et le texte */
  border: none;
  background-color: #fdfaf8;
  height: 65px;
  width: auto; /* s’adapte au contenu */
  font-family: inherit;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
  margin-left: 0px;
  margin-right: 0px;

  

}

.btn-petit-couleur {

  box-shadow: 3px 3px 0px var(--couleur-principale);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 0;
  background-color: #fdfaf8;
  padding: 0;
  cursor: pointer;
  margin-left: 0px;
  margin-right: 0px;
}


.btn-printview {
  box-shadow: 3px 3px 0px var(--couleur-principale);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 20px 20px 20px;
  gap: 9px; /* espace entre l'icône et le texte */
  border: none;
  background-color: #fdfaf8;
  height: 40px;
  width: auto; /* s’adapte au contenu */
  font-family: inherit;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
  margin-top: -25px;
}

.btn-icon {
  
  width: 20px;
  height: 20px;
  vertical-align: middle;
  flex-shrink: 0;
}

.zonePrint {
  
  padding: 0px;
  margin: 0px;
}

.baseLineTitre {
  
  font-size: 16px;
  margin-bottom: 10px;
  color: var(--couleur-principale-foncee);
  color:#000;

  margin-top: -15px;
letter-spacing: 0.5px;
  font-family: "Grandstander", cursive;
  line-height: 20px;

}

.phrase {

  display: none;
  line-height: 40px;
  font-size: 23px;
color: var(--couleur-principale-foncee);
color: #000;
     /* jamais de saut de ligne */


  margin: 25px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;


font-weight: 400;


}

.containPhrase{
  transform-origin: center center;
transition: transform 1s ease;
}

.phraseMyst {

  display: none;
  line-height: 40px;
  font-size: 23px;
color: var(--couleur-principale-foncee);
color: #000;



  margin: 30px 0px 30px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;

font-weight: 400;



}

.info {
  text-transform: uppercase;
  font-size: 11px;
  text-align: center;
  font-weight: bold;
  padding: 0px;
  margin-top: 20px;
}

.grid {

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}

.box {
  line-height: 22px;
  border: 3px dashed  var(--couleur-principale);
  text-align: left;
  display: block;
  padding: 20px 30px;
  margin: 10px;
  border-radius: 15px;
}

.boxFirst {
  position: relative;
  font-size: 20px;
  line-height: 22px;
  border: 3px dashed var(--couleur-principale-foncee);
  text-align: left;
  display: block;
  padding: 20px 30px;
  margin: 10px;
  border-radius: 15px;
  max-width: 230px;

  transition: opacity 0.35s ease, transform 0.35s ease;
}

.boxFirst.closing {
  opacity: 0;
  transform: scale(0.9);
}
.closeBox {
  position: absolute;
  top: 8px;
  right: 10px;
  cursor: pointer;
  font-size: 18px;
  color: #666;
  font-weight: bold;
  transition: transform 0.2s ease, color 0.2s ease;
}

.closeBox:hover {
  color: #000;
  transform: rotate(90deg);
}



.equation {
  letter-spacing: -3px;
  font-size: 22px;
  line-height: 35px;
color: #000;
  font-family: "Courier Prime", monospace;
  white-space: pre-wrap;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 0px;
}

.mot {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: left;
  text-transform: uppercase;
}

.motJour {
  padding-left: 3px;
  color: var(--couleur-principale);
  font-weight: bold;
  text-align: left;
  font-size: 24px;
  font-family: "Grandstander", cursive;

}

.motN {
 
  color: var(--couleur-principale);
  font-weight: bold;
  text-align: left;
  font-size: 21px;
  font-family: "Grandstander", cursive;

}

.motDuJour{
  color:var(--couleur-principale);
  font-weight: bold;
  text-align: left;
  font-size:21px;
  font-family: "Grandstander", cursive;


}

.numero {
  font-size:23px;
  color:var(--couleur-principale);
  font-weight: bold;
  text-align: left;
  font-family: "Grandstander", cursive;
  margin-left:2px;
}



textarea {
  cursor: text;
  font-family: 'Montserrat', sans-serif;
  color: #083B32;
  text-align: center;
  padding: 0;
  font-size: 15px;

  width: 80%;
  max-width: 600px;
  height: 150px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  margin-bottom: 5px;
  border-radius: 8px;
  border: 3px dotted #666666;
  background-color: transparent;
  padding: 0.5em 1em;
  outline: none;
}

.placeholderIntero {
  color: #AAA;
}



textarea::placeholder {
  font-family: 'Montserrat', sans-serif;


  line-height: 20px;
  font-size: 15px;

  color: black;
}

select {

  cursor: pointer;
  margin-top: 0px;
  display: block;
  align-items: center;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  gap: 0.5em;

  text-align: right;
  outline: none;
  /* supprime le contour bleu du focus */
  background-color: transparent;

  font-family: 'Montserrat', sans-serif;
  border-radius: 40px;
  border: 0px solid #666666;


}

.selectPhrases {
width: 100%;
  cursor: pointer;
  margin-top: 0px;
  display: block;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
margin-bottom: 20px;
  outline: none;
  /* supprime le contour bleu du focus */
  background-color: transparent;

  font-family: 'Montserrat', sans-serif;
  border-radius: 8px;
  border: 1px solid #AAA;
  height: 40px;
  text-align: left;
  padding-left: 5px;

  padding-right: 10px;

}

/*-------------------*/
.error {
  color: red;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}

#divBoutons {
  align-items: center;
  gap: 10px;
  /* espace entre les boutons */

}

button{
  border-radius: 40px;

}
.buttonEquations {

  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  border-radius: 40px;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
background-color: white;
  cursor: pointer;

vertical-align: middle;
}
.buttonEquations:hover {
  background-color: #f0f0f0; /* gris clair */
}

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

.childModeConfirmation {
  color: #FFF;
  background-color: var(--couleur-principale);
  padding: 40px;
  margin-bottom: 20px;
}



.fondBlancWarp {
  overflow: hidden;
  max-height: 0;
  text-align: center;
  transition: max-height 0.5s ease;
  background: #ffffff;
  border-radius: var(--big-radius);

  margin: 0 auto;


  padding-top: 0px;
  /* on évite le padding vertical pour le slide */
  padding-bottom: 0px;
  /* on évite le padding vertical pour le slide */
  padding-left: 30px;
  padding-right: 30px;

}


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

.zoneSlide {
  overflow: hidden;
  max-height: 0;
  text-align: center;
  transition: max-height 0.5s ease;
  background: #ffffff;
  border-radius: var(--big-radius);

  margin: 0 auto;


  padding-top: 0px;
  /* on évite le padding vertical pour le slide */
  padding-bottom: 0px;
  /* on évite le padding vertical pour le slide */
  padding-left: 30px;
  padding-right: 30px;

}

.zoneSlide.active {

  max-height: 3000px;
  /* Ajuste selon ton contenu */
}


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

.questionnaire {

  margin-top: -20px;
  color: #000;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  margin-left: 10px;
  margin-right: 10px;

  text-align: left;



}


.letter-map {
line-height: 28px;
  text-align: center;
  color: #000000;
  background-color: #f8ede7;
  letter-spacing: -3px;
  font-size: 19px;
  width: 250px;
  position: relative;
  z-index: 1;
  opacity: 1;
font-family: "Courier Prime", monospace;
text-transform: uppercase;
column-count: 3;
position: relative;
border: 3px dashed var(--couleur-principale-foncee);
text-align: center;
display: block;
padding: 20px 30px;
margin: 10px;
border-radius: 15px;
max-width: 200px;

transition: opacity 0.35s ease, transform 0.35s ease;
padding-top: 25px;

padding-bottom: 25px;

padding-left: 20px;

padding-right: 30px;
margin-bottom: 0px;
}






@media screen and (max-width: 768px) {






  .letter-map-wrapper{
    display: block;

  }



  .page-wrapper{
    padding-left: 0px;
    padding-right: 0px;

  }

  .box {
    line-height: 22px;
    border: 3px dashed  var(--couleur-principale);
    text-align: left;
    display: block;
    padding: 10px 20px;
    margin: 10px 10px;
    border-radius: 15px;
  }
  
  .boxFirst {
    line-height: 22px;
    border: 3px dashed var(--couleur-principale-foncee);
    border-radius: 15px;
    text-align: left;
    display: block;
    padding: 20px 30px;
    margin: 10px;
  
  }
  
  
  
  .equation {
    letter-spacing: -3px;
    font-size: 24px;
    line-height: 35px;
  color: #000;
    font-family: "Courier Prime", monospace;
    white-space: pre-wrap;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
  }
  
  




  .accordion-header {

    padding-right: 10px;

  }

  .zoneAffichagePhraseCustom {

  font-size: 15px;
  font-weight: 600;

  
  }

  .left-text {
    font-weight: 600;
    font-size: 15px;
    
  }

  .mot {
    font-size: 16px;

  }
  
  .motJour {

    font-size: 20px;
  }
  
  .motDuJour{

    font-size:20px;
  
  }




  :root {
    --couleur-principale: #00cad1;
    --couleur-principale-foncee: #19c3af;
    --shadow-x: 0px;
    --shadow-y: 0px;
    --shadow-blur: 0px;
    --shadow-spread: 0px;
  }

 
  .container{
    padding-left: 9px;
    padding-right: 9px;
    
  
  }

  .baseLineTitre {
  
    font-size: 15px;
    margin-bottom: 11px;
    color:#000;

    margin-top: -15px;

  
  }

  .logo {
    margin: 40px auto -38px;
      width: 275px;
      z-index: 1005;
    }

    .page-wrapper{
      padding-left: 15px;
      padding-right: 15px;

    }

  body {
    margin: 0;


    height: 100%;
    font-family: 'Montserrat', sans-serif;
    color: #ff8080;
    background-color: var(--couleur-principale);

    text-align: center;
  }

  h1 {
    color: #f8ede7;
    font-family: 'Kablammo', cursive;
    text-transform: uppercase;
    font-size: 55px;
    line-height: 0.85;
    text-align: center;
    margin-bottom: 0px;
  }




}

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







@media print {

  .urlclass{
margin-top: 30px;
    font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 500;
  display: block;
  }

  .letter-map {
    line-height: 28px;
      text-align: center;
      color: #000000;
      background-color: #f8ede7;
      letter-spacing: -3px;
      font-size: 19px;
      width: 250px;
      position: relative;
      z-index: 1;
      opacity: 1;
    font-family: "Courier Prime", monospace;
    text-transform: uppercase;
    column-count: 3;
    position: relative;
    border: 3px dashed #999;
    text-align: center;
    display: block;
    padding: 20px 30px;
    margin: 10px;
    border-radius: 15px;
    max-width: 300px;
    
    transition: opacity 0.35s ease, transform 0.35s ease;
    padding-left: 20px;
    
    padding-right: 30px;
    margin-bottom: 0px;
    }
  
  .equation {
    letter-spacing: -3px;
    font-size: 20px;
    font-family: "Courier Prime", monospace;
    white-space: pre-wrap;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .placeholderIntero {
    color: #EEE;
  }

  .indice-print {
    color: #FFFFFF !important;
    /* ou #888 selon le contraste que tu veux */
  }

  .parentModeConfirmation {
    display: none !important;
  }

  .zoneDebut {
    display: none !important;
  }

  .baseLineTitre {
    display: none !important;
  }



  #backgroundCanvas,
  .background-nombres {
    display: none !important;
  }

  .grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0px;
  }

  .page-wrapper {
    text-align: center;

    border-radius: var(--big-radius);
    /* arrondi doux */
    background-color: #f8ede7;
    padding: 0px;
    margin: 0px 0px;
    width: 100%;
    position: relative;
    /* essentiel */
    z-index: 1;
    /* au-dessus du fond */
  }




  #divBoutons {
    display: none !important;
  }

  #divBoutons {
    display: none !important;
  }

  #optionsBlock {
    display: none !important;
  }

  #switch-containerDiv {
    display: none !important;
  }

  .box {
    font-size: 15px;
    line-height: 14px;
    border: 3px dotted #666666;
    text-align: left;
    display: block;
    padding: 10px;
    margin: 10px;
    border-radius: 8px;
  }


  h1 {
    color: #000000;
    font-family: 'Kablammo', cursive;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 0.85;
    text-align: center;
    margin-bottom: 0px;
  }





  :root {
    --couleur-principale: #00cad1;
    --couleur-principale-foncee: #19c3af;
    --shadow-x: 0px;
    --shadow-y: 0px;
    --shadow-blur: 0px;
    --shadow-spread: 0px;
  }

  body {
    margin: 0;
    padding-left: 2%;
    padding-right: 2%;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    color: #ff8080;
    background-color: rgb(69, 191, 171);

    text-align: center;
  }


  .boxFirst {
    display: none;
  }
  

}


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

