/*********** VALEURS ***********/
#valeurs {
  background-color: #0a2c7a;
  color: white;
  background-image: url("/images/backgrounds/background_grand-parcours-G_Bleu-50.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

#valeurs h2,
#valeurs h5 {
  color: white;
}

#valeurs .container-boutons {
  display: flex;
  gap: 10px;
}

#valeurs .container {
  padding: 160px 0px 60px 0px;
}

#valeurs .texte {
  z-index: 2;
  /*position: absolute;*/
  max-width: 600px;
}

#valeurs .blocs {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}

#valeurs .bloc {
  padding: 20px;
  background-color: #0a5adb;
  border-radius: 6px;
  width: 250px;
}

#valeurs .bloc h3,
#valeurs .bloc p {
  color: white;
}

#valeurs .bloc p {
  margin-bottom: 0px;
}

#valeurs .graphique {
  width: 100%;
  position: relative;
  text-align: center;
  z-index: 1;
}

#valeurs img#bulles-1 {
  position: relative;
  z-index: -1;
  width: 100%;
}

#valeurs img#bulles-2 {
  width: 100%;
  position: absolute;
  z-index: -2;
  left: 6%;
  transform: translateY(10%);
}

#valeurs .bouton#antennes {
  transform: translate(-25%, -220%);
  position: absolute;
}

@media (max-width: 900px){
  .fleche-recrutement{
    display: none;
  }
}

@media (max-width: 600px) {
  #valeurs .texte {
    position: inherit;
  }
  #valeurs .container {
    width: 90%;
  }
  #valeurs p {
    max-width: 100%;
  }
  #valeurs .graphique {
    display: none;
  }
}

.recutement-en-cours {
  display: none;
  /* display: flex;
  justify-content: center;
  align-items: end;
  margin-top: 64px ;
  margin-bottom: 64px ;
  gap: 32px ; */
}

.bouton-recrutement {
  background-color: var(--bleu-70) !important;
  color: white !important;
  font-size: 24px;
  height: fit-content;
  text-align: center;
}

/*********** VIDÉOS ÉQUIPE ***********/
#videos-equipe {
  margin-top: 120px;
  padding-bottom: 120px;
  background-image: url("/images/backgrounds/background_petits-parcours-couleurs.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0% 150px;
}

#videos-equipe .video-equipe {
  min-height: 400px;
  background-color: gray;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 10px;
}
#videos-equipe .slick-prev {
  transform: translateX(-65px);
}
#videos-equipe .slick-arrow {
  right: 0%;
  top: -18%;
}

@media (max-width: 600px) {

  .container-90, .ctn-90 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    box-sizing: border-box;
  }


  #videos-equipe .video-equipe {
    min-height: 300px;
  }
}
