#main-content {
  position: relative;
}

/* #region SECTION 1 */
#section-1-1 {
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  padding-top: 55px;
  padding-bottom: 5px;
}
#section-1-2 {
  font-weight: bold;
  font-size: 45px;
  text-align: center;
}
#section-1-3 {
  font-size: 15px;
  text-align: center;
  margin-bottom: 50px;
}
/* #endregion */
/* #region SECTION 2 */
#section-2 {
  display: flex;
  flex-wrap: wrap;
}
.contImage {
  position: relative;
  overflow: hidden;
}
.elActif {
  position: relative;
  height: 100%;
}
.elActif img {
  height: 100%;
  width: 100%;
}
.elNonActif {
  display: none;
  height: 100%;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  width: 100%;
}
.elNonActif img {
  height: 100%;
  width: 100%;
}
.elActif h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.elNonActif {
  animation-name: elNonActif;
  animation-duration: 0.5s;
}
@keyframes elNonActif {
  from {
    max-height: 0;
  }
  to {
    max-height: 100%;
  }
}

/* #endregion */
/* #region SECTION 3 */
#section-3 h2 {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  padding-top: 80px;
}
#section-3-2 {
  font-size: 15px;
  text-align: center;
  margin-bottom: 35px;
  width: 34%;
  margin-left: auto;
  margin-right: auto;
}
#section-3 p span {
  font-weight: bold;
}
#section-3-1 {
  display: flex;
  justify-content: space-between;
  width: 35%;
  align-items: center;
  margin: auto;
  padding-bottom: 80px;
}
.section-3-1-class {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.section-3-1-class p {
  font-weight: bold;
  font-size: 12px;
  margin-top: 30px;
}
/* #endregion */
/* #region SECTION 4 */
#section-4 {
  display: flex;
}
#section-4-1 {
  width: 50%;
  background-color: var(--gris-clair);
  padding: 80px 80px 0 10%;
}
#section-4-1-1 h2 {
  font-weight: bold;
  font-size: 30px;
}
#section-4-1-2 h3 {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 0;
}
#section-4-1-2 p {
  font-size: 15px;
}
#section-4-1-3 {
  text-align: right;
}
#section-4-1-3-1 {
  /* padding-right: 50px; */
}
#section-4-2 {
  width: 50%;
  background-color: var(--vert);
  color: var(--noir);
  padding: 80px 80px 60px 10%;
}
#section-4-2-1 h2 {
  font-weight: bold;
  font-size: 30px;
  color: var(--noir);
}
#section-4-2-2 h3 {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 0;
  color: var(--noir);
}
#section-4-2-2 p {
  font-size: 15px;
}
#section-4-2-3 {
  text-align: right;
}

#isiadeconnect,
#isiamouv {
  position: absolute;
  display: none;
  z-index: 999999 !important;
}
.modal-content {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0px !important;
  background-color: #fefefe;
  margin: auto;
  border: 1px solid var(--gris-fonce);
  /* width: 780px; */
}
.entry-content {
  display: flex;
}
.close {
  float: right;
  width: auto !important;
  margin-right: 10px;
}

#isiadeconnect2:focus,
#isiamouv2:focus {
  outline: 0;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
/* #endregion */
/* #region SECTION 5 */
#section-5 h2 {
  margin-top: 80px;
  text-align: center;

  font-weight: bold;
  font-size: 30px;
}
#section-5 p {
  text-align: center;

  font-size: 15px;
  width: 45%;
  display: flex;
  margin: auto;
}
#section-5 img {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 160px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* #endregion */
/* #region SECTION 6 */
#section-6 {
  background-color: var(--vert);
  display: flex;
  min-height: 450px;
  justify-content: center;
  align-items: center;
}
#section-6-1 {
  margin-right: 70px;
}
#section-6-2 {
  width: 38%;
}
#section-6-2 h2 {
  font-size: 15px;
  color: var(--noir);

  font-weight: normal;
}
#section-6-2 h3 {
  font-size: 18px;
  color: var(--noir);

  font-weight: bold;
}
#section-6-2 p {
  font-size: 15px;
  color: var(--noir);
}
/* #endregion */
/* #region @MEDIA */
@media (max-width: 1300px) {
  .elActif h2 {
    font-size: 23px;
  }
}
/* Ecran moyen */

@media (max-width: 1199px) {
  /*************/
  /* SECTION 1 */
  /*************/
  #section-1-1 {
    font-size: 12px;
    padding-top: 30px;
  }
  #section-1-2 {
    font-size: 28px;
    padding-bottom: 20px;
  }
  #section-1-3 {
    margin-bottom: 30px;
  }
  /*************/
  /* SECTION 2 */
  /*************/
  #section-2 {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .contImage {
    /* scroll-snap-align: start; */
    flex-shrink: 0;
  }
  /*************/
  /* SECTION 3 */
  /*************/
  #section-3 h2 {
    font-size: 28px;
    padding-top: 50px;
    padding-bottom: 20px;
  }
  #section-3-2 {
    width: 90%;
    margin: auto;
    padding-bottom: 50px;
  }
  #section-3-1 {
    width: 50%;
    padding-bottom: 10px;
  }
  .section-3-1-class p {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  /*************/
  /* SECTION 4 */
  /*************/
  #section-4 {
    flex-direction: column;
  }
  #section-4-1 {
    padding: 0;
    text-align: center;
    width: 100%;
  }
  #section-4-1-1 h2 {
    font-size: 28px;
    width: 80%;
    margin: auto;
    padding-bottom: 30px;
    padding-top: 50px;
  }
  #section-4-1-2 h3 {
    padding-bottom: 10px;
  }
  #section-4-1-2 p {
    width: 80%;
    margin: auto;
    padding-bottom: 30px;
  }
  #section-4-1-3 {
    text-align: center;
    margin-bottom: 50px;
  }
  #section-4-2 {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  #section-4-2-1 h2 {
    font-size: 28px;
    width: 80%;
    margin: auto;
    padding-bottom: 30px;
    padding-top: 50px;
  }
  #section-4-2-2 h3 {
    padding-bottom: 10px;
  }
  #section-4-2-2 p {
    width: 80%;
    margin: auto;
    padding-bottom: 30px;
  }
  #section-4-2-3 {
    text-align: center;
    margin-bottom: 50px;
  }
  /*************/
  /* SECTION 5 */
  /*************/
  #section-5 h2 {
    margin-top: 50px;
    padding-bottom: 25px;
  }
  #section-5 p {
    text-align: center;

    font-size: 15px;
    width: 80%;
    margin: auto;
  }
  #section-5 img {
    margin-top: 25px;
    margin-bottom: 50px;
    width: 98%;
  }

  /*************/
  /* SECTION 6 */
  /*************/
  #section-6-1 {
    display: none;
  }
  #section-6-2 {
    width: 80%;
  }
  #section-6-2 h2 {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  #section-6-2 h3 {
    padding-bottom: 20px;
  }
  #section-6-2 p {
    padding-bottom: 50px;
  }
}

/* Ecran Tablette */

@media (max-width: 991px) {
  #section-3-1 {
    width: 70%;
  }
}
/* Ecran téléphone */

@media (max-width: 767px) {
  .modal-content {
    width: 100% !important;
  }
  #section-2 {
    flex-wrap: nowrap;
  }
  #section-3-1 {
    flex-direction: column;
    width: 70%;
  }
}
/* #endregion */
