#main-content {
  padding-top: 190px;
}

.introPage {
  padding: 50px 0 0 0;
}

/* #region SECTION 2 */
#section2 {
  width: 80%;
  max-width: 1080px;
  margin: auto;
}

#section2 p {
  text-align: center;
  margin-bottom: 70px;
}

/* #endregion */

/*#region SECTION 3*/
.presentationNombre {
  width: 80%;
  max-width: 1080px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  padding-bottom: 30px;
}

.presentationNombre>* {
  color: #202427;
}

.presentationNombre1 {
  max-width: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
}

.presentationNombre12 {
  font-size: 30px;
  font-weight: bold;
}

.presentationNombre13 {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}

/* #endregion */

/*#region SECTION 4*/
#section4 {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  padding: 30px 0 0 0;
}

#section-2-2-cont {
  margin-bottom: 50px;
  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: 335px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  will-change: transform;
}

.referenceCont {
  overflow: hidden;
  position: relative;
}

.reference-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.reference-tag {
  font-size: 13px;
  font-style: italic;
  margin: 10px 0 10px 0;
}

.reference-texte {
  font-size: 16px;
  font-weight: 500;
}

/****************/
/*Ligne 1*/
/****************/
/* Filtre Tous */
#section-2-2-1-1 {
  grid-column: span 2;
}

#section-2-2-1-2 {
  grid-column: span 1;
}

/****************/
/*Ligne 2*/
/****************/
/* Filtre Tous */
#section-2-2-2-1 {
  grid-column: span 1;
}

#section-2-2-2-2 {
  grid-column: span 2;
}

/****************/
/*Ligne 3*/
/****************/
/****************/
/*Ligne 4*/
/****************/
/* Filtre Tous */
#section-2-2-4-1 {
  grid-column: span 2;
}

#section-2-2-4-2 {
  grid-column: span 1;
}

/****************/
/*Ligne 5*/
/****************/
/* Filtre Tous */
#section-2-2-5-1 {
  grid-column: span 1;
}

#section-2-2-5-2 {
  grid-column: span 2;
}

/****************/
/*Ligne 6*/
/****************/
/* Filtre Tous */
#section-2-2-6-1 {
  grid-column: span 2;
}

#section-2-2-6-2 {
  grid-column: span 1;
}

/* #endregion */

/*#region SECTION 5*/
#section5 {
  background-color: #EBF0F0;
}

#section5>* {
  color: #202427;
  line-height: 1em;
}

#section51 {
  display: flex;
  width: 80%;
  max-width: 1080px;
  margin: auto;
}

#section511 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#section511 a {
  align-self: flex-start;
}

#section511 h4 {
  margin-bottom: 0;
  margin-top: 0;

}

#section512 img {
  margin-top: -50px;
}

/* #endregion */

/*#region @MEDIA*/
@media (max-width: 1199px) {}

@media (max-width: 991px) {

  /*************/
  /* SECTION 4 */
  /*************/
  #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*/
  /****************/
  /* Filtre Tous */
  #section-2-2-1-1 {
    grid-column: span 1;
  }

  #section-2-2-1-2 {
    grid-column: span 1;
  }

  /****************/
  /*Ligne 2*/
  /****************/
  /* Filtre Tous */
  #section-2-2-2-1 {
    grid-column: span 1;
  }

  #section-2-2-2-2 {
    grid-column: span 1;
  }

  /****************/
  /*Ligne 3*/
  /****************/
  /****************/
  /*Ligne 4*/
  /****************/
  /* Filtre Tous */
  #section-2-2-4-1 {
    grid-column: span 1;
  }

  #section-2-2-4-2 {
    grid-column: span 1;
  }

  /****************/
  /*Ligne 5*/
  /****************/
  /* Filtre Tous */
  #section-2-2-5-1 {
    grid-column: span 1;
  }

  #section-2-2-5-2 {
    grid-column: span 1;
  }

  /****************/
  /*Ligne 6*/
  /****************/
  /* Filtre Tous */
  #section-2-2-6-1 {
    grid-column: span 1;
  }

  #section-2-2-6-2 {
    grid-column: span 1;
  }

  /*************/
  /* SECTION 5 */
  /*************/
  #section51 {
    flex-direction: column-reverse;
    align-items: center;
  }

  #section511 {
    margin-right: 0;
    margin-bottom: 50px;
    margin-top: 50px;
  }

  #section512 img {
    margin-top: 0;
  }

  #section512 {
    display: none;
  }

  /*********/
  /* Icone présentation nombre */
  /*********/
  .presentationNombre {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 50px;
  }
}

@media (max-width: 768px) {

  /*************/
  /* SECTION 4 */
  /*************/
  #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));
  }
}
/* #endregion */