<style>
  :root{
    --nl-bg:#333333; --nl-ink:#ffffff; --nl-muted:#c9cfdb; --nl-border:#ffffff;
    --ink:#0b1220; --muted:#6b7280; --card:#fff; --border:#e5e7eb;
    --brand:#2563eb; --brand2:#0ea5e9;
    --site-blue:#2b74ff;
  }
  *{box-sizing:border-box}
  body{ margin:0; background:#f9f9f9; color:#333;
        font-family:'Segoe UI',system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,'Helvetica Neue',Arial,sans-serif; }
  h1,h2,h3{ margin:0 0 .4rem }
  h2{font-size:2rem} h3{font-size:1.5rem}
  section{padding:40px 20px; max-width:1200px; margin:auto}
  img{ max-width:100%; height:auto; }

  .info-panel{ max-width:1200px; margin:20px auto 16px; padding:0 18px; }
  .info-panel .box{ border:2px dashed #cbd5e1; border-radius:12px; background:#fff; padding:12px; }
  .info-panel .grid{ display:grid; gap:12px; grid-template-columns:repeat(4,minmax(0,1fr)); }
  @media (max-width:900px){ .info-panel .grid{ grid-template-columns:repeat(2,1fr) } }
  @media (max-width:520px){ .info-panel .grid{ grid-template-columns:1fr } }
  .info-item2{ display:flex; align-items:center; gap:10px; padding:10px 12px; background:#fafafa; border:1px solid #e5e7eb; border-radius:10px; }
  .info-icon{ width:28px; height:28px; display:grid; place-items:center; border-radius:8px; background:#eef2ff; flex:0 0 28px; border:1px solid #e5e7eb;}
  .info-icon img,.info-icon svg{ width:18px; height:18px; display:block; }
  .info-text{ display:flex; flex-direction:column; line-height:1.25 }
  .info-label{ font-size:12px; color:#64748b; font-weight:700; text-transform:uppercase; letter-spacing:.04em }
  .info-value{ font-weight:800; color:#0f172a }

  .section-carousel {
  margin-top: 12px;
  margin-bottom: 40px;
}

.section-carousel .carousel {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
}

.section-carousel .carousel-slides {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease;
  will-change: transform;
}

.section-carousel .slide {
  position: relative;
  min-width: 100%;
  height: 100%;
}

.section-carousel .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* --- Texte centré avec background --- */
.carousel-caption {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.45); /* overlay sombre */
  color: #fff;
  padding: 20px;
}

.carousel-caption h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.carousel-caption p {
  font-size: 1.1rem;
  color: #ddd;
  margin: 0;
}

/* --- Flèches --- */
.section-carousel .carousel-arrows {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  color: #fff;
  font-size: 26px;
  z-index: 10;
  pointer-events: none;
}

.section-carousel .carousel-arrows .arrow {
  pointer-events: auto;
  cursor: pointer;
  user-select: none;
  background: rgba(0, 0, 0, 0.28);
  padding: 0.35rem 0.6rem;
  border-radius: 8px;
  transition: background 0.3s ease;
}

.section-carousel .carousel-arrows .arrow:hover {
  background: rgba(0, 0, 0, 0.38);
}

/* --- Dots --- */
.section-carousel .carousel-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12px;
  display: flex;
  gap: 8px;
  z-index: 11;
}

.section-carousel .carousel-dots .dot {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
  cursor: pointer;
  border: 0;
}

.section-carousel .carousel-dots .dot.active {
  opacity: 1;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .section-carousel .carousel {
    height: 220px;
  }

  .carousel-caption h2 {
    font-size: 1.2rem;
  }

  .carousel-caption p {
    font-size: 0.9rem;
  }
}

  .sec-title{ --ttl-ink:#0f172a; --ttl-line:#cbd5e1; margin:0 0 18px; font-weight:800; color:var(--ttl-ink); line-height:1; }
  .sec-title--center{ font-size:clamp(22px,2.6vw,30px); text-align:center; letter-spacing:.2px; }
  .sec-title--center::before,.sec-title--center::after{ content:""; display:inline-block; width:clamp(60px,8vw,120px); height:1px; background:var(--ttl-line); vertical-align:middle; margin:0 18px 6px; }

/* Section À la Une */
.section-a-la-une { margin:40px auto; max-width:1200px; padding:0 20px; }
.au-head { margin-bottom:20px; }
.au-title { font-size:1.8rem; font-weight:900; margin:0; }
.au-sub { color:#6b7280; margin:4px 0 0; }
.au-su { color:#6b7280; margin:4px 0 20px; text-align: center;}
/* Carte principale */
.au-card { position:relative; border-radius:12px; overflow:hidden; }
.au-card img.au-img { width:100%; height:400px; object-fit:cover; display:block; }
.au-card .au-overlay {
  position:absolute; inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.7),rgba(0,0,0,.2));
}
.au-link { position:absolute; inset:0; color:#fff; padding:20px; display:flex; flex-direction:column; justify-content:flex-end; text-decoration:none; }
.au-link:hover .au-ttl { text-decoration:underline; }
.au-chip {
  background:#e63946; /* rouge alerte */
  padding:4px 8px;
  font-size:.8rem;
  font-weight:700;
  border-radius:4px;
  display:inline-block;
  margin-bottom:10px;
}
.au-chip--src { background:#2563eb; margin-left:6px; }
/* Logo dans la Une */
.src-logo {
    height: 18px !important;
    width: auto;
    object-fit: contain;
    display: inline-block;
}

.au-ttl { font-size:1.6rem; font-weight:800; margin:0 0 8px; line-height:1.3; }
.au-excerpt { font-size:1rem; margin:0 0 10px; color:#e5e7eb; }
.au-meta { font-size:.9rem; color:#cbd5e1; }

/* Colonne droite */
.aune-grid { display:grid; grid-template-columns: 1.75fr 1fr; gap:16px; }
@media (max-width:1020px){ .aune-grid{ grid-template-columns:1fr } }
.col-right { display:grid; gap:12px; }
.au-brief { display:flex; gap:12px; text-decoration:none; color:#0f172a; background:#fff; border-radius:8px; overflow:hidden; border:1px solid #e5e7eb; transition:.2s; }
.au-brief:hover { box-shadow:0 4px 12px rgba(0,0,0,.08); }
.au-brief-media { position:relative; flex-shrink:0; width:120px; height:90px; overflow:hidden; }
.au-brief-media img { width:100%; height:100%; object-fit:cover; }
.au-brief-media .au-chip { position:absolute; top:6px; left:6px; background:#e63946; color:#fff; margin:0; }
.au-brief-body { padding:8px; display:flex; flex-direction:column; justify-content:center; }
.au-brief-t { font-weight:700; margin:0 0 4px; font-size:1rem; }
.au-brief-m { font-size:.85rem; color:#6b7280; }
/* Image par défaut */
.au-brief img{
  width: 180px;   /* ajuste selon ton design */
  height: auto;
  object-fit: cover;
}
/* Version mobile : élargir le texte dans .au-brief-body */
@media (max-width: 768px){
  .au-brief{
    flex-direction: column !important;
    align-items: flex-start;
    gap: 6px;              /* réduit l’espace entre image et texte */
    padding: 8px 0;        /* réduit le padding vertical */
  }
  .au-brief img{
    width: 140px;
    margin-bottom: 4px;    /* moins d’espace sous l’image */
  }
  .au-brief-body{
    padding: 0 10px;       /* resserre le texte */
    line-height: 1.4;      /* rend le texte plus compact */
  }
}


  .section-articles{ --art-gap:28px; --art-ink:#0f172a; --art-muted:#64748b; --art-rule:#e5e7eb; max-width:1200px; margin:64px auto; padding:0 18px; }
  .section-articles .articles-grid{ display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:var(--art-gap); margin-top:28px;}
  @media (max-width:1000px){ .section-articles .articles-grid{ grid-template-columns:repeat(2,1fr) } }
  @media (max-width:640px){ .section-articles .articles-grid{ grid-template-columns:1fr } }
  .section-articles .article{ display:flex; flex-direction:column; text-decoration:none; color:var(--art-ink); background:#fff; border:1px solid #e5e7eb; border-radius:12px; overflow:hidden; }
  .section-articles .article__cover{ width:100%; aspect-ratio:16/9; object-fit:cover; display:block; border:0; }
  .section-articles .article__body{ padding:18px 16px 16px; }
  .section-articles .article__kicker{ color:#64748b; font-weight:700; font-size:.82rem; text-transform:uppercase; margin:0 0 10px; }
  .section-articles .article__title{ margin:0 0 12px; font-family:Georgia, "Times New Roman", serif; font-weight:800; font-size:clamp(20px,2.2vw,28px); line-height:1.25; }
  .section-articles .article__excerpt{ margin:0 0 16px; color:#374151; font-size:1rem; line-height:1.6; }
  .section-articles .article__rule{ border:0; border-top:1px solid var(--art-rule); margin:8px 0 10px; }
  .section-articles .article__meta{ display:flex; align-items:center; gap:8px; color:#64748b; font-size:.92rem; }
  .section-articles .articles-more{ margin-top:22px; display:flex; justify-content:center; }

  .section-savoir-faire{max-width:1200px;margin:34px auto;padding:0 18px}
  .section-savoir-faire .sf-grid{ display:grid; gap:26px; grid-template-columns:repeat(4,minmax(0,1fr)); margin-top:28px; }
  @media (max-width:1160px){ .section-savoir-faire .sf-grid{grid-template-columns:repeat(3,1fr)} }
  @media (max-width:860px){  .section-savoir-faire .sf-grid{grid-template-columns:repeat(2,1fr)} }
  @media (max-width:560px){  .section-savoir-faire .sf-grid{grid-template-columns:1fr} }
  .sf-card{ display:block; color:#0b1220; text-decoration:none; background:#fff; border:1px solid #e7e9f0; border-radius:12px; box-shadow:0 2px 8px rgba(0,0,0,.04); overflow:hidden; }
  .sf-media{ position:relative; height:190px; background:#f2f4f8 }
  .sf-media img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; border:0 }
  .sf-body{ padding:12px 14px 16px }
  .sf-title{ margin:2px 0 6px; font-size:1rem; font-weight:900; line-height:1.25 }
  .sf-sub{ color:#64748b; font-size:.92rem; margin:0 0 8px }
  .sf-meta{ display:flex; flex-wrap:wrap; gap:8px; margin-top:6px; }
  .sf-chip{ display:inline-flex; align-items:center; gap:6px; padding:6px 10px; border:1px solid #e5e7eb; border-radius:999px; background:#f9fafb; color:#0f172a; font-weight:700; font-size:.92rem }
  .sf-price{ margin-top:8px; font-weight:900; color:#e11d48 }
  .sf-price small{ font-weight:800; font-size:.9rem; color:#b91c1c }
  .section-savoir-faire .sf-more{ margin-top:22px; display:flex; justify-content:center; }

  .section-entreprises{max-width:1200px;margin:110px auto;padding:0 18px;}
  .section-entreprises .ent-grid{ display:grid; gap:26px; grid-template-columns:repeat(4,minmax(0,1fr)); margin-top:28px; }
  @media (max-width:1160px){ .section-entreprises .ent-grid{grid-template-columns:repeat(3,1fr)} }
  @media (max-width:860px){  .section-entreprises .ent-grid{grid-template-columns:repeat(2,1fr)} }
  @media (max-width:560px){  .section-entreprises .ent-grid{grid-template-columns:1fr} }
  .section-entreprises .ent-card{ display:block; color:#0b1220; text-decoration:none; background:#fff; border:1px solid #e7e9f0; border-radius:12px; box-shadow:0 2px 8px rgba(0,0,0,.04); overflow:hidden; }
  .section-entreprises .ent-media{ position:relative; height:180px; background:#f2f4f8 }
  .section-entreprises .ent-media img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; border:0 }
  .section-entreprises .ent-body{ padding:12px 14px 16px }
  .section-entreprises .ent-title{ margin:2px 0 6px; font-size:1rem; font-weight:900; line-height:1.25 }
  .section-entreprises .ent-sub{ color:#64748b; font-size:.92rem; margin:0 0 8px }
  .section-entreprises .ent-meta{ display:flex; flex-wrap:wrap; gap:8px; margin-top:6px; }
  .section-entreprises .ent-chip{ display:inline-flex; align-items:center; gap:6px; padding:6px 10px; border:1px solid #e5e7eb; border-radius:999px; background:#f9fafb; color:#0f172a; font-weight:700; font-size:.92rem }
  .section-entreprises .ent-more{ display:flex; justify-content:center; margin-top:34px }
  .section-events { padding: 0.2rem 1rem; }
  .ev-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; max-width:1200px; margin:27px auto; }
  @media (max-width: 900px) { .ev-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 600px) { .ev-grid { grid-template-columns: 1fr; } }
  .ev-card { background:#fff; border-radius:14px; overflow:hidden; box-shadow:0 6px 18px rgba(0,0,0,.06); display:flex; flex-direction:column; border:1px solid #e5e7eb; }
  .ev-media{ position:relative; width:100%; aspect-ratio:16/9; background:#f3f4f6; }
  .ev-media img{ width:100%; height:100%; object-fit:cover; display:block; }
  .ev-body{ padding:14px 16px 16px; display:flex; flex-direction:column; gap:8px; }
  .ev-title{ margin:0; font-size:1.05rem; line-height:1.3; }
  .ev-meta{ display:flex; flex-wrap:wrap; gap:10px; color:#555; font-size:.92rem; }
  .ev-desc{ margin:.25rem 0 0; color:#333; font-size:.95rem; }
  .ev-more { margin-top:22px; display:flex; justify-content:center; }
  
  .section-annonces .annonces-container{ display:grid; grid-template-columns:repeat(auto-fit, minmax(280px,1fr)); gap:22px; }
  .section-annonces .annonce-card{ background:#fff; border:1px solid #e5e7eb; border-radius:12px; padding:16px; box-shadow:0 2px 8px rgba(15,23,42,.06); }
  .section-annonces .annonce-card img{ width:100%; aspect-ratio:16/9; object-fit:cover; border-radius:10px; margin-bottom:10px; }
  .an-more { margin-top:22px; display:flex; justify-content:center; }
  .nl-kicker{ display:inline-block; font-size:.82rem; letter-spacing:.18em; text-transform:uppercase; opacity:.9; margin-bottom:8px; font-weight:800; }
  .nl-title{ margin:0 0 12px; font-weight:900; line-height:1.05; font-size:clamp(26px,4vw,42px); }
  .nl-points{ list-style:none; margin:14px 0 0; padding:0; display:grid; gap:10px; }
  .nl-points li{ display:flex; align-items:flex-start; gap:10px; font-size:1rem; color:var(--nl-muted); }
  .nl-points img{ width:18px; height:18px; margin-top:2px; }

.ann-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 8px 0;
}

.ann-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #f9fafb;
  font-size: .92rem;
  font-weight: 600;
  color: #0f172a;
}

.ann-chip img.ico {
  width: 16px;
  height: 16px;
  display: block;
}

.ann-chip--price {
  font-weight: 700;
  color: #e11d48;
}

.ann-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  color: #0d6efd;
  text-decoration: none;
}

.ann-more img.ico {
  width: 18px;
  height: 18px;
}

 .newsletter-section {
  background-color: #211E27; /* fond sombre élégant */
  color: #ffffff;
  text-align: left;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
}

.newsletter-content {
  max-width: 700px;
}

.newsletter-section h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}

.newsletter-section p {
  font-size: 1.1rem;
  color: #ccc;
  margin-bottom: 30px;
}

.newsletter-field {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.newsletter-field input[type="email"] {
  flex: 1;
  padding: 14px 18px;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
}

.newsletter-field button {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 14px 26px;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.newsletter-field button:hover {
  background: #fff;
  color: #211E27;
}
/* Message newsletter — emplacement et look */
.newsletter-message {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 700px;        /* garde la même largeur que .newsletter-content */
  margin: 12px 0 0 0;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 0.95rem;
  box-shadow: 0 6px 18px rgba(0,0,0,.18);
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity .35s ease, transform .35s ease;
  pointer-events: none;
}

/* Visible */
.newsletter-message.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Variantes */
.newsletter-message.success {
  background: rgba(26,188,156,0.08);
  color: #1abc9c;
  border: 1px solid rgba(26,188,156,0.14);
}
.newsletter-message.warning {
  background: rgba(243,156,18,0.06);
  color: #f39c12;
  border: 1px solid rgba(243,156,18,0.12);
}
.newsletter-message.error {
  background: rgba(231,76,60,0.06);
  color: #e74c3c;
  border: 1px solid rgba(231,76,60,0.12);
}

/* Icon */
.newsletter-message .nm-icon {
  font-size: 1.2rem;
  line-height: 1;
  width: 22px;
  text-align: center;
}

/* Texte et petite aide */
.newsletter-message .nm-text { flex: 1; text-align: left; }
.newsletter-message .nm-detail { font-size: 0.85rem; opacity: .85; margin-top: 4px; }

/* Responsive : full width on small screens */
@media (max-width: 640px) {
  .newsletter-message { max-width: 100%; padding: 10px; }
}

  #backToTop.btt{
    position:fixed; right:18px; bottom:18px;
    width:48px; height:48px; border:0; border-radius:999px;
    display:grid; place-items:center; cursor:pointer;
    background:#2563eb; color:#fff;
    box-shadow:0 10px 24px rgba(0,0,0,.18);
    opacity:0; visibility:hidden; transform:translateY(8px);
    transition:opacity .25s ease, visibility .25s ease, transform .25s ease;
    z-index:2147483647;
  }
  #backToTop.btt:hover{ background:#1e40af; }
  #backToTop.btt.show{ opacity:1; visibility:visible; transform:translateY(0); }
  @media (max-width: 768px){ #backToTop.btt{ bottom:72px; } }
  
  /* Bouton générique */ .btn-ghost{ display:block; margin:24px auto 0; padding:12px 22px; border:2px solid #111; color:#111; text-decoration:none; font-weight:700; background:#fff; border-radius:0; } .btn-ghost:hover{ background:#0b1220; color:#fff } .sr-only{ position:absolute!important;left:-10000px!important;top:auto!important; width:1px!important;height:1px!important;overflow:hidden!important }
  /* Uniformiser l'espacement entre les sections principales */
.section-a-la-une,
.section-articles,
.section-savoir-faire,
.section-entreprises,
.section-events,
.section-annonces {
  max-width: 1200px;
  margin: 80px auto;   /* même espacement haut/bas */
  padding: 0 18px;
}

/* Ajustement si besoin de réduire sur mobile */
@media (max-width: 768px){
  .section-a-la-une,
  .section-articles,
  .section-savoir-faire,
  .section-entreprises,
  .section-events,
  .section-annonces {
    margin: 50px auto;
    padding: 0 14px;
  }
}
.src-logo {
    height: 18px;
    width: auto;
    object-fit: contain;
    margin-right: 5px;
    vertical-align: middle;
}

.au-chip--src {
    background: #f2f2f2;       /* gris clair, parfait pour tous les logos */
    color: #333;               /* texte visible */
    border: 1px solid #ddd;    /* légère bordure pour donner du relief */
    display: inline-flex;
    align-items: center;
    padding: 3px 6px;
    border-radius: 6px;
}
.src-mini {
  display: inline-flex;
  align-items: center;
  gap: 4px; /* espace propre entre logo et nom */
  white-space: nowrap; /* empêche le retour à la ligne */
}

.src-mini .src-logo-mini {
  width: 14px !important;
  height: 14px !important;
  max-width: 14px !important;
  max-height: 14px !important;
  object-fit: contain;
  display: inline-block;
  flex-shrink: 0; /* empêche le logo de se réduire ou se déformer */
}
</style>