.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 .flex-switch h2 {
  font-weight: 800;
}
.section2 .container .flex-switch .col-1 {
  margin-top: 16px;
}
.section2 .container .flex-switch .col-1 h1 {
  margin-bottom: 20px;
}
.section2 .container .flex-switch .col-1 a:hover {
  color: var(--orange);
  transition: color 0.3s ease-in;
}
.section2 .container .flex-switch .col-1 .cordonnes {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.section2 .container .flex-switch .col-1 .pieces {
  margin-top: 30px;
}
.section2 .container .flex-switch .col-1 .pieces p {
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 800;
}
.section2 .container .flex-switch .col-2 {
  z-index: 1;
  max-width: 380px;
  margin-top: 54px;
}
.section2 .container .flex-switch .col-2 form .input-container {
  margin-bottom: 20px;
}
.section2 .container .flex-switch .col-2 form .checkbox-container > div {
  display: flex;
}
.section2 .container .flex-switch .col-2 form .checkbox-container > div input {
  margin-right: 10px;
}
@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;
  }
  .section2 .container .flex-switch {
    display: flex;
    flex-direction: row;
    margin-bottom: 54px;
  }
  .section2 .container .flex-switch h2 {
    font-size: 2.4em;
  }
  .section2 .container .flex-switch .col-1 {
    width: 50%;
  }
  .section2 .container .flex-switch .col-1 .cordonnes {
    flex-direction: row;
    column-gap: 40px;
  }
  .section2 .container .flex-switch .col-1 .cordonnes > div {
    display: flex;
    flex-direction: column;
  }
  .section2 .container .flex-switch .col-1 .cordonnes > div.adresse {
    max-width: 142px;
  }
  .section2 .container .flex-switch .col-1 .pieces p {
    font-size: 1.2em;
  }
  .section2 .container .flex-switch .col-2 {
    width: 50%;
    max-width: unset;
  }
  .section2 .container .flex-switch .col-2 .checkbox-container {
    display: flex;
    column-gap: 16px;
    flex-wrap: wrap;
  }
}
@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 .flex-switch {
    margin-bottom: 120px;
  }
  .section3 .row-1 .col-1 {
    margin-top: 5%;
  }
}
