.elementor-13282 .elementor-element.elementor-element-8fffdb8{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13282 .elementor-element.elementor-element-b910963{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:5;}.elementor-13282 .elementor-element.elementor-element-b910963.e-con{--align-self:flex-start;}.elementor-13282 .elementor-element.elementor-element-fc87ef9{--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:none;--border-style:none;--margin-top:120px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:5;}.elementor-13282 .elementor-element.elementor-element-fc87ef9.e-con{--align-self:center;}.elementor-13282 .elementor-element.elementor-element-2d34d06 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-13282 .elementor-element.elementor-element-2d34d06{z-index:3;}.elementor-13282 .elementor-element.elementor-element-03c9d44{z-index:3;}.elementor-13282 .elementor-element.elementor-element-a5744aa{--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:none;--border-style:none;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:5;}.elementor-13282 .elementor-element.elementor-element-a5744aa.e-con{--align-self:center;}.elementor-13282 .elementor-element.elementor-element-3fb08a1 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-13282 .elementor-element.elementor-element-3fb08a1{z-index:3;}@media(max-width:1024px){.elementor-13282 .elementor-element.elementor-element-fc87ef9{--z-index:3;}.elementor-13282 .elementor-element.elementor-element-a5744aa{--z-index:3;}}@media(max-width:767px){.elementor-13282 .elementor-element.elementor-element-b910963.e-con{--align-self:flex-start;}.elementor-13282 .elementor-element.elementor-element-fc87ef9{--justify-content:space-between;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:80px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-13282 .elementor-element.elementor-element-fc87ef9.e-con{--align-self:center;}.elementor-13282 .elementor-element.elementor-element-2d34d06.elementor-element{--align-self:center;}.elementor-13282 .elementor-element.elementor-element-03c9d44 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-13282 .elementor-element.elementor-element-a5744aa{--justify-content:space-between;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-13282 .elementor-element.elementor-element-a5744aa.e-con{--align-self:flex-start;}.elementor-13282 .elementor-element.elementor-element-3fb08a1 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-2d34d06 *//* ============================
   SECTION ABOUT
============================ */

.about-section {
  background: rgba(0, 0, 0, 0.5);

  color: #fff;
  margin-top: 0px;
  
  padding: 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;

  /* FIX : hauteur et alignement */
  height: 60vh;
  display: flex;
  align-items: center;

  /* ✔ arrondi */
  border-radius: 30px;

  /* ✔ éviter débordement */
  overflow: hidden;
   border: 1px solid #A0C8DC2E;
}

.about-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;

  /* FIX : occupe toute la hauteur */
  height: 100%;
  display: flex;
  align-items: stretch;
}

.about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;

  /* FIX : scroll interne activé */
  height: 100%;
}

.about-text {
  /* Animation */
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1s ease forwards;

  /* FIX : scroll interne du texte */
  height: 100%;
  overflow-y: auto;
  padding-right: 20px;
}

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

.logo-about, .vt-logo {
  width: 80px !important;
  height: auto;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}


.logo-about:hover {
  opacity: 1;
}

.about-title {
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  margin: 0 0 20px 0 !important;
  letter-spacing: 0.05em !important;
  color: rgba(255, 255, 255, 0.6) !important;
  transition: color 0.6s ease;
}

.about-title:hover {
  color: #fff !important;
}

.about-subtitle {
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  margin: 0 0 40px 0 !important;
  letter-spacing: 0.05em;
   color: rgba(255, 255, 255, 0.3) !important;
  text-transform: uppercase;
}

.about-subtitle:hover {
  color: #a9cbd9 !important;
}


.about-description {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 20px 0;
  font-weight: 300;
}

.about-links {
  margin-top: 40px;
  display: flex;
  gap: 30px;
}

.about-link {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
  position: relative;
}

.about-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
  transition: width 0.3s ease;
}

.about-link:hover {
  color: rgba(255, 255, 255, 0.9);
}

.about-link:hover::after {
  width: 100%;
}

.about-image {
  opacity: 0;
  transform: scale(0.95);
  animation: fadeInScale 1s ease 0.3s forwards;

  /* FIX : image stable */
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}

.image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: opacity 0.6s ease, transform 0.6s ease;
  filter: grayscale(20%);
}

.image-default {
  opacity: 1;
  z-index: 1;
}

.image-hover {
  opacity: 0;
  z-index: 2;
}

.about-image:hover .image-default {
  opacity: 0;
}

.about-image:hover .image-hover {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.05);
  filter: grayscale(0%);
}

.image-credit {
  text-align: right;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 10px;
  font-style: italic;
  letter-spacing: 0.05em;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInScale {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* Scrollbar custom pour WebKit */
.about-text::-webkit-scrollbar {
  width: 6px;               /* largeur fine */
}

.about-text::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05); /* légèrement visible */
  border-radius: 10px;
}

.about-text::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.25); /* barre élégante translucide */
  border-radius: 10px;
  transition: background 0.3s ease;
}

.about-text::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.45); /* plus visible au survol */
}
.about-text {
  scrollbar-width: thin; /* réduit */
  scrollbar-color: rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.05);
}

/* ============================
   RESPONSIVE
============================ */
@media (max-width: 768px) {
  .about-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-title {
    font-size: 32px;
  }

  .about-section {
    height: auto; 
    margin: 0px;
    border-radius: 30px; /* arrondi fonctionnel */
  }

  .about-text {
    height: auto;
    overflow-y: visible;
    padding-right: 0;
  }

  .about-image {
    top: 0;
    height: auto;
  }

  .image-wrapper {
    padding-bottom: 133.33%;
    height: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3fb08a1 *//* ============================ RESET ============================ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body {
  color: #fff;
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* ============================ TEAM SECTION ============================ */

.team-section {
  margin-top: 80px;
  margin-bottom: 30px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 3rem 2rem;
  width: 100%;
  border-radius: 30px;
  border: 1px solid rgba(160, 200, 220, 0.18);
}

.container {
  max-width: 1400px;
  margin: 0 auto;
}

.section-header {
  text-align: left;
  margin-bottom: 4rem;
}

.section-title {
  font-size: 42px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  margin: 0 0 20px 0 !important;
  letter-spacing: 0.05em !important;
  color: rgba(255, 255, 255, 0.6) !important;
  transition: color 0.6s ease;
}

.section-title:hover {
  color: #ffffff !important;
}

.section-subtitle {
  font-size: 20px !important;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 40px 0;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.3) !important;
  text-transform: uppercase;
}

.section-subtitle:hover {
  color: #a9cbd9 !important;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 3rem;
  margin-bottom: 2rem;
}

.team-member {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(160, 200, 220, 0.18);
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  opacity: 1;
  transform: translateY(0);
}

.team-member:hover {
  transform: translateY(-8px);
  border-color: rgba(160, 200, 220, 0.4);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.member-image {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  position: relative;
  background: #0a0a0a;
}

.member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, opacity 0.4s ease;
  opacity: 0.9;
}

.team-member:hover .member-image img {
  transform: scale(1.08);
  opacity: 1;
}

.member-info {
  padding: 2rem;
}

.member-role {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.8rem;
  font-weight: 600;
}

.member-name {
  font-size: 32px;
  font-weight: 200;
  letter-spacing: -0.01em;
  margin-bottom: 1.5rem;
  color: #efefef;
  line-height: 1.2;
}

/* CRUCIAL: Animation des lettres - identique à Visual Works */
.member-name .letter {
  display: inline-block;
  transform-origin: 50% 50%;
  will-change: transform;
  backface-visibility: hidden;
}

.member-description {
  font-size: 14px;
  line-height: 1.7;
  color: #dcdcdc;
  margin-bottom: 1.5rem;
  text-wrap: balance;
}

.member-specialties {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.5rem;
}

.specialty-tag {
  background: #333;
  color: #fff;
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 600;
  border-radius: 3px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* ============================ RESPONSIVE ============================ */

@media (max-width: 1024px) {
  .team-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .team-section {
    padding: 2rem 1rem;
    margin-top: 0;
  }

  

  .member-name {
    font-size: 26px;
  }

  .member-info {
    padding: 1.5rem;
  }

  .team-grid {
    gap: 1.5rem;
  }
}/* End custom CSS */