@charset "UTF-8";
body {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-size: 25px;
  margin: 0;
}

.nav {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 30px rgb(34, 182, 118);
}
.nav__logo {
  width: 50%;
  margin-left: 25px;
}
.nav__link {
  display: flex;
  list-style: none;
  margin-top: 90px;
}
.nav__link_style {
  text-decoration-style: none;
  text-decoration: none;
  font-size: 30px;
  margin-right: 60px;
  color: black;
}

.cover_img {
  height: 800px;
  width: 1903px;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}
.cover_p1 {
  text-decoration-style: none;
  text-decoration: none;
  position: absolute;
  font-style: italic;
  letter-spacing: 8px;
  font-weight: 900;
  z-index: 2;
  top: 400px;
  width: 753px;
  text-align: center;
  background-color: rgba(186, 204, 200, 0.7);
  color: rgb(34, 182, 118);
  font-size: 55px;
  margin-left: 550px;
  padding: 40px;
  border-radius: 90px 90px 0 0;
}
.cover_p2 {
  text-decoration-style: none;
  text-decoration: none;
  position: absolute;
  font-style: italic;
  z-index: 2;
  font-weight: bold;
  top: 608px;
  display: flex;
  justify-content: center;
  background-color: rgba(186, 204, 200, 0.7);
  color: rgb(34, 182, 118);
  font-size: 35px;
  margin-left: 550px;
  padding: 40px;
  border-radius: 0 0 90px 90px;
}

.contact {
  display: flex;
  justify-content: space-around;
  margin-top: 0px;
}
.contact__titre {
  color: rgb(95, 237, 204);
  background-color: rgb(34, 182, 118);
}
.contact_numero {
  display: flex;
  justify-content: space-between;
  background-color: rgb(34, 182, 118);
  border-color: black;
  border-width: 5px;
  padding: 20px;
  border-radius: 120px;
}
.contact_numero_i {
  font-size: 80px;
  color: white;
  padding-top: 30px;
  margin-right: 50px;
}
.contact_numero_p {
  color: white;
  font-size: 40px;
}
.contact_mail {
  display: flex;
  background-color: rgb(34, 182, 118);
  padding: 20px;
  border-radius: 120px;
}
.contact_mail_i {
  font-size: 80px;
  color: white;
  margin-right: 20px;
  padding-top: 30px;
}
.contact_mail_p {
  color: white;
  font-size: 40px;
}

.citation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-style: italic;
  width: 1500px;
  margin-top: 100px;
  margin-left: 200px;
}
.citation_p {
  font-size: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
}

.icones {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  color: white;
}
.icones_expertise {
  display: flex;
  flex-direction: column;
  background-color: rgb(34, 182, 118);
  color: white;
  margin: 50px;
  padding: 100px;
  border-radius: 40px;
  width: 600px;
  height: 300px;
  justify-content: center;
  align-items: center;
}
.icones_expertise_i {
  font-size: 80px;
  color: white;
}
.icones_expertise_t {
  font-style: italic;
  letter-spacing: 3px;
  margin-top: 50px;
  color: white;
}
.icones_expertise_p {
  font-size: 18px;
  margin-left: 20px;
  color: white;
}

footer {
  border: solid 30px rgb(34, 182, 118);
  border-bottom: none;
  border-left: none;
  border-right: none;
}

.coordonnees {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: black;
}
.coordonnees_titre {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 0px;
}
.coordonnees_numero {
  font-size: 20px;
  margin: 0px;
}
.coordonnees_mail {
  margin: 0px;
  font-size: 20px;
}
.coordonnees_ml {
  color: black;
  font-size: 10px;
}

.service {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.service_titre {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  color: rgb(34, 182, 118);
  font-size: 70px;
}
.service_nom {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-style: italic;
  font-size: 40px;
}
.service_ul1 {
  margin-bottom: 50px;
  background-color: rgba(186, 204, 200, 0.3);
  border-radius: 20px;
  width: 80%;
  margin-left: 30px;
}
.service_ul2 {
  margin-bottom: 50px;
  background-color: rgba(186, 204, 200, 0.3);
  border-radius: 20px;
  width: 80%;
  margin-left: 300px;
}
.service_li {
  margin-bottom: 20px;
  font-size: 20px;
  list-style: none;
}
.service_li::before {
  content: "•";
  padding: 15px;
  color: rgb(34, 182, 118);
  display: inline-block;
  width: 2em;
  margin-left: -1em;
  font-size: 2em;
}

.form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 100px;
  background-color: rgba(186, 204, 200, 0.3);
  border-radius: 20px;
  width: 1865px;
  margin-left: 20px;
  margin-right: 20px;
}
.form_titre {
  color: rgb(34, 182, 118);
  font-size: 60px;
  margin-bottom: 80px;
}
.form_label {
  font-weight: bold;
  font-size: 30px;
  margin-right: 50px;
}
.form_btn {
  font-size: 30px;
  margin-bottom: 40px;
  margin-top: 30px;
  border-color: rgb(34, 182, 118);
  border-radius: 20px;
  border-width: 10px;
}
.form_submit {
  border: none;
  background-color: rgba(34, 182, 118, 0.7);
  color: white;
  padding: 40px;
  margin-top: 40px;
  margin-left: 0px;
  margin-right: 15px;
  margin-bottom: 50px;
  border-radius: 20px;
  font-size: 30px;
  font-weight: bold;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

/* MEADIA QUERIES */
/* SMARTPHONE */
/* TABLETTE */
@media all and (min-width: 768px) and (max-width: 1024px) {
  .nav {
    display: flex;
    justify-content: space-between;
  }
  .nav__logo {
    width: 170px;
    margin-top: 10px;
  }
  .nav__link_style {
    font-size: 15px;
    margin-right: 40px;
  }
  .nav__link {
    margin-left: 0px;
    margin-top: 50px;
  }
  .cover_img {
    width: 100%;
  }
  .cover_p1 {
    font-size: 40px;
    width: 550px;
    margin-left: 80px;
    padding: 25px;
    top: 424px;
  }
  .cover_p2 {
    font-size: 20px;
    margin-left: 80px;
    width: 550px;
    padding: 25px;
    top: 568px;
  }
  .contact_numero {
    border-radius: 90px;
  }
  .contact_numero_i {
    font-size: 40px;
    padding-top: 10px;
  }
  .contact_numero_p {
    font-size: 20px;
  }
  .contact_mail {
    border-radius: 90px;
  }
  .contact_mail_i {
    font-size: 30px;
    padding-top: 15px;
  }
  .contact_mail_p {
    font-size: 20px;
  }
  .citation {
    width: 700px;
    font-size: 20px;
    margin-left: 22px;
  }
  .citation_p {
    font-size: 20px;
  }
  .service_ul1 {
    margin-left: 10px;
    width: 92%;
  }
  .service_ul2 {
    margin-left: 10px;
    width: 92%;
  }
  .service_li {
    font-size: 17px;
  }
  .form {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .nav__logo {
    width: 65%;
    margin-left: 10px;
    margin-top: 10px;
  }
  .nav__link {
    margin-top: 10px;
  }
  .nav__link_style {
    font-size: 10px;
    margin-right: 25px;
  }
  .cover_img {
    width: 413px;
    height: 400px;
    margin-bottom: 25px;
  }
  .cover_p1 {
    width: 200px;
    height: 70px;
    margin-left: 80px;
    top: 200px;
    font-size: 20px;
  }
  .cover_p2 {
    width: 200px;
    height: 40px;
    margin-left: 80px;
    top: 350px;
    font-size: 15px;
  }
  .contact {
    display: flex;
    flex-direction: column;
  }
  .contact_numero {
    display: flex;
    justify-content: initial;
    margin-bottom: 15px;
  }
  .contact_numero_i {
    font-size: 30px;
    margin-right: 100px;
  }
  .contact_numero_p {
    font-size: 30px;
  }
  .contact_mail_i {
    font-size: 30px;
  }
  .contact_mail_p {
    font-size: 25px;
  }
  .citation {
    width: 400px;
    margin-left: 20px;
    font-size: 30px;
    margin-top: 30px;
  }
  .citation_p {
    font-size: 20px;
    margin-left: 0px;
  }
  .icones {
    margin-top: 20px;
  }
  .icones_expertise {
    width: 300px;
  }
  .service_titre {
    font-size: 50px;
  }
  .service_nom {
    font-size: 30px;
  }
  .service_ul2 {
    margin-left: 30px;
  }
  .form {
    width: 375px;
  }
  .form_titre {
    font-size: 40px;
    margin-left: 50px;
  }
  .form_label {
    font-size: 25px;
    margin-left: 25px;
  }
  .form_btn {
    font-size: 15px;
  }
  .form_submit {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}/*# sourceMappingURL=style.css.map */