@charset "UTF-8";
@import url(main.css);
/*Barre de navigation qui se voit quand on scroll*/
.nav-link { text-transform: uppercase !important; }

nav#navigation-bar-show { background-color: white !important; }

#navigation-bar-show.scrolled { box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18); backdrop-filter: blur(12px); transform: translateY(0); }

/*Espace Titre bannière*/
.titleText.text-white.text-center.fs-2.mb-4.mt-lg-5.titles { margin-top: 0 !important; }

/*Fixer la barre de nav*/
#navigation-bar-hide { opacity: 1 !important; top: 0 !important; }

/* Animation dans le menu - surlignage */
.animated-border-button:after { background-color: #024893; }

/* Taille du header */
.navbar-brand { height: 12vh !important; width: 13vw !important; }

.logo_nav { height: 11vh !important; }

/* Bouton téléphone */
a.button-header-telephone, a.button-header-telephone i { font-family: Poppins, sans-serif !important; font-weight: 600 !important; background-color: #024893 !important; color: #ffffff !important; border: 2px solid #024893 !important; transition: all 0.3s ease; }

a.button-header-telephone:hover, a.button-header-telephone:hover i { background-color: #ffffff !important; color: #024893 !important; border-color: #024893 !important; }

a.button-header-telephone:hover * { color: #024893 !important; }

/* Icône */
.button-header-telephone i { color: #fff; }

a.button-header-telephone:hover i { border: none !important; background: transparent !important; }

/* Logo */
.fondDegradeLogo { display: block; margin: 0 auto; /* centre horizontalement */ width: 260px; /* ajuste la taille ici */ max-width: 160%; /* responsive */ height: auto; /* garde les proportions */ }

/* Hover */
.button-header-telephone:hover { background: #5f7c1b; border-color: #5f7c1b; transform: translateY(-2px); color: #fff !important; }

/* Focus (accessibilité + mobile) */
.button-header-telephone:focus { outline: none; box-shadow: 0 0 0 3px rgba(126, 161, 36, 0.25); }

/*Enlever l'effet zoom de la bannière d'accueil*/
.carousel-item-homepage img, .first-carousel-img { transform: none !important; transition: none !important; box-shadow: none !important; filter: none !important; opacity: 1 !important; }

/*Fond de la barre de nav*/
#navigation-bar-hide { background-color: #ffffff !important; box-shadow: rgba(0, 0, 0, 0.45) 0 25px 20px -20px; }

/*BLOC personnalisé en page d'acceuil "pourquoi nous choisir ?"**********************************************************************************************************************/
.bloc-r8m4-why-section { padding: 70px; background: linear-gradient(180deg, #ffffff 0%, #ffffff 88%, #ffffff 88%, #fffff 100%); overflow: hidden; }

.bloc-r8m4-why-container { max-width: 1330px; margin: 0 auto; box-shadow: rgba(0, 0, 0, 0.45) 0 25px 20px -20px; }

.bloc-r8m4-why-top { display: grid; grid-template-columns: 400px 8px 1fr; align-items: center; gap: 70px; margin-bottom: 70px; }

.bloc-r8m4-why-title * { margin: 0; }

.bloc-r8m4-why-line { width: 8px; height: 90px; background: #024893; display: block; }

.bloc-r8m4-why-intro * { margin: 0; }

.bloc-r8m4-why-content { display: grid; grid-template-columns: 1fr 1.55fr; gap: 80px; align-items: center; }

.bloc-r8m4-why-list { display: flex; flex-direction: column; }

.bloc-r8m4-why-item { display: grid; grid-template-columns: 45px 1fr; align-items: center; gap: 25px; padding: 22px 0; border-bottom: 1px solid #024893; }

.bloc-r8m4-why-item:last-child { border-bottom: none; }

.bloc-r8m4-why-check { width: 25px; height: 25px; border-radius: 50%; background: #f4f4f4; color: #024893; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 800; }

.bloc-r8m4-why-item-text * { margin: 0; }

.bloc-r8m4-why-btn { display: inline-flex; width: fit-content; margin-top: 42px; padding: 18px 40px; background: #024893; color: #ffffff; text-decoration: none; font-size: 18px; font-weight: 600; letter-spacing: 1px; transition: 0.3s ease; border-radius: 50px; }

.bloc-r8m4-why-btn p { margin: 0; }

.bloc-r8m4-why-btn:hover { background: #024893; color: #ffffff; }

.bloc-r8m4-why-btn:hover { background: #ffffff; border: 1px solid #024893; color: #024893; }

.bloc-r8m4-why-compare { position: relative; min-height: 530px; border-radius: 16px; overflow: hidden; box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18); }

.bloc-r8m4-why-compare img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.bloc-r8m4-why-after { clip-path: inset(0 50% 0 0); }

.bloc-r8m4-why-slider-line { position: absolute; top: 0; left: 50%; width: 3px; height: 100%; background: #024893; transform: translateX(-50%); z-index: 3; }

.bloc-r8m4-why-slider-button { position: absolute; top: 50%; left: 50%; width: 74px; height: 74px; border-radius: 50%; background: #024893; color: #ffffff; transform: translate(-50%, -50%); display: flex; align-items: center; justify-content: center; font-size: 42px; font-weight: 700; box-shadow: 8px 0 0 rgba(40, 43, 49, 0.45); z-index: 4; pointer-events: none; }

.bloc-r8m4-why-range { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; z-index: 5; }

@media screen and (max-width: 1100px) { .bloc-r8m4-why-section { padding: 60px 25px; } .bloc-r8m4-why-top { grid-template-columns: 1fr; gap: 28px; margin-bottom: 55px; } .bloc-r8m4-why-line { width: 90px; height: 8px; } .bloc-r8m4-why-content { grid-template-columns: 1fr; gap: 55px; } .bloc-r8m4-why-compare { min-height: 460px; } }

@media screen and (max-width: 650px) { .bloc-r8m4-why-section { padding: 45px 20px; } .bloc-r8m4-why-check { width: 32px; height: 32px; font-size: 18px; } .bloc-r8m4-why-item-text { font-size: 21px; } .bloc-r8m4-why-btn { padding: 16px 28px; font-size: 15px; } .bloc-r8m4-why-compare { min-height: 420px; } .bloc-r8m4-why-slider-button { width: 62px; height: 62px; font-size: 34px; } }

/*************************************************************************************************************************************************************************************/
/*Bannières pages secondaires*/
#secondaires, #accueil { height: 0; }

#secondaires + style + #fullHeight { height: 60vh; min-height: unset !important; }

/*****************************************************--------------------------Cartes de services Custom----------------------*******************************************************/
.custom-cards-2 { width: 100%; display: flex; display: -webkit-flex; justify-content: center; -webkit-justify-content: center; max-width: 1300px; margin-left: auto; margin-right: auto; }

.card__img { visibility: hidden; background-size: cover; background-position: center; background-repeat: no-repeat; width: 100%; height: 235px; border-top-left-radius: 12px; border-top-right-radius: 12px; }

.card__img--hover { transition: 0.2s all ease-out; background-size: cover; background-position: center; background-repeat: no-repeat; width: 100%; position: absolute; height: 235px; border-top-left-radius: 12px; border-top-right-radius: 12px; top: 0; }

.custom-card-2 { margin-right: 25px; transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1); background-color: #ffffff; width: 33.3%; position: relative; border-radius: 12px; overflow: hidden; box-shadow: 0px 13px 10px -7px rgba(0, 0, 0, 0.1); }

.custom-card-2, .custom-card-2 .card__info { background-color: #024893 !important; }

.custom-card-2:hover .card__info { background-color: #024893 !important; }

.custom-card-2:hover { box-shadow: 0px 30px 18px -8px rgba(0, 0, 0, 0.1); transform: scale(1.1, 1.1); }

.card__info { z-index: 2; background-color: #fff; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; padding: 16px 24px 24px 24px; }

.card__title { margin-top: 5px; margin-bottom: 10px; }

.custom-card-2:hover .card__img--hover { height: 100%; opacity: 0.3; }

.custom-card-2:hover .card__info { background-color: transparent; position: relative; }

.custom-card-2:hover .card__info-hover { opacity: 1; }

.custom-card-2:hover { align-content: flex-end; }

.card__info { pointer-events: none; }

@media (max-width: 1024px) { .custom-cards-2 { flex-wrap: wrap; /* Permet aux cartes de passer à la ligne */ } .custom-card-2 { width: 48%; /* Deux cartes par ligne sur tablette */ margin-bottom: 20px; } }

@media (max-width: 768px) { .custom-card-2 { width: 100%; /* Une carte par ligne sur mobile */ margin-right: 0; /* Supprime les marges */ } }

.custom-card-2 { position: relative; cursor: pointer; }

.custom-card-2::after { content: "↗"; position: absolute; right: 22px; bottom: 22px; width: 46px; height: 46px; border-radius: 50%; background: #ffffff; color: #024893; display: flex; align-items: center; justify-content: center; font-size: 26px; font-weight: 600; z-index: 10; box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18); transform: rotate(0deg); transition: transform 0.35s ease, background 0.35s ease, color 0.35s ease; }

.custom-card-2.card-arrow-active::after { content: "→"; background: #024893; border: 2px solid #ffffff; color: #ffffff; transform: translateX(7px) rotate(0deg); }

.custom-card-2.card-arrow-pulse::after { animation: arrowModernMove 0.45s ease; }

@keyframes arrowModernMove { 0% { transform: translate(0, 0) rotate(-12deg); }
  50% { transform: translate(10px, 0) rotate(0deg); }
  100% { transform: translateX(7px) rotate(0deg); } }

@media (max-width: 768px) { .custom-card-2::after { right: 18px; bottom: 18px; width: 40px; height: 40px; font-size: 22px; } }

/**************************************************************************************************************************************************************************************/
/*Bouton "Devis gratuit"*/
.button_homepageScreen .bi-google { color: #000000; }

a.button_homepageDoubleScreen { z-index: 99; padding: 0.3em 1.2em; background-color: #024893; border-radius: 50px; cursor: pointer; border: none; text-align: center; text-decoration: none; }

a.button_homepageDoubleScreen:hover span { color: #024893 !important; }

a.button_homepageDoubleScreen:hover { transform: translateY(-3px) scale(1.02); border: 1px solid #024893; }

a.button_homepageDoubleScreen, a.button_homepageDoubleScreen h5 { margin: 0 !important; }

/*hauteur des textes - bloc picto*/
.svg-picto-card .text-shadow p:first-child { min-height: 55px !important; }

/*bloc carte*/
.background-image-div-opacity { border-radius: 20px; overflow: hidden; }

/***********************************Bloc + texte pages secondaires******************************/
.mv-intro-section { position: relative !important; padding: 90px 0 !important; overflow: hidden !important; }

.mv-intro-container { width: 100% !important; max-width: 1380px !important; margin: 0 auto !important; padding: 0 20px !important; box-sizing: border-box !important; display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 58px !important; align-items: center !important; }

.mv-intro-carousel { position: relative !important; min-height: 520px !important; border-radius: 34px !important; overflow: hidden !important; box-shadow: 0 28px 70px rgba(0, 0, 0, 0.18), 0 12px 26px rgba(227, 10, 23, 0.14) !important; isolation: isolate !important; }

.mv-intro-slide { position: absolute !important; inset: 0 !important; opacity: 0 !important; transform: scale(1.08) !important; transition: opacity 1.1s ease, transform 5.5s ease !important; }

.mv-intro-slide.active { opacity: 1 !important; transform: scale(1) !important; }

.mv-intro-slide img { width: 100% !important; height: 100% !important; display: block !important; object-fit: cover !important; object-position: center !important; }

.mv-intro-dots { position: absolute !important; left: 34px !important; bottom: 30px !important; z-index: 4 !important; display: flex !important; gap: 9px !important; }

.mv-intro-dots .mv-dot { width: 9px !important; height: 9px !important; border-radius: 999px !important; background: #024893 !important; transition: width 0.35s ease, background 0.35s ease !important; border: 0 !important; padding: 0 !important; cursor: pointer !important; }

.mv-intro-dots .mv-dot.active { width: 32px !important; background: #024893 !important; }

.mv-intro-content { position: relative !important; z-index: 2 !important; }

.mv-intro-kicker { display: inline-flex !important; align-items: center !important; gap: 10px !important; margin-bottom: 18px !important; color: #024893 !important; font-weight: 600 !important; text-transform: uppercase !important; letter-spacing: 0.08em !important; font-size: 0.92rem !important; }

.mv-intro-kicker::before { content: "" !important; width: 38px !important; height: 3px !important; border-radius: 999px !important; background: #024893 !important; }

.mv-intro-content h2 { margin: 0 0 24px 0 !important; color: #5a8722 !important; font-size: 3rem !important; line-height: 1.06 !important; letter-spacing: -0.045em !important; text-wrap: balance !important; }

.mv-intro-content p { margin: 0 !important; color: #024893 !important; font-size: 1.08rem !important; line-height: 1.8 !important; max-width: 620px !important; }

@media (max-width: 980px) { .mv-intro-section { padding: 70px 0 !important; } .mv-intro-container { grid-template-columns: 1fr !important; gap: 38px !important; } .mv-intro-carousel { min-height: 440px !important; } .mv-intro-content h2 { font-size: 2.5rem !important; } }

@media (max-width: 760px) { .mv-intro-section { padding: 56px 0 !important; } .mv-intro-container { padding: 0 14px !important; } .mv-intro-carousel { min-height: 360px !important; border-radius: 26px !important; } .mv-intro-dots { left: 24px !important; bottom: 22px !important; } .mv-intro-content h2 { font-size: 2.1rem !important; } .mv-intro-content p { font-size: 1rem !important; line-height: 1.7 !important; } }

@media (max-width: 420px) { .mv-intro-carousel { min-height: 310px !important; } .mv-intro-content h2 { font-size: 1.85rem !important; } }

@media (prefers-reduced-motion: reduce) { .mv-intro-slide, .mv-intro-dots .mv-dot { animation: none !important; transition: none !important; } }

.btn-devis { display: inline-flex; align-items: center; justify-content: center; background-color: #024893; color: #ffffff !important; border: 2px solid #024893; border-radius: 30px; padding: 12px 26px; text-decoration: none !important; transition: all 0.3s ease; }

.btn-devis:hover { background-color: transparent; color: #024893 !important; border-color: #024893; }

.btn-devis { font-family: 'Poppins', sans-serif; font-weight: 600; }

/***********************************************************************************************************************************************************************************/
/*Enlever le bouton sur bloc cta*/
#intro .button_homepageDoubleScreen { display: none; }

/*Enlever l'espace dans le header*/
.spacer { display: none; }

/*Bloc séparation page isolations*/
.bloc-matieres { padding: 70px 24px; }

.bloc-matieres__container { max-width: 1180px; margin: 0 auto; display: flex; background: #ffffff; border: 2px solid #024893; border-radius: 28px; overflow: hidden; box-shadow: 0 28px 60px rgba(0, 0, 0, 0.16); position: relative; }

.bloc-matieres__item { width: 50%; padding: 48px; position: relative; }

.bloc-matieres__badge { width: 46px; height: 46px; border-radius: 50%; background: #024893; color: #ffffff; display: flex; align-items: center; justify-content: center; font-weight: 600; margin-bottom: 22px; }

.bloc-matieres__item h2, .bloc-matieres__item h3 { color: #024893; margin-bottom: 16px; }

.bloc-matieres__item p { color: #000000; line-height: 1.7; margin-bottom: 0; }

.bloc-matieres__separator { width: 2px; background: #024893; }

@media (max-width: 768px) { .bloc-matieres__container { flex-direction: column; } .bloc-matieres__item { width: 100%; padding: 34px; } .bloc-matieres__separator { width: 100%; height: 2px; } .bloc-matieres__item { display: flex; flex-direction: column; } .bloc-matieres__item h2, .bloc-matieres__item h3 { min-height: 70px; } }

/*---------------------------------------------------------Avant - Après------------------------------*/
\
 .slider-before-after-images:before, .slider-before-after-images:after { background: #024893 !important; }

\
 .slider-before-after-images { border: 3px solid #024893 !important; background: #024893 !important; }

.slider-before-after-images::before, .slider-before-after-images::after { background: #024893 !important; }

.slider-before-after-images { border: 3px solid #024893 !important; background: #024893 !important; }

.bi-chevron-left::before, .bi-chevron-right::before { color: #ffffff !important; }

/*------Couleur des flêches---*/
.bi-chevron-left::before, .bi-chevron-right::before { color: white; }

/*Bloc avant/après images - arrondir les angles*/
.image-before-after-container { border-radius: 18px; overflow: hidden; }

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

/*Bouton -consulter la galerie*/
.bp-btn-wrapper { display: flex; justify-content: center; margin: 0 !important; padding: 0 !important; }

.bp-btn, .bp-btn p { color: #ffffff !important; text-decoration: none !important; }

.bp-btn p { margin: 0 !important; padding: 0 !important; }

.bp-btn { display: inline-flex; align-items: center; justify-content: center; padding: 16px 34px; margin: 0 !important; background: #024893; border: 2px solid #024893; border-radius: 999px; font-weight: 600; line-height: 1; transition: all 0.3s ease; font-size: 18px; }

.bp-btn:hover { background: #ffffff; border-color: #024893; color: #024893 !important; }

.bp-btn:hover span { color: #024893 !important; }

/*Tiktok frame*/
.tac_socialsembeds .tiktok-embed { border-radius: 18px !important; border: 3px solid #024893 !important; box-shadow: 0 24px 55px rgba(0, 0, 0, 0.18); transform: translateY(-8px); overflow: hidden !important; transition: all 0.3s ease; }

.tac_socialsembeds .tiktok-embed iframe { border-radius: 15px !important; overflow: hidden !important; }

.tac_socialsembeds .tiktok-embed:hover { transform: translateY(-12px); box-shadow: 0 32px 70px rgba(0, 0, 0, 0.24); }

/*footer*/
.bg-thirdColor:has(footer) { background-image: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2F4HRisKTlhAYHIL4i6S4vIJh2Zfe2%2Fimages%2FDesign_sans_titre_laki.webp"); background-size: cover; background-position: center; background-repeat: no-repeat; padding-top: 100px; }

/*boutons pages secondaires*/
a.button_homepageDoubleScreen, a.button_homepageDoubleScreen h5 { margin: 0 !important; color: white !important; }

a.button_homepageDoubleScreen:hover, a.button_homepageDoubleScreen:hover h5 { color: #024889 !important; }

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