@charset "UTF-8";
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

#Footer {
  background-repeat: repeat-x;
  background-position: bottom;
  /*opacity: 50%; */
  z-index: -50;
  color: #666666;
}

#phone {
  height: 60px;
  line-height: 60px;
  padding: 15px 0;
  font-size: 12px;
}

.cryptedmail:after {
  content: attr(data-bb) "@" attr(data-aa);
  unicode-bidi: bidi-override;
  direction: rtl;
}

#menu > ul > li > a, a.action_button, #overlay-menu ul li a {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

.box-colorTheme {
  background-color: #E22322 !important;
}

.themeTextColorBox {
  color: white !important;
}

.img-auto {
  width: 100%;
  height: auto;
}

.menu_devis {
  color: #FFF;
  background-color: #e22322;
  padding: 8px;
}

.textBig {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  word-break: break-word;
  /* -webkit-text-stroke: .8px #000; */
}

.textBold {
  font-weight: bold;
}

/* Hero Slider CSS pur */
.hero-slider {
  position: relative;
  width: 100%;
  height: 723px;
  overflow: hidden;
  background: #3a4a5a;
}

.hero-slider__slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-slider__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1);
  animation: heroFade 18s ease-in-out infinite;
}

.hero-slider__slide:first-child {
  opacity: 1;
}

.hero-slider__slide:nth-child(1) {
  animation-delay: 0s;
}

.hero-slider__slide:nth-child(2) {
  animation-delay: 6s;
}

.hero-slider__slide:nth-child(3) {
  animation-delay: 12s;
}

@keyframes heroFade {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  2% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    opacity: 1;
    transform: scale(1.05);
  }
  32% {
    opacity: 1;
    transform: scale(1.06);
  }
  33% {
    opacity: 0;
    transform: scale(1.06);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.hero-slider__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-slider__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/slider-newstripes.png") center center no-repeat;
  background-size: cover;
  pointer-events: none;
}

.hero-slider__content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.hero-slider__box {
  background-color: #e22322;
  padding: 40px 50px;
  min-width: 520px;
  margin-left: 25px;
}

.hero-slider__name {
  display: block;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 6px;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hero-slider__subtitle {
  display: block;
  font-size: 38px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .hero-slider {
    height: 450px;
  }
  .hero-slider__box {
    min-width: auto;
    padding: 20px 25px;
    width: 100%;
  }
  .hero-slider__name {
    font-size: 14px;
    letter-spacing: 3px;
  }
  .hero-slider__subtitle {
    font-size: 22px;
  }
}
/* CTA Bandeau optimisé */
.cta-bandeau {
  background: linear-gradient(135deg, #121a21 0%, #1a252e 100%);
  padding: 30px 20px;
  margin: 20px 0 5px;
  text-align: center;
}

.cta-bandeau__content {
  max-width: 900px;
  margin: 0 auto;
}

.cta-bandeau__text {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 25px;
}

.cta-bandeau__text strong {
  color: #e22322;
}

.cta-bandeau__buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.cta-bandeau__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  transition: transform 0.2s, box-shadow 0.2s;
}

.cta-bandeau__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.cta-bandeau__btn--phone {
  background-color: #e22322;
  color: #fff;
}

.cta-bandeau__btn--phone:hover {
  background-color: #c91f1e;
  color: #fff;
}

.cta-bandeau__btn--devis {
  background-color: #fff;
  color: #121a21;
  border: 2px solid #e22322;
}

.cta-bandeau__btn--devis:hover {
  background-color: #e22322;
  color: #fff;
}

@media (max-width: 600px) {
  .cta-bandeau__text {
    font-size: 17px;
  }
  .cta-bandeau__buttons {
    flex-direction: column;
    align-items: center;
  }
  .cta-bandeau__btn {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
}

/*# sourceMappingURL=custom.css.map */
