.section1 .banner img {
  height: 400px;
  object-fit: cover;
  max-width: unset;
}
.section1 .banner-content {
  top: 22%;
  left: 5%;
}
.section1 .banner-content p {
  font-size: 2em;
  color: var(--blanc);
}
.section1 .banner-content .orange {
  font-weight: 900;
  display: block;
}
.section2 .flex-switch {
  flex-direction: column-reverse;
}
.section2 .flex-switch .col-1 {
  margin-top: 16px;
}
.section2 .flex-switch .col-1 h1 {
  margin-bottom: 20px;
}
.section2 .flex-switch .col-1 p {
  margin-bottom: 20px;
}
.section2 .flex-switch .col-2 {
  margin-top: -68px;
  z-index: 1;
  max-width: 380px;
}
.section3 .col-1 {
  background-color: var(--orange);
  padding: 16px 5%;
  justify-content: center;
}
.section3 .col-1 h2 {
  font-weight: 900;
}
.section3 .col-1 h3 {
  padding-top: 16px;
  font-weight: 900;
}
.section3 .col-1 p {
  padding-top: 16px;
  padding-bottom: 16px;
}
.section3 .col-1 .button:hover {
  background-color: var(--mauve);
  color: var(--orange);
}
.section3 .grid-container {
  grid-template-columns: repeat(auto-fit, minmax(342px, 1fr));
}
.section3 .col-2 {
  gap: 9px;
}
.section3 .col-2 .bloc {
  position: relative;
  display: block;
  height: 100%;
  transition: opacity 0.3s ease-in;
  max-width: 546px;
}
.section3 .col-2 .bloc .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  background-color: #febb1e3b;
  opacity: 0;
  transition: opacity 0.3s ease-in;
  z-index: 1;
}
.section3 .col-2 .bloc:hover .overlay {
  opacity: 1;
}
.section3 .col-2 .bloc .bloc-txt {
  background-color: var(--mauve);
  color: var(--blanc);
  padding: 16px 5%;
  position: absolute;
  bottom: 12%;
}
.section3 .col-2 .bloc .bloc-txt .arrow {
  display: flex;
}
.section3 .col-2 .bloc .bloc-txt .arrow::before {
  content: url("/images/fleche.png");
  margin-top: 14px;
  margin-right: 10px;
}
.section3 .col-2 .bloc .bloc-txt .arrow strong {
  font-weight: 800;
  padding-bottom: 6px;
}
.section3 .col-2 .bloc .bloc-txt .arrow p {
  color: var(--blanc);
  margin-top: 8px;
}
.section3 .row-2 {
  padding-top: 10px;
  gap: 9px;
}
.section3 .row-2 .grid-container {
  gap: 9px;
}
.section5 {
  padding-bottom: 26px;
}
.section5 .container .col-2 .orange {
  font-size: 1.3em;
  font-weight: 800;
}
.section5 .container .col-2 h2 {
  font-weight: 800;
}
.section5 .container .col-2 .button {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .section1 .banner-content {
    left: 10%;
  }
  .section1 .banner-content p {
    font-size: 3em;
  }
}
@media only screen and (min-width: 1024px) {
  .section1 .banner-content {
    top: 37%;
  }
  .section1 .banner-content p {
    line-height: 78px;
  }
  .section1 .banner-content .orange {
    font-size: 1.1em;
  }
  .section1 .banner img {
    height: auto;
    object-fit: none;
  }
  .section2 .flex-switch {
    flex-direction: row;
    align-items: center;
    margin-bottom: 54px;
  }
  .section2 .flex-switch .col-1 {
    width: 46%;
  }
  .section2 .flex-switch .col-1 h1 {
    font-size: 2.4em;
    font-weight: 900;
    line-height: 46px;
  }
  .section2 .flex-switch .col-1 p {
    line-height: 21px;
  }
  .section2 .flex-switch .col-2 {
    width: 50%;
    max-width: max-content;
    margin-top: -76px;
  }
  .section3 .row-1 .col-1 {
    width: 50%;
  }
  .section3 .row-1 .col-1 .button {
    margin-top: 40px;
  }
  .section3 .row-1 .col-2 {
    width: 50%;
    display: grid;
    padding-left: 9px;
  }
  .section3 .row-1 .col-2.grid-container {
    grid-template-columns: 1fr 1fr;
  }
  .section3 .row-1 .col-2 .bloc img {
    height: 100%;
    object-fit: cover;
  }
  .section3 .row-1 .col-2 .bloc .bloc-txt {
    position: absolute;
    bottom: 15%;
  }
  .section3 .row-2 .grid-container {
    grid-template-columns: 1.2fr 1fr;
  }
  .section3 .row-2 .grid-container img {
    height: 100%;
  }
  .section5 {
    padding-bottom: 80px;
  }
  .section5 .flex-switch {
    align-items: center;
  }
  .section5 .container .col-1 {
    width: 46%;
    padding-right: 54px;
  }
  .section5 .container .col-2 {
    width: 56%;
  }
  .section5 .container .col-2 .orange {
    font-size: 1.5em;
  }
  .section5 .container .col-2 h2 {
    padding-top: 10px;
    font-size: 2em;
    line-height: 42px;
  }
  .section5 .container .col-2 .button {
    margin-top: 38px;
  }
}
@media only screen and (min-width: 1536px) {
  .section1 .banner-content p {
    font-size: 4em;
  }
  .section3 .col-1 h2 {
    font-size: 2em;
  }
  .section3 .col-1 h3 {
    font-size: 1.2em;
  }
  .section3 .col-2 .bloc .bloc-txt strong {
    font-size: 1.3em;
  }
}
