@charset "UTF-8";
@import url(main.css);
/*--------------------------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: #fff; 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: #fff; 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 */ } }

/*--------------------------Espacements transparent sur le site----------------------*/
.b-bloc-divider { height: 40px !important; background-color: transparent !important; border: none !important; box-shadow: none !important; }

/*--------------------------Bloc accueil des pages services----------------------*/
/* Section hero */
.hero-section { position: relative; min-height: 100vh; background-size: cover; background-position: center; display: flex; justify-content: flex-end; align-items: center; color: #fff; padding: 50px; box-sizing: border-box; }

.hero-content { width: 50%; text-align: left; }

.subtitle { font-size: 20px; letter-spacing: 2px; margin-bottom: 20px; font-weight: 600; }

.title { font-size: 60px; font-weight: 800; line-height: 1.2; margin: 0; }

/* Flèche animée (non cliquable) */
.scroll-down-svg { position: absolute; left: 50%; bottom: 28px; transform: translateX(-50%); text-decoration: none; }

.chev { width: 72px; height: 72px; }

.chev path { fill: none; stroke: #fff; stroke-width: 10; stroke-linecap: round; stroke-linejoin: round; animation: chevron-bounce 1.6s infinite ease-in-out; }

@keyframes chevron-bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(10px); }
  60% { transform: translateY(5px); } }

/* Responsive */
@media (max-width: 900px) { .hero-content { width: 100%; text-align: center; } .title { font-size: 40px; } .subtitle { font-size: 18px; } }

@media (max-width: 600px) { .hero-content { padding: 0 20px; } .title { font-size: 28px; } .subtitle { font-size: 16px; } .chev { width: 48px; height: 48px; } .chev path { stroke-width: 8; } }

/* -------------Navbar affichée------------ */
#navigation-bar-hide { position: fixed !important; top: 0 !important; opacity: 1 !important; transition: none !important; }

.col-lg-5.col-12.mx-auto { margin-bottom: 7rem !important; }

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