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

lottie-player.lottie-scroll { display: none; }

.video-background-holder { display: none; }

.sliderLogoContainer.mx-auto { width: 25vw !important; }

.carousel-item-homepage img { filter: brightness(100%); }

a.button_homepageScreen { margin-top: 10px; margin-bottom: 20px; display: inline-block; font-weight: 600; }

#clients .owl-carousel .owl-item img { width: 300px !important; height: auto !important; }

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

.b-bloc-divider { height: 40px !important; background-color: transparent !important; border: none !important; box-shadow: none !important; }

.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; }

.px-5.py-5.fs-5 { padding-top: 2rem !important; }

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

.logo_nav { height: 10vh !important; margin-top: -10px !important; }

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

@media screen and (min-width: 991px) { #custom-gallery { padding: 20px 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; }

.btnDevis { position: fixed; bottom: 30px; right: 0; font-size: 18px; padding: 10px 20px; background: #d02232; color: white !important; text-decoration: none; border-radius: 30px 0 0 30px !important; z-index: 10; font-family: 'Saira'; font-weight: 600; }

.btnDevis:hover { background: #B9202E; color: white; }

@media (max-width: 768px) { .btnDevis { font-size: 14px; /* texte plus petit */ padding: 8px 14px; /* bouton plus compact */ bottom: 20px; /* un peu plus haut pour respirer */ } }

/*-------------------Accueil test deuxième bloc--------------------------*/
.bloc-logos-separes { display: flex; width: 100%; height: 100vh; /* occupe toute la fenêtre */ position: relative; }

.bloc-logos-separes .col-logo { flex: 1; /* chaque colonne prend 1/4 */ background-size: cover; background-position: center; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 20px; }

.bloc-logos-separes .col-logo img { max-width: 200px; height: auto; }

.bloc-logos-separes .btn-logo { display: inline-block; padding: 12px 25px; background-color: #d02232; /* rouge */ color: #fff; /* texte blanc */ text-decoration: none; border-radius: 30px; font-weight: bold; transition: background-color 0.3s ease; }

.bloc-logos-separes .btn-logo:hover { background-color: #B9202E; /* rouge plus foncé */ color: #fff; border: none; }

.bloc-logos-separes { display: flex; width: 100%; height: 100vh; }

.bloc-logos-separes .col-logo { flex: 1; background-size: cover; background-position: center; display: flex; flex-direction: column; justify-content: center; align-items: center; transition: transform 0.3s ease, box-shadow 0.3s ease; }

.bloc-logos-separes .col-logo:hover { transform: scale(1); /* effet zoom léger */ box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); /* ombre subtile */ z-index: 1; /* passe au-dessus des autres */ }

/* Responsive */
@media (max-width: 992px) { .bloc-logos-separes { flex-direction: column; /* passe en 1 colonne */ height: 100vh; } .bloc-logos-separes .col-logo { height: 25vh; padding: 10px; transform: none; /* on désactive sur mobile pour éviter les bugs */ box-shadow: none; } .bloc-logos-separes .col-logo img { max-width: 120px; /* réduire taille logo pour bien rentrer */ margin-bottom: 0px; } .bloc-logos-separes .btn-logo { padding: 8px 16px; font-size: 14px; } }

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