
/* @import url('root.css'); */

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

/* .hero {
  --default-color: #ffffff;
  --background-color: #000000;
  --heading-color: #ffffff;
  width: 100%;
  min-height: calc(100vh - 100px);
  position: relative;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--default-color);
} */

/* .hero img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
} */

/* .hero .swiper-slide:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
} */
/*
.hero .container {
  position: relative;
  z-index: 3;
} */

/* .hero h1 {
  margin: 0;
  font-size: 4em;
  font-weight: 800;
}

.hero h1 .highlight{
  color: var(--accent-color);
}

.hero p {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 10px 0 0 0;
  font-size: 24px;
} */



    .hero-carousel {
    height: calc(100vh - 95.5px);
        --hero-default-color: #ffffff;
  --hero-background-color: #000000;
  --hero-heading-color: #ffffff;
    }

    .hero-carousel .swiper-wrapper {
    height: 100%;
    }

    .hero-slide {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    }

    .swiper-slide:before {
    content: "";
  position: absolute;
    inset: 0;
    z-index: 2;
    }
/*
  .clients  .swiper-slide:before {
       background: color-mix(in srgb, var(--hero-background-color), transparent 60%);
    background: color-mix(in srgb, var(--accent-color), transparent 60%);

    } */

  .hero-carousel  .swiper-slide:before {
   background: color-mix(in srgb, var(--accent-color), transparent 60%);

    }

    .hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    }

    .hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 2;
    }

    .hero-slide .container {
    position: relative;
    z-index: 2;
    }

    .hero-content {
    min-height: calc(100vh - 100px);
    }

.hero-slide h1 {
margin: 0;
font-size: 4.6em;
font-weight: 800;
line-height: 1.05;
}

.hero-slide h1 .highlight{
color: var(--default-color);
}

.hero-slide p {
  color: color-mix(in srgb, var(--hero-default-color), transparent 20%);
  margin: 10px 0 0 0;
  font-size: 24px;
}

.hero-slide .btn-get-started, .contact-btn {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.3s;
  background: var(--default-color);
  color: var(--contrast-color);
}

.hero-slide .btn-get-started:hover, .contact-btn:hover {
  background: color-mix(in srgb, var(--default-color), transparent 20%);
}

.hero-slide .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  font-weight: 600;
  color: var(--hero-default-color);
  border: 2px solid var(--default-color);
  padding: 10px 30px;
  border-radius: 4px;
}

.hero-slide .btn-watch-video i {
  color: var(--default-color);
  font-size: 20px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero-slide .btn-watch-video:hover {
  color: var(--default-color);
}

.hero-slide .btn-watch-video:hover i {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

/* Sous 370px, les deux boutons du hero ne tiennent plus côte à côte :
   le second passe sous le premier (la marge latérale devient verticale). */
@media (max-width: 369.98px) {
  .hero-slide .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-slide .hero-actions .btn-watch-video {
    margin-left: 0;
    margin-top: 12px;
  }
}

.hero-carousel .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: color-mix(in srgb, var(--default-color), transparent 60%);
}

.hero-carousel .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

@media (max-width: 768px) {
  .hero-slide h1 {
    font-size: 32px;
  }

  .hero-slide p {
    font-size: 18px;
  }
}

.image-text h3 {
	color: var(--heading-color);
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 15px;
}

.image-text p.fst-italic {
	color: var(--text-color);
}

.image-text-image img {
	border-radius: 16px;
	width: 100%;
}

.image-text-item {
	gap: 16px;
	align-items: center;
}

.image-text-icon {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: var(--default-color);
	color: var(--contrast-color);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

.image-text-item span {
	font-size: 15px;
	color: var(--text-color);
}


/*--------------------------------------------------------------
# domains Section
--------------------------------------------------------------*/
.domains .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
  color: var(--accent-color);
}

.domains .content p {
  margin-bottom: 30px;
}

.domains .content .domains-btn {
  padding-bottom: 2px;
  color: var(--default-text-color);
  /* border-radius: 50px; */
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid var(--text-color);
  transition: 0.2s;
}

.domains .content .domains-btn i {
  font-size: 16px;
  padding-left: 5px;
}

.domains .content .domains-btn:hover {
 padding-bottom: 0px ;
}
.domains .content .domains-btn:hover i  {
 padding-left: 1px;
}

.domains .icon-box i {
  font-size: 40px;
  color: var(--default-color);
  margin-bottom: 10px;
}

.domains .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.domains .icon-box h4 a {
  color: var(--heading-color);
  transition: 0.3s;
}

.domains .icon-box p {
  font-size: 15px;
  color: color-mix(in srgb, var(--text-color), transparent 40%);
  margin-bottom: 0;
}

.domains .icon-box:hover h4 a {
  color: var(--accent-color);
}



/*--------------------------------------------------------------
# Stats Section
--------------------------------------------------------------*/
.stats i {
  background-color: var(--surface-color);
  color: var(--accent-color);
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  width: 54px;
  height: 54px;
  font-size: 24px;
  border-radius: 50px;
  border: 2px solid var(--background-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.stats .stats-item {
  background-color: var(--surface-color);
  margin-top: -27px;
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  box-shadow: 0px 2px 35px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 0;
}

.stats .stats-item span {
  font-size: 36px;
  display: block;
  font-weight: 700;
  color: color-mix(in srgb, var(--heading-color), transparent 20%);
}

.stats .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--heading-font);
  font-size: 16px;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item {
  background-color: var(--surface-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 24px 0 30px 0;
}

.contact .info-item i {
  font-size: 20px;
  color: var(--default-color);
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  /* background: var(--accent-color); */
  background: color-mix(in srgb, var(--default-color) 5%, transparent);

  /* border: 2px dotted color-mix(in srgb, var(--accent-color), transparent 40%); */
}

.contact .info-item h3 {
  font-size: 20px;
  color: var(--default-text-color);
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

/* Les styles des formulaires de contact et de devis (.php-email-form /
   .php-email-form-livewire) ont été déplacés dans sections/contact.css. */

/* Custom Accordion Styling */
.contact-accordion {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
  height: 100%;

}

.accordion-panel {
  background-color: var(--surface-color);
  border-radius: 8px;
  transition: all 0.3s ease;
}

.accordion-panel.is-active {
  border-top: 1px solid color-mix(in srgb, var(--text-color), transparent 90%);
  /* border-color: var(--accent-color); */
  /* box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08); */
}

.accordion-toggle-btn {
  width: 100%;
  padding: 20px 25px;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--text-color);
  transition: all 0.2s ease;
}

.accordion-toggle-btn.is-active {
  color: var(--accent-color);

}

.accordion-toggle-btn:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 96%);
}

.contact-accordion .col-md-6:has(.accordion-toggle-btn.is-active) {
  border-bottom: 2px solid  var(--accent-color);
}

.accordion-toggle-btn .toggle-icon {
  transition: transform 0.3s ease;
}

.accordion-panel.is-active .accordion-toggle-btn .toggle-icon {
  transform: rotate(180deg);
  color: var(--accent-color);
}

.contact-accordion .accordion-body {
  max-height: 0;
  overflow: hidden;
  /* padding: 0 25px; */
  opacity: 0;
  transition: max-height 0.4s cubic-bezier(0, 1, 0, 1), padding 0.3s ease, opacity 0.3s ease;
}

.contact-accordion .accordion-panel.is-active .accordion-body {
  max-height: 2000px;
  /* padding: 0 25px 30px 25px; */
  opacity: 1;
  transition: max-height 0.5s ease-in, padding 0.3s ease, opacity 0.3s ease;
}

