
/* Variables globales */
:root {
  --font-family-base: 'Helvetica Neue', sans-serif;
  --spacing: 1rem;
  --max-width: 800px;
}


/* Responsive */
@media (max-width: 768px) {

    /* Variables globales */
    :root {
      --max-width: 90%;
    }

    
}
@media (max-width: 576px) {
    :root {
      --max-width: 90%;
    }
    
    .btn-qcm, btn-theme {
        display:block;
        width:90%;
    }
}



html {
  font-size: 16px;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  font-family: var(--font-family-base);
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

.wrapper {
    overflow:hidden;
}

.header {
}


.title {
  padding: 2rem 0;
  text-align: center;
}

.titre {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.title {
    max-width: var(--max-width);
}

.sous-titre {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
}

.div-landingPartenaire-content {
  max-width: var(--max-width);
  margin: 0 auto;
}

.div-etape-container {
    padding:30px;
    display: flex;
    align-items: center; /* alignement vertical */
    width: 100%;
    margin-bottom: 2rem;
}

.div-etapes {
    margin-left:auto;
    margin-right:auto;
}

.btn-etape, .btn-landing-partenaire {
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  margin-top: 1rem;
  transition: background 0.3s;
}

.form-landing-partenaire .div-retour-container .alert {
    font-size: 1rem;
    margin-bottom: 0px;
    padding-top: 0.75rem;
    padding-bottom: 0.5rem;
}
    
.form-group {
  margin-bottom: 1rem;
  text-align: left;
}

label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

input[type="text"], input[type="email"] {
  width: 100%;
  padding: 0.75rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
}


footer {
  font-size: 0.9rem;
  text-align: center;
}




.lp-right {
    margin-left: auto;
    margin-right: 8rem;
}

.lp-left {
    margin-left: 8rem;
    margin-right: auto;
}

.lp-center {
    margin-left: auto;
    margin-right: auto;
}



@media (max-width: 576px) {
    .lp-right,
    .lp-left,
    .lp-center {
        margin-left:auto !important;
        margin-right:auto !important;
    }
}




/* CONTAINERS */
.div-etape-container {
    padding: 1.5rem;
}





.overlay-text-slot {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    pointer-events: none; /* le texte n'empêche pas de cliquer sur l'image */
}




    
/* Responsive */
@media (max-width: 768px) {
    
  .titre {
    font-size: 2.2rem;
  }
  .sous-titre {
    font-size: 1rem;
  }
  .form-group label, .form-group input {
    font-size: 0.95rem;
  }
  
    .h2, h2 {
        font-size: 1.5rem;
    }
    
    .div-etape-container {
        padding-right:1rem;
        padding-left:1rem;
       
    }

    .overlay-text-slot {
        font-size:14px;
    }

}



    
/* Responsive */
@media (max-width: 500px) {
    
  .titre {
    font-size: 1.8rem;
  }
  .sous-titre {
    font-size: 0.8rem;
  }
  .form-group label, .form-group input {
    font-size: 0.95rem;
  }
}
