@import url("mobile.css");
@import url("tablette.css");
@import url("tablette_landscape.css");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

/* General */
/* ------------------------------------------------------------------------------------------ */

* {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  scroll-behavior: smooth;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  line-height: 1;
  border: none;
  outline: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

html {
  color: #516079;
}
main {
  padding-left: 32px;
  padding-right: 32px;
  margin-right: auto;
  margin-left: auto;
}

header {
  background-color: #fae7c7;
  padding-top: 24px;
  padding-bottom: 24px;
}

header nav {
  width: 980px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

header nav ul {
  display: flex;
}

.h1 {
  margin-top: 16px;
}

header nav ul li a {
  color: #516079;
  font-weight: 700;
  margin-left: 24px;
}

header nav ul li a.contact-link {
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 20px;
  background: rgb(241, 181, 92);
  background: linear-gradient(90deg, rgba(241, 181, 92, 1) 0%, rgba(241, 140, 92, 1) 100%);
  color: #ffffff;
}

a.email-send {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  text-align: center;
  align-items: center;
  background-color: #516079;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  padding: 12px;
  border-radius: 12px;
  text-align: center;
  width: 260px;
  height: 80px;
}

.section1 {
  background: rgb(248, 220, 178);
  background: linear-gradient(90deg, rgba(248, 220, 178, 1) 0%, rgba(248, 200, 178, 1) 100%);
  padding-top: 40px;
  padding-bottom: 80px;
}

.section3 {
  background: rgb(248, 220, 178);
  background: linear-gradient(90deg, rgba(248, 220, 178, 1) 0%, rgba(248, 200, 178, 1) 100%);
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: -40px;
}

.section1 .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}

.section2 .inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}

.section1 img {
  height: 300px;
}

.section1 h1 {
  color: #f1895c;
  font-size: 32px;
  font-weight: 700;
}

.section1 h2 {
  color: #516079;
  font-size: 24px;
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 18px;
}

.section1 ul li {
  line-height: 1.8;
  color: #516079;
  font-weight: 600;
  font-size: 18;
}

.section1 ul li.special {
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 20px;
  background: rgb(241, 181, 92);
  background: linear-gradient(90deg, rgba(241, 181, 92, 1) 0%, rgba(241, 140, 92, 1) 100%);
  color: #ffffff;
  display: inline-block;
  margin-top: 12px;
}

.section2 .art {
  width: 294px;
  padding: 24px;
  border-radius: 24px;
  margin-top: -40px;
  background-color: #fff8f2;
  color: #516079;
}

.section2 .art p {
  line-height: 1.6;
}

.section2 .art h4 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 16px;
}

.art .outer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.art img {
  width: 60px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  text-align: center;
}

.art h3 {
  color: #516079;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 16px;
}

.section2 .art p b {
  font-weight: 600;
}

.section3 img {
  width: 600px;
  margin-bottom: 24px;
}

.section3 .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
}

.section3 .transport {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #516079;
  padding-bottom: 24px;
}

.section3 h2 {
  font-weight: 700;
  font-size: 26px;
  color: #516079;
}

.section3 li {
  background-color: #fef8f1;
  color: #516079;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 20px;
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: 700;
  width: 200px;
  text-align: center;
  color: rgb(241, 137, 92, 0.6);
}

.section4 .inner {
  width: 980px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}

.section4 .art {
  width: 440px;
  margin-top: -40px;
  padding: 24px;
  border-radius: 24px;
  background-color: #fff8f2;
  color: #516079;
}

i.fa-chevron-circle-right,
.section4 i.fa-chevron-circle-left {
  font-size: 32px;
}

.pum1 i.fa-chevron-circle-left {
  color: #d8d8d8;
}

.pum2 i.fa-chevron-circle-right {
  color: #d8d8d8;
}

.section4 .art li {
  margin-top: 6px;
  margin-bottom: 6px;
  line-height: 1.6;
  text-align: left;
  padding-left: 80px;
  padding-right: 80px;
}

.fa-caret-right {
  color: #f1895c;
  margin-right: 8px;
}

.section4 .art ul {
  margin-top: 24px;
}

.section5 {
  background: rgb(248, 220, 178);
  background: linear-gradient(90deg, rgba(248, 220, 178, 1) 0%, rgba(248, 200, 178, 1) 100%);
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: -40px;
}

.formulaire form {
  display: flex;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;

  padding: 24px;
  border-radius: 24px;

  background-color: rgb(255, 255, 255, 0.5);
}

.formulaire h1 {
  color: #516079;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 32px;
  margin-bottom: 24px;
}

.section7 h1 {
  color: #516079;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 32px;
  margin-top: 40px;
}

.formulaire input,
.formulaire textarea {
  background-color: #fef8f1;
  padding: 24px;
  border-radius: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #516079;
  resize: none;
  margin-left: auto;
  margin-right: auto;
  width: 552px;
}

.line-form {
  display: flex;
}

.formulaire input {
  width: 552px;
}

.formulaire .submit input {
  background-color: #516079;
  color: #ffffff;
}

.section6 .inner .art h4 {
  line-height: 1.8;
}

.section6 {
  z-index: 8;
}

.section7 iframe {
  width: 100%;
  min-width: 100%;
  height: 420px;
  margin-top: 40px;
}

.camions {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.camions h1 {
  margin-bottom: 40px;
}

.camions .inner {
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  width: 100%;
  max-width: 980px;
  flex-wrap: wrap;
}

.camions img {
  width: 100%;
  height: auto;
  max-width: 470px;
  border-radius: 40px;
}

footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #516079;
  width: 100%;
  min-width: 100%;
}

footer .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #ffffff;
}

footer .inner p,
footer .inner a,
footer .inner b {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
}

footer .inner b {
  font-weight: 600;
}

footer img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}

footer a {
  color: #ffffff;
  font-weight: 600;
  display: inline-flex;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}

.pum2 {
  display: none;
}

.arrow {
  margin-top: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.special a {
  color: #ffffff;
  font-weight: bold;
}

@media only screen and (min-width: 0px) and (max-width: 1020px) {
  .section1,
  .section2,
  .section3,
  .section4 {
    width: 100%;
    min-width: 320px;
  }

  .section1 .inner,
  .section3 .inner {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    justify-content: center;
    flex-direction: column-reverse;
  }

  .section3 .inner {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    justify-content: center;
    flex-direction: column;
  }

  .section1 .inner img {
    max-width: 280px;
    height: auto;
    margin-bottom: 22px;
  }

  .section2 .inner,
  .section3 .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section2 .inner .art {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 480px;
    margin-bottom: 60px;
  }

  .section3 img {
    max-width: 280px;
    height: auto;
    margin-bottom: 22px;
  }

  .section3 .inner .transport {
    flex-direction: column;
  }

  .section3 .inner .transport h2 {
    margin-bottom: 16px;
  }

  .section1 h2,
  .section1 h1,
  .section1 li,
  .section li.special {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .section1 .inner div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .section4 .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .section4 .inner .art {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }

  .arrow {
    display: none;
  }

  .formulaire form {
    min-width: 280px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .formulaire input,
  .formulaire textarea {
    width: 100%;
  }

  .section7 iframe {
    width: 100%;
    min-width: 100%;
    height: 380px;
    margin-top: 40px;
  }

  .section1 .inner,
  .section2 .inner,
  .section3 .inner,
  .section4 .inner,
  .section5 .inner,
  .section6 .inner,
  .section7 .inner {
    width: 100%;
    min-width: 260px;
    max-width: 600px;
  }

  .formulaire form {
    min-width: 280px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .section5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .section5 .inner {
    margin-left: auto;
    margin-right: auto;
  }

  .transport h2 {
    text-align: center;
  }

  .section4 .art {
    width: 100%;
  }

  .section4 .art li {
    margin-top: 6px;
    margin-bottom: 6px;
    line-height: 1.6;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .formulaire form {
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    padding: 24px;
    border-radius: 24px;
    background-color: rgb(255, 255, 255, 0.5);
  }

  header nav {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  header img {
    max-width: 220px;
    height: auto;
    margin-bottom: 16px;
  }

  header nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  header nav ul li {
    display: none;
  }
}
