@charset "UTF-8";
@import url(main.css);
/*--------------------------Fixer le header----------------------*/
#navigation-bar-hide { opacity: 1 !important; top: 0 !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; flex-wrap: wrap; gap: 30px; /* espace entre les cartes */ }

.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 { transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1); background-color: #fff; 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; }

/* ✅ GRAND ÉCRAN : 3 cartes par ligne */
@media (min-width: 1025px) { .custom-card-2 { width: calc(33.333% - 20px); } }

/* ✅ TABLETTE : 2 cartes par ligne */
@media (max-width: 1024px) { .custom-card-2 { width: 48%; margin-bottom: 20px; } }

/* ✅ MOBILE : 1 carte par ligne */
@media (max-width: 768px) { .custom-card-2 { width: 100%; } }

/*--------------------------BLOC VIDEO + TEXTE----------------------*/
.custom-video-div { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; padding: 100px; background-size: cover; background-position: center; background-attachment: fixed; }

.custom-video-text { flex: 1; padding: 20px; }

.custom-video { flex: 1; }

@media (max-width: 908px) { .custom-video-div { flex-direction: column !important; } }

/*-------------------------CHANGER LA COULEUR BLOC VIDEO + TEXTE----------------------*/
.custom-video-text { background-color: #003C29 !important; }

/*-------------------------Enlever effet incrustation des espacements----------------------*/
.b-bloc-divider { border: none !important; border-width: none !important; box-shadow: none !important; background-color: #ffffff !important; }

/*-------------------Galerie Custom--------------------------*/
#custom-gallery { padding-top: 40px; }

@media screen and (min-width: 991px) { #custom-gallery { padding: 60px 30px 0 30px; } }

#custom-gallery .image { height: 400px !important; margin: 20px 0; }

.img-wrapper { position: relative; height: 100%; margin-top: 15px; }

.img-wrapper img { width: 100%; }

.img-overlay { background: rgba(0, 0, 0, 0.7); width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: flex; justify-content: center; align-items: center; opacity: 0; }

.img-overlay i { color: #fff; font-size: 3em; }

#overlay { background: rgba(0, 0, 0, 0.7); width: 100%; height: 100%; position: fixed; top: 0; left: 0; display: flex; justify-content: center; align-items: center; z-index: 999; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

#overlay img { margin: 0; width: 80%; height: auto; object-fit: contain; padding: 5%; }

@media screen and (min-width: 768px) { #overlay img { width: 60%; } }

@media screen and (min-width: 1200px) { #overlay img { width: 50%; } }

#nextButton { color: #fff; font-size: 2em; transition: opacity 0.8s; }

#nextButton:hover { opacity: 0.7; }

@media screen and (min-width: 768px) { #nextButton { font-size: 3em; } }

#prevButton { color: #fff; font-size: 2em; transition: opacity 0.8s; }

#prevButton:hover { opacity: 0.7; }

@media screen and (min-width: 768px) { #prevButton { font-size: 3em; } }

#exitButton { color: #fff; font-size: 2em; transition: opacity 0.8s; position: absolute; top: 15px; right: 15px; }

#exitButton:hover { opacity: 0.7; }

@media screen and (min-width: 768px) { #exitButton { font-size: 3em; } }

.img-responsive { height: 100% !important; object-fit: cover !important; }

/*-------------------H1 en blanc--------------------------*/
#fullHeight > div.video-background-content h1 { background: transparent !important; -webkit-text-fill-color: white !important; }

/*-------------------Effet neon--------------------------*/
#neon .background-image-div-opacity { border: 2px solid #FFD580; /* Couleur jaune/beige pâle */ border-radius: 10px; /* Ajuste selon ton design, ou retire si inutile */ box-shadow: 0 0 12px #FFD580, 0 0 18px #FFD580, 0 0 45px #FFD580; background-color: inherit; /* Garde le fond existant */ transition: all 0.3s ease; }

div.neon { border: 2px solid #FFD580; border-radius: 10px !important; box-shadow: 0 0 12px #FFD580, 0 0 18px #FFD580, 0 0 45px #FFD580 !important; transition: all 0.3s ease; }

/* Optionnel : si tu veux augmenter l'effet glow au survol */
#neon .background-image-div-opacity:hover { box-shadow: 0 0 12px #FFD580, 0 0 20px #FFD580, 0 0 40px #FFD580; }

/*-------------------Changer en blanc la couleur du texte sur bloc seo--------------------------*/
.first-activity-div > div > div > div > p { color: white !important; }

.second-activity-div > div > div > div > p { color: white !important; }

.third-activity-div p { color: white !important; }

/* ------------------------------------------------------------
EFFET DÉGRADÉ LILA & BEIGE CLAIR SUR LES TITRES
------------------------------------------------------------ */
h1, h2, h3 span { background: linear-gradient(135deg, #B2A0D4 0%, #C1AED3 25%, #D2BCCA 50%, #DFC8B3 75%, #E2C697 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; text-transform: uppercase !important; font-weight: 800; }

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