@charset "UTF-8";
@import url(main.css);
/* -------------Navbar affichée------------ */
#navigation-bar-hide { position: fixed !important; top: 0 !important; opacity: 1 !important; transition: none !important; }

a.grow.button_header.text-color-fourth.mx-3.mx-lg-2.p-2.rounded-pill.text-decoration-none.button-header-telephone { background: #222222; }

.container.videoTitle { margin-top: 50px; }

.b-bloc-divider { height: 40px !important; background-color: transparent !important; border: none !important; box-shadow: none !important; }

div.shadow-lg { box-shadow: none !important; }

/*--------------------------Cartes de services Custom----------------------*/
.custom-cards-2 { width: 100%; display: flex; display: -webkit-flex; justify-content: center; -webkit-justify-content: center; max-width: 1300px; margin-left: auto; margin-right: auto; }

.card__img { visibility: hidden; background-size: cover; background-position: center; background-repeat: no-repeat; width: 100%; height: 235px; border-top-left-radius: 12px; border-top-right-radius: 12px; }

.card__img--hover { transition: 0.2s all ease-out; background-size: cover; background-position: center; background-repeat: no-repeat; width: 100%; position: absolute; height: 235px; border-top-left-radius: 12px; border-top-right-radius: 12px; top: 0; }

.custom-card-2 { margin-right: 25px; transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1); background-color: #f5f5f5; width: 33.3%; position: relative; border-radius: 12px; overflow: hidden; box-shadow: 0px 13px 10px -7px rgba(0, 0, 0, 0.1); }

.custom-card-2:hover { box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1); transform: scale(1.1, 1.1); }

.card__info { z-index: 2; background-color: #f5f5f5; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; padding: 16px 24px 24px 24px; }

.card__title { margin-top: 5px; margin-bottom: 10px; }

.custom-card-2:hover .card__img--hover { height: 100%; opacity: 0.3; }

.custom-card-2:hover .card__info { background-color: transparent; position: relative; }

.custom-card-2:hover .card__info-hover { opacity: 1; }

@media (max-width: 1024px) { .custom-cards-2 { flex-wrap: wrap; /* Permet aux cartes de passer à la ligne */ } .custom-card-2 { width: 48%; /* Deux cartes par ligne sur tablette */ margin-bottom: 20px; } }

@media (max-width: 768px) { .custom-card-2 { width: 100%; /* Une carte par ligne sur mobile */ margin-right: 0; /* Supprime les marges */ } }

/* Reset de base */
body { margin: 0; font-family: 'Montserrat Alternates', sans-serif; }

/* Masquer le bloc de titre automatique du CMS */
.websitePageTitle-div, .bandeauTitre { display: none !important; }

/* Section Hero */
.hero { position: relative; height: 50vh; /* moitié de l'écran */ display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; /* ✅ cache le surplus de vidéo */ }

/* Vidéo en arrière-plan */
.hero-video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; /* ✅ couvre tout le bloc */ z-index: 0; }

/* Titre Hero */
.hero-title { position: relative; z-index: 1; /* ✅ reste au-dessus de la vidéo */ font-size: 4rem; color: #f5f5f5; margin: 0; font-weight: 600; font-family: 'Montserrat Alternates', sans-serif; }

/* Responsive mobile */
@media (max-width: 768px) { .hero { height: 40vh; padding: 20px; } .hero-title { font-size: 2rem; } }

/* Flèche retour en haut */
#back-to-top { position: fixed; bottom: 24px; right: 24px; background: #222222; color: #f5f5f5; font-size: 18px; font-weight: 700; line-height: 1; padding: 12px 16px; border-radius: 50%; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); cursor: pointer; text-decoration: none; transition: opacity .3s ease, transform .2s ease; opacity: 0; pointer-events: none; z-index: 9999; }

#back-to-top.show { opacity: 1; pointer-events: auto; }

#back-to-top:hover { background: #a6a6a6; transform: translateY(-3px); }

.image-slider { width: 100%; overflow: hidden; position: relative; padding: 40px 0; }

.slider-track { display: flex; gap: 20px; animation: scroll 20s linear infinite; }

.slide { flex: 0 0 250px; height: 250px; overflow: hidden; border-radius: 12px; position: relative; }

.slide img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }

.slide:hover img { transform: scale(1.1); }

/* Animation infinie */
@keyframes scroll { 0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
  /* on défile d’une “série” complète */ }

a.button_homepageDoubleScreen.ctaLinks-button.text-color-fourth.p-3.fs-6.fw-bold.m-2 { border: 2px solid #614d20; border-radius: 5; }

.button-header-telephone { color: #f5f5f5 !important; border: 2px solid #f5f5f5; }

img.fondDegradeLogo { height: 200px; margin-top: 60px; }

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