@charset "UTF-8";
@import url(main.css);
a.nav-link.fs-6.dropdown-toggle.px-0.text-color-secondary.text-center { font-family: 'Russo One'; }

.animated-border-button:after { background-color: #d22630; }

/*------------------------------------------Bouton Fixe en bas à droite------------------------------*/
.btnFixe { position: fixed; top: 10px; right: 0px; z-index: 10; width: 250px; transition: width 0.5s ease; }

.btnFixe:hover { width: 260px; transition: width 0.5s ease; }

@media screen and (max-width: 768px) { .btnFixe { width: 150px; } }

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

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

/*----------LARGEUR DES IMAGES DANS LE BLOC PATCHWORK--------------*/
@media (min-width: 990px) { .redirectsCards-div div.row-cols-1 > div.col { width: 33.3333333333% !important; } }

div.redirectsCards-div > .row > .col { filter: grayscale(1); transition: all 0.3s cubic-bezier(0.86, 0.01, 0.15, 0.99); }

div.redirectsCards-div > .row > .col:hover { filter: none; transition: all 0.3s cubic-bezier(0.86, 0.01, 0.15, 0.99); }

.ligne-title h2::after { content: ""; display: block; width: 100px; /* Longueur de la ligne */ height: 4px; /* Épaisseur de la ligne */ background-color: #007d8a; /* Bleu */ margin: 16px auto 0; /* Espace au-dessus et centré */ }

.display-5.titles.mb-2.fw-bold.text-body-emphasis.ctaLinks-title.text-color-sixth::after { content: ""; display: block; width: 100px; height: 4px; background-color: #007d8a; margin: 16px auto 0; }

.row.mb-3.text-center.px-lg-2.justify-content-center.redirectsCards-div { background-color: black; padding-bottom: 15px; margin-bottom: 0rem !important; }

.mb-5.googleReviews-div { background-color: black; padding-top: 30px; padding-bottom: 20px; }

/*----------Bloc icon--------------*/
.row.row-cols-1.row-cols-lg-2.d-flex.g-3.px-3.my-5.position-relative.justify-content-center { margin-top: 0rem !important; }

/*----------Images SEO--------------*/
img.d-block.mx-lg-auto.img-fluid { border-radius: 5px; }

.card.card-cover.h-100.overflow-hidden.rounded-4.shadow-lg { border-radius: 5px !important; }

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

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

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

.first-activity-title { border-bottom: 3px solid black; display: inline-block; }

.second-activity-title { border-bottom: 3px solid black; display: inline-block; }

.third-activity-title { border-bottom: 3px solid black; display: inline-block; }

.navbar { background-color: white; /* Couleur de la barre de navigation */ border-bottom: 2px solid #007d8a; /* Ligne fine de couleur en bas */ /* Ajustez la couleur (#007BFF pour un bleu) et l'épaisseur (2px) si nécessaire */ box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1); /* Optionnel : ajoute une ombre subtile */ }

.navbar-brand { height: 7vh !important; width: 7vw !important; }

.logo_nav { height: 6vh !important; }

#horaires .svg-picto-card > svg { width: 45% !important; }

#iconaccueil .svg-picto-card > svg { width: 25% !important; }

#iconaccueil .row.row-cols-1.row-cols-lg-3.d-flex.g-3.px-3.my-5.position-relative.justify-content-center { margin-top: 0rem !important; }

img.rounded-lg-3 { border-radius: 5px; }

.b-bloc-divider { height: 40px !important; background-color: transparent !important; border: none !important; box-shadow: none !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; }

#navigation-bar-hide { opacity: 1 !important; top: 0 !important; }

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