.elementor-1487 .elementor-element.elementor-element-9ec6dec{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1487 .elementor-element.elementor-element-2c1e326 .bdt-scroll-image-container .bdt-scroll-image{min-height:320px;}.elementor-1487 .elementor-element.elementor-element-2c1e326 .bdt-scroll-image{transition:background-position 2s ease-in-out;-webkit-transition:background-position 2s ease-in-out;}.elementor-1487 .elementor-element.elementor-element-aabf990{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1487 .elementor-element.elementor-element-aabf990:not(.elementor-motion-effects-element-type-background), .elementor-1487 .elementor-element.elementor-element-aabf990 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#575129;}.elementor-1487 .elementor-element.elementor-element-97d80f8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1487 .elementor-element.elementor-element-92da4d7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1487 .elementor-element.elementor-element-92da4d7:not(.elementor-motion-effects-element-type-background), .elementor-1487 .elementor-element.elementor-element-92da4d7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#A85252;}.elementor-1487 .elementor-element.elementor-element-335e1e6{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1487 .elementor-element.elementor-element-02bd0b8 .elementor-heading-title{color:#563A3A;}.elementor-1487 .elementor-element.elementor-element-1f1fe18 .bdt-overlay-default{background-color:#333333;opacity:0.4;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-211b643 */.director-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 1000px;
  margin: 60px auto;
  padding: 20px;
  background-color: #f9f9f9;
  opacity: 70%;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.director-photo img {
  width: 300px;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.director-content {
  flex: 1;
  text-align: left;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
}

.director-content h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #007BFF;
}

.director-content .excerpt {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 25px;
  color: #555;
}

.director-content .name-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #222;
}

.read-more-button {
  display: inline-block;
  padding: 10px 25px;
  font-size: 0.95rem;
  background-color: #007BFF;
  color: white;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.read-more-button:hover {
  background-color: #0056b3;
}

@media screen and (max-width: 768px) {
  .director-container {
    flex-direction: column;
    text-align: center;
  }

  .director-photo img {
    width: 90%;
    height: auto;
  }

  .director-content {
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-20fb433 */.visit-section {
  padding: 70px 20px;
  background: linear-gradient(to bottom, #f8f8f8, #ffffff);
  text-align: center;
  font-family: 'Segoe UI', Roboto, sans-serif;
}

.section-title {
  font-size: 36px;
  font-weight: bold;
  color: #2c2c2c;
  margin-bottom: 50px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.visit-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.feature-card {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  padding: 40px 30px;
  max-width: 300px;
  transition: all 0.3s ease;
  text-align: center;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.12);
}

.feature-card i {
  font-size: 42px;
  color: #93866C;
  margin-bottom: 24px;
}

.feature-card h3 {
  font-size: 22px;
  color: #333;
  margin-bottom: 15px;
}

.feature-card p {
  font-size: 15px;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
}

.feature-btn {
  display: inline-block;
  padding: 10px 18px;
  background-color: #93866C;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.feature-btn:hover {
  background-color: #7F745D;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* Responsive */
@media (max-width: 768px) {
  .visit-features {
    flex-direction: column;
    align-items: center;
  }

  .feature-card {
    width: 90%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-91f5c25 *//* Style principal de la section */
.circle-layout {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #f4f4f4; /* Fond clair pour la page */
}

/* Conteneur circulaire */
.circle-inner {
  position: relative;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: #ffffff; /* Blanc pour un contraste élevé */
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 90px; /* Espacement entre le cercle et les boîtes de service */
}

/* Image centrale */
.center-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 280px;
  height: 280px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.center-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* Positionnement des boîtes de services */
.service-box {
  position: absolute;
  width: 340px;
  background: white;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  opacity: 0;
  animation: fadeIn 1s ease forwards;
}

.service-box:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2); /* Ombre au survol */
}

/* Icônes des services */
.service-box i {
  font-size: 26px;
  color: #93866C;
  margin-bottom: 10px;
}

.service-box h3 {
  font-size: 18px;
  margin: 5px 0;
  color: #2c2c2c;
}

.service-box p {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}

.service-box a {
  text-decoration: none;
  color: white;
  background: #93866C;
  padding: 6px 14px;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
  transition: background 0.3s ease;
}

.service-box a:hover {
  background: #7f745d;
}

/* Positions */
.top-left {
  top: -15%;
  left: -60%;
  animation-delay: 0.2s;
}
.middle-left {
  top: 30%;
  left: -65%;
  animation-delay: 0.4s;
}
.bottom-left {
  bottom: -15%;
  left: -60%;
  animation-delay: 0.6s;
}

.top-right {
  top: -15%;
  right: -60%;
  animation-delay: 0.2s;
}
.middle-right {
  top: 30%;
  right: -65%;
  animation-delay: 0.4s;
}
.bottom-right {
  bottom: -15%;
  right: -60%;
  animation-delay: 0.6s;
}

/* Fade-in animation */
@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
  from {
    opacity: 0;
    transform: translateY(20px);
  }
}

@media (max-width: 768px) {
  .circle-layout {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .service-box {
    position: static;
    margin: 25px 0;
    width: 100%;
    animation-delay: 0s !important;
  }

  .center-image {
    position: static;
    transform: none;
    margin: 40px 0;
  }
}/* End custom CSS */