.container-home-entete {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #231E47;
  overflow: hidden;
}

.container-home-entete>img {
  width: 100%;
}

.texte-image-entete {
  position: absolute;
  /* display: flex; */
  /* flex-direction: column; */
  color: white;
  font-weight: 800;
  font-size: 40px;
  bottom: 2.8em;
  width: 100%;
  max-width: 1200px;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  text-shadow: 0px 0px 8px rgb(0 0 0 / 70%)
}

.indice-1er {
  position: relative;
}

.home-video-lecteur {
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 0;
  z-index: 0;
  width: 100%;
  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;

}

.home-video-lecteur #placeholder-iframe.no-border-radius {
  border-radius: 0;
  z-index: 60;
  /* width: 70%; */
  /* margin: 20px auto 0 auto; */
  margin: 0px auto 0 auto;

  /* height: 79%; */
}

.home-intro {
  z-index: 5;
  position: relative;
}

.home-intro-bloc-orange {
  background-color: #ff6600;
  color: white;
  width: 100%;
  max-width: 800px;
  margin: -73px auto auto;
  padding: 2em 4em;
  font-weight: 400;
  text-align: center;
  font-size: 1.1rem;
  z-index: 5;
  position: relative;
}

.triangle-top-home {
  margin-top: 23px;
  fill: white;
  position: absolute;
}

.home-intro-bloc-orange span {
  white-space: nowrap;
  position: relative;
  z-index: 2;
  padding: 3px;
  margin-left: 5px;
  margin-right: 8px;
}

.home-intro-bloc-orange span svg {
  position: absolute;
  fill: #231E47;
  left: -5px;
  z-index: -1;
  width: 103%;
  transform: rotate(-1deg);
}

.home-chiffres-cles {
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin-top: 140px;
  margin-bottom: 30px;
  justify-content: space-between;
}

.home-chiffre-unique {
  width: 22%;
  /* border: 2px solid #ff6600; */
  border-radius: 10px;
  padding: 20px 10px;
  box-shadow: 0 0 5px 2px rgb(0 0 0 / 15%)
}

.home-chiffre-picto {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.home-chiffre-picto img {
  max-height: 72px;
  object-fit: contain;
  margin: auto;
  display: block;
}


.home-chiffre-unique hr {
  width: 80%;
  margin: auto;
  border-top: 1px solid #ff6600;
  border-style: dotted;
}

.home-chiffre-unique .chiffre-cle {
  margin-top: 10px;
  color: #ff6600;
  font-size: 28px;
  text-align: center;
  font-weight: 800;
}

.home-chiffre-unique p {
  text-align: center;
  max-width: 80%;
  margin: auto auto 1em;
  font-weight: 600;
}

.triangle-home-presse {
  transform: rotate(180deg);
  fill: white;
  width: 100%;
}

.home-logos-presse {
  margin-top: 3em;
  background-color: #f2f2f2;
  margin-bottom: -5px;
}

.home-carousel-logo-presse {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 30px 4em 10px;
  max-width: 1200px;
  margin: auto;
}

.home-carousel-logo-presse img {
  max-height: 30px;
}

.triangle-home-presse-bottom {
  fill: #f2f2f2;
  transform: rotate(180deg);
  margin-bottom: -70px;
}

.home-modele-unique-content {
  display: flex;
  background-color: #ff6600;
  /* align-items: center; */
}

.home-modele-unique-content video {
  width: 50%;
}


.triangle-home-modele-bottom {
  background-color: transparent;
  margin-top: -73px;
  fill: white;
}

.home-independance h1 {
  color: #ff6600;
  font-weight: 800;
  font-size: 40px;
  text-align: center;
  margin-bottom: 1.5em;
  margin-top: 1em;
}

.home-independance a {
  border: 2px solid #ff6600;
  color: #ff6600;
  margin: 2em auto;
  display: block;
  width: fit-content;
  transition: linear 0.2s;
  font-weight: 600;
  border-radius: 12px;
  padding: 15px 35px;
}

.home-independance-carousel {
  max-width: 1000px;
  margin: 0 auto;
}


.home-independance-carousel .slick-track {
  display: flex !important;
  align-items: stretch;
}

.home-independance-carousel .slick-slide {
  height: inherit !important;
}

.home-independance a:hover {
  background-color: #ff6600;
  color: white;
  text-decoration: none;
}

.triangle-home-evolution-top,
.triangle-home-evolution-bottom {
  fill: white;
}

.triangle-home-evolution-bottom {
  margin-top: -73px;
}

.triangle-home-evolution-top {
  transform: rotate(180deg);
  margin-bottom: -70px;
}

.home-secteur-evolution-content {
  display: flex;
  background-color: #231E47;
}

.home-secteur-evolution-content img {
  width: 50%;
}

.home-secteur-evolution-content div {
  width: 50%;
  padding-top: 110px;
  padding-left: 110px;
  color: white;
}

.home-secteur-evolution-content div h3 {
  color: #47b6ff;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 20px;
}

.home-secteur-evolution-content div h2 {
  font-weight: bold;
  font-size: 35px;
  margin-bottom: 20px;
}

.home-secteur-evolution-content div p {
  width: 500px;
  margin-bottom: 3.2em;
  font-size: 16px;
}

.home-secteur-evolution-content div a {
  border: 2px solid white;
  border-radius: 12px;
  padding: 15px 35px;
  color: white;
  font-weight: 600;
  transition: linear 0.2s;
}

.home-secteur-evolution-content div a:hover {
  text-decoration: none;
  background-color: white;
  color: #231E47;
}

.home-stats-clients {
  max-width: 1200px;
  margin: 0 auto;
}

.home-stats-clients h2 {
  text-align: center;
  margin: 2em auto;
}


.home-carousel-entreprise {
  height: 150px;
  margin-bottom: 6em;
}

.home-carousel-entreprise img {
  height: 80px;
  padding: 0 20px;
  width: auto;
  object-fit: contain;
}

#modal-video-home,
#modal-video-metier {
  max-width: 800px;
  width: 100%;
  height: auto;
  line-height: 0;
  overflow: initial;
  padding: 0;
}

#modal-video-home iframe,
#modal-video-metier iframe {
  width: 100%;
  height: 450px;
  border-radius: 0;

}

.image-header-home-mobile {
  display: none;
}

.inner-container-carousel {
  max-width: 1200px;
  margin: 0 auto;
}

.inner-container-carousel .home-carousel-entreprise {
  height: inherit;
  margin-bottom: 0;
  padding: 40px 0;
}

.inner-container-carousel .home-carousel-entreprise img {
  height: inherit;
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width:1199px) {


  .container-home-entete {
    margin-top: 78px;
  }

  .texte-image-entete {
    font-size: 1.6rem;
    bottom: 90px;
    padding: 0 20px;
    line-height: 1.8rem;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .home-intro-bloc-orange {
    margin: 0 auto;
    width: 80%;
    max-width: 600px;
    padding: 15px;
    margin-top: -60px;
    font-size: 1rem;
    line-height: 1.3rem;
  }



  .home-chiffres-cles {
    margin-top: 30px;
    flex-wrap: wrap;
  }

  .home-chiffre-unique {
    min-width: 300px;
    margin: 10px auto;
  }

  .home-chiffre-unique p {
    text-transform: uppercase;
    line-height: 1rem;
  }

  .home-logos-presse {
    width: 100%;
  }

  .home-carousel-logo-presse {
    width: 100%;
    padding: 20px;
    display: block;
  }

  .home-carousel-logo-presse img {
    max-height: 50px;
    margin: 0 auto;
  }

  .bloc-bandeau-couleur {
    flex-wrap: wrap;
  }

  .bloc-equipe-mobilise .texte-equipe,
  .fond-image-bloc-couleur {
    width: 100%;
  }

  .bloc-equipe-mobilise .fond-image-bloc-couleur {
    height: 250px;
  }

  .home-video-lecteur {
    background-size: 100px;
  }

  #modal-video-home iframe,
  #modal-video-metier iframe {
    height: 250px;
  }

  .bloc-equipe-mobilise .texte-equipe {
    padding: 40px 30px;
  }

  .texte-equipe h2 {
    line-height: 35px;
  }

  .home-independance h1 {
    font-size: 1.9rem;
    margin-bottom: 10px;
  }

  ul.slick-dots {
    display: flex;
    margin: 0px auto;
    justify-content: center;
    color: #dfdede;
  }

  ul.slick-dots li {
    font-size: 1.5rem;
    margin: 0 10px;
  }

  ul.slick-dots li.slick-active {
    color: #ff6600;
  }

  .slick-dots li button {
    font-size: 0;
    visibility: hidden;
  }

  .retour-unique {
    margin: 45px 20px 20px 20px;
  }

  .retour-unique-content-texte {
    color: #303030;
  }

  .home-independance a {
    text-align: center;
    max-width: 300px;
  }

  .home-stats-clients {
    padding: 0 20px;
  }

  .home-carousel-entreprise {
    margin-bottom: 3em;
  }

}

@media screen and (max-width:500px) {
  .image-header-home-mobile {
    display: block;
    height: auto;
    width: 100% !important;
  }

  .image-header-home {
    display: none;
  }
}