.inner-container-entete-metier {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 4;
}

.inner-container-entete-metier img {
  width: 475px;
  height: auto;
  margin-top: 50px;
}

.inner-container-entete-metier h1 {
  font-weight: 400;
  font-size: 3rem;
  line-height: 3rem;
}

.inner-container-entete-metier h1 span {
  color: #ff6600;
}

.container-titre-sous-titre-metier {
  display: flex;
  flex-direction: column;
  padding-left: 50px;
  max-width: 600px;
}

p.sous-titre-metier {
  margin-top: 20px;
}


/**** BLOC EXPLICATION METIER ****/

.liste-bleu {
  padding-left: 0px;
  list-style: none;
  font-size: 0.85rem;
}

ul.liste-bleu li::before {
  content: "\2022";
  color: #00eaff;
  font-weight: bold;
  display: flex;
  width: 1.1rem;
  font-size: 2rem;
}

ul.liste-bleu li {
  line-height: 1.3rem;
  margin: 10px 0;
  display: flex;
  align-items: flex-start;
}

.gras-moyen {
  font-size: 1.1rem;
  font-weight: 800;
}

/**** BLOC BLEU ****/


.bloc-adn {
  background-color: #231E47;
  display: flex;
  align-items: center;
  position: relative;
}

.titre-bleu-adn {
  color: #00eaff;
  text-decoration: underline;
  font-weight: bold;
  margin-bottom: 10px;
  ;
  font-weight: 600;
  font-size: 1rem;
}

.bloc-adn img {
  width: 50%;
}

.bloc-adn .texte-equipe {
  margin-left: auto;
  max-width: 500px;
  padding-right: 80px;
  color: white;
  font-size: 0.9rem;
}

/* .texte-equipe p{
    margin-top: 20px;
    text-align: justify;
}

.texte-equipe h2{
    font-size: 2.8rem;
    line-height: 2.8rem;
    margin-bottom: 0;
} */


/**** benefices ****/

.container-benefices {
  max-width: 1200px;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
}

.container-benefices h2 {
  text-align: center;
  width: 100%;
  font-size: 2.5rem;
}

.benefices span {
  color: #ff6600;
}

.bloc-benefices {
  width: 20%;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 30px;
  align-self: baseline;
}

.bloc-benefices b {
  font-size: 1.05rem;
  line-height: 1.2rem;
  height: 66px;
}

.container-img {
  padding: 30px;
  box-shadow: 0 0 10px 0px rgb(0 0 0 / 15%);
  border-radius: 50%;
  text-align: center;
  width: 120px;
  margin: 25px auto;

}

.icone-benefices {
  height: 60px;
  width: auto;
  margin: 0 auto;
}

.bloc-benefices p {
  margin-top: 20px;
  font-size: 13px;
}

/*** bloc logo client ***/

.bloc-logos {
  margin: 30px auto;
}

.titre-logo-client {

  text-align: center;
}

.carrousel-bloc-logos-client {
  max-width: 1200px;
  margin: 20px auto;
}

.bloc-logo-client.slick-slide img {
  width: 50%;
  margin: 0 auto;
}


/*** bloc aventure ***/


.bloc-aventure {
  background-color: #ff6600;
  display: flex;
  align-items: center;
  position: relative;
}

.titre-orange-aventure {
  color: #ffa340;
  text-decoration: underline;
  font-weight: bold;
  margin-bottom: 10px;
  ;
  font-weight: 600;
  font-size: 1rem;
}

.bloc-aventure img {
  width: 50%;
}

.texte-aventure {
  max-width: 500px;
  padding-left: 80px;
  color: white;
  font-size: 0.9rem;
}

.texte-aventure p {
  margin-top: 20px;
  text-align: justify;
}

.texte-aventure h2 {
  font-size: 2.8rem;
  line-height: 2.8rem;
  margin-bottom: 0;
}







/*** Pôle DEV ***/

.inner-container-pole-dev h2 {
  margin-top: 50px;
  text-align: center;
  font-weight: 600;
  color: #303030;
}

.inner-container-pole-dev h2 span {
  font-weight: 800;
  color: #ff6600;
}

.bloc-membre-pole-dev {
  border-radius: 10px;
  background-color: white;
  border-top: 15px solid #ff6600;
  width: 28%;
  position: relative;
  padding: 30px 20px;
  box-shadow: 0 0 10px 0px rgb(0 0 0 / 15%);
  margin: 40px 20px;

}

.img-membre-pole-dev {
  position: absolute;
  top: -50px;
  width: 100px;
}

.identite-membre-pole-dev {
  color: #303030;
  font-size: 1.3rem;
  margin-bottom: -5px;
  margin-top: 30px;
}

.tel-membre-pole-dev {
  font-weight: 800;
  color: #ff6600;
  font-size: 1.5rem;
}

.bloc-localisation {
  list-style: none;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 0;
}

.bloc-localisation li {
  border-bottom: 1px solid #f0eeed;
  color: #303030;
  font-weight: 800;
  padding: 10px 0;

}

.bloc-localisation li div {
  font-style: italic;
  font-size: 0.75rem;
  font-weight: 600;

}

.bloc-localisation li:last-child {
  border: none;
}

.container-blocs-membres-pole-dev {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}


/**** Vidéo témoignages ****/

.video-temoignage {
  margin: 40px auto;
  background-color: #231E47;
  padding: 40px 20px;

  position: relative
}

.video-temoignage h2 {
  text-align: center;
  font-size: 1.2rem;
  text-decoration: underline;
  color: #00eaff;
  margin-bottom: 40px;
  font-weight: bold;
}

.inner-container-video-temoignage {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 800px;
}



.bloc-temoignage {
  display: flex;
  flex-direction: column;
  width: 150px;
  transition: all 0.3s linear;
  position: relative;
  overflow: hidden;
  cursor: pointer;

}

.fond-image-temoignage {
  height: 300px;
  width: 100%;
  border-radius: 25px;
  z-index: 1;
  position: relative;

}

#placeholder-iframe {
  width: 100%;
  height: 100%;
  z-index: 5;
  border-radius: 25px;
}

.bloc-temoignage.actif {
  width: 420px;
}

.fond-lecteur {
  z-index: 0;
  height: 300px;
  width: 100%;
  border-radius: 25px;
  position: absolute;
  background: url("https://mercato-recrutement.com/wp-content/uploads/2022/03/picto_lecture_video.svg");
  background-position: center center;
  background-size: 120px;
  background-repeat: no-repeat;

}

.bloc-temoignage.actif .fond-lecteur {
  z-index: 4;
}

.bloc-temoignage.actif .iframe-temoignage {
  display: block;
}


.bloc-temoignage .image-temoignage {
  border-radius: 25px;
  width: 100%;
}

.nom-recruteur {
  color: white;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  font-size: 0.9rem;
}

.localisation-recruteur {
  color: #00eaff;
  font-size: 0.8rem;
  text-align: center;
}

/* .bloc-temoignage.actif .nom-recruteur,
.bloc-temoignage.actif .localisation-recruteur{
    display: none;
} */

.bloc-citation-recruteur {
  width: 80%;
  margin: 40px auto;
  display: none;
}

.bloc-citation-recruteur.actif {
  display: block;
}

.bloc-citation-recruteur .citation {
  font-size: 1.5rem;
  color: white;
  text-align: center;
  position: relative;
  height: 120px;
}

.citation .icone-citation {
  color: #00eaff;
}

.bloc-identite-recruteur {
  display: flex;
  align-items: center;
  color: white;
  font-weight: 600;
  justify-content: center;
}

.identite-recruteur {
  display: flex;
  flex-direction: column;
}

.bloc-identite-recruteur img {
  width: 100px;
  margin-right: 20px;
}

.bloc-identite-recruteur .identite-recruteur span {
  color: #00eaff;
}

.icone-citation {
  position: relative;
  font-size: 1.3rem;
}

.icone-citation.fa-quote-left::before {
  position: absolute;
  top: -30px;
  left: -25px;

}

.icone-citation.fa-quote-right::before {
  position: absolute;
  top: -30px;
  right: -25px;

}

#bloc-pres-footer {
  margin-bottom: -20px;
}

.carousel-benefices {
  width: 100%;
}

.carousel-benefices .slick-dots {
  display: none;
}

@media screen and (max-width:1199px) {

  .carousel-benefices .slick-dots {
    display: flex;
  }

  .inner-container-entete-metier>img {
    display: none;
  }

  .container-titre-sous-titre-metier {
    padding: 0 20px;
    width: 100%;
  }

  .inner-container-entete-metier .container-titre-sous-titre-metier h1 {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }

  .bloc-equipe-mobilise .texte-equipe.alignement-droit {
    padding: 40px 20px;
  }

  .texte-equipe a {
    max-width: 300px;
    margin: 0 auto;
    font-size: 1.1rem;
    display: block;
  }

  .colonne-reverse-mobile {
    flex-direction: column-reverse;
  }

  .container-benefices {
    flex-wrap: wrap;
  }

  .bloc-benefices {
    width: 100%;
    max-width: 300px;
    margin: 0px auto;
    padding: 20px;
  }


  .inner-container-video-temoignage {
    padding: 0;
  }

  .bloc-citation-recruteur {
    width: 100%;
  }

  .bloc-citation-recruteur .citation {
    height: auto;
    font-size: 1rem;
    line-height: 1.3rem;
    width: 90%;
    margin: 0 auto;
  }

  .bloc-identite-recruteur {
    margin-top: 10px;
  }

  .icone-citation {
    font-size: 1rem;
  }

  .icone-citation.fa-quote-right::before {
    top: -17px
  }

  .bloc-identite-recruteur img {
    width: 80px;
    margin-right: 10px;
  }

  .identite-recruteur {
    font-size: 0.8rem;
  }

  .container-benefices h2 {
    padding: 0 20px;
    font-size: 2rem;
  }

  .bloc-temoignage {
    width: 100%;
    height: 50%;
    margin: 20px auto;
  }

  .bloc-temoignage .fond-lecteur {
    z-index: 4;
    background-size: 80px;
  }
}