/* =========================================================
   ENTÊTE OFFRES (overlay SVG)
   ========================================================= */
.section-head-services {
  position: relative;
  padding: 100px 0 80px;
  background-image: url('../../assets/images/offres-head.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.section-head-services::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../../assets/images/offres-gradient-head.svg') center bottom / cover no-repeat;
  opacity: .85;
  z-index: 1;
  pointer-events: none;
}
.section-head-services .content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.section-head-services .title {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
.section-head-services .desc {
  font-size: 16px;
  color: #fff;
}
.btn-rdv-head {
  position: relative;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  height: 45px;
  padding: 0 40px;
  border-radius: 20px;
  opacity: 1;
}


/* =========================================================
   SECTION - Remplacement pare-brise
   ========================================================= */
.section-remplacement-pare-brise { margin-top: 20px; }

.body-remplacement .gtitle { text-align: center; }
.body-remplacement .title {
  margin: 0;
  font-size: 35px;
  font-weight: 800;
  color: #e96002;
}
.body-remplacement .gtitle .desc { font-size: 17px; color: #000; }

.content-remplacement { margin-top: 30px; }
.content-remplacement .content-1 { display: flex; }

.content-remplacement .content-1-margin{
  margin-top: -140px;
}
.content-remplacement .title { font-size: 25px!important; font-weight: 700; color: #e96002; }
.content-remplacement .desc { font-size: 15px; line-height: 1.6; color: #000; }

.reglement-suisse { margin-left: 30px; margin-bottom: 30px; }
.reglement-suisse .title { font-size: 20px; font-weight: 700; color: #000; }
.reglement-suisse ul {
  margin-left: 20px;
  line-height: 0.6;
  list-style: disc;
  text-align: justify;
}
.reglement-suisse ul li { margin: 0 0 5px; color: #000; }

.content-remplacement .circle {
  display: flex;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
}

.content-remplacement .content-c2 {
  width: 100%;
  height: auto;
  margin-top: 60px;
  padding: 30px;
  background: #e96002;
  border-radius: 20px;
}
.content-remplacement .content-c2 .title {
  font-size: 25px;
  color: #fff;
  text-align: center;
}
.content-remplacement .content-c2 .items {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 10px;
}
.content-remplacement .content-c2 .item {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #fff;
  text-align: justify;
}


/* =========================================================
   BLOCS (items + price)
   ========================================================= */
.content-remplacement .items-blocs { padding: 0 160px; }
.item-bloc {
  min-height: 185px;
  padding: 20px !important;
  background: #fff !important;
  border-radius: 20px;
  box-shadow: 0 2px 20px rgba(0,0,0,.4);
}
.items-blocs .icon {
  display: flex;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  background: #e96002;
  justify-content: center;
  align-items: center;
}
.items-blocs .title { font-size: 20px; font-weight: 700; color: #e96002; }
.desc-bloc-item { margin-top: 5px; font-size: 15px; line-height: 1.4; color: #000; }

.content-remplacement .bloc-price { display: flex; flex-direction: row; align-items: center; margin-top: 50px; padding: 0 160px; }
.content-remplacement .bloc-price .media {
  position: relative;
  height: 480px;
  overflow: hidden;
  background: #ddd var(--media-bg, url('../images/services/service-1.png')) center / cover no-repeat;
  border-radius: 24px;
  box-shadow: 0 12px 40px rgba(0,0,0,.18);
}
.content-remplacement .bloc-price .media::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 60%;
  background: linear-gradient(0deg, rgba(233,96,2,1) 0%, rgba(233,96,2,0) 100%);
  z-index: 0;
}
.content-remplacement .items-price {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 22px;
  align-content: start;
}
.content-remplacement .bloc-price .item-price {
  display: flex;
  flex-direction: column;
  padding: 20px 30px;
  border-radius: 18px;
  box-shadow: 0 3px 10px rgba(0,0,0,.4);
}
.content-remplacement .price { margin-top: 10px; }
.content-remplacement .bloc-price .title {
  margin-top: -25px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 800;
  color: #e96002;
  text-align: center;
}
.content-remplacement .bloc-price .txt-pied { font-size: 10px; font-style: italic; color: #000; }
.content-remplacement .items-price .item-price:nth-child(odd) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.items-price { margin-left: -15px; }
.content-remplacement .bloc-price .item-price span:nth-child(1) { font-size: 18px; font-weight: 800; color: #111; }
.content-remplacement .bloc-price .item-price span:nth-child(2) { font-size: 13px; color: #5a5a5a; }
.content-remplacement .bloc-price .item-price span:nth-child(3) { font-size: 18px; font-weight: 800; color: #e96002; }

@media (max-width: 991.98px) {
  .content-remplacement .bloc-price .counter-modern-lfun-facts-wrapper { grid-template-columns: 1fr; }
}


/* =========================================================
   PROCESSUS
   ========================================================= */
.st-processus { margin: 50px; }
.st-processus .content { display: flex; justify-content: center; }
.st-processus .content .card {
  width: 700px;
  background-color: rgba(218, 218, 218, 0.3);
  border: 0 !important;
}
.st-processus .inner-content { padding: 0 !important; }
.st-processus .ptitle {
  width: 100%;
  margin-top: 30px;
  padding: 6px;
  background: #fff;
  text-align: center;
}
.st-processus .title {
  margin-bottom: 0 !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #e96002 !important;
}

/* Liste processus (style écran) */
.st-processus .process-list {
  width: 440px;
  list-style: none;
  padding: 0;
  margin: 20px 130px;
}
.st-processus .process-item { display: flex; align-items: flex-start; gap: 10px; line-height: 1.3; }
.st-processus .step-badge {
  display: flex;
  width: 40px; height: 40px;
  background: #fff;
  border-radius: 50%;
  font-weight: 800; font-size: 16px; color: #e96002;
  justify-content: center; align-items: center;
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.st-processus .step-text strong { display: block; margin-top: 2px; font-size: 16px; font-weight: 800; color: #000; }
.st-processus .step-text small { display: block; margin-top: 2px; font-size: 14px; color: #000; }


/* =========================================================
   INPUTS (globaux)
   ========================================================= */
input {
  width: 100%;
  padding: 8px 14px;
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: 12px;
  font-size: 14px;
  color: var(--ink);
}


/* =========================================================
   MENU OFFRES (onglets)
   ========================================================= */
.offres-menu { margin: 22px 0 12px; }
.offres-menu ul {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.offres-menu li {
  position: relative;
  padding: 8px 0;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  color: #111;
  transition: color .2s ease;
}
.offres-menu li:hover { color: #000; }
.offres-menu li.active { color: #e96002; }
.offres-menu li::after {
  content: "";
  position: absolute;
  left: 0; bottom: 5px;
  width: 100%; height: 2px;
  background: #e96002;
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .25s ease;
}
.offres-menu li.active::after { transform: scaleX(1); }
/* On cache par défaut, JS affichera le bon onglet */
.service-section { display: none; }


/* =========================================================
   BLOC FRANCHISE
   ========================================================= */
.section-franchises { margin-bottom: 50px; }
.body-franchise { padding: 0 160px; }
.media-franchise { display: flex; justify-content: center; margin: 50px 0; }
.media-franchise img { max-width: 400px; height: auto; }
.content-franchise {
  position: relative;
  padding: 90px 30px 30px;
  background-image:
    linear-gradient(0deg, #e9600d 18%, rgba(233,96,13,0) 100%),
    url('../../assets/images/bg-franchise-offres.png');
  background-size: cover; background-position: center; background-repeat: no-repeat;
  border-radius: 18px;
}
.content-franchise h2 {
  margin: 100px 0 10px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.content-franchise p { margin: 0; font-size: 15px; color: #fff; }

/* Bouton Franchise */
.btn-default {
  display: inline-flex;
  height: 45px;
  padding: 0 40px;
  background: #fff;
  border: 2px solid #e96002;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #e96002;
  gap: 8px;
  text-decoration: underline;
  align-items: center;
}
.btn-default:hover { background: #e96002; color: #fff; }
.btn-franchise { position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); }


/* =========================================================
   PARRAINAGE
   ========================================================= */
.section-parrainage { padding: 30px 0; margin-bottom: 50px; }
.section-parrainage .title h3 {
  font-size: 35px;
  font-weight: 800;
  color: #000;
  text-align: justify;
}
.section-parrainage .title h4 {
  margin-top: 20px;
  font-size: 35px;
  font-weight: 800;
  color: #000;
  text-align: center;
}
.section-parrainage .title span { color: #e96002; }

.body-parrainage { padding: 0 160px; }
.body-parrainage .title .desc { font-size: 15px; line-height: 1.6; color: #000; }

.form-parrainage { max-width: 750px; margin: 30px auto; }
.input-half-wrapper { display: flex; gap: 20px; }
.input-half-wrapper .signle-input { flex: 1; }
.signle-input { margin-bottom: 8px; }
.signle-input input,
.signle-input textarea {
  width: 100%;
  height: 36px;
  padding: 4px 14px;
  background: rgba(140, 140, 140, 0.1);
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  font-size: 15px;
}
.signle-input input:focus,
.signle-input textarea:focus {
  border-color: #e96002;
  box-shadow: 0 0 0 3px rgba(233,96,2,.15);
  outline: none;
}
.form-parrainage .consent label { display: flex; align-items: center; gap: 8px; font-size: 14px; color: #555; }
.btn-parrainage {
  width: 100%;
  height: 40px;
  padding: 10px 40px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 700;
}
.btn-parrainage:hover { background: #cf5402; }

.title-question { margin: 0 0 3px; font-size: 18px; font-weight: 600; color: #e96002; }
.questions-items p { font-size: 15px; color: #000; }
.questions-items .item { margin-bottom: 10px; }


/* =========================================================
   SECTION 2 - Réparation impact
   ========================================================= */
.section-head-reparation-impact {
  position: relative;
  padding: 50px 0 50px;
  background-image: url('../../assets/images/offres-head.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.section-head-reparation-impact::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../../assets/images/offres-gradient-head.svg') center bottom / cover no-repeat;
  opacity: .85;
  z-index: 1;
  pointer-events: none;
}
.section-head-reparation-impact .content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-head-reparation-impact .title { margin: 0; font-size: 30px; font-weight: 700; color: #fff; }
.section-head-reparation-impact .desc { font-size: 16px; color: #fff; }
.btn-head-repairs { margin-top: 18px; border:0px;text-decoration: none;}


.body-repairs { padding: 15px 0; }
.body-repairs .gtitle { text-align: center; }
.body-repairs .title { margin: 0; font-size: 33px; font-weight: 800; color: #e96002; }
.body-repairs .gtitle .desc { margin-top: 15px; font-size: 17px; color: #000; }

.row_content { display: flex; }
.body-repairs-content { margin-top: 25px; }
.body-repairs-content .title { margin: 0; font-size: 24px; font-weight: 700; color: #e9600d; }
.body-repairs-content .desc { margin: 7px 0 30px; line-height: 1.3; color: #000; }
.body-repairs-content .b-success {
  padding: 5px 10px;
  background-color: rgba(102, 179, 130, 0.1);
  border-left: 5px solid #00b341;
  border-radius: 10px;
}
.body-repairs-content .b-success span { font-size: 15px; font-weight: 700; color: #000; }
.body-repairs-content .b-success p { font-size: 13px; line-height: 1.3; color: #000; }

.criteres { padding: 40px 0 10px 40px; }
.criteres span { font-size: 16px; font-weight: 600; color: #e9600d; }
.criteres ul { list-style: disc; padding: 0 15px; }
.criteres li { font-size: 15px; line-height: 1.2; color: #000; }

.body-repairs-content .box {
  width: 500px;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
.body-repairs-content .col-box { display: flex; justify-content: center; align-items: center; }
.body-repairs-content .box .title { margin: 0 0 15px 20px; font-size: 16px; font-weight: 600; color: #e9600d; }
.body-repairs-content .box .desc { margin: 7px 0; font-size: 14px; line-height: 1.3; color: #000; }

.box .min-box-orange {
  width: 100%;
  padding: 10px 0;
  background-color: #e9600d;
  border-radius: 15px;
  color: #fff;
  display: flex; flex-direction: column; align-items: center;
  line-height: 1.3;
}
.min-box-orange span { margin: 0; font-size: 16px; font-weight: 700; color: #fff; }
.min-box-orange p { font-size: 15px; color: #fff; }

.box .min-box-light {
  width: 100%;
  margin-top: 10px;
  padding: 10px 0;
  background-color: #fff;
  border: 1px solid #e9600d;
  border-radius: 15px;
  color: #e9600d;
  display: flex; flex-direction: column; align-items: center;
  line-height: 1.3;
}
.min-box-light span { margin: 0; font-size: 16px; font-weight: 700; color: #e9600d; }
.min-box-light p { font-size: 15px; color: #e9600d; }

/* cartes réparations */
.item-bloc {
  min-height: 185px;
  padding: 20px !important;
  background: #fff !important;
  border-radius: 20px;
  box-shadow: 0 2px 20px rgba(0,0,0,.4);
}
.items-blocs-repairs { padding: 0 260px; }
.items-blocs-repairs .icon {
  display: flex;
  width: 40px; height: 40px;
  margin-bottom: 10px;
  background: #e96002;
  justify-content: center; align-items: center;
}
.items-blocs-repairs .title { margin: 0; font-size: 20px; font-weight: 700; color: #e96002; }
.items-blocs-repairs .desc-bloc-item { margin-top: 5px; font-size: 15px; line-height: 1.4; color: #000; }

/* réparables */
.st-reparables { padding: 40px 80px; }
.st-reparables .title { font-size: 20px; font-weight: 700; color: #e9600d; text-align: center; }
.box-reparables {
  display: flex; justify-content: space-around; padding: 15px 10px;
  gap: 0;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.box-reparables .item { display: flex; flex-direction: column; align-items: center; }
.box-reparables .item span { font-size: 15px; font-weight: 700; line-height: 1.3; color: #000; }
.box-reparables .item p { font-size: 14px; line-height: 1.2; color: #000; text-align: center; }
.st-reparables .b-warning {
  margin-top: 20px;
  padding: 40px;
  background-color: rgba(255, 239, 199, 0.2);
  border-left: 5px solid #fab300;
  border-radius: 10px;
}
.st-reparables .b-warning span { font-size: 15px; font-weight: 700; color: #000; }
.st-reparables .b-warning p { font-size: 13px; line-height: 1.3; color: #000; }


/* =========================================================
   Section 3 – ADAS
   ========================================================= */
.btn-head-adas { margin-top: 10px; }

.btn-head-adas{
 margin-top: 18px; border:0px;text-decoration: none;
}
.body-adas { padding: 15px 0; }
.body-adas .gtitle { text-align: center; }
.body-adas .title { margin: 0; font-size: 33px; font-weight: 800; color: #e96002; }
.body-adas .gtitle .desc { margin-top: 15px; font-size: 17px; color: #000; }

.section-system-adas__head {
  position: relative;
  padding: 50px 0 50px;
  background-image: url(../../assets/images/section-3-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.section-system-adas__head::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../../assets/images/offres-gradient-head.svg') center bottom / cover no-repeat;
  opacity: .85;
  z-index: 1;
  pointer-events: none;
}
.section-system-adas__head .content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; }
.section-system-adas__head .title { margin: 0; font-size: 30px; font-weight: 700; color: #fff; }
.section-system-adas__head .desc { font-size: 16px; color: #fff; }

.section-system-adas__content { margin-top: 25px; padding: 50px 0; }
.section-system-adas__content .title { margin: 0; font-size: 24px; font-weight: 700; color: #e9600d; }
.section-system-adas__content .desc { margin-top: 7px; margin-bottom: 30px; line-height: 1.3; color: #000; }

.section-system-adas__content .b-warning {
  padding: 5px 10px;
  background-color: rgba(255, 193, 7, 0.12);
  border-left: 5px solid #ffc107;
  border-radius: 10px;
}
.section-system-adas__content .b-warning span { font-size: 15px; font-weight: 700; color: #000; }
.section-system-adas__content .b-warning p { font-size: 13px; line-height: 1.3; color: #000; }

.system_principaux { padding: 40px 0 10px 40px; }
.system_principaux span { font-size: 16px; font-weight: 600; color: #e9600d; }
.system_principaux ul { list-style: disc; padding: 0 15px; }
.system_principaux li { font-size: 15px; line-height: 1.2; color: #000; }

.section-system-adas__content .col-box { display: flex; justify-content: center; align-items: center; }
.section-system-adas__content .box {
  width: 500px;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 1px 10px rgba(0,0,0,.5);
  display: flex; flex-direction: column; align-items: center;
}
.section-system-adas__content .box .title { font-size: 20px; font-weight: 800; color: #e9600d; }
.section-system-adas__content .box .desc { margin: 0; font-size: 14px; line-height: 1.3; color: #000; }
.section-system-adas__content .box ul { list-style: none; }
.section-system-adas__content .box ul li { font-weight: 600; line-height: 1.3; color: #e9600d; }

.st-processus-ads { padding: 0 80px; }
.st-processus-ads .title { font-size: 20px; font-weight: 700; color: #e9600d; text-align: center; }

.box-process {
  display: flex; justify-content: space-around; padding: 15px 10px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.box-process .item { display: flex; flex-direction: column; align-items: center; }
.box-process .media {
  display: flex; width: 40px; height: 40px; margin-bottom: 10px;
  background: #ff9800; border-radius: 50%;
  flex-direction: column; align-items: center; justify-content: center;
}
.box-process .item span { font-size: 16px; font-weight: 700; line-height: 1.3; color: #000; }
.box-process .item p { font-size: 14px; line-height: 1.2; color: #000; text-align: center; }

/* cartes ADAS */
.item-bloc {
  min-height: 185px;
  padding: 20px !important;
  background: #fff !important;
  border-radius: 20px;
  box-shadow: 0 2px 20px rgba(0,0,0,.4);
}
.items-blocs-adas { padding: 0 260px 50px; }
.items-blocs-adas .icon {
  display: flex; width: 40px; height: 40px; margin-bottom: 10px;
  background: #e96002; justify-content: center; align-items: center;
}
.items-blocs-adas .title { margin: 0; font-size: 20px; font-weight: 700; color: #e96002; }
.items-blocs-adas .desc-bloc-item { margin-top: 5px; font-size: 15px; line-height: 1.4; color: #000; }


/* =========================================================
   SECTION VITRAGE DIVERS
   ========================================================= */
.section-head-vitrage-divers {
  position: relative;
  padding: 50px 0 50px;
  background-image: url('../../assets/images/offres-head.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.section-head-vitrage-divers::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../../assets/images/offres-gradient-head.svg') center bottom / cover no-repeat;
  opacity: .85;
  z-index: 1;
  pointer-events: none;
}
.section-head-vitrage-divers .content {
  position: relative;
  z-index: 2;
  display: flex; flex-direction: column; align-items: center;
}
.section-head-vitrage-divers .title { margin: 0; font-size: 30px; font-weight: 700; color: #fff; }
.section-head-vitrage-divers .desc { font-size: 16px; color: #fff; }
.btn-head-divers { margin-top: 10px; }

.btn-head-divers{
 margin-top: 18px; border:0px;text-decoration: none;
}
.body-divers { padding: 15px 0; }
.body-divers .gtitle { text-align: center; }
.body-divers .title { margin: 0; font-size: 33px; font-weight: 800; color: #e96002; }
.body-divers .gtitle .desc { margin: 0; font-size: 17px; color: #000; }

.row_content { display: flex; }
.body-divers-content { margin-top: 0; margin-bottom: 40px; }
.body-divers-content .title { margin: 0; font-size: 24px; font-weight: 700; color: #e9600d; }
.body-divers-content .desc { margin-top: 7px; margin-bottom: 30px; line-height: 1.3; color: #000; }

.body-divers-content .b-success {
  padding: 5px 10px;
  background-color: rgba(102, 179, 130, 0.1);
  border-left: 5px solid #00b341;
  border-radius: 10px;
}
.body-divers-content .b-success span { font-size: 15px; font-weight: 700; color: #000; }
.body-divers-content .b-success p { font-size: 13px; line-height: 1.3; color: #000; }

.criteres { padding: 40px 0 10px 40px; }
.criteres span { font-size: 16px; font-weight: 600; color: #e9600d; }
.criteres ul { list-style: disc; padding: 0 15px; }
.criteres li { font-size: 15px; line-height: 1.2; color: #000; }

.body-divers-content .box {
  width: 500px;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 1px 10px rgba(0,0,0,.5);
}
.body-divers-content .col-box { display: flex; justify-content: center; align-items: center; }
.body-divers-content .box .title { margin-left: 20px; margin-bottom: 15px; font-size: 16px; font-weight: 600; color: #e9600d; }
.body-divers-content .box .desc { margin: 7px 0; font-size: 14px; line-height: 1.3; color: #000; }

.items-blocs-divers { padding: 0 240px; }
.items-blocs-divers .head { display: flex; align-items: center; gap: 2px; }
.items-blocs-divers .title { margin: 0; font-size: 18px; font-weight: 700; color: #e96002; }
.item-bloc-divers {
  min-height: 185px;
  padding: 20px !important;
  background: #fff !important;
  border-radius: 20px;
  box-shadow: 0 2px 20px rgba(0,0,0,.4);
}
.items-blocs-divers .desc-bloc-item {
  margin-top: 5px; margin-bottom: 15px; margin-left: 20px;
  font-size: 15px; line-height: 1.4; color: #000; text-align: justify;
}
.items-blocs-divers .desc-bloc-item span { font-weight: 600; }
.item-bloc-divers ul { list-style: disc; margin: 0; }
.item-bloc-divers ul li { font-size: 14px; line-height: 1.3; color: #000; text-align: left; }
.item-bloc-divers .price {
  margin-left: 29px;
  font-size: 15px;
  font-weight: 700;
  color: #e96002;
  text-align: left;
}


/* =========================================================
   SECTION VITRAGE DIVERS 2
   ========================================================= */
.section-head-vitrage-divers-2 {
  position: relative;
  padding: 50px 0 50px;
  background-image: url('../../assets/images/offres-head.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.section-head-vitrage-divers-2::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../../assets/images/offres-gradient-head.svg') center bottom / cover no-repeat;
  opacity: .85;
  z-index: 1;
  pointer-events: none;
}
.section-head-vitrage-divers-2 .content {
  position: relative;
  z-index: 2;
  display: flex; flex-direction: column; align-items: center;
}
.section-head-vitrage-divers-2 .title { margin: 0; font-size: 30px; font-weight: 700; color: #fff; }
.section-head-vitrage-divers-2 .desc { font-size: 16px; color: #fff; }


/* =========================================================
   FOOT + FORM CONTACT
   ========================================================= */
.body-foot { padding: 15px 0; }
.body-foot .gtitle { text-align: center; }
.body-foot .title { margin: 0; font-size: 33px; font-weight: 800; color: #000; }
.body-foot .gtitle .desc { margin: 0; font-size: 17px; color: #000; }

.section-foot { margin-top: 20px; }
.section-foot .items-blocs-foot { padding: 0 160px; margin-top: 0;    display: flex;justify-content: center;}
.section-foot .item-bloc-foot {
  min-height: 150px;
  padding: 20px !important;
  background: #fff !important;
  border-radius: 20px;
  box-shadow: 0 2px 20px rgba(0,0,0,.4);
}
.section-foot .items-blocs-foot .title { margin-bottom: 8px; font-size: 20px; font-weight: 700; color: #e96002; }
.section-foot .desc-bloc-item { margin-top: 5px; font-size: 14px; line-height: 1.4; color: #000; }

.section-form-contact {
  margin-top: 50px;
  padding: 0 150px;
  background: #e9600d;
}
.section-form-contact .c1 { padding: 30px 0; }
.section-form-contact .title {
  margin-bottom: 3px;
  font-size: 28px;
  font-weight: 900;
  color: #fff;
}
.section-form-contact .bref { font-size: 16px; font-weight: 500; color: #fff; }

.section-form-contact .box-contact {
  width: 236px;
  margin-top: 12px;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  line-height: 1.2;
}
.box-contact .txt_free { font-size: 12px; color: #fff; }
.box-contact .txt_value {
  display: flex; align-items: center;
  font-size: 20px; font-weight: 700; color: #fff;
}
.box-contact .txt_hours { font-size: 11px; color: #fff; }

.contact-home { position: absolute; left: -130px; bottom: 0; width: 360px; }

.box-email .title { font-size: 18px; font-weight: 700; color: #fff; }
.box-email .value { font-size: 15px; color: #fff; }
.box-email .hors { font-size: 15px; color: #fff; }
.box-email .place { font-size: 15px; color: #fff; }

.section-form-contact .list-check {
  list-style: none;
  margin-left: 170px;
}
.section-form-contact .list-check li { margin: 0; font-size: 15px; line-height: 2; color: #fff; }

.box-email {
  display: flex; flex-direction: column;
  margin-left: 212px;
  line-height: 1.1;
  margin-top: 25px;
}
.box-email .title { margin-bottom: 0; font-size: 14px; font-weight: 500; }
.box-email .value { margin-left: 25px; margin-top: 0; font-size: 15px; font-weight: 500; }
.box-email .reply { margin-left: 25px; font-size: 12px; color: #fff; }

.box-dispo {
  display: flex; flex-direction: column;
  margin-left: 215px; margin-top: 25px;
  line-height: 1.1;
}
.box-dispo .title { margin-bottom: 0; font-size: 14px; font-weight: 500; color: #fff; }
.box-dispo .hors { margin-left: 25px; margin-top: 0; font-size: 15px; font-weight: 500; color: #fff; }
.box-dispo .place { margin-left: 25px; font-size: 12px; color: #fff; }

.card-form-contact {
  max-width: 750px;
  margin: 20px 0 50px 30px;
  padding: 25px 25px; /* ← ; ajouté */
  background: #fff;
  border-radius: 26px; /* ↑ tu l’avais puis redéfini à 10px, je garde ton 26px ici */
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
  border-radius: 10px; /* et ta 2e valeur : inchangée pour respecter l’ordre d’origine (la dernière gagne) */
  margin-top: 50px;
}
.card-form-contact h2 {
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 800;
  color: #e96002;
  text-align: center;
}
.card-form-contact .form-rdv { padding: 20px 7px; }

.form-rdv label {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.btn-rdv {
  width: 100%;
  padding: 10px 0;
  border-radius: 12px;
  font-weight: 600;
  color: #000;
}

select {
  width: 100%;
  height: 36px;
  padding: 4px 14px;
  background: rgba(140, 140, 140, 0.1);
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  font-size: 15px;
}
select:focus {
  border-color: #e96002;
  box-shadow: 0 0 0 3px rgba(233, 96, 2, .15);
  outline: none;
}

.after-btn-rdv {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px;
  justify-items: center;
  text-align: center;
  margin-top: 4px;
}
.after-btn-rdv span {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #000;
}
.after-btn-rdv-2 {
  display: flex;
  justify-content: center;
  margin-top: -8px;
}
.after-btn-rdv-2 span { font-size: 13px; color: #000; }


.contact-home-mobile{
  display: none;
}




@media (max-width:991.98px){
  .section-head-services{
  padding: 80px 0 80px;
  }
.section-head-services .title{
  font-size: 28px;
}
.section-head-services .desc{
  font-size: 15px;
}
.btn-rdv-head{
  bottom: 50px;
}
.offres-menu {
  margin: 0px 0 15px;
}
.offres-menu ul{
      display: flex;
    gap: 0px;
        align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-direction: column;
}
.offres-menu ul li{
  margin:0;
  font-size:16px;
  padding: 5px 0 8px;
}

.body-remplacement .title
{
  font-size: 25px;
}
.body-remplacement .gtitle .desc{
      font-size: 15px;
      line-height: 1.3;
      margin-top: 4px;
}

.content-remplacement .title
{
  font-size: 18px!important;
}

.content-remplacement .desc
{
      font-size: 14px;
    line-height: 1.4;
}
.reglement-suisse{
  margin-left: 0;
}
.reglement-suisse ul{
  margin-left: 0;
}
.reglement-suisse ul li{
      font-size: 13px;
    margin-left: -18px;
    line-height: 1.4;
}


.content-remplacement .content-1-margin{
  margin-top: 20px;
}

.content-remplacement .content-c2{
  margin-top: 30px;
  padding: 20px 10px;
}
.content-remplacement .content-c2 .item{
  line-height:1.3;
      display: flex;
    gap: 5px;
    align-items: center;
    text-align: left;
}
.content-remplacement .content-c2 .item .grp{
  font-size: 13px;
}
.content-remplacement .content-c2 .item .grp span{
  font-weight: 600;
}

.content-remplacement .circle svg{
  width: 20px;
  height: auto;
}

.content-remplacement .circle{
  height: auto;
  width: auto;
  padding: 5px;
}

.content-remplacement .items-blocs{
  padding: 0 10px;
}
.content-remplacement .item-bloc{
  box-shadow:none;
  min-height: auto;
  padding: 15px!important;
}
.items-blocs .icon{
  width: 30px;
  height: 30px;
  padding:5px;
  margin-bottom: 0;
}
.items-blocs .icon svg{
  width: 20px;
}
.desc-bloc-item {
  margin-top: 1px!important;
  font-size: 14px!important;
}

.items-blocs .col-md-6 {
  margin: 0;
}




 .content-remplacement .bloc-price{
  margin-top: 80px;
    display:block;
    padding:18px 16px 28px;
    background:
      linear-gradient(0deg, rgba(233,96,13,.95) 18%, rgba(233,96,13,0) 100%),
      url('../../assets/images/services/service-1.png') center / cover no-repeat;
    border-radius:24px;
    box-shadow:0 12px 40px rgba(0,0,0,.18);
  }
  .content-remplacement .bloc-price .media{display:none;}

  .content-remplacement .bloc-price .title{
    color:#fff;
    font-size:26px;
    margin-bottom:14px;
    margin-top: -100px;
    color: #e96002;
  }
  .content-remplacement .items-price{
    display:flex;
    flex-direction: column;
    align-items: center;
    gap:14px;
    margin:25px 0 0 0;
  }
  .content-remplacement .item-price{
    display:grid;
    grid-template-columns:1fr auto;
    grid-template-rows:auto auto;
    gap:2px 14px;
    padding:10px 10px!important;
    border-radius:16px;
    background:#fff;
    box-shadow:0 3px 10px rgba(0,0,0,.4);
    position: relative;
  }
  .content-remplacement .item-price span:nth-child(1){
    font-weight:800; font-size:20px; color:#111;
  }
  .content-remplacement .item-price span:nth-child(2){
    font-size:14px; color:#5a5a5a;
  }
  .content-remplacement .item-price .price{
    grid-column:2; grid-row:1 / span 2;
    justify-self:end; align-self:center;
    font-size:13px!important; font-weight:800; color:#e96002;
    white-space:nowrap;
    letter-spacing: -0.7px;
    position: absolute;
    right: 10px;
    top: 0;

  }
  .content-remplacement .txt-pied{
    color:#fff; opacity:.9; text-align:center;
    font-size:12px; margin-top:12px;
  }
  .content-remplacement .bloc-price .item-price{
    border-radius: 18px!important;
    width: 100%;
    line-height:1.3;
  }

.content-remplacement .bloc-price .item-price span:nth-child(1){
  font-size: 15px;
}
.content-remplacement .bloc-price .item-price span:nth-child(2) {
  font-size: 13px;
}
.content-remplacement .bloc-price .txt-pied{
      color: #fff;
    line-height: 1.2;
}

.st-processus{
  margin:30px 0;
}
.st-processus .ptitle
{
  margin-top: 0;
  padding: 15px 0;
}
.st-processus .process-list{
  width: auto;
  margin:0;
  padding: 10px 5px;
}
.st-processus .step-text strong{
  font-size: 15px;
}
.st-processus .step-text small{
  font-size: 13px;
}
.st-processus .step-badge{
  padding: 8px 13px;
  min-width:36px;
}
.st-processus .content
{
  padding: 0;
}
.section-head-reparation-impact .title{
  font-size: 18px;
    text-align: center;
}
.section-head-reparation-impact .desc{
  font-size: 14px;
      line-height: 1.3;
      text-align: center;
}


/*tab2*/

.body-repairs .title
{
    font-size: 25px;
}
.body-repairs .gtitle .desc{
   font-size: 15px;
      line-height: 1.3;
      margin-top: 4px;
}
.body-repairs-content .title{
  font-size: 18px!important;
}
.body-repairs-content .desc{

        font-size: 14px;
        line-height: 1.4;
}
.criteres{
  padding: 20px 0;
}
.criteres ul{
  margin:0;
}
.criteres li{
  font-size: 14px;
  line-height: 1.1;
}

.body-repairs-content .box .title{
  margin:0;
  display: flex;
      justify-content: center;
}
.min-box-orange span{
  font-size: 15px;
}
.min-box-orange p {
  font-size: 13px;
}
.min-box-light span{
  font-size: 15px;
}

.min-box-light p
{
  font-size: 13px;
}

.items-blocs-repairs{
  padding: 0 10px;
  margin-top: 20px;
  gap: 20px;
}

.items-blocs-repairs .col-md-6{
  margin: 0;
}

.st-reparables {
  padding: 40px 10px;
}

.section-system-adas__head .title{
  font-size: 18px;
          text-align: center;
}
.section-system-adas__head .desc{
      font-size: 14px;
        line-height: 1.4;
                text-align: center;
}

















.body-foot .title{
  font-size: 25px;
}

.body-foot .gtitle .desc{
      font-size: 14px;
}
.section-foot .items-blocs-foot{
  padding: 0 10px;
  gap: 20px;
}

.section-foot .items-blocs-foot .title{
  font-size: 18px!important;
}
.items-blocs-foot .col-md-6{
  margin: 0;
}

.section-form-contact{
  padding: 0 10px;
  margin-top: 40px;
}



.section-form-contact .title{
  font-size: 25px;
}
.section-form-contact .bref{
  font-size: 15px;
}
 .box-contact{
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas:
      "free value"
      "hours hours";
    align-items: center;
    column-gap: 8px;
    row-gap: 2px;
    width: 263px!important;
  }

  .box-contact .txt_free{
    grid-area: free;
    margin: 0;
    font-weight: 600;
    white-space: nowrap; /* évite le retour à la ligne */
  }

  .box-contact .txt_value{
    grid-area: value;
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;            /* espace avec l’icône */
    white-space: nowrap; /* garde le numéro sur une seule ligne */
  }
  .box-contact .txt_value svg{
    display: none;
  }

  .box-contact .txt_hours{
    grid-area: hours;
    margin: 0;
    font-size: 12px;
    display: block;
  }
.section-form-contact .list-check{
  margin: 10px 0 0 0!important;
  padding: 0!important;
}

.box-email{
  margin-left: 0;
  margin-top: 15px;
}
.box-email .title{
  font-size: 16px!important;
          font-weight: 600;
}
.box-dispo{
   margin-left: 0;
  margin-top: 15px;
}
.box-dispo .title{
   font-size: 16px!important;
          font-weight: 600;
}
.box-dispo .place{
  font-size: 11px;
}
.box-dispo .hors{
  font-size: 12px;
}

.section-form-contact .col-form{
  padding: 0;
  margin:0;
  margin-bottom: 30px;
}
.card-form-contact{
  margin:0;
}
.card-form-contact .form-rdv{
  padding: 0;
}
.section-form-contact .c1{
      padding: 30px 0 40px;
    position: relative;
}

.contact-home-mobile{
  position: absolute;
    bottom: 0;
    width: 115px;
    right: 0;
}
.contact-home{
  display: none;
}
.after-btn-rdv,.after-btn-rdv-2{
  display: flex;
      flex-direction: column;
          align-items: flex-start;
                  line-height: 1.7;
                  margin-top: 0!important;
}



.box-reparables{
      flex-direction: column;
}
.box-reparables .item{
  flex-direction: row;
      align-items: center;
}

.box-reparables .item span{
  font-size: 14px;
}
.box-reparables .item p{
  font-size: 13px;
}

.box-reparables .item-multi{
  display: flex;
          flex-direction: column!important;
                  margin-top: 10px;
}
.box-reparables .item .grp-txt{
display: flex;
        flex-direction: column;
        align-items: center;
}

.st-reparables .b-warning{
  padding: 15px;
}







/*tab adas*/
.body-adas .title{
  font-size: 25px;
}

.body-adas .gtitle .desc{
   font-size: 15px;
        line-height: 1.3;
        margin-top: 4px;
}


.section-system-adas__content .title{
  font-size: 18px;
}
.section-system-adas__content .desc{
    font-size: 14px;
    line-height: 1.4;
}
          
          .section-system-adas__content{
            padding: 0;
            margin-top: 30px;
          }   



.system_principaux span{
  font-size: 16px;
  font-weight: 600;
}


.system_principaux{
  padding: 20px 0;
}

.system_principaux ul{
  margin: 0;
}
.system_principaux li{
  font-size: 14px;
  line-height: 1.1;
}

.section-system-adas__content .box .title{
  font-size: 18px;
}

.section-system-adas__content .box ul li{
  font-size: 15px;
}
.section-system-adas__content .box ul{
  padding: 0;
  margin: 10px 0 0 0;
}
.section-system-adas__content .col-box{
  padding: 0 15px;
}


.st-processus-ads{
  padding: 30px 55px;
}
.st-processus-ads .title{
  font-size: 18px;
}
.box-process{
box-shadow:none;
gap: 25px;
}


.box-process{
      flex-direction: column;
}
.box-process .item span{
  font-size: 16px;
  font-weight: 600;
}


.items-blocs-adas{
  padding: 0 10px 50px;
}
.items-blocs-adas .title{
  font-size: 18px;
}

.items-blocs-adas .desc-bloc-item{
  font-size: 14px!important;
  margin-top: 1px!important;
}

.section-head-vitrage-divers .title{
  font-size: 18px;
}
.section-head-vitrage-divers .desc{
  font-size: 14px;
}





.body-divers .title{
  font-size: 25px;
}
.body-divers .gtitle .desc{
    font-size: 15px;
        line-height: 1.3;
        margin-top: 4px;
}

.items-blocs-divers{
  padding: 0 10px;
}
      
      .item-bloc-divers ul li{
        line-height: 1.2;
      }

      .section-head-vitrage-divers-2 .title{
        font-size: 18px;
      }

      .section-head-vitrage-divers-2 .desc{
        font-size: 14px;
      }

}