@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Chivo:300,300i,400,400i,700,700i,900,900i|Saira+Extra+Condensed:100,200,300,400,500,600,700,800|Saira:100,200,300,400,500,600,700,800");
body {
  background-color: #f6f6f6;
}

#connexion_details_div {
  min-width: 220px;
  width: 55%;
  font-size: 19px;
}

p#appel span {
  white-space: nowrap;
}

#connexion_reserver_div {
  min-width: 342px;
  width: 25%;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px 5px 0 0;
  color: #ffffff;
  font-size: 16px;
}

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

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

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

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

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

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

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

#reserver h2 {
  font-size: 28px;
}

h2 {
  font-size: 24px;
  color: black;
}

h3 {
  font-size: 16px;
  color: black;
  text-align: left;
}

#reserver p,
#prestations p,
#geolocalisation p {
  font-size: 16px;
}

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 50px;
  width: 40%;
}

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

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

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

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

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

#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: 50%;
  min-width: 220px;
}

input[type="text"]#input_bloc_form,
input[type="tel"]#input_bloc_form {
  min-width: 220px;
  height: 34px;
  margin: 10px 0 10px 0;
}

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

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

@media screen and (max-width: 500px) {
  #connexion_details .container,
  #quatre_blocs,
  #trois_blocs,
  #appelez_reservez {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #bloc_demo_form .container,
  .bloc_demo_form_div {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  h1 {
    font-size: 40px;
  }
  p#appel span {
    white-space: nowrap;
  }
  #connexion_details_div {
    font-size: 16px;
  }
  #connexion_reserver_div {
    margin: 0 auto;
  }
  .quatre_blocs_div,
  .trois_blocs_div {
    min-width: 220px;
    margin: 25px auto;
  }
  #prestations h2,
  #reserver h2 {
    width: 100%;
  }
  #appelez_bouton,
  #reservez_bouton {
    padding: 10px;
  }
  #image_geoloc {
    display: none;
  }
  .footer_vert_trois_blocs:last-child {
    margin-right: auto !important;
  }
}

@media screen and (min-width: 401px) and (max-width: 950px) {
  #connexion_details .container,
  #quatre_blocs,
  #trois_blocs,
  #appelez_reservez,
  #bloc_demo_form .container,
  .bloc_demo_form_div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #bloc_demo_form .container,
  .bloc_demo_form_div {
    margin: 0 auto;
  }
  #connexion_reserver_div {
    margin: 0 auto;
  }
  p#appel span {
    white-space: nowrap;
  }
  .quatre_blocs_div {
    min-width: 220px;
    width: 100%;
    margin: 25px auto;
  }
  .trois_blocs_div {
    min-width: 220px;
    width: 80%;
    margin: 25px auto;
  }
  #prestations h2,
  #reserver h2 {
    width: 100%;
  }
  #reserver h2 {
    margin: 20px auto;
  }
  .geoloc_div {
    width: 80%;
  }
  #image_geoloc {
    display: none;
  }
  .bloc_demo_form_div {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

label {
  color: #000000;
  font-size: 15px;
}

.form_element-max-width {
  max-width: 400px;
  margin: 0 auto;
  text-align: left;
}

.form_element {
  text-align: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: -1px 4px 15px 1px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 4px 15px 1px rgba(0, 0, 0, 0.2);
  padding: 34px;
}

.form_element input {
  margin-top: 5px;
}

select {
  margin-top: 6px;
}

.form_element input[type="text"],
input[type="text"],
input[type="password"],
.form_element input[type="tel"],
.form_element input[type="date"],
.form_element input[type="number"],
.form_element input[type="password"],
textarea,
select,
input[type="tel"] {
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 35px !important;
}

.choissiez_votre_compte {
  margin-bottom: 15px;
}

textarea {
  margin-top: 5px;
}

#envoyer {
  width: 350px;
  padding: 10px 25px;
  cursor: pointer;
}

.lien_mot_de_passe_oublie {
  text-align: center;
}

.lien_mot_de_passe_oublie a {
  text-decoration: none;
  color: #333;
}

.card-title-img {
  margin-top: 45px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.card-icon {
  margin-right: 10px;
  height: 20px;
}

.card-title {
  font-family: "Varela Round", "Lato", sans-serif;
  color: #26ad90;
  font-size: 1.25rem;
  font-weight: normal;
  margin: 0px;
}

.iti {
  width: 100%;
}

#departAdresse,
#arriveeAdresse {
  margin-bottom: 2px;
}

.colonne_droite {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  margin-top: 82px;
  padding-left: 50px;
  font-size: 15px;
}

.colonne_droite .titre {
  color: #26ad90;
}

#envoyer {
  margin-top: 25px;
}

#ajouter_etape {
  border: 1px solid #26ad90;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5px 10px 20px 0px;
  background-color: #26ad90;
}

#ajouter_etape a {
  color: #fff !important;
  text-decoration: none;
  font-size: 13px;
  line-height: 10px;
  margin-left: 10px;
}

#ajouter_etape:hover {
  background-color: #26ad90dd;
  text-decoration: none;
}

.div_etape {
  display: block;
  margin-top: 15px;
}

.supprimer_etape {
  text-align: right;
  font-weight: bold;
  font-size: 22px;
  line-height: 18px;
  cursor: pointer;
}

.titre_etape {
  font-weight: bold;
  float: left;
}

.confirmation_livraison_enregistree_icone {
  margin: 0 auto;
  font-size: 44px;
  color: #26ad90;
  margin-bottom: 25px;
  min-width: 60px;
}

#confirmation_livraison_enregistree {
  text-align: center;
  margin: 25px;
  margin-bottom: 50px;
  margin-top: 30px;
  font-size: 20px;
  color: #333;
}

.livraison_recap_tableau_donnee {
  color: #26ad90;
  font-weight: bold;
}

#livraison_recap_tableau {
  font-size: 14px;
  text-align: left;
  width: 414px;
  margin: 0 auto;
  margin-top: 30px;
  border-top: 1px solid #bbb;
}

#livraison_recap_tableau td:nth-child(1) {
  font-weight: bold;
  width: 112px;
}

#livraison_recap_tableau td {
  padding: 4px;
}

@media screen and (max-width: 415px) {
  #livraison_recap_tableau {
    width: 100%;
  }
}

/* débu timeline */
/* Timeline (https://codepen.io/alanhouser/pen/aErrQJ)*/
#timeline-content {
  margin-top: 20px;
  text-align: center;
}

.timeline {
  border-left: 4px solid #26ad90;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: fade(white, 3%);
  color: fade(white, 80%);
  margin: 10px auto;
  letter-spacing: 0.5px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 20px 50px;
  list-style: none;
  text-align: left;
  font-weight: 100;
}

.timeline .event {
  border-bottom: 1px dashed fade(white, 10%);
  padding-bottom: 10px;
  /*margin-bottom: 50px;*/
  position: relative;
}

.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.timeline .event:before, .timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline .event:before {
  left: -217.5px;
  color: fade(white, 40%);
  content: attr(data-date);
  text-align: right;
  font-weight: 100;
  font-size: 0.9em;
  min-width: 120px;
}

.timeline .event:after {
  -webkit-box-shadow: 0 0 0 4px fade(#26ad90, 100%);
          box-shadow: 0 0 0 4px fade(#26ad90, 100%);
  left: -57.85px;
  background: #2bc2a1;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
  top: 5px;
}

.timeline .event.selectionne {
  font-weight: bold;
  color: #26ad90;
}

/* fin timeline */
.validation_erreur {
  display: none;
  padding: 15px;
  background-color: #f58221;
  margin-bottom: 15px;
  color: #fff;
  font-size: 13px;
}

#commander_livraison {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  #commander_livraison {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.camion_orange_1 {
  position: absolute;
  top: 220px;
  left: 40%;
}

.camion_orange_2 {
  position: absolute;
  top: 300px;
  left: 35%;
}

.camion_orange_3 {
  position: absolute;
  top: 280px;
  left: 60%;
}

.camion_orange_right {
  position: absolute;
  top: 1020px;
  left: 50px;
  width: 130px;
}

.titre-sous-titre {
  margin: 0px 30px;
}

.info-champs {
  font-size: 12px;
  line-height: 15px;
  color: #747474;
  margin: 30px 90px;
  text-align: left;
}

#reserver h3 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

#reserver h4 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 50px;
}

input[type="date"] {
  width: 120px;
}

input[type="tel"] {
  height: 35px;
}

.iti,
input[type="tel"] {
  font-weight: 600;
  font-size: 16px;
  color: #000000;
}

.align-nb-choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  margin-top: 10px;
}

.nombre_camions_moins_plus {
  color: #fff;
  border-radius: 3px;
  height: 40px;
  width: 40px;
  min-width: 32px;
  font-size: 30px;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
}

.nombre_camions_moins {
  background-color: #c4c4c4;
  margin-right: 10px;
}

.nombre_camions_plus {
  background-color: #001829;
  margin-left: 10px;
}

#nb_camions {
  width: 64px;
  height: 40px !important;
  text-align: center;
  border: 1px solid #747474;
  border-radius: 4px;
  margin: 0px;
}

input[type="text"],
textarea,
select {
  padding-left: 8px !important;
}

.ligne-select-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}

.ligne-select input[type="text"] {
  height: 36px;
}

.ligne-select-info .ligne-select {
  width: 65%;
}

.ligne-select-info .select-info {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-bottom: 15px;
}

.ligne-select-info img {
  margin-right: 10px;
  margin-left: 30px;
}

.ligne-select-info .select-info .link {
  color: #26ad90;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  font-weight: 700;
}

.ligne-select-info .select-info .no-link {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #101010;
}

#envoyer.inactive {
  background: #dadada;
}

#bloc_confirmation .bloc-img {
  position: relative;
  width: 300px;
  margin: auto;
}

.camion-vert-confirmation {
  width: 146px;
  position: absolute;
  left: 77px;
  top: -70px;
}

.titre-confirmation {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #101010;
  margin-top: 40px;
  margin-bottom: 20px;
}

.text-confirmation {
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
}

#nouveau_devis {
  width: 350px;
}

@media screen and (max-width: 1250px) {
  .ligne-select-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .ligne-select-info img {
    margin-left: 0px;
  }
  .ligne-select-info .select-info {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page .page-left {
    display: none;
  }
  .page .page-right,
  .page .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .camion_orange_right {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  #reserver h2 {
    font-size: 24px;
  }
  .info-champs {
    margin: 30px;
  }
}

@media screen and (max-width: 500px) {
  .titre-sous-titre {
    margin: 0px;
  }
  #envoyer,
  #nouveau_devis {
    width: 250px;
  }
  #confirmation_livraison_enregistree {
    margin-left: 0px;
    margin-right: 0px;
  }
  #bloc_confirmation {
    padding: 30px 10px;
  }
}
/*# sourceMappingURL=reserver-2.css.map */