.pacifico-regular {
  font-family: "Pacifico";
  font-weight: 200;
  font-style: normal;
  font-size: 24px;
}

.heading-1 {  
    background-color: rgba(61,74,80,0.5);
    text-align: center;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    margin: 40 px auto;
    display: flex;
    box-shadow: 0 7px 5px #0003;
    max-width: 100%;
    max-width: 1600px; /* Limite la largeur */
    padding-left: 5vw;
    padding-right: 5vw;
      
  }
    
  .heading-2 {
      text-align: center;
    }
    
  .heading-3 {
      grid-column-gap: 0px;
      grid-row-gap: 0px;
      text-align: center;
      background-color:rgba(230,241,243,0.8);
      border-radius: 8px;
      justify-content: center;
      align-items: center;
      min-width: auto;
      max-width: 1160px;
      margin-top: 0;
      margin-left: 10px;
      margin-right: 10px;
      font-weight: 700;
      display: block;
      box-shadow: 0 5px 5px #0003;
    } 
    
  .heading-4 