.elementor-2501 .elementor-element.elementor-element-77c2a44{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a68bdc5 */.intro-container {
  display: flex;
  align-items: center;
  gap: 50px;
  max-width: 1100px;
  margin: auto;
  padding: 0;
}

.profile-image {
  width: 450px;
  display: flex;
  justify-content: center; 
  align-items: center;
  flex-shrink: 0;
}

.profile-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

.intro-container {
  display: flex;
  align-items: flex-start; /* Aligne en haut pour ensuite centrer l'image */
  gap: 50px;
  max-width: 1100px;
  margin: auto;
  padding: 0;
}

.profile-image {
  width: 450px;
  display: flex;
  justify-content: center; 
  align-items: center;
  flex-shrink: 0;
  /* Centre l'image par rapport à la hauteur totale du contenu texte */
  align-self: center;
}

.profile-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

.intro-container {
  display: flex;
  align-items: center;
  gap: 50px;
  max-width: 1100px;
  margin: auto;
  padding: 0;
}

.profile-image {
  width: 450px;
  flex-shrink: 0;
}

.profile-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

.intro-container {
  display: flex;
  align-items: center;
  gap: 50px;
  max-width: 1100px;
  margin: auto;
  padding: 0;
}

.profile-image {
  width: 450px;
  flex-shrink: 0;
}

.profile-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

/* Conteneur pour grouper intro et phrase-speciale */
.text-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.intro {
  /* Justification sans coupure de mots */
  text-align: justify;
  text-align-last: left;
  hyphens: none; /* Empêche la coupure des mots */
  word-break: keep-all; /* Garde les mots entiers */
  text-justify: inter-word; /* Répartit l'espace entre les mots seulement */
}

/* Spécifiquement pour les paragraphes dans .intro */
.intro p {
  text-align: justify;
  text-align-last: left;
  margin-bottom: 1em;
  line-height: 1.6; /* Améliore la lisibilité */
  hyphens: none; /* Pas de coupure de mots */
  word-break: keep-all;
}

.phrase-speciale {
  color: #07C49B;
  font-weight: bold;
  display: block;
  text-align: justify;
  text-align-last: left;
  hyphens: none; /* Pas de coupure de mots */
  word-break: keep-all;
  text-justify: inter-word;
  /* Ajout d'une marge pour séparer visuellement */
  margin: 1em 0;
}

@media (max-width: 800px) {
  .intro-container {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }
  
  .profile-image {
    width: 100%;
  }
  
  .text-content {
    width: 100%;
  }
  
  .intro {
    text-align: left; /* Plus lisible sur mobile */
  }
  
  .intro p {
    text-align: left;
  }
  
  .phrase-speciale {
    text-align: left;
  }
}/* End custom CSS */
/* Start custom CSS *//* إخفاء عنوان الصفحة في الواجهة الأمامية */
.page-title, .entry-title, h1.elementor-heading-title {
    display: none !important;
}/* End custom CSS */