/* Reset CSS */
* {
  margin: 0;
  padding: 0;
  max-width: 1920px;
}

/* Corps du document */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  color: #333;
  background: url(../assets/imagesService/backgroundPageServices1.webp);
}

header,
footer {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 1920px;
}

main {
  position: relative;
}

/*Effets sur le titre*/
.title {
  padding-top: 100px;
  text-align: center;
  color: #ef7214;
  padding-bottom: 70px;
}

.logo-title {
  height: 50px;
}
.services-text {
  display: block;
  margin-top: -20px;
}

span.light {
  font-weight: bold;
  color: #2e2a5b;
}
span.dark {
  font-weight: bold;
  color: white;
}
.purpleTitle {
  color: #2e2a5b;
  text-align: center;
}
.blueTitle {
  color: #b9d7ea;
  text-align: center;
}

/*Sections cards*/
/*Image à gauche*/
.icone-left {
  height: 490px;
  width: 80%;
  margin: auto;
  display: flex;
  border-radius: 50px;
  margin-bottom: 50px;
}
/*Image à droite*/
.icone-right {
  height: 490px;
  width: 80%;
  margin: auto;
  display: flex;
  border-radius: 50px;
  margin-bottom: 50px;
}

.illustration-firstPart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45%;
}

.illustration_secondPart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
}

.icone_firstPart {
  width: 60%;
}

.icone_secondPart {
  width: 50%;
}

.icon-replace {
  margin-left: 200px;
}

.background_up_iconeLeft {
  background: url("../assets/imagesService/background_icon_left1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.background_up_iconeRight {
  background: url("../assets/imagesService/background_icon_right1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.background_down_iconeLeft {
  background: url("../assets/imagesService/background_down_iconeLeft.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.background_down_iconeRight {
  background: url("../assets/imagesService/background_down_iconeRight.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.text_firstPart {
  width: 50%;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-right: 30px;
  margin-left: 20px;
  box-sizing: border-box;
  overflow: auto;
  color: #ef7214;
}
.text_secondPart {
  width: 50%;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-right: 30px;
  margin-left: 20px;
  box-sizing: border-box;
  overflow: auto;
  color: #ef7214;
}

ul {
  margin-left: 30px;
}

@media (max-width: 1100px) {
  .icone-left {
    width: 90%;
  }
  .icone-right {
    width: 90%;
  }
  /* .icone-left {
    width: 90%;
    flex-direction: column;
    background: none;
  }
  .icone-right {
    width: 90%;
    flex-direction: column-reverse;
    background: none;
  }
  .imageTest {
    width: 100%;
  }
  img.icone {
    margin: auto;
    width: 50%;
  }
  .imageRight {
    width: 100%;
  }
  .text {
    background-color: #b9d7ea;
    width: 100%;
    max-height: 300px;
    border-radius: 25px;
  } */
}

@media (max-width: 900px) {
  .icone-left {
    background: none;
    flex-direction: column;
    margin: auto;
    height: auto;
  }
  .icone-right {
    background: none;
    flex-direction: column-reverse;
    margin: auto;
    height: auto;
  }
  .illustration-firstPart {
    width: 100%;
    margin-bottom: 15px;
  }
  .illustration_secondPart {
    width: 100%;
    margin-bottom: 15px;
  }
  .icone_firstPart {
    width: 70%;
  }
  .icone_secondPart {
    width: 50%;
  }
  .icon-replace {
    margin-left: 0;
  }
  .text_firstPart {
    width: 100%;
    background-color: #b9d7ea;
    margin: auto;
    padding: 10px;
    border-radius: 25px;
    margin-bottom: 25px;
  }
  .text_secondPart {
    width: 100%;
    background-color: #322c79;
    margin: auto;
    padding: 10px;
    border-radius: 25px;
    margin-bottom: 25px;
  }
}

/* Formulaire message */
.firstForm {
  text-align: center;
  margin: auto;
  padding-top: 50px;
  background: url(../assets/imagesService/Vague-bas-page.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 90px;
}

.firstForm h3 {
  color: #ee83b3;
  font-size: 2.5rem;
  margin-top: 50px;
}

.firstForm p {
  margin: 15px 0;
  font-size: 1.5rem;
  color: white;
}

.formContact {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 50%; /* Ajuste la largeur du formulaire global */
  max-width: 600px; /* Limite la largeur à 600px */
}

.color {
  display: none;
}

.formName,
.formMail,
.formMessage {
  display: flex;
  align-items: center; /* Aligne les labels verticalement au centre des champs */
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}

.formName label,
.formMail label,
.formMessage label {
  width: 30%; /* Ajuste la largeur des labels */
  text-align: left;
  color: #ee83b3;
  font-size: 1.2rem;
}

.formName input,
.formMail input,
.formMessage textarea {
  border: 1px solid black;
  border-radius: 10px;
  width: 70%; /* Ajuste la largeur des champs de texte */
  padding: 10px;
  font-size: 1rem;
  box-sizing: border-box;
}

.formMessage textarea {
  height: 120px;
}

.privacy-policy-text p {
  font-size: x-small;
}

.privacy-policy {
  color: #ee83b3;
}

.accept-text {
  font-size: small;
  color: white;
}

.formSubmit {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 100px;
}

.formSubmit input {
  background-color: #322c79;
  color: white;
  border-radius: 10px;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}

/*Media Querries*/
@media (max-width: 1420px) {
  .firstForm {
    padding-bottom: 45px;
  }
}

@media (max-width: 768px) {
  .formContact {
    width: 90%;
    padding-bottom: 150px;
  }
  .firstForm h3 {
    padding-top: 100px;
  }
  .firstForm {
    padding-bottom: 0;
    padding-top: 0;
    background: url(../assets/images/Vague-bas-page-tel.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .formName label,
  .formMail label,
  .formMessage label {
    width: 100%; /* Les labels prennent toute la largeur sur les petits écrans */
    margin-bottom: 5px;
  }

  .formName input,
  .formMail input,
  .formMessage textarea {
    width: 100%; /* Champs de texte prennent toute la largeur sur les petits écrans */
  }

  .firstForm p {
    font-size: 1rem;
  }

  footer {
    padding-top: 40px;
  }
}
