.recrute {
  position: relative;
  height: 345px;
  background: #3a3a3a url("../img/section-recrute2.jpg");
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .recrute {
    height: 560px;
  }
}
@media screen and (max-width: 768px) {
  .recrute {
    height: 565px;
  }
}
@media screen and (max-width: 425px) {
  .recrute {
    height: 535px;
  }
}
.recrute .waves {
  position: absolute;
  bottom: 0;
  height: 100px;
}
@media screen and (max-width: 1024px) {
  .recrute .waves {
    left: -50%;
  }
}
@media screen and (max-width: 768px) {
  .recrute .waves {
    left: -100%;
  }
}
@media screen and (max-width: 425px) {
  .recrute .waves {
    left: -200%;
  }
}
.recrute .waves svg {
  position: absolute;
  top: 0;
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .recrute .waves svg.wave1 {
    height: 35vw;
    top: 30%;
    transform: translateX(5%);
  }
}
.recrute .waves svg.wave2 {
  top: 30%;
  transform: translateX(-5%);
}
@media screen and (max-width: 1024px) {
  .recrute .waves svg.wave2 {
    top: 30%;
    height: 35vw;
  }
}
.recrute .container {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .recrute .container {
    flex-direction: column;
  }
}
.recrute .container > div {
  display: flex;
  flex-direction: column;
  color: white;
}
@media screen and (max-width: 1024px) {
  .recrute .container > div {
    margin-top: 40px;
    width: 75%;
    align-items: center;
  }
}
.recrute .recrute-left {
  width: 325px;
  font-size: 40px;
  text-align: justify;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .recrute .recrute-left {
    font-size: 24px;
  }
}
.recrute .recrute-left .spaced-out {
  letter-spacing: 22px;
}
@media screen and (max-width: 1024px) {
  .recrute .recrute-left .spaced-out {
    letter-spacing: 17px;
  }
}
.recrute .recrute-left .spaced-out:before {
  content: "";
  display: block;
  margin-top: 15px;
  margin-bottom: 25px;
  width: 100%;
  height: 4px;
  background-color: white;
}
.recrute .recrute-left .spaced-out span {
  margin-left: 10px;
  font-weight: bold;
}
.recrute .recrute-right {
  margin-left: 100px;
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 1024px) {
  .recrute .recrute-right {
    margin-left: 0;
    line-height: 25px;
  }
}
.recrute .recrute-right strong {
  font-weight: bold;
}
.recrute .recrute-right .kook-btn {
  align-self: flex-start;
  margin-top: 20px;
  width: 250px;
  font-size: 17px;
}
@media screen and (max-width: 1024px) {
  .recrute .recrute-right .kook-btn {
    width: 100%;
  }
}
.form-recrute {
  z-index: 130;
  width: 100%;
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
@media screen and (max-width: 1024px) {
  .form-recrute {
    transform: translate(-50%, -50%);
  }
}
.form-recrute .form-content {
  max-width: 720px;
  width: 100%;
  background: white;
  margin: 0 auto;
  padding: 40px 30px 25px 30px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form-recrute .form-content h2 {
  text-align: center;
  align-items: center;
  margin-bottom: 35px;
}
.form-recrute .form-content h2:after {
  width: 350px;
}
.form-background.active {
  background: rgba(0, 0, 0, 0.4588235294);
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 130;
}
.sidebar .recrute {
  height: 527px;
}
.sidebar .recrute .waves {
  left: -200%;
}
.sidebar .recrute .waves svg.wave1 {
  height: 35vw;
  top: 30%;
  transform: translateX(5%);
}
.sidebar .recrute .waves svg.wave2 {
  top: 30%;
  height: 35vw;
}
.sidebar .recrute .container {
  flex-direction: column;
}
.sidebar .recrute .container > div {
  margin-top: 40px;
  width: 75%;
  align-items: center;
}
.sidebar .recrute .recrute-left {
  font-size: 24px;
}
.sidebar .recrute .recrute-left .spaced-out {
  letter-spacing: 17px;
}
.sidebar .recrute .recrute-right {
  margin-left: 0;
  line-height: 25px;
}
.sidebar .recrute .recrute-right .kook-btn {
  width: 100%;
}
/*# sourceMappingURL=bloc-recrute.css.map */