.image_fond_presentation {
  background-color: #26ad90;
}

#presentation_details {
  position: relative;
}

#presentation_details .container {
  max-width: 1300px;
  padding-bottom: 0px;
  position: relative;
}

#tel_gauche {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 229px;
}

#tel_gauche_small {
  display: none;
}

.camion-orange-tel {
  display: none;
}

#camion_droite1 {
  position: absolute;
  right: 0px;
  bottom: 200px;
  width: 57px;
}

#camion_droite2 {
  position: absolute;
  right: 70px;
  bottom: 150px;
  width: 107px;
}

#camion_droite3 {
  position: absolute;
  right: 0px;
  bottom: 100px;
  width: 67px;
}

#camion_droite4 {
  position: absolute;
  right: 70px;
  bottom: 25px;
  width: 185px;
}

#camion_droite5 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 77px;
}

#camion_droite6 {
  position: absolute;
  right: 250px;
  bottom: 0px;
  width: 187px;
}

#camion_droite7 {
  position: absolute;
  right: 70px;
  bottom: 0px;
  width: 187px;
}

#presentation_details_div {
  margin: auto;
  max-width: 600px;
  margin-bottom: 60px;
}

#presentation_details_div h1 {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 48px;
  line-height: 64px;
  margin-bottom: 30px;
  margin-top: 60px;
}

.sous-titre-h1 {
  font-family: "Inter";
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
}

.ligne-boutons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.ligne-boutons #commander_camion {
  margin-right: 20px;
}

#page_accueil h2 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #001829;
}

#presentation_details .container {
  margin: auto;
}

h1 {
  color: #ffffff;
  font-family: "Poppins";
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 80px;
}

.div-clients {
  background-color: #ffffff;
  padding: 50px;
}

.titre-div-clients {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #001829;
}

#grille_clients {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  max-width: 1300px;
  margin: auto;
}

#grille_clients .bloc-client {
  width: 160px;
  height: 80px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.div-grise {
  background-color: #f9f9f9;
  padding: 50px 30px;
  min-height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bloc-temoignage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  max-width: 500px;
}

.bloc-temoignage .photo-temoignage {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.bloc-temoignage .bloc-texte-temoignage {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bloc-temoignage .bloc-texte-temoignage .texte-temoignage {
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #101010;
}

.bloc-temoignage .bloc-texte-temoignage .infos-temoignage {
  font-family: "Inter";
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #101010;
  margin-top: 20px;
}

#grille_presentation {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(280px, auto);
}

#presentation_bloc1 {
  background-image: url("/img/HP_photo1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#presentation_bloc3 {
  background-image: url("/img/HP_photo2.png");
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}

#presentation_bloc7 {
  background-image: url("/img/HP_photo4.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.presentation-bloc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px;
  min-height: 350px;
}

.presentation-bloc-img {
  min-height: 350px;
}

.presentation-bloc .titre-presentation {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 72px;
  line-height: 50px;
  margin-bottom: 20px;
}

.presentation-bloc .texte-presentation {
  font-family: "Inter";
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
}

.align-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#presentation_bloc2 {
  background-color: #26ad90;
  color: #ffffff;
}

#presentation_bloc4,
#presentation_bloc6 {
  background-color: #ffffff;
  color: #101010;
}

#presentation_bloc8 .titre-presentation {
  color: #26ad90;
}

#presentation_bloc4 .titre-presentation,
#presentation_bloc6 .titre-presentation,
#presentation_bloc9 .titre-presentation {
  font-size: 32px;
  line-height: 40px;
}

#presentation_bloc5 {
  background-image: url("/img/HP_photo3.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#presentation_bloc9 {
  background-color: #101010;
  color: #ffffff;
}

.div-grise2 {
  background-color: #f9f9f9;
  padding-bottom: 50px;
}

.bloc-boutons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.button-base.small-button {
  padding: 5px 25px;
  font-size: 14px;
}

.bloc-newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #26ad90;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  padding: 20px;
  width: 770px;
  margin: auto;
  margin-top: 80px;
}

.part-newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  padding-right: 0px;
}

.part-newsletter img {
  width: 32px;
  height: 32px;
  margin-right: 18px;
}

.texte-newsletter {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

.inscription_newsletter {
  font-family: "Inter" !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  line-height: 18px !important;
  text-align: center !important;
  color: #ffffff !important;
  cursor: pointer !important;
  width: 62px !important;
  height: 40px !important;
  background: #001829 !important;
  border-radius: 6px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  margin-left: 10px !important;
}

#mc_embed_signup form {
  margin: 0px !important;
}

#mc_embed_signup_scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#mce-responses {
  background-color: #fff;
  width: 100%;
  margin: 0%;
}

@media screen and (max-width: 436px) {
  .mc-field-group > input.email {
    min-width: 200px !important;
  }
}

.part-newsletter input[type="text"] {
  height: 34px;
  margin: 0px 10px 0px 0px;
}

@media screen and (max-width: 1350px) {
  #tel_gauche {
    position: absolute;
    left: 40px;
  }
  #presentation_details_div {
    max-width: 500px;
  }
}

@media screen and (max-width: 1300px) {
  #grille_clients {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    max-width: 550px;
  }
  .titre-div-clients {
    margin-bottom: 20px;
  }
  #grille_clients .bloc-client {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 1200px) {
  #presentation_details_div h1 {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 20px;
  }
  #grille_presentation {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  #presentation_bloc5 {
    display: none;
  }
  #presentation_bloc8 {
    color: #ffffff;
    background-color: #26ad90;
  }
  #presentation_bloc8 .titre-presentation {
    color: #ffffff;
  }
}

@media screen and (max-width: 1080px) {
  .camion-orange {
    display: none;
  }
  #presentation_details_div {
    max-width: 600px;
    margin-right: 30px;
    margin-left: 0px;
  }
  #presentation_details .container {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 900px) {
  #presentation_details_div {
    max-width: 500px;
    margin-right: 20px;
  }
  .div-grise {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 800px) {
  #presentation_details .container {
    height: 600px;
  }
  #presentation_details_div {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: unset;
    margin-top: 0px;
    padding-top: 300px;
    margin-right: 0px;
  }
  #presentation_details_div h1 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 40px;
  }
  #tel_gauche {
    display: none;
  }
  #tel_gauche_small {
    display: unset;
    position: absolute;
    left: 40px;
    top: 20px;
    width: 249px;
    border-bottom: #ddd 1px solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #tel_gauche_small img {
    width: 229px;
  }
  .camion-orange-tel {
    display: unset;
  }
  #camion_droite1_tel {
    position: absolute;
    right: 0px;
    top: 50px;
    width: 57px;
  }
  #camion_droite2_tel {
    position: absolute;
    right: 0px;
    top: 125px;
    width: 120px;
  }
  #grille_presentation {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  #presentation_bloc3,
  #presentation_bloc7 {
    display: none;
  }
  #presentation_bloc6 {
    color: #ffffff;
    background-color: #101010;
  }
  #presentation_bloc8 {
    color: #101010;
    background-color: #ffffff;
  }
  #presentation_bloc8 .titre-presentation {
    color: #26ad90;
  }
  #presentation_bloc9 {
    color: #ffffff;
    background-color: #26ad90;
  }
  .bloc-newsletter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 385px;
  }
  .part-newsletter {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 650px) {
  #presentation_details .container {
    height: auto;
    padding-bottom: 30px;
  }
  #tel_gauche {
    display: none;
  }
  .ligne-boutons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ligne-boutons #commander_camion {
    margin-right: 0px;
  }
  .ligne-boutons .submit {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 260px;
  }
  .div-clients {
    padding: 50px 5px;
  }
}

@media screen and (max-width: 580px) {
  #presentation_details_div h1 {
    font-size: 32px;
    line-height: 50px;
  }
  .bloc-temoignage {
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  .bloc-temoignage img {
    margin-bottom: 10px;
  }
  #grille_clients {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    max-width: 340px;
  }
}

@media screen and (max-width: 480px) {
  #presentation_details_div h1 {
    font-size: 28px;
    line-height: 40px;
  }
  #presentation_details_div {
    padding-top: 250px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #tel_gauche_small {
    left: 20px;
    top: 20px;
    width: 200px;
  }
  #tel_gauche_small img {
    width: 180px;
  }
}

@media screen and (max-width: 430px) {
  .bloc-newsletter {
    width: 300px;
  }
  #presentation_details_div {
    padding-top: 250px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*# sourceMappingURL=accueil.css.map */