a:hover {
  text-decoration: underline;
}

/* #region SECTION 1 */

#section-1 {
  background-color: var(--rose);
  display: flex;
  justify-content: center;
  position: relative;
}

#section-1-1 {
  color: white;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-self: center;
}

#section-1-1-1 {
  padding-left: 42%;
  font-size: 15px;
}

#section-1-1-2 {
  padding-left: 42%;
  font-size: 45px;
}

#section-1-1-3 {
  padding-left: 42%;
  font-size: 15px;
  width: 60%;
}

#section-1-1-2 h1 {
  color: white;
  font-size: 35px;
  margin-bottom: 10px;
}

#section-1-2 {
  width: 50%;
  display: flex;
  justify-content: center;
}

#section-1-3 {
  position: absolute;
  bottom: 50px;
  animation: fullwidth-header-bounce 2.2s ease-out infinite !important;
}

/* #endregion */

/*#region SECTION BONUS*/
#section-bonus-1 {
  width: 50%;
}

#section-bonus-1 iframe {
  min-height: 423px;
  width: 100%;
  max-width: 100%;
}

#section-bonus-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #edf0f0;
}

#section-bonus-2-1 {
  margin-left: 20%;
  margin-bottom: 20px;
  margin-top: 40px;
}

#section-bonus-2-1 h3 {
  font-size: 30px;
}

#section-bonus-2-2 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 700px;
  width: 80%;
  margin: 50px auto;
  align-items: center;
}

.chiffresReference {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.chiffresReference h2 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 30px;
}

.chiffresReference p {
  margin-top: 0;
  font-size: 13px;
  font-weight: bold;
}

/* #endregion */

/*#region SECTION 2*/
#section-2 {
  width: 90%;
  max-width: 1400px;
  margin: auto;
}

.classSection-2-1-1 {
  display: inline-block;
  height: 40px;
  padding: 0 20px;
  margin: 20px 0;
  background-color: white;
  border-radius: 50px;
}

.classSection-2-1-1 div {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--noir);
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}

#section-2-2-cont {
  margin-bottom: 130px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 30px;
  column-gap: 30px;
}

#sectionDev-2-2-cont {
  margin-bottom: 130px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 30px;
  column-gap: 30px;
  display: none;
  box-sizing: border-box;
}

#sectionConseil-2-2-cont {
  margin-bottom: 130px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 30px;
  column-gap: 30px;
  display: none;
  box-sizing: border-box;
}

.reference {
  /* height: 260px; */
  height: 335px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  will-change: transform;
  border-radius: 16px;

}

.referenceCont {
  overflow: hidden;
}

.reference-tag {
  font-size: 14px;
  /* font-style: italic; */
  margin: 10px 0 10px 0;
  color: var(--gris-fonce);
}

.reference-texte {
  font-size: 15px;
  font-weight: 400;
}

/****************/
/* 2/1 */
/****************/
.section-2-2-1-1 {
  grid-column: span 2;
}

.section-2-2-1-2 {
  grid-column: span 1;
}

/****************/
/* 1/2 */
/****************/
.section-2-2-2-1 {
  grid-column: span 1;
}

.section-2-2-2-2 {
  grid-column: span 2;
}

/****************/
/* 1/1/1 */
/****************/


/****************/
/*Ligne exeption*/
/****************/

.section-2-2-3-1-exc {
  grid-column: span 3;
}

/* #endregion */

/*#region SECTION 3*/
#section-3 {
  background-color: var(--vert);
}

#section-3-1 {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  display: flex;
  align-items: center;
}

#section-3-1-1 {
  display: flex;
  flex-direction: column;
}

#section-3-1-1-1 h2 {
  color: var(--noir);
  font-size: 15px;
}

#section-3-1-1-2 p {
  color: var(--noir);
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 20px;
}

#section-3-1-2 img {
  margin-top: -80px;
}

/* #endregion */

/*#region @MEDIA*/
@media (max-width: 1299px) {

  /*************/
  /* SECTION 1 */
  /*************/
  #section-1-1-1 {
    padding-left: 20%;
  }

  #section-1-1-2 {
    padding-left: 20%;
  }

  #section-1-1-3 {
    padding-left: 20%;
  }
}

@media (max-width: 991px) {

  /*************/
  /* SECTION 1 */
  /*************/
  #section-1-1-1 {
    padding-left: 10%;
  }

  #section-1-1-2 {
    padding-left: 10%;
  }

  #section-1-1-3 {
    padding-left: 10%;
  }

  #section-1-1-2 h1 {
    font-size: 30px;
  }

  /*************/
  /* SECTION 2 */
  /*************/
  #section-2-2-cont {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #sectionDev-2-2-cont {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #sectionConseil-2-2-cont {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /****************/
  /*Ligne 1*/
  /****************/
  .section-2-2-1-1 {
    grid-column: span 1;
  }

  /****************/
  /*Ligne 2*/
  /****************/

  .section-2-2-2-2 {
    grid-column: span 1;
  }

  /****************/
  /*Ligne 3*/
  /****************/
  .section-2-2-3-3 {
    grid-column: span 2;
  }

  /*************/
  /* SECTION 3 */
  /*************/
  #section-3-1 {
    flex-direction: column-reverse;
  }

  #section-3-1-1 {
    margin-bottom: 50px;
  }

  #section-3-1-2 img {
    width: 100%;
  }
}

/* Ecran téléphone */

@media (max-width: 767px) {

  /*************/
  /* SECTION 1 */
  /*************/
  #section-1-1 {
    width: 90%;
  }

  #section-1-1-2 h1 {
    font-size: 25px;
  }

  #section-1-1-3 {
    width: 80%;
  }

  #section-1-2 {
    display: none;
  }

  /*************/
  /* SECTION Bonus */
  /*************/
  #section-bonus-2-2 {
    row-gap: 50px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .chiffresReference-2 {
    margin-left: 00px;
  }

  #section-bonus-2-1 h3 {
    font-size: 28px;
  }

  /*************/
  /* SECTION 2 */
  /*************/
  #section-2-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }

  .classSection-2-1-1 {
    text-align: center;
  }

  #section-2-1-1 {
    margin-top: 20px;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .classSection-2-1-1 {
    display: block;
    width: 153px;
    height: 40px;
    margin-top: 10px;
  }

  #section-2-1-2 {
    margin-left: 0;
    margin-bottom: 20px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }

  #section-2-1-2-1 ul li {
    margin-bottom: 4%;
  }

  #section-2-1-2-2 ul li {
    margin-bottom: 4%;
  }

  #section-2-1-2-3 ul li {
    margin-bottom: 4%;
  }

  .realisationTitre-2-1 {
    display: inline-block;
    left: 50%;
    bottom: 0;
    position: absolute;
    font-size: 12px;
    transform: translate(-50%, -50%);
  }

  #section-2-2-cont {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  #sectionDev-2-2-cont {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  #sectionConseil-2-2-cont {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  /****************/
  /*Ligne 3*/
  /****************/
  .section-2-2-3-3 {
    grid-column: span 1;
  }

  /*************/
  /* SECTION 3 */
  /*************/
}

/* #endregion */