@import url(main.css);
.fs-6.lead { color: black; }

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

h2.display-6.fw-bold.p-3.pt-lg-3.m-0.titles { color: white; }

/*Header*/
.grow.button_header.text-color-fourth.mx-3.mx-lg-2.p-2.rounded-pill.text-decoration-none.button-header-telephone { color: #fff !important; }

/*Hero*/
.fondDegradeLogo { width: 50% !important; }

.titleText.text-white.text-center.fs-2.mb-4.mt-lg-5.titles { letter-spacing: 0 !important; font-size: 3rem !important; }

#phone-analytics-tag-video-bloc { color: #fff !important; }

.carousel-inner.carousel-inner-homepage { background-color: #2D2D2D !important; }

.carousel-item.carousel-item-homepage { opacity: 62.5% !important; }

/*About*/
.rounded-lg-3 { border-radius: var(--bs-border-radius-lg) !important; width: 100%; }

.background-image-div-opacity { border-radius: var(--bs-border-radius-lg) !important; }

/*Map*/
.row.flex-lg-row-reverse.align-items-center.g-5.py-2.px-4.mt-5.position-relative.z-1 { margin-top: 0rem !important; }

#zone .d-block.mx-lg-auto.img-fluid { width: 100%; height: 100%; }

/*CTA*/
#grey-button .ctaLinks-button { background-color: #2B2B2B; transition: background-color 0.3s ease, color 0.3s ease; }

#grey-button .ctaLinks-button:hover { background-color: #C4570D; }

#grey-button .ctaLinks-button:hover span { color: #FFFFFF; }

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

/*Services*/
.d-block.mx-lg-auto.img-fluid { border-radius: var(--bs-border-radius-lg) !important; width: 800px; height: 350px; object-fit: cover; }

.row.flex-lg-row.align-items-center.g-5.py-2.px-4.mt-5.position-relative.z-1 { margin-top: 0rem !important; }

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

/*Contact Form*/
#contact .titles::before { content: ''; background-image: url("https://firebasestorage.googleapis.com/v0/b/refpro-app-ca244.appspot.com/o/customers%2F7StLa1mmLyWjoV7XWqT154mbTm53%2Fimages%2FCD_Couverture_Logotype_p9ds.webp?alt=media&token=3a40d650-efc3-4568-9509-2b11052f7fda"); width: 37.5%; height: 200px; background-size: contain; background-repeat: no-repeat; background-position: center; display: block; margin-left: auto; margin-right: auto; margin-bottom: 50px; }

/*Google Maps*/
.fs-4.titles { color: #F26C11 !important; }

.p-1 { color: #fff !important; }

.bi.bi-geo-alt.fs-4 { color: #F26C11 !important; }

.bi.bi-telephone.fs-4 { color: #F26C11 !important; }

/*Footer*/
.mx-4.mb-3.logo-footer.mx-auto > .logo_nav { height: 12vh !important; }

/*Services Icons*/
.services-icons { width: 100%; }

.services-icons__grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 20px; align-items: start; padding: 0rem 4rem 0rem 4rem; }

/*Links*/
.services-icons__item { display: flex; flex-direction: column; align-items: center; text-decoration: none; color: inherit; padding: 20px; border-radius: var(--bs-border-radius-lg); transition: transform 0.2s ease, background-color 0.2s ease; }

.services-icons__item:hover { transform: translateY(-2px); background-color: rgba(255, 255, 255, 0.1); }

.services-icons__item:focus-visible { outline: 2px solid #f26c11; outline-offset: 3px; }

/*Icons*/
.services-icons__icon { width: 100px; height: 100px; object-fit: contain; display: block; }

/*Text*/
.services-icons__label { margin-top: 10px; font-size: 1rem; font-weight: 500; text-align: center; color: #fff; line-height: 1.2; }

/*Responsive*/
@media (max-width: 900px) { .services-icons__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }

@media (max-width: 520px) { .services-icons__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .services-icons__icon { width: 56px; height: 56px; } }

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