.elementor-28410 .elementor-element.elementor-element-477db1c{--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 *//* ════════════════════════════
   ONLINE CARTE GRISE - PAGE DÉMARCHES
   Palette officielle
   ════════════════════════════ */

* { box-sizing: border-box; }

.cg-page {
  font-family: 'Segoe UI', Arial, sans-serif;
  color: #192a3d;
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
}

/* ── HERO ── */
.cg-hero {
  display: grid;
  grid-template-columns: 65% 35%;
  align-items: center;
  gap: 30px;
  padding: 50px 40px 30px;
  background: #ffffff;
}

.cg-hero h1 {
  font-size: 34px;
  font-weight: 900;
  color: #031E96;
  line-height: 1.2;
  margin-bottom: 14px;
}

.cg-hero p {
  font-size: 14px;
  color: #3A4F66;
  line-height: 1.8;
}

.cg-hero-img img {
  width: 100%;
  max-width: 320px;
  border-radius: 16px;
  object-fit: cover;
}

/* ── BARRE BLEU CLAIR PÂLE ── */
.cg-barre {
  background: #E8F0FE;
  padding: 14px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cg-barre-infos {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 13px;
  font-weight: 700;
  color: #031E96;
}

.cg-barre-infos span {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* ── BOUTONS ── */
.cg-btn {
  background: #031E96;
  color: #fff !important;
  padding: 12px 26px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-block;
  transition: background 0.2s;
}

.cg-btn:hover {
  background: #192a3d;
  color: #fff !important;
}

/* ── BOUTON ORANGE ── */
.cg-btn-jaune {
  background: #FF6B00;
  color: #ffffff !important;
  padding: 16px 36px;
  border-radius: 8px;
  font-weight: 800;
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  transition: opacity 0.2s;
}

.cg-btn-jaune:hover { opacity: 0.9; }

/* ── CONTENU ── */
.cg-content {
  padding: 40px 40px;
  background: #ffffff;
}

.cg-intro {
  font-size: 14px;
  color: #3A4F66;
  line-height: 1.9;
  margin-bottom: 36px;
}

/* ── TITRES ── */
.cg-h2 {
  font-size: 22px;
  font-weight: 800;
  color: #031E96;
  margin: 40px 0 14px;
  padding-bottom: 8px;
  border-bottom: 3px solid #FF6B00;
  display: inline-block;
}

.cg-h3 {
  font-size: 16px;
  font-weight: 700;
  color: #192a3d;
  margin: 24px 0 10px;
}

.cg-text {
  font-size: 14px;
  color: #3A4F66;
  line-height: 1.9;
  margin-bottom: 14px;
}

/* ── LIENS DÉMARCHES - NOUVEAU DESIGN ── */
.cg-liens {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 16px 0 24px 0;
}

.cg-lien {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  padding: 14px 20px;
  border-radius: 10px;
  width: 100%;
  background: #ffffff;
  border: 1.5px solid #e1e8ed;
  color: #031E96;
  transition: all 0.2s;
  box-shadow: 0 1px 4px rgba(3,30,150,0.05);
}

.cg-lien:hover {
  background: #E8F0FE;
  border-color: #031E96;
  transform: translateX(6px);
  box-shadow: 0 3px 10px rgba(3,30,150,0.10);
}

.cg-lien i {
  font-size: 16px;
  color: #031E96;
  min-width: 20px;
  text-align: center;
}


/* Variantes - toutes harmonisées */
.cg-lien.bleu,
.cg-lien.moyen,
.cg-lien.gris,
.cg-lien.dark {
  background: #ffffff;
  color: #031E96;
  border: 1.5px solid #e1e8ed;
  border-left: 4px solid #031E96;
}

.cg-lien.moyen {
  border-left-color: #FF6B00;
}

.cg-lien.gris {
  border-left-color: #3A4F66;
  color: #3A4F66;
}

.cg-lien.dark {
  border-left-color: #192a3d;
  color: #192a3d;
}


/* ── ÉTAPES ── */
.cg-etapes {
  display: flex;
  gap: 16px;
  margin: 20px 0;
  flex-wrap: wrap;
}

.cg-etape {
  flex: 1;
  min-width: 180px;
  background: #ffffff;
  border: 2px solid #e1e8ed;
  border-radius: 12px;
  padding: 20px 16px;
  text-align: center;
}

.cg-etape-num {
  width: 36px;
  height: 36px;
  background: #031E96;
  color: #ffffff;
  border-radius: 50%;
  font-weight: 800;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
}

.cg-etape-titre {
  font-weight: 700;
  font-size: 14px;
  color: #031E96;
  margin-bottom: 6px;
}

.cg-etape-desc {
  font-size: 12px;
  color: #3A4F66;
}

/* ── GRILLE DÉMARCHES ── */
.cg-grille {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 20px 0;
}

.cg-grille-lien {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  color: #031E96;
  padding: 10px 14px;
  background: #FAFBFC;
  border-radius: 8px;
  border: 1px solid #e1e8ed;
  transition: all 0.2s;
}

.cg-grille-lien:hover {
  background: #f2f5f7;
  transform: translateX(4px);
  border-color: #031E96;
}

/* ── FAQ ── */
.cg-faq {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cg-faq-item {
  background: #FAFBFC;
  border-radius: 10px;
  padding: 16px 20px;
  border: 1px solid #e1e8ed;
  cursor: pointer;
  transition: background 0.2s;
}

.cg-faq-item:hover { background: #f2f5f7; }

.cg-faq-item.open {
  background: #f2f5f7;
  border-color: rgba(3, 30, 150, 0.68);
}

.cg-faq-question {
  font-weight: 700;
  font-size: 14px;
  color: #031E96;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.cg-faq-reponse {
  font-size: 13px;
  color: #3A4F66;
  line-height: 1.7;
  margin-top: 10px;
  display: none;
  border-top: 1px solid #e1e8ed;
  padding-top: 10px;
}

.cg-faq-item.open .cg-faq-reponse { display: block; }

.cg-faq-icon {
  font-size: 22px;
  font-weight: 300;
  color: #031E96;
  transition: transform 0.2s;
  min-width: 20px;
  text-align: center;
}

.cg-faq-item.open .cg-faq-icon { transform: rotate(45deg); }

/* ── CTA FINAL ── */
.cg-cta-final {
  background: #031E96;
  color: #ffffff;
  text-align: center;
  padding: 50px 40px;
  margin-top: 50px;
  border-radius: 16px;
}

.cg-cta-final h2 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 12px;
  color: #ffffff;
}

.cg-cta-final p {
  font-size: 15px;
  color: rgba(255,255,255,0.85);
  margin-bottom: 28px;
}

/* ── SÉPARATEUR ── */
.cg-sep {
  border: none;
  border-top: 1px solid #e1e8ed;
  margin: 30px 0;
}

/* ── BADGE ── */
.cg-badge {
  display: inline-block;
  background: rgba(3, 30, 150, 0.08);
  color: #031E96;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .cg-hero {
    grid-template-columns: 1fr;
    padding: 30px 20px;
  }
  .cg-hero h1 { font-size: 24px; }
  .cg-hero-img { display: none; }
  .cg-barre {
    flex-direction: column;
    gap: 14px;
    padding: 16px 20px;
    text-align: center;
  }
  .cg-barre-infos {
    flex-direction: column;
    gap: 8px;
  }
  .cg-content { padding: 30px 20px; }
  .cg-grille { grid-template-columns: 1fr; }
  .cg-etapes { flex-direction: column; }
  .cg-cta-final { padding: 30px 20px; border-radius: 0; }
  .cg-liens { margin-left: 0; }
}

/* ── ALERTE / ENCADRÉ 3 POINTS ── */
.cg-alerte {
  background: #f2f5f7;
  border-left: 4px solid #031E96;
  border-radius: 10px;
  padding: 24px 28px;
  margin: 24px 0;
}

.cg-alerte-titre {
  font-size: 15px;
  font-weight: 800;
  color: #031E96;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cg-alerte-titre i {
  font-size: 18px;
  color: #031E96;
}

.cg-alerte-liste {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cg-alerte-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #ffffff;
  border-radius: 8px;
  padding: 14px 18px;
}

.cg-alerte-item i {
  color: #031E96;
  font-size: 18px;
  margin-top: 2px;
  min-width: 20px;
}

.cg-alerte-item strong {
  display: block;
  color: #192a3d;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}

.cg-alerte-item span {
  font-size: 13px;
  color: #3A4F66;
  line-height: 1.6;
}/* End custom CSS */