@charset "UTF-8";
@import url(main.css);
.b-bloc-divider { height: 40px !important; background-color: transparent !important; border: none !important; box-shadow: none !important; }

.svg-picto-card > svg { width: 35% !important; height: 20%; }

.carousel-inner-homepage .carousel-item-homepage > img { animation: none !important; }

.spacer { margin-top: 0vh !important; }

/*--------------------------Bloc SEO----------------------*/
.first-activity-div { background-color: black !important; /* ou transparent si tu veux juste l’image derrière */ border-radius: 0 !important; /* supprime les coins arrondis */ box-shadow: none !important; /* supprime l’ombre */ }

.display-6.titles.fw-bold.text-body-emphasis.lh-1.mb-5.first-activity-title { margin-bottom: 1rem !important; }

.second-activity-div { background-color: black !important; /* ou transparent si tu veux juste l’image derrière */ border-radius: 0 !important; /* supprime les coins arrondis */ box-shadow: none !important; /* supprime l’ombre */ }

.display-6.titles.fw-bold.text-body-emphasis.lh-1.mb-5.second-activity-title { margin-bottom: 1rem !important; }

.third-activity-div { background-color: black !important; /* ou transparent si tu veux juste l’image derrière */ border-radius: 0 !important; /* supprime les coins arrondis */ box-shadow: none !important; /* supprime l’ombre */ }

.display-6.titles.fw-bold.text-body-emphasis.lh-1.mb-5.third-activity-title { margin-bottom: 1rem !important; }

/*--------------------------Cartes de services Custom----------------------*/
.custom-cards-2 { width: 100%; display: flex; display: -webkit-flex; justify-content: center; gap: 25px; margin-left: auto; margin-right: auto; padding: 40px 4vw; background-color: #f9ed31; }

.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; width: 20%; 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 */ } }

.shadow-lg { box-shadow: 0 0rem 0rem rgba(0, 0, 0, 0.175) !important; }

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