/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Thème enfant pour Divi
 Author:         Jocelyn
 Author URI:     https://consultant-seo-vendee.fr/
 Template:       Divi
 Version:        1.0.0
*/


/*fichier style.css avec les css des silos 3 et 4*/

/* ================================================
   Footer — bande basse copyright & liens légaux
   ================================================ */
.ae-footer-copyright {
    font-family: 'Karla', sans-serif;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 0.02em;
}

.ae-footer-legal {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Karla', sans-serif;
    font-size: 12px;
}

.ae-footer-legal a {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    transition: color 0.2s ease;
}

.ae-footer-legal a:hover {
    color: #C2AB92;
}

.ae-footer-sep {
    color: rgba(255, 255, 255, 0.2);
}

/* FAQ */
.ae-faq .ae-faq-item {
  border-top: 1px solid rgba(194,171,146,0.25);
}
.ae-faq .ae-faq-item:last-child {
  border-bottom: 1px solid rgba(194,171,146,0.25);
}
.ae-faq .ae-faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  background: none;
  border: none;
  cursor: pointer;
  gap: 16px;
  text-align: left;
}
.ae-faq .ae-faq-question span:first-child {
  font-family: 'Karla', sans-serif;
  font-size: 15px;
  color: #1C1C1C;
  line-height: 1.5;
}
.ae-faq .ae-faq-icon {
  font-size: 18px;
  font-weight: 300;
  color: #C2AB92;
  flex-shrink: 0;
  line-height: 1;
}
.ae-faq .ae-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.ae-faq .ae-faq-answer p 
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  padding: 0 0 16px 0;
  margin: 0 !important;
}
.ae-faq .ae-faq-item.ae-faq-open {
  border-left: 2px solid #C2AB92;
  padding-left: 14px;
}
.ae-faq .ae-faq-item.ae-faq-open .ae-faq-question span:first-child {
  color: #C2AB92;
}
/* ── Encart formulaire estimation ── */
.ae-form-wrap {
  border: 1px solid rgba(194,171,146,0.2);
  background: rgba(255,255,255,0.03);
  padding: 36px;
}

/* Labels */
.ae-form-wrap .ff-el-form-control label,
.ae-form-wrap .ff-el-input--label label {
  font-family: 'Karla', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.45) !important;
  margin-bottom: 8px !important;
}

/* Champs texte, email, tel */
.ae-form-wrap input[type="text"],
.ae-form-wrap input[type="email"],
.ae-form-wrap input[type="tel"],
.ae-form-wrap select,
.ae-form-wrap textarea {
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(194,171,146,0.2) !important;
  border-radius: 0 !important;
  padding: 11px 14px !important;
  color: #ffffff !important;
  font-family: 'Karla', sans-serif !important;
  font-size: 13px !important;
  width: 100% !important;
  box-shadow: none !important;
}

/* Placeholder */
.ae-form-wrap input::placeholder,
.ae-form-wrap textarea::placeholder {
  color: rgba(255,255,255,0.2) !important;
}

/* Select options */
.ae-form-wrap select option {
  background: #1C1C1C;
  color: #ffffff;
}

.ae-maillage-grid,
.ae-maillage-grid-5,
.ae-maillage-grid-6 {
  display: grid !important;
  gap: 2px;
  background: rgba(0,0,0,0.07);
}
.ae-maillage-grid {
  grid-template-columns: repeat(4, 1fr) !important;
}
.ae-maillage-grid-5 {
  grid-template-columns: repeat(5, 1fr) !important;
}
.ae-maillage-grid-6 {
  grid-template-columns: repeat(6, 1fr) !important;
}
.ae-maillage-card {
  background: #fff;
  padding: 32px 24px;
  border-left: 3px solid #C2AB92;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: background .2s;
}
.ae-maillage-card:hover {
  background: #1C1C1C;
}
.ae-maillage-card:hover .ae-maillage-title { color: #fff; }
.ae-maillage-card:hover .ae-maillage-text { color: rgba(255,255,255,0.5); }
.ae-maillage-card:hover .ae-maillage-link { color: #C2AB92; }
.ae-maillage-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 44px;
  font-weight: 300;
  color: rgba(194,171,146,0.9);
  line-height: 1;
  margin-bottom: 12px;
}
.ae-maillage-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 8px;
  line-height: 1.3;
  transition: color .2s;
}
.ae-maillage-text {
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  color: #888;
  line-height: 1.6;
  margin-bottom: 16px;
  flex: 1;
  transition: color .2s;
}
.ae-maillage-link {
  font-family: 'Karla', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #C2AB92;
  transition: color .2s;
}

/* Tablet */
@media (max-width: 768px) {
  .ae-maillage-grid,
  .ae-maillage-grid-5,
  .ae-maillage-grid-6 {
    grid-template-columns: 1fr 1fr !important;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .ae-maillage-grid,
  .ae-maillage-grid-5,
  .ae-maillage-grid-6 {
    grid-template-columns: 1fr !important;
  }
}


/* Bouton submit */
.ae-form-wrap .ff-btn-submit {
  background: #C2AB92 !important;
  color: #ffffff !important;
  font-family: 'Karla', sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  padding: 15px 28px !important;
  border: 1px solid #C2AB92 !important;
  border-radius: 0 !important;
  width: 100% !important;
  cursor: pointer !important;
  transition: background .25s, color .25s, border-color .25s !important;
}

/* Note confidentialité */
.ae-form-wrap .ff-message-success {
  color: #C2AB92 !important;
  font-family: 'Karla', sans-serif !important;
  font-size: 14px !important;
  text-align: center !important;
  padding: 20px !important;
}
/* Bouton submit — hover */
.ae-form-wrap .ff-btn-submit:hover {
  background: #1C1C1C !important;
  color: #C2AB92 !important;
  border: 1px solid #C2AB92 !important;
  transition: background .25s, color .25s, border-color .25s;
}
.ae-form-header {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(194,171,146,0.15);
}
.ae-form-header-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 12px;
}
.ae-form-header-sub {
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.3px;
}

.ae-btn-primary {
  display: inline-block;
  background: #C2AB92;
  color: #fff;
  font-family: 'Karla', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 13px 26px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background .2s, color .2s;
}
.ae-archive-hero .ae-btn-primary {
  margin-bottom: 24px;
}
.ae-btn-primary:hover {
  background: #1C1C1C;
  color: #C2AB92;
  border: 1px solid #C2AB92;
}
.ae-btn-secondary {
  display: inline-block;
  background: transparent;
  color: #fff;
  font-family: 'Karla', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 26px;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.35);
  cursor: pointer;
  transition: background .2s, color .2s, border-color .2s;
}
.ae-btn-secondary:hover {
  background: rgba(255,255,255,0.08);
}

/* ── Sidebar wrap sticky ── */
.ae-sidebar-wrap {
  position: sticky;
  top: 100px;
}


/* ── Bloc contact ── */
.ae-sidebar-contact {
  border: 1px solid #e8e2da;
  border-top: 3px solid #C2AB92;
  padding: 24px 20px;
  background: #fff;
  margin-bottom: 16px;
}

.ae-sidebar-label {
  font-family: 'Karla', sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C2AB92;
  margin-bottom: 6px !important;
}

.ae-sidebar-prix {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  font-weight: 300;
  color: #C2AB92;
  line-height: 1;
  margin-bottom: 18px;
}

.ae-sidebar-devise {
  font-size: 22px;
}

.ae-sidebar-sep {
  border: none;
  border-top: 1px solid #f0ece6;
  margin-bottom: 16px;
}

.ae-sidebar-texte {
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 16px !important;
}

.ae-sidebar-cta {
  width: 100%;
  background: #C2AB92;
  color: #FFFFFF;
  font-family: 'Karla', sans-serif;
  font-size: 12px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 14px;
  border: none;
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
  transition: background 0.2s, color 0.2s;
}

.ae-sidebar-cta:hover {
  background: #1C1C1C;
  color: #C2AB92;
}

.ae-sidebar-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.ae-sidebar-btn {
  border: 1px solid #e8e2da;
  padding: 9px 8px;
  text-align: center;
  font-family: 'Karla', sans-serif;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #888 !important;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: border-color 0.2s, color 0.2s;
}

.ae-sidebar-btn:hover {
  border-color: #C2AB92;
  color: #C2AB92 !important;
}



.ae-methodes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(0,0,0,0.07);
}
.ae-methode-card {
  background: #fff;
  padding: 36px 28px;
  border-left: 3px solid #C2AB92;
}
.ae-methode-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 300;
  color: rgba(194,171,146,0.9);
  line-height: 1;
  margin-bottom: 16px;
}
.ae-methode-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 12px;
  line-height: 1.2;
}
.ae-methode-text {
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 16px;
}
.ae-methode-tag {
  display: inline-block;
  font-family: 'Karla', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #C2AB92;
  border: 1px solid rgba(194,171,146,0.9);
  padding: 4px 10px;
}

/* Mobile */
@media (max-width: 768px) {
  .ae-methodes-grid {
    grid-template-columns: 1fr;
  }
}

.ae-nous-contacter {
  font-family: 'Karla', sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #C2AB92;
}

.ae-facteurs-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.ae-facteurs-intro {
  font-family: 'Karla', sans-serif;
  font-size: 16px;
  color: #666;
  line-height: 1.75;
  margin-bottom: 32px;
}
.ae-facteurs-list {
  list-style: none;
}
.ae-facteurs-list li {
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  color: #1C1C1C;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0,0,0,0.07);
  display: flex;
  align-items: flex-start;
  gap: 12px;
  line-height: 1.5;
}
.ae-facteurs-list li::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #C2AB92;
  flex-shrink: 0;
  margin-top: 6px;
}
.ae-facteurs-visual {
  background: #F7F5F1;
  padding: 36px;
  border-left: 3px solid #C2AB92;
}
.ae-fv-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 20px;
  font-style: italic;
}
.ae-fv-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.ae-fv-item:last-child {
  border-bottom: none;
}
.ae-fv-label {
  font-family: 'Karla', sans-serif;
  font-size: 13px;
  color: #666;
}
.ae-fv-impact {
  font-family: 'Karla', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.ae-fv-fort {
  color: #C2AB92;
}
.ae-fv-moyen {
  color: #888;
}

/* Mobile */
@media (max-width: 768px) {
  .ae-facteurs-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.ae-pourquoi-estim-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.ae-pourquoi-estim-text {
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  line-height: 1.8;
  margin-bottom: 32px;
}
.ae-pourquoi-estim-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: rgba(194,171,146,0.1);
}
.ae-pq-card {
  background: #1C1C1C;
  padding: 24px 20px;
}
.ae-pq-icon {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(194,171,146,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.ae-pq-title {
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
  letter-spacing: 0.3px;
}
.ae-pq-text {
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.45);
  line-height: 1.6;
}

/* Mobile */
@media (max-width: 768px) {
  .ae-pourquoi-estim-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .ae-pourquoi-estim-grid {
    grid-template-columns: 1fr 1fr;
  }
  .ae-pourquoi-estim-left {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .ae-pourquoi-estim-grid {
    grid-template-columns: 1fr;
  }
}

/*page processus cession*/
.ae-etapes-accordion {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.ae-etape-accord-item {
  background: #fff;
  border-left: 3px solid transparent;
  transition: border-color .2s;
}
.ae-etape-accord-item.ae-etape-open {
  border-left-color: #C2AB92;
}
.ae-etape-accord-header {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 24px 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 20px;
}
.ae-etape-accord-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 38px;
  font-weight: 300;
  color: rgba(194,171,146,0.3);
  line-height: 1;
  flex-shrink: 0;
  width: 48px;
  transition: color .2s;
}
.ae-etape-accord-item.ae-etape-open .ae-etape-accord-num {
  color: #C2AB92;
}
.ae-etape-accord-meta {
  flex: 1;
}
.ae-etape-accord-titre {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 4px;
  line-height: 1.2;
}
.ae-etape-accord-duree {
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #888;
  transition: color .2s;
}
.ae-etape-accord-item.ae-etape-open .ae-etape-accord-duree {
  color: #C2AB92;
}
.ae-etape-accord-icon {
  font-family: 'Karla', sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: #C2AB92;
  flex-shrink: 0;
  width: 24px;
  text-align: center;
}
.ae-etape-accord-body {
  padding: 0 28px 28px 96px;
}
.ae-etape-accord-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 20px;
}
.ae-etape-accord-col-title {
  font-family: 'Karla', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C2AB92;
  margin-bottom: 8px;
}
.ae-etape-accord-col-text {
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.65;
}
.ae-etape-accord-vigilance {
  background: #F7F5F1;
  border-left: 2px solid #C2AB92;
  padding: 12px 16px;
  font-family: 'Karla', sans-serif;
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}
.ae-etape-accord-vigilance strong {
  color: #1C1C1C;
  font-weight: 700;
}

/* Mobile */
@media (max-width: 768px) {
  .ae-etape-accord-body {
    padding: 0 16px 24px 16px;
  }
  .ae-etape-accord-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.ae-dd-item {
  font-family: 'Karla', sans-serif;
  font-size: 13px;
  color: #666;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  line-height: 1.55;
}
.ae-dd-item:last-child { border-bottom: none; }
.ae-dd-label {
  font-weight: 700;
  color: #1C1C1C;
  margin-right: 4px;
}
.ae-etape-accord-avantages {
  margin-top: 20px;
  background: #F7F5F1;
  border-left: 2px solid #C2AB92;
  padding: 16px 20px;
}
.ae-dd-avantages-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 12px;
}
.ae-dd-avantage-item {
  background: #fff;
  padding: 12px 14px;
}
.ae-dd-avantage-label {
  font-family: 'Karla', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #C2AB92;
  margin-bottom: 4px;
}
.ae-dd-avantage-desc {
  font-family: 'Karla', sans-serif;
  font-size: 12px;
  color: #666;
  line-height: 1.5;
}

@media (max-width: 480px) {
  .ae-dd-avantages-grid {
    grid-template-columns: 1fr;
  }
}
.ae-acteurs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: rgba(0,0,0,0.07);
}
.ae-acteur-card {
  background: #fff;
  padding: 32px 24px;
}
.ae-acteur-icon {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(194,171,146,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.ae-acteur-role {
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C2AB92;
  margin-bottom: 6px;
}
.ae-acteur-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 10px;
  line-height: 1.2;
}
.ae-acteur-text {
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  color: #888;
  line-height: 1.65;
}

/* Mobile */
@media (max-width: 768px) {
  .ae-acteurs-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .ae-acteurs-grid {
    grid-template-columns: 1fr;
  }
}
.ae-cal-wrap {
  width: 100%;
}
.ae-cal-timeline {
  position: relative;
  margin-bottom: 32px;
}
.ae-cal-line {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(194,171,146,0.2);
}
.ae-cal-items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  position: relative;
}
.ae-cal-item {
  padding: 48px 16px 0;
  position: relative;
}
.ae-cal-dot {
  width: 10px;
  height: 10px;
  background: #C2AB92;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.ae-cal-mois {
  font-family: 'Karla', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C2AB92;
  margin-bottom: 8px;
}
.ae-cal-etape {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 6px;
}
.ae-cal-detail {
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.4);
  line-height: 1.5;
}
.ae-cal-note {
  border: 1px solid rgba(194,171,146,0.2);
  padding: 20px 24px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.ae-cal-note-dot {
  width: 5px;
  height: 5px;
  background: #C2AB92;
  flex-shrink: 0;
  margin-top: 6px;
}
.ae-cal-note-text {
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  line-height: 1.7;
}
.ae-cal-note-text strong {
  color: #C2AB92;
  font-weight: 700;
}

/* Mobile */
@media (max-width: 768px) {
  .ae-cal-items {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 0;
  }
  .ae-cal-line {
    display: none;
  }
  .ae-cal-item {
    padding-top: 0;
  }
  .ae-cal-dot {
    display: none;
  }
}
@media (max-width: 480px) {
  .ae-cal-items {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* page trouver repreneur */
.ae-comparatif-intro {
  font-family: 'Karla', sans-serif;
  font-size: 16px;
  color: #666;
  line-height: 1.75;
  margin-bottom: 36px;
  max-width: 680px;
}
.ae-comparatif-wrap {
  overflow-x: auto;
  margin-bottom: 2px;
}
.ae-comparatif-table {
  width: 100%;
  border-collapse: collapse;
}
.ae-comparatif-table th {
  font-family: 'Karla', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C2AB92;
  padding: 14px 20px;
  text-align: left;
  border-bottom: 2px solid rgba(194,171,146,0.3);
  background: #F7F5F1;
}
.ae-comparatif-table td {
  font-family: 'Karla', sans-serif;
  font-size: 13px;
  color: #666;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  vertical-align: top;
  line-height: 1.55;
}
.ae-comparatif-table td:first-child {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-weight: 400;
  color: #1C1C1C;
}
.ae-comp-highlight td {
  background: rgba(194,171,146,0.06);
  color: #1C1C1C;
}
.ae-comp-highlight td:first-child {
  color: #C2AB92;
}
.ae-comp-badge {
  display: inline-block;
  font-family: 'Karla', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: #C2AB92;
  color: #fff;
  padding: 3px 8px;
  margin-left: 8px;
  vertical-align: middle;
}
.ae-comp-good {
  color: #1C1C1C;
  font-weight: 700;
}
.ae-comp-bad {
  color: #bbb;
}
.ae-comparatif-encart {
  background: #1C1C1C;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.ae-comparatif-encart-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  font-style: italic;
  line-height: 1.4;
}
.ae-comparatif-encart-text em {
  color: #C2AB92;
}

/* Mobile */
@media (max-width: 768px) {
  .ae-comparatif-encart {
    flex-direction: column;
    align-items: flex-start;
  }
  .ae-comparatif-table th:nth-child(3),
  .ae-comparatif-table td:nth-child(3) {
    display: none;
  }
}

.ae-motiv-intro {
  font-family: 'Karla', sans-serif;
  font-size: 16px;
  color: #666;
  line-height: 1.75;
  margin-bottom: 50px;
  max-width: 680px;
}
.ae-motiv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(0,0,0,0.07);
}
.ae-motiv-card {
  background: #fff;
  padding: 36px 28px;
}
.ae-motiv-icon {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(194,171,146,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.ae-motiv-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 12px;
  line-height: 1.2;
}
.ae-motiv-text {
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 16px;
}
.ae-motiv-quote {
  padding-left: 14px;
  border-left: 2px solid rgba(194,171,146,0.4);
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-style: italic;
  color: #C2AB92;
  line-height: 1.5;
}

/* Mobile */
@media (max-width: 768px) {
  .ae-motiv-grid {
    grid-template-columns: 1fr;
  }
}
.ae-methode-rep-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: rgba(194,171,146,0.1);
  margin-bottom: 2px;
}
.ae-methode-rep-card {
  background: #1C1C1C;
  padding: 32px 28px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  border: 1px solid rgba(194,171,146,0.08);
}
.ae-methode-rep-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 300;
  color: rgba(194,171,146,0.8);
  line-height: 1;
  flex-shrink: 0;
  width: 56px;
}
.ae-methode-rep-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.2;
}
.ae-methode-rep-text {
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  line-height: 1.65;
}
.ae-methode-rep-cta {
  background: rgba(194,171,146,0.1);
  border: 1px solid rgba(194,171,146,0.2);
  padding: 32px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.ae-methode-rep-cta-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  font-style: italic;
  line-height: 1.3;
}
.ae-methode-rep-cta-text em {
  color: #C2AB92;
}

/* Mobile */
@media (max-width: 768px) {
  .ae-methode-rep-grid {
    grid-template-columns: 1fr;
  }
  .ae-methode-rep-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ae-pqmr-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: rgba(0,0,0,0.07);
}
.ae-pqmr-card {
  background: #fff;
  padding: 32px 24px;
  border-left: 3px solid #C2AB92;
}
.ae-pqmr-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 44px;
  font-weight: 300;
  color: rgba(194,171,146,0.8);
  line-height: 1;
  margin-bottom: 14px;
}
.ae-pqmr-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 10px;
  line-height: 1.2;
}
.ae-pqmr-text {
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  color: #888;
  line-height: 1.6;
}
.ae-pqmr-link {
  display: inline-block;
  margin-top: 36px;
  font-family: 'Karla', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C2AB92;
  text-decoration: none;
}
.ae-pqmr-link:hover {
  color: #1C1C1C;
}

/* Mobile */
@media (max-width: 768px) {
  .ae-pqmr-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .ae-pqmr-grid {
    grid-template-columns: 1fr;
  }
}

/* PAGE vendre - fiscalite cession*/
.ae-avantages-intro {
  font-family: 'Karla', sans-serif;
  font-size: 15px;
  color: #666;
  line-height: 1.75;
  margin-bottom: 50px;
  max-width: 680px;
}
.ae-avantages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(0,0,0,0.07);
  margin-bottom: 24px;
}
.ae-avantage-card {
  background: #fff;
  padding: 36px 28px;
}
.ae-avantage-chiffre {
  font-family: 'Cormorant Garamond', serif;
  font-size: 56px;
  font-weight: 300;
  color: #C2AB92;
  line-height: 1;
  margin-bottom: 12px;
}
.ae-avantage-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 10px;
  line-height: 1.2;
}
.ae-avantage-text {
  font-family: 'Karla', sans-serif;
  font-size: 15px;
  color: #666;
  line-height: 1.65;
}
.ae-avantage-note {
  background: #fff;
  border-left: 3px solid #C2AB92;
  padding: 18px 24px;
  font-family: 'Karla', sans-serif;
  font-size: 15px;
  color: #666;
  line-height: 1.65;
}
.ae-avantage-note strong {
  color: #1C1C1C;
  font-weight: 700;
}

/* Mobile */
@media (max-width: 768px) {
  .ae-avantages-grid {
    grid-template-columns: 1fr;
  }
}

.ae-exittax-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.ae-exittax-text {
  font-family: 'Karla', sans-serif;
  font-size: 15px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
}
.ae-exittax-card {
  background: #F7F5F1;
  border-left: 3px solid #C2AB92;
  padding: 32px;
}
.ae-exittax-card-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 20px;
  font-style: italic;
}
.ae-exit-item {
  padding: 12px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.ae-exit-item:last-child {
  border-bottom: none;
}
.ae-exit-label {
  font-family: 'Karla', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 4px;
}
.ae-exit-val {
  font-family: 'Karla', sans-serif;
  font-size: 15px;
  color: #1C1C1C;
  line-height: 1.5;
  margin-bottom: 6px;
}
.ae-exit-tag {
  display: inline-block;
  font-family: 'Karla', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 8px;
}
.ae-exit-warn {
  background: rgba(194,171,146,0.15);
  color: #C2AB92;
}
.ae-exit-ok {
  background: rgba(0,0,0,0.05);
  color: #888;
}

/* Mobile */
@media (max-width: 768px) {
  .ae-exittax-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.ae-formes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: rgba(194,171,146,0.1);
  margin-bottom: 2px;
}
.ae-forme-card {
  background: #1C1C1C;
  padding: 36px 32px;
  border: 1px solid rgba(194,171,146,0.1);
}
.ae-forme-tag {
  font-family: 'Karla', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C2AB92;
  margin-bottom: 16px;
}
.ae-forme-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.1;
}
.ae-forme-list {
  list-style: none;
}
.ae-forme-list li {
  font-family: 'Karla', sans-serif;
  font-size: 16px;
  color: rgba(255,255,255,0.6);
  padding: 10px 0;
  border-bottom: 1px solid rgba(194,171,146,0.08);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.5;
}
.ae-forme-list li::before {
  content: '';
  width: 4px;
  height: 4px;
  background: #C2AB92;
  flex-shrink: 0;
  margin-top: 6px;
}
.ae-formes-conseil {
  background: rgba(194,171,146,0.08);
  border: 1px solid rgba(194,171,146,0.2);
  padding: 24px 32px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.ae-formes-conseil-dot {
  width: 5px;
  height: 5px;
  background: #C2AB92;
  flex-shrink: 0;
  margin-top: 6px;
}
.ae-formes-conseil-text {
  font-family: 'Karla', sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,0.6);
  line-height: 1.65;
}
.ae-formes-conseil-text strong {
  color: #C2AB92;
  font-weight: 700;
}

/* Mobile */
@media (max-width: 768px) {
  .ae-formes-grid {
    grid-template-columns: 1fr;
  }
}
.ae-holding-encart {
  background: #1C1C1C;
  padding: 40px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.ae-holding-encart-label {
  font-family: 'Karla', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C2AB92;
  margin-bottom: 12px;
}
.ae-holding-encart-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 300;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 12px;
}
.ae-holding-encart-text {
  font-family: 'Karla', sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,0.5);
  line-height: 1.65;
  max-width: 500px;
}
.ae-holding-encart-right {
  flex-shrink: 0;
}

/* Mobile */
@media (max-width: 768px) {
  .ae-holding-encart {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px;
  }
}
/* CODE page cession holding */
.ae-hero-profil-encart {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: rgba(194,171,146,0.08);
  border: 1px solid rgba(194,171,146,0.2);
  padding: 20px 24px;
  margin-top: 24px;
  max-width: 680px;
}
.ae-hero-profil-dot {
  width: 5px;
  height: 5px;
  background: #C2AB92;
  flex-shrink: 0;
  margin-top: 6px;
}
.ae-hero-profil-text {
  font-family: 'Karla', sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
  font-style: italic;
}
.ae-comp-hold-intro {
  font-family: 'Karla', sans-serif;
  font-size: 15px;
  color: #666;
  line-height: 1.75;
  margin-bottom: 50px;
  max-width: 680px;
}
.ae-comp-hold-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: rgba(0,0,0,0.07);
  margin-bottom: 24px;
}
.ae-comp-hold-col {
  padding: 36px 32px;
}
.ae-comp-hold-direct {
  background: #fff;
}
.ae-comp-hold-holding {
  background: #1C1C1C;
}
.ae-comp-hold-tag {
  font-family: 'Karla', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.ae-comp-hold-tag-direct { color: #888; }
.ae-comp-hold-tag-holding { color: #C2AB92; }
.ae-comp-hold-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.2;
}
.ae-comp-hold-title-direct { color: #1C1C1C; }
.ae-comp-hold-title-holding { color: #fff; }
.ae-comp-hold-list {
  list-style: none;
}
.ae-comp-hold-list li {
  font-family: 'Karla', sans-serif;
  font-size: 15px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.5;
}
.ae-comp-hold-list li::before {
  content: '';
  width: 4px;
  height: 4px;
  flex-shrink: 0;
  margin-top: 6px;
}
.ae-comp-hold-list-light li { color: #666; }
.ae-comp-hold-list-light li::before { background: #ccc; }
.ae-comp-hold-list-dark li {
  color: rgba(255,255,255,0.6);
  border-bottom-color: rgba(194,171,146,0.1);
}
.ae-comp-hold-list-dark li::before { background: #C2AB92; }
.ae-comp-hold-verdict {
  background: #fff;
  border-left: 3px solid #C2AB92;
  padding: 18px 24px;
  font-family: 'Karla', sans-serif;
  font-size: 15px;
  color: #666;
  line-height: 1.65;
}
.ae-comp-hold-verdict strong {
  color: #1C1C1C;
  font-weight: 700;
}

/* Mobile */
@media (max-width: 768px) {
  .ae-comp-hold-grid {
    grid-template-columns: 1fr;
  }
}
.ae-schema-hold-intro {
  font-family: 'Karla', sans-serif;
  font-size: 15px;
  color: #666;
  line-height: 1.75;
  margin-bottom: 50px;
  max-width: 680px;
}
.ae-schema-hold-steps {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.ae-schema-hold-step {
  display: grid;
  grid-template-columns: 80px 1fr;
  background: #F7F5F1;
}
.ae-schema-hold-num {
  background: #1C1C1C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-weight: 300;
  color: #C2AB92;
  padding: 32px 0;
}
.ae-schema-hold-content {
  padding: 32px 36px;
}
.ae-schema-hold-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 10px;
  line-height: 1.2;
}
.ae-schema-hold-text {
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.65;
  margin-bottom: 12px;
}
.ae-schema-hold-tag {
  display: inline-block;
  font-family: 'Karla', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #C2AB92;
  border: 1px solid rgba(194,171,146,0.4);
  padding: 3px 10px;
}

/* Mobile */
@media (max-width: 768px) {
  .ae-schema-hold-step {
    grid-template-columns: 56px 1fr;
  }
  .ae-schema-hold-content {
    padding: 24px 20px;
  }
}
.ae-pc-hold-intro {
  font-family: 'Karla', sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,0.55);
  line-height: 1.75;
  margin-bottom: 50px;
  max-width: 680px;
}
.ae-pc-hold-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(194,171,146,0.1);
  margin-bottom: 2px;
}
.ae-pc-hold-card {
  background: #1C1C1C;
  padding: 32px 24px;
  border: 1px solid rgba(194,171,146,0.08);
}
.ae-pc-hold-icon {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(194,171,146,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.ae-pc-hold-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.2;
}
.ae-pc-hold-text {
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  line-height: 1.65;
}
.ae-pc-hold-encart {
  background: rgba(194,171,146,0.08);
  border: 1px solid rgba(194,171,146,0.15);
  padding: 24px 32px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.ae-pc-hold-encart-dot {
  width: 5px;
  height: 5px;
  background: #C2AB92;
  flex-shrink: 0;
  margin-top: 6px;
}
.ae-pc-hold-encart-text {
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  line-height: 1.65;
  margin-bottom: 8px;
}
.ae-pc-hold-encart-text strong {
  color: #C2AB92;
  font-weight: 700;
}
.ae-pc-hold-link {
  font-family: 'Karla', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C2AB92;
  text-decoration: none;
}

/* Mobile */
@media (max-width: 768px) {
  .ae-pc-hold-grid {
    grid-template-columns: 1fr;
  }
}

/* CSS pour la page accompagnement*/
.ae-installer-freins-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(0,0,0,0.07);
  margin-top: 40px;
}
.ae-installer-frein-card {
  background: #fff;
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
}
.ae-installer-frein-card::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 2px;
  background: #C2AB92;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s;
}
.ae-installer-frein-card:hover::before { transform: scaleX(1); }
.ae-installer-frein-card--dark {
  background: #1C1C1C;
  grid-column: span 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ae-installer-frein-card--dark::before { display: none; }
.ae-installer-frein-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 300;
  color: rgba(194,171,146,0.9);
  line-height: 1;
  margin-bottom: 14px;
}
.ae-installer-frein-card--dark .ae-installer-frein-num {
  color: rgba(194,171,146,0.12);
}
.ae-installer-frein-q {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  color: #1C1C1C;
  margin-bottom: 10px;
  line-height: 1.25;
}
.ae-installer-frein-card--dark .ae-installer-frein-q { color: #C2AB92; }
.ae-installer-frein-txt {
  font-size: 14px;
  color: #888;
  line-height: 1.65;
  margin-bottom: 16px;
}
.ae-installer-frein-card--dark .ae-installer-frein-txt { color: rgba(255,255,255,0.45); }
.ae-installer-frein-lien {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C2AB92;
  text-decoration: none;
  display: block;
}

@media (max-width: 768px) {
  .ae-installer-freins-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ae-installer-frein-card--dark {
    grid-column: span 2;
  }
}

@media (max-width: 480px) {
  .ae-installer-freins-grid {
    grid-template-columns: 1fr;
  }
  .ae-installer-frein-card--dark {
    grid-column: span 1;
  }
}
.ae-installer-etapes-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2px;
  background: rgba(0,0,0,0.07);
  margin-top: 40px;
}
.ae-installer-etape-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  padding: 28px 20px;
}
.ae-installer-etape-num {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C2AB92;
  margin-bottom: 12px;
}
.ae-installer-etape-titre {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 300;
  color: #1C1C1C;
  margin-bottom: 8px;
  line-height: 1.3;
}
.ae-installer-etape-detail {
  font-size: 14px;
  color: #888;
  line-height: 1.55;
}
.ae-installer-etapes-encart {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 32px;
  padding: 24px 28px;
  border: 1px solid rgba(194,171,146,0.3);
  background: #F7F5F1;
}
.ae-installer-etapes-encart-dot {
  width: 5px;
  height: 5px;
  background: #C2AB92;
  flex-shrink: 0;
  margin-top: 6px;
}
.ae-installer-etapes-encart p {
  font-size: 14px;
  color: #666;
  line-height: 1.75;
}

@media (max-width: 768px) {
  .ae-installer-etapes-grid {
    grid-template-columns: 1fr;
  }
}
.ae-installer-chiffres {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(194,171,146,0.2);
  padding: 40px;
}
.ae-installer-chiffres-titre {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-style: italic;
  color: #C2AB92;
  margin-bottom: 24px;
}
.ae-installer-stat {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(194,171,146,0.15);
}
.ae-installer-stat:last-child { border: none; margin: 0; padding: 0; }
.ae-installer-stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-weight: 300;
  color: #fff;
  line-height: 1;
}
.ae-installer-stat-lbl {
  font-size: 14px;
  color: rgba(255,255,255,0.45);
  margin-top: 4px;
}
.ae-permis-tableau-intro {
  font-size: 15px;
  color: #666;
  line-height: 1.75;
  max-width: 680px;
  margin-bottom: 32px;
}
.ae-permis-tab-wrap {
  overflow-x: auto;
}
.ae-permis-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.ae-permis-table thead tr {
  background: #1C1C1C;
}
.ae-permis-table th {
  font-family: 'Karla', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C2AB92;
  padding: 16px 20px;
  text-align: left;
}
.ae-permis-table td {
  font-size: 13px;
  color: #555;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  line-height: 1.5;
  vertical-align: middle;
}
.ae-permis-table tr:last-child td {
  border-bottom: none;
}
.ae-permis-table td:first-child {
  font-weight: 700;
  color: #1C1C1C;
  font-size: 13px;
  letter-spacing: 0.3px;
}
.ae-permis-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 8px;
}
.ae-permis-tag--or {
  background: rgba(194,171,146,0.15);
  color: #C2AB92;
}
.ae-permis-tag--gris {
  background: rgba(0,0,0,0.05);
  color: #888;
}
.ae-permis-note {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 24px;
  padding: 20px 24px;
  border-left: 3px solid #C2AB92;
  background: #fff;
}
.ae-permis-note-dot {
  width: 5px;
  height: 5px;
  background: #C2AB92;
  flex-shrink: 0;
  margin-top: 6px;
}
.ae-permis-note p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}
.ae-permis-note strong {
  color: #1C1C1C;
}
.ae-permis-op-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.ae-permis-op-txt {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 24px;
}
.ae-permis-op-steps {
  list-style: none;
}
.ae-permis-op-step {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
  align-items: flex-start;
}
.ae-permis-op-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-weight: 300;
  color: #C2AB92;
  line-height: 1;
  flex-shrink: 0;
  width: 32px;
}
.ae-permis-op-step-titre {
  font-size: 16px;
  font-weight: 700;
  color: #1C1C1C;
  margin-bottom: 3px;
}
.ae-permis-op-step-detail {
  font-size: 14px;
  color: #888;
  line-height: 1.55;
}
.ae-permis-op-card {
  background: #F7F5F1;
  border: 1px solid rgba(194,171,146,0.2);
  padding: 32px;
}
.ae-permis-op-card-titre {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-style: italic;
  color: #C2AB92;
  margin-bottom: 20px;
}
.ae-permis-op-item {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.ae-permis-op-item:last-child { border-bottom: none; }
.ae-permis-op-lbl {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 3px;
}
.ae-permis-op-val {
  font-size: 13px;
  color: #1C1C1C;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .ae-permis-op-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.ae-permis-pv-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(194,171,146,0.2);
  padding: 32px;
}
.ae-permis-pv-card-titre {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-style: italic;
  color: #C2AB92;
  margin-bottom: 20px;
}
.ae-permis-pv-item {
  padding: 10px 0;
  border-bottom: 1px solid rgba(194,171,146,0.1);
}
.ae-permis-pv-item:last-child { border-bottom: none; }
.ae-permis-pv-lbl {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin-bottom: 3px;
}
.ae-permis-pv-val {
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
}
.ae-permis-immo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(0,0,0,0.07);
  margin-top: 40px;
  margin-bottom: 24px;
}
.ae-permis-immo-card {
  background: #fff;
  padding: 32px 24px;
}
.ae-permis-immo-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  font-weight: 300;
  color: rgba(194,171,146,0.9);
  line-height: 1;
  margin-bottom: 12px;
}
.ae-permis-immo-titre {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 10px;
  line-height: 1.2;
}
.ae-permis-immo-txt {
  font-size: 14px;
  color: #888;
  line-height: 1.65;
}
.ae-permis-immo-encart {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 26px;
  border-left: 3px solid #C2AB92;
  background: #fff;
}
.ae-permis-immo-encart-dot {
  width: 5px;
  height: 5px;
  background: #C2AB92;
  flex-shrink: 0;
  margin-top: 6px;
}
.ae-permis-immo-encart-txt {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 10px;
}
.ae-permis-immo-encart-txt strong {
  color: #1C1C1C;
}
.ae-permis-immo-lien {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C2AB92;
  text-decoration: none;
}

@media (max-width: 768px) {
  .ae-permis-immo-grid {
    grid-template-columns: 1fr;
  }
}
.ae-rvf-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: rgba(194,171,146,0.1);
  margin-top: 40px;
}
.ae-rvf-col {
  padding: 40px 36px;
}
.ae-rvf-col--admin { background: rgba(255,255,255,0.04); }
.ae-rvf-col--fisc  { background: rgba(194,171,146,0.06); }
.ae-rvf-tag {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C2AB92;
  border: 1px solid rgba(194,171,146,0.3);
  padding: 4px 10px;
  display: inline-block;
  margin-bottom: 20px;
}
.ae-rvf-titre {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.2;
}
.ae-rvf-txt {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  line-height: 1.75;
  margin-bottom: 24px;
}
.ae-rvf-list {
  list-style: none;
}
.ae-rvf-list li {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  padding: 8px 0;
  border-bottom: 1px solid rgba(194,171,146,0.1);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.5;
}
.ae-rvf-list li:last-child { border-bottom: none; }
.ae-rvf-list li::before {
  content: '';
  width: 4px; height: 4px;
  background: #C2AB92;
  flex-shrink: 0;
  margin-top: 6px;
}
.ae-rvf-encart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 2px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(194,171,146,0.15);
  padding: 28px 36px;
}
.ae-rvf-encart-txt {
  font-size: 14px;
  color: rgba(255,255,255,0.45);
  line-height: 1.7;
}
.ae-rvf-encart-txt strong { color: #C2AB92; }
.ae-rvf-encart-lien {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C2AB92;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .ae-rvf-cols { grid-template-columns: 1fr; }
  .ae-rvf-encart { flex-direction: column; gap: 16px; }
}
.ae-immo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(0,0,0,0.07);
  margin-top: 40px;
  margin-bottom: 24px;
}
.ae-immo-card {
  background: #fff;
  padding: 32px 24px;
}
.ae-immo-icon {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(194,171,146,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.ae-immo-titre {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 10px;
  line-height: 1.2;
}
.ae-immo-txt {
  font-size: 14px;
  color: #888;
  line-height: 1.65;
}
.ae-immo-encart {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 26px;
  border-left: 3px solid #C2AB92;
  background: #fff;
}
.ae-immo-encart-dot {
  width: 5px;
  height: 5px;
  background: #C2AB92;
  flex-shrink: 0;
  margin-top: 6px;
}
.ae-immo-encart p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}
.ae-immo-encart strong {
  color: #1C1C1C;
}

@media (max-width: 768px) {
  .ae-immo-grid {
    grid-template-columns: 1fr;
  }
}
.ae-immo-dispositifs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(0,0,0,0.07);
  margin-top: 40px;
  margin-bottom: 40px;
}
.ae-immo-dispo-card {
  background: #F7F5F1;
  padding: 32px 24px;
}
.ae-immo-dispo-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  font-weight: 300;
  color: rgba(194,171,146,0.9);
  line-height: 1;
  margin-bottom: 12px;
}
.ae-immo-dispo-titre {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 10px;
}
.ae-immo-dispo-txt {
  font-size: 14px;
  color: #888;
  line-height: 1.65;
  margin-bottom: 14px;
}
.ae-immo-dispo-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 8px;
  background: rgba(194,171,146,0.15);
  color: #C2AB92;
}
.ae-immo-etapes {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2px;
  background: rgba(0,0,0,0.07);
}
.ae-immo-etape {
  background: #fff;
  padding: 24px 20px;
}
.ae-immo-etape-num {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C2AB92;
  margin-bottom: 10px;
}
.ae-immo-etape-titre {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 300;
  color: #1C1C1C;
  margin-bottom: 6px;
  line-height: 1.3;
}
.ae-immo-etape-txt {
  font-size: 14px;
  color: #888;
  line-height: 1.55;
}

@media (max-width: 768px) {
  .ae-immo-dispositifs { grid-template-columns: 1fr; }
  .ae-immo-etapes { grid-template-columns: 1fr; }
}
.ae-immo-rev-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(194,171,146,0.2);
  padding: 32px;
}
.ae-immo-rev-titre {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-style: italic;
  color: #C2AB92;
  margin-bottom: 20px;
}
.ae-immo-rev-item {
  padding: 10px 0;
  border-bottom: 1px solid rgba(194,171,146,0.1);
}
.ae-immo-rev-item:last-child { border-bottom: none; }
.ae-immo-rev-lbl {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin-bottom: 3px;
}
.ae-immo-rev-val {
  font-size: 13px;
  color: #fff;
  line-height: 1.5;
}
.ae-immo-rev-tag {
  display: inline-block;
  margin-top: 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 8px;
  background: rgba(194,171,146,0.15);
  color: #C2AB92;
}
.ae-immo-zones {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.ae-immo-zone {
  background: #fff;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.ae-immo-zone-nom {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 3px;
}
.ae-immo-zone-profil {
  font-size: 14px;
  color: #888;
}
.ae-immo-zone-prix {
  font-size: 14px;
  font-weight: 700;
  color: #C2AB92;
  text-align: right;
  flex-shrink: 0;
}
.ae-immo-ae-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.ae-immo-ae-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(194,171,146,0.15);
  padding: 24px;
}
.ae-immo-ae-dot {
  width: 4px;
  height: 4px;
  background: #C2AB92;
  flex-shrink: 0;
  margin-top: 6px;
}
.ae-immo-ae-item p {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  line-height: 1.65;
}
.ae-ecoles-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 0.6fr;
  gap: 2px;
  background: rgba(0,0,0,0.07);
  margin-top: 40px;
}
.ae-ecoles-card {
  background: #fff;
  padding: 32px 24px;
}
.ae-ecoles-card--dim {
  background: #fafafa;
  opacity: 0.75;
}
.ae-ecoles-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 3px 10px;
  display: inline-block;
  margin-bottom: 16px;
  border: 1px solid;
}
.ae-ecoles-tag--or {
  color: #C2AB92;
  border-color: rgba(194,171,146,0.3);
}
.ae-ecoles-tag--neutral {
  color: #aaa;
  border-color: rgba(0,0,0,0.1);
}
.ae-ecoles-titre {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 14px;
}
.ae-ecoles-titre--dim {
  color: #888;
}
.ae-ecoles-list {
  list-style: none;
}
.ae-ecoles-list li {
  font-size: 14px;
  color: #666;
  padding: 6px 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.ae-ecoles-list li:last-child { border-bottom: none; }
.ae-ecoles-list li::before {
  content: '';
  width: 4px; height: 4px;
  background: #C2AB92;
  flex-shrink: 0;
  margin-top: 6px;
}
.ae-ecoles-note {
  font-size: 14px;
  color: #999;
  line-height: 1.7;
  font-style: italic;
}

@media (max-width: 768px) {
  .ae-ecoles-grid {
    grid-template-columns: 1fr;
  }
}
.ae-ecoles-fr-aefe {
  background: #F7F5F1;
  border-left: 3px solid #C2AB92;
  padding: 28px 32px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.ae-ecoles-fr-aefe-titre {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 10px;
}
.ae-ecoles-fr-aefe-txt {
  font-size: 14px;
  color: #666;
  line-height: 1.75;
}
.ae-ecoles-fr-niveaux {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: rgba(0,0,0,0.07);
  margin-bottom: 32px;
}
.ae-ecoles-fr-niveau {
  background: #fff;
  padding: 28px 20px;
}
.ae-ecoles-fr-niveau-tag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #C2AB92;
  margin-bottom: 10px;
}
.ae-ecoles-fr-niveau-titre {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 4px;
}
.ae-ecoles-fr-niveau-ages {
  font-size: 13px;
  color: #888;
  margin-bottom: 10px;
}
.ae-ecoles-fr-niveau-txt {
  font-size: 13px;
  color: #666;
  line-height: 1.55;
}
.ae-ecoles-fr-infos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: rgba(0,0,0,0.07);
}
.ae-ecoles-fr-info-card {
  background: #F7F5F1;
  padding: 28px 24px;
}
.ae-ecoles-fr-info-titre {
  font-family: 'Cormorant Garamond', serif;
  font-size: 21px;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 14px;
}
.ae-ecoles-fr-info-list {
  list-style: none;
}
.ae-ecoles-fr-info-list li {
  font-size: 14px;
  color: #666;
  padding: 6px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.ae-ecoles-fr-info-list li:last-child { border-bottom: none; }
.ae-ecoles-fr-info-list li::before {
  content: '';
  width: 4px; height: 4px;
  background: #C2AB92;
  flex-shrink: 0;
  margin-top: 6px;
}

@media (max-width: 768px) {
  .ae-ecoles-fr-niveaux { grid-template-columns: 1fr 1fr; }
  .ae-ecoles-fr-infos { grid-template-columns: 1fr; }
}
.ae-ecoles-en-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(194,171,146,0.2);
  padding: 32px;
}
.ae-ecoles-en-titre {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-style: italic;
  color: #C2AB92;
  margin-bottom: 20px;
}
.ae-ecoles-en-item {
  padding: 10px 0;
  border-bottom: 1px solid rgba(194,171,146,0.1);
}
.ae-ecoles-en-item:last-child { border-bottom: none; }
.ae-ecoles-en-lbl {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin-bottom: 3px;
}
.ae-ecoles-en-val {
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
}
.ae-cout-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: rgba(0,0,0,0.07);
  margin-top: 40px;
  margin-bottom: 24px;
}
.ae-cout-stat {
  background: #fff;
  padding: 32px 24px;
}
.ae-cout-stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 300;
  color: #C2AB92;
  line-height: 1;
  margin-bottom: 10px;
}
.ae-cout-stat-lbl {
  font-size: 14px;
  color: #888;
  line-height: 1.55;
}
.ae-cout-note {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 26px;
  border-left: 3px solid #C2AB92;
  background: #fff;
}
.ae-cout-note-dot {
  width: 5px;
  height: 5px;
  background: #C2AB92;
  flex-shrink: 0;
  margin-top: 6px;
}
.ae-cout-note p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
}
.ae-cout-note strong {
  color: #1C1C1C;
}

@media (max-width: 768px) {
  .ae-cout-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
.ae-cout-postes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(0,0,0,0.07);
  margin-top: 40px;
}
.ae-cout-poste {
  background: #F7F5F1;
  padding: 32px 24px;
  position: relative;
  overflow: hidden;
}
.ae-cout-poste::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 2px;
  background: #C2AB92;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s;
}
.ae-cout-poste:hover::before { transform: scaleX(1); }
.ae-cout-poste-icon {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(194,171,146,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.ae-cout-poste-titre {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 8px;
}
.ae-cout-poste-verdict {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 8px;
  margin-bottom: 12px;
}
.ae-cout-poste-verdict--moins {
  background: rgba(194,171,146,0.15);
  color: #C2AB92;
}
.ae-cout-poste-verdict--neutre {
  background: rgba(0,0,0,0.05);
  color: #888;
}
.ae-cout-poste-txt {
  font-size: 14px;
  color: #666;
  line-height: 1.65;
  margin-bottom: 12px;
}
.ae-cout-poste-exemple {
  font-size: 13px;
  color: #C2AB92;
  font-style: italic;
}

@media (max-width: 768px) {
  .ae-cout-postes-grid { grid-template-columns: 1fr; }
}
.ae-cout-budget-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: rgba(194,171,146,0.1);
  margin-top: 40px;
}
.ae-cout-budget-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(194,171,146,0.15);
  padding: 36px;
}
.ae-cout-budget-titre {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-style: italic;
  color: #C2AB92;
  margin-bottom: 24px;
}
.ae-cout-budget-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(194,171,146,0.1);
}
.ae-cout-budget-line:last-of-type { border-bottom: none; }
.ae-cout-budget-lbl {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
}
.ae-cout-budget-val {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}
.ae-cout-budget-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(194,171,146,0.3);
}
.ae-cout-budget-total-lbl {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #C2AB92;
}
.ae-cout-budget-total-val {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 300;
  color: #fff;
}
.ae-cout-budget-note {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 24px;
  padding: 20px 26px;
  border: 1px solid rgba(194,171,146,0.15);
  background: rgba(255,255,255,0.03);
}
.ae-cout-budget-note-dot {
  width: 5px;
  height: 5px;
  background: #C2AB92;
  flex-shrink: 0;
  margin-top: 6px;
}
.ae-cout-budget-note p {
  font-size: 14px;
  color: rgba(255,255,255,0.45);
  line-height: 1.7;
}
.ae-cout-budget-note strong {
  color: #C2AB92;
}

@media (max-width: 768px) {
  .ae-cout-budget-grid { grid-template-columns: 1fr; }
}
.ae-banque-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(0,0,0,0.07);
  margin-top: 40px;
  margin-bottom: 2px;
}
.ae-banque-card {
  background: #fff;
  padding: 28px 24px;
}
.ae-banque-nom {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 300;
  color: #1C1C1C;
  margin-bottom: 4px;
  line-height: 1;
}
.ae-banque-type {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #C2AB92;
  margin-bottom: 14px;
  display: block;
}
.ae-banque-txt {
  font-size: 14px;
  color: #888;
  line-height: 1.65;
}
.ae-banque-autres {
  background: #fff;
  padding: 24px 28px;
  margin-bottom: 2px;
  border-top: 2px solid #F7F5F1;
}
.ae-banque-autres-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 16px;
}
.ae-banque-autres-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: rgba(0,0,0,0.07);
}
.ae-banque-autre-item {
  background: #F7F5F1;
  padding: 16px 20px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.ae-banque-autre-nom {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 300;
  color: #1C1C1C;
  flex-shrink: 0;
  width: 80px;
}
.ae-banque-autre-txt {
  font-size: 14px;
  color: #888;
  line-height: 1.6;
}
.ae-banque-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(0,0,0,0.07);
}
.ae-banque-point {
  background: #fff;
  padding: 20px 24px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.ae-banque-point-dot {
  width: 4px;
  height: 4px;
  background: #C2AB92;
  flex-shrink: 0;
  margin-top: 6px;
}
.ae-banque-point p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}
.ae-banque-point strong {
  color: #1C1C1C;
}

@media (max-width: 768px) {
  .ae-banque-grid { grid-template-columns: 1fr; }
  .ae-banque-autres-list { grid-template-columns: 1fr; }
  .ae-banque-points { grid-template-columns: 1fr; }
}
.ae-banque-etapes {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.ae-banque-etape {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.ae-banque-etape:last-child { border-bottom: none; }
.ae-banque-etape-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 300;
  color: rgba(194,171,146,0.9);
  line-height: 1;
  flex-shrink: 0;
  width: 40px;
}
.ae-banque-etape-titre {
  font-size: 14px;
  font-weight: 700;
  color: #1C1C1C;
  margin-bottom: 4px;
}
.ae-banque-etape-detail {
  font-size: 13px;
  color: #888;
  line-height: 1.6;
}
.ae-banque-docs-card {
  background: #F7F5F1;
  border: 1px solid rgba(194,171,146,0.2);
  padding: 32px;
}
.ae-banque-docs-titre {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-style: italic;
  color: #C2AB92;
  margin-bottom: 20px;
}
.ae-banque-docs-item {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.ae-banque-docs-item:last-child { border-bottom: none; }
.ae-banque-docs-lbl {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 3px;
}
.ae-banque-docs-val {
  font-size: 14px;
  color: #1C1C1C;
  line-height: 1.5;
}
.ae-banque-docs-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 8px;
  margin-top: 4px;
}
.ae-banque-docs-tag--req {
  background: rgba(194,171,146,0.15);
  color: #C2AB92;
}
.ae-banque-docs-tag--opt {
  background: rgba(0,0,0,0.05);
  color: #888;
}
.ae-banque-dist-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.ae-banque-dist-item {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(194,171,146,0.15);
  padding: 24px;
}
.ae-banque-dist-nom {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 400;
  color: #C2AB92;
  margin-bottom: 8px;
}
.ae-banque-dist-txt {
  font-size: 14px;
  color: rgba(255,255,255,0.45);
  line-height: 1.6;
  margin-bottom: 10px;
}
.ae-banque-dist-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 8px;
}
.ae-banque-dist-tag--or {
  background: rgba(194,171,146,0.15);
  color: #C2AB92;
}
.ae-banque-dist-tag--gris {
  background: rgba(255,255,255,0.05);
  color: rgba(255,255,255,0.35);
}
.ae-banque-dist-encart {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 16px;
  padding: 20px 24px;
  border: 1px solid rgba(194,171,146,0.2);
  background: rgba(255,255,255,0.03);
}
.ae-banque-dist-encart-dot {
  width: 4px;
  height: 4px;
  background: #C2AB92;
  flex-shrink: 0;
  margin-top: 6px;
}
.ae-banque-dist-encart p {
  font-size: 14px;
  color: rgba(255,255,255,0.45);
  line-height: 1.7;
}
.ae-banque-dist-encart strong {
  color: #C2AB92;
}
.ae-banque-encart-ae {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 32px;
  padding: 20px 24px;
  border: 1px solid rgba(194,171,146,0.2);
  background: rgba(255,255,255,0.03);
}
.ae-banque-encart-ae-dot {
  width: 4px;
  height: 4px;
  background: #C2AB92;
  flex-shrink: 0;
  margin-top: 6px;
}
.ae-banque-encart-ae p {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  line-height: 1.7;
}
.ae-banque-encart-ae strong {
  color: #C2AB92;
}
.ae-patr-hero-intro {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  line-height: 1.75;
  max-width: 520px;
  margin-bottom: 28px;
}
.ae-patr-hero-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.ae-patr-hero-meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ae-patr-hero-meta-dot {
  width: 4px;
  height: 4px;
  background: #C2AB92;
  flex-shrink: 0;
}
.ae-patr-hero-meta-item span {
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.45);
}
.ae-patr-stats-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(194,171,146,0.2);
  padding: 32px;
}
.ae-patr-stat-item {
  padding: 18px 0;
  border-bottom: 1px solid rgba(194,171,146,0.1);
}
.ae-patr-stat-item:first-child { padding-top: 0; }
.ae-patr-stat-item:last-child { border-bottom: none; padding-bottom: 0; }
.ae-patr-stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 300;
  color: #C2AB92;
  line-height: 1;
}
.ae-patr-stat-lbl {
  font-size: 14px;
  color: rgba(255,255,255,0.4);
  margin-top: 4px;
}
.ae-patr-av-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(0,0,0,0.07);
  margin-bottom: 24px;
}
.ae-patr-av-card {
  background: #fff;
  padding: 36px 28px;
}
.ae-patr-av-chiffre {
  font-family: 'Cormorant Garamond', serif;
  font-size: 56px;
  font-weight: 300;
  color: #C2AB92;
  line-height: 1;
  margin-bottom: 12px;
}
.ae-patr-av-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 10px;
  line-height: 1.2;
}
.ae-patr-av-text {
  font-size: 14px;
  color: #666;
  line-height: 1.65;
}
.ae-patr-av-note {
  padding: 18px 24px;
  border-left: 3px solid #C2AB92;
  background: #fff;
  font-size: 14px;
  color: #666;
  line-height: 1.65;
}
.ae-patr-av-note strong {
  color: #1C1C1C;
}
@media (max-width: 767px) {
  .ae-patr-av-grid {
    grid-template-columns: 1fr;
    background: transparent;
    gap: 12px;
  }
}
.ae-patr-exp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(0,0,0,0.07);
}
.ae-patr-exp-card {
  background: #F7F5F1;
  padding: 32px 28px;
  border-top: 3px solid transparent;
  transition: border-color 0.2s, background 0.2s;
  position: relative;
  overflow: hidden;
}
.ae-patr-exp-card:hover {
  background: #fff;
  border-top-color: #C2AB92;
}
.ae-patr-exp-card--dark {
  background: #1C1C1C;
  border-top: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ae-patr-exp-card--dark:hover {
  background: #1C1C1C;
  border-top-color: transparent;
}
.ae-patr-exp-card--dark .ae-patr-exp-title {
  color: #C2AB92;
  margin-bottom: 12px;
}
.ae-patr-exp-card--dark .ae-patr-exp-text {
  color: rgba(255,255,255,0.45);
}
.ae-patr-exp-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 44px;
  font-weight: 300;
  color: rgba(194,171,146,0.9);
  line-height: 1;
  margin-bottom: 14px;
}
.ae-patr-exp-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 10px;
  line-height: 1.2;
}
.ae-patr-exp-text {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 14px;
}
.ae-patr-exp-link {
  font-family: 'Karla', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #C2AB92;
  text-decoration: none;
}
@media (max-width: 767px) {
  .ae-patr-exp-grid {
    grid-template-columns: 1fr;
    background: transparent;
    gap: 12px;
  }
}
.ae-patr-profils-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: rgba(194,171,146,0.9);
}
.ae-patr-profil-card {
  background: #1C1C1C;
  padding: 40px 36px;
  border-left: 3px solid rgba(194,171,146,0.3);
}
.ae-patr-profil-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 52px;
  font-weight: 300;
  color: rgba(194,171,146,0.9);
  line-height: 1;
  margin-bottom: 16px;
}
.ae-patr-profil-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 14px;
  line-height: 1.2;
}
.ae-patr-profil-text {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  line-height: 1.75;
  margin-bottom: 20px;
}
.ae-patr-profil-list {
  list-style: none;
  padding: 0;
}
.ae-patr-profil-list li {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  padding: 8px 0;
  border-bottom: 1px solid rgba(194,171,146,0.08);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.5;
}
.ae-patr-profil-list li::before {
  content: '';
  width: 4px;
  height: 4px;
  background: #C2AB92;
  flex-shrink: 0;
  margin-top: 7px;
}
@media (max-width: 767px) {
  .ae-patr-profils-grid {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}
.ae-patr-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: rgba(0,0,0,0.07);
}
.ae-patr-step {
  background: #fff;
  padding: 32px 24px;
  position: relative;
}
.ae-patr-step-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 44px;
  font-weight: 300;
  color: rgba(194,171,146,0.9);
  line-height: 1;
  margin-bottom: 14px;
}
.ae-patr-step-title {
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #1C1C1C;
  margin-bottom: 8px;
}
.ae-patr-step-text {
  font-size: 14px;
  color: #888;
  line-height: 1.6;
}
.ae-patr-step-arrow {
  position: absolute;
  top: 32px;
  right: -8px;
  font-size: 14px;
  color: #C2AB92;
  z-index: 1;
}
@media (max-width: 767px) {
  .ae-patr-steps-grid {
    grid-template-columns: 1fr;
    gap: 2px;
  }
  .ae-patr-step-arrow {
    right: auto;
    top: auto;
    bottom: -9px;
    left: 28px;
    transform: rotate(90deg);
  }
}
.ae-expat-hero-intro {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  line-height: 1.75;
  max-width: 580px;
  margin-bottom: 28px;
}
.ae-expat-hero-meta {
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.1);
  flex-wrap: wrap;
}
.ae-expat-hero-meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 1 auto;
}
.ae-expat-hero-meta-dot {
  width: 4px;
  height: 4px;
  background: #C2AB92;
  flex-shrink: 0;
}
.ae-expat-hero-meta-item span {
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.45);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .ae-expat-hero-meta {
    flex-direction: column;
    gap: 12px;
  }
  .ae-expat-hero-meta-item span {
    white-space: normal;
  }
}
.ae-expat-criteres-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(0,0,0,0.07);
  margin-bottom: 24px;
}
.ae-expat-critere-card {
  background: #fff;
  padding: 32px 28px;
}
.ae-expat-critere-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 46px;
  font-weight: 300;
  color: rgba(194,171,146,0.9);
  line-height: 1;
  margin-bottom: 14px;
}
.ae-expat-critere-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 10px;
  line-height: 1.2;
}
.ae-expat-critere-text {
  font-size: 14px;
  color: #666;
  line-height: 1.65;
}
.ae-expat-critere-note {
  padding: 18px 24px;
  border-left: 3px solid #C2AB92;
  background: #fff;
  font-size: 14px;
  color: #666;
  line-height: 1.65;
}
.ae-expat-critere-note strong {
  color: #1C1C1C;
}
@media (max-width: 767px) {
  .ae-expat-criteres-grid {
    grid-template-columns: 1fr;
    background: transparent;
    gap: 12px;
  }
}
.ae-expat-rupture-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.ae-expat-rupture-steps {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.ae-expat-rstep {
  background: #F7F5F1;
  padding: 24px 28px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.ae-expat-rstep-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px;
  font-weight: 300;
  color: rgba(194,171,146,0.9);
  line-height: 1;
  flex-shrink: 0;
  width: 32px;
}
.ae-expat-rstep-title {
  font-size: 14px;
  font-weight: 700;
  color: #1C1C1C;
  margin-bottom: 6px;
}
.ae-expat-rstep-text {
  font-size: 14px;
  color: #888;
  line-height: 1.6;
}
.ae-expat-rupture-piege {
  background: #F7F5F1;
  padding: 32px;
}
.ae-expat-piege-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 24px;
  line-height: 1.2;
  font-style: italic;
}
.ae-expat-piege-item {
  padding: 14px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.ae-expat-piege-item:last-child {
  border-bottom: none;
}
.ae-expat-piege-dot {
  width: 5px;
  height: 5px;
  background: #C2AB92;
  flex-shrink: 0;
  margin-top: 6px;
}
.ae-expat-piege-text {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .ae-expat-rupture-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.ae-expat-exit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: rgba(194,171,146,0.1);
  margin-bottom: 2px;
}
.ae-expat-exit-col {
  background: #1C1C1C;
  padding: 36px 32px;
}
.ae-expat-exit-col-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C2AB92;
  margin-bottom: 12px;
}
.ae-expat-exit-col-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 24px;
  line-height: 1.2;
}
.ae-expat-exit-item {
  padding: 12px 0;
  border-bottom: 1px solid rgba(194,171,146,0.08);
}
.ae-expat-exit-item:last-child {
  border-bottom: none;
}
.ae-expat-exit-item-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin-bottom: 4px;
}
.ae-expat-exit-item-val {
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  line-height: 1.5;
}
.ae-expat-exit-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 8px;
  margin-top: 6px;
}
.ae-expat-exit-tag-warn {
  background: rgba(194,171,146,0.15);
  color: #C2AB92;
}
.ae-expat-exit-tag-ok {
  background: rgba(255,255,255,0.05);
  color: rgba(255,255,255,0.4);
}
.ae-expat-exit-conseil {
  background: rgba(194,171,146,0.06);
  border: 1px solid rgba(194,171,146,0.15);
  padding: 24px 32px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.ae-expat-exit-conseil-dot {
  width: 5px;
  height: 5px;
  background: #C2AB92;
  flex-shrink: 0;
}
.ae-expat-exit-conseil-text {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  line-height: 1.65;
}
.ae-expat-exit-conseil-text strong {
  color: #C2AB92;
}
@media (max-width: 767px) {
  .ae-expat-exit-grid {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}
.ae-expat-proc-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2px;
  background: rgba(0,0,0,0.07);
}
.ae-expat-proc-step {
  background: #fff;
  padding: 28px 20px;
  position: relative;
}
.ae-expat-proc-arrow {
  position: absolute;
  right: -9px;
  top: 28px;
  font-size: 14px;
  color: #C2AB92;
  z-index: 1;
}
.ae-expat-proc-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  font-weight: 300;
  color: rgba(194,171,146,0.9);
  line-height: 1;
  margin-bottom: 12px;
}
.ae-expat-proc-title {
  font-size: 14px;
  font-weight: 700;
  color: #1C1C1C;
  margin-bottom: 8px;
}
.ae-expat-proc-text {
  font-size: 14px;
  color: #888;
  line-height: 1.6;
}
.ae-expat-proc-delay {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #C2AB92;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .ae-expat-proc-grid {
    grid-template-columns: 1fr;
    gap: 2px;
  }
  .ae-expat-proc-arrow {
    right: auto;
    top: auto;
    bottom: -9px;
    left: 28px;
    transform: rotate(90deg);
  }
}
.ae-optif-hero-intro {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  line-height: 1.75;
  max-width: 620px;
  margin-bottom: 28px;
}
.ae-optif-hero-meta {
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.1);
  flex-wrap: wrap;
}
.ae-optif-hero-meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ae-optif-hero-meta-dot {
  width: 4px;
  height: 4px;
  background: #C2AB92;
  flex-shrink: 0;
}
.ae-optif-hero-meta-item span {
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.45);
  white-space: nowrap;
}
.ae-optif-comp-wrap {
  width: 100%;
}
.ae-optif-comp-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}
.ae-optif-th-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 14px 20px;
  text-align: left;
  background: #F7F5F1;
  color: #888;
}
.ae-optif-th-fr {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 14px 20px;
  text-align: left;
  background: #fff;
  color: #888;
  border-bottom: 2px solid #e8e4de;
}
.ae-optif-th-mu {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 14px 20px;
  text-align: left;
  background: #1C1C1C;
  color: #C2AB92;
  border-bottom: 2px solid #C2AB92;
}
.ae-optif-td-label {
  padding: 16px 20px;
  font-size: 13px;
  font-weight: 700;
  color: #1C1C1C;
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.ae-optif-td-fr {
  padding: 16px 20px;
  font-size: 13px;
  color: #666;
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.ae-optif-td-mu {
  padding: 16px 20px;
  font-size: 13px;
  font-weight: 700;
  color: #C2AB92;
  background: #1C1C1C;
  border-bottom: 1px solid rgba(194,171,146,0.08);
}
.ae-optif-comp-note {
  padding: 18px 24px;
  border-left: 3px solid #C2AB92;
  background: #fff;
  font-size: 14px;
  color: #666;
  line-height: 1.65;
}
.ae-optif-comp-note strong {
  color: #1C1C1C;
}
.ae-optif-leviers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(0,0,0,0.07);
}
.ae-optif-levier-card {
  background: #F7F5F1;
  padding: 36px 28px;
  border-top: 3px solid transparent;
  transition: border-color 0.2s, background 0.2s;
}
.ae-optif-levier-card:hover {
  background: #fff;
  border-top-color: #C2AB92;
}
.ae-optif-levier-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 46px;
  font-weight: 300;
  color: rgba(194,171,146,0.9);
  line-height: 1;
  margin-bottom: 10px;
}
.ae-optif-levier-tag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C2AB92;
  margin-bottom: 10px;
}
.ae-optif-levier-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 12px;
  line-height: 1.2;
}
.ae-optif-levier-text {
  font-size: 14px;
  color: #666;
  line-height: 1.65;
  margin-bottom: 16px;
}
.ae-optif-levier-list {
  list-style: none;
  padding: 0;
}
.ae-optif-levier-list li {
  font-size: 14px;
  color: #444;
  padding: 7px 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.5;
}
.ae-optif-levier-list li:last-child {
  border-bottom: none;
}
.ae-optif-levier-list li::before {
  content: '';
  width: 4px;
  height: 4px;
  background: #C2AB92;
  flex-shrink: 0;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .ae-optif-leviers-grid {
    grid-template-columns: 1fr;
    background: transparent;
    gap: 12px;
  }
}
.ae-optif-pourqui-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(194,171,146,0.1);
  margin-bottom: 2px;
}
.ae-optif-pourqui-card {
  background: #1C1C1C;
  padding: 32px 28px;
}
.ae-optif-pourqui-icon {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(194,171,146,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-shrink: 0;
}
.ae-optif-pourqui-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.2;
}
.ae-optif-pourqui-text {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  line-height: 1.65;
}
.ae-optif-pourqui-warn {
  background: rgba(194,171,146,0.06);
  border: 1px solid rgba(194,171,146,0.15);
  padding: 20px 28px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.ae-optif-pourqui-warn-dot {
  width: 5px;
  height: 5px;
  background: #C2AB92;
  flex-shrink: 0;
}
.ae-optif-pourqui-warn-text {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  line-height: 1.65;
}
.ae-optif-pourqui-warn-text strong {
  color: #C2AB92;
}
.ae-optif-pourqui-warn-link {
  color: #C2AB92;
  text-decoration: none;
}
@media (max-width: 767px) {
  .ae-optif-pourqui-grid {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}
.ae-optif-proc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: rgba(0,0,0,0.07);
}
.ae-optif-proc-step {
  background: #fff;
  padding: 32px 24px;
  position: relative;
}
.ae-optif-proc-arrow {
  position: absolute;
  right: -9px;
  top: 32px;
  font-size: 14px;
  color: #C2AB92;
  z-index: 1;
}
.ae-optif-proc-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 46px;
  font-weight: 300;
  color: rgba(194,171,146,0.9);
  line-height: 1;
  margin-bottom: 14px;
}
.ae-optif-proc-title {
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #1C1C1C;
  margin-bottom: 8px;
}
.ae-optif-proc-text {
  font-size: 14px;
  color: #888;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .ae-optif-proc-grid {
    grid-template-columns: 1fr;
    gap: 2px;
  }
  .ae-optif-proc-arrow {
    right: auto;
    top: auto;
    bottom: -9px;
    left: 28px;
    transform: rotate(90deg);
  }
}
.ae-holding-hero-intro {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  line-height: 1.75;
  max-width: 620px;
  margin-bottom: 28px;
}
.ae-holding-hero-meta {
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.1);
  flex-wrap: wrap;
}
.ae-holding-hero-meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ae-holding-hero-meta-dot {
  width: 4px;
  height: 4px;
  background: #C2AB92;
  flex-shrink: 0;
}
.ae-holding-hero-meta-item span {
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.45);
  white-space: nowrap;
}
.ae-holding-gbc-def-text a {
    font-style: italic;               /* Italique */
    font-weight: bold;                /* Gras */
    text-decoration: underline;       /* Souligné */
    color: rgba(194,171,146,0.9); /* Couleur avec opacité */
}

/* Optionnel : Changement de style au survol de la souris */
.ae-holding-gbc-def-text a:hover {
    color: rgba(194,171,146,1);   /* Devient plus opaque au survol */
}
.ae-holding-gbc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.ae-holding-gbc-def {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.ae-holding-gbc-def-item {
  background: #fff;
  padding: 24px 28px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.ae-holding-gbc-def-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px;
  font-weight: 300;
  color: rgba(194,171,146,0.9);
  line-height: 1;
  flex-shrink: 0;
  width: 32px;
}
.ae-holding-gbc-def-title {
  font-size: 14px;
  font-weight: 700;
  color: #1C1C1C;
  margin-bottom: 6px;
}
.ae-holding-gbc-def-text {
  font-size: 14px;
  color: #888;
  line-height: 1.6;
}
.ae-holding-gbc-encart {
  background: #1C1C1C;
  padding: 32px;
}
.ae-holding-gbc-encart-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 24px;
  line-height: 1.2;
  font-style: italic;
}
.ae-holding-gbc-encart-item {
  padding: 14px 0;
  border-bottom: 1px solid rgba(194,171,146,0.08);
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.ae-holding-gbc-encart-item:last-child {
  border-bottom: none;
}
.ae-holding-gbc-encart-dot {
  width: 4px;
  height: 4px;
  background: #C2AB92;
  flex-shrink: 0;
  margin-top: 6px;
}
.ae-holding-gbc-encart-text {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  line-height: 1.55;
} 
@media (max-width: 767px) {
  .ae-holding-gbc-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.ae-holding-av-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(0,0,0,0.07);
}
.ae-holding-av-card {
  background: #F7F5F1;
  padding: 36px 28px;
  border-top: 3px solid transparent;
  transition: border-color 0.2s, background 0.2s;
}
.ae-holding-av-card:hover {
  background: #fff;
  border-top-color: #C2AB92;
}
.ae-holding-av-chiffre {
  font-family: 'Cormorant Garamond', serif;
  font-size: 52px;
  font-weight: 300;
  color: #C2AB92;
  line-height: 1;
  margin-bottom: 12px;
}
.ae-holding-av-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 10px;
  line-height: 1.2;
}
.ae-holding-av-text {
  font-size: 14px;
  color: #666;
  line-height: 1.65;
}
@media (max-width: 767px) {
  .ae-holding-av-grid {
    grid-template-columns: 1fr;
    background: transparent;
    gap: 12px;
  }
}
.ae-holding-comp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: rgba(194,171,146,0.1);
  margin-bottom: 2px;
}
.ae-holding-comp-col {
  background: #1C1C1C;
  padding: 36px 32px;
}
.ae-holding-comp-tag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-bottom: 12px;
}
.ae-holding-comp-tag-gold {
  color: #C2AB92;
}
.ae-holding-comp-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 24px;
  line-height: 1.2;
}
.ae-holding-comp-item {
  padding: 12px 0;
  border-bottom: 1px solid rgba(194,171,146,0.08);
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.ae-holding-comp-item:last-child {
  border-bottom: none;
}
.ae-holding-comp-dot {
  width: 4px;
  height: 4px;
  flex-shrink: 0;
  margin-top: 7px;
}
.ae-holding-comp-dot-grey { background: rgba(255,255,255,0.2); }
.ae-holding-comp-dot-gold { background: #C2AB92; }
.ae-holding-comp-text {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  line-height: 1.55;
}
.ae-holding-comp-text-gold { color: rgba(194,171,146,0.9); }
.ae-holding-comp-verdict {
  background: rgba(194,171,146,0.06);
  border: 1px solid rgba(194,171,146,0.15);
  padding: 20px 28px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.ae-holding-comp-verdict-dot {
  width: 5px;
  height: 5px;
  background: #C2AB92;
  flex-shrink: 0;
}
.ae-holding-comp-verdict-text {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  line-height: 1.65;
}
.ae-holding-comp-verdict-text strong { color: #C2AB92; }
@media (max-width: 767px) {
  .ae-holding-comp-grid {
    grid-template-columns: 1fr;
    gap: 2px;
  }
  .ae-holding-comp-col {
    padding: 24px 20px;
  }
  .ae-holding-comp-verdict {
    padding: 20px;
  }
}
.ae-holding-proc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: rgba(0,0,0,0.07);
}
.ae-holding-proc-step {
  background: #fff;
  padding: 32px 24px;
  position: relative;
}
.ae-holding-proc-arrow {
  position: absolute;
  right: -9px;
  top: 32px;
  font-size: 14px;
  color: #C2AB92;
  z-index: 1;
}
.ae-holding-proc-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 46px;
  font-weight: 300;
  color: rgba(194,171,146,0.9);
  line-height: 1;
  margin-bottom: 14px;
}
.ae-holding-proc-title {
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #1C1C1C;
  margin-bottom: 8px;
}
.ae-holding-proc-text {
  font-size: 14px;
  color: #888;
  line-height: 1.6;
}
.ae-holding-proc-delay {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #C2AB92;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .ae-holding-proc-grid {
    grid-template-columns: 1fr;
    gap: 2px;
  }
  .ae-holding-proc-arrow {
    right: auto;
    top: auto;
    bottom: -9px;
    left: 28px;
    transform: rotate(90deg);
  }
}
.ae-succ-hero-intro {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  line-height: 1.75;
  max-width: 620px;
  margin-bottom: 28px;
}
.ae-succ-hero-meta {
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.1);
  flex-wrap: wrap;
}
.ae-succ-hero-meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ae-succ-hero-meta-dot {
  width: 4px;
  height: 4px;
  background: #C2AB92;
  flex-shrink: 0;
}
.ae-succ-hero-meta-item span {
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.45);
  white-space: nowrap;
}
.ae-succ-cadre-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(0,0,0,0.07);
  margin-bottom: 24px;
}
.ae-succ-cadre-card {
  background: #fff;
  padding: 36px 28px;
}
.ae-succ-cadre-chiffre {
  font-family: 'Cormorant Garamond', serif;
  font-size: 52px;
  font-weight: 300;
  color: #C2AB92;
  line-height: 1;
  margin-bottom: 12px;
}
.ae-succ-cadre-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 10px;
  line-height: 1.2;
}
.ae-succ-cadre-text {
  font-size: 14px;
  color: #666;
  line-height: 1.65;
}
.ae-succ-cadre-note {
  padding: 18px 24px;
  border-left: 3px solid #C2AB92;
  background: #fff;
  font-size: 14px;
  color: #666;
  line-height: 1.65;
}
.ae-succ-cadre-note strong {
  color: #1C1C1C;
}
@media (max-width: 767px) {
  .ae-succ-cadre-grid {
    grid-template-columns: 1fr;
    background: transparent;
    gap: 12px;
  }
}
.ae-succ-outils-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  background: rgba(0,0,0,0.07);
}
.ae-succ-outil-card {
  background: #F7F5F1;
  padding: 36px 32px;
  border-top: 3px solid transparent;
  transition: border-color 0.2s, background 0.2s;
}
.ae-succ-outil-card:hover {
  background: #fff;
  border-top-color: #C2AB92;
}
.ae-succ-outil-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 46px;
  font-weight: 300;
  color: rgba(194,171,146,0.9);
  line-height: 1;
  margin-bottom: 10px;
}
.ae-succ-outil-tag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C2AB92;
  margin-bottom: 10px;
}
.ae-succ-outil-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 12px;
  line-height: 1.2;
}
.ae-succ-outil-text {
  font-size: 14px;
  color: #666;
  line-height: 1.65;
  margin-bottom: 16px;
}
.ae-succ-outil-list {
  list-style: none;
  padding: 0;
}
.ae-succ-outil-list li {
  font-size: 14px;
  color: #444;
  padding: 7px 0;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.5;
}
.ae-succ-outil-list li:last-child {
  border-bottom: none;
}
.ae-succ-outil-list li::before {
  content: '';
  width: 4px;
  height: 4px;
  background: #C2AB92;
  flex-shrink: 0;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .ae-succ-outils-grid {
    grid-template-columns: 1fr;
    background: transparent;
    gap: 12px;
  }
}
.ae-succ-comp-wrap {
  width: 100%;
}
.ae-succ-comp-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2px;
}
.ae-succ-th-item {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 14px 24px;
  text-align: left;
  background: #1C1C1C;
  color: rgba(255,255,255,0.3);
  border-bottom: 1px solid rgba(194,171,146,0.1);
}
.ae-succ-th-fr {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 14px 24px;
  text-align: left;
  background: #1C1C1C;
  color: rgba(255,255,255,0.4);
  border-bottom: 2px solid rgba(255,255,255,0.1);
}
.ae-succ-th-mu {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 14px 24px;
  text-align: left;
  background: #1C1C1C;
  color: #C2AB92;
  border-bottom: 2px solid #C2AB92;
}
.ae-succ-td-item {
  padding: 16px 24px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,0.5);
  border-bottom: 1px solid rgba(194,171,146,0.06);
}
.ae-succ-td-fr {
  padding: 16px 24px;
  font-size: 13px;
  color: rgba(255,255,255,0.4);
  border-bottom: 1px solid rgba(194,171,146,0.06);
}
.ae-succ-td-mu {
  padding: 16px 24px;
  font-size: 13px;
  font-weight: 700;
  color: #C2AB92;
  border-bottom: 1px solid rgba(194,171,146,0.06);
}
.ae-succ-comp-encart {
  background: rgba(194,171,146,0.06);
  border: 1px solid rgba(194,171,146,0.15);
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.ae-succ-comp-encart-dot {
  width: 5px;
  height: 5px;
  background: #C2AB92;
  flex-shrink: 0;
}
.ae-succ-comp-encart-text {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  line-height: 1.65;
}
.ae-succ-comp-encart-text strong {
  color: #C2AB92;
}
.ae-succ-proc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: rgba(0,0,0,0.07);
}
.ae-succ-proc-step {
  background: #fff;
  padding: 32px 24px;
  position: relative;
}
.ae-succ-proc-arrow {
  position: absolute;
  right: -9px;
  top: 32px;
  font-size: 14px;
  color: #C2AB92;
  z-index: 1;
}
.ae-succ-proc-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 46px;
  font-weight: 300;
  color: rgba(194,171,146,0.9);
  line-height: 1;
  margin-bottom: 14px;
}
.ae-succ-proc-title {
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #1C1C1C;
  margin-bottom: 8px;
}
.ae-succ-proc-text {
  font-size: 14px;
  color: #888;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .ae-succ-proc-grid {
    grid-template-columns: 1fr;
    gap: 2px;
  }
  .ae-succ-proc-arrow {
    right: auto;
    top: auto;
    bottom: -9px;
    left: 28px;
    transform: rotate(90deg);
  }
}
.ae-patr-actifs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  background: rgba(0,0,0,0.07);
}
.ae-patr-actif-card {
  background: #F7F5F1;
  padding: 32px 28px;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 20px;
  align-items: start;
  border-top: 3px solid transparent;
  transition: border-color 0.2s, background 0.2s;
}
.ae-patr-actif-card:hover {
  background: #fff;
  border-top-color: #C2AB92;
}
.ae-patr-actif-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  font-weight: 300;
  color: rgba(194,171,146,0.9);
  line-height: 1;
}
.ae-patr-actif-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 10px;
  line-height: 1.2;
}
.ae-patr-actif-text {
  font-size: 14px;
  color: #666;
  line-height: 1.65;
}
.ae-conv-hero-intro {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  line-height: 1.75;
  max-width: 620px;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .ae-patr-actifs-grid {
    grid-template-columns: 1fr;
    background: transparent;
    gap: 12px;
  }
}
.ae-conv-hero-meta {
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.1);
  flex-wrap: wrap;
}
.ae-conv-hero-meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ae-conv-hero-meta-dot {
  width: 4px;
  height: 4px;
  background: #C2AB92;
  flex-shrink: 0;
}
.ae-conv-hero-meta-item span {
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.45);
  white-space: nowrap;
}
.ae-conv-def-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.ae-conv-def-steps {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.ae-conv-def-item {
  background: #fff;
  padding: 24px 28px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.ae-conv-def-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 300;
  color: rgba(194,171,146,0.9);
  line-height: 1;
  flex-shrink: 0;
  width: 32px;
}
.ae-conv-def-title {
  font-size: 15px;
  font-weight: 700;
  color: #1C1C1C;
  margin-bottom: 6px;
}
.ae-conv-def-text {
  font-size: 14px;
  color: #888;
  line-height: 1.6;
}
.ae-conv-def-encart {
  background: #1C1C1C;
  padding: 32px;
}
.ae-conv-def-encart-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 24px;
  line-height: 1.2;
  font-style: italic;
}
.ae-conv-def-encart-item {
  padding: 12px 0;
  border-bottom: 1px solid rgba(194,171,146,0.08);
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.ae-conv-def-encart-item:last-child {
  border-bottom: none;
}
.ae-conv-def-encart-dot {
  width: 4px;
  height: 4px;
  background: #C2AB92;
  flex-shrink: 0;
  margin-top: 6px;
}
.ae-conv-def-encart-text {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  line-height: 1.55;
}
.ae-conv-res-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(0,0,0,0.07);
  margin-bottom: 24px;
}
.ae-conv-res-card {
  background: #F7F5F1;
  padding: 32px 28px;
  border-top: 3px solid transparent;
  transition: border-color 0.2s, background 0.2s;
}
.ae-conv-res-card:hover {
  background: #fff;
  border-top-color: #C2AB92;
}
.ae-conv-res-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 300;
  color: rgba(194,171,146,0.9);
  line-height: 1;
  margin-bottom: 14px;
}
.ae-conv-res-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 10px;
  line-height: 1.2;
}
.ae-conv-res-text {
  font-size: 14px;
  color: #666;
  line-height: 1.65;
}
.ae-conv-res-note {
  padding: 18px 24px;
  border-left: 3px solid #C2AB92;
  background: #F7F5F1;
  font-size: 14px;
  color: #666;
  line-height: 1.65;
}
.ae-conv-res-note strong {
  color: #1C1C1C;
}
@media (max-width: 767px) {
  .ae-conv-res-grid {
    grid-template-columns: 1fr;
    background: transparent;
    gap: 12px;
  }
}
.ae-conv-rev-wrap {
  width: 100%;
}
.ae-conv-rev-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2px;
}
.ae-conv-th-cat {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 14px 20px;
  text-align: left;
  background: #1C1C1C;
  color: rgba(255,255,255,0.3);
  border-bottom: 1px solid rgba(194,171,146,0.1);
}
.ae-conv-th-art {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 14px 20px;
  text-align: left;
  background: #1C1C1C;
  color: rgba(255,255,255,0.35);
  border-bottom: 1px solid rgba(194,171,146,0.1);
}
.ae-conv-th-qui {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 14px 20px;
  text-align: left;
  background: #1C1C1C;
  color: #C2AB92;
  border-bottom: 2px solid #C2AB92;
}
.ae-conv-th-taux {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 14px 20px;
  text-align: left;
  background: #1C1C1C;
  color: rgba(255,255,255,0.35);
  border-bottom: 1px solid rgba(194,171,146,0.1);
}
.ae-conv-td-cat {
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255,255,255,0.6);
  border-bottom: 1px solid rgba(194,171,146,0.06);
}
.ae-conv-td-art {
  padding: 14px 20px;
  font-size: 13px;
  color: rgba(255,255,255,0.3);
  border-bottom: 1px solid rgba(194,171,146,0.06);
}
.ae-conv-td-qui {
  padding: 14px 20px;
  font-size: 13px;
  font-weight: 700;
  color: #C2AB92;
  border-bottom: 1px solid rgba(194,171,146,0.06);
}
.ae-conv-td-taux {
  padding: 14px 20px;
  font-size: 12px;
  color: rgba(255,255,255,0.4);
  border-bottom: 1px solid rgba(194,171,146,0.06);
}
.ae-conv-rev-note {
  background: rgba(194,171,146,0.06);
  border: 1px solid rgba(194,171,146,0.15);
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.ae-conv-rev-note-dot {
  width: 5px;
  height: 5px;
  background: #C2AB92;
  flex-shrink: 0;
}
.ae-conv-rev-note-text {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  line-height: 1.65;
}
.ae-conv-rev-note-text strong {
  color: #C2AB92;
}
@media (max-width: 767px) {
  .ae-conv-rev-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ae-conv-th-art,
  .ae-conv-td-art {
    display: none;
  }
}
.ae-conv-elim-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: rgba(0,0,0,0.07);
  margin-bottom: 24px;
}
.ae-conv-elim-card {
  background: #fff;
  padding: 36px 32px;
}
.ae-conv-elim-tag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C2AB92;
  margin-bottom: 12px;
}
.ae-conv-elim-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 16px;
  line-height: 1.2;
}
.ae-conv-elim-text {
  font-size: 14px;
  color: #666;
  line-height: 1.65;
  margin-bottom: 20px;
}
.ae-conv-elim-list {
  list-style: none;
  padding: 0;
}
.ae-conv-elim-list li {
  font-size: 14px;
  color: #444;
  padding: 7px 0;
  border-bottom: 1px solid rgba(0,0,0,0.10);
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.5;
}
.ae-conv-elim-list li:last-child {
  border-bottom: none;
}
.ae-conv-elim-list li::before {
  content: '';
  width: 4px;
  height: 4px;
  background: #C2AB92;
  flex-shrink: 0;
  margin-top: 5px;
}
.ae-conv-elim-note {
  padding: 18px 24px;
  border-left: 3px solid #C2AB92;
  background: #fff;
  font-size: 14px;
  color: #666;
  line-height: 1.65;
}
.ae-conv-elim-note strong {
  color: #1C1C1C;
}
@media (max-width: 767px) {
  .ae-conv-elim-grid {
    grid-template-columns: 1fr;
    background: transparent;
    gap: 12px;
  }
}
.ae-conv-pieges-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(194,171,146,0.1);
}
.ae-conv-piege-card {
  background: #1C1C1C;
  padding: 32px 28px;
}
.ae-conv-piege-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 300;
  color: rgba(194,171,146,0.9);
  line-height: 1;
  margin-bottom: 14px;
}
.ae-conv-piege-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.2;
}
.ae-conv-piege-text {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  line-height: 1.65;
  margin-bottom: 20px;
}
.ae-conv-piege-warn {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  background: rgba(194,171,146,0.08);
  padding: 12px 14px;
}
.ae-conv-piege-warn-dot {
  width: 4px;
  height: 4px;
  background: #C2AB92;
  flex-shrink: 0;
  margin-top: 5px;
}
.ae-conv-piege-warn-text {
  font-size: 14px;
  color: #C2AB92;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .ae-conv-pieges-grid {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}
/* ── Contact – Fluent Form ── */
.ae-contact-form .ff-el-input--label label {
  font-family: 'Karla', sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #6b6560;
  margin-bottom: 6px;
}

.ae-contact-form .ff-el-form-control {
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  color: #1C1C1C;
  background: #ffffff;
  border: 0.5px solid #c8c3bc;
  border-radius: 0 !important;
  padding: 12px 16px;
  box-shadow: none !important;
}

.ae-contact-form .ff-el-form-control:focus {
  border-color: #C2AB92;
  outline: none;
  box-shadow: none !important;
}

.ae-contact-form .ff-btn-submit {
  font-family: 'Karla', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #1C1C1C !important;
  color: #F7F5F1 !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 16px 40px !important;
  box-shadow: none !important;
  transition: background 0.2s;
}

.ae-contact-form .ff-btn-submit:hover {
  background: #C2AB92 !important;
  color: #1C1C1C !important;
}

.ae-contact-form .ff-el-is-error .ff-el-form-control {
  border-color: #c0392b;
}

.ae-contact-form .error.text-danger {
  font-family: 'Karla', sans-serif;
  font-size: 11px;
  color: #c0392b;
  margin-top: 4px;
}

/* ── Contact – Blocs Calendly & WhatsApp ── */
.ae-contact-block {
    padding: 40px;
    border: 0.5px solid #e0ddd8;
    height: 100%;
}

.ae-contact-block__label {
    display: block;
    font-family: 'Karla', sans-serif;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #C2AB92;
    margin-bottom: 12px;
}

.ae-contact-block__title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-weight: 400;
    color: #1C1C1C;
    margin-bottom: 12px;
    line-height: 1.2;
}

.ae-contact-block__desc {
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    color: #6b6560;
    line-height: 1.7;
    margin-bottom: 28px;
}

.ae-contact-block__btn--dark {
    display: block;
	text-align: center;
    font-family: 'Karla', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #1C1C1C;
    color: #F7F5F1;
    padding: 16px 32px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    margin-bottom: 16px;
}

.ae-contact-block__btn--dark:hover {
    background: #C2AB92;
    color: #1C1C1C;
}

.ae-contact-block__note {
    font-family: 'Karla', sans-serif;
    font-size: 13px;
    color: #9a9187;
    letter-spacing: 0.5px;
}

.ae-contact-block__divider {
    width: 40px;
    height: 1px;
    background: #C2AB92;
    margin-bottom: 24px;
}

.ae-contact-block__wa {
    display: flex;
    align-items: center;
    gap: 16px;
    border: 0.5px solid #e0ddd8;
    padding: 16px 20px;
    margin-bottom: 12px;
    text-decoration: none;
    color: #1C1C1C;
    transition: border-color 0.2s;
}

.ae-contact-block__wa:hover {
    border-color: #C2AB92;
}

.ae-contact-block__wa-icon {
    width: 36px;
    height: 36px;
    background: #C2AB92;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ae-contact-block__wa-icon svg {
    width: 18px;
    height: 18px;
    fill: #ffffff;
}

.ae-contact-block__wa-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ae-contact-block__wa-country {
    font-family: 'Karla', sans-serif;
    font-size: 13px;
    color: #C2AB92;
    letter-spacing: 1px;
}

.ae-contact-block__wa-num {
    font-family: 'Karla', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #1C1C1C;
}

.ae-contact-block__wa-sublabel {
    font-family: 'Karla', sans-serif;
    font-size: 11px;
    color: #9a9187;
    letter-spacing: 0.5px;
}
/* ── À propos – Section 1 Positionnement ── */
.ae-apropos-pos-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.ae-apropos-pos-text {
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    color: #6b6560;
    line-height: 1.8;
    margin-bottom: 14px;
}

.ae-apropos-pos-quote {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-style: italic;
    color: #C2AB92;
    margin-top: 24px;
    line-height: 1.5;
}

.ae-apropos-kpis {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.ae-apropos-kpi {
    border: 0.5px solid #c8c3bc;
    padding: 28px 24px;
    background: #ffffff;
}

.ae-apropos-kpi-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 44px;
    font-weight: 400;
    color: #C2AB92;
    line-height: 1;
    margin-bottom: 8px;
}

.ae-apropos-kpi-label {
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    color: #6b6560;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .ae-apropos-pos-wrap {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .ae-apropos-kpis {
        grid-template-columns: 1fr 1fr;
    }
}
/* ── À propos – Section 2 Équipe ── */
.ae-team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.ae-team-card {
    border: 0.5px solid #e0ddd8;
}

.ae-team-photo {
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.ae-team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.ae-team-body {
    padding: 28px 24px;
}

.ae-team-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 600;
    color: #1C1C1C;
    margin-bottom: 4px;
}

.ae-team-role {
    font-family: 'Karla', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #C2AB92;
    margin-bottom: 16px;
}

.ae-team-divider {
    width: 30px;
    height: 1px;
    background: #C2AB92;
    margin-bottom: 16px;
}

.ae-team-bio {
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    color: #6b6560;
    line-height: 1.7;
    margin-bottom: 16px;
}

.ae-team-expertise {
    font-family: 'Karla', sans-serif;
    font-size: 13px;
    color: #9a9187;
    font-style: italic;
    line-height: 1.5;
}

@media (max-width: 980px) {
    .ae-team-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .ae-team-grid {
        grid-template-columns: 1fr;
    }
}
/* ── À propos – Section 3 Valeurs ── */
.ae-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border: 0.5px solid #333;
}

.ae-value {
    padding: 36px 28px;
    border-right: 0.5px solid #333;
}

.ae-value:last-child {
    border-right: none;
}

.ae-value-letter {
    font-family: 'Cormorant Garamond', serif;
    font-size: 56px;
    font-weight: 400;
    color: #C2AB92;
    line-height: 1;
    margin-bottom: 12px;
    opacity: 0.6;
}

.ae-value-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 400;
    color: #F7F5F1;
    margin-bottom: 12px;
}

.ae-value-desc {
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    color: #6b6560;
    line-height: 1.7;
}

@media (max-width: 980px) {
    .ae-values-grid {
        grid-template-columns: 1fr 1fr;
    }

    .ae-value:nth-child(2) {
        border-right: none;
    }

    .ae-value:nth-child(3) {
        border-right: 0.5px solid #333;
        border-top: 0.5px solid #333;
    }

    .ae-value:nth-child(4) {
        border-right: none;
        border-top: 0.5px solid #333;
    }
}

@media (max-width: 768px) {
    .ae-values-grid {
        grid-template-columns: 1fr;
    }

    .ae-value {
        border-right: none;
        border-bottom: 0.5px solid #333;
    }

    .ae-value:last-child {
        border-bottom: none;
    }

    .ae-value:nth-child(3) {
        border-right: none;
        border-top: none;
    }

    .ae-value:nth-child(4) {
        border-right: none;
        border-top: none;
    }
}