#bloc_header {
  position: relative;
}

#bloc_header #navbar {
  background-color: transparent;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 20;
}

#presentation_details {
  position: relative;
}

#bloc_top_left {
  background-image: url("/img/header_transporteurs.png");
  background-repeat: no-repeat;
  background-position: left;
  height: 600px;
}

#bloc_top_right {
  background: linear-gradient(86deg, transparent 0 600px, #26ad90 600px 100%);
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  padding-left: 520px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

#inscription h2 {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #001829;
}

#presentation_details_div {
  padding-right: 20px;
  padding-left: 100px;
  padding-top: 40px;
}

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

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

#inscription {
  min-width: 270px;
  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;
  margin-top: 40px;
}

#presentation_details a {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #dbff76;
}

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.inactive {
  background: #dadada;
}

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

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: 32px;
  line-height: 48px;
  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 (min-width: 1900px) {
  #bloc_top_right {
    padding-right: 300px;
    max-width: unset;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #presentation_details_div {
    max-width: 750px;
  }
}

@media screen and (min-width: 1700px) and (max-width: 1899px) {
  #bloc_top_right {
    padding-right: 200px;
  }
}

@media screen and (min-width: 1500px) and (max-width: 1699px) {
  #bloc_top_right {
    padding-right: 100px;
  }
}

@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;
  }
  #bloc_top_right {
    background: linear-gradient(86deg, transparent 0 400px, #26ad90 400px 100%);
    padding-left: 420px;
  }
  #presentation_details_div {
    padding-left: 0px;
  }
}

@media screen and (max-width: 1200px) {
  #presentation_details_div {
    padding-right: 20px;
  }
  #bloc_top_right {
    background: linear-gradient(86deg, transparent 0 350px, #26ad90 350px 100%);
    padding-left: 370px;
  }
  #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: 1165px) {
  #cssmenu > ul > li {
    background-color: #000000dd;
  }
  #cssmenu.small-screen {
    position: absolute;
    right: 0px;
    left: 0px;
  }
  #navbar #cssmenu ul li .button-base.button-high-padding {
    padding-left: 25px;
    background-color: #f58221;
  }
  #cssmenu.small-screen ul {
    width: 100%;
    margin-top: 27px;
  }
}

@media screen and (max-width: 1024px) {
  #presentation_details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #bloc_top_left {
    background-image: url("/img/header_transporteurs_small.png");
    background-position: center;
    background-size: cover;
    position: unset;
  }
  #bloc_top_right {
    position: unset;
    background: linear-gradient(178deg, transparent 0 10%, #26ad90 10% 100%);
    margin-top: -150px;
    padding: 100px 30px 50px 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #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;
  }
  #inscription {
    margin-top: 30px;
  }
  #presentation_details_div h1 {
    margin-top: 20px;
  }
  #presentation_details_div {
    padding-right: 0px;
  }
  #presentation_details .container {
    padding-top: 120px;
    margin-right: 0px;
  }
  #presentation_details_div {
    padding-left: 0px;
    padding-right: 0px;
  }
}

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

@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) {
  #bloc_top_left {
    height: 400px;
  }
  #inscription {
    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;
  }
  #inscription {
    min-width: 280px;
  }
}

@media screen and (max-width: 430px) {
  input[type="text"],
  input[type="tel"],
  input[type="date"],
  input[type="number"],
  input[type="password"],
  textarea {
    width: 250px !important;
  }
  select {
    width: 282px !important;
  }
  #bloc_top_right {
    padding-left: 5px;
    padding-right: 5px;
  }
  #presentation_details_div {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#envoyer:disabled,
button[disabled] {
  background: #dadada;
}
/*# sourceMappingURL=transporteurs.css.map */