
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}



.fleche {
  margin-left: 10px ;
  display: flex;
  align-items: center;
}


body  {
    font-family: 'Poppins', sans-serif !important;
}

.page-1 {
  background: #fff2f3;
  color: #252b42;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.header {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.logo {
  font-weight: 700;
  font-size: 24px;
  color: #252b42;
  cursor: pointer;
  margin-right: 83px;
}

.navigation a {
  color: #737373;
  text-decoration: none;
  margin: 0 12px;
  font-weight: 500;
  font-size: 16px;
}

.nav-buttons {
  display: flex;
  align-items: center;
}

.login {
  font-weight: 500;
  color: #96bb7c;
  margin-right: 24px;
  text-decoration: none;
  font-size: 16px;
  margin-left: 240px;
  border: none;     
  outline: none;
  cursor: pointer;
}

.btn.join {
  background-color: #96bb7c;
  color: white;
  border: none;     
  outline: none; 
}

.btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  padding: 10px 24px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
  border: none;     
  outline: none; 
}

.btn.learn {
  border: 2px solid #96bb7c;
  background: transparent;
  color: #96bb7c;
  margin-left: 12px;
  
}

.main-content {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 20px;
  gap: 40px;
}

.text-content {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.welcome {
  color: #96bb7c;
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 16px;
  text-transform: uppercase;
}

.text-content h1 {
  color: #252b42;
  font-size: 60px;
  font-weight: 650;
  margin-bottom: 20px;
  line-height: 1.2;
}

.text-content p {
  color: #737373;
  font-size: 18px;
  margin-bottom: 32px;
  max-width: 400px;
}

.buttons {
  display: flex;
  gap: 10px;
}

@media (max-width: 900px) {
  .body {
    flex-direction: column;
    align-items: center;
  }
}

h2 {
  font-size: 40px !important;
  font-weight: 600 !important;
}

h3 {
  font-size: 30px !important;
  font-size: 600 !important;
}

/* page 2 */

.page-2 {
  display: flex;
  gap: 40px;
  padding: 60px 0;
  color: #252b42;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 160px;
  margin-bottom: 160px;
  padding: 150px 20px;
}

h2 {
  font-size: 2rem;
  font-weight: 800;
  margin: 0 0 20px 0;
  color: #252b42;
  margin-right: 30px;
}

.texte {
  font-size: 14;
  line-height: 1.5;
  color: #737373;
  margin-bottom: 30px;
}

.texte.vert {
  font-weight: 500;
  color: #96bb7c;
  text-decoration: none;

  display: inline-flex;
  align-items: center;
}

.flèche {
  font-weight: 500;
  margin-left: 5px;
  font-size: 2rem;
}

#ecran, #telescope {
  background: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 30px 25px;
  width: 292px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

#ecran img, #telescope img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 10px;
  background-color: #96bb7c;
  padding: 22px 19px;
  box-sizing: content-box;
  display: block; 

}

hr.grand {
  width: 94px;
  border: 4px solid #e74040;
  margin-bottom: 20px;

}

hr.petit {
  width: 50px;
  border: 2px solid #e74040;
  margin: 0;
}

/* page 3 */

.page-3 {
  background: #ffffff;
  color: #252b42;
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 160px;
  margin-bottom: 160px;
  padding: 150px 20px;
}

#imagef2 {
  margin-right: 144px;
}

/* page 4 */

.page-4 {
  background: #ffffff;
  color: #252b42;
  display: flex;
  align-items: flex-start;
  position: relative;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 150px 20px;

}

.prix {
  color:#BDBDBD ;
  font-weight: 600;
}

.prix-jaune {
  color: #FFAB71;
  font-weight: 600;
}

.groupe-img {
  margin: 100px auto 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}

.img-relou {
  position: relative;
  display: inline-block;
    justify-content: center;
  align-items: flex-end;
}

.droite-img {
  flex: 1;
}

.sale {
  position: absolute;
  top: 20px;
  left: 20px;
  color: white;
  background-color: red;
  border-radius: 3px;
  padding: 2px 8px;
  font-size: 14px;
}

.note-noir {
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: #2D4059;
  color: white;
  padding:5px;
  border-radius: 50px;
  margin-left: 39px;
  margin-bottom :31px ;

}

.jsp{
  display: flex;
  align-items: center;
  gap: 10px;
  

}
.align-jsp {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 25px;
}

.align-js {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top:15px ;

}

.droite-img .align-jsp-titre {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px; 

}

.btn-rond3 {
  position: absolute;
  bottom: 24px;
  left: 50%;

  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.btn-rond {
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  
}

.btn-rond img {
  width: 20px;
  height: 20px;
  border-radius: 0;
}

.tete {
  position: absolute; 
  top: -50px;         
  left: 0;
  z-index: 1000;
  background: white;  
  width: 100%;        
  padding: 20px 0;    
}

.btn-learn2 {
  border: 2px solid #96bb7c;
  background: transparent;
  color: #96bb7c;
  border-radius: 50px;
  padding: 8px 16px;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  width: 144.14px;
  height: 44px;
  
}




/* page 5 */

.page-5 {

  background: #ffffff;
  color: #252b42;
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 160px;
  margin-bottom: 160px;
  padding: 150px 20px;
  flex-direction: column;
  gap: 40px;
}

.temoignage{
  display: flex; 
  justify-content: center; 
  gap: 250px; 
  width: 100%;
  max-width: 1200px;
  white-space: normal;
  text-align: center;
}

.intro {
  text-align: left;   
  width: 100%;
  max-width: 1200px;
}

#étoile {
  width: 18.35px;
  height: 18.35px;
}

#demi-étoile {
  width: 18.35px;
  height: 18.35px;
}

/* page 6 */

.page-6 {

  background: #ffffff;
  color: #252b42;
  display: flex;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 160px;
  margin-bottom: 160px;
  padding: 150px 20px;
  flex-direction: column;

}

#cartes {
  display: flex;
  justify-content: center; 
  gap: 30px;                  
  width: 100%; 
  max-width: 1300px;
  margin-top: 112px;
  flex-wrap: nowrap;
}


.carte {
  background: rgb(255, 255, 255);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  width: 241px;
  height: 375px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 20px;

}

.carte p {
  font-size: 14;
  line-height: 1.5;
  color: #737373;
  
}

.page-6 > div:first-child {
  width: 90%;        
  text-align: left;   
}

.portrait {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.logos {
  display: flex;
  gap:20px ;

}

/* page 7 */


.page-7 {

  background: #fff2f3;
  color: #252b42;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 120px
}




#mail-barre {
  display: flex ; 
  align-items: center ;    

}

#btn-subscibe {
  background-color: #C2D2AE;
  color: white;
  border: none;     
  outline: none;
  padding: 15px;
  padding-left: 22.5px;
  padding-right: 22.5px;
  border-top-right-radius: 5px;     
  border-bottom-right-radius: 5px;
  border: 1px solid #C2D2AE;
  cursor: pointer;

}


#your-email {
  background-color: #FCF6F6;
  color: #D0C7C8;   
  padding: 15px;
  padding-left: 20px;
  padding-right: 473px;
  border-top-left-radius: 5px;     
  border-bottom-left-radius: 5px;  
  border: 1px solid #F0EAEB;
  cursor: text;

}

.texte-centre {
  text-align: center; 
  font-size: 14px;
  line-height: 1.5;
  color: #737373;
  margin-bottom: 80px;
  margin: top 10px; 
}

/* page 7 bis */


.page-7bis {
  background: #ffffff;
  color: #252b42;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 160px auto 60px auto;
  padding: 0 20px;
  font-family: Arial, sans-serif;
}


.page-7bis h4 {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  color: #252b42;
}


.page-7bis .texte {
  font-size: 13px;
  line-height: 1.6;
  color: #6e6e6e; 
  margin: 0;
}



.contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}


.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

#end {
  background-color: #FAFAFA;
  width: 100%;
  margin: 0 auto 40px auto;
  padding: 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;

}

