
.badges {
display: flex;
justify-content: center;
gap: 20px;
margin-top: 20px;
}
input[type="checkbox"] {
width: 20px; /* Taille de la case */
height: 20px;
top:3px;
border: 2px solid #2969AC !important; /* Bordure bleue */
appearance: none; /* Supprime le style par défaut */
background-color: white; /* Fond blanc */
cursor: pointer; /* Curseur interactif */

justify-content: center;
align-items: center;
position: relative;
}

input[type="checkbox"]:checked {
background-color: #2969AC; /* Fond bleu quand coché */
border-color: #2969AC; /* Bordure bleue */
}

input[type="checkbox"]:checked::after {
content: '✔'; /* Symbole de coche */
font-size: 14px; /* Taille ajustée */
color: white;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); /* Centre parfaitement la coche */
font-weight: bold;
}


.badges img {
width: 100px;
height: auto;
}
.checkbox-group{
margin-bottom: 10px;
display: flex!important;
align-items: center!important;
}
.header-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-row h2 {
  margin: 0 15px 0 0;
}


.section .row {
  margin-bottom: 20px;
}
.section img {
  max-width: 100px;
}
.partner-logos {
  background-color: #264D59;
  padding: 10px;
}
.partner-logos img {
  margin: 0 10px;
  max-width: 100px;
}
.section {
        text-align: center;
        background-color: white;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        
    
        margin-bottom: 20px; /* Adds space below each section */
        padding: 10px; /* Optional: Adds space inside each section */

    }
    .section img {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
        margin-top: 20px;
    }
      .image-container {
        text-align: center; /* Center the image horizontally */
    }
    
    .image-container img {
        max-width: 100%; /* Ensure the image doesn't overflow the container */
        height: auto;
        
    }
    
    
            .teens{
        text-align: center;
    }
    .teens h2 {
                 font-size: 32px;

    }
    .teens h1 {
                 font-size: 24px;

    }
.journey-section {
background-color: white;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
padding: 40px 0;
        border-radius: 10px;
}

.section-title {
font-size: 32px;
color: #333;
}

.section-subtitle {
font-size: 16px;
color: #666;
margin-bottom: 30px;
}

.journey-step {
margin-bottom: 30px;
}

.step-image {
max-width: 100%;
margin-bottom: 20px;
}

.step-title {
font-size: 22px;
margin-bottom: 10px;
color: #333;
}

.step-description {
font-size: 15px;
color: #555;
margin-bottom: 15px;
line-height: 1.6; /* Augmente l'espacement entre les lignes */
}

.btn-primary {
background-color: #007bff;
border-color: #007bff;
color: #fff;
padding: 8px 15px;
text-decoration: none;
font-size: 14px;
}


.textt-center {
display: flex;
justify-content: center; /* Centre horizontalement le contenu */
align-items: center; /* Centre verticalement le contenu */
}

.sectionn-title {
margin-right: 15px; /* Espace entre le titre et le bouton */
margin-bottom: 0; /* Assure que le titre n'a pas de marge inférieure */
}





.search-section {
background-color: #ffffff;
box-shadow: 0px 5px 10px rgba(41, 105, 172, 0.4);
padding: 2rem;
border-radius: 10px;
color: black;
font-family:"Poppins", "Arial Black", "Impact", sans-serif!important;



}

.search-section h1 {

color: black;
font-family:"Poppins", "Arial Black", "Impact", sans-serif!important;
font-size: 25px;
font-weight: bold;
}

.search-form {
display: flex;
flex-direction: column;

}

.search-form label {
text-align: left;
font-weight: bold;
font-size: 15px;
color: rgb(102 94 94);
font-family: "Poppins", "Arial Black", "Impact", sans-serif !important;
}

.search-form select,
.search-form input,
.search-form button {
padding: 0.5rem;
border: none;
border-radius: 5px;
background: #e9e9e9;
text-align: left;

font-size: 12px;
color: rgb(102 94 94);
font-family: "Poppins", "Arial Black", "Impact", sans-serif !important;
}

.search-form button {
background-color: #333;
color: #fff;
cursor: pointer;
}

#map {
width: 100%;
height: 100%;
border-radius: 10px;
}

.info-text {
font-weight: bold!important;
font-size: 12px!important;

color: #55BCB3!important;
}



.col-left {
flex: 1;
}


.col-right {
border-radius: 10px;
flex: 1;
display: flex;
justify-content: center;
align-items: center;
}
.text0{
font-size: 16px;
color: #2969AC!important;
font-weight: bold!important;
font-family:"Poppins", "Arial Black", "Impact", sans-serif!important;
}
.submitbtn{
display: flex;
justify-content: center; /* Centre horizontalement */
align-items: center;
background-color : #2969AC!important;
border-radius: 7px!important;
color:white!important;
padding : 10px 20px!important;
text-align: center!important;
width: 50%; /* Définit la largeur à 50% */
display: block; /* Permet de centrer avec margin auto */
margin: 0 auto; /* Centre horizontalement */

}
h3{
margin-top: 10px;
}
.badges {
display: flex;
justify-content: center;
gap: 20px;
margin-top: 20px;
}
.badges img {
width: 100px;
height: auto;
}
.header-row {
display: flex;
align-items: center;
justify-content: center;
}
.header-row h2 {
margin: 0 15px 0 0;
}


.section .row {
margin-bottom: 20px;
}
.section img {
max-width: 100px;
}
.partner-logos {
background-color: #264D59;
padding: 10px;
}
.partner-logos img {
margin: 0 10px;
max-width: 100px;
}
.section {
      text-align: center;
      background-color: white;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      
  
      margin-bottom: 20px; /* Adds space below each section */
      padding: 10px; /* Optional: Adds space inside each section */

  }
  .section img {
      max-width: 100%;
      height: auto;
      border-radius: 10px;
      margin-top: 20px;
  }
    .image-container {
        text-align: center; /* Center the image horizontally */
        padding: 0px 0;
        background-position: center center;
        background-size: cover;
        position: relative;
        width: 65%;
        margin: 0 auto;
        display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 20px;
  }
  
  .image-container img {
      max-width: 100%; /* Ensure the image doesn't overflow the container */
      height: auto;
      
  }
  
  
  
  /*******************/
  .textname{
   font-family:"Poppins", "Arial Black", "Impact", sans-serif!important;
  font-weight: bold;
  }
  .video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* Aspect ratio 16:9 */
    overflow: hidden;
    border-radius: 20px;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Pour remplir tout l'espace disponible */
}