.Gestionnaires {
    display: flex;
    margin-bottom: 2rem;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-flow: column;
    background-image: linear-gradient(rgba(0,0,0,0.55),rgba(0,0,0,0.55)), url(/assets/image/logiciel-de-caisse-restaurant-digital.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 30rem;
  }

  .Gestionnaires h3 {
    justify-content: center;
    text-align: center;
    font-size: 2rem;
    color: var(--primary-color);
    text-transform: capitalize;
  }

  .titel-Gestionnaires {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 5px auto;
    margin-top: 100px;
  }

  .titel-Gestionnaires h1 {
    font-size: 4rem;
    color: var(--primary-color);
    margin-bottom: 40px ;
    position: relative;
  }


  .Gestionnairer-content {
    background: linear-gradient(rgba(0,0,0,0.55),rgba(0,0,0,0.55)), url(/assets/image/parapluie-chaise-autour-piscine-exterieure-hotel-resort_74190-13644.avif);
    background-size: cover;
    background-position: center;
}



.Optimiser-content {
   background: linear-gradient(rgba(0,0,0,0.55),rgba(0,0,0,0.55)), url(/assets/image/dashboard-de-demain-Data-visualisation-et-storytelling.jpg);
   background-size: cover;
   background-position: center;

}

