/* ==========================
   BANDEAU ATOUTS
   ========================== */
   
.asm-call-bar{
  position:sticky;
  bottom:0;
  background:var(--asm-orange);
  color:#111;
  padding:10px 14px;
  display:none;
  justify-content:space-between;
  align-items:center;
  z-index:30;
}
.asm-call-bar a{
  font-weight:800;
  color:#111;
}
@media (max-width:768px){
  .asm-call-bar{
    display:flex;
  }
}



/* ==========================
   REASSURANCE
   ========================== */
   
  :root{
    --asm-text:#0a2f4d;
    --asm-accent:#FF7603;
    --asm-bg:#fff;
    --asm-ring:rgba(10,47,77,.12);
  }

  

  .asm-reassurance-list{
    list-style:none; margin:0; padding:0;
    display:grid; gap:.8rem;
  }

  .asm-reassurance-list li{
    position:relative;
    color:var(--asm-text); background:var(--asm-bg);
    border:1px solid var(--asm-ring); border-radius:14px;
    padding:.9rem 1.1rem; line-height:1.45; box-shadow:0 2px 10px rgba(0,0,0,.04);

    /* alignement & hauteur régulière */
    display:flex; align-items:center; min-height:88px;
    /* liseré orange à gauche (un seul sélecteur suffit) */
    border-left:4px solid var(--asm-accent);
  }

  .asm-reassurance-list li strong{ font-weight:700; color:var(--asm-text); }

  /* Desktop : deux colonnes, mobile : une colonne */
  @media (min-width:900px){
    .asm-reassurance-list{ grid-template-columns:1fr 1fr; }
  }

  /* Mobile compact */
  @media (max-width:480px){
    .asm-reassurance-list li{ padding:12px 14px; border-radius:12px; min-height:76px; }
  }



/* ==========================
   SOMMAIRE
   ========================== */
   
   
.sommaire{
margin:30px 0;
}

.sommaire-wrapper{
border:1px solid #7fb6d0;
border-radius:6px;
overflow:hidden;
}

.sommaire-title{
background:#6fb0d1;
color:#000;
font-weight:700;
text-align:center;
padding:15px;
cursor:pointer;
font-size:18px;
}

.sommaire-grid{
background:#cfe8f3;
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
padding:20px;
}

.sommaire-bloc strong{
display:block;
margin-bottom:8px;
}

.sommaire-bloc ul{
margin:0;
padding-left:18px;
}

.sommaire-bloc li{
margin:6px 0;
}

.sommaire-bloc a{
text-decoration:none;
color:#000;
}

.sommaire-bloc a:hover{
text-decoration:underline;
}

html{
scroll-behavior:smooth;
}

/* tablette */

@media (max-width:900px){

.sommaire-grid{
grid-template-columns:repeat(2,1fr);
}

}

/* mobile */

@media (max-width:600px){

.sommaire-grid{
grid-template-columns:1fr;
}

}



/* ==========================
   INTRO
   ========================== */
   
   .serrurier-confiance,
.zones{
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 16px;
}

/* Titres */
.serrurier-confiance h2,
.zones h2{
  text-align: center;
  margin-bottom: 16px;
}

/* Paragraphes */
.serrurier-confiance p,
.zones p{
  text-align: center;
  margin-bottom: 12px;
  line-height: 1.6;
}

/* Texte centré spécifique */
.centered{
  text-align: center;
}

/* Contact (liens tel + mail) */
.serrurier-confiance a{
  font-weight: 600;
  text-decoration: none;
}

.serrurier-confiance a:hover{
  text-decoration: underline;
}

/* Bloc "En savoir plus" */
.serrurier-confiance details{
  margin-top: 14px;
  text-align: center;
}

.serrurier-confiance summary{
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 8px;
}

.serrurier-confiance details p{
  margin-top: 8px;
}

/* Responsive léger */
@media (max-width: 768px){
  .serrurier-confiance,
  .zones{
    padding: 16px 12px;
  }
}



/* ==========================
   SERVICES
   ========================== */
   
   :root{
    --asm-text:#0a2f4d;
    --asm-accent:#FF7603;
    --asm-bg:#fff;
    --asm-ring:rgba(10,47,77,.12);
  }

  .asm-nos-services-list{
    list-style:none; margin:0; padding:0;
    display:grid; gap:.8rem;
  }

  .asm-nos-services-list li{
    position:relative;
    color:var(--asm-text); background:var(--asm-bg);
    border:1px solid var(--asm-ring); border-radius:14px;
    padding:.9rem 1.1rem; line-height:1.45; box-shadow:0 2px 10px rgba(0,0,0,.04);

    /* alignement & hauteur régulière */
    display:flex; align-items:center; min-height:88px;
    /* liseré orange à gauche (un seul sélecteur suffit) */
    border-left:4px solid var(--asm-accent);
  }

  .asm-nos-services-list li strong{ font-weight:700; color:var(--asm-text); }

  /* Desktop : deux colonnes, mobile : une colonne */
  @media (min-width:900px){
    .asm-nos-services-list{ grid-template-columns:1fr 1fr; }
  }

  /* Mobile compact */
  @media (max-width:480px){
    .asm-nos-services-list li{ padding:12px 14px; border-radius:12px; min-height:76px; }
  }

   
   
/* ==========================
   ASM CARDS PRESTATIONS
   ========================== */
   
   .prestation-card .img{
  display:block !important;
  width:100% !important;
  margin:0 0 16px 0 !important;
  text-align:center !important;
}

.prestation-card .img img{
  display:block !important;
  width:50% !important;
  max-width:240px !important;
  height:auto !important;
  margin:0 auto !important;
  border-radius:14px;
  object-fit:cover;
  filter:none !important;
}

.asm-prestations-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:20px;
  padding:0;
  margin:0;
  list-style:none;
}

.asm-prestations-grid .prestation-card{
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  text-align:center;
}

@media (max-width:768px){
  .asm-prestations-grid{
    grid-template-columns:1fr;
  }

  .prestation-card .img img{
    width:70% !important;
    max-width:240px !important;
  }
}

.asm-prestations-grid .prestation-card{
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  text-align:center;

  background:#fff;
  border:1px solid #e6edf5;
  border-radius:16px;
  box-shadow:0 10px 25px rgba(0,0,0,.06);

  padding:24px;
  box-sizing:border-box;
  min-height:100%;
}

.asm-prestations-grid .prestation-card{
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.asm-prestations-grid .prestation-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,.12);
}



/* ==========================
   ASM TARIFS SERVICES
   ========================== */
   
   .tarif-card .icon{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  width:100% !important;
  margin:0 0 12px 0 !important;
  text-align:center !important;
}

.tarif-card .icon img{
  display:block !important;
  width:40px !important;
  height:40px !important;
  margin:0 auto !important;
  filter:invert(23%) sepia(96%) saturate(5770%) hue-rotate(352deg) brightness(93%) contrast(92%);
}



/* =========================
   AVIS
   ========================= */
   
/* =========================
   MAPS — grille (ville)
   ========================= */
.maps-ville{
  display:grid;
  grid-template-columns:1fr; /* mobile */
  gap:18px;
  margin:28px auto;          /* centre le bloc dans la page */
  max-width:1200px;          /* largeur propre sur PC */
  justify-items:center;      /* centre les blocs */
}

/* =========================
   MAPS — bloc
   ========================= */
.map-bloc{
  width:100%;
  max-width:560px;           /* évite cartes trop larges */
  border-radius:12px;
  overflow:hidden;
}

/* =========================
   MAPS — iframe
   ========================= */
.map-bloc iframe{
  display:block;
  width:100%;
  height:320px;              /* mobile */
  border:0;
}

/* =========================
   MAPS — desktop (>=900px)
   ========================= */
@media (min-width: 900px){
  .maps-ville{
    grid-template-columns:1fr 1fr; /* PC */
    justify-content:center;        /* centre les 2 colonnes */
  }

  .map-bloc iframe{
    height:420px;                  /* PC */
  }
}
   
   
   
   
   