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

#presentation_details .container {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

/*#presentation_details_div {
	margin: auto;
	min-width: 220px;
}*/
/*#presentation_details_div {
	min-width: 220px;
	width: 55%;
	font-size: 18px;
}*/
p#appel span {
  white-space: nowrap;
}

#presentation_reserver_div {
  width: 342px;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px 5px 0 0;
  color: #ffffff;
  font-size: 18px;
  margin-right: 70px;
  line-height: 24px !important;
}

#presentation_reserver_div #appel {
  font-size: 24px;
  font-family: "Varela Round", sans-serif;
  line-height: 24px;
}

#presentation_reserver_div p {
  line-height: 24px;
}

input[type="button"]#presentation_reserver_bouton {
  width: 100%;
  margin: 25px auto 25px auto;
  padding: 10px 0px 10px 0px;
}

input#presentation_reserver_bouton:hover {
  background-color: #f5822180;
  cursor: pointer;
}

#presentation_reserver_div a {
  text-decoration: none;
  color: #ffffff;
}

#presentation_reserver_div a:hover {
  color: #26ad90;
  cursor: pointer;
}

#vehicules .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  text-align: center;
}

#quatre_blocs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.quatre_blocs_div {
  width: 23%;
}

#quatre_blocs img {
  width: 80%;
}

.trait_vert_fonce {
  border: 5px solid;
  width: 65%;
  color: #26ad90;
  margin: 10px auto;
  position: relative;
  z-index: 1;
}

.trait_vert_clair {
  border: 5px solid;
  width: 70%;
  color: #44fcd1;
  margin: 0 auto;
  position: relative;
  bottom: 15px;
}

#vehicules h2 {
  margin: 20px auto 50px;
  width: 80%;
  font-size: 34px;
}

h2 {
  font-size: 35px;
  color: #26ad90;
}

h3 {
  font-size: 25px;
  color: #26ad90;
  margin: 10px 0 10px;
}

.type_camions {
  font-size: 15px !important;
  padding: 0px 40px;
}

#vehicules p,
#prestations p,
#geolocalisation p {
  font-size: 16px;
  line-height: 24px;
}

p.sous_titre {
  font-size: 20px;
  margin: 0 0 10px 0;
}

#prestations {
  background-image: url(/img/motif_vert.png);
}

#prestations .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  text-align: center;
}

#prestations h2 {
  color: #ffffff;
  margin: 20px auto 20px;
  width: 42%;
}

#trois_blocs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
}

#trois_blocs img {
  width: 60px;
  margin: 0 auto;
}

.trois_blocs_div {
  width: 20%;
  min-width: 220px;
  padding: 40px 20px;
  background-color: #ffffff;
  border-radius: 5px;
}

.trois_blocs_div h3,
.trois_blocs_div p {
  text-align: left !important;
}

#appelez_reservez {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: auto;
  width: 60%;
  margin-top: 30px;
}

#appelez_bouton,
#reservez_bouton {
  padding: 10px 60px;
}

#appelez_bouton {
  background-color: #ffffff;
  border: solid 3px #f58221;
  color: #f58221;
  width: 300px;
  margin-right: 15px;
  min-width: 200px;
}

#reservez_bouton {
  width: 300px;
  margin-left: 15px;
}

#appelez_bouton:hover {
  background-color: #f58221;
  color: #ffffff;
  border-color: #ffffff;
  cursor: pointer;
}

#reservez_bouton:hover {
  background-color: #ffffff;
  color: #f58221;
  cursor: pointer;
}

#geolocalisation .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding-bottom: 0px;
}

.geoloc_div {
  width: 40%;
  min-width: 220px;
}

#image_geoloc img {
  width: 300px;
}

#bloc_demo_form .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 auto;
  max-width: 900px;
}

#bloc_demo_form {
  background-color: #f6f6f6;
  line-height: 1;
}

.bloc_demo {
  width: 25%;
}

#bloc_demo h2 {
  margin: 20px auto;
  color: #26ad90;
}

#bloc_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 63%;
  min-width: 220px;
}

input[type="text"]#input_bloc_form {
  min-width: 220px;
  height: 34px;
  margin: 10px 0 10px 0;
  /*width: 100%;*/
  margin-right: 30px;
  font-size: 18px;
}

input[type="submit"]#bouton_bloc_form {
  min-width: 240px;
  height: 38px;
  margin: 10px 0;
  padding: 10px 25px;
}

input#bouton_bloc_form:hover {
  background-color: #f5822180;
  cursor: pointer;
}

#presentation_details {
  position: relative;
}

#camion_gauche_1 {
  position: absolute;
  left: 0px;
  bottom: 100px;
  width: 140px;
}

#camion_gauche_2 {
  position: absolute;
  left: 0px;
  bottom: -80px;
  width: 238px;
}

#camion_droite {
  display: none;
}

#presentation_details_div {
  padding-right: 100px;
  padding-left: 120px;
}

#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;
}

#presentation_reserver {
  min-width: 300px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

input[type="text"],
input[type="tel"],
input[type="date"],
input[type="number"],
input[type="password"],
textarea {
  width: 280px !important;
}

select {
  width: 310px !important;
  height: 34px !important;
}

#envoyer:disabled,
button[disabled] {
  background: #dadada;
}

#envoyer {
  margin-bottom: 18px;
}

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

#page_apropros .div-grise2 h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 50px;
}

#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;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

.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/reserver_photo2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#presentation_bloc1 img,
#presentation_bloc3 img {
  width: 100%;
  max-height: 320px;
}

.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_bloc4 .titre-presentation,
#presentation_bloc8 .titre-presentation {
  color: #26ad90;
}

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

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

#presentation_bloc7 {
  background-color: #26ad90;
  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_bloc7 img {
  width: 380px;
}

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

.div-grise2 {
  background-color: #f9f9f9;
  padding: 50px 100px;
  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;
}

.liste-HP {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  max-width: 500px;
  margin-top: 20px;
}

.liste-HP .bloc-liste-HP {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.liste-HP .bloc-liste-HP img {
  width: 32px;
  margin-right: 20px;
}

@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;
  }
  #presentation_details_div {
    padding-right: 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: 1050px) {
  #camion_gauche_1 {
    display: none;
  }
  #presentation_details_div {
    padding-left: 0px;
  }
}

@media screen and (max-width: 900px) {
  #presentation_details .container {
    -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;
  }
  #presentation_reserver {
    margin-top: 30px;
  }
  #presentation_details_div h1 {
    margin-top: 20px;
  }
  #presentation_details_div {
    padding-right: 0px;
  }
  .div-grise {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #camion_gauche_2 {
    display: none;
  }
  #camion_droite {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 219px;
  }
  #presentation_details .container {
    padding-top: 160px;
  }
}

@media screen and (max-width: 800px) {
  #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;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    text-align: center;
  }
  .sous-titre-h1 {
    text-align: justify;
  }
}

@media screen and (max-width: 650px) {
  .div-grise2 {
    padding: 50px;
  }
  .div-clients {
    padding: 50px 5px;
  }
}

@media screen and (max-width: 580px) {
  #presentation_reserver {
    padding: 20px;
  }
  #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_reserver {
    min-width: 280px;
  }
}
/*# sourceMappingURL=expediteurs.css.map */