.home-recrutement-page-wrapper{
  height: auto;
  }
  .advantages-r {
  padding: 16px var(--padding);
  max-width: var(--max-width);
  margin: auto;
  height:250px;
  border-radius:20px;
  }
  .advtange-wrapper{
  display:flex;
  align-items:space-between;
  justify-content:center;
  height:100%;
  width:100%;
  font-size:0.9rem;
  padding:30px;
  background-color:white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 29px 0px;
  border-radius:15px;
  }
  .advantages-r img{
  width:50px;
  height:auto;
  }
  .advantages-r  h3{
  text-align:center;
  margin:0;
  }
  .advantage-r  {
  display:flex;
  align-items:center;
  justify-content:center;
  }
  .recrutement {
  padding: 16px var(--padding);
  max-width: var(--max-width);
  margin: auto;
  height: auto;
  z-index: -1;
  position: relative;
  
  }

  .recrutement .blobs-3{
    width: 400px;
        height: auto;
        position: absolute;
        right: -300px;
        z-index: -1;
        top: 380px;
        transform: rotate(90deg);
    }
  .recrutement-wrapper {
  display:flex;
  justify-content :space-between;
  align-items:space-between;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 29px 0px;
  background-color:white;
  padding:50px;
  border-radius:20px;
  height: auto;
  }
  .recrutement-info {
  font-size:0.8REm;
  font-weight:400;
  width:35%;
  color: var(--color-black);
  }
  h6 {
  font-size: 2rem;
  font-weight: 700;
  margin:0;
  color: var(--color-black);
  }
  .recrutement-form {
  display: flex;
  align-items: space-between;
  flex-direction: column;
  gap: 30px;
  border-radius: 20px;
  width:60%;
  z-index: 0;
  }
  .form-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
  }
  .rw {
  width: 100%;
  }
  .recrutement-form .recrutement-form-row {
  display: flex;
  flex-direction: row;
  align-items: space-between;
  justify-content: space-between;
  }
  .recrutement-form input,
  .recrutement-form textarea {
  border: none;
  border-bottom: 1px solid var(--color-black);
  color: var(--color-black);
  }
  .recrutement-form textarea#message {
  height: 100px;
  }
  .recrutement-form label {
  color: var(--color-orange);
  font-size: 0.8rem;
  }
  .recrutement-form .button-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 170px;
  height: 40px;
  background-color: var(--color-orange);
  text-decoration: none;
  color: white;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.8rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 29px 0px;
  border: none;
  border: 2px solid transparent;
  -webkit-border-radius: 3px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  }
  .recrutement-form .button-submit:hover {
  background-color: transparent;
  color: var(--color-orange);
  border-color: var(--color-orange);
  }
  .recrutement-form select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--color-black);
  }
  iframe {
  display: none;
  }
  @media screen and (max-width: 1000px) {
  .recrutement {
  padding: 0px;
  }
  .recrutement-wrapper {
  padding:30px;
  }
  .recrutement-wrapper {
  flex-direction:column;
  gap:40px;
  }
  h6 {
  text-align:center;
  }
  .recrutement-info p{
  display:none
  }
  .recrutement-info {
  width:100%;
  }
  .recrutement-form {
  width:100%;
  }
  }
  @media screen and (max-width: 680px) {
  .recrutement-form .recrutement-form-row {
  flex-direction: column;
  }
  .form-group {
  width: 100%;
  margin-top: 40px;
  }
  .recrutement-form .button-submit {
  width:100%
  }
  }
  