  .wrapper {
      height: auto;
      position: relative;
  }
  
  
  .top1, .top2, .top3 {
      align-items: center;
      justify-content: center;
      min-height: 100vh;
      width: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-attachment: fixed;
      color: white;
  }
  
  .top1 {
      background-image: linear-gradient(rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.34)), url("/static/img/bde/integration/presei4.jpeg");
  }
  
  .top2 {
      background-image: linear-gradient(rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.34)), url("/static/img/bde/integration/equipesei.jpg");
  }
  
  .top3 {
      background-image: linear-gradient(rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.34)), url("/static/img/bde/integration/wei1.jpeg");
  }
  
  
  
  .above-top {
      z-index: -99;
      min-height: 100vh;
      width: 100%;
      display: flex;
      flex-direction: column;
      background-color: rgba(0, 0, 0, 0.48);
  }
  
  .top-texte {
      padding-top:150px;
      width: 80%;
      margin: 0 auto;
      text-align: center;
      color: white;
  }

  .button-inte {
    font-size: 1rem;
    /* width: 150px; */
    height: 35px;
    background-color: #005177;
    color: white;
    border-radius: 10px;
    margin: 0 auto;
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px;

}

.button-inte p {
    color: white;
    text-align: center;
    white-space: nowrap;
}
  
  
  .photos {
      display: flex;
      justify-content: space-evenly;
      width: 100%;
  }
  
  .p img {
      max-width: 100%;
  }
  
  .chiffres {
      margin-top: 50px;
      border: 3px solid white;;
      text-align: center;
      border-radius: 30px;
      color: white;
      display: flex;
      justify-content: space-evenly;
      backdrop-filter: blur(6px);
      -webkit-backdrop-filter: blur(6px); /* compatibilité avec safari */
      box-shadow: 0px 10px 50px -10px #1f2121;
      align-items: center;
      font-size: 1rem;
  }
  
  .c {
      display: flex;
      flex-direction: column;
      padding: 20px;
      width: 150px;
  }
  
  .i {
      margin: 0 auto;
      width: 50px;
      color: white;
      margin-bottom: 20px;
  }
  
  .i i{
      color: white;
      width: 50px;
      height: 50px;
      font-size: 50px;
  }
  
  
  .photos {
      margin-top: 50px;
      height: 400px;
      text-align: center;
      color: white;
      display: flex;
      justify-content: space-evenly;
      backdrop-filter: blur(6px);
      -webkit-backdrop-filter: blur(6px); /* compatibilité avec safari */
      box-shadow: 0px 10px 50px -10px #1f2121;
      margin-bottom: 30px;
  }
  
  .img-wrapper-list img {
      position: relative;
      margin: auto;
      z-index: -100;
      height: 100%;
      width: 25%;
      object-fit: cover;
  }
  
  .img-wrapper-list {
      display: flex; /* change the default display type to inline-block */
      overflow: hidden;
      justify-content: center;
  }
  
  .top-texte h1 {
      font-size: 3rem;
      margin-bottom: 30px;
  }
  
  .texte p {
      font-size: 1.2rem;
  }
  
  .second-texte {
      padding-top:50px;
      width: 80%;
      margin: 0 auto;
      text-align: center;
      color: white;
  }
  
  footer {
      color: white;
      text-align: center;
      background-color: black;
  }
  
  footer p{
      margin-bottom: 0;
  }
  
  
  @media screen and (max-width: 700px){
      .img-wrapper-list {
          flex-direction: column;
          width: 100%;
      }
      .img-wrapper-list img{
         width: 300px;
          margin-bottom: 20px;
      }
  
      .photos {
          height: auto;
          width: 100%;
      }
  
      .chiffres {
          width: auto;
          font-size: 0.8rem;
          justify-content: center;
      }
  
      .i i{
      font-size: 30px;
  }
  }