  
    .paques {
  background: linear-gradient(to right, #a50010, #52090c);
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  color: #fff;
}
  
    .noel3 {
  background: #f5f7fa;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  color: #fff;
}
  
  .xmas-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: none; 
    align-items: center;
    justify-content: center;
    z-index: 9999;
    backdrop-filter: blur(3px);
  }

  .xmas-popup {
    background: #fff;
    max-width: 460px;
    width: 92%;
    border-radius: 14px;
    padding: 26px 24px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.25);
    position: relative;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #333;
  }

  .xmas-close {
    position: absolute;
    top: 10px;
    right: 14px;
    border: none;
    background: transparent;
    font-size: 26px;
    cursor: pointer;
    line-height: 1;
    color: #333;
  }

  .xmas-content h2 {
    font-size: 1.6rem;
    margin-bottom: 8px;
    color: #E60012;
    font-weight: 700;
  }

  .xmas-content p {
    margin-bottom: 18px;
    font-size: 1rem;
    color: #444;
  }

  .xmas-image-wrapper {
    margin-bottom: 18px;
  }

  .xmas-image-wrapper img {
    width: 100%;
    border-radius: 10px;
  }

  .xmas-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #E60012;
    color: #fff;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: 0.2s ease;
    box-shadow: 0 8px 18px rgba(230,0,18,0.35);
  }

  .xmas-btn:hover {
    background: #c40010;
    box-shadow: 0 10px 28px rgba(230,0,18,0.45);
    transform: translateY(-2px);
  }
  
  .hero-a2v{
  position: relative;
  padding: 56px 0 28px;
  border-bottom: 1px solid rgba(0,0,0,.06);
  }
  
  /* IMAGE DE FOND */
 .hero-a2v{
  background:
    linear-gradient(to right,
      rgba(255,255,255,0.88) 0%,
      rgba(255,255,255,0.75) 45%,
      rgba(255,255,255,0.45) 65%,
      rgba(255,255,255,0.15) 100%
    ),
    url("https://a2v.fr/images/hero/hero-robotique-a2v.png") center / cover no-repeat;
  background-color:#fff;
}

  .hero-a2v__inner{ max-width: 1400px; }

  .hero-a2v__kicker{
    display:inline-block;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: .85rem;
    color:#9c1b24;
    margin-bottom: 10px;
  }
  .hero-a2v__title{
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.1;
    font-weight: 800;
    color:#111827;
    margin: 0 0 12px;
  }
  .hero-a2v__subtitle{
    font-size: 1.1rem;
    color:#4b5563;
    margin: 0 0 18px;
    max-width: 62ch;
  }
  .hero-a2v__cta{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    margin-bottom: 14px;
  }
  .hero-a2v__badges{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
  }
  .hero-a2v__badge{
    background:#fff;
    border:1px solid rgba(0,0,0,.08);
    border-radius: 999px;
    padding: 6px 10px;
    font-size: .9rem;
    color:#111827;
  }

  /* === Carré en haut à droite (TRANSPARENT, pas de gris) === */
  .hero-a2v__tile{
    border-radius: 24px;
    padding: 16px 16px 8px;
    background: transparent;
    border: 1px solid rgba(0,0,0,.10);
    box-shadow: 0 14px 34px rgba(0,0,0,.06);
  }

  /* === CAROUSEL : TOUT CENTRÉ === */

/* === CAROUSEL : TOUT CENTRÉ === */

/* Slide = colonne centrée */
.hero-a2v__slide{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
   border-radius: 24px;
}

/* Image centrée */
.hero-a2v__media{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/* Image produit */
.hero-a2v__prodimg{
  display:block;
  max-width: 100%;
  height: 260px;      /* ajuste si besoin */
  object-fit: contain;
  margin: 0 auto;
}

/* Texte sous image */
.hero-a2v__caption{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* Boutons centrés */
.hero-a2v__actions{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}



  /* Indicateurs */
  .hero-a2v__indicators{
    position: static;
    margin: 6px 0 0;
  }
  .hero-a2v__indicators [data-bs-target]{
    width: 22px;
    height: 3px;
    border-radius: 999px;
  }

/* === FLÈCHES CAROUSEL : VISIBLES === */
.hero-a2v__control{
  width: 56px;
  opacity: 1;
  border-radius: 999px;
  margin: 0 8px;
}

/* Icônes Bootstrap */
.hero-a2v__control .carousel-control-prev-icon,
.hero-a2v__control .carousel-control-next-icon{
  width: 36px;
  height: 36px;
  background-size: 100% 100%;

  /* contraste fort */
  filter: invert(1) drop-shadow(0 4px 8px rgba(0,0,0,.6));
}

/* Hover = encore plus visible */
.hero-a2v__control:hover .carousel-control-prev-icon,
.hero-a2v__control:hover .carousel-control-next-icon{
  filter: invert(1) drop-shadow(0 6px 14px rgba(0,0,0,.8));
}

  @media (max-width: 992px){
    .hero-a2v__tile{ padding: 14px; }
    .hero-a2v__prodimg{ height: 220px; }
  }
  .header {
  background-color: #f1f2f4;
  padding: 10px;
}
  
/* =====================================================
   BANDEAU FILTRES – CONTAINER
   ===================================================== */

.header{
  background: linear-gradient(180deg, #f6f7f9 0%, #eef0f3 100%);
  border-bottom: 1px solid rgba(0,0,0,.08);
  padding: 20px 0;
}

/* =====================================================
   LABELS
   ===================================================== */

.filter-label{
  display:block;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 8px;
}

/* =====================================================
   SELECTS (CATÉGORIE / TYPE)
   ===================================================== */

.filter-container-fluid{
  position: relative;
}

.filter-select{
  width: 100%;
  height: 48px;
  padding: 0 44px 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.12);
  background: #ffffff;
  color: #111827;
  font-weight: 600;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  box-shadow: 0 8px 18px rgba(0,0,0,.06);
  transition: border-color .2s ease, box-shadow .2s ease;
}

/* flèche custom */
.filter-container-fluid::after{
  content:"";
  position:absolute;
  right: 14px;
  bottom: 14px;
  width: 18px;
  height: 18px;
  pointer-events: none;
  opacity: .6;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10l5 5 5-5' stroke='%23111827' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}

.filter-select:focus{
  outline: none;
  border-color: rgba(156,27,36,.45);
  box-shadow: 0 10px 22px rgba(156,27,36,.14), 0 8px 18px rgba(0,0,0,.06);
}

/* =====================================================
   SEARCH BAR
   ===================================================== */

.search-bar{
  position: relative;
  width: 100%;
}

.search-input{
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.12);
  background: #ffffff;
  color: #111827;
  font-weight: 600;

  box-shadow: 0 8px 18px rgba(0,0,0,.06);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.search-input::placeholder{
  color: #9ca3af;
  font-weight: 600;
}

.search-input:focus{
  outline: none;
  border-color: rgba(156,27,36,.45);
  box-shadow: 0 10px 22px rgba(156,27,36,.14), 0 8px 18px rgba(0,0,0,.06);
}

/* =====================================================
   SEARCH RESULTS (AUTOCOMPLETE)
   ===================================================== */
/* La search-bar devient une colonne */
.search-bar{
  display: flex;
  flex-direction: column;   /* 🔑 label au-dessus */
  align-items: stretch;     /* input prend toute la largeur */
  gap: 8px;                 /* espace label / champ */
  position: relative;       /* pour les résultats */
}

/* Label */
.search-bar .filter-label{
  margin-bottom: 0;
}

/* Champ */
.search-input{
  width: 100%;
}

/* Résultats restent bien positionnés */
.search-results{
  top: calc(100% + 8px);
}

/* =====================================================
   RESPONSIVE
   ===================================================== */

@media (max-width: 992px){
  .header{
    padding: 16px 0;
  }

  .filter-select,
  .search-input{
    height: 46px;
    border-radius: 12px;
  }
}

.a2v-cta {
  padding: 60px 0;
}

.a2v-cta__wrapper {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 50px;
  align-items: center;
  padding: 40px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e6e7ea;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

/* Colonne gauche */
.a2v-cta__content {
  padding-right: 20px;
}

.a2v-cta__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
  color: #1f2328;
  margin-bottom: 18px;
}

.a2v-cta__title span {
  color: #8b1020;
}

.a2v-cta__lead {
  font-size: 16.5px;
  font-weight: 600;
  line-height: 1.75;
  color: #2b2f35;
  margin-bottom: 12px;
}

.a2v-cta__text {
  font-size: 15.5px;
  line-height: 1.8;
  color: #5c6673;
  margin: 0;
}

/* Colonne droite */
.a2v-cta__right {
  display: flex;
  align-items: stretch;
}

/* Séparateur vertical */
.a2v-cta__divider {
  width: 1px;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(139,16,32,0.2) 20%,
    rgba(139,16,32,0.2) 80%,
    transparent 100%
  );
  margin-right: 30px;
}

/* Bloc CTA */
.a2v-cta__aside {
  flex: 1;
  background: #fafbfc;
  padding: 28px;
  border-radius: 14px;
  border: 1px solid #e6e7ea;
}

.a2v-cta__asideTitle {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #1f2328;
}

.a2v-cta__asideText {
  font-size: 14.5px;
  color: #6a7380;
  margin-bottom: 18px;
}

.a2v-cta__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 100%;
  border-radius: 12px;
  background: linear-gradient(180deg, #a31224 0%, #7d0e1c 100%);
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 18px rgba(139, 16, 32, 0.25);
  transition: all 0.2s ease;
}

.a2v-cta__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(139, 16, 32, 0.35);
  color: #ffffff !important;       /* force le texte blanc */
  text-decoration: none;
  background: linear-gradient(180deg, #b51427 0%, #8a1020 100%);
}

.a2v-cta__asideHint {
  font-size: 13px;
  margin-top: 14px;
  color: #7a8391;
}

/* Responsive */
@media (max-width: 992px) {
  .a2v-cta__wrapper {
    grid-template-columns: 1fr;
  }

  .a2v-cta__right {
    margin-top: 30px;
  }

  .a2v-cta__divider {
    display: none;
  }
}

  .a2v-cta__trust{
  margin-top: 18px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #6a7380;
}

.a2v-cta__trust strong{
  color:#1f2328;
  font-weight:700;
}

.a2v-cta__trust span{
  color:#8b909a;
}
.a2v-etrusted-box{
  display: inline-flex;
  align-items: center;          /* centre verticalement */
  gap: 16px;
  margin-top: 20px;
  padding: 12px 18px;
  border: 1px solid #e6e7ea;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}

.a2v-etrusted-text{
  font-size: 14px;
  font-weight: 600;
  color: #6a7380;
  display: flex;
  align-items: center;          /* sécurité centrage vertical */
  height: 100%;
}

.a2v-etrusted-box etrusted-widget{
  display: flex;
  align-items: center;
}
  
.bloc-paques {
  display: block;
  margin: 20px 0;
  text-align: center;
}

.bloc-paques img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
}
  
    	.important-note-banner {
    background: #f5f5f5;
    border-bottom: 1px solid #dddddd;
    color: #333;
    padding: 12px 0;
    font-size: 15px;
}

.important-note-banner .banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}

.important-note-banner strong {
    color: #c0392b; /* rouge A2V */
    font-size: 16px;
}

.important-note-banner .btn-download-note {
    background: #c0392b;
    color: #ffffff;
    padding: 8px 14px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
}

.important-note-banner .btn-download-note:hover {
    background: #a93226;
    color: #ffffff;
    text-decoration: none;
}
  
  .btn-contact-note {
    background: transparent;
    color: #c0392b;
    padding: 8px 14px;
    border-radius: 4px;
    border: 1px solid #c0392b;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    margin-left: 8px;
    transition: 0.3s;
}

.btn-contact-note:hover {
    background: #c0392b;
    color: #ffffff;
    text-decoration: none;
}
  .banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.banner-text {
    flex: 1;
}

.banner-cta {
    flex-shrink: 0;
}

/* responsive propre */
@media (max-width: 768px) {
    .banner-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .banner-cta {
        margin-top: 10px;
    }
}
/* =========================
   HOME PREMIUM A2V
   ========================= */

.a2v-home-section{
  padding: 40px 0;
}

.a2v-home-section--light{
  background: #ffffff;
}

.a2v-home-section--soft{
  background: #f7f9fc;
}

.a2v-home-section--dark{
  background: linear-gradient(180deg, #111827 0%, #1f2937 100%);
  color: #fff;
}

.a2v-home-heading{
  max-width: 760px;
  margin-bottom: 40px;
}

.a2v-home-kicker{
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #8b1020;
  margin-bottom: 10px;
}

.a2v-home-title{
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.15;
  font-weight: 800;
  color: #1f2328;
  margin-bottom: 14px;
}

.a2v-home-section--dark .a2v-home-title{
  color: #fff;
}

.a2v-home-text{
  font-size: 17px;
  line-height: 1.8;
  color: #5c6673;
  margin-bottom: 0;
}

.a2v-home-section--dark .a2v-home-text{
  color: rgba(255,255,255,.85);
}

/* Cartes produits */
.a2v-product-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.a2v-product-card{
  display: block;
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #e7eaf0;
  box-shadow: 0 14px 30px rgba(0,0,0,.06);
  transition: transform .25s ease, box-shadow .25s ease;
  height: 100%;
}

.a2v-product-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,.10);
  text-decoration: none;
}

.a2v-product-card__img{
  width: 100%;

  object-fit: cover;
  background: #f4f6f9;
}

.a2v-product-card__body{
  padding: 24px;
}

.a2v-product-card__title{
  font-size: 22px;
  font-weight: 700;
  color: #1f2328;
  margin-bottom: 10px;
}

.a2v-product-card__text{
  color: #66707c;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.a2v-product-card__link{
  color: #8b1020;
  font-weight: 700;
  font-size: 15px;
}

/* Blocs image + texte */
.a2v-split{
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  align-items: center;
}

.a2v-split--reverse{
  grid-template-columns: 1fr 1.1fr;
}

.a2v-split__media img{
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
  min-height: 420px;
  box-shadow: 0 18px 40px rgba(0,0,0,.08);
}

.a2v-split__content{
  padding: 10px 0;
}

.a2v-split__title{
  font-size: clamp(1.8rem, 2.5vw, 2.5rem);
  line-height: 1.2;
  font-weight: 800;
  color: #1f2328;
  margin-bottom: 18px;
}

.a2v-split__text{
  font-size: 16px;
  line-height: 1.85;
  color: #5f6a77;
  margin-bottom: 16px;
}

.a2v-split__list{
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}

.a2v-split__list li{
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  color: #2f3945;
  font-weight: 600;
}

.a2v-split__list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #8b1020;
}

/* Marques */
.a2v-brands{
  background: #fff;
  border: 1px solid #e7eaf0;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 14px 34px rgba(0,0,0,.05);
}

.a2v-brand-logos{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  align-items: center;
  margin-top: 30px;
}

.a2v-brand-logos a{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  padding: 18px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #edf0f4;
  transition: transform .2s ease, box-shadow .2s ease;
}

.a2v-brand-logos a:hover{
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
}

.a2v-brand-logos img{
  max-width: 100%;
  max-height: 46px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: .9;
}

/* Stats / preuves */
.a2v-proof-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.a2v-proof-card{
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 22px;
  padding: 28px;
  backdrop-filter: blur(4px);
}

.a2v-proof-card__number{
  font-size: 36px;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 12px;
}

.a2v-proof-card__title{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.a2v-proof-card__text{
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,.82);
  margin: 0;
}

/* CTA final */
.a2v-final-cta{
  background: linear-gradient(135deg, #8b1020 0%, #5d0914 100%);
  color: #fff;
  border-radius: 28px;
  padding: 50px;
  box-shadow: 0 20px 44px rgba(139,16,32,.28);
}

.a2v-final-cta h2{
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 800;
  margin-bottom: 14px;
}

.a2v-final-cta p{
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255,255,255,.9);
  max-width: 780px;
}

.a2v-final-cta .btn{
  margin-top: 10px;
}

/* Responsive */
@media (max-width: 1199px){
  .a2v-product-grid{
    grid-template-columns: repeat(2, 1fr);
  }

  .a2v-brand-logos{
    grid-template-columns: repeat(3, 1fr);
  }

  .a2v-proof-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px){
  .a2v-split,
  .a2v-split--reverse{
    grid-template-columns: 1fr;
  }

  .a2v-split__media img{
    min-height: 320px;
  }
}

@media (max-width: 767px){
  .a2v-home-section{
    padding: 60px 0;
  }

  .a2v-product-grid,
  .a2v-brand-logos,
  .a2v-proof-grid{
    grid-template-columns: 1fr;
  }

  .a2v-final-cta{
    padding: 34px 24px;
  }

  .a2v-product-card__img{
    height: 220px;
  }
}  
.a2v-bg-usine{
  position: relative;
  overflow: hidden;
  background: 
    linear-gradient(
      to right,
      rgba(10,10,15,0.82),
      rgba(10,10,15,0.52)
    ),
    url("https://a2v.fr/images/home-premium/a2v_atelier_focus.jpg") center center / cover no-repeat;
}

/* SUPPRIME le blur global */
.a2v-bg-usine::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.25); /* juste un voile */
  z-index: 1;
}

.a2v-bg-usine .container-fluid{
  position: relative;
  z-index: 2;
}

/* cards : léger effet premium, pas trop flou */
.a2v-proof-card{
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.12);
}
.a2v-badge-exp{
  display:inline-block;
  padding:6px 14px;
  margin-bottom:12px;
  background:rgba(0,0,0,0.05);
  border:1px solid rgba(0,0,0,0.1);
  border-radius:20px;
  font-size:13px;
  letter-spacing:0.5px;
  color:#333;
}
  
  .a2v-home-kicker{
  display:block;
  margin-top:5px;
}
  
  .a2v-section-cta{
  margin-top: 28px;
}

.a2v-section-cta--center{
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.a2v-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(50,50,50,0.15);
}

.a2v-btn:hover{
  text-decoration: none;
}
  
  /* section application */
.applications-section {
  padding: 80px 20px;
  background: #f9fafb;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 32px;
  margin-bottom: 15px;
}

.section-header p {
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}

.applications-problems,
.applications-domains {
  margin-bottom: 60px;
}

.applications-problems h3,
.applications-domains h3 {
  font-size: 24px;
  margin-bottom: 25px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.card {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  transition: 0.3s ease;
  border: 1px solid #e5e7eb;
}

.card:hover {
  transform: translateY(-5px);
  border-color: #d1d5db;
}

.card h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.card p {
  font-size: 14px;
  color: #555;
}

.card.link {
  text-decoration: none;
  color: inherit;
}

.card.link:hover {
  border-color: #000;
}
  
  .a2v-usine-benefits{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 22px;
}

.a2v-usine-benefits span{
  width: 100%;
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 13.5px;
  font-weight: 600;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  color: #fff;
  backdrop-filter: blur(4px);
}
  
  .a2v-usine-benefits span a{
  color: #ffffff;
  text-decoration: none; /* optionnel */
}

.a2v-usine-benefits span a:hover{
  color: #981d25;
}
  
  .a2v-product-card__proof{
  font-size: 13.5px;
  font-weight: 600;
  margin-bottom: 10px;
}
  
  
.a2v-home-heading--products{
  max-width: 980px;
  margin-bottom: 26px;
}

.a2v-products-steps-inline{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 34px;
}

.a2v-step-card{
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #e7eaf0;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(0,0,0,.04);
}

.a2v-step-card__number{
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 800;
  color: #8b1020;
  line-height: 1;
  margin-top: 2px;
}

.a2v-step-card__text{
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #1f2328;
  font-weight: 600;
}

@media (max-width: 991px){
  .a2v-products-steps-inline{
    grid-template-columns: 1fr;
  }
}
  
  /* =========================
   INDUSTRIALISATION
========================= */

.a2v-industrial-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  align-items: center;
  gap: 70px;
}

.a2v-industrial-content {
  max-width: 610px;
}

.a2v-industrial-proofs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.a2v-industrial-proof {
  min-height: 190px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(20, 24, 29, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.a2v-industrial-proof__number {
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(36px, 3vw, 54px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -1.5px;
}

.a2v-industrial-proof__title {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.a2v-industrial-proof__label {
  display: block;
  margin-bottom: 13px;
  color: #f2b6be;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .a2v-industrial-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .a2v-industrial-content {
    max-width: 760px;
  }
}

@media (max-width: 767px) {
  .a2v-industrial-proofs {
    grid-template-columns: 1fr;
  }

  .a2v-industrial-proof {
    min-height: 150px;
    padding: 25px;
  }
}
  
  /* =========================================================
   CARROUSEL RÉALISATIONS — STYLE PREMIUM A2V
========================================================= */

.a2v-realizations {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.a2v-realizations__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 42px;
}

.a2v-realizations__heading {
  max-width: 760px;
}

.a2v-realizations__heading .a2v-home-title {
  margin-bottom: 14px;
}

.a2v-realizations__heading .a2v-home-text {
  max-width: 680px;
  margin-bottom: 0;
}

/* Navigation */

.a2v-realizations__controls {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.a2v-realizations__arrow {
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid #d6d6d3;
  border-radius: 50%;
  background: transparent;
  color: #202326;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    background-color .25s ease,
    border-color .25s ease,
    color .25s ease,
    transform .25s ease;
}

.a2v-realizations__arrow:hover {
  border-color: #981d25;
  background: #981d25;
  color: #fff;
  transform: translateY(-2px);
}

.a2v-realizations__arrow:disabled {
  opacity: .35;
  cursor: default;
  transform: none;
}

.a2v-realizations__arrow svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Fenêtre du carrousel */

.a2v-realizations__viewport {
  overflow: hidden;
  margin: 0 -10px;
  padding: 0 10px 8px;
}

.a2v-realizations__track {
  display: flex;
  margin: 0 -10px;
  transition: transform .65s cubic-bezier(.22, .61, .36, 1);
  will-change: transform;
}

/* Carte */

.a2v-realization-slide {
  flex: 0 0 33.333333%;
  min-width: 0;
  padding: 0 10px;
}

.a2v-realization-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid #e2e2df;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(20, 24, 28, .06);
  transition:
    transform .35s ease,
    box-shadow .35s ease,
    border-color .35s ease;
}

.a2v-realization-card:hover {
  border-color: #d2d2ce;
  box-shadow: 0 22px 50px rgba(20, 24, 28, .12);
  transform: translateY(-6px);
}

.a2v-realization-card__link {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.a2v-realization-card__link:hover,
.a2v-realization-card__link:focus {
  color: inherit;
  text-decoration: none;
}

/* Image */

.a2v-realization-card__visual {
  position: relative;
  height: 265px;
  overflow: hidden;
  background: #e9e9e6;
}

.a2v-realization-card__visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 55%,
      rgba(0, 0, 0, .25) 100%
    );
  pointer-events: none;
}

.a2v-realization-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.22, .61, .36, 1);
}

.a2v-realization-card:hover .a2v-realization-card__visual img {
  transform: scale(1.045);
}

/* Numéro discret */

.a2v-realization-card__index {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  color: rgba(255, 255, 255, .9);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}

/* Contenu */

.a2v-realization-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 28px 28px 25px;
}

.a2v-realization-card__category {
  margin-bottom: 13px;
  color: #981d25;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.a2v-realization-card__title {
  margin: 0 0 15px;
  color: #202326;
  font-size: 22px;
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: -.02em;
}

.a2v-realization-card__text {
  margin: 0 0 24px;
  color: #62666a;
  font-size: 15px;
  line-height: 1.65;
}

/* Bas de carte */

.a2v-realization-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: auto;
  padding-top: 19px;
  border-top: 1px solid #ececea;
}

.a2v-realization-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.a2v-realization-card__tags span {
  color: #74777a;
  font-size: 12px;
  font-weight: 600;
}

.a2v-realization-card__tags span:not(:last-child)::after {
  margin-left: 7px;
  color: #c5c5c2;
  content: "•";
}

.a2v-realization-card__more {
  flex: 0 0 auto;
  color: #981d25;
  font-size: 20px;
  line-height: 1;
  transition: transform .25s ease;
}

.a2v-realization-card:hover .a2v-realization-card__more {
  transform: translateX(4px);
}

/* Barre inférieure */

.a2v-realizations__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 34px;
}

.a2v-realizations__pagination {
  display: flex;
  align-items: center;
  gap: 8px;
}

.a2v-realizations__dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 20px;
  background: #c8c8c4;
  cursor: pointer;
  transition:
    width .3s ease,
    background-color .3s ease;
}

.a2v-realizations__dot.is-active {
  width: 30px;
  background: #981d25;
}

.a2v-realizations__all {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #202326;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.a2v-realizations__all::after {
  color: #981d25;
  font-size: 18px;
  content: "→";
  transition: transform .25s ease;
}

.a2v-realizations__all:hover {
  color: #981d25;
  text-decoration: none;
}

.a2v-realizations__all:hover::after {
  transform: translateX(4px);
}

/* Responsive */

@media (max-width: 991px) {
  .a2v-realization-slide {
    flex-basis: 50%;
  }

  .a2v-realizations__header {
    align-items: center;
  }

  .a2v-realization-card__visual {
    height: 240px;
  }
}

@media (max-width: 767px) {
  .a2v-realizations__header {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .a2v-realizations__controls {
    align-self: flex-end;
  }

  .a2v-realization-slide {
    flex-basis: 100%;
  }

  .a2v-realization-card__visual {
    height: 230px;
  }

  .a2v-realization-card__body {
    padding: 24px 22px 22px;
  }

  .a2v-realization-card__title {
    font-size: 20px;
  }

  .a2v-realizations__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}
  
  /*==================================================
BANDEAU NOS MÉTIERS
==================================================*/
/* =====================================================
   PHRASE D'INTRODUCTION DU HERO
===================================================== */

.hero-a2v__lead {
  max-width: 720px;
  margin: 22px 0 30px;
  color: #46515f;
  font-size: 21px;
  line-height: 1.55;
}


/* =====================================================
   BANDEAU MÉTIERS SOBRE
===================================================== */

.a2v-expertise-strip {
  padding: 10px 0;
  border-top: 1px solid #e7e9ec;
  border-bottom: 1px solid #e7e9ec;
  background: #fff;
}

.a2v-expertise-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.a2v-expertise-strip__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-width: 0;
  padding: 5px 30px;
  border-right: 1px solid #e7e9ec;
}

.a2v-expertise-strip__item:first-child {
  padding-left: 0;
}

.a2v-expertise-strip__item:last-child {
  padding-right: 0;
  border-right: 0;
}

.a2v-expertise-strip__number {
  flex: 0 0 auto;
  padding-top: 3px;
  color: #981d25;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
}

.a2v-expertise-strip__item h3 {
  margin: 0 0 7px;
  color: #171d27;
  font-size: 18px;
  font-weight: 750;
  line-height: 1.25;
}

.a2v-expertise-strip__item p {
  margin: 0;
  color: #6b7077;
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 991px) {
  .a2v-expertise-strip__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .a2v-expertise-strip__item {
    padding: 22px;
    border-bottom: 1px solid #e7e9ec;
  }

  .a2v-expertise-strip__item:nth-child(2) {
    border-right: 0;
  }

  .a2v-expertise-strip__item:nth-child(3),
  .a2v-expertise-strip__item:nth-child(4) {
    border-bottom: 0;
  }

  .a2v-expertise-strip__item:first-child {
    padding-left: 22px;
  }

  .a2v-expertise-strip__item:last-child {
    padding-right: 22px;
  }
}

@media (max-width: 575px) {
  .hero-a2v__lead {
    font-size: 18px;
  }

  .a2v-expertise-strip__grid {
    grid-template-columns: 1fr;
  }

  .a2v-expertise-strip__item,
  .a2v-expertise-strip__item:nth-child(3) {
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid #e7e9ec;
  }

  .a2v-expertise-strip__item:first-child {
    padding-left: 0;
  }

  .a2v-expertise-strip__item:last-child {
    padding-right: 0;
    border-bottom: 0;
  }
}
  
  .a2v-expertise-strip__item{
    text-decoration:none;
    color:inherit;
    transition:.3s;
}

.a2v-expertise-strip__link{
    display:inline-block;
    margin-top:12px;
    color:#981d25;
    font-size:14px;
    transition:.25s;
}

.a2v-expertise-strip__item:hover .a2v-expertise-strip__link{
    transform:translateX(5px);
}
