@charset "UTF-8";
@import url(main.css);
/*---------Réduire hauteur barre de navigation----------------------*/
.logo_nav { height: 6vh !important; }

.navbar-brand { height: 6vh !important; }

#navigation_bar { min-height: 6vh !important; }

/*---------Cartes custom----------------------*/
.btn-light:visited { color: black !important; }

/*--------------------------Effet de défilement sur les CTA----------------------*/
.px-4.py-5.text-center.cta_banner.bg-sixthColor.position-relative > .background-image-div-opacity { background-attachment: fixed; }

/*--------------------------Supprimer bandeau des pages secondaires----------------------*/
.websitePageTitle-div { display: none !important; }

/*--------------------------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; color: white; }

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

@media (max-width: 768px) { .custom-video-div { padding: 0 !important; } }

/*--------------------------enlever haut de page----------------------*/
.bandeau.border-bottom-1.adjust-text.row { display: none !important; }

/*--------------------------Bloc pictos----------------------*/
.picto_card .text-center { color: #104E84 !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: #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 */ } }

/*--------------------------Texte blanc bloc vidéo----------------------*/
.custom-video-text { color: white !important; }

/*--------------------------CSS bandeau H1----------------------*/
.custom-banner { background-color: #104E84; width: 100%; padding: 60px 20px; text-align: center; }

.custom-banner h1 { color: white; font-size: 2.5rem; margin: 0; font-weight: 500; letter-spacing: 1px; }

/*-------------------------titre bloc facebook en blanc----------------------*/
display-6 text-center { color: white; }

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