.elementor-6387 .elementor-element.elementor-element-4e797da{--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;border-style:solid;--border-style:solid;border-width:0px 0px 5px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:5px;--border-left-width:0px;border-color:#EFC543;--border-color:#EFC543;}.elementor-6387 .elementor-element.elementor-element-4e797da:not(.elementor-motion-effects-element-type-background), .elementor-6387 .elementor-element.elementor-element-4e797da > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1B252F;}.elementor-6387 .elementor-element.elementor-element-3d409bf{--display:flex;}body.elementor-page-6387:not(.elementor-motion-effects-element-type-background), body.elementor-page-6387 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1B252F;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3ac0cd7 */.team-dark {
  background-color: #1B252F;
  color: #f3f4f6;
  padding: 5rem 2rem;
}

.team-container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.team-dark h2 {
  font-family: Oswald;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #facc15;
}

.team-dark .intro {
  font-family: Roboto Condensed;
  font-size: 1.2rem;
  margin-bottom: 3rem;
  color: #d1d5db;
}

.team-cards {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

@media (min-width: 768px) {
  .team-cards {
    flex-direction: row;
    justify-content: center;
  }
}

.team-card {
  background-color: #1f2937;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
  flex: 1;
  max-width: 420px;
}

.team-card img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 1rem;
  box-shadow: 0 0 0 4px #facc15;
}

.team-card h3 {
  font-family: Oswald;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 0.2rem;
}

.team-card h4 {
  font-family: Oswald;
  font-size: 1rem;
  color: #9ca3af;
  margin-bottom: 1rem;
  font-weight: 400;
}

.team-card p {
  font-family: Roboto Condensed;
  font-size: 1rem;
  color: #e5e7eb;
  line-height: 1.6;
}

.team-quote {
  margin-top: 4rem;
  padding: 2rem;
  background-color: #1c1f2b;
  border-left: 4px solid #facc15;
  border-radius: 0.5rem;
}

.team-quote blockquote {
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.8;
  color: #f3f4f6;
}

.team-quote cite {
  display: block;
  margin-top: 1rem;
  font-size: 0.95rem;
  color: #9ca3af;
}

@media (max-width: 640px){
  .team-quote{
    /* Tes styles mobile ici */
    /* ex : */
    padding:1.25rem;
    font-size:0.95rem;
    text-align:left;
  }

  /* Si tu as aussi des éléments internes à adapter */
  .team-quote p{
    /* ex : */
    margin-bottom:0.75rem;
  }
}/* End custom CSS */
/* Start custom CSS for global, class: .elementor-global-6772 */.cta-final {
  background-color: #efc543; /* Jaune Odentas */
  color: #1f2937; /* Gris foncé pour contraste */
  padding: 3rem 2rem;
  text-align: center;
  border-radius: 1rem;
  margin: 4rem auto;
  max-width: 960px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
}

.cta-final h2 {
  font-family: Oswald;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.cta-final p {
  font-family: Roboto Condensed;
  font-size: 1.1rem;
  margin-bottom: 2rem;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.cta-underbutton {
  font-family: Roboto Condensed !important;
  font-size: 12px !important;
  margin-bottom: 2rem !important;
  font-style: italic !important;
}

.cta-button {
  font-family: Roboto Condensed;
  display: inline-block;
  background-color: #1f2937; /* Bouton foncé */
  color: #ffffff;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  transition: all 0.8s ease;
}

.cta-button:hover {
  background-color: #111827 !important;
  color: #efc543 !important;
  transform: scale(1.2);
}/* End custom CSS */