.section-home {
      display: flex;
      flex-direction: column;
      align-items: center;
}
.corps_text {
     width: 100%;
     text-align: justify;
}

.icone {
      margin-top: 20px;
      margin-bottom: 20px;
      height: 80px;
      width: 100px;
}

.photos {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 80px;
      margin-top: 90px;
}

figure {
      width: 100%;
}

figure img {
      width: 100%;
}

figcaption {
      text-align: center;
}

.button {
      background-color: var(--blue-main);
      border-radius: 20px;
      padding: 15px;
      margin-top: 70px;
}
.button_valider {
      background-color: darkgreen;
      color: rgb(255, 255, 255);
      border-radius: 20px;
      padding: 15px;
      margin-top: 70px;
}
.button_recommencer {
      background-color: var(--blue-main);
      border-radius: 20px;
      margin-bottom: 0px;
      padding: 15px;
      margin-top: 70px;
}


@media (min-width: 1000px) {
      .photos {
            flex-direction: row;
            gap: 50px;
            margin-bottom: 50px;
      }

 /*      figure {
            height: 350px; 
      }
*/
      figure img {
            height: 100%;
      }
}

@media (min-width: 1300px) {
      .photos {
            gap: 150px;
      }
}

@media (min-width: 2000px) {
      .photos {
            gap: 300px;
      }
}
