/*********** MARGES ***********/

/*********** EN-TÊTE ***********/

#en-tete {
  background-color: #0a5adb;
  padding-top: 200px;
  padding-bottom: 80px;
}

#en-tete .ctn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 520px;
}

#en-tete .col-1 p {
  font-size: 16px;
}

#en-tete .mention {
  display: flex;
  justify-content: start;
  gap: 15px;
  text-align: left;
  width: 40%;
  flex-direction: row-reverse;
  /* background-color: rgba(10, 90, 219, 0.8); */
  border-radius: 4px;
}

#en-tete .mention p {
  margin: 0px;
}

#en-tete .mention a {
  color: orange;
  font-weight: bold;
}

#en-tete .mention img {
  max-width: 38px;
}

#en-tete h1 {
  font-size: 70px;
  margin-bottom: 14px;
}

#en-tete h1,
#en-tete h3,
#en-tete p {
  color: white;
}

#en-tete .col-1 {
  width: 41%;
}

/*********** TIMELINE ***********/
#timeline {
  background-color: #f9f5f0;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url("../images/timeline_inetegrale.svg");
  background-size: 90%;
  background-position-x: center;
  background-position-y: 76%;
  background-repeat: no-repeat;
}

#timeline img {
  width: 100%;
  visibility: hidden;
}

/*********** TÉMOIGNAGES ***********/
#temoignages {
  padding-top: 80px;
  padding-bottom: 80px;
}

#temoignages .slider-temoignages {
  display: flex;
  gap: 60px !important;
  flex-wrap: wrap;
  justify-content: center;
}

#temoignages .temoignage {
  width: 200px; /* Fixe une largeur cohérente pour toutes les cards */
  height: 450px; /* Fixe une hauteur identique */
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.slick-slide {
  margin: 0 10px; /* Ajoute une marge de 10px entre les cards */
}

.slider-temoignages {
  margin-left: -10px; /* Compense la marge pour aligner les cartes au centre */
  margin-right: -10px;
}

.ligne-1,
.ligne-2,
.ligne-3 {
  flex-shrink: 0;
}

.ligne-1 {
  display: flex;
  gap: 20px;
}

.slider-temoignages .slick-list {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

#temoignages .slick-prev {
  left: 0%;
}

#temoignages .slick-next {
  right: 0%;
}

.temoignage.slick-center {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.temoignage .prix {
  text-align: right;
  font-weight: 600;
  margin-top: 10px;
}

.temoignage .prix::before {
  font-family: "ETmodules";
  display: inline-block;
  padding-right: 10px;
  position: relative;
}

.temoignage .prix.Humour::before,
.temoignage .prix.Professionnalisme::before {
  content: url("../icons/prix/Icon_Prix_blanc.svg");
  width: 30px;
  top: 16px;
}

.temoignage .prix.GrandPrix::before {
  content: url("../icons/prix/Icon_Diamant_blanc.svg");
  width: 30px;
  top: 5px;
}

.temoignage .prix.Prix-1::before,
.temoignage .prix.Prix-2::before,
.temoignage .prix.Prix-3::before {
  content: url("../icons/prix/Icon_Trophee_blanc.svg");
  width: 30px;
  top: 5px;
}

.temoignage .prix.Mention-Coeur::before {
  content: url("../icons/prix/Icon_Mention-Coeur_blanc.svg");
  width: 30px;
  top: 5px;
}

.temoignage .prix.Mention-Humour::before {
  content: url("../icons/prix/Icon_Mention-Humour_blanc.svg");
  width: 30px;
  top: 5px;
}

/* icons/prix/Icon_Prix_blanc.svg */

.temoignage .ligne-1 {
  display: flex;
  gap: 20px;
  padding: 15px;
}

.temoignage .ligne-1 img {
  width: 19%;
}

.temoignage .prenom {
  margin-bottom: 5px;
}

.temoignage .metier {
  margin-top: 0px;
}

.temoignage .prenom {
  font-weight: 600;
}

.temoignage .photo {
  width: 20%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  /* height: 140px; */
}

.temoignage .prenom-metier {
  width: 80%;
}

/* 1, 3, 5, 7 */
.temoignage:nth-child(2n + 1) .ligne-2 {
  background-color: #0a5adb;
}

/* 3, 6, 9, 12 */
.temoignage:nth-child(3n) .ligne-2 {
  background-color: #36bd84 !important;
}

/* 2, 4, 6, 8 */
.temoignage:nth-child(2n) .ligne-2 {
  background-color: #f77129;
}

.temoignage .ligne-2 {
  color: white;
  padding: 41px;
  text-align: center;
}

.temoignage .ligne-3 {
  display: flex;
  justify-content: center;
  padding: 15px;
}

/*********** EXEMPLES ***********/

#exemples {
  margin-top: 100px;
}

.ctn-bouton {
  display: flex;
  justify-content: center;
}

/*********** EN SAVOIR PLUS ***********/

#infos {
  padding-top: 90px;
  padding-bottom: 90px;
}

#infos .texte {
  display: flex;
  flex-direction: column;
  justify-content: end;
  color: white;
  padding: 23px;
  border-radius: 14px;
  /* min-height: 251px; */
}

.taille_titre {
  font-size: 30px;
  color: #0a2c7a !important;
}

/* #no-uikit-denied {
  max-width: 1800px;
  height: auto;
} */

#infos .info {
  margin-right: 10px;
  margin-left: 10px;
}

#infos .slick-prev,
#infos .slick-next {
  top: 40%;
  right: -3%;
}

/* #infos .slick-prev {
  transform: translateX(-55px);
} */

#infos .info:nth-child(2n) .texte {
  background-color: #f77129;
}

#infos .info:nth-child(2n + 1) .texte {
  background-color: #0a5adb;
}

#infos .info h3 {
  color: white;
  margin-bottom: 0px;
}

#infos .bouton {
  margin-top: 16px;
  position: relative;
  right: -30px;
  width: 150px;
}

/*********** PARTENAIRES ***********/
#partenaires {
  padding-top: 80px;
  padding-bottom: 80px;
}

.partenaire {
  margin-right: 40px;
}

.partenaire img {
  max-width: 100%;
  max-height: 110px;
  margin-left: auto;
  margin-right: auto;
}

.slick-slide.partenaire {
  display: flex !important;
  justify-content: center !important;
  align-content: center !important;
  align-items: center !important;
  min-height: 100px !important;
}

#partenaires .slick-prev,
#partenaires .slick-next {
  top: -60%;
  right: -2%;
}

/* NOUVELLE PARTIE DE STYLISATION MAQUETTAGE 2025 */

.lecteur-video-en-tete-1 {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 266px !important;
}

.conteneur-svg-1 {
    position: relative;
  }

.titre-en-tete {
  position: relative;
}

#svg-jury-container {
  position: absolute;
  bottom: 92% !important;   /* version PC, grande taille fixe */
  right: 0;
  width: 400px;
  z-index: 10;
}

#svg-jury-bas-droite {
  z-index: 10;
  position: absolute;
  /* top: 95%; */
  right: 0;
}

#svg-jury-bas-gauche {
  z-index: 10;
  position: absolute;
  /* top: 95%; */
  right: 0;
}

/* FIN DU DE STYLISATION DU MOBILE FIRST EN SUITE TOUJOURS METTRE EN DERNIER LES MÉDIAS QUERIES */

/***************************************************************************  */

/* Mobile First : styles par défaut */

@media (max-width: 480px) {
  /* Styles applicables à la majorité des téléphones */
  
  .conteneur-svg-1 {
    width: 92% !important;
    top: -180px !important;
  }

  .titre-en-tete {
    font-size: 5.50vh !important;
    z-index: 50;
  }

  .lecteur-video-en-tete-1 {
    position: relative;
    left: 5% !important;
    width: 90% !important;
    height: 25vh !important;
    top: 5vh !important;
  }

  .svg-quiconce {
    display: none !important;
  }

  #svg-jury-container {
    /* largeur = 40% de la largeur de la fenêtre */
    width: 40vw;
    /* décalage du bas = 20% de la hauteur de la fenêtre */
    bottom: 20vh;
  }

  #svg-jury-bas-droite {
    /* largeur = 40% de la largeur de la fenêtre */
    width: 18vw;
    top: 96%;
  }

  #svg-jury-bas-gauche {
    /* largeur = 40% de la largeur de la fenêtre */
    width: 35vw;
    top: 95%;
  }

  #prev {
    margin-left: -5% !important;
  }

  #next {
    margin-right: -5% !important;
  }

  /* Autres éléments stylisés ici */
}

@media (min-width: 481px) and (max-width: 899px) and (orientation: landscape) {
  /* Téléphones Full HD+ en paysage */
}

/******************************************************** ANCIENNNE VERSION DES MÉDIAS QUERIES  *********************************************************************/

@media (max-width: 700px) {
  .partenaire {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 500px) {
  #partenaires .slick-prev,
  #partenaires .slick-next {
    top: -72%;
  }
}
@media (min-width: 401px) and (max-width: 500px) {
  #partenaires h2 {
    width: 58%;
  }
}

@media (max-width: 400px) {
  #partenaires h2 {
    width: 68%;
  }
}

@media (min-width: 501px) and (max-width: 550px) {
  #infos .slick-prev,
  .slick-next {
    top: -21%;
  }
}

@media (max-width: 769px) {
  #infos .bouton {
    margin-top: 16px;
    position: relative;
    right: -15px;
    /* margin-right: 71px; */
    width: 150px;
  }
}

@media (max-width: 426px) {
  #infos .slick-prev,
  #infos .slick-next {
    top: 0%;
    right: 0%;
  }

  #infos .texte {
    margin-top: 50px;
  }

  #infos .bouton {
    margin-top: 16px;
    position: relative;
    right: -80px;
    /* margin-right: 71px; */
    width: 150px;
  }
}

@media (max-width: 376px) {
  #infos .slick-prev,
  #infos .slick-next {
    top: 0%;
    right: 0%;
  }

  #infos .texte {
    margin-top: 50px;
  }
  #infos .bouton {
    margin-top: 16px;
    position: relative;
    right: -65px;
    /* margin-right: 71px; */
    width: 150px;
  }
}

@media (max-width: 321px) {
  #infos .slick-prev,
  #infos .slick-next {
    top: 0%;
    right: 0%;
  }

  #infos .texte {
    margin-top: 50px;
  }
  #infos .bouton {
    margin-top: 16px;
    position: relative;
    right: -30px;
    /* margin-right: 71px; */
    width: 150px;
  }
}

@media (min-width: 769px) {
  .temoignage .photo {
    height: 100px;
  }
  .temoignage .prenom-metier {
    padding-top: 25px;
  }
}

@media (min-width: 365px) and (max-width: 620px) {
  .temoignage .photo {
    height: 100px;
  }
  .temoignage .prenom-metier {
    padding-top: 25px;
  }
}

@media (max-width: 1025px) {
  #temoignages .temoignage {
    height: 600px;
  }
}

@media (max-width: 426px) {
  #timeline {
    background-position-y: 90%;
    background-size: 110%;
    background-position-x: 53%;
  }
}

@media (max-width: 376px) {
  #timeline {
    background-position-y: 85%;
    background-size: 110%;
    background-position-x: 53%;
  }
}

@media (max-width: 321px) {
  #timeline {
    background-position-y: 85%;
    background-size: 110%;
    background-position-x: 53%;
  }
}

@media (min-width: 1801px) {
  #timeline {
    background-size: 89%;
    background-position-x: 33%;
    background-position-y: 76%;
  }
}

@media (min-width: 1701px) and (max-width: 1800px) {
  #timeline {
    background-size: 89%;
    background-position-x: 42%;
  }
}

@media (min-width: 1601px) and (max-width: 1700px) {
  #timeline {
    background-size: 97%;
    background-position-x: 42%;
  }
}

@media (max-width: 1025px) {
  #timeline {
    background-position-y: 80%;
    background-size: 105%;
    background-position-x: 53%;
  }
}

@media (max-width: 769px) {
  #timeline {
    background-position-y: 80%;
    background-size: 110%;
    background-position-x: 53%;
  }
}

@media (max-width: 500px) {
  .bouton-blanc {
    margin-bottom: 20px;
  }
}

@media (min-width: 1801px) {
  #en-tete {
    background-size: 21%, 62%;
    background-position-y: 100%, 20%;
  }
}

@media (min-width: 1500px) and (max-width: 1800px) {
  #en-tete {
    background-size: 25%, 62%;
    background-position-y: 100%, 20%;
  }
}

@media (min-width: 1201px) and (max-width: 1300px) {
  #en-tete {
    background-size: 31%, 80%;
    background-position-x: 90%, 247%;
    background-position-y: 100%, 60%;
  }
  #en-tete .col-1 {
    width: 45%;
  }
}

@media (min-width: 1101px) and (max-width: 1200px) {
  #en-tete {
    background-size: 31%, 80%;
    background-position-x: 90%, 247%;
    background-position-y: 100%, 260%;
  }
  #en-tete .col-1 {
    width: 50%;
  }
}

@media (min-width: 1001px) and (max-width: 1100px) {
  #en-tete {
    background-size: 31%, 90%;
    background-position-x: 90%, 317%;
    background-position-y: 100%, 880%;
  }
  #en-tete .col-1 {
    width: 55%;
  }
}

@media (min-width: 901px) and (max-width: 1000px) {
  #en-tete {
    background-size: 31%, 90%;
    background-position-x: 90%, 317%;
    background-position-y: 100%, -360%;
  }
  #en-tete .col-1 {
    width: 58%;
  }
}

@media (min-width: 701px) and (max-width: 900px) {
  #en-tete {
    background-size: 31%, 88%;
    background-position-x: 95%, 397%;
    background-position-y: 100%, -50%;
  }
  #en-tete .col-1 {
    width: 69%;
  }
  #en-tete .mention {
    width: 62% !important;
  }
}

@media (min-width: 601px) and (max-width: 700px) {
  #en-tete {
    background-size: 35%, 90%;
    background-position-x: 90%, 397%;
    background-position-y: 105%, -30%;
  }
  #en-tete .col-1 {
    width: 86%;
  }
  #en-tete .mention {
    width: 70% !important;
  }
}

@media (min-width: 501px) and (max-width: 600px) {
  #en-tete {
    background-size: 45%, 99%;
    background-position-x: 100%, 3097%;
    background-position-y: 105%, -18%;
  }
  #en-tete .col-1 {
    width: 95%;
  }
  #en-tete .mention {
    width: 80% !important;
  }
}

@media (max-width: 1000px) {
  #en-tete .mention img {
    max-width: 52px;
  }
  #en-tete .mention p {
    /* background-color: transparent; */
    margin-bottom: 80px;
  }
}

@media (max-width: 500px) {
  #en-tete h1 {
    font-size: 52px;
  }
  #en-tete .mention img {
    display: none;
  }
  #en-tete .mention {
    width: 100% !important;
  }
  #en-tete {
    padding-top: 220px;
    padding-bottom: 80px;
    background-size: 100%, 70%;
    /* background-position-x: 100%, 3097%; */
    background-position-y: 100%, 10%;
  }
  #en-tete .col-1 {
    width: 100%;
  }
}


/*********************************** Fin Version Responsive  ******************************************/
