.section1 {
  padding-top: 95px;
}
.section1 .flex-switch {
  justify-content: space-between;
}
.section1 .flex-switch .col-1 {
  padding-left: 5%;
  padding-right: 5%;
}
.section1 .flex-switch .col-1 h1 {
  font-size: 2em;
  font-weight: 400;
}
.section1 .flex-switch .col-1 h1 .orange {
  font-weight: 900;
  display: block;
}
.section1 .flex-switch .col-1 h2 {
  font-size: 1.1em;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 12px;
}
.section1 .flex-switch .col-1 p {
  margin-top: 20px;
}
.section2 {
  margin-top: 30px;
}
.section2 .container .logos-ssta {
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: space-between;
  column-gap: 30px;
}
.section2 .container .logos-ssta .col-1 img {
  max-width: 300px;
}
.section3 {
  margin-top: 60px;
}
.section3 .tab {
  background-color: var(--orange);
  margin: 10px 0;
  padding: 16px 18px;
  cursor: pointer;
}
.section3 .tab.actif .row-2 {
  display: block;
}
.section3 .tab .row-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section3 .tab .row-1 .job-title {
  text-transform: uppercase;
}
.section3 .tab .row-2 {
  display: none;
}
.section3 .tab .row-2 p {
  margin-top: 14px;
}
.section3 .tab .row-2 .details .detail {
  margin-top: 20px;
}
.section3 .tab .row-2 .details .detail ul li {
  list-style: inside;
}
.section3 .tab .row-2 .details .detail ul li > ul {
  margin-left: 20px;
  margin-bottom: 10px;
}
.section3 .tab .row-2 .details .detail ul li > ul li {
  list-style-type: circle;
}
.section4 {
  margin-bottom: 36px;
}
.section4 .container .flex-switch h2 {
  font-weight: 800;
}
.section4 .container .flex-switch .col-1 {
  margin-top: 20px;
}
.section4 .container .flex-switch .col-1 h1 {
  margin-bottom: 20px;
}
.section4 .container .flex-switch .col-1 a {
  text-decoration: unset;
}
.section4 .container .flex-switch .col-1 a:hover {
  color: var(--orange);
  transition: color 0.3s ease-in;
}
.section4 .container .flex-switch .col-2 {
  z-index: 1;
  max-width: 380px;
  margin-top: 20px;
}
.section4 .container .flex-switch .col-2 form .input-container {
  margin-bottom: 20px;
}
.section4 .container .flex-switch .col-2 form .checkbox-container > div {
  display: flex;
}
.section4 .container .flex-switch .col-2 form .checkbox-container > div input {
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .section1 .flex-switch .col-1 h1 {
    font-size: 3em;
    line-height: 78px;
  }
}
@media only screen and (min-width: 1024px) {
  .section1 {
    padding-top: 214px;
  }
  .section1 .flex-switch .col-1 {
    width: 50%;
    padding-right: 2%;
  }
  .section1 .flex-switch .col-1 h1 {
    line-height: 78px;
    margin-top: 3%;
  }
  .section1 .flex-switch .col-1 h1 .orange {
    font-size: 1.1em;
  }
  .section1 .flex-switch .col-1 h2 {
    font-size: 2.6em;
    margin-top: 26px;
  }
  .section1 .flex-switch .col-1 .p-container {
    margin-top: 40px;
  }
  .section1 .flex-switch img {
    max-width: 700px;
  }
  .section2 .container .logos-ssta {
    width: 72%;
  }
  .section2 .container .logos-ssta .col-1 img {
    max-width: fit-content;
  }
  .section3 {
    margin-top: 110px;
  }
  .section4 {
    margin-top: 60px;
    margin-bottom: 100px;
  }
  .section4 .container .flex-switch {
    display: flex;
    flex-direction: row;
    margin-bottom: 54px;
  }
  .section4 .container .flex-switch h2 {
    font-size: 2.4em;
  }
  .section4 .container .flex-switch .col-1 {
    width: 50%;
  }
  .section4 .container .flex-switch .col-1 .cordonnes {
    display: flex;
    column-gap: 40px;
  }
  .section4 .container .flex-switch .col-1 .cordonnes > div {
    display: flex;
    flex-direction: column;
  }
  .section4 .container .flex-switch .col-1 .cordonnes > div.adresse {
    max-width: 142px;
  }
  .section4 .container .flex-switch .col-2 {
    width: 50%;
    max-width: unset;
  }
  .section4 .container .flex-switch .col-2 .checkbox-container {
    display: flex;
    column-gap: 16px;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1536px) {
  .section1 .flex-switch .col-1 h1 {
    font-size: 4em;
    margin-top: 6%;
  }
  .section1 .flex-switch img {
    max-width: unset;
  }
  .section4 .flex-switch {
    margin-bottom: 120px;
  }
  .section4 .flex-switch .row-1 .col-1 {
    margin-top: 5%;
  }
}
