/* St bat — overrides & compléments (template Building Agency) */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.box-1 .box-1-title {
  display: block;
  cursor: default;
  color: inherit;
  text-decoration: none;
}
/* Text logo — template: oswald webfont + primary #ffc300 / footer gold #c49d1e (theme.css) */
.stbat-logo-text {
  display: block;
  font-family: "oswaldbold", "Oswald", "Helvetica Neue", Arial, sans-serif;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 1.15;
  color: #333333;
  text-transform: uppercase;
  text-decoration: none;
  padding-top: 10px;
  position: relative;
}
.stbat-logo-text::after {
  content: "";
  display: block;
  width: 48px;
  border-bottom: 3px solid #ffc300;
  margin-top: 10px;
}
.stbat-logo-wordmark {
  display: block;
}
.stbat-logo-st {
  color: #333333;
}
.stbat-logo-accent {
  color: #ffc300;
}
.stbat-logo-text small {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: none;
  color: #666666;
  margin-top: 8px;
}
.stbat-logo-text--footer {
  padding-top: 0;
  font-size: 22px;
  letter-spacing: 0.07em;
}
.stbat-logo-text--footer::after {
  margin-top: 8px;
  border-bottom-color: #c49d1e;
}
.stbat-logo-text--footer small {
  color: #999999;
  font-size: 10px;
}
.footer-shop .fot-logo .stbat-logo-st {
  color: #ffffff;
}
.footer-shop .fot-logo .stbat-logo-accent {
  color: #ffc300;
}
.header .logo:hover .stbat-logo-accent {
  color: #e6b000;
}
.header .logo:hover .stbat-logo-text::after {
  border-bottom-color: #e6b000;
}
.stbat-stat-number {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 6px;
}
.stbat-stat-label {
  display: block;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.92);
  max-width: 160px;
  margin: 0 auto;
}
.stbat-footer-cta-grid {
  list-style: none;
  padding: 0;
  margin: 0 -4px;
}
.stbat-footer-cta-grid li {
  display: inline-block;
  width: 31%;
  max-width: 100px;
  margin: 4px;
  vertical-align: top;
}
.stbat-footer-cta-grid img {
  width: 100%;
  height: auto;
  border-radius: 2px;
}
.pre-footer-content .stbat-map-embed {
  position: relative;
  padding-bottom: 36%;
  height: 0;
  overflow: hidden;
  max-height: 420px;
}
.pre-footer-content .stbat-map-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.map-box .stbat-map-embed {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
  min-height: 320px;
}
.map-box .stbat-map-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.contactForm2 select.form-control {
  height: 42px;
}

/* NOS PRESTATIONS home block — dark overlay + light text */
.stbat-prestations-hero {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../media/home/1.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
}
.stbat-prestations-hero .text-left p,
.stbat-prestations-hero .text-left .primary-color {
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
.stbat-prestations-hero .carousel-item-content .carousel-title,
.stbat-prestations-hero .carousel-text,
.stbat-prestations-hero .carousel-text p {
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
.stbat-prestations-hero .carousel-item-content .carousel-title:hover,
.stbat-prestations-hero .carousel-item-content .carousel-title:focus {
  color: #ffc300;
}

@media (max-width: 767px) {
  .stbat-prestations-hero .text-left p {
    color: #333333;
    text-shadow: none;
  }
  .stbat-prestations-hero .text-left .primary-color {
    color: #526aff;
    text-shadow: none;
  }
  .stbat-prestations-hero .carousel-item-content .carousel-title,
  .stbat-prestations-hero .carousel-text,
  .stbat-prestations-hero .carousel-text p {
    color: #333333;
    text-shadow: none;
  }
  .stbat-prestations-hero .carousel-item-content .carousel-title:hover,
  .stbat-prestations-hero .carousel-item-content .carousel-title:focus {
    color: #526aff;
  }
}

/* iView hero — fill slide area (iView sets background via JS without size) */
#iview .iviewSlider {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
