button {
  /* text-transform: uppercase; */
}
/*************/

/* SECTION 1 */

/*************/
#section-1 {
  background-color: var(--gris-clair);
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#section-1 h1 {
  margin: 0;
  font-size: 36px;

  font-weight: bold;
  line-height: 1.7em;
  text-align: center;
}

/*************/

/* SECTION 2 */

/*************/
#section-2 ul li {
  background: url("../../../../uploads/images_du_site_statique/lenumeriqueresponsable/fleche_droite_verte.svg")
    no-repeat left top;
  padding: 0px 0px 18px 43px;
  list-style: none;
  margin: 0;
}
#section-2 {
  width: 80%;
  max-width: 1080px;
  margin: auto;
  font-size: 15px !important;
}
#section-21 h2 {
  margin-top: 70px;
  margin-bottom: 0;
  font-size: 30px;
}
#section-212 {
  font-weight: bold;
}
#section-21 p {
  margin-top: 10px;
  margin-bottom: 0;
}
#section-22 {
  margin-bottom: 50px;
}
#section-221 h2 {
  margin-top: 50px;
  font-size: 20px;
}
#section-222 {
  display: flex;
  justify-content: space-between;
}
#section-2221 {
  display: flex;
  align-items: center;
}
#section-2222 {
  display: flex;
  align-items: center;
}
#section-2223 {
  display: flex;
  align-items: center;
}
.section-22211 {
  font-weight: bold;
}

#section-23 {
  margin-bottom: 50px;
}

#section-221bonus {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
#section-222bonus {
  display: flex;
  margin-bottom: 30px;
}
#section-2221bonus {
  margin-right: 15px;
}
#section-22221bonus {
  font-size: 15px;
}
#section-22222bonus a {
  color: var(--vert);
  text-decoration: underline;
  font-size: 15px;
}
/*************/

/* SECTION 3 */

/*************/
#section-3{
  margin: var(--spacing-lg) auto;
}
#section-321bonus {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
#section-322bonus {
  display: flex;
  margin-bottom: 30px;
}
#section-3221bonus {
  margin-right: 15px;
}
#section-32221bonus {
  font-size: 15px;
}
#section-32222bonus a {
  color: var(--vert);
  text-decoration: underline;
  font-size: 15px;
}
/*************/

/* SECTION 4 */

/*************/

/*************/

/* SECTION 5 */

/*************/
#section-5 {
  display: flex;
  align-items: center;
  background-color: var(--gris-clair);
  font-size: 14px;
  border-bottom: 1px solid var(--gris-clair);
  padding: 20px 0;
}
#section-5-bonus {
  width: 80%;
  margin: auto;
  max-width: 1080px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: var(--gris-fonce);
}
#section-5-2 {
  display: flex;
}
#section-5-2 a {
  color: var(--gris-fonce);
  text-decoration: underline;
}
.section-52 {
  margin-left: 30px;
}

/*************/

/* SECTION 6 */

/*************/

/*************/

/* SECTION 7 */

/*************/

/*************/

/* @MEDIA */

/*************/

/* Ecran moyen */

@media (max-width: 1199px) {
  /*************/
  /* SECTION 1 */
  /*************/
}

/* Ecran Tablette */

@media (max-width: 991px) {
  /*************/
  /* SECTION 1 */
  /*************/
  #section-2 {
    width: 90%;
  }
  #section-222 {
    flex-direction: column;
  }
  /*************/
  /* SECTION 5 */
  /*************/
  #section-5-bonus {
    flex-direction: column;
  }
  #section-5-2 {
    margin: 10px 0;
  }
}

/* Ecran téléphone */

@media (max-width: 767px) {
  /*************/
  /* SECTION 5 */
  /*************/
  #section-5 {
    height: auto;
  }
  #section-5-2 {
    flex-direction: column;
    align-items: center;
    margin: 10px 0;
  }
  .section-52 {
    margin-left: 0px;
  }
}
