/*************/

/* SECTION 1 */

/*************/
#section-1 {
  width: 80%;
  margin: auto;
  padding: 35px 0;
  max-width: 1080px;
}
#section-1 h1 {
  text-align: center;
  font-size: 45px;
}
#section-1 h2 {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  margin-top: 30px;
}
#section-1 p {
  text-align: center;
  margin: auto;
}
/*************/

/* SECTION 2 */

/*************/
#section-2 {
  display: flex;
}
#section-2-1 {
  width: 50%;
  display: flex;
  justify-content: center;
}
#section-2-1 img {
  object-fit: cover;
  width: 100%;
}
#section-2-2 {
  width: 50%;
  display: flex;
  background-color: var(--gris-clair);
}
#section-2-2-1 {
  margin: auto 100px;
}
#section-2-2-1 h2 {
  font-size: 30px;
}
/*************/

/* SECTION1 2 */

/*************/
#section1-2 h2 {
  text-align: center;
  margin: 50px 0;
}
#section1-2 img {
  margin: auto;
  display: block;
  max-width: 100%;
  height: auto;
}
/*************/

/* SECTION 3 */

/*************/
#section-3 {
  max-width: 1080px;
  width: 80%;
  margin: auto;
}
#section-3 h2 {
  margin: 50px 0 30px 0;
  text-align: center;
}
#section-3-1 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
  column-gap: 30px;
  row-gap: 30px;
}
.section-3-1-1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
}
.section-3-1-1 p {
  margin: 0px;
  text-align: center;
}
/*************/

/* SECTION 4 */

/*************/
#section-4 {
  background-color: var(--gris-clair);
}
#section1-4 {
  max-width: 1080px;
  width: 80%;
  margin: auto;
  display: flex;
  padding: 70px 0;
}
#section-4-1 h3 {
  font-size: 15px;
  margin-bottom: 20px;
}
#section-4-1-2 {
  font-size: 13px;
  font-style: italic;
}
#section-4-2 {
  margin-left: 40px;
}
#section-4-2 p {
  margin: 0;
}
#section-4-2 span {
  font-size: 30px;
  color: var(--noir);
  font-weight: bold;
}
#section-4-2-2 {
  font-size: 20px;
}
/*************/

/* SECTION 6 */

/*************/
#section-6-1 {
  max-width: 1080px;
  width: 80%;
  margin: auto;

  padding: 50px 0;
}
#section-6-1-1 {
  display: flex;
}
#section-6-1-1-1 {
  width: 50%;
}
#section-6-1-1-1 p {
  margin: 0;
}
#section-6-1-1-2 {
  width: 50%;
}
#section-6-1-1-2 img {
  width: 100%;
}
/*************/

/* SECTION 7 */

/*************/
#section-7 {
  background-color: var(--bleu);
}
#section-7-1 {
  max-width: 1080px;
  width: 80%;
  margin: auto;
  padding: 50px 0;
}
#section-7-1 img {
  max-width: 100%;
  height: auto;
}

/*************/

/* SECTION 7 */

/*************/
#section-8 {
  padding: 50px 0;
  max-width: 1080px;
  width: 80%;
  margin: auto;
}
#section-8 button {
}

/*************/

/* @MEDIA */

/*************/

@media (max-width: 1199px) {
  /*************/
  /* SECTION 1 */
  /*************/
  #section-1 {
    width: 80%;
  }
  #section-2-2-1 {
    margin: auto;
    width: 80%;
  }
}

@media (max-width: 991px) {
  /*************/
  /* SECTION 1 */
  /*************/
  #section-1 h1 {
    font-size: 30px;
  }

  /*************/
  /* SECTION 2 */
  /*************/
  #section-2 {
    flex-direction: column;
  }
  #section-2-1 {
    width: 100%;
    display: flex;
  }
  #section-2-1 img {
    width: 100%;
  }
  #section-2-2 {
    width: 100%;
  }
  #section-2-2-1 {
    width: 80%;
  }
  #section-2-2-1 h2 {
    margin-top: 50px;
  }
  #section-2-2-1-3 {
    margin-bottom: 50px;
  }
  /*************/
  /* SECTION 4  */
  /*************/
  #section1-4 {
    flex-direction: column;
  }
  #section-4-2 {
    margin-top: 30px;
    margin-left: 0px;
  }
  /*************/
  /* SECTION 6 */
  /*************/
  #section-6-1-1 {
    flex-direction: column;
  }
  #section-6-1-1-1 {
    width: 100%;
  }
  #section-6-1-1-2 {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  #section-fixe1 {
    display: none;
  }
  #section-1 p {
    width: 90%;
  }
  /*************/
  /* SECTION 2 */
  /*************/
  #section-2-2-1 {
    width: 80%;
  }
  #section-bonus2-2 {
    display: none;
  }
}
