
html {
  font-size: 20px; /* px signifie 'pixels': la taille de base pour la police est désormais 10 pixels de haut  */
  font-family: "Inter", Arial, Helvetica, sans-serif;
  /*height: 100%;*/
}

body {
  margin: 0;
  padding: 0;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  overflow-x: hidden;       /* garde le scroll horizontal bloqué */
  overflow-y: auto;         /* permet le scroll vertical */
  user-select: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
}


.content {
  flex: 1;
  padding: 0px;
}

@font-face {
  font-family : Quicksand;
  src: url(fonts/Quicksand.otf);
  font-weight: normal;
}

@font-face {
  font-family : Quicksand;
  src: url(fonts/Quicksand_Bold.otf);
  font-weight: bold;
}

table { 
  border-collapse: collapse; 
  border: 0px solid rgb(0, 0, 0);
}

table td{ 
  border: 0px solid rgb(255, 5, 5);
}


.tablesup {
  text-align: center;
  font-size: 15px;

  color: rgb(110, 138, 163);
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 1000;
  box-shadow: 0px 3px 10px -2px rgba(0,0,0,0.7);
  border-collapse: collapse;
  transition: transform 0.8s ease; /* animation fluide */
}

/* quand masqué */
.tablesup.hidden {
  transform: translateY(-120px); /* sort vers le haut */
}




.tableinf1 { 
  background:  rgb(110, 138, 163);
  text-align:center; 
  font-size: 15px; 
  color: rgb(255, 255, 255); 
}

.tableinf2 { 
  background:  rgb(255, 255, 255);
  color: rgb(110, 138, 163);
}

.tablelog { 
  background:  rgb(110, 138, 163);
  border-radius: 10px;
  text-align:center; 
  font-size: 20px; 
  color: rgb(255, 255, 255); 
}

.table-container1 {
  display: inline-block;
  background: white;
  border-radius: 15px;
  border: 0px solid rgb(110,138,163);
  padding: 0px; /* espace entre le bord et la table */
  box-shadow: 0px 8px 20px rgba(0,0,0,0.7); /* ombre plus visible */
  width: fit-content; /* s’adapte au contenu */
  margin: 20px auto; /* centre sur la page */
}

.tabledetail1 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  color: rgb(255, 255, 255);
  font-size: 15px;
}

.trcomptetitre  { 
  height: 40px;
  border-bottom: 2px solid rgb(99, 198, 196);
  font-size: 20px;
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0 !important;
  background-color: rgb(255, 255, 255); /* Couleur d'arrière-plan optionnelle */
  text-align: center;
  z-index: 999; /* Important ! */
}

.trcompte { 
  border: 1px solid rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
}

.trcompte td {
  font-size: 15px; 
  padding: 10px 10px !important; /* Force le padding */
  text-align: justify !important; /* Force la justification */
  vertical-align: center;
}

.trtexte1 { 
  color: rgb(100, 198, 196); 
  font-size: 20px; 
  font-weight: bold
}

.trtexte2 { 
  color: rgb(110,138,163); 
  font-size: 50px; 
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}

.trtexte3 { 
  color: rgb(255, 255, 255);
  font-size: 25px; 
  font-weight: bold
}

.trtexte4 { 
  font-size: 16px;
  color: rgb(255, 255, 255);
  line-height: 1.5;  
}

.trtexte5 { 
  font-size: 16px;
  color: rgb(110,138,163);
  line-height: 1.5;  
}

.trtexte6 {
  color: rgb(110,138,163); 
  font-size: 16px; 
  font-weight: bold
}


.textehighlight1 { 
  position: relative;
  z-index: 0;
  color: rgb(215, 255, 136);
  font-weight: bold;
  text-decoration: none;
}


.textehighlight1x::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1em;
  width: 100%;
  height: 0.8em;
  background:  rgb(215, 255, 136);
  z-index: -1;
  transform: rotate(-1.5deg);
  border-radius: 0.4em;
  opacity: 0.7;
}

.textebullet { 
  list-style-type: disc; 
  margin: 0px; 
  padding-left: 20px;
}

ul.textebullet li {
  margin-bottom: 8px; /* espace vertical entre chaque <li> */
}

.titrebandeau {
  font-size: 25px;
}

.titre1 {
  border: none;
  color: rgb(110, 138, 163);
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
  user-select: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
}



.bouton-inactif {
  border: none;
  color: rgb(110, 138, 163);
  background-color: rgb(255, 255, 255);
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
}

.bouton-inactif:hover{
  color: rgb(164,203,106);
  font-weight: bold;
}

.bouton-inactif2 {
  border: none;
  color: rgb(100, 198, 196);
  background-color: rgb(255, 255, 255);
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;

}

.bouton-inactif2:hover{
  color: rgb(164,203,106);
  font-weight: bold;
}

.image1 {
  width: 500px;
  background-color: white;
  border-radius: 15px;
}

.bouton-inactif3 {
  border: none;
  color: rgb(255, 255, 255);
  background-color: rgb(110, 138, 163);
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
}

.bouton-inactif3:hover{
  color: rgb(164,203,106);
}

.bouton-inactif4 {
  border: none;
  color: rgb(255, 255, 255);
  background-color: rgb(110, 138, 163);
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
}

.bouton-inactif4:hover{
  color: rgb(164,203,106);
  font-weight: bold;
}

.anim-img {
  display: inline-block;
  transition: transform 0.3s ease; /* durée et douceur de l'effet */
}

.anim-img:hover {
  transform: scale(1.2); /* agrandit à 120% */
}


.anim-scroll {
  display: inline-block;
  opacity: 0; /* invisible au départ */
  transform: scale(0.1);
  transition: transform 2s ease, opacity 0.6s ease;
}

.anim-scroll.visible {
  opacity: 1;
  transform: scale(1);
}


/* ÉTAT INITIAL (hors écran à gauche + invisible) */
.anim-scroll-left {
  opacity: 0;
  transform: translateX(-300px);
  transition: transform 1.8s ease, opacity 0.8s ease;
  will-change: transform, opacity;
}

/* ÉTAT VISIBLE (revient en place + fade-in) */
.anim-scroll-left.visible {
  opacity: 1;
  transform: translateX(0);
}


/* ÉTAT INITIAL (hors écran à gauche + invisible) */
.anim-scroll-right {
  opacity: 0;
  transform: translateX(300px);
  transition: transform 1.8s ease, opacity 0.8s ease;
  will-change: transform, opacity;
}

/* ÉTAT VISIBLE (revient en place + fade-in) */
.anim-scroll-right.visible {
  opacity: 1;
  transform: translateX(0);
}


/* ÉTAT INITIAL */
.anim-scroll-top {
  display: inline-block;
  opacity: 0;
  transform: translateY(-70px);
  transition: transform 5s ease, opacity 0.8s ease;
  will-change: transform, opacity;
}

/* ÉTAT VISIBLE (revient en place + fade-in) */
.anim-scroll-top.visible {
  opacity: 1;
  transform: translateY(0);
}


  .faq-container {
    max-width: 800px;
    margin: 0 auto;
  }

  .faq-item {
    border-bottom: 1px solid rgb(100, 198, 196);
    padding: 15px 0;
  }

  .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-size: 18px;
    transition: color 0.2s;
  }

  .faq-question:hover {
    color: rgb(215, 255, 136);
  }

  .faq-answer {
    display: none;
    margin-top: 10px;
    color: #ffffff;
    line-height: 1.5em;
    text-align: justify;
  }

  .faq-item.active .faq-answer {
    display: block;
  }

  .faq-toggle {
    background-color: transparent;
    border: none;
    font-size: 22px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    cursor: pointer;
    transition: transform 0.2s;
  }

  .faq-item.active .faq-toggle {
    transform: rotate(45deg);
    color: rgb(255, 255, 255);
  }

  .main1 {
  cursor: pointer;
}

input[type='text'] {border: none; width: 100%; height: 25px; font-size: 15px; text-align: center;}
input[type='text2'] {border: none; width: 50%; height: 25px; font-size: 15px; text-align: left;}
input[type='email'] {border: none; width: 100%; height: 25px; font-size: 15px; text-align: center;}
input[type='password'] {border: none; width: 100%; height: 25px; font-size: 15px; text-align: center;}
input[type='submit'] {border: none; width: 100%; height: 25px; text-align: center;}