/* Reset de base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.mobile-menu-btn {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  color: #333;
}

@media screen and (max-width: 768px) {
  #hero .logo-container img {
    display: none;
  }

  .image-text-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .image-text-container .image {
    max-width: 200px;
    margin: 0 0 10px 0;
  }

  .image-text-container .image img {
    width: 100%;
    height: auto;
  }

  .image-text-container h13,
  .image-text-container h14 {
    margin-bottom: 10px;
    display: block;
  }

  .image-text-container .text {
    width: 100%;
    order: 2;
  }

  header {
    position: relative;
    width: 100%;
    padding: 15px 0;
  }

  .mobile-menu-btn {
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    background: #fff;
    border-radius: 5px;
    padding: 8px 12px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  }

  .image-text-container {
    margin: 10px 0;
    padding: 20px 0;
  }

  .image, .text {
    margin: 10px 0;
  }

  .submenu {
    background-color: #f5f5f5;
  }

  .submenu li a {
    background-color: #f5f5f5;
  }

  .submenu li a:hover {
    background-color: #e8e8e8;
  }

  .nav-menu {
    display: none;
    width: 100%;
    background: white;
    position: absolute;
    top: 60px;
    left: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .nav-menu.show {
    display: block;
  }

  .nav-menu ul {
    flex-direction: column;
    padding: 0;
  }

  .nav-menu ul li {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    position: relative;
  }

  .nav-menu ul li > a::after {
    content: '▲';
    display: none;
    margin-left: 5px;
    font-size: 12px;
    transition: transform 0.3s ease;
  }

  @media screen and (max-width: 768px) {
    .nav-menu ul li.has-submenu > a::after {
      display: inline-block;
    }

    .nav-menu ul li.has-submenu.open > a::after {
      transform: rotate(180deg);
    }
  }

  .submenu {
    position: static;
    width: 100%;
    box-shadow: none;
  }

  .submenu li {
    padding: 10px 0;
  }

  .scrollable-item {
    width: 45%;
    height: auto;
    margin: 15px 2.5%;
    display: inline-block;
    vertical-align: top;
  }

  .scrollable-item img {
    width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: cover;
    margin: 0 auto;
    display: block;
  }

  .scrollable-item .button {
    position: relative;
    left: 0;
    transform: none;
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
  }

  .image-container {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
  }

  .button {
    position: static;
    transform: none;
    width: 100%;
    margin: 10px 0;
    padding: 12px 10px;
    font-size: 12px;
    left: auto;
    top: auto;
  }

  .button-1 {
    position: static;
    transform: none;
    width: 100%;
    margin: 10px 0;
    padding: 12px 10px;
    font-size: 12px;
    left: auto;
    top: auto;
  }

  .item {
    width: 45%;
    height: auto;
    display: inline-block;
    margin: 15px 2.5%;
    vertical-align: top;
  }

  .item img {
    width: 100%;
    height: auto;
    max-height: 180px;
    object-fit: cover;
    margin: 0 auto;
    display: block;
  }

  .item .button-1 {
    width: 100%;
    font-size: 12px;
    margin-top: 10px;
  }

  .center-block {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .image-container {
    width: 100%;
    margin: 10px 0;
  }

  .sub-title {
    font-size: 24px;
    margin: 20px 0;
  }

  .big-title {
    font-size: 32px;
    margin: 30px 0 20px;
  }
}

/* Styles généraux */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  background-color: #f7f7f7;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.container1 {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.container2 {
  max-width: 800px; /* Taille maximale de la bulle */
  margin: 2 auto; /* Centrer la bulle */
  padding: 20px; /* Ajouter de l'espace autour du contenu */
  border: 2px solid #bababa; /* Ajouter une bordure bleue */
  border-radius: 10px; /* Arrondir les coins de la bulle */
  background-color: #f7f7f7; /* Couleur de fond */
}


.liste-decalee {
  margin-left: 60px; /* Ajustez la valeur selon vos besoins */
  list-style-type: disc;
}
h0 {
  font-family: 'Montserrat', sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  color:#cc6af2;
}

h1,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}

h2{
  text-align: center;
  margin-top: 3%;
  margin-bottom: 2%;
}

h22{
  text-align: center;
  margin-top: 5%;

  color: #ffffff;
    line-height: 1.2;
  font-size: 48px;
}

h12{
  text-align: center;
  margin-top: 3%;
  margin-bottom: 2%;
  color: #0056d6;
  font-weight: 800;
  line-height: 1.2;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}

h13 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 25px;
  margin-bottom: 15px;
  display: inline-block; /* Nécessaire pour appliquer la bordure sur du texte */
      position: relative;
      padding-bottom: 5px; /* Espace entre le texte et la ligne */
      border-bottom: 4px solid blue; /* Soulignement bleu, épaisseur de 3px */
  line-height: 1; /* Assure que la ligne ne dépasse pas la hauteur du texte */
}

h14 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 25px;
  margin-bottom: 15px;
  display: inline-block; /* Nécessaire pour appliquer la bordure sur du texte */
      position: relative;
      padding-bottom: 5px; /* Espace entre le texte et la ligne */
      border-bottom: 4px solid blue; /* Soulignement bleu, épaisseur de 3px */

}

h7 {
  font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    margin-top: 3%;
  color: #0056d6;
  }


a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: center;
}

a:hover {
  color: #007bff;
}

a1 {
  color: #0433ff;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: center;
}

a1:hover {
  color: #0042aa;
}

ul {
  list-style: none;
}
h4{
  color: blue;
  font-size: 50px;
  font-family: Bobby Jones Soft, sans-serif;
}
/* Header */
header {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 999;
  padding: 5px 0;
  height: 60px;
}

.phone-btn {
  display: inline-block;
  background-color: #fff;
  color: #007bff;
  font-weight: 700;
  padding: 10px 30px;
  border-radius: 5px;
  margin-left: 15px;
  transition: all 0.3s ease;
}

.phone-btn:hover {
  background-color: #007bff;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .phone-btn {
    display: inline-block;
  }
}

.header-content {
  display: none;
}

.logo-container {
  display: none;
}

@media screen and (max-width: 768px) {
  .header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .logo-container {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
  }

  .logo-container a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: inherit;
  }

  .logo-container img {
    height: 40px;
    width: auto;
  }

  .logo-container span {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
  }
  header nav ul {
    flex-direction: column;
    padding: 10px;
  }

  header nav ul li {
    margin: 5px 0;
  }

  .submenu {
    position: relative;
    width: 100%;
  }

  .image-text-container {
    flex-direction: column;
  }

  .image, .text {
    width: 100%;
    margin: 10px 0;
  }

  h0 {
    font-size: 40px;
  }

  .container {
    padding: 0 10px;
  }

  .cta-btn {
    display: block;
    margin: 10px auto;
    text-align: center;
  }

  .bubble-container {
    flex-direction: column;
  }

  .column {
    width: 100%;
  }

  .bubble {
    width: 100%;
    margin-bottom: 20px;
  }

  .profile-card-section {
    padding: 10px;
  }
}

header nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

header nav ul li {

}

header nav ul li:last-child {
  margin-right: 0;
}

header nav ul li a {/* Image-Text */
  #image-text {
    padding: 100px 0;
  }

  .image-text-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .image {
    flex: 1;
    margin-right: 20px; /* Espacement entre l'image et le texte */
  }

  .image img {
    width: 100%; /* Pour s'assurer que l'image soit responsive */
  }

  .text {
    flex: 1;
  }

  .text h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .text p {
    font-size: 16px;
    color: #666;
  }
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Hero */
#hero {
  background-image: url(img/clinik.jpg);
  background-size: cover;
  background-position: center;
  /* ajuste l'image pour couvrir le conteneur */
  background-repeat: no-repeat;
  text-align: center;
  padding: 150px 0;


}

#hero1 {
  background-image: url(img/tem.jpeg);
  background-size: cover;

  /* ajuste l'image pour couvrir le conteneur */
  background-repeat: no-repeat;

  padding: 180px 0;
}


#hero h1 {
  font-size: 48px;
  margin-bottom: 30px;
}

#hero p {
  font-size: 24px;
  margin-bottom: 30px;
  color: #161010;
}

.cta-btn {
  display: inline-block;
  background-color: #fff;
  color: #007bff;
  font-weight: 700;
  padding: 10px 30px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background-color: #007bff;
  color: #fff;
}

/* About */
#about {
  padding: 100px 0;
  text-align: center;
}

#about h2 {
  margin-bottom: 30px;
}

.team-members {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.member {
  flex-basis: calc(33.33% - 20px);
  margin-right: 20px;
}

.member:last-child {
  margin-right: 0;
}

.member img {
  width: 100px;
  margin-bottom: 15px;
  border-radius: 50%;
}

.member h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.member p {
  margin-bottom: 15px;
}

/* Image-Text */
.image-text-section {
  padding: 50px 0;
}

.image-text-container {
  padding: 50px 0; /* Ajout de padding en haut et en bas */
  display: flex;
  justify-content: center;
  align-items: center;
}

.image {
  flex: 1;
  margin-right: 20px; /* Espacement entre l'image et le texte */
  overflow: hidden; /* Pour s'assurer que l'image ronde ne dépasse pas son cadre */
  display: flex; /* Utiliser flexbox pour centrer l'image */
  justify-content: center;
  align-items: center;
}

.image img {
  max-width: 90%; /* Pour s'assurer que l'image reste à l'intérieur de sa div */
  height: auto; /* Pour conserver le ratio de l'image */
  border-radius: 50%;

}

.image1 img {
  max-width: 60%; /* Pour s'assurer que l'image reste à l'intérieur de sa div */
  height: auto; /* Pour conserver le ratio de l'image */
}

.image1 {
  flex: 1;
  margin-right: 20px; /* Espacement entre l'image et le texte */
  overflow: hidden; /* Pour s'assurer que l'image ronde ne dépasse pas son cadre */
  display: flex; /* Utiliser flexbox pour centrer l'image */
  justify-content: center;
  align-items: center;
}
.image2 {
  flex: 1;
  margin-right: 20px; /* Espacement entre l'image et le texte */
  overflow: hidden; /* Pour s'assurer que l'image ronde ne dépasse pas son cadre */
  display: flex; /* Utiliser flexbox pour centrer l'image */
  justify-content: right;
  align-items: left;
}
.image1-text-container {
  padding: 50px 0; /* Ajout de padding en haut et en bas */
  display: flex;
  justify-content: center;
  align-items: center;
}

.image1-text-section {
  padding: 50px 0;
}

.text {
  flex: 1;
  display: flex;
  flex-direction: column; /* Aligner le texte en colonne */
}

/* Styles pour centrer et réduire l'image */
.crohn-page .image1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto; /* Centre horizontalement */
}

.crohn-page .image1 img {
  max-width: 50%; /* Réduit la taille de l'image */
  height: auto; /* Maintient le ratio de l'image */
  display: block; /* Supprime les espaces blancs autour de l'image */
}




.crohn-page .image-text-container {
  display: flex;
  align-items: center;
}

.crohn-page .text {
  flex: 0 0 30%; /* Le texte prendra 30% de la largeur sans se rétrécir ni s'agrandir */
  padding-right: 20px; /* Ajoute un espace à droite du texte */
}

.crohn-page .image1 {
  flex: 0 0 40%; /* L'image prendra 40% de la largeur sans se rétrécir ni s'agrandir */
}

.crohn-page .image1 img {
  width: 100%; /* Assurez-vous que l'image reste à l'intérieur de sa div */
  height: auto; /* Conserver le ratio de l'image */
}





.text h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.text p {
  font-size: 16px;
  color: #666;
}

.text f {
  font-size: 16px;
  color: #ffffff;
}

t {
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
}
p, ul {
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
}
f {
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
}
/* Menu déroulant */

/* Map */
.map-section {
  background-color: #fff;
  padding: 100px 0;
  text-align: center;
}

.map-section h2 {
  margin-bottom: 30px;
}

.profile-card-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  max-width: 600px;
  /* adjust width to fit the content */
  margin: 0 auto;
  /* center the content horizontally */
}

.profile-card-section h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.profile-card-section p {
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
}

.profile-card-section iframe {
  width: 100%;
}

#faq {
  margin-top: 3%; /* Ajoute un espace de 10% au-dessus de la section FAQ */
  margin-bottom: 3%;
}

#faq-title {
  text-align: center;
}

.faq-item {
  margin-bottom: 20px;
  text-align: center;
}

.question {
  background-color: #007bff;
  color: #fff;
  padding: 15px 30px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 60%;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 18px;
}

.answer {
  display: none;
  padding: 10px 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 60%;
  margin: 0 auto;
  text-align: left;
}

.answer p {
  margin: 0;
}

.image-text-section .image img {
  border-radius: 50%; /* Garder les bords arrondis pour les autres pages */
}

.no-border-radius .image-text-section .image img {
  border-radius: 0; /* Supprimer les bords arrondis pour cette page spécifique */
}

.image-above-text .image {
  order: -1; /* Déplace l'image au-dessus du texte */
}

.image-above-text .text {
  order: 1; /* Garde le texte en dessous de l'image */
}

/* Ajouter le style pour le sous-menu */
.submenu {
  display: none;
  position: static;
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 769px) {
  .submenu {
    position: absolute;
  }

  li:hover .submenu {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .nav-menu ul li {
    padding-bottom: 0;
  }

  .submenu li {
    padding: 10px 0;
  }

  .nav-menu ul li.has-submenu.open + li {
    margin-top: 0;
  }
}

/* Ajuster le positionnement du sous-menu */
.submenu li {
  display: block;
}

/* Ajuster l'apparence des liens dans le sous-menu */
.submenu li a {
  color: #007bff;
  text-decoration: none;
  display: block;
  padding: 10px 20px;
  transition: all 0.3s ease;
  text-align: center; /* Ajout de cette ligne */
}

.submenu li a:hover {
  background-color: #f0f0f0;
}
/* zone de texte rectangle bleu */

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  padding: 15px; /* Augmente l'espace autour du texte */
  text-align: left;
  border-bottom: 1px solid #ddd;
}

th {
  background-color: #f2f2f2; /* Couleur de fond pour les en-têtes */
}
/* container scroll */
.scrollable-item {
  display: inline-block;
  position: relative;
  scroll-snap-align: start;
  width: 200px;
  height: 200px;
  margin: 0 10px; /* Updated margin to center the items */
  text-align: center; /* Center the content inside the item */
}

.scrollable-item img {
  width: 92%;
  height: 80%;
  object-fit: cover;
}
/* Style de bouton */
.button {
  position: absolute;
  top: 400px; /* Raise the button position */
  left: 32%; /* Center the button horizontally */
  transform: translateX(-50%); /* Adjust for centering */
  padding: 10px 20px;
  background-color: #ffffff;
  color: #007bff;
  text-decoration: none;
  border-radius: 5px; /* Add rounded corners to the button */
}

.button-1 {
  position: absolute;
  top: 180px; /* Raise the button position */
  left: 30%; /* Center the button horizontally */
  transform: translateX(-50%); /* Adjust for centering */
  padding: 10px 20px;
  background-color: #ffffff;
  color: #007bff;
  text-decoration: none;
  border-radius: 5px; /* Add rounded corners to the button */
}
.button-1:hover {
  background-color: #007bff;
  color: #fff;
}

.btn {
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.btn:hover {
    background-color: #0056b3;
}
/* message mail */
.container3 {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

label {
    display: block;
    margin-bottom: 5px;
}

input[type="email"],
textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

button {
    padding: 30px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
butto {
    padding: 10px 60px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;

}

.scrollable-container {
  display: flex;
  justify-content: center; /* Aligner les éléments au centre horizontalement */
}

.scrollable-item {
  display: inline-block;
  position: relative;
  scroll-snap-align: start;
  width: 500px;
  height: 600px;
  margin: 0 10px; /* Updated margin to center the items */
  text-align: center; /* Center the content inside the item */
}
.scrollable-ite {
  display: inline-block;
  position: relative;
  scroll-snap-align: start;
  width: 500px;
  height: 600px;
  margin: 0 10px; /* Updated margin to center the items */
  text-align: center; /* Center the content inside the item */
}
.ite {
  display: inline-block;
  position: relative;
  scroll-snap-align: start;
  width: 400px;
  height: 300px;
  margin: 0 10px; /* Updated margin to center the items */
  text-align: center; /* Center the content inside the item */
}

.ite img {
  width: 100%;
  height: 80%;
  object-fit: cover;
}

/* Footer */
footer {
  position: relative;
  margin-top: auto; /* Utilise une marge automatique en haut pour pousser le footer en bas */
  background-color: #333; /* Changez la couleur de fond selon vos préférences */
  color: #fff; /* Changez la couleur du texte selon vos préférences */
  padding: 20px 0; /* Ajoutez ou modifiez le rembourrage selon vos besoins */
}
.image-text-container2 {
  display: flex;
  align-items: center;
}

.text2 {
  flex: 1;
  padding-right: 20px;
}

.image2 {
  flex: 1;
}

.image img2 {
  width: 100%;
  height: auto;
  transform: scale(3);
}

/* Styles spécifiques à la page */
.page-specific h2 {
  margin-top: 5%;
}
.page-specific h4 {
  margin-top: 2%;
}

.page-specific img {
  margin-top: 5%;
  margin-bottom: 10%;
}

/* Exclure les marges pour le footer */
.page-specific footer {
  margin-bottom: 0; /* Annuler les marges pour le footer */
}

/* Ajouter une marge horizontale de 20% uniquement au texte */
.page-specific p {
  margin-left: 20%;
  margin-right: 20%;
}

/* Centre horizontalement tous les textes */
.page-specific h2,
.page-specific h4,
.page-specific p {
  text-align: center;
}

/* Ajoute un espacement vertical aux images */
.image-with-margin {
  margin-bottom: 10%;
  border-radius: 15px;
}

.image-container {
  margin-top: 10px; /* Espacement de 5% en haut */
  margin-bottom: 5%; /* Espacement de 5% en bas */
}

.center-block {
  display: flex;
  justify-content: center;

}

/* Ajoutez ce style à votre fichier index.css */

#disease-info iframe {
  display: block;
  margin: 0 auto;
  margin-top: 4%;
  margin-bottom: 4%;
}

.paragraph-block {
  margin-bottom: 30px; /* Espacement entre les blocs de paragraphe */
  padding: 20px; /* Ajoutez de la marge intérieure pour l'espace autour du texte */
  background-color: #ffffff; /* Couleur de fond du bloc de paragraphe */
  border-radius: 5px; /* Arrondir les coins du bloc */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Ajoute une ombre pour donner de la profondeur */
}
/* Titre et sous-titre */
.big-title {
  color: #007bff;
  font-size: 40px;
  text-align: center;
  margin-top: 50px;
}
.sub-title {
  font-size: 30px;
  text-align: center;
  margin-top: 20px;
}

.item {
  display: inline-block;
  position: relative;
  scroll-snap-align: start;
  width: 400px;
  height: 300px;
  margin: 0 10px; /* Updated margin to center the items */
  text-align: center; /* Center the content inside the item */
}

.item img {
  width: 100%;
  height: 80%;
  object-fit: cover;
}
/* bandeau témoignage */
.bandeau-container {
  position: relative;
  width: 60%; /* Largeur du conteneur du bandeau */
  margin: 0 auto; /* Centrer horizontalement */
}

.bandeau {
  position: relative;
  overflow: hidden;
}

.temoignage {
  display: none;
  padding: 20px;
  text-align: center;
}

.temoignage.active {
  display: block;
}

.arrow-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s;
}

.arrow:hover {
  opacity: 1;
}

.arrow-left {
  left: 10px;
}

.arrow-right {
  right: 10px;
}
/* texte image */
.conta {
  position: relative;
}

.conta img {
  position: absolute;
  top: 0;
  left: 0;
}

.conta p {
  margin-left: /* Largeur de votre image + espace */;
  /* Vous pouvez également ajouter un padding à gauche au besoin */
}


/* Contact Information Styling */
.contact-info {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.contact-info .info-item {
  margin: 0 20px; /* Spacing between information elements */
  text-align: center; /* Center the text within each info-item */
}
.contact-info .info-item i { /* Icons */
  font-size: 2em;
  color: #007bff;
  margin-bottom: 10px;
  display: block; /* Make the icon a block element to center it */
}
.contact-info .info-item p { /* Contact information */
  font-weight: bold;
  word-break: break-all; /* Allow words to break but don't force wrapping */
}
/* ... previous styles ... */

.testimonial-slider {
  display: flex;
  overflow-x: auto; /* Hide the scrollbar */
  position: relative; /* For positioning the arrows */
}

.testimonial {
  min-width: 600px; /* Adjust to fit your testimonial size */
  padding: 120px;
  margin-right: 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgb(4, 51, 255, 0.1);
  scroll-snap-align: start; /* Snap to the start of the testimonial */
}

.author {
  font-style: italic;
  margin-top: 20px;
}

.arrow-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s;
}

.arrow:hover {
  opacity: 1;
}

.arrow-left {
  left: 20px;
}

.arrow-right {
  right: 20px;
}

.leave-testimonial {
  margin-top: 20px;
  padding: 100px;/*pas touche*/
  text-align: right;/*pas touche*/
}

.leave-testimonial form {
  display: flex;
  flex-direction: column;
  align-items: right;
  max-width: 650px;/*longueur de la zone d'écriture*/
  padding: 20px;/*largeur*/
  margin: 1 auto;/*pas touche*/
}

.leave-testimonial label {
  margin-bottom: 5px; /*pas touche*/
}

.leave-testimonial input,
.leave-testimonial textarea {
  width: 100%;/*pas touche*/
  padding: 50px;/*pas touche*/
  margin-bottom: 10px; /*espace entre les éléments*/
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

.leave-testimonial button {
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;/*pas touche*/
  cursor: pointer;
  align-items: center;
}

.leave-testimonial button:hover {
  background-color: #0056b3;
}
/*-------------------------*/

.image-text-container2 {
  position: relative;
}

.image-text-container2 img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
}

.text2 {
  margin-left: /* Largeur de votre image + espace */;
  /* Vous pouvez également ajouter un padding à gauche au besoin */

}

.butto {
  padding: 10px 60px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.butto:hover {
  background-color: #0056b3;
}
.item2 img {
  width: 100%;
  height: auto;
}

/* Style pour la section cachée */
#texteSupp {
    display: none; /* Masque le texte initialement */
    margin-top: 10px;
}

/*  General styles  */
body2 {
  font-family: sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 20px;
}

h10, h20, h30 {
  margin-top: 30px;
  color: #007bff; /* Blue color for headings */
}

ula {
  list-style: disc;
  padding-left: 20px;
}

lia {
  margin-bottom: 10px;
}

aa {
  color: #007bff; /* Blue color for links */
  text-decoration: none;
}

aa:hover {
  text-decoration: underline;
}

/*  Specific styles for this page  */

.mici-page-intro p {
  margin-bottom: 20px;
}

.mici-page-principles ul {
  list-style: disc;
  padding-left: 20px;
}

.mici-page-principles li {
  margin-bottom: 10px;
}

.mici-page-symptoms {
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 5px;
}

.mici-page-resources ul {
  list-style: none;
  padding-left: 0;
}

.mici-page-resources li {
  margin-bottom: 10px;
}
/*--------*/
.intro img {
  width: 100%;
  max-width: 600px; /* Adjust image width as needed */
  margin: 20px auto;
  display: block;
}

.food-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Responsive grid */
  gap: 20px;
}

.food-item {
  text-align: center;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 5px;
}

.food-item img {
  width: 200px;
  height: 150px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 10px;
}


/* Call to Action Styling */
.call-to-action {
  padding: 50px 0;
  text-align: center;
}
.cta-button {
  background-color: #007bff;
  color: white;
  padding: 15px 30px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.2em;
  transition: background-color 0.3s;
}
.cta-button:hover {
  background-color: #0056b3;
}

/*-----------*/
.contenu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
}

.boite-ingrédients {
  width: 45%;
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.ingrédient-ligne {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.ingrédient-ligne input[type="checkbox"] {
  margin-right: 10px;
}

#btn-soumettre {
  background-color: #4caf50;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  display: block;
  margin: 20px auto;
  border-radius: 5px;
}

#btn-soumettre:hover {
  background-color: #45a049;
}

.affiche-résultats {
  width: 45%;
  background-color: #ffe0e0;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.résultat-texte {
  color: #e74c3c;
  margin-bottom: 15px;
}
.section-alimentation {
  margin-top: 40px;
  padding: 20px;
  background-color: #f0f0f0;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.comparaison-alimentation {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.alimentation-classique, .alimentation-fractionnée {
  width: 45%;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

h3 {
  color: #333;
}


.flèche {
    font-size: 50px; /* Taille de la flèche */
    color: #333;
    text-align: center;
    width: 20%;
}
/* conseille qui bouge */

.bubble-container {
  display: flex;
  justify-content: space-between; /* Espace entre les colonnes */
  max-width: 900px; /* Largeur maximale du conteneur */
  margin: auto; /* Centrer le conteneur */
}

.column {
  flex: 1; /* Chaque colonne prend une part égale de l'espace disponible */
  margin: 0 10px; /* Espacement horizontal entre les colonnes */
}

.bubble {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

  width: 250px; 
  height: 180px; 
  position: relative;
  color: #333;
  transition: transform 0.3s ease-in-out;
  margin-bottom: 15px; /* Espacement entre les bulles */
  width: 200px; /* Largeur de la bulle */
  height: 150px; /* Hauteur de la bulle */
  perspective: 600px; /* Perspective pour l'effet de flip */
}

.bubble::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 20px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #ffffff;
  border-bottom: 0;
  margin-left: -10px;
  margin-bottom: -10px;
}

.bubble:hover {
  transform: translateY(-5px);
}

.bubble p {
  margin: 0;
  line-height: 1.5;
}

.bubble strong {
  color: #007BFF;
}

.front, .back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden; /* Cache la face arrière */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  padding: 10px;
  border-radius: 20px;
}

.front {
  background-color: #eee; /* Couleur de fond de la face avant */
  transform: rotateY(0deg);
}

.back {
  background-color: #ccc; /* Couleur de fond de la face arrière */
  transform: rotateY(180deg);
}

.bubble.flipped .front {
  transform: rotateY(180deg);
}

.bubble.flipped .back {
  transform: rotateY(0deg);
}
/* page en construction */
.coming-soon {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 50px;
  text-align: center;
  width: 100%;
  max-width: 100%;
}
.btn {
  display: inline-block;
  background-color: #007bff;
  color: white;
  padding: 15px 30px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1em;
  transition: background-color 0.3s;
  text-decoration: none;
}
.btn:hover {
  background-color: #0056b3;
}

/* Responsive video container */
.video-container {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 20px auto;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media screen and (max-width: 768px) {
  .video-container {
    max-width: 100%;
    padding-bottom: 56.25%;
  }

  .question {
    width: 95% !important;
  }

  .answer {
    width: 95% !important;
  }

  /* Équipe Amici mobile optimization */
  .team-members {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
  }

  .member {
    width: calc(33.333% - 7px);
    margin-right: 0;
    margin-bottom: 0;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 10px;
    text-align: center;
  }

  .member:last-child {
    margin-bottom: 0;
  }

  .member img {
    width: 60px;
  }

  .member h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .member p {
    font-size: 12px;
  }

  #about {
    padding: 50px 0;
  }

  table {
    font-size: 14px;
  }

  th, td {
    padding: 10px;
  }

  .containe {
    max-width: 90% !important;
    padding: 15px !important;
  }
}

/* Contact Page Styles */
.contact-page {
  min-height: calc(100vh - 200px);
}

.contact-hero {
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  color: white;
  text-align: center;
  padding: 60px 20px;
  margin-bottom: 50px;
}

.contact-hero h1 {
  font-size: 48px;
  margin-bottom: 15px;
  font-weight: 800;
}

.contact-hero p {
  font-size: 20px;
  opacity: 0.95;
}

.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 50px;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

.contact-card {
  background: white;
  border-radius: 15px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border-top: 4px solid #007bff;
}

.contact-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 123, 255, 0.2);
}

.card-icon {
  margin-bottom: 20px;
}

.card-icon img {
  width: 80px;
  height: 80px;
}

.contact-card h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #007bff;
  font-weight: 700;
}

.contact-card p {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.card-link {
  display: inline-block;
  color: #007bff;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
  padding-bottom: 5px;
}

.card-link:hover {
  border-bottom-color: #007bff;
  color: #0056b3;
}

.contact-form-wrapper {
  background: #f9f9f9;
  border-radius: 15px;
  padding: 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.contact-form-wrapper h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 32px;
  color: #333;
}

.modern-form {
  max-width: 600px;
  margin: 0 auto;
}

.form-group {
  margin-bottom: 25px;
  position: relative;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 15px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  transition: all 0.3s ease;
  background-color: white;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.form-group label {
  position: absolute;
  top: -10px;
  left: 15px;
  background: white;
  padding: 0 5px;
  color: #007bff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.submit-btn {
  width: 100%;
  padding: 15px;
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 123, 255, 0.3);
}

/* Appointment Section */
.appointment-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 60px;
}

.appointment-card {
  background: white;
  border-radius: 12px;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border-left: 5px solid #007bff;
}

.appointment-card:hover {
  transform: translateX(5px);
  box-shadow: 0 6px 20px rgba(0, 123, 255, 0.15);
}

.appointment-card.full-width {
  grid-column: 1 / -1;
}

.appointment-card.half-width {
  grid-column: auto;
}

.appointment-icon {
  flex-shrink: 0;
}

.appointment-icon img {
  width: 70px;
  height: 70px;
}

.appointment-info {
  flex: 1;
}

.appointment-info h3 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #007bff;
}

.appointment-info p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.appointment-btn {
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.appointment-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

@media screen and (max-width: 768px) {
  .contact-hero {
    padding: 40px 20px;
    margin-bottom: 30px;
  }

  .contact-hero h1 {
    font-size: 32px;
  }

  .contact-hero p {
    font-size: 16px;
  }

  .contact-cards {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }

  .contact-card {
    padding: 30px 20px;
  }

  .card-icon img {
    width: 60px;
    height: 60px;
  }

  .contact-form-wrapper {
    padding: 30px 20px;
  }

  .contact-form-wrapper h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .form-group {
    margin-bottom: 20px;
  }

  .form-group input,
  .form-group textarea {
    padding: 12px;
    font-size: 14px;
  }

  .form-group label {
    font-size: 11px;
  }

  .appointment-section {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 40px;
  }

  .appointment-card {
    padding: 20px;
    gap: 15px;
  }

  .appointment-card.full-width {
    grid-column: 1;
  }

  .appointment-card.half-width {
    grid-column: 1;
  }

  .appointment-icon img {
    width: 50px;
    height: 50px;
  }

  .appointment-info h3 {
    font-size: 16px;
  }

  .appointment-info p {
    font-size: 13px;
  }

  .appointment-btn {
    padding: 8px 15px;
    font-size: 12px;
  }
}

/* Team Page Styles */
.team-page {
  min-height: calc(100vh - 200px);
}

.team-hero {
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  color: white;
  text-align: center;
  padding: 60px 20px;
  margin-bottom: 50px;
}

.team-hero h1 {
  font-size: 48px;
  margin-bottom: 15px;
  font-weight: 800;
}

.team-hero p {
  font-size: 20px;
  opacity: 0.95;
}

.team-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 50px;
}

.medical-team {
  margin-bottom: 80px;
}

.medical-team h2 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 50px;
  color: #333;
  position: relative;
  padding-bottom: 15px;
}

.medical-team h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #007bff;
  border-radius: 2px;
}

.medical-members {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.member-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border-top: 4px solid #007bff;
}

.member-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 30px rgba(0, 123, 255, 0.2);
}

.member-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.member-content {
  padding: 25px;
  text-align: center;
}

.member-content h3 {
  font-size: 20px;
  margin-bottom: 8px;
  color: #333;
  font-weight: 700;
}

.member-content .role {
  color: #007bff;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 12px;
}

.member-content .description {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

.admin-team {
  background: #f9f9f9;
  border-radius: 15px;
  padding: 50px;
}

.admin-team h2 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 50px;
  color: #333;
  position: relative;
  padding-bottom: 15px;
}

.admin-team h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #007bff;
  border-radius: 2px;
}

.admin-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.admin-card {
  background: white;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border-top: 4px solid #007bff;
}

.admin-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 123, 255, 0.15);
}

.admin-icon {
  margin-bottom: 20px;
}

.admin-icon img {
  width: 60px;
  height: 60px;
}

.admin-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #007bff;
  font-weight: 700;
}

.admin-card p {
  font-size: 16px;
  color: #333;
  margin: 0;
  font-weight: 600;
}

.admin-email {
  font-size: 12px !important;
  color: #999 !important;
  margin-top: 8px !important;
  font-weight: 400 !important;
}

@media screen and (max-width: 768px) {
  .team-hero {
    padding: 40px 20px;
    margin-bottom: 30px;
  }

  .team-hero h1 {
    font-size: 32px;
  }

  .team-hero p {
    font-size: 16px;
  }

  .medical-members {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .medical-team h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .member-image {
    height: 200px;
  }

  .member-content {
    padding: 20px;
  }

  .member-content h3 {
    font-size: 18px;
  }

  .member-content .role {
    font-size: 13px;
  }

  .member-content .description {
    font-size: 13px;
  }

  .admin-team {
    padding: 30px 20px;
  }

  .admin-team h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .admin-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .admin-card {
    padding: 20px;
  }

  .admin-icon img {
    width: 50px;
    height: 50px;
  }

  .admin-card h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .admin-card p {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .admin-cards {
    grid-template-columns: 1fr;
  }
}