
::before, ::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
    size: auto;
    -webkit-text-size-adjust: 100%;
    display:block;
}
body {
    font-family: Arial, sans-serif;
    background-color: black;
    size: auto;
    margin: 0px;
}

.test_button{
    display: none;
}
.maps{
    align-self: center;
    border-style: solid;
}

form{
    display: flex;
    flex-direction: column;
    align-items: center;
}

header{
  display: flex;
  justify-content: center;
}

.logoK{
  
  max-width: 75%;
  margin: auto;
  margin-left: 8%;
  margin-top: 14%;
  padding-top: 2%;
}

.logoC{
  max-width: 75%;
  margin-left:1%;
  padding-top: 2%;
}
.login{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: auto;
  max-width: 25%;
  max-height: 25%;
  border-style: solid;
  border-color: #414243;

}

.mb-3{
  max-width: 75%;
  max-height: 25%;
}

.form-label{
  color: #fff;
  max-width: 75%;
  max-height: 25%;
  margin: auto;
  
}
.form-control{
  max-width: 75%;
  max-height: 25%;
  margin: auto;
  
}

.Login:hover{
    border-width: 5px;
    border-color: #000;
    background-color: rgba (0,0,0,0);
}

.HautP{
    height: 140px;
    width:100%;
    display: flex; 
    background-color: #020202;
    margin: 0 auto;
}

.RetourH{
    margin: auto;
   display: grid;
   place-items: center;
}
.TexteH{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: auto;
    text-align: center;
}

.register-button {
    margin-bottom: 20px;  
    background: rgba(0,0,0,0);
    color: white;
    font-size: 1.2em;
    padding: 2px 10px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    margin: auto;
    display: grid;
    place-items: center;
    text-align: center;
}

/* \"/ */

.register-button:hover {
    background-color: rgba(0,0,0,0);
    color: red;
    border-image-slice: 2;
}


.register-button2 {

    margin-bottom: 20px;  
    background: rgba(0,0,0,0);
    color: black;
    font-size: 1.2em;
    padding: 2px 10px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    margin: auto;
    display: grid;
    text-align: center;
}

.register-button2:hover {
    color: #414243;
    border-image-slice: 2;
    transition: all 1s ease;
}




.basdepage {
background-image: linear-gradient(#363839, black);
color: #FFF;
font-size: 11px;

}
.contact{
    text-align: center;
}
.logos{
display:flex;
justify-content: space-around;
width:100%;
}
.img_insta{
height: 60%;
width: 4%;

}
.img_facebook{
height: 70%;
width: 10%;

}
.Instagram{
    width: auto;
    height: auto;
    margin-right:50%;
}
.Facebook{
    margin-left: 50%;
}
.credits{
    text-align: center;
}
  .Questionnaire{
    margin: auto;
    display: row;
    place-items: center;
    margin-left: 20%;
    background-color: #FFF;
    padding-left: 2%;
    width: 50%;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-right:2% ;
    border-radius: 8px;
    justify-content: space-evenly;
}

.txt_quest{
text-align: center;
padding-right: 1%;

}

.contacter{
  background-color: rgba(162, 189, 232, .3);
  color: #FFF;
  padding-left: 2%;
  width: 100%;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-right: 2%;

}

.contact2{
  margin-left: 11%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  text-align: center;
  background-color:#FFF;
  padding-left: 2%;
  font-size : smaller;
  width: 80%;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-right: 2%;
  font-size: large;
  border-radius: 8px;
}

.nav_back{
  background-color: #000;
  margin: 0;
  padding: 1%;
}

nav{
  display: flex;
  background-color:black;
  
}

nav>a{
  display:block;
  width:400px;
  background-image:linear-gradient( #363839, black);
  text-align:center;
  box-sizing:border-box;
  padding:20px;
  margin:1px;
  color: #FFF;
  text-decoration:none;
  transition: all 0.3s ease;
}

nav>a:hover{
  color: red;
  transition: all 1s ease;
}

#ch{
  display: none;
}

#lab{
  width: 30px;
  height: 30px;
  background:linear-gradient(grey 0%, grey 20%, transparent 21%, transparent 40%, grey 41%, grey 60%, transparent 61%, transparent 80%, grey 81%, grey 100%);
  margin: 4px;
  display: none;
}

@media screen and (max-width:960px){
  nav{
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      transform: translate(-1000px,0);
      transition: all 0.5s ease;
      background-color: rgba(255, 0, 0, 0);
  }
  nav>a{
      width: auto;
      background-image: linear-gradient(rgba(62, 59, 59, 0.534),rgba(62, 59, 59, 0.53));
      background-color: rgba(62, 59, 59, 0.096);
      font-size: 1em;

  }
  #ch:checked+nav{
      transform: translate(0,0);
      transition: all 0.5s ease;
  }
  #lab{
      display: block;
  }
}

.ListeH2{
  margin-left: 11%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  text-align: center;
  padding-left: 2%;
  width: 70%;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-right: 2%;
  font-size: large;
  border-radius: 8px;
}

.download-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; /* Alignement horizontal avec espace entre les blocs */
}

.download-section {
  flex: 1 1 30%; /* Les blocs prennent 30% de la largeur du conteneur */
  margin: 10px;
}

@media (max-width: 768px) {
  .download-section {
      font-size : smaller;
    flex: 1 1 100%; /* Sur petits écrans, chaque bloc prend 100% de la largeur */
    margin-bottom: 20px;
  }
}

.download-section .register-button2 {
  font-size: 0.9em; /* Réduit la taille du texte à 90% de la taille par défaut */
  word-wrap: break-word; /* Le texte sera coupé à la ligne suivante s'il est trop long */
  text-align: center; /* Centre le texte dans chaque bouton */
  padding: 5px; /* Ajuste l'espacement interne du bouton */
}

@media (max-width: 768px) {
  .download-section .register-button2 {
    font-size: 0.8em; /* Réduit encore la taille du texte sur petits écrans */
  }
}

.iframe-container {
  width: 100%; /* Le conteneur occupe toute la largeur disponible */
  max-width: 800px; /* Limite la largeur maximale sur les grands écrans */
  margin: auto; /* Centre le conteneur */
  padding: 20px;
}

.quest {
  width: 100%; /* L'iframe occupe toute la largeur du conteneur */
  height: 600px; /* Hauteur par défaut, ajustable */
  border: none; /* Supprime les bordures */
}

@media (max-width: 768px) {
  .quest {
    height: 500px; /* Hauteur ajustée pour les petits écrans */
  }
}

@media (max-width: 480px) {
  .quest {
    height: 400px; /* Hauteur ajustée pour les écrans encore plus petits */
  }
}

