@charset "UTF-8";
@import url(main.css);
.text-color-fourth { color: #ffffff !important; }

div.shadow-lg { box-shadow: none !important; }

.nav-link { color: #7FBAE9 !important; }

@media screen and (max-width: 768px) { .hc-container { flex-wrap: wrap; /* Permet aux cartes de s'empiler lorsqu'il n'y a pas assez de place */ justify-content: center; /* Centrer les cartes */ } }

@media screen and (max-width: 820px) { .hc-card { width: 300px !important; } }

/*--------------surlignement header------------------*/
.animated-border-button:after { background-color: #7fbae9; }

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

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

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

/* ------------------------------------------------------------Boutons socials */
.social-buttons { position: fixed; bottom: 150px; right: 50px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }

.social-button { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; border: 2px solid white; border-radius: 50%; background-color: #7FBAE9; transition: transform 0.3s ease, box-shadow 0.3s ease; }

.social-button img { width: 60%; height: 60%; object-fit: contain; }

.social-button:hover { transform: scale(1.1); }

.facebook:hover { box-shadow: 0 0 10px #7FBAE9, 0 0 20px #7FBAE9; }

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