body{
 font-family: 'Inter', sans-serif;
 margin: 0;
}

header{
    display: flex;
    height: 75vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   
}
.titre_header{
    font-size: 75px;
    width: 58%;
    text-align: center;
    margin-bottom: 25px;
    line-height: 1;
}
.para_header{
    font-size: 19px;
    width: 45%;
    text-align: center;
    margin-top: 0;
    color: #585859;
    line-height: 1.2;
}
.bouton_essayer{
    background-color:#d0b2ff;
    width: 230px;
    height: 50px;
    color: rgb(0, 0, 0);
    border: none;
    border-radius: 23px;
    font-size: 18px;
    margin-top: 24px;
font-weight: 700;
}
.tester{
    width: 200px;
    height: 40px;
background-color:#d0b2ff;
color: white;
display: flex;
justify-content: center;
align-items: center;
 border-radius: 20px;
}

.pourquoi{
    height: 100vh;
}
.pourquoiPresentation{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f9f9f9;
    height: 100vh;
}
.pourquoiPresentation h1{
font-size: 46px;
margin-bottom: 0;
}
.pourquoiPresentation p{
font-size: 17px;
width: 50%;
color: #585859;
text-align: center;
}
.zone_card{
 
    width: 100%;
    height: 50vh;
    display: flex;
    justify-content: center;
  flex-direction: row;


}
.sous_card{
    width: 80%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.card{
    background-color: #ffffff;
   height: 280px;
   width: 250px;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   border-radius: 10px;

  padding-left: 20px;
  border: 1px solid #d8dfe4;
  margin-top: 19px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease
   
}
.card:hover {
    transform: translateY(-5px) scale(1.03); /* léger mouvement et zoom */
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08); /* ombre subtile et pro */
    border-color: #d0b2ff; /* accent color pour effet premium */
}
.card h3{
    margin: 0;
   margin-bottom: 15px;
}
.zone_image_card{
    width: 45px;
    border-radius: 12px;
    height: 45px;
    background-color: #efe6ff;
    margin-top: 35px;
      margin-bottom: 35px;
 
}


.card p{
    font-size: 15px;
    width: 80%;
    text-align: left;
    line-height: 1.4;
    margin: 0;
    color: #484848;
    
  
}

nav{
    height: 60px;
    border-bottom: 1px solid #f3f3f3;
    width: 100%;
}
.zone_image_card{
    display: flex;
    align-items: center;
    justify-content: center;
}
.commentCaMarche{
        height: 100vh;
        display: flex;
        flex-direction: column;
     align-items: center;
     justify-content: center;
}

.commentCaMarche h1{
font-size: 46px;
margin-bottom: 0;
}
.commentCaMarche p{
font-size: 17px;
width: 50%;
color: #585859;
text-align: center;
}

.etape{
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    margin-left: 20px;
}
.sous_etape{

    width: 420px;
    display: flex;
    flex-direction: column;
}
.sous_etape h1{
 font-size: 110px;
 margin: 0;
 color: #f7f7f7;
 margin-bottom: 10px;
}
.sous_etape h2{
font-size: 20px;
 margin: 0;
}
.sous_etape p{
    text-align:left ;
    width: 95%;
    font-size: 16px;
    margin-top: 10px;
}

.step {
  display: none;
  max-width: 700px;
  margin: 0 auto;
}
.step input{
width: 200px;
   height: 45px;
    border: 1px solid #d8dfe4;
    border-radius: 7px;
    padding-left: 17px;
    margin-bottom: 7px;
}
.step textarea{
  width: 180px;
   height: 45px;
    border: 1px solid #d8dfe4;
    border-radius: 7px;
    padding-left: 17px;  
}
.step.active {
  display: block;
}
.zone_form{
  height: 100vh; 
  background-color: #f9f9f9;
}
.zone_form h1{
font-size: 46px;
margin-bottom: 0;
}
.zone_form p{
font-size: 46px;
margin-bottom: 0;
}
.zone_form p{
    font-size: 17px;
    color: #484848;
}
.testerGratuitement{
     background-color: #efe6ff;
    width: 250px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 28px;
    font-size: 15px;
    
}
.header_form{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 300px;
    justify-content: center;
}
form{

    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70%;
}
.zone_form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.continuer{
    height: 43px;
    background-color: #000000;

    border: none;
    border-radius: 7px;
    color: white;
    width: 100px;
    margin-top: 10px;
      transition: all 0.3s ease;
}

.continuer:hover {

    background-color: #b187f7; 
    color: white;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 20px  #d0b2ff; 
}

.input_double{
    width: 250px;
    height: 45px;
    border: 1px solid #d8dfe4;
    border-radius: 7px;
    padding-left: 17px;
}

.generer{
    background-color: #d0b2ff;
    color: black;
    height: 45px;
    border-radius: 7px;
    border: none;
    padding: 6px;
}
nav{
    display: flex;
}
.titre{
    font-size: 20px;
    margin-left: 18px;
}

a{
    color: black;
    text-decoration: none;
}
.footer{
    background-color: #2f1010;
}

.zone_rgpd{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
 background-color: #f9f9f9;
}
.zone_rgpd a{
     
    font-size: 14px;
}

/* Bouton principal */
.bouton_essayer {
    background-color: #d0b2ff;
    color: black;
    transition: all 0.3s ease;
    cursor: pointer;
}

.bouton_essayer:hover {
    background-color: #b187f7; /* légèrement plus foncé */
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(208, 178, 255, 0.35);
}

/* Bouton secondaire */
.tester {
    background-color: #d0b2ff;
    color: white;
    transition: all 0.3s ease;
    cursor: pointer;
}

.tester:hover {
    background-color: #b187f7;
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(208, 178, 255, 0.4);
}

/* Bouton tester gratuitement */
.testerGratuitement {
    background-color: #efe6ff;
    color: #000;
    transition: all 0.3s ease;
    cursor: pointer;
}

.testerGratuitement:hover {
    background-color: #d0b2ff;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(208, 178, 255, 0.3);
}

/* Bouton générer */
.generer {
    background-color: #d0b2ff;
    color: black;
    transition: all 0.3s ease;
    cursor: pointer;
}

.generer:hover {
    background-color: #b187f7;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(208, 178, 255, 0.35);
}

/* --- Responsive CSS --- */

/* Tablettes (max-width: 1024px) */
@media (max-width: 1024px) {
    .titre_header {
        font-size: 55px;
        width: 70%;
    }
    .para_header {
        width: 60%;
        font-size: 17px;
    }
    .pourquoiPresentation p {
        width: 70%;
    }
    .zone_card {
        flex-direction: column;
        height: auto;
        align-items: center;
    }
    .sous_card {
        width: 90%;
        flex-direction: column;
        align-items: center;
    }
    .card {
        width: 80%;
        height: auto;
        margin-top: 15px;
        padding-left: 15px;
    }
    .commentCaMarche p, .sous_etape p {
        width: 80%;
        font-size: 16px;
    }
    form {
        width: 90%;
    }
    .step input, .step textarea, .input_double {
        width: 90%;
    }
}

/* Mobiles (max-width: 768px) */
@media (max-width: 768px) {
    .titre_header {
        font-size: 40px;
        width: 90%;
    }
    .para_header {
        width: 90%;
        font-size: 16px;
    }
    .pourquoiPresentation h1 {
        font-size: 36px;
    }
    .pourquoiPresentation p {
        font-size: 15px;
        width: 90%;
    }
    .zone_card, .sous_card {
        flex-direction: column;
        width: 100%;
    }
    .card {
        width: 90%;
        margin-top: 10px;
        height: auto;
        padding: 10px;
    }
    .card h3 {
        font-size: 18px;
    }
    .card p {
        font-size: 14px;
    }
    .zone_form h1 {
        font-size: 36px;
    }
    .zone_form p {
        font-size: 15px;
    }
    .step input, .step textarea, .input_double {
        width: 95%;
    }
    .bouton_essayer {
        width: 200px;
        font-size: 16px;
    }
    .testerGratuitement {
        width: 200px;
        font-size: 14px;
    }
}

/* Petits mobiles (max-width: 480px) */
@media (max-width: 480px) {
    .titre_header {
        font-size: 32px;
    }
    header{
        height: 75vh;
    }
    .pourquoi{
        height: auto;
    }
    .pourquoiPresentation{
        height: auto;
    }
    .zone_form p{
text-align: center;
width: 80%;
    }
    .pourquoiPresentation h1{
        text-align: center;
    }
    .para_header {
        font-size: 14px;
    }
    .pourquoiPresentation h1 {
        font-size: 28px;
    }
    .pourquoiPresentation p {
        font-size: 14px;
    }
    .card h3 {
        font-size: 16px;
    }
    .card p {
        font-size: 13px;
    }
    .zone_form h1 {
        font-size: 28px;
    }
    .zone_form p {
        font-size: 14px;
    }
    .step input, .step textarea, .input_double {
        width: 100%;
    }
    .bouton_essayer {
        width: 180px;
        font-size: 15px;
    }
    .testerGratuitement {
        width: 180px;
        font-size: 13px;
    }
}
