/* Général */
*
{
    margin: 0;
    padding: 0;
}

body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    background-color:  rgb(233, 231, 231);/* rgb(234, 219, 219);*/
}

.LOOY
{
  color: maroon;
  font-family: 'Crete Round';
}

h1
{
    font-family: 'Crete Round';
    font-size: 45px;
    color: maroon;
}

#main-image .paragraphe1
{
    color: white;
    text-align: center;
    padding-bottom: 20px;
    font-size: 18px;
}

#main-image .paragraphe2
{
    color: white;
    text-align: center;
    padding-top: 70px;
    font-size: 18px;
}

.gras
{
    font-weight: bold;
}

h2
{
    color: white;
    font-weight: bold;
    font-family: 'Crete Round';
    font-size: 55px;
}


h4
{
    font-size: 24px;
color: maroon;}

p
{
    line-height: 20px;
    color: #777;
}
.orange
{
    color: #ff7a00;
}

ul
{
    list-style: none;
}

a
{
    text-decoration:  none;
    color: #444;
}

.clear
{
    clear: both;
}

.wrapperHeader
{
    width: 1250px;
    margin: 0 auto;
    padding: 0 10px;
}

.wrapper
{
    width: 940px;
    margin: 0 auto;
    padding: 0 10px;
}

.section-inner
{
    width: 1100px;
    margin: 0 auto;
    padding: 0 10px;
}

header
{
    height: 120px;
    background-color: whitesmoke;
}

header h1
{
    float: left;
    margin-top: 32px;
    }

header nav 
{
    float: right;
   margin-top: 75px;
}

header nav ul li
 {
    display: inline;
    float: left;
 }

 header nav ul li a
 {
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 20px;
    color: maroon;
 }

small
{
    font-size: 13px;
    font-style: italic;
}


.logo-title {
    display: inline-flex;
    align-items: center;
}

.logo {
    height: 100px; /* taille ajustable */
    margin-right: 10px;
    margin-top: 30px;
}


 /* MAIN IMAGE */
 #main-image
 {
    height: 580px;
    background: url('images/arrierePlan.png') center;
    border-radius: 3px;
 }

 #main-image h2
 {
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    padding: 150px 0 40px 0;
 }

 .button-1
 {
    display: block;
    font-family: 'Crete Round';
    height: 50px;
    background: maroon;
    color: #fff;
    font-size: 20px;
    margin: auto;
    line-height: 50px;
    text-align: center;
    border-radius:  3px;
 }

 .button-1:hover{
    background: gray;
 }


 /* Conteneur global */
#option { 
  background-color: rgb(233, 231, 231);
  padding: 40px 10%; /* padding relatif pour mobile et desktop */
  margin: 50px auto; 
  box-sizing: border-box;
}

/* Liste des étapes */
#option ul {
  display: flex;
  flex-wrap: wrap; /* permet de passer à la ligne sur petit écran */
  justify-content: center; 
  gap: 20px; /* espace entre les blocs */
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Chaque étape */
#option li {
  flex: 1 1 250px; /* s’adapte entre 250px et 500px */
  max-width: 500px;
  min-width: 250px;
  text-align: center;  
  padding: 150px 15px 15px 15px; /* padding-top peut être réduit sur mobile */
  border-radius: 10px;
  box-sizing: border-box;
}

/* Fond et icônes pour chaque étape */
#steps-1 { background: url('images/steps-icon-1.png') no-repeat center 20px #c6ccc4; }
#steps-2 { background: url('images/steps-icon-2.png') no-repeat center 20px #7f8d7c; }
#steps-3 { background: url('images/steps-icon-2.png') no-repeat center 20px #526e4d; }
#steps-4 { background: url('images/steps-icon-3.png') no-repeat center 20px #fefefe; }

/* Texte */
.espace { padding-top: 15px; }
p { font-size: 1.2rem; line-height: 1.6; color: black;}
.liens
{
  color: #007bff;
}


/* Media queries pour petit écran */
@media (max-width: 768px) {
  #option li {
    padding-top: 80px; /* moins de padding vertical */
  }
  
  #option ul {
    flex-direction: column; /* chaque bloc prend une ligne */
    gap: 20px;
  }
}



.benefits{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:10px 18px;
  margin:16px 0 24px;
}

 
.benefits li{
  list-style:"✓ ";
}



#possibilities
{
  margin-top: 0;
  padding-top:  0;
  padding-bottom: 0;
  margin-bottom: 0;
  background-color: white;
}



.flex-container {
  display: flex;
  align-items: center; /* centre verticalement */
  justify-content: space-between; /* espace entre texte et image */
  gap: 2rem; /* espace entre les deux blocs */
    flex-wrap: wrap; /* permet de passer à la ligne sur petit écran */
}

.text-content {
  flex: 1; /* prend la moitié gauche */

}

.image-content {
  flex: 0.5; /* prend la moitié droite */
  text-align: right;
}

.image-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px; /* optionnel pour arrondir les bords */
}





/* Devenir intervenant */
#candidat-section {
  background-color: white;
}

/* Conteneur principal en flex */
.candidat-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 20px;
}

/* Formulaire à gauche */
.candidat-form-content {
  flex: 1 1 400px;
  max-width: 600px;
}

.candidat-form-content h3 {
  font-size: 28px;
  margin-bottom: 10px;
}

.candidat-form-content p {
  margin-bottom: 20px;
  color: #555;
}

/* Champs du formulaire */
.candidat-form .candidat-field {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.candidat-form .candidat-field label {
  margin-bottom: 5px;
  font-weight: 600;
}

.candidat-form .candidat-field input,
.candidat-form .candidat-field textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  width: 100%;
}

/* Boutons */
.btn {
  padding: 12px 20px;
  background-color: #007bff;
  border: none;
  border-radius: 6px;
  color: white;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
}

.btn:hover {
  background-color: #0056b3;
}

.btn.small {
  padding: 6px 12px;
  font-size: 14px;
  margin-top: 5px;
}

/* Image à droite */
.candidat-image-content {
  flex: 1 1 300px;
  max-width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
 
}

.candidat-image-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  padding-top: 210px;
  padding-bottom: 210px;
  margin-top: 50px;
   background-color: rgb(253, 253, 228);
}

/* Responsive */
@media (max-width: 900px) {
  .candidat-container {
    flex-direction: column;
    align-items: center;
  }

  .candidat-image-content {
    margin-top: 30px;
  }
}










/* Contact */
/* Section */
.section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  text-align: center;
  font-family: Arial, sans-serif;
}

/* Titre */
.section h3 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #333;
}

/* Description */
.section p {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #555;
}

/* Liste de contact */
.contact-info {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.contact-info li {
  font-size: 1.1rem;
  margin: 10px 0;
}

.contact-info a {
  color: #007bff;
  text-decoration: none;
  transition: color 0.3s;
}

.contact-info a:hover {
  color: #0056b3;
}

/* Bouton WhatsApp */
.whatsapp-btn {
  display: inline-block;
  background-color: #25d366;
  color: white;
  padding: 12px 25px;
  font-size: 1.1rem;
  border-radius: 25px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.whatsapp-btn:hover {
  background-color: #1ebe5d;
}


#contact h3
{

        width: 400px;
        text-transform: uppercase;
        margin-bottom: 20px;
        border-bottom: 10px solid whitesmoke;
        margin: 0 auto 20px auto;
        padding-bottom: 20px;  
        color: white;


}

#contact
{
  background-color: #444;
}

#contact p
{
  color: white;
}

.contact-info
{
  color: white;
}



/* FOOTER */
/* Footer */
.footer {
  background-color: #3f3f3f;
  color: #f1f1f1;
  padding: 30px 20px;
  text-align: center;
  font-family: Arial, sans-serif;
  position: relative;
  bottom: 0;
  width: 100%;
}

.footer .wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.footer p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}

/* Option : effet hover si tu veux ajouter des liens plus tard */
.footer a {
  color: #1e90ff;
  text-decoration: none;
  transition: color 0.3s;
}

.footer a:hover {
  color: #63b3ed;
}



/* --------------------------
   Responsive global
---------------------------*/

/* Tablettes et petits écrans */
@media (max-width: 768px) {

  /* Wrapper et sections */
  .wrapper, .wrapperHeader, .section-inner {
    width: 95%;
    padding: 0 10px;
  }

  header nav {
    float: none;
    text-align: center;
    margin-top: 10px;
  }

  header nav ul li {
    display: block;
    margin: 10px 0;
  }

  /* Main image */
  #main-image {
    height: auto;
    padding: 60px 10px;
    text-align: center;
  }

  #main-image h2 {
    padding: 60px 10px 20px 10px;
    font-size: 32px;
  }

  .button-1 {
    width: 80%;
    font-size: 18px;
  }

  /* Flex containers */
  .flex-container, .candidat-container {
    flex-direction: column;
    align-items: center;
  }

  .text-content, .image-content, .candidat-form-content, .candidat-image-content {
    flex: 1 1 100%;
    max-width: 100%;
    text-align: center;
  }

  .candidat-image-content img {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 20px;
  }

  /* Option / Steps */
  #option ul {
    flex-direction: column;
    gap: 20px;
  }

  #option li {
    padding-top: 80px;
    max-width: 100%;
  }

  /* Benefits grid */
  .benefits {
    grid-template-columns: 1fr;
  }
}

/* Mobiles très petits */
@media (max-width: 480px) {

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 22px;
  }

  .candidat-form-content h3 {
    font-size: 22px;
  }

  p {
    font-size: 14px;
  }

  .button-1 {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
  }

  header h1 {
    float: none;
    text-align: center;
    margin-top: 10px;
  }

  header nav {
    margin-top: 10px;
  }

}
