
:root{
  --orange:#f5820b;
  --orange-dark:#de6f06;
  --orange-soft:#fff2e3;
  --text:#374151;
  --muted:#111827;
  --line:#e5e7eb;
  --card:#ffffff;
  --shadow:0 16px 40px rgba(15,23,42,.08);
  --radius:24px;
  --container:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:linear-gradient(180deg,#fff 0%,#f8f8f8 60%,#fff5eb 100%);color:var(--text)}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(var(--container),calc(100% - 40px));margin:0 auto}
.site-header .container{width:min(1500px,calc(100% - 60px));margin:0 auto;padding-left:28px}
header.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.topbar{display:flex;align-items:center;justify-content:flex-start;gap:22px;padding:14px 0}
.brand{display:flex;align-items:center;gap:14px;min-width:0}
.brand img{height:50px;width:auto;object-fit:contain}
.brand-text{line-height:1}
.brand-title{font-size:1.28rem;font-weight:900;letter-spacing:-.03em}
.brand-title span{color:var(--orange)}
.brand-sub{margin-top:6px;font-size:.68rem;font-weight:700;letter-spacing:.22em;color:#98a2b3;text-transform:uppercase}
.nav{display:flex;flex-wrap:nowrap;gap:8px;justify-content:flex-start;align-items:center;margin-left:22px;flex:1;min-width:0}
.nav a{padding:10px 12px;border-radius:999px;font-size:.87rem;font-weight:700;color:#667085;transition:.2s ease;white-space:nowrap}
.nav a:hover,.nav a.active{background:var(--orange);color:#fff}
.mobile-note{display:none}
main{padding:28px 0 60px}
.hero-full{width:100%;margin:0 0 26px}
.hero-media{position:relative;min-height:520px;overflow:hidden;border-radius:0;background:#000}
.hero-media video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:transparent}
.hero-content{position:relative;z-index:2;width:min(1380px,calc(100% - 40px));margin:0 auto;min-height:520px;display:flex;align-items:center}
.hero-copy{max-width:1040px;color:#fff;padding:26px 0}
.badges{display:flex;flex-wrap:nowrap;gap:12px;margin-bottom:18px;width:100%;max-width:980px}
.badge{padding:12px 18px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(8px);font-size:.94rem;font-weight:800;white-space:nowrap;flex:0 0 auto}
.hero-copy .brand img{height:62px}
.hero-copy h1{font-size:clamp(1.68rem,4.05vw,2.92rem);line-height:1.08;letter-spacing:-.03em;margin:8px 0 8px;font-weight:900;text-shadow:0 2px 10px rgba(0,0,0,.18)}
.hero-copy h1 .accent{color:var(--orange)}
.hero-copy p{font-size:1.03rem;line-height:1.68;color:rgba(255,255,255,.98);max-width:980px;font-weight:800;text-shadow:0 2px 8px rgba(0,0,0,.14)}
.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}
.hero-lead{font-size:1.32rem;line-height:1.74;color:rgba(255,255,255,.98);max-width:980px;font-weight:800;margin:0}
.hero-lead.secondary{margin-top:4px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;border-radius:18px;font-size:.98rem;font-weight:800;transition:.2s ease;box-shadow:var(--shadow)}
.btn-primary{background:var(--orange);color:#fff}
.btn-primary:hover{background:var(--orange-dark)}
.btn-secondary{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.22);box-shadow:none}
.btn-secondary:hover{background:rgba(255,255,255,.18)}
.hero-glass{margin-top:18px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:900px}
.hero-glass .mini{padding:20px 20px;border-radius:20px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(10px);min-height:128px}
.hero-glass .mini h4{margin:0 0 8px;font-size:1.15rem;font-weight:900;color:var(--orange)}
.hero-glass .mini p{margin:0;font-size:.92rem;line-height:1.55;color:rgba(255,255,255,.94)}
.page-intro{padding:18px 0 6px}
.eyebrow{font-size:.84rem;font-weight:900;letter-spacing:.22em;color:var(--orange);text-transform:uppercase}
.page-intro h1,.section-title h2{margin:0;font-size:clamp(1.42rem,2.45vw,2.12rem);line-height:1.14;letter-spacing:-.022em;font-weight:900}
.page-intro p,.section-title p{margin:0;color:var(--muted);line-height:1.8;font-size:1.02rem;max-width:820px}
.section{margin-top:18px}
.section-title{margin-bottom:18px}
.grid{display:grid;gap:18px}
.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
.card.pad{padding:26px}
.icon-dot{width:50px;height:50px;border-radius:16px;background:var(--orange-soft);margin-bottom:16px}
.card h3{margin:0 0 10px;font-size:1.12rem;line-height:1.25;letter-spacing:-.02em}
.card p{margin:0;color:var(--muted);line-height:1.75;font-size:.98rem}
.image-card{overflow:hidden;min-height:240px}
.image-card img{width:100%;height:100%;object-fit:cover}
.split{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:stretch}
.callout{background:linear-gradient(135deg,var(--orange) 0%,#ffa032 100%);color:#fff;border:0}
.callout p,.callout li{color:#fff}
.callout .eyebrow{color:#ffe0b6}
.soft-callout{background:linear-gradient(135deg,#f8fafc 0%,#ffffff 55%,#fff2e3 100%);color:var(--text);border:1px solid var(--line)}
.soft-callout p,.soft-callout li{color:var(--muted)}
.soft-callout .eyebrow{color:var(--orange)}
.soft-callout .section-title h2{color:var(--text)}
.dark{background:linear-gradient(135deg,#0f172a,#374151);color:#fff;border:0}
.dark p,.dark li{color:#d5d8de}
.dark .eyebrow{color:#ffc98c}
.list{display:grid;gap:12px;padding:0;margin:0;list-style:none}
.list li{display:flex;gap:12px;align-items:flex-start;padding:14px 16px;border:1px solid var(--line);border-radius:18px;background:#fff;color:#475467;line-height:1.7}
.list li::before{content:'';width:10px;height:10px;background:var(--orange);border-radius:999px;display:inline-block;margin-top:10px;color:transparent;flex:0 0 10px}
.kicker{font-size:.84rem;font-weight:900;letter-spacing:.16em;color:var(--orange);text-transform:uppercase}
.feature-media{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.contact-box{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.contact-item{padding:16px;border-radius:18px;border:1px solid var(--line);background:#f8fafc}
.contact-item strong{display:block;font-size:.76rem;letter-spacing:.15em;text-transform:uppercase;color:#98a2b3;margin-bottom:8px}
.pill-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.pill{padding:16px 18px;border-radius:18px;border:1px solid var(--line);background:#f8fafc;text-align:center;font-weight:700;color:#475467}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.product-card{padding:20px;text-align:center}
.product-card img{height:220px;object-fit:contain;margin:0 auto 12px}
.product-card h4{margin:0;font-size:1rem}
.product-card p{margin-top:8px;color:#667085;font-size:.86rem;line-height:1.65}
footer.site-footer{margin-top:40px;border-top:1px solid var(--line);background:rgba(255,255,255,.95)}
.footer-inner{display:grid;grid-template-columns:auto auto auto auto;column-gap:58px;align-items:center;justify-content:space-between;padding:10px 0}
.footer-center{display:grid;gap:1px;justify-content:center;text-align:center;color:#667085;font-size:.95rem;line-height:1.25}
.footer-right{font-size:.9rem;font-weight:700;color:#1b2b44;text-align:left;display:flex;align-items:center;justify-content:flex-start;gap:58px;white-space:nowrap}
.notice{padding:18px 20px;border-radius:20px;border:1px solid var(--line);background:#fff7ed;color:#7c2d12;line-height:1.7}
@media (max-width: 1100px){
  .grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}
  .product-grid{grid-template-columns:1fr 1fr}
  .pill-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 860px){
  .nav{display:none}
  .mobile-note{display:block;font-size:.82rem;color:#98a2b3;font-weight:700}
  .hero-media,.hero-content{min-height:360px}
  .hero-copy{padding:18px 0}
  .badges{flex-wrap:wrap}
  .hero-glass{grid-template-columns:1fr}
  .grid-2,.grid-3,.grid-4,.split,.feature-media,.contact-box,.pill-grid,.product-grid,.footer-inner{grid-template-columns:1fr}
  .footer-center,.footer-right{text-align:left;justify-content:start}
}

.category-grid{align-items:stretch}
.category-card{overflow:hidden;padding:0;display:flex;flex-direction:column}
.category-thumb{height:160px;overflow:hidden;background:#f8fafc;border-bottom:1px solid var(--line)}
.category-thumb img{width:100%;height:100%;object-fit:cover}
.category-body{display:flex;flex-direction:column;flex:1}
.category-body .icon-dot{margin-bottom:14px}
.category-body h3{font-size:1.14rem;font-weight:900}


.hero-panels-wrap{margin-top:18px;margin-bottom:8px}
.hero-glass-below{max-width:1180px}
.hero-glass-below .mini{
  background:linear-gradient(180deg,rgba(255,255,255,.96) 0%, rgba(248,250,252,.92) 100%);
  border:1px solid rgba(229,231,235,.95);
  box-shadow:var(--shadow)
}
.hero-glass-below .mini p{color:var(--text)}
.page-intro p,
.section-title p,
.card p,
.list li,
.product-card p,
.contact-item,
.footer-center,
.footer-right{color:#111827}
.soft-callout p,.soft-callout li{color:#111827}


/* Typographie harmonisée pour les textes descriptifs */
.page-intro p,
.section-title p,
.card p,
.list li,
.contact-item,
.footer-center,
.footer-right,
.soft-callout p,
.soft-callout li{
  color:#1b2b44 !important;
  font-family:"Segoe UI","Helvetica Neue",Arial,sans-serif;
  font-weight:500;
  letter-spacing:-0.01em;
  line-height:1.82;
}

.page-intro p,
.section-title p{
  font-size:1.06rem;
}

.card p{
  font-size:1.02rem;
}

.list li{
  font-size:1rem;
  color:#1b2b44 !important;
}

.contact-item{
  font-size:1rem;
}

.footer-center,
.footer-right{
  font-size:.98rem;
  line-height:1.72;
}


/* Harmonisation des textes sous Interlocuteur unique / Offre sur mesure / Transition sécurisée */
.hero-glass-below .mini p{
  color:#1b2b44 !important;
  font-family:"Segoe UI","Helvetica Neue",Arial,sans-serif;
  font-weight:500;
  letter-spacing:-0.01em;
  line-height:1.82;
  font-size:1.02rem;
}


/* Mise en page propre des 4 cartes de catégories sur l'accueil */
.category-grid{
  gap:20px;
  align-items:stretch;
}
.category-card{
  overflow:hidden;
  display:flex;
  flex-direction:column;
  height:100%;
}
.category-thumb{
  height:160px;
}
.category-body{
  display:flex;
  flex-direction:column;
  gap:10px;
  padding:18px 20px 20px !important;
  min-height:170px;
}
.category-body .icon-dot{
  display:none !important;
}
.category-body h3{
  margin:0;
  font-size:1rem;
  line-height:1.28;
  font-weight:900;
}
.category-body p{
  margin:0;
  font-size:.94rem;
  line-height:1.58;
  color:#1b2b44 !important;
  overflow-wrap:anywhere;
}

/* Orange pour “vous avancez en confiance” dans le hero */
.hero-lead .accent,
.hero-lead.secondary .accent{
  color: var(--orange) !important;
}


/* 1) Hero texts slightly larger on homepage */
.hero-copy h1{max-width:1060px}
.hero-lead.secondary{max-width:1030px}

/* 2) More visible cards under the hero */
.hero-glass-below .mini{
  border:1.5px solid #6b7280;
  box-shadow:0 14px 34px rgba(15,23,42,.12);
  background:linear-gradient(180deg,rgba(255,255,255,.98) 0%, rgba(248,250,252,.95) 100%);
}
.hero-glass-below .mini:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 36px rgba(15,23,42,.16);
}

/* 3) Process steps with number and title on the same line */
.process-grid{align-items:stretch}
.process-card{display:flex;flex-direction:column;gap:12px}
.process-card .step-line{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0;
  line-height:1.25;
}
.process-card .step-no{
  color:var(--orange);
  font-weight:900;
  font-size:1.02rem;
  flex:0 0 auto;
}
.process-card .step-no::after{content:' -';}
.process-card p{margin:0}

/* 4) Bottom partner block in dark style */
.partner-band{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}
.partner-band .section-title{margin-bottom:0;max-width:980px}
.partner-band .section-title h2{color:#fff}
.partner-band .section-title p{color:#e5e7eb !important;max-width:940px}
.partner-band .partner-btn{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.24);color:#fff;box-shadow:none;white-space:nowrap}
.partner-band .partner-btn:hover{background:rgba(255,255,255,.16)}

/* 5) Who are we page: video block instead of broken photos */
.about-intro-split{align-items:stretch}
.about-video{
  position:relative;
  min-height:380px;
  overflow:hidden;
  border-radius:28px;
}
.about-video video{
  width:100%;height:100%;object-fit:cover;display:block;
}
.about-video-overlay{
  position:absolute;inset:auto 18px 18px 18px;
  background:linear-gradient(135deg,rgba(15,23,42,.72),rgba(55,65,81,.52));
  color:#fff;
  padding:18px 20px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(8px);
}
.about-video-kicker{
  font-size:.76rem;
  letter-spacing:.18em;
  font-weight:800;
  color:#ffc98c;
  margin-bottom:8px;
}
.about-video-title{
  font-size:1.18rem;
  line-height:1.4;
  font-weight:800;
}

@media (max-width: 980px){
  .partner-band{flex-direction:column}
}
@media (max-width: 860px){
  .process-card .step-line{align-items:flex-start}
  .about-video{min-height:300px}
}


/* Home partner block back to light site colors */
.partner-band-soft{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}
.partner-band-soft .section-title{margin-bottom:0;max-width:980px}
.partner-band-soft .section-title h2{color:var(--text)}
.partner-band-soft .section-title p{color:#1b2b44 !important;max-width:940px}
.partner-band-soft .partner-btn{white-space:nowrap}

/* Single retained image blocks on Internet & Fibre and Téléphonie */
.single-feature-photo{display:block}
.single-feature-photo .image-card{min-height:340px}
.single-feature-photo .image-card img{width:100%;height:100%;object-fit:cover}

/* Remove unused icon spacing if icons are removed in cards */
.card.pad > h3:first-child{margin-top:0}

@media (max-width: 980px){
  .partner-band-soft{flex-direction:column}
}


/* Ajustements demandés - mise en valeur des titres orange et légère réduction des grands titres */
.audit-inline-media{margin-top:18px;min-height:220px;overflow:hidden}
.audit-inline-media img{width:100%;height:100%;object-fit:cover}


/* Footer: suppression de l'e-mail et réalignement du bloc central */
.footer-center > div:nth-child(3){
  display:none;
}
.footer-center{
  gap:10px;
  align-content:center;
}


/* Footer compact */
.footer-center{
  gap:1px !important;
  align-content:center;
}


/* Footer right: copyright placé à droite, plus petit, en bleu */
.footer-right::after{
  content:"© Tous droits réservés\A© IP FRANCE";
  display:block;
  white-space:pre-line;
  font-size:.72rem;
  line-height:1.28;
  font-weight:700;
  color:#1b2b44;
  text-align:left;
}



@media (max-width: 1100px){
  .footer-inner{
    grid-template-columns:1fr 1fr;
    column-gap:22px;
    row-gap:12px;
  }
  .footer-right{
    gap:12px;
    white-space:normal;
  }
}


/* Bloc Fonctionnement accueil : cartes sur 2 colonnes + photo à droite */
.process-home-layout{
  display:grid;
  grid-template-columns:minmax(0,1.9fr) minmax(280px,.9fr);
  gap:22px;
  align-items:stretch;
}
.process-grid-two{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  align-items:stretch;
}
.process-grid-two .process-card{
  min-height:198px;
}
.process-photo-card{
  min-height:414px;
  max-height:440px;
  overflow:hidden;
}
.process-photo-card img{
  width:100%;
  height:100%;
  object-fit:cover;
}

@media (max-width: 980px){
  .process-home-layout{
    grid-template-columns:1fr;
  }
  .process-grid-two{
    grid-template-columns:1fr;
  }
  .process-photo-card{
    min-height:300px;
    max-height:none;
  }
}


/* Ajustement du bloc Fonctionnement accueil : textes plus serrés, cartes un peu plus compactes */
.process-grid-two .process-card{
  min-height:176px;
  padding:22px;
}
.process-grid-two .process-card p{
  line-height:1.58;
  font-size:.98rem;
}
.process-photo-card{
  min-height:370px;
  max-height:392px;
}


/* Accueil - bloc Expertise avec photo en haut à droite */
.expertise-block{
  overflow:hidden;
}
.expertise-top{
  display:grid;
  grid-template-columns:minmax(0,1.75fr) minmax(300px,.95fr);
  gap:20px;
  align-items:start;
  margin-bottom:18px;
}
.expertise-title{
  margin-bottom:0;
}
.expertise-photo{
  min-height:230px;
  max-height:230px;
  overflow:hidden;
}
.expertise-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.expertise-grid{
  align-items:stretch;
}
.expertise-grid .card{
  height:100%;
}
.expertise-empty{
  min-height:1px;
}
@media (max-width: 980px){
  .expertise-top{
    grid-template-columns:1fr;
  }
  .expertise-photo{
    max-height:none;
    min-height:260px;
  }
  .expertise-grid{
    grid-template-columns:1fr !important;
  }
  .expertise-empty{
    display:none;
  }
}


/* Accueil - icônes à droite des 3 cartes sous la vidéo */
.hero-glass-below .mini h4{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.hero-glass-below .mini:nth-child(1) h4::after,
.hero-glass-below .mini:nth-child(2) h4::after,
.hero-glass-below .mini:nth-child(3) h4::after{
  content:"";
  width:28px;
  height:28px;
  flex:0 0 28px;
  display:inline-block;
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
}

.hero-glass-below .mini:nth-child(1) h4::after{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f5820b' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19a8 8 0 0 1 16 0'/%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3C/svg%3E");
}

.hero-glass-below .mini:nth-child(2) h4::after{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f5820b' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='4' y1='6' x2='20' y2='6'/%3E%3Cline x1='4' y1='12' x2='20' y2='12'/%3E%3Cline x1='4' y1='18' x2='20' y2='18'/%3E%3Ccircle cx='9' cy='6' r='2' fill='white'/%3E%3Ccircle cx='15' cy='12' r='2' fill='white'/%3E%3Ccircle cx='11' cy='18' r='2' fill='white'/%3E%3C/svg%3E");
}

.hero-glass-below .mini:nth-child(3) h4::after{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f5820b' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v5c0 5-3.5 8-7 10-3.5-2-7-5-7-10V6l7-3z'/%3E%3Cpath d='m8.8 12.2 2.1 2.1 4.4-4.6'/%3E%3C/svg%3E");
}

/* Accueil - texte plus serré dans ces 3 cartes */
.hero-glass-below .mini p{
  line-height:1.48 !important;
}

@media (max-width: 860px){
  .hero-glass-below .mini:nth-child(1) h4::after,
  .hero-glass-below .mini:nth-child(2) h4::after,
  .hero-glass-below .mini:nth-child(3) h4::after{
    width:24px;
    height:24px;
    flex-basis:24px;
  }
}


/* Accueil - bloc Expertise ajusté */
.expertise-top{
  gap:16px;
  margin-bottom:12px;
}
.expertise-title h2{
  line-height:1.12;
}
.expertise-photo{
  min-height:210px;
  max-height:210px;
}
.expertise-grid{
  gap:16px;
}
.expertise-grid h3 br{
  display:block;
}
.expertise-empty{
  min-height:1px;
}

/* Accueil - partenaire télécom avec vidéo à droite */
.partner-band-soft-media{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(300px,.95fr);
  gap:20px;
  align-items:stretch;
}
.partner-video-card{
  min-height:260px;
  max-height:260px;
  overflow:hidden;
}
.partner-video-card video{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  background:#000;
}
@media (max-width: 980px){
  .partner-band-soft-media{
    grid-template-columns:1fr;
  }
  .partner-video-card{
    min-height:220px;
    max-height:none;
  }
}

/* Qui sommes-nous - vidéo calibrée */
.who-bottom-video-wrap{
  margin-top:18px;
}
.who-bottom-video{
  overflow:hidden;
  border-radius:24px;
  min-height:320px;
  max-height:320px;
}
.who-bottom-video video{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  background:#000;
}
@media (max-width: 860px){
  .who-bottom-video{
    min-height:240px;
    max-height:240px;
  }
}

/* Internet & Fibre - texte simple dans Accès internet */
.access-card{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.access-plain-list{
  display:grid;
  gap:12px;
  margin-top:4px;
}
.access-plain-list p{
  margin:0;
  padding:0;
}
.access-plain-list strong{
  color:var(--text);
}

/* Contact - photo à gauche et deux petits cadres à droite */
.contact-split-clean{
  align-items:stretch;
}
.contact-side-clean{
  display:flex;
  align-items:center;
}
.contact-box-vertical{
  grid-template-columns:1fr !important;
  width:100%;
}


/* --- Ajustements demandés 2026-05-05 --- */

/* Accueil : vidéo hero sans image flash et plus haute */
.hero-media,
.hero-content{
  min-height:620px;
}
.hero-media{
  background:#0f172a;
}

/* Accueil : bloc Expertise plus harmonieux */
.expertise-layout{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:16px;
  align-items:start;
}
.expertise-title{
  grid-column:1 / span 2;
  margin-bottom:0;
}
.expertise-title h2{
  margin-bottom:6px;
}
.expertise-title p{
  max-width:760px;
}
.expertise-photo{
  grid-column:3;
  grid-row:1 / span 2;
  min-height:190px;
  max-height:190px;
  overflow:hidden;
}
.expertise-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.expertise-card{
  height:100%;
}
.expertise-vision{grid-column:1;grid-row:2;}
.expertise-deploiement{grid-column:2;grid-row:2;}
.expertise-organisation{grid-column:1;grid-row:3;}
.expertise-experience{grid-column:2;grid-row:3;}
.expertise-interlocuteur{grid-column:3;grid-row:3;}
.expertise-grid,
.expertise-top,
.expertise-empty{
  display:none !important;
}
@media (max-width: 980px){
  .expertise-layout{
    grid-template-columns:1fr;
  }
  .expertise-title,
  .expertise-photo,
  .expertise-vision,
  .expertise-deploiement,
  .expertise-organisation,
  .expertise-experience,
  .expertise-interlocuteur{
    grid-column:auto;
    grid-row:auto;
  }
  .expertise-photo{
    min-height:230px;
    max-height:230px;
  }
}

/* Accueil : partenaire télécom */
.partner-band-soft-media{
  grid-template-columns:minmax(0,1.6fr) minmax(320px,0.95fr);
  gap:18px;
  align-items:stretch;
}
.partner-band-soft-media .section-title{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.partner-band-soft-media .section-title p{
  max-width:none;
}
.partner-video-card{
  min-height:300px;
  max-height:300px;
}
.partner-video-card video{
  pointer-events:none;
}
@media (max-width: 980px){
  .partner-video-card{
    min-height:240px;
    max-height:240px;
  }
}

/* Accueil : fonctionnement plus compact */
.process-grid-two .process-card{
  min-height:154px;
  padding:18px 20px;
  gap:8px;
}
.process-grid-two .process-card p{
  line-height:1.46;
  font-size:.96rem;
}
.process-photo-card{
  min-height:338px;
  max-height:338px;
}

/* Footer : ne garder que logo / adresse-téléphone / droits réservés */
.footer-inner{
  grid-template-columns:auto auto auto;
  column-gap:72px;
  justify-content:space-between;
}
.footer-center > div:nth-child(3){
  display:none !important;
}
.footer-right{
  font-size:0 !important;
  line-height:0 !important;
  white-space:normal;
  display:block;
  color:transparent !important;
}
.footer-right::after{
  margin-top:0 !important;
  display:block;
}
@media (max-width: 1100px){
  .footer-inner{
    grid-template-columns:1fr;
    row-gap:10px;
    column-gap:0;
  }
}

/* Qui sommes-nous : vidéo même largeur et sans coupe */
.who-bottom-video{
  min-height:0 !important;
  max-height:none !important;
  overflow:visible !important;
}
.who-bottom-video video{
  width:100%;
  height:auto !important;
  max-height:none !important;
  object-fit:contain !important;
  display:block;
}

/* Puce orange générique */
.orange-bullet{
  position:relative;
  padding-left:18px;
}
.orange-bullet::before{
  content:"";
  position:absolute;
  left:0;
  top:.72em;
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--orange);
  transform:translateY(-50%);
}

/* Internet & Fibre */
.internet-access-split{
  align-items:stretch;
}
.access-card{
  min-height:340px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.access-photo .image-card{
  min-height:340px;
  height:100%;
}
.access-bullets{
  gap:14px;
}
.access-bullets p{
  position:relative;
  padding-left:18px;
}
.access-bullets p::before{
  content:"";
  position:absolute;
  left:0;
  top:.72em;
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--orange);
  transform:translateY(-50%);
}
.internet-feature-cards h3::before{
  content:"✓";
  color:var(--orange);
  font-weight:900;
  margin-right:8px;
}

/* Téléphonie */
.telephonie-intro-split{
  align-items:stretch;
}
.telephonie-intro-card{
  min-height:340px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.telephonie-intro-photo .image-card{
  min-height:340px;
  height:100%;
}
.telephonie-feature-cards h3::before{
  content:"";
  display:inline-block;
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--orange);
  margin-right:10px;
  transform:translateY(-2px);
}

/* Réseau */
.reseau-feature-cards h3::before{
  content:"✓";
  color:var(--orange);
  font-weight:900;
  margin-right:8px;
}

/* Cybersécurité */
.cyber-feature-cards h3::before{
  content:"✓";
  color:var(--orange);
  font-weight:900;
  margin-right:8px;
}

/* Maintenance */
.maintenance-feature-cards h3::before{
  content:"✓";
  color:var(--orange);
  font-weight:900;
  margin-right:8px;
}

/* Contact */
.contact-split-clean{
  grid-template-columns:1.1fr .9fr;
  gap:20px;
  align-items:stretch;
}
.contact-split-clean .single-feature-photo .image-card{
  min-height:340px;
  height:100%;
}
.contact-side-clean{
  display:flex;
  align-items:center;
}
.contact-box-vertical{
  gap:16px;
}
@media (max-width: 860px){
  .contact-split-clean{
    grid-template-columns:1fr;
  }
}


/* === Ajustements finaux 2026-05-05 === */

/* Hero accueil : éviter le flash avant chargement */
.hero-media{
  background:#0f172a;
}
.hero-media video{
  opacity:0;
  transition:opacity .18s ease;
}
.hero-media.is-ready video{
  opacity:1;
}

/* Expertise accueil : grille plus harmonieuse */
.expertise-layout{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  align-items:start;
}
.expertise-title{
  grid-column:1 / span 2;
  margin-bottom:0;
}
.expertise-photo{
  grid-column:3;
  grid-row:1;
  min-height:170px;
  max-height:170px;
  overflow:hidden;
}
.expertise-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.expertise-vision{grid-column:1;grid-row:2;}
.expertise-deploiement{grid-column:2;grid-row:2;}
.expertise-experience{grid-column:3;grid-row:2;}
.expertise-organisation{grid-column:1;grid-row:3;}
.expertise-interlocuteur{grid-column:2 / span 2;grid-row:3;}
.expertise-card{
  min-height:150px;
}
.card-title-icon{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
}
.title-icon{
  width:24px;
  height:24px;
  flex:0 0 24px;
  display:inline-block;
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
}
.title-icon.icon-vision{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f5820b' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 12s3.5-6 10-6 10 6 10 6-3.5 6-10 6S2 12 2 12Z'/%3E%3Ccircle cx='12' cy='12' r='2.8'/%3E%3C/svg%3E");}
.title-icon.icon-deploiement{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f5820b' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h7'/%3E%3Cpath d='M4 12h16'/%3E%3Cpath d='M4 17h10'/%3E%3Cpath d='m15 5 5 7-5 7'/%3E%3C/svg%3E");}
.title-icon.icon-organisation{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f5820b' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='7' height='5' rx='1.5'/%3E%3Crect x='14' y='4' width='7' height='5' rx='1.5'/%3E%3Crect x='8.5' y='15' width='7' height='5' rx='1.5'/%3E%3Cpath d='M6.5 9v3h11V9'/%3E%3Cpath d='M12 12v3'/%3E%3C/svg%3E");}
.title-icon.icon-experience{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f5820b' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 18h16'/%3E%3Cpath d='M7 18V8l5-3 5 3v10'/%3E%3Cpath d='M9.5 11h5'/%3E%3Cpath d='M9.5 14h5'/%3E%3C/svg%3E");}
.title-icon.icon-pilotage{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f5820b' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='3.2'/%3E%3Cpath d='M5 20a7 7 0 0 1 14 0'/%3E%3Cpath d='M17 5h4v4'/%3E%3Cpath d='M16.5 8.5 21 4'/%3E%3C/svg%3E");}
@media (max-width:980px){
  .expertise-layout{
    grid-template-columns:1fr;
  }
  .expertise-title,.expertise-photo,.expertise-vision,.expertise-deploiement,.expertise-experience,.expertise-organisation,.expertise-interlocuteur{
    grid-column:auto;
    grid-row:auto;
  }
  .expertise-photo{
    min-height:220px;
    max-height:220px;
  }
}

/* Partenaire télécom : vidéo plus grande, non interactive */
.partner-video-card{
  min-height:320px;
  max-height:320px;
}
.partner-video-card video{
  pointer-events:none;
}
.no-touch-video{
  pointer-events:none;
}
@media (max-width:980px){
  .partner-video-card{
    min-height:240px;
    max-height:240px;
  }
}

/* Fonctionnement : cartes plus compactes + icônes */
.process-grid-two .process-card{
  min-height:142px;
  padding:16px 18px;
  gap:6px;
}
.process-grid-two .process-card p{
  line-height:1.42;
  font-size:.95rem;
}
.process-photo-card{
  min-height:320px;
  max-height:320px;
}
.step-line{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
}
.step-left{
  display:inline-flex;
  align-items:flex-start;
  gap:10px;
  min-width:0;
}
.step-icon{
  width:22px;
  height:22px;
  flex:0 0 22px;
  display:inline-block;
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
}
.step-icon.icon-analyse{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f5820b' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='6'/%3E%3Cpath d='m20 20-4.2-4.2'/%3E%3Cpath d='M9 11h4'/%3E%3Cpath d='M11 9v4'/%3E%3C/svg%3E");}
.step-icon.icon-proposition{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f5820b' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 3h7l5 5v13H7z'/%3E%3Cpath d='M14 3v5h5'/%3E%3Cpath d='M10 13h6'/%3E%3Cpath d='M10 17h4'/%3E%3C/svg%3E");}
.step-icon.icon-deploiement{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f5820b' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h10'/%3E%3Cpath d='m11 5 7 7-7 7'/%3E%3C/svg%3E");}
.step-icon.icon-suivi{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f5820b' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 7 10 17l-6-6'/%3E%3C/svg%3E");}

/* Footer allégé */
.footer-inner{
  grid-template-columns:auto auto auto;
  column-gap:64px;
  align-items:center;
  justify-content:space-between;
}
.footer-center > div:nth-child(3){
  display:none !important;
}
.footer-right{
  font-size:0 !important;
  line-height:0 !important;
  color:transparent !important;
  white-space:normal;
}
.footer-right::after{
  content:"© Tous droits réservés\A© IP FRANCE";
  display:block;
  white-space:pre-line;
  font-size:.74rem;
  line-height:1.35;
  font-weight:700;
  color:#1b2b44;
  text-align:left;
}
@media (max-width:1100px){
  .footer-inner{
    grid-template-columns:1fr;
    row-gap:10px;
    column-gap:0;
  }
}

/* Qui sommes-nous : vidéo complète, arrondie et non interactive */
.who-bottom-video{
  border-radius:24px !important;
  overflow:hidden !important;
}
.who-bottom-video video{
  display:block;
  width:100%;
  height:auto !important;
  max-height:none !important;
  object-fit:contain !important;
  pointer-events:none;
}

/* Bullet helper / check helper */
.check-title::before{
  content:"✓";
  color:var(--orange);
  font-weight:900;
  margin-right:8px;
  display:inline-block;
}
.check-paragraph::before{
  content:"✓";
  color:var(--orange);
  font-weight:900;
  margin-right:8px;
  display:inline-block;
}

/* Internet & Fibre */
.access-card-equal{
  min-height:340px;
}
.access-plain-list{
  gap:10px;
}
.access-plain-list .orange-bullet{
  padding-left:18px;
}
.internet-feature-cards .card{
  height:100%;
}

/* Téléphonie */
.telephonie-intro-split{
  align-items:stretch;
}
.telephonie-intro-card{
  min-height:340px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.telephonie-intro-photo{
  display:block;
}
.telephonie-intro-photo .image-card{
  min-height:340px;
  max-height:340px;
}
.telephonie-intro-photo .image-card img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.telephonie-feature-cards .card{
  height:100%;
}

/* Réseau & Wi-Fi */
.reseau-intro-card .orange-bullet{
  padding-left:18px;
}
.check-paragraph-cards .card{
  height:100%;
}

/* Cybersécurité / Maintenance */
.cyber-feature-cards .card,
.maintenance-feature-cards .card{
  height:100%;
}

/* Contact */
.contact-split-clean{
  align-items:flex-start;
}
.contact-photo-left{
  display:block;
}
.contact-side-clean{
  align-items:flex-start;
  padding-top:10px;
  flex-direction:column;
  gap:16px;
}
.compact-contact-box{
  width:auto !important;
  justify-items:start;
  align-content:start;
  gap:12px;
}
.contact-item-compact{
  width:auto;
  display:inline-block;
  min-width:0;
  padding:14px 16px;
}
.contact-message-btn{
  box-shadow:none;
}

/* Page formulaire message */
.contact-form-section{
  margin-top:18px;
}
.contact-form-card{
  max-width:900px;
  margin:0 auto;
}
.contact-form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px 18px;
}
.form-field{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.form-field label{
  font-weight:800;
  color:#1b2b44;
}
.form-field input,
.form-field select,
.form-field textarea{
  width:100%;
  border:1px solid var(--line);
  border-radius:16px;
  padding:14px 16px;
  font:inherit;
  color:#1b2b44;
  background:#fff;
}
.form-field textarea{
  resize:vertical;
}
.form-field-full{
  grid-column:1 / -1;
}
.form-actions{
  grid-column:1 / -1;
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
}
.form-help{
  margin:0;
  color:#667085;
  font-size:.95rem;
}
@media (max-width:860px){
  .contact-form-grid{
    grid-template-columns:1fr;
  }
}


/* 2026-05-05 - ajustements ciblés */
.hero-glass-four{
  grid-template-columns:repeat(4,minmax(0,1fr));
  max-width:1180px;
}
.hero-glass-four .mini{
  min-height:144px;
}
.hero-glass-four .mini:nth-child(4) h4::after{
  content:"";
  width:28px;
  height:28px;
  flex:0 0 28px;
  display:inline-block;
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f5820b' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 3 4 14h6l-1 7 9-11h-6l1-7Z'/%3E%3C/svg%3E");
}
@media (max-width: 980px){
  .hero-glass-four{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (max-width: 860px){
  .hero-glass-four{
    grid-template-columns:1fr;
  }
  .hero-glass-four .mini:nth-child(4) h4::after{
    width:24px;
    height:24px;
    flex-basis:24px;
  }
}

.expertise-layout{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  align-items:start;
}
.expertise-title{
  grid-column:1 / span 2;
}
.expertise-title p{
  margin-top:6px;
}
.expertise-photo{
  grid-column:3;
  grid-row:1 / span 2;
  min-height:205px;
  max-height:205px;
}
.expertise-card{
  min-height:132px;
  padding:18px !important;
}
.expertise-card p{
  line-height:1.42 !important;
  font-size:.95rem !important;
}
.expertise-vision{grid-column:1;grid-row:2;}
.expertise-deploiement{grid-column:2;grid-row:2;}
.expertise-experience{grid-column:3;grid-row:2;}
.expertise-organisation{grid-column:1;grid-row:3;}
.expertise-interlocuteur{grid-column:2 / span 2;grid-row:3;}
.card-title-icon.icon-left{
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  gap:10px;
}
.card-title-icon.icon-left .title-icon{
  margin-top:1px;
  order:0;
}
.card-title-icon.icon-left > span:last-child{
  order:1;
}
.card-title-icon.icon-left br{
  display:block;
}
@media (max-width:980px){
  .expertise-layout{
    grid-template-columns:1fr;
  }
  .expertise-title,.expertise-photo,.expertise-vision,.expertise-deploiement,.expertise-experience,.expertise-organisation,.expertise-interlocuteur{
    grid-column:auto;
    grid-row:auto;
  }
  .expertise-photo{
    min-height:220px;
    max-height:220px;
  }
}

.contact-split-clean{
  align-items:flex-start;
}
.contact-side-clean{
  align-items:flex-start;
  justify-content:flex-start;
  padding-top:8px;
}
.compact-contact-box{
  width:auto !important;
  justify-items:start;
}
.contact-item-compact{
  width:fit-content;
  max-width:100%;
}
.contact-form-inline .contact-form-card{
  max-width:none;
}


/* Nettoyage sans informations sensibles */
.footer-simple{
  grid-template-columns:auto auto !important;
  column-gap:56px !important;
  justify-content:space-between !important;
  align-items:center !important;
}
.footer-right-simple{
  font-size:.74rem !important;
  line-height:1.35 !important;
  font-weight:700 !important;
  color:#1b2b44 !important;
  text-align:left !important;
  white-space:pre-line !important;
}
.footer-center{
  display:none !important;
}

/* Accueil - cartes Fonctionnement ajustées au texte */
.process-grid-two{
  align-items:start !important;
}
.process-grid-two .process-card{
  min-height:0 !important;
  height:auto !important;
  padding:16px 18px 12px !important;
}
.process-grid-two .process-card p{
  line-height:1.46 !important;
  margin-bottom:0 !important;
}

/* Téléphonie - paragraphes avec V orange */
.orange-check{
  position:relative;
  padding-left:18px;
}
.orange-check::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:var(--orange);
  font-weight:900;
}

/* Maintenance - photo droite correctement recadrée */
.maintenance-photo{
  display:block !important;
}
.maintenance-photo .image-card{
  min-height:100% !important;
  height:100% !important;
  max-height:none !important;
}
.maintenance-photo .image-card img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}

/* Contact - photo seule au-dessus du formulaire */
.contact-top-photo-only{
  margin-top:18px;
}
.contact-photo-alone{
  display:block !important;
}
.contact-photo-alone .image-card{
  min-height:320px;
  max-height:320px;
}
.contact-photo-alone .image-card img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* Qui sommes-nous - vidéo conservée sous le bloc principal */
.who-bottom-video-wrap{
  margin-top:18px;
}


/* Footer commercial simplifié */
.footer-commercial{
  grid-template-columns:auto 1fr auto !important;
  column-gap:40px !important;
  align-items:center !important;
  justify-content:space-between !important;
}
.footer-tagline{
  color:#1b2b44;
  font-size:.98rem;
  line-height:1.4;
  font-weight:700;
  text-align:center;
}
.footer-right-once{
  font-size:.74rem !important;
  line-height:1.35 !important;
  font-weight:700 !important;
  color:#1b2b44 !important;
  text-align:right !important;
  white-space:nowrap !important;
}
.footer-right-once::after{
  content:none !important;
}
@media (max-width:1100px){
  .footer-commercial{
    grid-template-columns:1fr !important;
    row-gap:10px !important;
  }
  .footer-tagline,
  .footer-right-once{
    text-align:left !important;
  }
}

/* Formulaire contact sans phrase d'aide */
.form-actions{
  align-items:center;
}


/* Ajustement ciblé bloc Expertise accueil */
.expertise-grid-custom{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  align-items:start;
}
.expertise-interlocuteur{
  grid-column:2;
  grid-row:2;
}
.expertise-experience{
  grid-column:3;
  grid-row:2;
}
@media (max-width: 980px){
  .expertise-grid-custom{
    grid-template-columns:1fr;
  }
  .expertise-interlocuteur,
  .expertise-experience{
    grid-column:auto;
    grid-row:auto;
  }
}


/* Accueil - partenaire télécom avant Expertise */
.partner-band-soft.partner-band-soft-media{
  margin-bottom:18px;
}

/* Accueil - Expertise sur 4 cartes avec photo fixe à droite */
.expertise-layout-four{
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
  gap:14px !important;
  align-items:start !important;
}
.expertise-block-four .expertise-title{
  grid-column:1 / span 2 !important;
  grid-row:1 !important;
  margin-bottom:0 !important;
}
.expertise-block-four .expertise-title h2{
  margin-bottom:6px !important;
}
.expertise-block-four .expertise-photo{
  grid-column:3 !important;
  grid-row:1 / span 3 !important;
  min-height:260px !important;
  max-height:260px !important;
  overflow:hidden !important;
  border:none !important;
  box-shadow:none !important;
  background:transparent !important;
}
.expertise-block-four .expertise-photo img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  border-radius:22px !important;
}
.expertise-block-four .expertise-card{
  min-height:142px !important;
  height:100% !important;
  padding:18px 18px 16px !important;
}
.expertise-block-four .expertise-card p{
  line-height:1.46 !important;
  font-size:.95rem !important;
}
.expertise-block-four .expertise-vision{grid-column:1 !important; grid-row:2 !important;}
.expertise-block-four .expertise-deploiement{grid-column:2 !important; grid-row:2 !important;}
.expertise-block-four .expertise-organisation{grid-column:1 !important; grid-row:3 !important;}
.expertise-block-four .expertise-interlocuteur{grid-column:2 !important; grid-row:3 !important;}

@media (max-width: 980px){
  .expertise-layout-four{
    grid-template-columns:1fr !important;
  }
  .expertise-block-four .expertise-title,
  .expertise-block-four .expertise-photo,
  .expertise-block-four .expertise-vision,
  .expertise-block-four .expertise-deploiement,
  .expertise-block-four .expertise-organisation,
  .expertise-block-four .expertise-interlocuteur{
    grid-column:auto !important;
    grid-row:auto !important;
  }
  .expertise-block-four .expertise-photo{
    min-height:330px !important;
    max-height:330px !important;
  }
}

/* Accueil - Fonctionnement : réduire encore l'espace vertical entre les deux rangées */
.process-grid-two{
  row-gap:6px !important;
  column-gap:18px !important;
  align-items:start !important;
}
.process-grid-two .process-card{
  min-height:0 !important;
  height:auto !important;
  padding:16px 18px 12px !important;
}
.process-grid-two .process-card p{
  margin:0 !important;
  line-height:1.44 !important;
}


/* Ajustements ciblés - Accueil */
.hero-lead.secondary{max-width:1060px;}

/* Bloc Expertise : logo en haut à droite, photo descendue plus bas */
.expertise-block-four .expertise-logo-card{
  grid-column:3 !important;
  grid-row:1 !important;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  padding:6px 0 0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
.expertise-block-four .expertise-logo-card img{
  width:100%;
  max-width:250px;
  height:auto;
  display:block;
  object-fit:contain;
}
.expertise-block-four .expertise-photo{
  grid-column:3 !important;
  grid-row:2 / span 2 !important;
  min-height:330px !important;
  max-height:330px !important;
  margin-top:4px !important;
}
.expertise-block-four .expertise-photo img{
  object-position:center top !important;
}

/* Bloc Fonctionnement : réduire franchement l'espace vertical entre 1/3 et 2/4 */
.process-home-layout{
  align-items:start !important;
}
.process-grid-two{
  row-gap:2px !important;
  column-gap:18px !important;
}
.process-grid-two .process-card{
  padding:15px 18px 10px !important;
}
.process-grid-two .process-card p{
  line-height:1.38 !important;
}

@media (max-width:980px){
  .expertise-block-four .expertise-logo-card,
  .expertise-block-four .expertise-photo{
    grid-column:auto !important;
    grid-row:auto !important;
  }
  .expertise-block-four .expertise-logo-card img{
    max-width:220px;
  }
  .expertise-block-four .expertise-photo{
    min-height:330px !important;
    max-height:330px !important;
  }
}


/* Ajustements fins demandés - Accueil */

/* Bloc Expertise : descendre un peu plus le logo et la photo */
.expertise-block-four .expertise-logo-card{
  margin-top:18px !important;
}
.expertise-block-four .expertise-photo{
  margin-top:18px !important;
}

/* Bloc Fonctionnement : remettre un peu plus d'espace vertical
   et supprimer le blanc en bas de la photo */
.process-home-layout{
  align-items:stretch !important;
}
.process-grid-two{
  row-gap:8px !important;
}
.process-grid-two .process-card{
  padding:15px 18px 12px !important;
}
.process-photo-card{
  height:100% !important;
  min-height:100% !important;
  max-height:none !important;
  align-self:stretch !important;
  overflow:hidden !important;
}
.process-photo-card img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
}


/* Qui sommes-nous - ajustements ciblés des vidéos */

/* Vidéo du haut à droite : cartouche plus compact */
.about-video-overlay{
  inset:auto 14px 14px 14px !important;
  padding:10px 14px !important;
  border-radius:16px !important;
}
.about-video-kicker{
  font-size:.68rem !important;
  letter-spacing:.14em !important;
  margin-bottom:4px !important;
}
.about-video-title{
  font-size:.86rem !important;
  line-height:1.18 !important;
  font-weight:700 !important;
  white-space:nowrap !important;
}

/* Vidéo du bas : largeur conservée, hauteur remontée, recadrage vertical */
.who-bottom-video{
  min-height:0 !important;
  max-height:none !important;
  border-radius:24px !important;
  overflow:hidden !important;
}
.who-bottom-video video{
  width:100% !important;
  height:440px !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block !important;
  background:#000 !important;
  pointer-events:none !important;
}

@media (max-width: 860px){
  .about-video-overlay{
    padding:9px 12px !important;
  }
  .about-video-title{
    font-size:.78rem !important;
  }
  .who-bottom-video video{
    height:330px !important;
  }
}


/* Mise à jour ciblée - Contact */
.contact-top-photo-only{
  display:flex;
  justify-content:flex-start;
}
.contact-photo-alone{
  width:50%;
  max-width:50%;
  display:block !important;
}
.contact-photo-alone .image-card{
  min-height:0 !important;
  max-height:none !important;
  height:auto !important;
}
.contact-photo-alone .image-card img{
  width:100% !important;
  height:auto !important;
  object-fit:contain !important;
  object-position:center center !important;
  display:block !important;
}

/* Mise à jour ciblée - Qui sommes-nous */
.about-video-kicker{
  color:var(--orange) !important;
}
.who-network-section{
  margin-top:28px;
}
.who-network-section h2{
  max-width:1100px;
}
.who-network-map-header{
  margin-bottom:14px;
}
.who-network-map-header h3{
  margin:0;
  font-size:1.18rem;
  line-height:1.35;
  color:var(--text);
}
.who-network-map-card{
  overflow:hidden;
  border-radius:24px;
}
.who-network-map-card img{
  width:100%;
  height:auto;
  display:block;
}

@media (max-width: 860px){
  .contact-photo-alone{
    width:100%;
    max-width:100%;
  }
  .who-network-section{
    margin-top:22px;
  }
}


/* Qui sommes-nous - texte réseau de techniciens */
.who-network-copy{
  margin: 6px 0 22px;
  max-width: 1100px;
}
.who-network-copy p{
  margin: 0 0 18px;
  color: #1b2b44 !important;
  font-family: "Segoe UI","Helvetica Neue",Arial,sans-serif;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.82;
  font-size: 1.02rem;
}
.who-network-copy p:last-child{
  margin-bottom: 0;
}


/* Accueil - phrase sous la vidéo : taille augmentée */
.hero-lead.secondary{
  font-size: 1.62rem !important;
  line-height: 1.7 !important;
}


/* Accueil - bloc partenaire télécom : vidéo légèrement descendue */
.partner-video-card{
  align-self: center !important;
  margin-top: 10px;
}


/* Accueil - correction du trait blanc sous la vidéo partenaire */
.partner-video-card{
  overflow: hidden !important;
  line-height: 0 !important;
}
.partner-video-card video{
  display: block !important;
}


/* Accueil - correction renforcée du trait blanc sous la vidéo partenaire */
.partner-video-card{
  overflow: hidden !important;
  line-height: 0 !important;
  background: #000 !important;
  border-radius: 24px !important;
}
.partner-video-card video{
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  vertical-align: bottom !important;
  background: #000 !important;
}


/* Accueil - vidéo du haut plus haute et sans espace blanc sous la barre */
main > .hero-full:first-child{
  margin-top:-28px !important;
}
.hero-media,
.hero-content{
  min-height:680px !important;
}

@media (max-width: 860px){
  .hero-media,
  .hero-content{
    min-height:420px !important;
  }
}
