.page-employeur {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.page-employeur .container_img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cover_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  background-image: url("/images/index-header-r.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 33%;
  transition: background-position 1s ease-in-out;
}
.cover_bg_white {
  position: absolute;
  width: 66%;
  height: 13%;
  bottom: 0;
  z-index: 3;
  background-color: white;
}
.header_text {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 10px;
  top: 50%;
  color: var(--white);
  z-index: 2;
  transform: translateY(-50%);
  text-transform: uppercase;
  font-style: italic;
  padding: 5%;
}
h1 span {
  font-size: 3rem;
  display: block;
}
h2 {
  text-transform: none;
  color: var(--gold);
}
.header_text .a_button {
  margin-top: 5%;
}
.section-1 {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 45%;
  min-width: 500px;
  margin: 5% 5% 0 5%;
}
h2 {
  font-weight: bolder;
  font-style: italic;
  font-size: 1.8em;
}
.section-2 {
  margin-top: 120px;
  margin-bottom: 80px;
}
.section-2 .layout-1 .col-1 {
  width: 32%;
}
.section-2 .layout-1 .col-2 {
  width: 68%;
}
.section-3 {
  display: flex;
  gap: 50px;
  position: relative;
  /* background-color: red; */
  margin: 50px 0;
  margin-bottom: 100px;
}
.section-3 .banner {
  width: 100%;
}
.section-3 .banner .background {
  min-height: 440px;
}
.page-employeur > .a_button {
  align-self: center;
}
.section-3 .banner-content {
  width: 100%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, 0%);
}
.section-3 p {
  color: var(--gold);
  font-size: 2.6em;
  text-align: center;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  padding: 0 10px;
}
.section-3 p .break {
  display: block;
}
.section-4 .col-1 h2 {
  text-transform: uppercase;
}
.section-4 .col-1,
.section-4 .col-2 {
  width: 50%;
}
.section-4 .col-1 .row-1 p {
  margin-top: 20px;
}
.section-4 .col-1 ul {
  margin-top: 20px;
}
.section-4 .col-1 ul li {
  display: flex;
  font-weight: 400;
}
.section-4 .col-1 ul li::before {
  content: "";
  background-color: #b89037;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  flex-shrink: 0;
  margin-top: 5px;
}
.section-4 .container .flex-switch {
  column-gap: 30px;
}
.section-4 .col-2 img {
  margin-left: auto;
}

.section-6 {
  margin-top: 60px;
}
@media only screen and (min-width: 2000px) {
  .page-employeur .container_img img {
    max-width: unset;
    height: 900px;
    object-fit: cover;
  }
  .section-1 {
    margin: 2% 5% 90px 13%;
  }
  .section-2 .layout-1 .col-1 {
    width: 22%;
  }
  .section-2 .layout-1 .col-2 {
    width: 60%;
  }
  .section-4 .col-2 img {
    max-width: 900px;
  }
}
@media only screen and (max-width: 1499px) {
  h1 span {
    font-size: 2.5rem;
  }
  .cover_bg.active {
    background-position: right -500%;
  }
  .section-2 article {
    padding: 0%;
  }
  .wrapper-text {
    padding: 1% 5%;
  }
  .section-3 .banner .background {
    height: 400px;
    min-height: unset;
  }
  .section-3 .banner-content {
    top: 25%;
    transform: translate(-50%, 25%);
  }
  .section-3 p {
    font-size: 2em;
  }
}
@media only screen and (max-width: 1250px) {
  .section-2 article {
    flex-direction: column;
    padding: 0;
  }
  .wrapper-text {
    padding: 5%;
  }
  .page-employeur .flex_reverse {
    flex-direction: column;
  }
  .section-3 .banner-content {
    top: 30%;
    transform: translate(-50%, 30%);
  }
}
@media only screen and (max-width: 1023px) {
  h1 span {
    font-size: 2rem;
  }
  .section-2 {
    margin-bottom: 0;
  }
  .section-2 .layout-1 .col-1 {
    width: 100%;
  }
  .section-2 .layout-1 .col-2 {
    width: 100%;
  }
  .section-3 {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .section-4 .col-1,
  .section-4 .col-2 {
    width: 100%;
  }
  .section-4 .col-2 {
    margin-top: 40px;
  }
  .section-4 .col-2 img {
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 1.5rem;
  }
  .header_text .a_button {
    margin-top: 0;
    font-size: 0.8rem;
    padding: 5px 30px;
    border-width: 3px;
    border-radius: 13px;
  }
  .header_text {
    top: 35%;
  }
  .page-employeur .header_text .a_button {
    background-color: red;
    display: none;
  }
  .section-3 p {
    font-size: 1.5em;
  }
  .section-4 .col-1 ul li {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 600px) {
  .section-1 {
    width: 100%;
    margin: 0;
    margin-top: 50px;
    padding: 5%;
    min-width: auto;
  }
  p {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 500px) {
  h1 span {
    font-size: 1.2rem;
  }
  h2 {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 475px) {
  .section-3 .banner-content {
    top: 20%;
    transform: translate(-50%, 20%);
  }
}
