.section1 .background {
  background-color: var(--mauve);
  padding-top: 95px;
}
.section1 .background .flex-switch {
  justify-content: space-between;
  padding-left: 5%;
}
.section1 .background .flex-switch h1 {
  font-size: 2em;
  color: var(--blanc);
  font-weight: 400;
}
.section1 .background .flex-switch h1 .orange {
  font-weight: 900;
  display: block;
}
.section2 {
  margin-bottom: 36px;
}
.section2 .container .row-1 .grid-container {
  column-gap: 14px;
}
.section2 .container .row-1 .grid-container .cordonnes a {
  display: block;
  text-decoration: unset;
}
.section2 .container .row-1 .grid-container .cordonnes a:hover {
  color: var(--orange);
}
.section2 .container .row-2 h2 {
  font-size: 2.4em;
  font-weight: 800;
}
.section2 .container .row-2 .button {
  margin-top: 36px;
}
.section2 .container .row-2 .button:hover {
  background-color: var(--mauve);
  color: var(--orange);
}
@media only screen and (min-width: 768px) {
  .section1 .background .flex-switch h1 {
    font-size: 3em;
    line-height: 78px;
  }
}
@media only screen and (min-width: 1024px) {
  .section1 .background {
    padding-top: 214px;
  }
  .section1 .background .flex-switch h1 {
    line-height: 78px;
    margin-top: 3%;
  }
  .section1 .background .flex-switch .orange {
    font-size: 1.1em;
  }
  .section1 .background .flex-switch img {
    max-width: 700px;
  }
  .section2 {
    margin-top: 60px;
    margin-bottom: 106px;
  }
  .section2 .container .row-1 {
    margin-bottom: 54px;
  }
  .section2 .container .row-1 .grid-container {
    column-gap: 68px;
  }
  .section2 .container .row-2 {
    width: 44%;
    min-width: 450px;
  }
}
@media only screen and (min-width: 1536px) {
  .section1 .background .flex-switch h1 {
    font-size: 4em;
    margin-top: 6%;
  }
  .section1 .background .flex-switch img {
    max-width: unset;
  }
  .section2 .container .row-1 {
    margin-bottom: 120px;
  }
  .section3 .row-1 .col-1 {
    margin-top: 5%;
  }
}
