
/***** A PROPOS *****/
.about {
  background-color: #070322;
  padding: calc(96px + 20px) 20px 80px;  
  color: white;
}
.about-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  max-width: 960px; 
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.about-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: left;
  margin-top:50px;
}

.about-text p {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.5px; 
  max-width: 800px;
  margin: 0 auto;
}

/* IMAGE A PROPOS */
.about-image-block {
  position: relative;
  max-width: 408px;
  width: 100%;
  margin: 0 auto;
}

/* Responsive Ajustements */
@media (min-width: 768px) {
  .about-container {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 60px;
  }

  .about-content {
    flex: 1 1 600px;
  }

  .about-text p {
    font-size: 18px;
  }
}

.about-heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about-subtitle {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #ffffff1a;
  font-size: 20px;
  font-family: 'ClashDisplay-Medium', sans-serif;
  border-radius: 99px;
  background: conic-gradient(
    from 195deg at 50% 50%,
    rgba(0, 0, 0, 0) 48%,
    rgba(73, 53, 130, 0.3) 78%,
    rgba(71, 47, 140, 0.12) 100%
  );
  margin-left: 0; /* ferr� � gauche */
  max-width: fit-content;
}
.about-title {
  font-size: 48px;
  font-family: 'ClashDisplay-SemiBold', sans-serif;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(7, 3, 34, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  margin: 0;
}
.about-text p {
  font-family: "Raleway-Light", sans-serif;
  letter-spacing: 1.5px;
  font-size: 16px;
  line-height: 1.8;
  color: white;
  max-width: 800px;  /* Limite la largeur maximale du bloc */
  width: 100%;       /* Assure que le bloc prend toute la largeur disponible, jusqu'� max-width */
  margin: 0 auto;    /* Centre le bloc horizontalement */
  text-align: left;  /* Assure que le texte reste align� � gauche */
}

.about li {
	font-family: 'ClashDisplay-Regular', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: white;
  max-width: 800px;  
  width: 100%;
	margin-left: 5px;
  margin: 0 auto;    
  text-align: left;  
}

.about-image-block {
  position: relative;
  flex: 1 1 400px;
  height: 100%;
  width: auto;
  max-width: 408px;
  border-radius: 32px;
  overflow: hidden;
  background: conic-gradient(
    from 195deg at 50% 50%,
    rgba(0, 0, 0, 0) 48%,
    rgba(26, 13, 171, 0.3) 78%,
    rgba(51, 39, 182, 0.12) 100%
  );
  display: flex;
  justify-content: center; /* ✅ fix ici */
  align-items: center;
  transform: translateY(-10%);
  margin-top: 0;
  gap: 40px;
  flex-wrap: wrap;
}

.about-image-block::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(153, 153, 153, 0.4));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}
.about-image {
 width: 100%;
  height: 100%;
  aspect-ratio: 3 / 4;
  display: block;
  position: relative;
  z-index: 2;
  object-fit: cover;
}

@media screen and (max-width: 1133px) {
  .about-container {
    flex-direction: column;
    align-items: center;
  }

  .about-image-block {
    margin-top: 40px;
    width: 100%;
    max-width: 300px;
    aspect-ratio: 2 / 4;
    min-height: 360px; /* 💡 assure qu'on a un fond visible */
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .about-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* ✅ remplit tout, même en mobile */
    z-index: 2;
    border-radius: 0; /* héritera du bloc parent */
  }
}


/*CTA*/
.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 28px;
  border: 2px solid transparent;
  border-radius: 999px;
  background-image: linear-gradient(90deg, #1d1c2a, #1d1c2a), linear-gradient(90deg, #d38bff, #8f5aff);
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  color: white;
  font-family: 'ClashDisplay-Bold', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
	 max-width: fit-content;
  width: auto;
  height: auto;
}
.cta-button .arrow {
  font-size: 16px;
  transition: transform 0.3s ease;
}
.cta-button:hover {
  background-image: linear-gradient(90deg, #1d1c2a, #1d1c2a), linear-gradient(90deg, #8f5aff, #d38bff);
  box-shadow: 0 0 10px rgba(143, 90, 255, 0.4);
}
.cta-button:hover .arrow {
  transform: translateX(4px);
}
.about-trust {
  max-width: 1280px;
  margin: 80px auto 0;
  text-align: center;
}
.about-trust h3 {
  font-size: 20px;
  font-family: 'ClashDisplay-Bold', sans-serif;
  color: white;
  margin-bottom: 20px;
  text-align: left;
}
.about-logos {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.about-logos img {
  height: 40px;
  max-width: 160px;
  object-fit: contain;
}
/*Defilement logo a propos */ 
.about-trust-logos-marquee .portfolio-strengths-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
  mask-image: linear-gradient(to right, transparent, #fff 10%, #fff 90%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #fff 10%, #fff 90%, transparent);
  height: 64px;
}
.about-trust-logos-marquee .marquee-track {
  display: flex;
  width: fit-content;
  animation: scroll-logos 20s linear infinite;
}
.about-trust-logos-marquee .marquee-content {
  display: flex;
  gap: 60px;
  align-items: center;
  white-space: nowrap;
}
.about-trust-logos-marquee .marquee-content img {
  height: 30px;
  object-fit: contain;
  
}
.marquee-content img {
  height: 30px;
  object-fit: contain;
  flex-shrink: 0;
}

.marquee-content p {
  display: flex;
  align-items: center;
  gap: 10px; /* espace entre le logo et le nom */
  color: white;
  font-family: 'ClashDisplay-Regular', sans-serif;
  font-size: 14px;
}

.about-trust-logos-marquee .marquee-content p:last-child {
  margin-right: 60px; /* ou 80px selon l'espacement souhait� */
}

.about-trust-description {
  text-align: left;
  
}
@keyframes scroll-logos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/****A PROPOS MOBILE***/
@media screen and (max-width: 935px) {
 .about-heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about-subtitle {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #ffffff1a;
  font-size: 20px;
  font-family: 'ClashDisplay-Regular', sans-serif;
  border-radius: 99px;
  background: conic-gradient(
    from 195deg at 50% 50%,
    rgba(0, 0, 0, 0) 48%,
    rgba(73, 53, 130, 0.3) 78%,
    rgba(71, 47, 140, 0.12) 100%
  );
  margin-left: 0; /* ferr� � gauche */
  max-width: fit-content;
}
.about-title {
  font-size: 28px;
  font-family: 'ClashDisplay-SemiBold', sans-serif;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(7, 3, 34, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  margin: 0;
}
	/*CTA*/
.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 2px solid transparent;
  border-radius: 999px;
  background-image: linear-gradient(90deg, #1d1c2a, #1d1c2a), linear-gradient(90deg, #d38bff, #8f5aff);
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  color: white;
  font-family: 'ClashDisplay-Bold', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  max-width: 100%;
  width: 100%;
  height: 48px;
}
.cta-button .arrow {
  font-size: 16px;
  transition: transform 0.3s ease;
}
.cta-button:hover {
  background-image: linear-gradient(90deg, #1d1c2a, #1d1c2a), linear-gradient(90deg, #8f5aff, #d38bff);
  box-shadow: 0 0 10px rgba(143, 90, 255, 0.4);
}
.cta-button:hover .arrow {
  transform: translateX(4px);
}
.about-trust {
  max-width: 1280px;
  margin: 80px auto 0;
  text-align: center;
}
.about-trust h3 {
  font-size: 20px;
  font-family: 'ClashDisplay-Bold', sans-serif;
  color: white;
  margin-bottom: 20px;
  text-align: left;
}
.about-logos {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.about-logos img {
  height: 40px;
  max-width: 160px;
  object-fit: contain;
}
}

/* === Section Valeurs === */
.value-section {
  padding: 0px 20px;
  display: flex;
  justify-content: center;
}
.value-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 32px;
  max-width: 1280px;
  width: 100%;
}
.value-card {
  background: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.01));
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 32px 24px;
  color: white;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.value-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}
.value-card h3 {
  font-family: 'ClashDisplay-Bold', sans-serif;
  font-size: 20px;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}
.value-card p {
  font-family: 'ClashDisplay-Regular', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #ccc;
}
/* === Section Processus === */
.process-section {

  padding: 100px 20px;
  text-align: center;
}
.process-heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
}
.process-subtitle {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #ffffff1a;
  color: white;
  font-size: 20px;
  font-family: 'ClashDisplay-Medium', sans-serif;
  border-radius: 99px;
  background: conic-gradient(
    from 195deg at 50% 50%,
    rgba(0, 0, 0, 0) 48%,
    rgba(73, 53, 130, 0.3) 78%,
    rgba(71, 47, 140, 0.12) 100%
  );
  margin-left: 0; /* ferr� � gauche */
  max-width: fit-content;
}
.process-title {
  font-size: 48px;
  font-family: 'ClashDisplay-SemiBold', sans-serif;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(7, 3, 34, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  margin: 0;
}
.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
  margin-top: 60px;
  max-width: 1280px;
  margin-inline: auto;
}
.process-card {
  background: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 60px 24px 32px;
  color: white;
  position: relative;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  margin-top: 30px;
}
.process-card h3 {
  font-family: 'ClashDisplay-Bold', sans-serif;
  font-size: 20px;
  margin-top: 14px;
  margin-bottom: 12px;
}
.process-card p {
  font-size: 14px;
  color: #ccc;
  line-height: 1.6;
}
/* === Icone circulaire === */
.step-icon span {
  font-family: 'MoonWalk', sans-serif;
  font-size: 24px;
}
.step-icon {
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  color: #3b2fe0;
  font-weight: bold;
  font-size: 18px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.step-rings {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.15);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  animation: pulseRing 4s infinite;
}
/* Animation d’anneau */
@keyframes pulseRing {
  0% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
  100% { transform: translate(-50%, -50%) scale(1.2); opacity: 0; }
}
/* === CTA === */
.process-cta {
  margin-top: 60px;
}

.cta-button-white {
  align-self: start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border: 2px solid white;
  border-radius: 999px;
  color: white;
  font-family: 'ClashDisplay-Bold', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}
.cta-button-white:hover {
  background-color: rgba(255,255,255,0.1);
}
.cta-button-white .arrow {
  transition: transform 0.3s ease;
}
.cta-button-white:hover .arrow {
  transform: translateX(4px);
}


@media (max-width: 768px) {
  .process-title {
    font-size: 32px;
    line-height: 1.3;
  }
  .process-subtitle {
    font-size: 16px;
    padding: 8px 16px;
  }
  .process-steps {
    grid-template-columns: 1fr;
    gap: 48px;
    margin-top: 40px;
  }
  .process-card {
    padding-top: 48px;
    padding-inline: 20px;
  }
  .step-icon {
    width: 60px;
    height: 60px;
    font-size: 16px;
    top: -30px;
  }
  .step-rings {
    width: 80px;
    height: 80px;
  }
  .process-cta {
    margin-top: 40px;
  }
  .process-cta .cta-gold {
    font-size: 15px;
    padding: 12px 24px;
  }
}
/* Section FAQ */
.faq {
  background-color: #070322;
  padding: 0px 20px;
  color: white;
  margin-bottom: 11.25rem;

  /* Ajout essentiel */
  width: 100vw;        /* occupe toute la largeur de l'�cran */
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;  /* recentre */
  margin-right: -50vw;

  /* Tu peux garder max-width sur le contenu, mais plus ici */
}
.faq-container {
  max-width: 1300px;
  margin: 0 auto;
}
.faq-heading {
  text-align: center;
  margin-bottom: 60px;
}
.faq-subtitle {
  font-size: 20px;
  padding: 12px 24px;
  border-radius: 99px;
  border: 1px solid #ffffff1a;
  background: conic-gradient(from 195deg at 50% 50%, rgba(0,0,0,0) 48%, rgba(26,11,173,0.3) 78%, rgba(26,11,173,0.12) 100%);
  display: inline-block;
  font-family: 'ClashDisplay-Medium', sans-serif;
}
.faq-title {
  font-size: 58px;
  font-family: 'ClashDisplay-SemiBold', sans-serif;
  background: linear-gradient(180deg, rgba(255,255,255,1) 60%, rgba(7,3,34,1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 20px;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.faq-item {
  background-color: #070322;
  border: 1px solid #ffffff1a;
  border-radius: 24px;
  padding: 40px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.faq-item.active {
  background: linear-gradient(310deg, rgba(96, 139, 227, 0.25) 29%, rgba(96, 139, 227, 0.12) 70%, rgba(26, 13, 171, 0) 94%);
}
.faq-item.active::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 1%, rgba(16, 0, 176, 0.5) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'ClashDisplay-Medium', sans-serif;
  font-size: 24px;
  cursor: pointer;
  z-index: 2;
  position: relative;
}
.faq-answer {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.6;
  color: #ffffffcc;
  display: none;
}
.custom-font {
  font-family: 'ClashDisplay-Medium', sans-serif;
}
.faq-item.active .faq-answer {
  display: block;
}
/* Cache les r�ponses ferm�es */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}
/* Montre les reponses actives */
.faq-item.active .faq-answer {
  max-height: 400px;
  opacity: 1;
}
/* Transition fluide pour la rotation */
.faq-toggle {
  transition: transform 0.3s ease;
}
/* Animation de la rotation quand la carte est active */
.faq-item.active .faq-toggle {
  transform: rotate(180deg);
}
/* Facultatif : animation du d�pliement */
.faq-answer {
  overflow: hidden;
  transition: max-height 0.4s ease;
  max-height: 0;
}
/* L�extension est g�r�e dynamiquement en JS */
/****FAQ MOBILE****/
@media screen and (max-width: 935px) {
	.faq-title {
  font-size: 28px;
  font-family: 'ClashDisplay-SemiBold', sans-serif;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 60%,
    rgba(7, 3, 34, 1) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  line-height: 1.1;
}
	
}