@charset "UTF-8";
@import url(main.css);
.navbar-brand { height: 9vh !important; width: 9vw !important; }

.logo_nav { height: 8vh !important; }

.hero-content h1 { font-weight: 600 !important; }

.h2 { font-weight: 600 !important; }

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

a.nav-link.fs-6.dropdown-toggle.px-0.text-color-secondary.text-center { display: none; }

/*--------------------------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 { text-align: center; flex: 1; }

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

@media (max-width: 835px) { .custom-video { text-align: center; } }

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

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

/*------------------------------------------Bouton Fixe en bas à droite------------------------------*/
.btnInsta { position: fixed; bottom: 75px; right: 0; padding: 10px 3px 10px 20px; background: #f25c05d6; color: black; text-decoration: none; border-radius: 30px 0 0 30px !important; z-index: 10; }

.btnInsta:hover { background: #f25c05; color: white; }

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

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

.btnDevis:visited { color: #ffffff !important; }

/*---------Cartes custom----------------------*/
.services-title { text-align: center; font-size: 32px; font-weight: 600 !important; margin-bottom: 0px; color: black; position: relative; }

.services-title::after { content: ""; display: block; width: 80px; height: 4px; background-color: #f25c05; margin: 8px auto 0; border-radius: 2px; }

div#custom-cards h3 { margin-bottom: 25px !important; }

/*--------------------------------- bannière PARTENAIRES*/
.partners-banner { width: 100%; background-image: url("https://firebasestorage.googleapis.com/v0/b/refpro-app-ca244.appspot.com/o/customers%2Fs6QoTIEjZTOOHKyRNhfO1yIoLp92%2Fimages%2FImages_3_god6.webp?alt=media&token=c0ff3228-9dec-48d1-9c82-95e0ab4d4278"); background-size: cover; background-attachment: fixed; /* effet de scroll */ background-position: center; display: flex; justify-content: center; align-items: center; }

.partners-cards-container { display: flex; flex-direction: column; gap: 60px; align-items: center; }

.partners-card-row { display: flex; gap: 60px; justify-content: center; flex-wrap: wrap; }

.partners-card { display: flex; justify-content: center; align-items: center; padding: 30px; transition: transform 0.3s ease; }

.partners-card:hover { transform: scale(1.25); }

.partners-card img { max-width: 100%; max-height: 100%; object-fit: contain; }

.partners-link { text-decoration: none; display: inline-block; transition: transform 0.3s 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; }

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