.elementor-28958 .elementor-element.elementor-element-44b05d6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS *//* =============================================
   DUPLICATA DE CARTE GRISE — STYLES COMPLETS
   ============================================= */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Segoe UI', system-ui, sans-serif;
  background: #f4f7fb;
  color: #1a1a1a;
  line-height: 1.7;
}

/* ── HERO ── */
.hero {
  background: linear-gradient(135deg, #1a3c6e 0%, #2d6bb5 100%);
  color: #fff;
  padding: 64px 40px 56px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e4edf8;
}

.hero::before {
  content: '';
  position: absolute;
  top: -80px; right: -60px;
  width: 320px; height: 320px;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: -100px; left: -40px;
  width: 260px; height: 260px;
  background: rgba(255,255,255,0.04);
  border-radius: 50%;
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

.hero-left {
  flex: 1;
}

/* ── HERO TAGS ── */
.hero-tags {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.tag {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.tag-date {
  background: #e3f2fd;
  color: #1a3c6e;
  border: 1px solid #bbdefb;
}

.tag-subject {
  background: #fff3e0;
  color: #e65100;
  border: 1px solid #ffe0b2;
}

.tag-author {
  background: #f3e5f5;
  color: #6a1b9a;
  border: 1px solid #e1bee7;
}

.hero h1 {
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 20px;
  color: #fff;
}

.hero-intro {
  font-size: 1.02rem;
  opacity: 0.9;
  margin-bottom: 28px;
  line-height: 1.75;
  color: #fff;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f5a623;
  color: #1a1a1a;
  font-weight: 800;
  font-size: 1rem;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 20px rgba(0,0,0,0.25);
  border: none;
  cursor: pointer;
}

.hero-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 28px rgba(0,0,0,0.3);
  text-decoration: none;
}

.hero-cta svg {
  width: 16px;
  height: 16px;
}

.hero-right {
  flex-shrink: 0;
  width: 420px;
}

.hero-right img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
  box-shadow: 0 16px 48px rgba(0,0,0,0.3);
}

/* ── CONTEXT LINKS ── */
.context-links {
  background: rgba(255,255,255,0.1);
  border-radius: 12px;
  padding: 18px 24px;
  margin-top: 32px;
  border: 1px solid rgba(255,255,255,0.2);
  font-size: 0.9rem;
  color: rgba(255,255,255,0.9);
  line-height: 1.7;
}

.context-links a {
  color: #fff;
  text-decoration: underline;
  font-weight: 500;
}

.context-links a:hover {
  opacity: 0.8;
}

/* ── PAGE WRAP ── */
.page-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 44px 40px 70px;
}

/* ── SOMMAIRE ── */
.sommaire {
  background: #fff;
  border: 1px solid #e4edf8;
  border-radius: 14px;
  padding: 28px 32px;
  margin-bottom: 36px;
  box-shadow: 0 2px 8px rgba(45,107,181,0.05);
  position: static;
}

.sommaire-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1a3c6e;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.sommaire-title svg {
  width: 18px;
  height: 18px;
  color: #2d6bb5;
  flex-shrink: 0;
}

.sommaire ol {
  padding-left: 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: decimal;
}

.sommaire ol li {
  font-size: 0.93rem;
  color: #555;
}

.sommaire ol li a {
  color: #2d6bb5;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
}

.sommaire ol li a:hover {
  color: #1a3c6e;
  text-decoration: underline;
}

.sommaire ol li a.active {
  color: #1a3c6e;
  text-decoration: underline;
  font-weight: 700;
}

/* ── SECTION ── */
.section {
  background: #fff;
  border-radius: 16px;
  padding: 36px 32px;
  margin-bottom: 28px;
  border: 1px solid #e4edf8;
  box-shadow: 0 2px 8px rgba(45,107,181,0.05);
}

.section h2 {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 20px;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  gap: 12px;
}

.s-icon {
  width: 32px;
  height: 32px;
  color: #2d6bb5;
  flex-shrink: 0;
}

.s-icon svg {
  width: 100%;
  height: 100%;
}

.section h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-top: 28px;
  margin-bottom: 12px;
  color: #1a3c6e;
}

.section p {
  margin-bottom: 12px;
  color: #555;
  line-height: 1.75;
}

.section ul, .section ol {
  margin-left: 24px;
  margin-bottom: 16px;
}

.section li {
  margin-bottom: 8px;
  color: #555;
  line-height: 1.7;
}

.section a {
  color: #2d6bb5;
  text-decoration: none;
  font-weight: 500;
}

.section a:hover {
  text-decoration: underline;
}

/* ── CARDS GRID (L'ESSENTIEL) ── */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.card {
  background: #f8fafd;
  border: 1px solid #dce8f5;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  transition: box-shadow 0.2s, transform 0.2s;
}

.card:hover {
  box-shadow: 0 4px 16px rgba(45,107,181,0.1);
  transform: translateY(-2px);
}

.card-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
  background: linear-gradient(135deg, #1a3c6e 0%, #2d6bb5 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.card-icon svg {
  width: 24px;
  height: 24px;
}

.card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a3c6e;
  margin-bottom: 12px;
  margin-top: 0;
}

.card p {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
}

/* ── IMAGE SECTION ── */
.image-section {
  margin: 60px auto;
  text-align: center;
  max-width: 100%;
}

.image-section img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: inline-block;
}

.cta-box {
  background: linear-gradient(135deg, #1a3c6e 0%, #2d6bb5 100%);
  border-radius: 16px;
  padding: 40px 36px;
  color: #fff;
  margin-bottom: 28px;
}

.cta-box h2 {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 20px;
  text-align: left;
  color: #ffffff;
}

.cta-box h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.cta-box p {
  font-size: 0.97rem;
  opacity: 0.92;
  margin-bottom: 16px;
  line-height: 1.6;
  text-align: left;
}

.cta-button {
  display: block;
  width: fit-content;
  margin: 24px auto 0;
  background-color: #f39c12;
  color: #1a3c6e;
  padding: 16px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #e67e22;
}

/* ── SECTION FAQ ── */
.section-faq {
  background: #fff;
  border-radius: 16px;
  padding: 36px 32px;
  margin-bottom: 28px;
  border: 1px solid #e4edf8;
  box-shadow: 0 2px 8px rgba(45,107,181,0.05);
}

.section-faq h2 {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 28px;
  color: #1a1a1a;
}

/* ── FAQ ── */
.faq {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-item {
  border: 1px solid #dce8f5;
  border-radius: 12px;
  overflow: hidden;
  background: #f8fafd;
}

.faq-item:hover {
  box-shadow: 0 2px 10px rgba(45,107,181,0.08);
}

.faq-q {
  padding: 16px 20px;
  font-weight: 600;
  font-size: 0.95rem;
  color: #1a3c6e;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  user-select: none;
  transition: background 0.2s;
}

.faq-q:hover {
  background: #f0f5fa;
}

.faq-arrow {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #2d6bb5;
  transition: transform 0.25s;
}

.faq-item.open .faq-arrow {
  transform: rotate(180deg);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  font-size: 0.92rem;
  color: #555;
  padding: 0 20px;
}

.faq-item.open .faq-a {
  max-height: 400px;
  padding: 0 20px 18px;
}

/* ── SECTION RESSOURCES ── */
.section-resources {
  background: #f8fafd;
}

.section-resources h2 {
  color: #1a1a1a;
}

.section-resources ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.section-resources li {
  margin-bottom: 12px;
  padding-left: 24px;
  position: relative;
}

.section-resources li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: #2d6bb5;
  font-weight: 700;
}

.section-resources a {
  color: #2d6bb5;
  text-decoration: none;
  font-weight: 500;
}

.section-resources a:hover {
  text-decoration: underline;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .hero-inner {
    flex-direction: column;
    gap: 36px;
    text-align: center;
  }
  
  .hero-right {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }
  
  .section h2 {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .cards-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .hero {
    padding: 40px 20px 36px;
  }
  
  .hero h1 {
    font-size: 1.55rem;
  }
  
  .hero-inner {
    gap: 20px;
  }
  
  .context-links {
    padding: 0 20px;
    font-size: 0.85rem;
  }
  
  .page-wrap {
    padding: 24px 18px 50px;
  }
  
  .section {
    padding: 24px 18px;
  }
  
  .section-faq {
    padding: 24px 18px;
  }
  
  .sommaire {
    padding: 20px 16px;
  }
  
  .sommaire-title {
    font-size: 0.95rem;
  }
  
  .sommaire ol li a {
    font-size: 0.9rem;
  }
  
  .section h2 {
    font-size: 1.3rem;
  }
  
  .section h3 {
    font-size: 1rem;
  }
  
  .cards-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .card {
    padding: 20px;
  }
  
  .card h3 {
    font-size: 1rem;
  }
  
  .cta-box {
    padding: 24px 18px;
  }
  
  .cta-box p {
    font-size: 0.95rem;
  }
  
  .faq-q {
    padding: 14px 16px;
    font-size: 0.9rem;
  }
  
  .faq-a {
    padding: 0 16px;
  }
  
  .faq-item.open .faq-a {
    padding: 0 16px 16px;
  }
  
  .hero-tags {
    gap: 8px;
  }
  
  .tag {
    padding: 6px 12px;
    font-size: 0.75rem;
  }
  
  .image-section {
    margin: 40px auto;
  }
  
  .section-resources li {
    padding-left: 20px;
  }
}/* End custom CSS */