.section-banner {
  z-index: 1;
  position: relative;
}
.section-banner h1 {
  color: var(--mauve);
  text-transform: uppercase;
}
.section-banner .banner .background {
  height: 420px;
  max-width: unset;
  object-fit: cover;
}
.section-banner .banner .banner-content {
  width: 90%;
  top: 35%;
  left: 5%;
  max-width: 630px;
}
.section-banner .banner .elm-absolute {
  display: none;
}
.section-banner .banner .elm-absolute img {
  mix-blend-mode: multiply;
}
.section-intro .container {
  column-gap: 0;
}
.section-intro .container .col-2 {
  margin-top: 70px;
}
.section-entreprises {
  margin-top: 50px;
}
.section-entreprises .container-full > .col-1 h3 {
  color: var(--blanc);
  text-transform: uppercase;
}
.section-entreprises .container-full > .col-1 p {
  color: var(--blanc);
}
.section-entreprises .container-full > .col-1 > .container-padding-left {
  background-color: var(--mauve);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 5%;
}
.section-entreprises .container-full > .col-1 > .container-padding-left .flex-row {
  column-gap: 10px;
}
.section-entreprises .container-full > .col-1 > .container-padding-left .flex-row .col-1 {
  padding-top: 20px;
  padding-bottom: 24px;
}
.section-entreprises .container-full > .col-1 > .container-padding-left .flex-row .col-1 span {
  font-size: 8em;
  color: var(--blanc);
  font-weight: 600;
  line-height: 0.4;
}
.section-entreprises .container-full > .col-1 > .container-padding-left .flex-row .col-2 .p-container {
  margin-top: 10px;
  row-gap: 10px;
}
.section-entreprises .container-full > .col-1 > .container-padding-left .flex-row .col-2 .btn-2 {
  margin-top: 20px;
}
.section-valeurs {
  position: relative;
  margin-top: 50px;
}
.section-valeurs .container .flex-switch .col-1 {
  max-width: 320px;
  margin: auto;
}
.section-valeurs .container .flex-switch .col-2 {
  margin-top: 50px;
}
.section-valeurs .container .flex-switch .col-2 h2 {
  color: var(--mauve);
  text-transform: uppercase;
}
.section-valeurs .container .flex-switch .col-2 .p-container {
  margin-top: 20px;
  row-gap: 30px;
}
.section-valeurs .container .flex-switch .col-2 .btn-2 {
  margin-top: 30px;
}
.section-rejoindre {
  background-color: var(--bleuFoncee);
  margin-top: 50px;
  padding-top: 30px;
}
.section-rejoindre h2 {
  text-transform: uppercase;
}
.section-rejoindre p {
  margin-top: 20px;
}
.section-rejoindre .btn-2 {
  margin-top: 35px;
}
.section-rejoindre h2,
.section-rejoindre p {
  color: var(--blanc);
}
.section-rejoindre .col-2 {
  margin-top: 100px;
}
.section-rejoindre .col-2 img {
  max-width: 430px;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .section-intro .container .col-2 img {
    width: 68%;
    min-width: 300px;
    max-width: 390px;
  }
  .section-entreprises .container-full > .col-1 {
    display: flex;
    align-items: center;
  }
  .section-entreprises .container-full > .col-1 .container-padding-left .flex-row .col-1 span {
    font-size: 16em;
    line-height: 0.5;
  }
}
@media only screen and (min-width: 1024px) and (orientation: landscape) {
  .section-intro .container .col-2 img {
    max-width: 455px;
  }
  .section-banner .banner .background {
    height: auto;
    object-fit: unset;
  }
  .section-banner .banner .banner-content {
    width: 40%;
    z-index: 1;
    max-width: 700px;
    top: 36%;
  }
  .section-banner .banner .elm-absolute {
    display: block;
    top: 0%;
    right: 0%;
    width: 52%;
    max-width: max-content;
  }
  .section-entreprises .container-full > .col-1 .container-padding-left {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .section-entreprises .container-full > .col-1 .container-padding-left .flex-row .col-1 span {
    font-size: 18em;
  }
  .section-entreprises .container-full > .col-1 .container-padding-left .flex-row .col-2 .btn-2 {
    margin-top: 30px;
  }
  .section-valeurs .container .flex-switch {
    align-items: center;
    column-gap: 50px;
  }
  .section-valeurs .container .flex-switch .col-1 {
    width: 50%;
    max-width: unset;
  }
  .section-valeurs .container .flex-switch .col-2 {
    width: 50%;
  }
  .section-rejoindre .container {
    align-items: center;
  }
  .section-rejoindre .col-2 img {
    max-width: unset;
  }
}
@media only screen and (min-width: 1536px) and (orientation: landscape) {
  h1 {
    font-size: 2em;
  }
  .section-intro .container .col-2 img {
    max-width: 495px;
  }
  .section-banner .container .banner .banner-content {
    top: 40%;
    left: 7%;
  }
  .section-entreprises .container-full > .col-1 {
    width: 49%;
    justify-content: flex-start;
    flex-direction: column;
    background-color: unset;
  }
  .section-entreprises .container-full > .col-1 .container-padding-left {
    background-color: var(--mauve);
    height: 90%;
  }
  .section-entreprises .container-full > .col-1 .container-padding-left .flex-row {
    column-gap: 30px;
  }
  .section-entreprises .container-full > .col-1 .container-padding-left .flex-row .col-1 span {
    font-size: 25em;
  }
  .section-entreprises .container-full > .col-1 .container-padding-left .flex-row .col-2 {
    width: 67%;
  }
  .section-entreprises .container-full > .col-1 .container-padding-left .flex-row .col-2 .btn-2 {
    margin-top: 38px;
  }
  .section-entreprises .container-full > .col-2 {
    width: 51%;
  }
  .section-rejoindre {
    padding-top: 128px;
  }
  .section-rejoindre h2 {
    font-size: 1.7em;
  }
  .section-rejoindre p {
    margin-top: 50px;
  }
  .section-rejoindre .btn-2 {
    margin-top: 76px;
  }
  .section-rejoindre .col-1 {
    max-width: 650px;
    padding-bottom: 133px;
  }
  .section-rejoindre .col-2 img {
    max-width: 870px;
  }
}
