@charset "UTF-8";
@import url(main.css);
/*---------------------------------------------------------SEO BANDEAU H1------------------------------*/
\
 .bandeauTitre { color: black !important; }

/*-------------------------------------------------------------------HERO CUSTOM-----------------------------------------------------------------*/
.custom-hero-logo { max-width: 240px; height: auto; display: block; margin-bottom: 24px; }

.custom-hero-cards { background: #ffffff; position: relative; overflow: hidden; font-family: 'Sora', sans-serif; }

.custom-hero-bg { min-height: 620px; background-size: cover; background-position: center; position: relative; display: flex; align-items: flex-start; }

.custom-hero-overlay { position: absolute; inset: 0; background: rgba(15, 20, 18, 0.78); z-index: 1; }

.custom-hero-container { width: 100%; max-width: 1180px; margin: 0 auto; padding: 90px 20px 230px; position: relative; z-index: 2; }

.custom-hero-content { max-width: 900px; color: #fff; }

.custom-hero-subtitle { display: block; margin-bottom: 16px; font-size: 13px; font-weight: 700; text-transform: uppercase; color: #fed154; }

.custom-hero-content h1 { margin: 0 0 22px; max-width: 800px; font-size: 48px; line-height: 1.05; font-weight: 600; color: #fff; }

.custom-hero-content p { margin: 0; max-width: 800px; font-size: 16px; line-height: 1.7; color: rgba(255, 255, 255, 0.86); }

.custom-hero-buttons { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 30px; }

.custom-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 26px; border-radius: 8px; font-size: 14px; font-weight: 700; text-decoration: none !important; transition: 0.3s ease; }

.custom-btn-primary { background: #124e8f; color: #fff !important; }

.custom-btn-secondary { background: #fed154; color: #124e8f !important; }

.custom-btn-primary:hover { transform: translateY(-3px); background: transparent; color: #fff !important; border: 2px solid #fff; }

.custom-btn-secondary:hover { transform: translateY(-3px); background: transparent; color: #fff !important; border: 2px solid #fff; }

.custom-cards-wrapper { max-width: 1180px; margin: -170px auto 0; padding: 0 20px 80px; position: relative; z-index: 5; }

.custom-cards-container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }

.custom-card { display: block; background: #124e8f; border-radius: 10px; overflow: hidden; text-decoration: none !important; color: inherit; box-shadow: 0 14px 35px rgba(18, 78, 143, 0.12); transition: 0.3s ease; }

.custom-card:hover { transform: translateY(-8px); box-shadow: 0 20px 45px rgba(18, 78, 143, 0.2); }

.custom-card-image { height: 190px; overflow: hidden; position: relative; }

.custom-card-image::after { content: ""; position: absolute; inset: 0; background: rgba(18, 195, 244, 0.16); pointer-events: none; }

.custom-card-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: 0.4s ease; }

.custom-card:hover .custom-card-image img { transform: scale(1.06); }

.custom-card-content { padding: 28px 26px 30px; text-align: center; border-top: 5px solid #ffffff; }

.custom-card-content h3 { margin: 0 0 16px; font-size: 22px; font-weight: 800; color: #124e8f; }

.custom-card-content p { margin: 0 auto 22px; font-size: 15px; line-height: 1.6; color: #4f6475; }

.custom-card-link { display: inline-flex; align-items: center; justify-content: center; color: #ffffff; font-size: 26px; font-weight: 800; transition: 0.3s ease; }

.custom-card:hover .custom-card-link { transform: translateX(6px); color: #ffffff; }

.custom-cards-wrapper { margin-top: -130px; }

@media (max-width: 991px) { .custom-hero-bg { min-height: auto; } .custom-hero-container { padding: 70px 20px 190px; } .custom-hero-content h1 { font-size: 38px; } .custom-cards-container { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; } .custom-card-link { display: inline-flex; align-items: center; justify-content: center; gap: 8px; line-height: 1; } .custom-card-link span { display: inline-flex; align-items: center; line-height: 1; } .custom-card-arrow { display: inline-flex; align-items: center; line-height: 1; font-size: 22px; position: relative; top: -1px; } }

@media (max-width: 575px) { .custom-hero-container { padding: 60px 18px 150px; } .custom-hero-content h1 { font-size: 32px; } .custom-hero-content p { font-size: 15px; } .custom-hero-buttons { flex-direction: column; align-items: stretch; } .custom-btn { width: 100%; } .custom-cards-wrapper { margin-top: -100px; padding: 0 18px 60px; } .custom-card-image { height: 170px; } }

/*----------------------------------------------------------TEL BARRE DE NAV-------------------------------------------------------------------*/
a.grow.button_header.text-color-fourth.mx-3.mx-lg-2.my-2.my-lg-1.p-2.rounded-pill.text-decoration-none.button-header-telephone { background: #124e8f !important; color: #ffffff !important; border: 2px solid #ffffff !important; border-radius: 8px !important; transition: 0.3s ease; font-family: 'Sora', sans-serif; font-weight: 500; }

a.grow.button_header.text-color-fourth.mx-3.mx-lg-2.my-2.my-lg-1.p-2.rounded-pill.text-decoration-none.button-header-telephone:hover { transform: translateY(-3px); background: transparent !important; color: #fed154 !important; border: 2px solid #fed154 !important; border-radius: 8px !important; }

/*-----------------------------------------------------------BARRE DE NAV----------------------------------------------------------------------*/
#navigation-bar-show { opacity: 0 !important; visibility: hidden !important; transform: translateY(-100%) !important; transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease !important; }

#navigation-bar-show.nav-visible { opacity: 1 !important; visibility: visible !important; transform: translateY(0) !important; }

nav.navbar { box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; }

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

.logo_nav { height: 12vh !important; }

.spacer { display: none; }

/*----------------------------------------------------------BLOC ENGAGEMENTS--------------------------------------------------------------------*/
.delaunay-why { position: relative; overflow: hidden; padding: 6rem 2rem; background: #f8f8f8; }

/* glow subtil orange */
.delaunay-why__glow { position: absolute; inset: 0; background: radial-gradient(ellipse 65% 50% at 50% 50%, rgba(205, 146, 68, 0.06) 0%, transparent 70%); pointer-events: none; }

/* head */
.delaunay-why__header { position: relative; z-index: 2; text-align: center; margin-bottom: 4.5rem; }

/* label */
.delaunay-why__subtitle { display: block; color: #cd9244; font-size: 14px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; margin-bottom: 14px; }

/* row */
.delaunay-why__row { position: relative; z-index: 2; max-width: 1280px; margin: 0 auto; display: flex; align-items: stretch; justify-content: center; }

/* separator */
.delaunay-why__sep { width: 2px; background: #fed154; flex-shrink: 0; align-self: center; height: 150px; }

/* item */
.delaunay-why__item { flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 1rem 1.8rem; gap: 1.1rem; cursor: default; }

/* icon */
.delaunay-why__icon img { width: 100px; height: 100px; object-fit: contain; object-position: center; display: block; max-width: 100%; }

/* text */
.delaunay-why__item-title { font-size: 20px; color: rgba(255, 255, 255, 0.88); line-height: 1.45; transition: color 0.3s; padding-top: 0.6rem; }

.delaunay-why__item:hover .delaunay-why__item-title { color: #ffffff; }

.delaunay-why { background-size: cover; background-position: center; background-repeat: no-repeat; }

/* RESPONSIVE */
@media (max-width: 860px) { .delaunay-why { padding: 5rem 1.5rem; } .delaunay-why__row { flex-wrap: wrap; gap: 2rem 0; } .delaunay-why__sep { display: none; } .delaunay-why__item { flex: 0 0 50%; max-width: 50%; } .delaunay-why__title { font-size: 2rem; } }

@media (max-width: 520px) { .delaunay-why { padding: 4.5rem 1rem; } .delaunay-why__item { flex: 0 0 50%; max-width: 50%; } .delaunay-why__icon, .delaunay-why__icon img { width: 100px; height: 100px; } .delaunay-why__item-title { font-size: 1rem; } .delaunay-why__icon + *:not(.delaunay-why__item-title) { display: none !important; } }

/*-------------------------------------------------------------------CUSTOM LE BLOC - VAGUE---------------------------------------------------*/
.delaunay-why { position: relative; overflow: hidden; padding: 180px 24px; }

/* HAUT */
.delaunay-wave-top-yellow { position: absolute; left: -20%; top: -120px; width: 140%; height: 220px; background: #fed154; border-radius: 0 0 50% 50% / 0 0 100% 100%; transform: rotate(-2deg); z-index: 1; }

.delaunay-wave-top-white { position: absolute; left: -20%; top: -150px; width: 140%; height: 220px; background: #fff; border-radius: 0 0 50% 50% / 0 0 100% 100%; transform: rotate(-1deg); z-index: 2; }

/* BAS : une seule vague blanche */
.delaunay-wave-bottom-yellow { display: none; }

.delaunay-wave-bottom-white { position: absolute; left: -20%; bottom: -90px; width: 140%; height: 160px; background: #fff; border-radius: 50% 50% 0 0 / 70% 70% 0 0; transform: rotate(-1deg); z-index: 2; }

/*--------------------------------------------------------REGLAGE HAUTEUR AVIS BLOC----------------------------------------------------*/
/* Avis Google : cartes même hauteur */
.googleReviews-div #google-reviews-widget .owl-stage { display: flex !important; align-items: stretch !important; }

.googleReviews-div #google-reviews-widget .owl-item { display: flex !important; height: auto !important; }

.googleReviews-div #google-reviews-widget .owl-item > .card { width: 100%; min-height: 260px; display: flex !important; flex-direction: column; }

.googleReviews-div #google-reviews-widget .card-body { flex: 1; display: flex; flex-direction: column; }

.googleReviews-div #google-reviews-widget .card-text { flex: 1; }

/*------------------------------------------------------------------------BOUTON GOOGLE BLOC AVIS------------------------------------------------*/
#maps-url { background: #124e8f !important; color: #ffffff !important; border-radius: 8px !important; border: 2px solid #124e8f !important; padding: 12px 22px; text-decoration: none !important; display: inline-flex; align-items: center; justify-content: center; font-family: 'Sora', sans-serif; font-weight: 600; }

#maps-url:hover { background: transparent !important; color: #124e8f !important; }

/*---------------------------------------------------------------CUSTOM BLOC SEO-------------------------------------------------------------*/
.first-activity-div, .second-activity-div, .third-activity-div { position: relative; overflow: hidden; background: #ffffff !important; }

/* Base du trait jaune */
.first-activity-div::before, .second-activity-div::before, .third-activity-div::before { content: ""; position: absolute; left: -15%; width: 130%; height: 170px; background: #fed154; clip-path: polygon(0 62%, 15% 56%, 30% 50%, 45% 42%, 60% 34%, 75% 28%, 100% 22%, 100% 34%, 75% 40%, 60% 47%, 45% 56%, 30% 64%, 15% 70%, 0 76%); opacity: 1; z-index: 0; }

/* Bloc 1 : trait en haut */
.first-activity-div::before { top: -80px; transform: rotate(-2deg); }

/* Bloc 2 : trait au milieu en diagonal */
.second-activity-div::before { top: 25%; left: -25%; width: 150%; transform: rotate(-12deg); }

/* Bloc 3 : trait en bas */
.third-activity-div::before { top: auto; bottom: -70px; transform: rotate(-3deg); }

.first-activity-div::after, .second-activity-div::after, .third-activity-div::after { display: none; }

.first-activity-div .row, .second-activity-div .row, .third-activity-div .row, .first-activity-div .background-image-div-opacity, .second-activity-div .background-image-div-opacity, .third-activity-div .background-image-div-opacity { position: relative; z-index: 2; }

/*---------------------------------------------------------BOUTON CTA BAS DE PAGE-------------------------------------------------------*/
.button_homepageDoubleScreen { margin: 0 !important; background-color: #124e8f !important; border: 2px solid #124e8f !important; border-radius: 8px !important; color: #ffffff !important; text-decoration: none !important; transition: all 0.3s ease; }

.button_homepageDoubleScreen h6 { margin: 0 !important; color: inherit !important; }

.button_homepageDoubleScreen span { color: inherit !important; }

.button_homepageDoubleScreen:hover { background-color: transparent !important; color: #ffffff !important; border-color: #ffffff !important; }

/*--------------------------------------------------------------FOND AVIS GOOGME-------------------------------------------------*/
.googleReviews-div { position: relative; background-image: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2FffPLFDDs5uTGNZZTrESRT5jQ42V2%2Fimages%2FDesign_sans_titre_21_bfim.webp"); background-size: cover; background-position: center; background-repeat: no-repeat; padding: 60px 0; overflow: hidden; }

.googleReviews-div::before { content: ""; position: absolute; inset: 0; background: rgba(255, 255, 255, 0.75); z-index: 0; }

.googleReviews-div > * { position: relative; z-index: 1; }

/*-------------------------------------------------------------BANNIERE PAGES SECONDAIRES----------------------------------------------*/
.carousel-item-homepage img, .first-carousel-img { transform: none !important; transition: none !important; box-shadow: none !important; filter: none !important; opacity: 1 !important; }

.spacer { display: none; }

h1, h1 span { letter-spacing: 0 !important; text-align: left !important; }

/* Hauteur du slider */
#carouselWithFeatures, .carousel-homepage, .carousel-inner-homepage, .carousel-item-homepage { height: 50vh !important; /* ajuste la valeur */ }

\
 .carousel-homepage img { width: 100%; height: 100%; object-fit: cover; }

/*-------------------------------------------------------------BLOC CUSTOM POUR PAGES SECONDAIRE------------------------------------------------*/
.custom-about-section { width: 100%; padding: 90px 20px; background: #ffffff; }

.custom-about-container { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: 45px; }

.custom-about-img { position: absolute; object-fit: cover; border-radius: 8px; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08); }

.custom-about-gallery { position: relative; height: 560px; max-width: 660px; }

.img-1 { top: 0; left: 35px; width: 285px; height: 190px; }

.img-2 { top: 55px; right: 0; width: 285px; height: 200px; }

.img-3 { top: 210px; left: 0; width: 330px; height: 180px; }

.img-4 { bottom: 0; right: 25px; width: 335px; height: 245px; }

.custom-about-label { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 14px; font-size: 13px; font-weight: 700; color: #002b5c; text-transform: uppercase; }

.custom-about-label::before { content: ""; width: 18px; height: 1px; background: #002b5c; }

.custom-about-content h2 { margin: 0 0 18px; font-size: 34px; line-height: 1.2; font-weight: 800; color: #050505; }

.custom-about-text { margin: 0 0 26px; font-size: 15px; line-height: 1.7; color: #333; }

.custom-about-card { background: #ffffff; border-radius: 18px; padding: 24px 28px; margin-bottom: 28px; box-shadow: 0 16px 35px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; }

.custom-about-card:hover { transform: translateY(-8px); box-shadow: 0 22px 45px rgba(0, 0, 0, 0.12); }

.custom-about-card ul { list-style: none; padding: 0; margin: 0; }

.custom-about-card li { position: relative; padding-left: 38px; margin-bottom: 16px; font-size: 14px; line-height: 1.5; color: #222; }

.custom-about-card li:last-child { margin-bottom: 0; }

.custom-about-card li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 21px; height: 21px; border: 2px solid #b8c0c8; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #7a8793; font-size: 12px; font-weight: 700; }

.custom-about-btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 26px; background: #124e8f; color: #124e8f; border-radius: 8px; font-size: 15px; font-weight: 700; text-decoration: none; transition: 0.3s ease; }

.custom-about-btn { border: 2px solid #124e8f; }

.custom-about-btn:hover { background: transparent; color: #124e8f; border-color: #124e8f; }

.custom-about-btn, .custom-about-btn p { margin: 0 !important; }

.custom-about-btn span { transition: color 0.3s ease; }

.custom-about-btn:hover span { color: #124e8f !important; }

@media (max-width: 900px) { .custom-about-container { grid-template-columns: 1fr; gap: 40px; } .custom-about-gallery { height: 500px; max-width: 560px; margin: 0 auto; } }

@media (max-width: 600px) { .custom-about-section { padding: 60px 16px; } .custom-about-gallery { height: auto; max-width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; } .custom-about-img { position: static; width: 100%; height: 160px; } .custom-about-content h2 { font-size: 28px; } }

/*----------------------------------------------------------------BLOC GALLERIE-------------------------------------------------------*/
.image-before-after-container { border-radius: 8px; overflow: hidden; }

.before-image-gallery, .after-image-gallery { border-radius: 8px; }

.before-after-slider-button i, .left-arrow-before, .right-arrow-before { color: #124e8f !important; }

/*-----------------------------------------------------------CTA PAGE REALISATIONS---------------------------------------------------------*/
.button_homepageDoubleScreen p { margin: 0 !important; }

.button_homepageDoubleScreen:hover { background: transparent !important; border-color: #124e8f !important; color: #124e8f !important; }

.button_homepageDoubleScreen:hover span { color: #124e8f !important; }

/*----------------------------------------------------------------BLOC GOOGLE MAPS----------------------------------------------------------*/
.informations-list { display: flex; align-items: stretch; justify-content: center; gap: 30px; }

.informations-list > .content, .informations-list > .map-content { flex: 1 1 0; max-width: 600px; min-height: 450px; box-sizing: border-box; }

.informations-list > .content { display: flex; flex-direction: column; justify-content: center; }

.informations-list > .map-content iframe { width: 100%; height: 100%; min-height: 450px; border: 0; display: block; }

.informations-list > .content, .informations-list > .map-content, .informations-list > .map-content iframe { border-radius: 8px; overflow: hidden; }

.informations-list #phone-analytics-tag-maps::after { content: "Disponible 24H/24"; display: block; margin-top: 8px; font-size: 20px; color: #124e8f; font-weight: 600; text-decoration: none !important; pointer-events: none; }

.informations-list > .content, .informations-list > .map-content { margin-bottom: 40px; margin-top: 30px; }

.informations-list > .content, .informations-list > .map-content { margin-bottom: 20px; }

@media (max-width: 991px) { .informations-list { flex-direction: column; gap: 20px; } .informations-list > .content, .informations-list > .map-content { max-width: 100%; width: 100%; } }

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