body {
    font-family: Arial, sans-serif;
    text-align: center;
    background: #fffff;
    margin: 0;
}

header {
    background: black;
    opacity: 0.9;
    color: white;
    padding: 20px;
    font-size: 24px;
}

.lido {
    color: #42c755;
    font-weight: bold;
}

.select {
    color: #c6c6c6;
    font-weight: bold;
}

section {
    background: transparent ;
    margin: 20px auto;
    padding: 20px;
    width: 90%;
    max-width: 600px;
    border-radius: 8px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

h2 {
    color: #007bff;
}

ul {
    list-style: none;
    padding: 0;
}

ul li {
    font-size: 16px;
    padding: 5px;
}

.contact-btn {
    display: inline-block;
    margin: 10px;
    padding: 10px 15px;
    text-decoration: none;
    color: white;
    background: #007bff;
    border-radius: 5px;
}

.contact-btn:hover {
    background: #0056b3;
}

footer {
    background: black;
    color: white;
    opacity: 0.9;
    padding: 10px;
    margin-top: 20px;
}


#engagements {
    background: transparent ;
    margin: 20px auto;
    padding: 20px;
    width: 90%;
    max-width: 600px;
    border-radius: 8px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.engagement {
    background: transparent ;
    padding: 15px;
    margin: 10px 0;
    border-radius: 5px;
    text-align: left;
}

.engagement h3 {
    color: #007bff;
}

.engagement p {
    font-size: 14px;
    color: #555;
}

#certifications, #temoignages {
    background: transparent ;
    margin: 20px auto;
    padding: 20px;
    width: 90%;
    max-width: 600px;
    border-radius: 8px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.certification {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

.certification img {
    width: 80px;
    margin-right: 10px;
}

#liste-temoignages {
    margin-top: 10px;
}

.temoignage {
    background: #f8f8f8;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
    text-align: left;
}

.temoignage strong {
    color: #007bff;
}

.temoignage p {
    font-size: 14px;
}






#touslesdetails {
  margin: 10px auto;     /* centre horizontalement */
  padding: 3px;
  border: 1px solid #fffff;
  border-radius: 12px;
  background: #fffff;
  max-width: 500px;      /* largeur max sur PC */
  width: 100%;           /* occupe toute la largeur sur mobile */
  box-sizing: border-box;/* pour inclure les bordures dans la largeur */
}



