/* ==========================================================
   CLICK&FIX — CSS PERSONNALISÉ
   Toutes les variables, composants et pages du site
   ========================================================== */

/* ---- Variables palette logo ---- */
:root {
  --cf-navy:   #0B2545;
  --cf-amber:  #F59E0B;
  --cf-bord:   #7A1E2C;
  --cf-blue:   #2572ff;
  --cf-text:   #626a77;
  --cf-light:  #f6f7fa;
  --cf-border: #dce1e9;
  --cf-white:  #ffffff;
}

/* ==========================================================
   GOOGLE FONTS — Nunito + Inter
   ========================================================== */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&family=Inter:wght@400;500;600;700&display=swap');

body { font-family: 'Inter', sans-serif; }

/* ==========================================================
   LOGO CLICK&FIX
   ========================================================== */
.logo-clickfix {
  font-family: 'Nunito', sans-serif;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.3px;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}
.logo-clickfix .click { color: var(--cf-navy); }
.logo-clickfix .and   { color: var(--cf-amber); margin: 0 3px; }
.logo-clickfix .fix   { color: var(--cf-bord); }

/* ==========================================================
   SUB-HEADER (bande info en haut) — taille réduite
   ========================================================== */
.sub_header { padding: 6px 0 !important; }

.header_contact_info a,
.header_login_info a {
  font-size: 12px !important;
  padding: 0 8px !important;
  line-height: 1.4 !important;
}
.header_contact_info a i,
.header_login_info a { font-size: 11px !important; }

/* ==========================================================
   NAVIGATION — Supprimer le bouton "Être rappelé" sur accueil
   ========================================================== */
.navbar_btn .btn_1 {
  font-size: 13px;
  padding: 8px 18px;
}

/* ==========================================================
   BREADCRUMB / HERO PAGES INTERNES
   ========================================================== */
.cf-breadcrumb {
  background: linear-gradient(135deg, var(--cf-navy) 0%, #1a3f6f 100%);
  padding: 56px 0 44px;
  position: relative;
  overflow: hidden;
}
.cf-breadcrumb::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Ccircle cx='1.5' cy='1.5' r='1.5' fill='white' opacity='.06'/%3E%3C/svg%3E");
}
.cf-breadcrumb__content { position: relative; z-index: 2; }
.cf-breadcrumb__title {
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 800;
  margin: 0 0 10px;
}
.cf-breadcrumb__sub {
  color: rgba(255,255,255,.75);
  font-size: .95rem;
  margin: 0 0 14px;
}
.cf-breadcrumb__nav { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.cf-breadcrumb__nav a { color: var(--cf-amber); text-decoration: none; font-size: .85rem; font-weight: 600; }
.cf-breadcrumb__nav a:hover { text-decoration: underline; }
.cf-breadcrumb__nav span { color: rgba(255,255,255,.5); font-size: .85rem; }
.cf-breadcrumb__nav .current { color: rgba(255,255,255,.8); font-size: .85rem; }

/* Deco ring breadcrumb */
.cf-breadcrumb__ring {
  position: absolute; border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.07);
  pointer-events: none;
}
.cf-breadcrumb__ring--1 { width: 220px; height: 220px; top: -60px; right: 10%; }
.cf-breadcrumb__ring--2 { width: 140px; height: 140px; bottom: -50px; right: 18%; opacity: .5; }

/* ==========================================================
   HERO SECTION (page accueil) — V1 Géométrique / Tech
   ========================================================== */
.cf-hero {
  position: relative;
  overflow: hidden;
  background: #f8f9fc;
  padding: 88px 0 76px;
}
.cf-hero__grid {
  position: absolute; inset: 0;
  pointer-events: none; z-index: 0;
}

/* Formes géométriques flottantes */
.cf-geo { position: absolute; pointer-events: none; z-index: 1; }
.cf-geo--hex1  { width: 140px; top: 6%; left: 52%; animation: cfFloat 8s ease-in-out infinite; }
.cf-geo--hex2  { width: 90px; bottom: 12%; left: 55%; animation: cfFloat 11s ease-in-out infinite; animation-delay: -3s; }
.cf-geo--tri1  { width: 80px; top: 20%; right: 4%; animation: cfFloat 9s ease-in-out infinite; animation-delay: -5s; }
.cf-geo--sq1   { width: 70px; bottom: 18%; right: 6%; animation: cfSpin 22s linear infinite; }
.cf-geo--sq2   { width: 48px; top: 55%; left: 48%; animation: cfSpin 15s linear infinite reverse; }
.cf-geo--circle1 {
  width: 260px; height: 260px; border-radius: 50%;
  border: 2px dashed rgba(11,37,69,.1);
  top: -60px; right: -60px;
  animation: cfSpin 40s linear infinite;
}
.cf-geo--circle2 {
  width: 160px; height: 160px; border-radius: 50%;
  border: 2px dashed rgba(245,158,11,.18);
  bottom: -30px; left: 42%;
  animation: cfSpin 28s linear infinite reverse;
}

/* Icônes tech flottantes */
.cf-icon {
  position: absolute; z-index: 2;
  display: flex; align-items: center; justify-content: center;
  border-radius: 12px; background: #fff;
  box-shadow: 0 4px 18px rgba(11,37,69,.10);
  border: 1px solid var(--cf-border);
  animation: cfFloat 7s ease-in-out infinite;
}
.cf-icon--1 { width:46px; height:46px; color:var(--cf-navy);  top:10%; left:56%; animation-duration:7s; }
.cf-icon--2 { width:42px; height:42px; color:var(--cf-blue);  top:42%; left:49%; animation-duration:9s; animation-delay:-2s; }
.cf-icon--3 { width:40px; height:40px; color:var(--cf-bord);  bottom:22%; left:53%; animation-duration:11s; animation-delay:-4s; }
.cf-icon--4 { width:44px; height:44px; color:var(--cf-amber); top:14%; right:2%;   animation-duration:8s; animation-delay:-1s; }
.cf-icon--5 { width:38px; height:38px; color:var(--cf-navy);  bottom:28%; right:3%; animation-duration:10s; animation-delay:-6s; }

/* Keyframes globaux */
@keyframes cfFloat { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-18px)} }
@keyframes cfSpin  { from{transform:rotate(0deg)} to{transform:rotate(360deg)} }
@keyframes cfPulse { 0%,100%{box-shadow:0 0 0 0 rgba(34,197,94,.4)} 50%{box-shadow:0 0 0 10px rgba(34,197,94,0)} }

.cf-hero__container { position: relative; z-index: 3; }

/* Badge "Disponible 7j/7" */
.cf-hero__badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(11,37,69,.07); color: var(--cf-navy);
  font-size: .78rem; font-weight: 700; letter-spacing: .07em;
  text-transform: uppercase; padding: 6px 14px;
  border-radius: 999px; margin-bottom: 20px;
}
.cf-hero__badge-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #22c55e; animation: cfPulse 2s ease-in-out infinite;
}

/* Titre */
.cf-hero__title {
  font-size: clamp(2rem, 3.5vw, 2.85rem);
  font-weight: 800; color: var(--cf-navy);
  line-height: 1.18; margin-bottom: 18px;
}
.cf-hero__title-accent {
  color: var(--cf-bord); position: relative; display: inline-block;
}
.cf-hero__title-accent::after {
  content: ''; position: absolute; left: 0; bottom: -4px;
  width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--cf-amber), transparent);
  border-radius: 2px;
}

/* Sous-titre */
.cf-hero__subtitle {
  color: var(--cf-text); font-size: 1.02rem;
  line-height: 1.7; margin-bottom: 28px; max-width: 480px;
}

/* Bloc téléphone — navy semi-transparent, picto discret, sans icône jaune */
.cf-hero__phone {
  display: inline-flex; align-items: center; gap: 16px;
  text-decoration: none;
  background: rgba(11,37,69,.88);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: #fff; padding: 14px 24px;
  border-radius: 12px; margin-bottom: 28px;
  transition: transform .2s, box-shadow .2s, background .2s;
  box-shadow: 0 4px 20px rgba(11,37,69,.22);
  position: relative; overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
}
/* Picto téléphone géant très discret en fond */
.cf-hero__phone::before {
  content: '';
  position: absolute; right: -14px; top: 50%; transform: translateY(-50%);
  width: 72px; height: 72px; opacity: .07;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1-9.4 0-17-7.6-17-17 0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.5.6 3.6.1.3 0 .7-.2 1L6.6 10.8z'/%3E%3C/svg%3E");
  background-size: contain; background-repeat: no-repeat;
}
.cf-hero__phone:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(11,37,69,.30);
  background: rgba(11,37,69,.95);
  color: #fff; text-decoration: none;
}
.cf-hero__phone-label {
  display: block; font-size: .72rem; opacity: .7;
  letter-spacing: .05em; text-transform: uppercase; font-weight: 500;
}
.cf-hero__phone-number {
  display: block; font-size: 1.22rem; font-weight: 700; letter-spacing: .02em;
}

/* Badges réassurance */
.cf-hero__trust { display: flex; flex-wrap: wrap; gap: 10px 20px; }
.cf-hero__trust-item {
  display: flex; align-items: center; gap: 6px;
  font-size: .85rem; font-weight: 600; color: var(--cf-navy);
}
.cf-hero__trust-item svg { color: var(--cf-amber); flex-shrink: 0; }

/* Carte formulaire */
.cf-hero__card {
  background: #fff; border-radius: 20px; padding: 32px 30px 26px;
  box-shadow: 0 12px 48px rgba(11,37,69,.12), 0 1px 4px rgba(11,37,69,.05);
  border: 1px solid var(--cf-border); position: relative;
}
.cf-hero__card::before {
  content: ''; position: absolute; top: 0; left: 26px; right: 26px; height: 3px;
  background: linear-gradient(90deg, var(--cf-navy), var(--cf-amber) 50%, var(--cf-bord));
  border-radius: 0 0 4px 4px;
}
.cf-hero__card-header { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 22px; }
.cf-hero__card-icon {
  width: 46px; height: 46px; background: var(--cf-navy);
  border-radius: 10px; display: flex; align-items: center;
  justify-content: center; color: #fff; flex-shrink: 0;
}
.cf-hero__card-title { font-size: 1.15rem; font-weight: 700; color: var(--cf-navy); margin: 0 0 3px; }
.cf-hero__card-sub { font-size: .82rem; color: var(--cf-text); margin: 0; line-height: 1.4; }

/* Formulaire */
.cf-hero__form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.cf-hero__form-group { margin-bottom: 13px; }
.cf-hero__label {
  display: block; font-size: .78rem; font-weight: 600;
  color: var(--cf-navy); margin-bottom: 5px; letter-spacing: .03em;
}
.cf-hero__input {
  width: 100%; padding: 10px 13px;
  border: 1.5px solid var(--cf-border); border-radius: 8px;
  font-size: .9rem; color: #0b1c39; background: #fafbfc;
  transition: border-color .18s, box-shadow .18s; outline: none;
}
.cf-hero__input:focus {
  border-color: var(--cf-blue);
  box-shadow: 0 0 0 3px rgba(37,114,255,.10); background: #fff;
}
.cf-hero__input::placeholder { color: #b0b6be; }
.cf-hero__submit {
  width: 100%; display: flex; align-items: center;
  justify-content: center; gap: 9px; padding: 13px 20px;
  background: linear-gradient(135deg, var(--cf-navy), #1a3f6f);
  color: #fff; font-size: .95rem; font-weight: 700;
  border: none; border-radius: 10px; cursor: pointer;
  transition: transform .18s, box-shadow .18s;
  box-shadow: 0 4px 16px rgba(11,37,69,.22);
  margin-top: 4px; margin-bottom: 14px; letter-spacing: .02em;
}
.cf-hero__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(11,37,69,.30);
}
.cf-hero__submit svg { transition: transform .18s; }
.cf-hero__submit:hover svg { transform: translateX(4px); }
.cf-hero__privacy {
  display: flex; align-items: center; justify-content: center;
  gap: 5px; font-size: .73rem; color: #9198a4; margin: 0;
}

/* Responsive hero */
@media (max-width: 991px) {
  .cf-hero { padding: 60px 0 50px; }
  .cf-hero__left { margin-bottom: 40px; }
  .cf-icon { display: none; }
  .cf-geo--hex1, .cf-geo--hex2, .cf-geo--sq1, .cf-geo--sq2 { display: none; }
}
@media (max-width: 575px) {
  .cf-hero__form-row { grid-template-columns: 1fr; }
}

/* ==========================================================
   SECTIONS SERVICES (page accueil) — "En savoir plus"
   ========================================================== */
.cf-savoir-plus {
  display: inline-flex; align-items: center; gap: 7px;
  color: var(--cf-navy); font-weight: 600; font-size: .9rem;
  text-decoration: none; margin-top: 14px;
  padding: 0; border-bottom: 2px solid transparent;
  transition: border-color .18s, color .18s;
}
.cf-savoir-plus:hover {
  border-bottom-color: var(--cf-amber);
  color: var(--cf-bord); text-decoration: none;
}
.cf-savoir-plus svg { transition: transform .18s; }
.cf-savoir-plus:hover svg { transform: translateX(4px); }

/* ==========================================================
   PAGE SERVICES — Cartes de service
   ========================================================== */
.cf-service-intro {
  padding: 70px 0 50px;
  background: #fff;
}
.cf-service-block {
  padding: 70px 0;
}
.cf-service-block:nth-child(even) { background: var(--cf-light); }
.cf-service-block:nth-child(odd)  { background: #fff; }

.cf-service-icon-wrap {
  width: 64px; height: 64px; border-radius: 16px;
  background: linear-gradient(135deg, var(--cf-navy), #1a3f6f);
  display: flex; align-items: center; justify-content: center;
  color: #fff; margin-bottom: 20px;
  box-shadow: 0 8px 24px rgba(11,37,69,.18);
}

/* Tableau de tarifs */
.cf-pricing {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(11,37,69,.08);
  border: 1px solid var(--cf-border);
  margin-top: 28px;
}
.cf-pricing__head {
  background: linear-gradient(135deg, var(--cf-navy), #1a3f6f);
  padding: 16px 24px;
  display: flex; align-items: center; gap: 10px;
}
.cf-pricing__head h4 {
  color: #fff; font-size: 1rem; font-weight: 700; margin: 0;
}
.cf-pricing__head svg { color: var(--cf-amber); flex-shrink: 0; }
.cf-pricing table { width: 100%; border-collapse: collapse; }
.cf-pricing table thead tr th {
  background: rgba(11,37,69,.04);
  padding: 12px 20px; font-size: .78rem; font-weight: 700;
  color: var(--cf-navy); text-transform: uppercase; letter-spacing: .05em;
  border-bottom: 1px solid var(--cf-border);
}
.cf-pricing table tbody tr td {
  padding: 12px 20px; font-size: .9rem; color: var(--cf-text);
  border-bottom: 1px solid #f0f2f5;
  vertical-align: middle;
}
.cf-pricing table tbody tr:last-child td { border-bottom: none; }
.cf-pricing table tbody tr:hover td { background: rgba(37,114,255,.03); }
.cf-pricing__price {
  font-weight: 700; color: var(--cf-navy); white-space: nowrap;
}
.cf-pricing__badge {
  display: inline-block; padding: 3px 10px; border-radius: 999px;
  font-size: .72rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .05em;
}
.cf-pricing__badge--amber { background: rgba(245,158,11,.12); color: #92680a; }
.cf-pricing__badge--green { background: rgba(34,197,94,.12); color: #16803a; }
.cf-pricing__badge--blue  { background: rgba(37,114,255,.10); color: #1852c8; }

/* Cartes formations */
.cf-formation-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-top: 28px; }
.cf-formation-card {
  background: #fff; border-radius: 14px;
  border: 1px solid var(--cf-border);
  padding: 24px 22px 20px;
  transition: transform .2s, box-shadow .2s;
  position: relative; overflow: hidden;
}
.cf-formation-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  border-radius: 0 0 4px 4px;
}
.cf-formation-card:nth-child(1)::before { background: var(--cf-navy); }
.cf-formation-card:nth-child(2)::before { background: var(--cf-amber); }
.cf-formation-card:nth-child(3)::before { background: var(--cf-bord); }
.cf-formation-card:nth-child(4)::before { background: var(--cf-blue); }
.cf-formation-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(11,37,69,.10);
}
.cf-formation-card__icon {
  width: 48px; height: 48px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
}
.cf-formation-card__icon--navy  { background: rgba(11,37,69,.08); color: var(--cf-navy); }
.cf-formation-card__icon--amber { background: rgba(245,158,11,.10); color: #92680a; }
.cf-formation-card__icon--bord  { background: rgba(122,30,44,.08); color: var(--cf-bord); }
.cf-formation-card__icon--blue  { background: rgba(37,114,255,.08); color: var(--cf-blue); }
.cf-formation-card h4 { font-size: 1rem; font-weight: 700; color: var(--cf-navy); margin: 0 0 8px; }
.cf-formation-card p  { font-size: .85rem; color: var(--cf-text); margin: 0 0 14px; line-height: 1.5; }
.cf-formation-card__meta {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 12px; border-top: 1px solid var(--cf-border);
}
.cf-formation-card__duration { font-size: .78rem; color: var(--cf-text); display: flex; align-items: center; gap: 5px; }
.cf-formation-card__price { font-size: 1.1rem; font-weight: 800; color: var(--cf-navy); }

/* CTA bannière */
.cf-cta-band {
  background: linear-gradient(135deg, var(--cf-navy), #1a3f6f);
  padding: 50px 0; position: relative; overflow: hidden;
}
.cf-cta-band::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Ccircle cx='1.5' cy='1.5' r='1.5' fill='white' opacity='.05'/%3E%3C/svg%3E");
}
.cf-cta-band__inner { position: relative; z-index: 2; }
.cf-cta-band h2 { color: #fff; font-weight: 800; font-size: clamp(1.4rem, 2.5vw, 1.9rem); margin-bottom: 8px; }
.cf-cta-band p  { color: rgba(255,255,255,.75); margin: 0; }
.cf-cta-band .btn-amber {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--cf-amber); color: var(--cf-navy);
  font-weight: 800; font-size: .95rem;
  padding: 13px 28px; border-radius: 10px;
  text-decoration: none; transition: transform .18s, box-shadow .18s;
  box-shadow: 0 4px 16px rgba(245,158,11,.3);
  white-space: nowrap;
}
.cf-cta-band .btn-amber:hover {
  transform: translateY(-2px); text-decoration: none;
  color: var(--cf-navy);
  box-shadow: 0 8px 24px rgba(245,158,11,.45);
}
.cf-cta-band .btn-outline-white {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: #fff;
  font-weight: 700; font-size: .95rem;
  padding: 12px 24px; border-radius: 10px;
  text-decoration: none; border: 2px solid rgba(255,255,255,.3);
  transition: border-color .18s, background .18s;
  white-space: nowrap;
}
.cf-cta-band .btn-outline-white:hover {
  border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.08);
  color: #fff; text-decoration: none;
}

/* ==========================================================
   PAGE BLOG
   ========================================================== */
.cf-blog-controls {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 14px; margin-bottom: 32px;
}
.cf-blog-toggle {
  display: flex; gap: 4px;
}
.cf-blog-toggle button {
  width: 36px; height: 36px; border-radius: 8px;
  border: 1.5px solid var(--cf-border); background: #fff;
  cursor: pointer; display: flex; align-items: center;
  justify-content: center; color: var(--cf-text);
  transition: all .18s;
}
.cf-blog-toggle button.active,
.cf-blog-toggle button:hover {
  background: var(--cf-navy); border-color: var(--cf-navy); color: #fff;
}
.cf-blog-filter {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.cf-blog-filter a {
  display: inline-block; padding: 5px 14px;
  border-radius: 999px; font-size: .8rem; font-weight: 600;
  border: 1.5px solid var(--cf-border); color: var(--cf-text);
  text-decoration: none; transition: all .18s;
}
.cf-blog-filter a.active,
.cf-blog-filter a:hover {
  background: var(--cf-navy); border-color: var(--cf-navy); color: #fff;
}

/* Carte article (grille) */
.cf-article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 991px) { .cf-article-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px)  { .cf-article-grid { grid-template-columns: 1fr; } }

.cf-article-card {
  background: #fff; border-radius: 14px;
  border: 1px solid var(--cf-border);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform .2s, box-shadow .2s;
}
.cf-article-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(11,37,69,.10);
}
.cf-article-card__img {
  width: 100%; aspect-ratio: 16/9; object-fit: cover;
  background: var(--cf-light);
  display: flex; align-items: center; justify-content: center;
}
.cf-article-card__img-placeholder {
  width: 100%; aspect-ratio: 16/9;
  background: linear-gradient(135deg, rgba(11,37,69,.07), rgba(37,114,255,.06));
  display: flex; align-items: center; justify-content: center;
}
.cf-article-card__body { padding: 20px; flex: 1; display: flex; flex-direction: column; }
.cf-article-card__cat {
  display: inline-block; padding: 3px 10px; border-radius: 999px;
  font-size: .72rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .05em; margin-bottom: 10px;
  background: rgba(11,37,69,.07); color: var(--cf-navy);
}
.cf-article-card__title {
  font-size: 1rem; font-weight: 700; color: var(--cf-navy);
  margin: 0 0 10px; line-height: 1.4;
  text-decoration: none; display: block;
}
.cf-article-card__title:hover { color: var(--cf-bord); }
.cf-article-card__excerpt { font-size: .87rem; color: var(--cf-text); margin: 0; line-height: 1.6; flex: 1; }
.cf-article-card__footer {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 20px 16px; border-top: 1px solid var(--cf-border);
  font-size: .78rem; color: #9198a4;
}
.cf-article-card__footer a {
  color: var(--cf-navy); font-weight: 600; text-decoration: none;
  font-size: .82rem; display: flex; align-items: center; gap: 5px;
}
.cf-article-card__footer a:hover { color: var(--cf-bord); }

/* Carte article (liste) */
.cf-article-list { display: flex; flex-direction: column; gap: 16px; }
.cf-article-list-item {
  background: #fff; border-radius: 12px;
  border: 1px solid var(--cf-border);
  display: flex; align-items: stretch; overflow: hidden;
  transition: transform .18s, box-shadow .18s;
}
.cf-article-list-item:hover {
  transform: translateX(4px);
  box-shadow: 0 6px 24px rgba(11,37,69,.08);
}
.cf-article-list-item__side {
  width: 6px; flex-shrink: 0;
  background: linear-gradient(to bottom, var(--cf-navy), var(--cf-amber));
}
.cf-article-list-item__body {
  flex: 1; padding: 18px 20px;
  display: flex; align-items: center; gap: 20px;
}
.cf-article-list-item__icon {
  width: 48px; height: 48px; border-radius: 10px;
  background: rgba(11,37,69,.06); flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  color: var(--cf-navy);
}
.cf-article-list-item__content { flex: 1; }
.cf-article-list-item__cat {
  font-size: .72rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .05em; color: var(--cf-amber); margin-bottom: 4px;
}
.cf-article-list-item__title {
  font-size: .97rem; font-weight: 700; color: var(--cf-navy);
  text-decoration: none; display: block; margin-bottom: 6px; line-height: 1.4;
}
.cf-article-list-item__title:hover { color: var(--cf-bord); }
.cf-article-list-item__meta { font-size: .78rem; color: #9198a4; }
.cf-article-list-item__arrow {
  flex-shrink: 0; color: var(--cf-text);
  transition: transform .18s; padding-right: 16px;
}
.cf-article-list-item:hover .cf-article-list-item__arrow { transform: translateX(4px); }

/* ==========================================================
   PAGE QUI SOMMES-NOUS
   ========================================================== */
.cf-about-founder {
  background: #fff; border-radius: 20px; padding: 40px 36px;
  border: 1px solid var(--cf-border);
  box-shadow: 0 8px 32px rgba(11,37,69,.07);
}
.cf-about-founder__avatar {
  width: 96px; height: 96px; border-radius: 50%;
  background: linear-gradient(135deg, var(--cf-navy), #1a3f6f);
  display: flex; align-items: center; justify-content: center;
  font-size: 2.2rem; font-weight: 900; color: #fff;
  margin-bottom: 16px; flex-shrink: 0;
  border: 4px solid rgba(11,37,69,.1);
  font-family: 'Nunito', sans-serif;
}
.cf-about-founder__name { font-size: 1.3rem; font-weight: 800; color: var(--cf-navy); margin-bottom: 4px; }
.cf-about-founder__role {
  display: inline-block; padding: 4px 12px; border-radius: 999px;
  background: rgba(245,158,11,.12); color: #92680a;
  font-size: .8rem; font-weight: 700; margin-bottom: 14px;
}
.cf-about-founder__bio { color: var(--cf-text); font-size: .95rem; line-height: 1.7; }

.cf-value-card {
  background: #fff; border-radius: 14px; padding: 28px 24px;
  border: 1px solid var(--cf-border);
  transition: transform .2s, box-shadow .2s;
  height: 100%;
}
.cf-value-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(11,37,69,.10);
}
.cf-value-card__icon {
  width: 52px; height: 52px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px; font-size: 1.4rem;
}
.cf-value-card h4 { font-size: 1rem; font-weight: 700; color: var(--cf-navy); margin-bottom: 8px; }
.cf-value-card p  { font-size: .87rem; color: var(--cf-text); margin: 0; line-height: 1.6; }

.cf-swot { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 575px) { .cf-swot { grid-template-columns: 1fr; } }
.cf-swot__item {
  padding: 16px 18px; border-radius: 10px; border: 1px solid var(--cf-border);
}
.cf-swot__item h5 { font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; margin-bottom: 8px; }
.cf-swot__item ul  { margin: 0; padding-left: 16px; font-size: .85rem; color: var(--cf-text); }
.cf-swot__item ul li { margin-bottom: 4px; }
.cf-swot__item--forces  { background: rgba(34,197,94,.05); }
.cf-swot__item--forces h5 { color: #16803a; }
.cf-swot__item--faiblesses { background: rgba(245,158,11,.05); }
.cf-swot__item--faiblesses h5 { color: #92680a; }
.cf-swot__item--opportunites { background: rgba(37,114,255,.05); }
.cf-swot__item--opportunites h5 { color: #1852c8; }
.cf-swot__item--menaces { background: rgba(122,30,44,.05); }
.cf-swot__item--menaces h5 { color: var(--cf-bord); }

.cf-stat-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.cf-stat {
  flex: 1; min-width: 120px;
  background: #fff; border-radius: 12px; padding: 18px 16px;
  border: 1px solid var(--cf-border); text-align: center;
}
.cf-stat__number { font-size: 1.8rem; font-weight: 900; color: var(--cf-navy); line-height: 1; margin-bottom: 4px; }
.cf-stat__number span { color: var(--cf-amber); }
.cf-stat__label { font-size: .78rem; color: var(--cf-text); font-weight: 500; }

/* ==========================================================
   PAGE CONTACT
   ========================================================== */
.cf-contact-info-card {
  background: linear-gradient(135deg, var(--cf-navy), #1a3f6f);
  border-radius: 16px; padding: 32px 28px;
  color: #fff; height: 100%;
}
.cf-contact-info-card h3 { font-size: 1.3rem; font-weight: 800; margin-bottom: 6px;  color: #fff;}
.cf-contact-info-card > p { color: rgba(255,255,255,.75); font-size: .9rem; margin-bottom: 28px; }
.cf-contact-item {
  display: flex; align-items: flex-start; gap: 14px;
  margin-bottom: 20px; padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.cf-contact-item:last-of-type { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.cf-contact-item__icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: rgba(255,255,255,.1); flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; color: var(--cf-amber);
}
.cf-contact-item__label { font-size: .75rem; opacity: .65; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 2px; }
.cf-contact-item__value { font-size: .95rem; font-weight: 600; }
.cf-contact-item__value a { color: #fff; text-decoration: none; }
.cf-contact-item__value a:hover { text-decoration: underline; }

.cf-contact-form-card {
  background: #fff; border-radius: 16px; padding: 36px 32px;
  border: 1px solid var(--cf-border);
  box-shadow: 0 8px 32px rgba(11,37,69,.07);
}
.cf-contact-form-card h3 { font-size: 1.3rem; font-weight: 800; color: var(--cf-navy); margin-bottom: 6px; }
.cf-contact-form-card > p { color: var(--cf-text); font-size: .9rem; margin-bottom: 24px; }
.cf-field-group { margin-bottom: 18px; }
.cf-field-label {
  display: block; font-size: .78rem; font-weight: 600;
  color: var(--cf-navy); margin-bottom: 6px; letter-spacing: .03em;
}
.cf-field-input, .cf-field-select, .cf-field-textarea {
  width: 100%; padding: 11px 14px;
  border: 1.5px solid var(--cf-border); border-radius: 9px;
  font-size: .9rem; color: #0b1c39; background: #fafbfc;
  transition: border-color .18s, box-shadow .18s; outline: none;
  font-family: 'Inter', sans-serif;
}
.cf-field-input:focus, .cf-field-select:focus, .cf-field-textarea:focus {
  border-color: var(--cf-blue);
  box-shadow: 0 0 0 3px rgba(37,114,255,.10); background: #fff;
}
.cf-field-input::placeholder, .cf-field-textarea::placeholder { color: #b0b6be; }
.cf-field-textarea { resize: vertical; min-height: 110px; }

/* Upload zone */
.cf-upload-zone {
  border: 2px dashed var(--cf-border); border-radius: 10px;
  padding: 20px; text-align: center; cursor: pointer;
  transition: border-color .18s, background .18s;
  background: #fafbfc;
}
.cf-upload-zone:hover { border-color: var(--cf-blue); background: #f0f5ff; }
.cf-upload-zone input[type="file"] { display: none; }
.cf-upload-zone__icon { color: var(--cf-navy); margin-bottom: 8px; opacity: .5; }
.cf-upload-zone p { font-size: .85rem; color: var(--cf-text); margin: 0; }
.cf-upload-zone strong { color: var(--cf-navy); }
.cf-upload-zone small { color: #9198a4; font-size: .75rem; }

.cf-submit-btn {
  width: 100%; display: flex; align-items: center; justify-content: center;
  gap: 9px; padding: 14px 20px;
  background: linear-gradient(135deg, var(--cf-navy), #1a3f6f);
  color: #fff; font-size: .95rem; font-weight: 700;
  border: none; border-radius: 10px; cursor: pointer;
  transition: transform .18s, box-shadow .18s;
  box-shadow: 0 4px 16px rgba(11,37,69,.22);
  letter-spacing: .02em; font-family: 'Inter', sans-serif;
}
.cf-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(11,37,69,.30);
}
.cf-submit-btn svg { transition: transform .18s; }
.cf-submit-btn:hover svg { transform: translateX(4px); }

/* ==========================================================
   FOOTER — overrides
   ========================================================== */
.footer_section .logo-clickfix { font-size: 22px; }

/* ==========================================================
   UTILITAIRES
   ========================================================== */
.cf-section-title { font-size: clamp(1.6rem, 2.5vw, 2rem); font-weight: 800; color: var(--cf-navy); margin-bottom: 12px; }
.cf-section-sub { color: var(--cf-text); font-size: .97rem; line-height: 1.7; max-width: 560px; }
.cf-divider { width: 48px; height: 4px; background: linear-gradient(90deg, var(--cf-amber), var(--cf-bord)); border-radius: 2px; margin: 14px 0 22px; }
.cf-tag { display: inline-flex; align-items: center; gap: 5px; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--cf-amber); margin-bottom: 8px; }
