@import url(main.css);
/*-----------------------------------------BARRE DE NAV----------------------------------------*/
.navbar-brand { height: 9vh !important; width: 11vw !important; transform: translateX(60px); }

.logo_nav { height: 8vh !important; }

.navbar-nav .animated-border-button span { transition: color 0.3s ease; }

.navbar-nav .animated-border-button:hover span { color: #6d7253 !important; }

.button-header-telephone { background: transparent !important; border: 2px solid #6d7253 !important; color: #6d7253 !important; font-weight: 700 !important; border-radius: 0 !important; transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease; }

.button-header-telephone span, .button-header-telephone p { margin: 0 !important; padding: 0 !important; color: #6d7253 !important; transition: color 0.3s ease; }

.button-header-telephone:hover { background: #6d7253 !important; border-color: #6d7253 !important; color: #ffffff !important; }

.button-header-telephone:hover span, .button-header-telephone:hover p { color: #ffffff !important; }

a.button-header-telephone, a.button-header-telephone.rounded-pill, .button_header.button-header-telephone, .button_header.button-header-telephone.rounded-pill { border-radius: 0 !important; overflow: hidden !important; }

.button-header-telephone i, .button-header-telephone .bi, .button-header-telephone .bi-telephone { display: none !important; }

nav.navbar { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); }

@media screen and (max-width: 1200px) { .navbar-brand { width: 150px !important; transform: translateX(25px); } .logo_nav { width: 100% !important; height: 100% !important; object-fit: contain; } }

@media screen and (max-width: 991px) { .navbar-brand { width: 135px !important; height: 70px !important; transform: none; } .logo_nav { width: 100% !important; height: 100% !important; object-fit: contain; } nav.navbar { box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08); } }

@media screen and (max-width: 576px) { .navbar-brand { width: 120px !important; height: 62px !important; } }

/*------------------------------------------HERO-------------------------------------*/
.hero-construction { position: relative; width: 100%; min-height: 780px; height: 100vh; overflow: hidden; background-size: cover; background-position: center; background-repeat: no-repeat; display: flex; align-items: center; }

.hero-construction__overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.25) 42%, rgba(0, 0, 0, 0.1) 72%, rgba(0, 0, 0, 0.03) 100%); pointer-events: none; }

.hero-construction__container { position: relative; z-index: 2; width: 100%; max-width: 1500px; margin: 0 auto; padding: 80px 70px; }

.hero-construction__content { width: 100%; max-width: 900px; }

.hero-construction__logo { margin-bottom: 35px; }

.hero-construction__logo img { display: block; width: auto; max-width: 400px; max-height: 190px; object-fit: contain; }

.hero-construction__title { margin: 0; max-width: 900px; color: #ffffff; font-size: 48px; line-height: 1.08; font-weight: 800; text-transform: uppercase; letter-spacing: -1px; }

.hero-construction__title h1, .hero-construction__title h2, .hero-construction__title p { margin: 0; color: #ffffff; font-size: inherit; line-height: inherit; font-weight: inherit; }

.hero-construction__description { max-width: 700px; margin: 25px 0 0; color: rgba(255, 255, 255, 0.92); font-size: 18px; line-height: 1.6; font-weight: 400; }

.hero-construction__description p { margin: 0; color: inherit; }

.hero-construction__buttons { display: flex; align-items: center; gap: 16px; margin-top: 34px; }

.hero-construction__btn { min-height: 56px; padding: 0 30px; margin: 0 !important; display: inline-flex; align-items: center; justify-content: center; border: 2px solid transparent; color: #ffffff !important; font-size: 14px; line-height: 1; font-weight: 700; text-align: center !important; text-decoration: none !important; text-transform: uppercase; transition: background-color 0.3s ease, border-color 0.3s ease; }

.hero-construction__btn p, .hero-construction__btn span, .hero-construction__btn div { margin: 0 !important; padding: 0 !important; text-align: center !important; color: inherit !important; line-height: 1.2; }

.hero-construction__btn:visited, .hero-construction__btn:focus, .hero-construction__btn:active { color: #ffffff !important; text-decoration: none !important; }

.hero-construction__btn--primary { background: #6d7253; border-color: #6d7253; color: #ffffff !important; }

.hero-construction__btn--primary:hover { background: transparent; border-color: #ffffff; color: #ffffff !important; }

.hero-construction__btn--secondary { background: transparent; border-color: #ffffff; color: #ffffff !important; }

.hero-construction__btn--secondary:hover { background: #6d7253; border-color: #6d7253; color: #ffffff !important; }

@media screen and (max-width: 1200px) { .hero-construction { min-height: 720px; } .hero-construction__container { padding-left: 50px; padding-right: 50px; } .hero-construction__content { max-width: 800px; } .hero-construction__logo img { max-width: 350px; max-height: 170px; } .hero-construction__title { max-width: 800px; font-size: 44px; } }

@media screen and (max-width: 991px) { .hero-construction { min-height: 680px; height: auto; background-position: center; } .hero-construction__overlay { background: linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.25) 65%, rgba(0, 0, 0, 0.1) 100%); } .hero-construction__container { padding: 100px 35px; } .hero-construction__content { max-width: 720px; } .hero-construction__logo img { max-width: 320px; max-height: 150px; } .hero-construction__title { max-width: 720px; font-size: 40px; line-height: 1.1; } .hero-construction__description { max-width: 620px; font-size: 17px; } }

@media screen and (max-width: 767px) { .hero-construction { min-height: 650px; height: auto; background-position: center; } .hero-construction__overlay { background: rgba(0, 0, 0, 0.38); } .hero-construction__container { padding: 80px 22px 65px; } .hero-construction__logo { margin-bottom: 28px; } .hero-construction__logo img { max-width: 280px; max-height: 140px; } .hero-construction__title { max-width: 100%; font-size: 34px; line-height: 1.08; letter-spacing: -0.5px; } .hero-construction__description { max-width: 100%; margin-top: 20px; font-size: 16px; line-height: 1.55; } .hero-construction__buttons { flex-direction: column; align-items: stretch; gap: 12px; margin-top: 28px; } .hero-construction__btn { width: 100%; min-height: 54px; } }

@media screen and (max-width: 480px) { .hero-construction__logo img { max-width: 250px; max-height: 125px; } .hero-construction__title { font-size: 30px; } }

/*---------------------------------HERO PAGES SECONDAIRES---------------------------*/
.carousel-item-homepage, #fullHeight { position: relative; overflow: hidden; }

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

.carousel-item-homepage::after, #fullHeight::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.52) 38%, rgba(0, 0, 0, 0.25) 70%, rgba(0, 0, 0, 0.12) 100%); }

.carousel-caption, .carousel-item-homepage .titleText { position: relative; z-index: 2; }

.titleText { letter-spacing: 0em; }

.first-carousel-img { height: 40vh; object-fit: cover; }

.first-carousel-img, .second-carousel-img { width: 100%; height: 55vh; object-fit: cover; }

.carousel-item-homepage { height: 55vh; }

#fullHeight { height: 55vh; }

@media (max-width: 991px) { .first-carousel-img, .second-carousel-img, .carousel-item-homepage, #fullHeight { height: 50vh; } .carousel-item-homepage::after, #fullHeight::after { background: linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.48) 60%, rgba(0, 0, 0, 0.22) 100%); } .first-carousel-img { height: 45vh; } }

@media (max-width: 576px) { .first-carousel-img, .second-carousel-img, .carousel-item-homepage, #fullHeight { height: 50vh; } .first-carousel-img { height: 35vh; } .carousel-item-homepage::after, #fullHeight::after { background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.5) 55%, rgba(0, 0, 0, 0.72) 100%); } }

/*--------------------------------------------BLOC QSN-----------------------------------------------*/
.about-cordiste { position: relative; width: 100%; padding: 100px 0; background: #ffffff; }

.about-cordiste__container { width: 100%; max-width: 1450px; margin: 0 auto; padding: 0 60px; display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: center; gap: 85px; }

.about-cordiste__slider { position: relative; width: 100%; height: 570px; overflow: hidden; }

.about-cordiste__slides { position: relative; width: 100%; height: 100%; }

.about-cordiste__slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity 0.6s ease, visibility 0.6s ease; }

.about-cordiste__slide.active { opacity: 1; visibility: visible; }

.about-cordiste__slide img { display: block; width: 100%; height: 100%; object-fit: cover; }

.about-cordiste__nav { position: absolute; right: 0; bottom: 0; z-index: 5; display: flex; }

.about-cordiste__arrow { width: 58px; height: 58px; margin: 0; padding: 0; border: 0; background: #ffffff; color: #6d7253; font-size: 23px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.3s ease, color 0.3s ease; }

.about-cordiste__arrow:hover { background: #6d7253; color: #ffffff; }

.about-cordiste__content { position: relative; width: 100%; min-width: 0; }

.about-cordiste__heading { position: relative; width: 100%; height: 92px; margin-bottom: 32px; overflow: visible; }

.about-cordiste__title-back { position: absolute; top: 0; left: 0; z-index: 0; display: inline-block; font-family: Arial, Helvetica, sans-serif !important; font-size: 64px; line-height: 1; font-weight: 700; letter-spacing: -3px; text-transform: uppercase; white-space: nowrap; color: transparent !important; -webkit-text-fill-color: transparent !important; -webkit-text-stroke: 1px #dddddd; opacity: 0.75; pointer-events: none; }

.about-cordiste__title-back h1, .about-cordiste__title-back h2, .about-cordiste__title-back h3, .about-cordiste__title-back p { margin: 0 !important; padding: 0 !important; font-family: Arial, Helvetica, sans-serif !important; font-size: inherit !important; line-height: 1 !important; font-weight: 700 !important; letter-spacing: -3px !important; text-transform: uppercase !important; white-space: nowrap !important; color: transparent !important; -webkit-text-fill-color: transparent !important; -webkit-text-stroke: 1px #dddddd !important; background: none !important; border: 0 !important; box-shadow: none !important; }

.about-cordiste__title-back::before, .about-cordiste__title-back::after, .about-cordiste__title-back h1::before, .about-cordiste__title-back h1::after, .about-cordiste__title-back h2::before, .about-cordiste__title-back h2::after, .about-cordiste__title-back h3::before, .about-cordiste__title-back h3::after, .about-cordiste__title-back p::before, .about-cordiste__title-back p::after { content: none !important; display: none !important; }

.about-cordiste__title-front { position: absolute; top: 43px; left: 38px; z-index: 2; display: inline-block; font-family: Arial, Helvetica, sans-serif !important; font-size: 42px; line-height: 1; font-weight: 800; letter-spacing: -2px; text-transform: uppercase; white-space: nowrap; color: #6d7253 !important; }

.about-cordiste__title-front h1, .about-cordiste__title-front h2, .about-cordiste__title-front h3, .about-cordiste__title-front p { margin: 0 !important; padding: 0 !important; font-family: Arial, Helvetica, sans-serif !important; font-size: inherit !important; line-height: 1 !important; font-weight: 800 !important; letter-spacing: -2px !important; text-transform: uppercase !important; white-space: nowrap !important; color: #6d7253 !important; background: none !important; border: 0 !important; box-shadow: none !important; }

.about-cordiste__title-front::before, .about-cordiste__title-front::after, .about-cordiste__title-front h1::before, .about-cordiste__title-front h1::after, .about-cordiste__title-front h2::before, .about-cordiste__title-front h2::after, .about-cordiste__title-front h3::before, .about-cordiste__title-front h3::after, .about-cordiste__title-front p::before, .about-cordiste__title-front p::after { content: none !important; display: none !important; }

.about-cordiste__description { max-width: 650px; color: #555555; font-size: 17px; line-height: 1.8; }

.about-cordiste__description p { margin-top: 0; margin-bottom: 18px; }

.about-cordiste__description p:last-child { margin-bottom: 0; }

@media screen and (max-width: 1250px) { .about-cordiste__container { padding: 0 40px; gap: 55px; } .about-cordiste__slider { height: 500px; } .about-cordiste__heading { height: 82px; } .about-cordiste__title-back { font-size: 54px; letter-spacing: -2px; } .about-cordiste__title-front { top: 36px; left: 28px; font-size: 36px; } }

@media screen and (max-width: 1050px) { .about-cordiste__container { gap: 40px; } .about-cordiste__title-back { font-size: 48px; } .about-cordiste__title-front { top: 33px; left: 22px; font-size: 32px; } }

@media screen and (max-width: 991px) { .about-cordiste { padding: 80px 0; } .about-cordiste__container { grid-template-columns: 1fr; padding: 0 30px; gap: 55px; } .about-cordiste__slider { height: 500px; } .about-cordiste__content { max-width: 750px; } .about-cordiste__heading { height: 90px; } .about-cordiste__title-back { font-size: 60px; } .about-cordiste__title-front { top: 40px; left: 32px; font-size: 39px; } }

@media screen and (max-width: 767px) { .about-cordiste { padding: 65px 0; } .about-cordiste__container { padding: 0 20px; gap: 40px; } .about-cordiste__slider { height: 390px; } .about-cordiste__arrow { width: 52px; height: 52px; font-size: 21px; } .about-cordiste__heading { height: 70px; margin-bottom: 25px; } .about-cordiste__title-back { font-size: 44px; letter-spacing: -2px; } .about-cordiste__title-front { top: 30px; left: 18px; font-size: 29px; letter-spacing: -1px; } .about-cordiste__description { max-width: 100%; font-size: 16px; line-height: 1.7; } }

@media screen and (max-width: 550px) { .about-cordiste__slider { height: 340px; } .about-cordiste__heading { height: 61px; } .about-cordiste__title-back { font-size: 36px; } .about-cordiste__title-front { top: 25px; left: 13px; font-size: 24px; } }

@media screen and (max-width: 480px) { .about-cordiste { padding: 55px 0; } .about-cordiste__container { padding: 0 16px; gap: 35px; } .about-cordiste__slider { height: 310px; } .about-cordiste__heading { height: 55px; margin-bottom: 22px; } .about-cordiste__title-back { font-size: 31px; letter-spacing: -1px; } .about-cordiste__title-front { top: 21px; left: 10px; font-size: 21px; letter-spacing: -0.5px; } .about-cordiste__description { font-size: 15px; line-height: 1.7; } .about-cordiste__arrow { width: 48px; height: 48px; font-size: 19px; } }

/*-----------------------------------------BLOC SERVICES---------------------------------------------------*/
.services-duo { position: relative; width: 100%; padding: 105px 0; background: #938e6c; overflow: hidden; }

.services-duo__container { width: 100%; max-width: 1450px; margin: 0 auto; padding: 0 60px; }

.services-duo__heading { position: relative; width: 100%; height: 100px; margin-bottom: 55px; overflow: visible; }

.services-duo__title-back { position: absolute; top: 0; left: 0; z-index: 0; display: inline-block; font-family: Arial, Helvetica, sans-serif !important; font-size: 68px; line-height: 1; font-weight: 700; letter-spacing: -3px; text-transform: uppercase; white-space: nowrap; color: transparent !important; -webkit-text-fill-color: transparent !important; -webkit-text-stroke: 1px rgba(255, 255, 255, 0.35); pointer-events: none; }

.services-duo__title-back h1, .services-duo__title-back h2, .services-duo__title-back h3, .services-duo__title-back p { margin: 0 !important; padding: 0 !important; font-family: Arial, Helvetica, sans-serif !important; font-size: inherit !important; line-height: 1 !important; font-weight: 700 !important; letter-spacing: -3px !important; text-transform: uppercase !important; white-space: nowrap !important; color: transparent !important; -webkit-text-fill-color: transparent !important; -webkit-text-stroke: 1px rgba(255, 255, 255, 0.35) !important; background: none !important; }

.services-duo__title-front { position: absolute; top: 46px; left: 38px; z-index: 2; display: inline-block; font-family: Arial, Helvetica, sans-serif !important; font-size: 43px; line-height: 1; font-weight: 800; letter-spacing: -2px; text-transform: uppercase; white-space: nowrap; color: #6d7253; }

.services-duo__title-front h1, .services-duo__title-front h2, .services-duo__title-front h3, .services-duo__title-front p { margin: 0 !important; padding: 0 !important; font-family: Arial, Helvetica, sans-serif !important; font-size: inherit !important; line-height: 1 !important; font-weight: 800 !important; letter-spacing: -2px !important; text-transform: uppercase !important; white-space: nowrap !important; color: #6d7253 !important; background: none !important; }

.services-duo__title-back::before, .services-duo__title-back::after, .services-duo__title-front::before, .services-duo__title-front::after, .services-duo__title-back h1::before, .services-duo__title-back h1::after, .services-duo__title-back h2::before, .services-duo__title-back h2::after, .services-duo__title-back h3::before, .services-duo__title-back h3::after, .services-duo__title-back p::before, .services-duo__title-back p::after, .services-duo__title-front h1::before, .services-duo__title-front h1::after, .services-duo__title-front h2::before, .services-duo__title-front h2::after, .services-duo__title-front h3::before, .services-duo__title-front h3::after, .services-duo__title-front p::before, .services-duo__title-front p::after { content: none !important; display: none !important; }

.services-duo__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }

.services-duo__card { position: relative; display: block; height: 520px; overflow: hidden; text-decoration: none !important; background: #6d7253; }

.services-duo__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }

.services-duo__overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(5, 59, 114, 0.06) 0%, rgba(5, 59, 114, 0.18) 40%, rgba(0, 0, 0, 0.72) 100%); transition: background 0.4s ease; }

.services-duo__number { position: absolute; top: 30px; left: 32px; z-index: 3; color: rgba(255, 255, 255, 0.8); font-size: 14px; line-height: 1; font-weight: 700; letter-spacing: 2px; }

.services-duo__card-content { position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; padding: 38px; color: #ffffff; }

.services-duo__card-title { max-width: 520px; margin: 0 0 14px; color: #ffffff; font-size: 30px; line-height: 1.12; font-weight: 800; text-transform: uppercase; }

.services-duo__card-title h2, .services-duo__card-title h3, .services-duo__card-title p { margin: 0 !important; color: #ffffff !important; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; }

.services-duo__card-description { max-width: 500px; padding-right: 75px; color: rgba(255, 255, 255, 0.85); font-size: 16px; line-height: 1.6; }

.services-duo__card-description p { margin: 0 !important; color: inherit !important; }

.services-duo__arrow { position: absolute; right: 38px; bottom: 38px; width: 54px; height: 54px; border: 1px solid rgba(255, 255, 255, 0.8); display: flex; align-items: center; justify-content: center; color: #ffffff; font-size: 23px; line-height: 1; transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease; }

.services-duo__card:hover .services-duo__image { transform: scale(1.05); }

.services-duo__card:hover .services-duo__overlay { background: linear-gradient(180deg, rgba(5, 59, 114, 0.12) 0%, rgba(5, 59, 114, 0.3) 40%, rgba(5, 59, 114, 0.85) 100%); }

.services-duo__card:hover .services-duo__arrow { background: #ffffff; color: #6d7253; transform: translateX(4px); }

@media screen and (max-width: 1200px) { .services-duo__container { padding: 0 40px; } .services-duo__heading { height: 88px; margin-bottom: 45px; } .services-duo__title-back { font-size: 58px; } .services-duo__title-front { top: 39px; left: 30px; font-size: 38px; } .services-duo__card { height: 470px; } }

@media screen and (max-width: 991px) { .services-duo { padding: 80px 0; } .services-duo__container { padding: 0 30px; } .services-duo__grid { gap: 20px; } .services-duo__card { height: 430px; } .services-duo__card-content { padding: 30px; } .services-duo__card-title { font-size: 26px; } .services-duo__arrow { right: 30px; bottom: 30px; } }

@media screen and (max-width: 767px) { .services-duo { padding: 65px 0; } .services-duo__container { padding: 0 20px; } .services-duo__heading { height: 70px; margin-bottom: 35px; } .services-duo__title-back { font-size: 44px; letter-spacing: -2px; } .services-duo__title-front { top: 30px; left: 18px; font-size: 29px; letter-spacing: -1px; } .services-duo__grid { grid-template-columns: 1fr; } .services-duo__card { height: 430px; } }

@media screen and (max-width: 480px) { .services-duo { padding: 55px 0; } .services-duo__container { padding: 0 16px; } .services-duo__heading { height: 57px; margin-bottom: 30px; } .services-duo__title-back { font-size: 32px; letter-spacing: -1px; } .services-duo__title-front { top: 22px; left: 10px; font-size: 22px; letter-spacing: -0.5px; } .services-duo__card { height: 380px; } .services-duo__card-content { padding: 24px; } .services-duo__card-title { padding-right: 0; font-size: 24px; } .services-duo__card-description { padding-right: 60px; font-size: 15px; } .services-duo__number { top: 24px; left: 24px; } .services-duo__arrow { right: 24px; bottom: 24px; width: 48px; height: 48px; } }

/*----------------------------------------BLOC SERVICES---------------------------------------------------*/
.services-modern { position: relative; width: 100%; padding: 100px 0; background: #f1f1ef; overflow: hidden; }

.services-modern__container { width: 100%; max-width: 1450px; margin: 0 auto; padding: 0 60px; }

.services-modern__heading { position: relative; width: 100%; height: 92px; margin-bottom: 50px; text-align: center; overflow: visible; }

.services-modern__title-back { position: absolute; top: 0; left: 50%; z-index: 0; display: inline-block; transform: translateX(-50%); font-family: Arial, Helvetica, sans-serif !important; font-size: 64px; line-height: 1; font-weight: 700 !important; letter-spacing: -3px; text-transform: uppercase; white-space: nowrap; color: transparent !important; -webkit-text-fill-color: transparent !important; -webkit-text-stroke: 1px #dddddd !important; opacity: 0.75; pointer-events: none; }

.services-modern__title-back * { margin: 0 !important; padding: 0 !important; font-family: Arial, Helvetica, sans-serif !important; font-size: inherit !important; line-height: 1 !important; font-weight: 700 !important; letter-spacing: -3px !important; text-transform: uppercase !important; white-space: nowrap !important; color: transparent !important; -webkit-text-fill-color: transparent !important; -webkit-text-stroke: 1px #dddddd !important; background: none !important; border: 0 !important; box-shadow: none !important; }

.services-modern__title-front { position: absolute; top: 43px; left: 50%; z-index: 2; display: inline-block; transform: translateX(-50%); font-family: Arial, Helvetica, sans-serif !important; font-size: 42px; line-height: 1; font-weight: 800 !important; letter-spacing: -2px; text-transform: uppercase; white-space: nowrap; color: #6d7253 !important; }

.services-modern__title-front * { margin: 0 !important; padding: 0 !important; font-family: Arial, Helvetica, sans-serif !important; font-size: inherit !important; line-height: 1 !important; font-weight: 800 !important; letter-spacing: -2px !important; text-transform: uppercase !important; white-space: nowrap !important; color: #6d7253 !important; background: none !important; border: 0 !important; box-shadow: none !important; }

.services-modern__title-back::before, .services-modern__title-back::after, .services-modern__title-back *::before, .services-modern__title-back *::after, .services-modern__title-front::before, .services-modern__title-front::after, .services-modern__title-front *::before, .services-modern__title-front *::after { content: none !important; display: none !important; }

.services-modern__cards { display: flex; width: 100%; height: 560px; gap: 2px; overflow: hidden; }

.services-modern__card { position: relative; flex: 1 1 50%; min-width: 0; height: 100%; overflow: hidden; display: flex; align-items: flex-end; color: #ffffff; text-decoration: none !important; background: #6d7253; transition: flex 0.65s cubic-bezier(0.22, 1, 0.36, 1), filter 0.4s ease; }

.services-modern__image { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; transform: scale(1.01); transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1); }

.services-modern__overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.12) 38%, rgba(0, 0, 0, 0.82) 100%); transition: background 0.5s ease; }

.services-modern__card::after { content: ""; position: absolute; inset: 0; z-index: 2; border: 1px solid rgba(255, 255, 255, 0.18); pointer-events: none; transition: border-color 0.4s ease; }

.services-modern__number { position: absolute; top: 30px; left: 32px; z-index: 3; color: rgba(255, 255, 255, 0.75); font-size: 13px; line-height: 1; font-weight: 600; letter-spacing: 0.18em; }

.services-modern__card-content { position: relative; z-index: 4; width: 100%; padding: 42px; }

.services-modern__card-title { max-width: 560px; color: #ffffff; font-size: 31px; line-height: 1.12; font-weight: 700; text-transform: uppercase; }

.services-modern__card-title h2, .services-modern__card-title h3, .services-modern__card-title h4, .services-modern__card-title h5, .services-modern__card-title p { margin: 0 !important; padding: 0 !important; color: #ffffff !important; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; }

.services-modern__card-title h2 span, .services-modern__card-title h3 span, .services-modern__card-title h4 span, .services-modern__card-title h5 span, .services-modern__card-title p span { color: #ffffff !important; }

.services-modern__line { display: block; width: 58px; height: 2px; margin: 18px 0 22px; background: #ffffff; opacity: 0.7; transition: width 0.45s ease, opacity 0.45s ease; }

.services-modern__bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; }

.services-modern__button { position: relative; display: inline-flex; align-items: center; margin: 0; padding: 0 0 5px; color: #ffffff !important; font-size: 14px; line-height: 1.2; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; }

.services-modern__button p, .services-modern__button span { margin: 0 !important; padding: 0 !important; color: #ffffff !important; }

.services-modern__button::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #ffffff; transform-origin: left center; transition: transform 0.4s ease; }

.services-modern__arrow { width: 54px; height: 54px; flex: 0 0 54px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255, 255, 255, 0.65); color: #ffffff; font-size: 24px; line-height: 1; transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease, transform 0.35s ease; }

.services-modern__card:hover { flex: 1.18 1 50%; color: #ffffff; }

.services-modern__card:hover .services-modern__image { transform: scale(1.07); }

.services-modern__card:hover .services-modern__overlay { background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.38) 40%, rgba(0, 0, 0, 0.92) 100%); }

.services-modern__card:hover::after { border-color: rgba(255, 255, 255, 0.38); }

.services-modern__card:hover .services-modern__line { width: 100px; opacity: 1; }

.services-modern__card:hover .services-modern__arrow { background: #ffffff; border-color: #ffffff; color: #6d7253; transform: translateX(5px); }

.services-modern__card:hover .services-modern__button, .services-modern__card:hover .services-modern__button p, .services-modern__card:hover .services-modern__button span, .services-modern__card:hover .services-modern__card-title, .services-modern__card:hover .services-modern__card-title h2, .services-modern__card:hover .services-modern__card-title h3, .services-modern__card:hover .services-modern__card-title h4, .services-modern__card:hover .services-modern__card-title h5, .services-modern__card:hover .services-modern__card-title p, .services-modern__card:hover .services-modern__card-title span { color: #ffffff !important; }

@media screen and (max-width: 1200px) { .services-modern__container { padding: 0 40px; } .services-modern__heading { height: 82px; margin-bottom: 45px; } .services-modern__title-back { font-size: 54px; letter-spacing: -2px; } .services-modern__title-back * { letter-spacing: -2px !important; } .services-modern__title-front { top: 36px; font-size: 36px; } .services-modern__cards { height: 500px; } .services-modern__card-content { padding: 34px; } .services-modern__card-title { font-size: 28px; } }

@media screen and (max-width: 991px) { .services-modern { padding: 80px 0; } .services-modern__container { padding: 0 30px; } .services-modern__heading { height: 86px; } .services-modern__title-back { font-size: 56px; } .services-modern__title-front { top: 38px; font-size: 36px; } .services-modern__cards { height: auto; flex-direction: column; gap: 2px; } .services-modern__card { flex: none; width: 100%; height: 430px; } .services-modern__card:hover { flex: none; } }

@media screen and (max-width: 767px) { .services-modern { padding: 65px 0; } .services-modern__container { padding: 0 20px; } .services-modern__heading { height: 70px; margin-bottom: 35px; } .services-modern__title-back { font-size: 44px; letter-spacing: -2px; } .services-modern__title-back * { letter-spacing: -2px !important; } .services-modern__title-front { top: 30px; font-size: 29px; letter-spacing: -1px; } .services-modern__title-front * { letter-spacing: -1px !important; } .services-modern__card { height: 390px; } .services-modern__card-content { padding: 28px; } .services-modern__number { top: 25px; left: 28px; } .services-modern__card-title { font-size: 25px; } .services-modern__arrow { width: 50px; height: 50px; flex-basis: 50px; } }

@media screen and (max-width: 480px) { .services-modern { padding: 55px 0; } .services-modern__container { padding: 0 16px; } .services-modern__heading { height: 56px; margin-bottom: 30px; } .services-modern__title-back { font-size: 32px; letter-spacing: -1px; } .services-modern__title-back * { letter-spacing: -1px !important; } .services-modern__title-front { top: 22px; font-size: 22px; letter-spacing: -0.5px; } .services-modern__title-front * { letter-spacing: -0.5px !important; } .services-modern__card { height: 350px; } .services-modern__card-content { padding: 23px; } .services-modern__number { top: 22px; left: 23px; } .services-modern__card-title { font-size: 22px; } .services-modern__line { margin: 15px 0 18px; } .services-modern__button { font-size: 13px; } .services-modern__arrow { width: 46px; height: 46px; flex-basis: 46px; font-size: 21px; } }

/*----------------------------------------------BLOC SEO------------------------------------------------*/
.first-activity-div, .second-activity-div, .third-activity-div { position: relative; width: calc(100% - 40px) !important; max-width: 1330px !important; margin: 0 auto 100px !important; padding: 0 !important; background: transparent !important; color: #555555 !important; border-radius: 0 !important; box-shadow: none !important; overflow: visible; }

.first-activity-div { margin-top: 100px !important; }

.third-activity-div { margin-bottom: 100px !important; }

.first-activity-div .background-image-div-opacity, .second-activity-div .background-image-div-opacity, .third-activity-div .background-image-div-opacity { display: none !important; }

.first-activity-div > .row, .second-activity-div > .row, .third-activity-div > .row { position: relative; z-index: 1; display: flex; flex-wrap: nowrap; align-items: center !important; width: 100%; margin: 0 !important; padding: 0 !important; gap: 80px !important; }

.first-activity-div > .row > div, .second-activity-div > .row > div, .third-activity-div > .row > div { margin: 0 !important; padding: 0 !important; }

.first-activity-div > .row > .col-lg-5, .second-activity-div > .row > .col-lg-5, .third-activity-div > .row > .col-lg-5 { flex: 0 0 45%; width: 45%; max-width: 45%; }

.first-activity-div > .row > .col-lg-7, .second-activity-div > .row > .col-lg-7, .third-activity-div > .row > .col-lg-7 { position: relative; flex: 1 1 auto; width: auto; max-width: none; padding: 45px 0 !important; }

.first-activity-div .card, .second-activity-div .card, .third-activity-div .card { position: relative; width: 100%; height: 470px !important; min-height: 470px; margin: 0 !important; padding: 0 !important; overflow: hidden !important; background-position: center !important; background-repeat: no-repeat !important; background-size: cover !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important; transform: translateZ(0); }

.first-activity-div .card::before, .second-activity-div .card::before, .third-activity-div .card::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 35%, rgba(0, 0, 0, 0.28) 100%); pointer-events: none; }

.first-activity-div .card::after, .second-activity-div .card::after, .third-activity-div .card::after { position: absolute; left: 28px; bottom: 25px; z-index: 3; color: #ffffff; font-size: 13px; line-height: 1; font-weight: 600; letter-spacing: 4px; pointer-events: none; }

.first-activity-div .card::after { content: "01"; }

.second-activity-div .card::after { content: "02"; }

.third-activity-div .card::after { content: "03"; }

.first-activity-div .black-screen, .second-activity-div .black-screen, .third-activity-div .black-screen { display: none !important; }

.first-activity-div .card > .d-flex, .second-activity-div .card > .d-flex, .third-activity-div .card > .d-flex { position: absolute !important; inset: 0; z-index: 2 !important; margin: 0 !important; padding: 0 !important; }

.first-activity-div .card h3, .second-activity-div .card h3, .third-activity-div .card h3 { display: none !important; }

.first-activity-div .first-activity-title, .second-activity-div .second-activity-title, .third-activity-div .third-activity-title { position: relative; margin: 0 0 30px !important; padding: 0 0 0 30px !important; max-width: 720px; }

.first-activity-div .first-activity-title::before, .second-activity-div .second-activity-title::before, .third-activity-div .third-activity-title::before { content: ""; position: absolute; left: 0; top: 5px; width: 3px; height: calc(100% - 10px); background: #6d7253; }

.first-activity-div .first-activity-title h2, .second-activity-div .second-activity-title h2, .third-activity-div .third-activity-title h2 { margin: 0 !important; padding: 0 !important; color: #6d7253 !important; font-family: Arial, Helvetica, sans-serif !important; font-size: 38px !important; line-height: 1.12 !important; font-weight: 800 !important; letter-spacing: -1.5px !important; text-transform: uppercase; }

.first-activity-div .first-activity-title h2 span, .second-activity-div .second-activity-title h2 span, .third-activity-div .third-activity-title h2 span { color: inherit !important; }

.first-activity-div .lead, .second-activity-div .lead, .third-activity-div .lead { position: relative; max-width: 700px; margin: 0 !important; padding: 0 0 0 30px !important; color: #555555 !important; font-size: 17px !important; line-height: 1.8 !important; font-weight: 400 !important; }

.first-activity-div .lead p, .second-activity-div .lead p, .third-activity-div .lead p { margin: 0 0 16px !important; padding: 0 !important; color: #555555 !important; font-size: inherit !important; line-height: inherit !important; }

.first-activity-div .lead p:last-child, .second-activity-div .lead p:last-child, .third-activity-div .lead p:last-child { margin-bottom: 0 !important; }

.first-activity-div .lead::after, .second-activity-div .lead::after, .third-activity-div .lead::after { content: ""; display: block; width: 65px; height: 3px; margin-top: 28px; background: #6d7253; }

.first-activity-div::before, .second-activity-div::before, .third-activity-div::before { content: ""; position: absolute; top: -35px; bottom: -35px; z-index: -1; background: #f1f1ef; }

.first-activity-div::before, .third-activity-div::before { left: 18%; right: -45px; }

.second-activity-div::before { left: -45px; right: 18%; }

.first-activity-div a, .second-activity-div a, .third-activity-div a { text-decoration: none !important; }

.first-activity-div .card, .second-activity-div .card, .third-activity-div .card { transition: transform 0.55s ease; }

.first-activity-div .card:hover, .second-activity-div .card:hover, .third-activity-div .card:hover { transform: translateY(-5px); }

@media screen and (max-width: 1200px) { .first-activity-div, .second-activity-div, .third-activity-div { width: calc(100% - 60px) !important; margin-bottom: 85px !important; } .first-activity-div > .row, .second-activity-div > .row, .third-activity-div > .row { gap: 55px !important; } .first-activity-div .card, .second-activity-div .card, .third-activity-div .card { height: 430px !important; min-height: 430px; } .first-activity-div .first-activity-title h2, .second-activity-div .second-activity-title h2, .third-activity-div .third-activity-title h2 { font-size: 33px !important; } }

@media screen and (max-width: 991px) { .first-activity-div, .second-activity-div, .third-activity-div { width: calc(100% - 50px) !important; margin-bottom: 75px !important; } .first-activity-div { margin-top: 75px !important; } .first-activity-div > .row, .second-activity-div > .row, .third-activity-div > .row { display: flex; flex-direction: column !important; gap: 38px !important; } .first-activity-div > .row > .col-lg-5, .second-activity-div > .row > .col-lg-5, .third-activity-div > .row > .col-lg-5, .first-activity-div > .row > .col-lg-7, .second-activity-div > .row > .col-lg-7, .third-activity-div > .row > .col-lg-7 { flex: 0 0 100%; width: 100%; max-width: 100%; } .first-activity-div > .row > .col-lg-7, .second-activity-div > .row > .col-lg-7, .third-activity-div > .row > .col-lg-7 { order: 2 !important; padding: 0 20px 20px !important; } .first-activity-div > .row > .col-lg-5, .second-activity-div > .row > .col-lg-5, .third-activity-div > .row > .col-lg-5 { order: 1 !important; } .first-activity-div .card, .second-activity-div .card, .third-activity-div .card { height: 460px !important; min-height: 460px; } .first-activity-div::before, .second-activity-div::before, .third-activity-div::before { top: 80px; left: -25px; right: -25px; bottom: -25px; } .first-activity-div .first-activity-title, .second-activity-div .second-activity-title, .third-activity-div .third-activity-title, .first-activity-div .lead, .second-activity-div .lead, .third-activity-div .lead { max-width: 760px; } }

@media screen and (max-width: 767px) { .first-activity-div, .second-activity-div, .third-activity-div { width: calc(100% - 40px) !important; margin-bottom: 65px !important; } .first-activity-div { margin-top: 65px !important; } .first-activity-div .card, .second-activity-div .card, .third-activity-div .card { height: 360px !important; min-height: 360px; } .first-activity-div > .row > .col-lg-7, .second-activity-div > .row > .col-lg-7, .third-activity-div > .row > .col-lg-7 { padding: 0 5px 15px !important; } .first-activity-div .first-activity-title, .second-activity-div .second-activity-title, .third-activity-div .third-activity-title { padding-left: 20px !important; margin-bottom: 22px !important; } .first-activity-div .first-activity-title h2, .second-activity-div .second-activity-title h2, .third-activity-div .third-activity-title h2 { font-size: 28px !important; line-height: 1.15 !important; letter-spacing: -1px !important; } .first-activity-div .lead, .second-activity-div .lead, .third-activity-div .lead { padding-left: 20px !important; font-size: 16px !important; line-height: 1.7 !important; } .first-activity-div .first-activity-title::before, .second-activity-div .second-activity-title::before, .third-activity-div .third-activity-title::before { width: 2px; } .first-activity-div::before, .second-activity-div::before, .third-activity-div::before { top: 70px; left: -20px; right: -20px; bottom: -20px; } }

@media screen and (max-width: 480px) { .first-activity-div, .second-activity-div, .third-activity-div { width: calc(100% - 32px) !important; margin-bottom: 55px !important; } .first-activity-div .card, .second-activity-div .card, .third-activity-div .card { height: 300px !important; min-height: 300px; } .first-activity-div .card::after, .second-activity-div .card::after, .third-activity-div .card::after { left: 20px; bottom: 20px; } .first-activity-div .first-activity-title h2, .second-activity-div .second-activity-title h2, .third-activity-div .third-activity-title h2 { font-size: 24px !important; } .first-activity-div .lead, .second-activity-div .lead, .third-activity-div .lead { font-size: 15px !important; } .first-activity-div .lead::after, .second-activity-div .lead::after, .third-activity-div .lead::after { width: 50px; margin-top: 22px; } }

/*---------------------------------------MAPS--------------------------------------------*/
.contact-map-section { position: relative; width: 100%; padding: 100px 20px; background: #f1f1ef; overflow: hidden; }

.contact-map-container { width: 100%; max-width: 1330px; margin: 0 auto; }

.contact-map-heading { position: relative; width: 100%; max-width: 900px; margin: 0 auto 60px; text-align: center; }

.contact-map-title-wrap { position: relative; width: 100%; height: 92px; overflow: visible; }

.contact-map-title-back { position: absolute; top: 0; left: 50%; z-index: 0; display: inline-block; transform: translateX(-50%); font-family: Arial, Helvetica, sans-serif !important; font-size: 64px; line-height: 1; font-weight: 700 !important; letter-spacing: -3px; text-transform: uppercase; white-space: nowrap; color: transparent !important; -webkit-text-fill-color: transparent !important; -webkit-text-stroke: 1px #dddddd !important; opacity: 0.75; pointer-events: none; }

.contact-map-title-back * { margin: 0 !important; padding: 0 !important; font-family: Arial, Helvetica, sans-serif !important; font-size: inherit !important; line-height: 1 !important; font-weight: 700 !important; letter-spacing: -3px !important; text-transform: uppercase !important; white-space: nowrap !important; color: transparent !important; -webkit-text-fill-color: transparent !important; -webkit-text-stroke: 1px #dddddd !important; background: none !important; border: 0 !important; box-shadow: none !important; }

.contact-map-title-front { position: absolute; top: 43px; left: 50%; z-index: 2; display: inline-block; transform: translateX(-50%); font-family: Arial, Helvetica, sans-serif !important; font-size: 42px; line-height: 1; font-weight: 800 !important; letter-spacing: -2px; text-transform: uppercase; white-space: nowrap; color: #6d7253 !important; }

.contact-map-title-front * { margin: 0 !important; padding: 0 !important; font-family: Arial, Helvetica, sans-serif !important; font-size: inherit !important; line-height: 1 !important; font-weight: 800 !important; letter-spacing: -2px !important; text-transform: uppercase !important; white-space: nowrap !important; color: #6d7253 !important; background: none !important; border: 0 !important; box-shadow: none !important; }

.contact-map-title-back::before, .contact-map-title-back::after, .contact-map-title-back *::before, .contact-map-title-back *::after, .contact-map-title-front::before, .contact-map-title-front::after, .contact-map-title-front *::before, .contact-map-title-front *::after { content: none !important; display: none !important; }

.contact-map-intro { max-width: 720px; margin: 22px auto 0; color: #555555; font-size: 17px; line-height: 1.75; font-weight: 400; }

.contact-map-intro p { margin: 0 !important; padding: 0 !important; color: inherit !important; font-size: inherit !important; line-height: inherit !important; }

.contact-info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 45px; }

.contact-info-card { position: relative; min-height: 110px; padding: 25px 28px; display: flex; align-items: center; gap: 20px; overflow: hidden; background: #ffffff; border: 1px solid rgba(5, 59, 114, 0.08); border-radius: 0 !important; color: #333333 !important; text-decoration: none !important; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.045); transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease; }

.contact-info-card::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: #6d7253; transition: width 0.35s ease; }

.contact-info-card:hover { transform: translateY(-5px); border-color: rgba(5, 59, 114, 0.18); box-shadow: 0 18px 42px rgba(0, 0, 0, 0.08); color: #333333 !important; text-decoration: none !important; }

.contact-info-card:hover::before { width: 6px; }

.contact-info-icon { position: relative; z-index: 1; flex: 0 0 52px; width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; background: #6d7253; border-radius: 0 !important; color: #ffffff; font-size: 20px; transition: background 0.35s ease, color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease; }

.contact-info-card:hover .contact-info-icon { background: #ffffff; color: #6d7253; box-shadow: inset 0 0 0 1px #6d7253; transform: translateY(-2px); }

.contact-info-card > div:last-child { position: relative; z-index: 1; color: #333333; font-size: 16px; line-height: 1.45; font-weight: 600; }

.contact-info-card > div:last-child p { margin: 0 !important; padding: 0 !important; color: #333333 !important; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; }

.contact-info-card span { display: block; margin: 0 0 4px; color: #777777; font-size: 12px; line-height: 1.3; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; }

.contact-info-card p { margin: 0 !important; color: #333333 !important; font-size: 16px; line-height: 1.45; font-weight: 600; }

.contact-map-wrapper { position: relative; width: 100%; height: 480px; overflow: hidden; background: #dddddd; border-radius: 0 !important; box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08); }

.contact-map-wrapper::before { content: ""; position: absolute; inset: 0; z-index: 2; border: 1px solid rgba(5, 59, 114, 0.12); pointer-events: none; }

.contact-map-wrapper::after { content: ""; position: absolute; top: 0; left: 0; z-index: 3; width: 90px; height: 4px; background: #6d7253; pointer-events: none; }

.contact-map-wrapper iframe { display: block; width: 100% !important; height: 100% !important; border: 0 !important; filter: saturate(0.8) contrast(0.95); }

@media screen and (max-width: 1100px) { .contact-map-section { padding: 85px 20px; } .contact-map-heading { margin-bottom: 55px; } .contact-map-title-wrap { height: 82px; } .contact-map-title-back { font-size: 54px; letter-spacing: -2px; } .contact-map-title-back * { letter-spacing: -2px !important; } .contact-map-title-front { top: 36px; font-size: 36px; } .contact-info-grid { gap: 15px; } .contact-info-card { padding: 22px; } }

@media screen and (max-width: 991px) { .contact-map-section { padding: 75px 25px; } .contact-info-grid { grid-template-columns: 1fr; gap: 14px; margin-bottom: 35px; } .contact-info-card { min-height: 95px; } .contact-map-wrapper { height: 420px; } }

@media screen and (max-width: 767px) { .contact-map-section { padding: 65px 20px; } .contact-map-heading { margin-bottom: 45px; } .contact-map-title-wrap { height: 70px; } .contact-map-title-back { font-size: 44px; letter-spacing: -2px; } .contact-map-title-back * { letter-spacing: -2px !important; } .contact-map-title-front { top: 30px; font-size: 29px; letter-spacing: -1px; } .contact-map-title-front * { letter-spacing: -1px !important; } .contact-map-intro { margin-top: 18px; font-size: 16px; line-height: 1.65; } .contact-info-card { min-height: 90px; padding: 20px; gap: 16px; } .contact-info-icon { flex: 0 0 46px; width: 46px; height: 46px; font-size: 18px; } .contact-info-card > div:last-child, .contact-info-card p { font-size: 15px; } .contact-map-wrapper { height: 360px; } .contact-map-wrapper::after { width: 65px; } }

@media screen and (max-width: 480px) { .contact-map-section { padding: 55px 16px; } .contact-map-title-wrap { height: 56px; } .contact-map-title-back { font-size: 32px; letter-spacing: -1px; } .contact-map-title-back * { letter-spacing: -1px !important; } .contact-map-title-front { top: 22px; font-size: 22px; letter-spacing: -0.5px; } .contact-map-title-front * { letter-spacing: -0.5px !important; } .contact-map-intro { margin-top: 15px; font-size: 15px; } .contact-info-grid { margin-bottom: 30px; } .contact-info-card { min-height: 86px; padding: 18px; } .contact-info-icon { flex: 0 0 44px; width: 44px; height: 44px; font-size: 17px; } .contact-map-wrapper { height: 310px; } }

/*-------------------------------------------BLOC ACT------------------------------------------------*/
.sector-expertise { position: relative; width: 100vw; max-width: none; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); margin-top: 145px; padding: 90px 20px 105px; background: #6d7253; overflow: visible; }

.sector-expertise__city { position: absolute; top: -145px; left: 0; width: 100%; height: 146px; display: flex; align-items: flex-end; overflow: hidden; pointer-events: none; }

.city-b { position: relative; display: block; flex: 1 1 0; min-width: 35px; margin-right: -1px; background: #6d7253; }

.city-b::before, .city-b::after { content: ""; position: absolute; background: #6d7253; }

.city-b1 { height: 34px; }

.city-b1::before { left: 20%; bottom: 100%; width: 18%; height: 8px; }

.city-b2 { height: 48px; }

.city-b2::before { left: 18%; bottom: 100%; width: 24%; height: 10px; }

.city-b3 { height: 42px; }

.city-b4 { height: 118px; }

.city-b4::before { left: 33%; bottom: 100%; width: 14%; height: 10px; }

.city-b4::after { right: 28%; bottom: 100%; width: 18%; height: 5px; }

.city-b5 { height: 66px; }

.city-b5::before { left: 0; bottom: 100%; width: 38%; height: 16px; }

.city-b6 { height: 85px; }

.city-b6::before { right: 12%; bottom: 100%; width: 22%; height: 14px; }

.city-b7 { height: 132px; }

.city-b7::before { left: 30%; bottom: 100%; width: 18%; height: 18px; }

.city-b8 { height: 92px; }

.city-b8::before { left: 15%; bottom: 100%; width: 25%; height: 13px; }

.city-b9 { height: 103px; }

.city-b9::after { right: 12%; bottom: 100%; width: 8%; height: 9px; }

.city-b10 { height: 60px; }

.city-b10::before { left: 12%; bottom: 100%; width: 30%; height: 18px; }

.city-b11 { height: 96px; }

.city-b12 { height: 107px; }

.city-b12::before { left: 27%; bottom: 100%; width: 22%; height: 7px; }

.city-b13 { height: 55px; }

.city-b13::before { left: 8%; bottom: 100%; width: 27%; height: 16px; }

.city-b14 { height: 86px; }

.city-b14::after { right: 15%; bottom: 100%; width: 13%; height: 9px; }

.city-b15 { height: 47px; }

.city-b16 { height: 33px; }

.city-b16::before { right: 16%; bottom: 100%; width: 19%; height: 10px; }

.city-b17 { height: 25px; }

.sector-expertise__container { position: relative; z-index: 2; width: 100%; max-width: 1330px; margin: 0 auto; }

.sector-expertise__heading { position: relative; width: 100%; height: 92px; margin-bottom: 55px; text-align: center; overflow: visible; }

.sector-expertise__title-back { position: absolute; top: 0; left: 50%; z-index: 0; display: inline-block; transform: translateX(-50%); font-family: Arial, Helvetica, sans-serif !important; font-size: 64px; line-height: 1; font-weight: 700 !important; letter-spacing: -3px; text-transform: uppercase; white-space: nowrap; color: transparent !important; -webkit-text-fill-color: transparent !important; -webkit-text-stroke: 1px rgba(255, 255, 255, 0.16) !important; pointer-events: none; }

.sector-expertise__title-back * { margin: 0 !important; padding: 0 !important; font-family: Arial, Helvetica, sans-serif !important; font-size: inherit !important; line-height: 1 !important; font-weight: 700 !important; letter-spacing: -3px !important; text-transform: uppercase !important; white-space: nowrap !important; color: transparent !important; -webkit-text-fill-color: transparent !important; -webkit-text-stroke: 1px rgba(255, 255, 255, 0.16) !important; background: none !important; }

.sector-expertise__title-front { position: absolute; top: 43px; left: 50%; z-index: 2; display: inline-block; transform: translateX(-50%); font-family: Arial, Helvetica, sans-serif !important; font-size: 42px; line-height: 1; font-weight: 800 !important; letter-spacing: -2px; text-transform: uppercase; white-space: nowrap; color: #ffffff !important; }

.sector-expertise__title-front * { margin: 0 !important; padding: 0 !important; font-family: Arial, Helvetica, sans-serif !important; font-size: inherit !important; line-height: 1 !important; font-weight: 800 !important; letter-spacing: -2px !important; text-transform: uppercase !important; white-space: nowrap !important; color: #ffffff !important; background: none !important; }

.sector-expertise__title-back::before, .sector-expertise__title-back::after, .sector-expertise__title-back *::before, .sector-expertise__title-back *::after, .sector-expertise__title-front::before, .sector-expertise__title-front::after, .sector-expertise__title-front *::before, .sector-expertise__title-front *::after { content: none !important; display: none !important; }

.sector-expertise__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }

.sector-expertise__card { position: relative; min-height: 320px; padding: 34px 28px 30px; background: rgba(255, 255, 255, 0.025); border: 1px solid rgba(255, 255, 255, 0.18); overflow: hidden; transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease; }

.sector-expertise__card::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 3px; background: #938e6c; transition: width 0.4s ease; }

.sector-expertise__card:hover { transform: translateY(-7px); background: rgba(255, 255, 255, 0.06); border-color: rgba(255, 255, 255, 0.35); }

.sector-expertise__card:hover::after { width: 100%; }

.sector-expertise__number { position: absolute; top: 25px; right: 25px; color: transparent; -webkit-text-fill-color: transparent; -webkit-text-stroke: 1px rgba(255, 255, 255, 0.18); font-family: Arial, Helvetica, sans-serif; font-size: 40px; line-height: 1; font-weight: 700; }

.sector-expertise__icon { width: 64px; height: 64px; margin-bottom: 44px; display: flex; align-items: center; justify-content: center; background: #938e6c; color: #ffffff; border-radius: 50%; transition: background 0.35s ease, color 0.35s ease, transform 0.35s ease; }

.sector-expertise__icon svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.sector-expertise__card:hover .sector-expertise__icon { background: #ffffff; color: #6d7253; transform: translateY(-4px); }

.sector-expertise__card-title { color: #ffffff; font-size: 22px; line-height: 1.15; font-weight: 700; text-transform: uppercase; }

.sector-expertise__card-title h2, .sector-expertise__card-title h3, .sector-expertise__card-title h4, .sector-expertise__card-title p { margin: 0 !important; padding: 0 !important; color: #ffffff !important; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; }

.sector-expertise__line { display: block; width: 42px; height: 2px; margin: 17px 0 18px; background: #938e6c; transition: width 0.35s ease; }

.sector-expertise__card:hover .sector-expertise__line { width: 70px; }

.sector-expertise__description { color: rgba(255, 255, 255, 0.7); font-size: 15px; line-height: 1.7; }

.sector-expertise__description p { margin: 0 !important; padding: 0 !important; color: inherit !important; font-size: inherit !important; line-height: inherit !important; }

@media screen and (max-width: 1100px) { .sector-expertise { padding-left: 30px; padding-right: 30px; } .sector-expertise__grid { grid-template-columns: repeat(2, 1fr); } .sector-expertise__card { min-height: 290px; } }

@media screen and (max-width: 767px) { .sector-expertise { margin-top: 95px; padding: 70px 20px 75px; } .sector-expertise__city { top: -95px; height: 96px; } .city-b { max-height: 95px; } .sector-expertise__heading { height: 70px; margin-bottom: 42px; } .sector-expertise__title-back { font-size: 44px; letter-spacing: -2px; } .sector-expertise__title-back * { letter-spacing: -2px !important; } .sector-expertise__title-front { top: 30px; left: 18px; font-size: 29px; letter-spacing: -1px; } .sector-expertise__title-front * { letter-spacing: -1px !important; } .sector-expertise__grid { grid-template-columns: 1fr; gap: 12px; } .sector-expertise__card { min-height: 255px; padding: 26px; } .sector-expertise__icon { width: 58px; height: 58px; margin-bottom: 34px; } .sector-expertise__icon svg { width: 31px; height: 31px; } }

@media screen and (max-width: 480px) { .sector-expertise { margin-top: 75px; padding: 60px 16px 65px; } .sector-expertise__city { top: -75px; height: 76px; } .city-b { min-width: 18px; max-height: 75px; } .sector-expertise__heading { height: 56px; margin-bottom: 35px; } .sector-expertise__title-back { font-size: 32px; letter-spacing: -1px; } .sector-expertise__title-back * { letter-spacing: -1px !important; } .sector-expertise__title-front { top: 22px; left: 10px; font-size: 22px; letter-spacing: -0.5px; } .sector-expertise__title-front * { letter-spacing: -0.5px !important; } .sector-expertise__card { min-height: 235px; padding: 24px; } .sector-expertise__number { top: 20px; right: 20px; font-size: 34px; } .sector-expertise__icon { width: 54px; height: 54px; margin-bottom: 30px; } .sector-expertise__icon svg { width: 29px; height: 29px; } .sector-expertise__card-title { font-size: 20px; } .sector-expertise__description { font-size: 14px; } }

/*--------------------------------------BLOC PQ-----------------------------------------*/
.services-block { position: relative; width: 100%; padding: 100px 20px; background: #ffffff; overflow: hidden; }

.services-block__container { width: 100%; max-width: 1330px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }

.services-block__left { position: relative; min-height: 610px; overflow: hidden; background-size: cover; background-position: center; background-repeat: no-repeat; border-radius: 0 !important; }

.services-block__overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.28) 40%, rgba(0, 0, 0, 0.82) 100%); }

.services-block__content { position: relative; z-index: 2; width: 100%; min-height: 610px; padding: 55px 48px; display: flex; flex-direction: column; justify-content: flex-end; color: #ffffff; }

.services-block__heading { position: relative; width: 100%; margin-bottom: 22px; }

.services-block__title { max-width: 600px; color: #ffffff !important; font-size: 40px; line-height: 1.08; font-weight: 800 !important; letter-spacing: -1.5px; text-transform: uppercase; }

.services-block__title h1, .services-block__title h2, .services-block__title h3, .services-block__title h4, .services-block__title h5, .services-block__title p { margin: 0 !important; padding: 0 !important; color: #ffffff !important; font-size: inherit !important; line-height: inherit !important; font-weight: 800 !important; letter-spacing: inherit !important; text-transform: uppercase !important; }

.services-block__title span, .services-block__title strong { color: #ffffff !important; }

.services-block__description { max-width: 570px; margin-bottom: 30px; color: rgba(255, 255, 255, 0.85); font-size: 16px; line-height: 1.75; }

.services-block__description p { margin: 0 !important; padding: 0 !important; color: inherit !important; font-size: inherit !important; line-height: inherit !important; }

.services-block__button { width: fit-content; min-height: 54px; margin: 0; padding: 0 30px; display: inline-flex; align-items: center; justify-content: center; background: #6d7253; border: 2px solid #6d7253; border-radius: 0 !important; color: #ffffff !important; font-size: 14px; line-height: 1; font-weight: 700; text-align: center; text-transform: uppercase; text-decoration: none !important; transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease; }

.services-block__button p, .services-block__button span, .services-block__button div { margin: 0 !important; padding: 0 !important; color: inherit !important; line-height: 1.2 !important; }

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

.services-block__right { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }

.services-block__card { position: relative; min-height: 294px; padding: 32px 28px; display: flex; flex-direction: column; overflow: hidden; background: #f1f1ef; border: 1px solid rgba(5, 59, 114, 0.08); border-radius: 0 !important; }

.services-block__card::before { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 3px; background: #6d7253; transition: width 0.4s ease; }

.services-block__card:hover::before { width: 100%; }

.services-block__number { position: absolute; top: 24px; right: 25px; color: transparent; -webkit-text-fill-color: transparent; -webkit-text-stroke: 1px rgba(5, 59, 114, 0.13); font-family: Arial, Helvetica, sans-serif !important; font-size: 42px; line-height: 1; font-weight: 700; }

.services-block__card-icon { width: 78px; height: 78px; margin-bottom: 38px; display: flex; align-items: center; justify-content: center; background: #6d7253; border-radius: 50%; transition: background 0.3s ease, transform 0.3s ease; }

.services-block__card-icon img { display: block; width: 65px; height: 65px; object-fit: contain; filter: brightness(0) invert(1); }

.services-block__card:hover .services-block__card-icon { transform: translateY(-3px); }

.services-block__card-title { position: relative; z-index: 2; color: #6d7253 !important; font-size: 20px; line-height: 1.2; font-weight: 800; text-transform: uppercase; }

.services-block__card-title h2, .services-block__card-title h3, .services-block__card-title h4, .services-block__card-title h5, .services-block__card-title p { margin: 0 !important; padding: 0 !important; color: #6d7253 !important; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; }

.services-block__card-title span, .services-block__card-title strong { color: #6d7253 !important; }

.services-block__line { display: block; width: 42px; height: 2px; margin: 15px 0 17px; background: #938e6c; transition: width 0.35s ease; }

.services-block__card:hover .services-block__line { width: 68px; }

.services-block__card-description { position: relative; z-index: 2; color: #666666; font-size: 14px; line-height: 1.65; }

.services-block__card-description p { margin: 0 !important; padding: 0 !important; color: inherit !important; font-size: inherit !important; line-height: inherit !important; }

@media screen and (max-width: 1100px) { .services-block__container { grid-template-columns: 1fr; } .services-block__left, .services-block__content { min-height: 540px; } .services-block__right { grid-template-columns: repeat(2, 1fr); } .services-block__card { min-height: 260px; } }

@media screen and (max-width: 767px) { .services-block { padding: 70px 20px; } .services-block__left, .services-block__content { min-height: 480px; } .services-block__content { padding: 35px 28px; } .services-block__heading { margin-bottom: 20px; } .services-block__title { font-size: 31px; line-height: 1.1; letter-spacing: -1px; } .services-block__description { font-size: 15px; } .services-block__right { gap: 14px; } .services-block__card { min-height: 250px; padding: 26px; } .services-block__card-icon { width: 70px; height: 70px; margin-bottom: 30px; } .services-block__card-icon img { width: 43px; height: 43px; } }

@media screen and (max-width: 600px) { .services-block__right { grid-template-columns: 1fr; } .services-block__card { min-height: 225px; } }

@media screen and (max-width: 480px) { .services-block { padding: 55px 16px; } .services-block__left, .services-block__content { min-height: 430px; } .services-block__content { padding: 28px 22px; } .services-block__title { font-size: 26px; line-height: 1.1; letter-spacing: -0.5px; } .services-block__description { margin-bottom: 25px; font-size: 15px; line-height: 1.65; } .services-block__button { width: 100%; } .services-block__card { padding: 24px; } .services-block__number { top: 20px; right: 20px; font-size: 36px; } .services-block__card-icon { width: 66px; height: 66px; margin-bottom: 28px; } .services-block__card-icon img { width: 40px; height: 40px; } .services-block__card-title { font-size: 19px; } .services-block__card-description { font-size: 14px; } }

/*--------------------------------------BLOC BULLET-------------------------------------*/
.habitat-feature { position: relative; width: 100%; padding: 100px 20px; background: #ffffff; overflow: hidden; }

.habitat-feature__container { width: 100%; max-width: 1330px; margin: 0 auto; display: grid; grid-template-columns: 0.92fr 1.08fr; align-items: center; gap: 85px; }

.habitat-feature__content { position: relative; width: 100%; max-width: 580px; }

.habitat-feature__title { position: relative; margin-bottom: 28px; padding-left: 24px; color: #6d7253 !important; font-family: Arial, Helvetica, sans-serif !important; font-size: 42px; line-height: 1.08; font-weight: 800 !important; letter-spacing: -2px; text-transform: uppercase; }

.habitat-feature__title::before { content: ""; position: absolute; top: 4px; bottom: 4px; left: 0; width: 4px; background: #6d7253; }

.habitat-feature__title h1, .habitat-feature__title h2, .habitat-feature__title h3, .habitat-feature__title h4, .habitat-feature__title h5, .habitat-feature__title p { margin: 0 !important; padding: 0 !important; color: #6d7253 !important; font-family: Arial, Helvetica, sans-serif !important; font-size: inherit !important; line-height: inherit !important; font-weight: 800 !important; letter-spacing: inherit !important; text-transform: uppercase !important; }

.habitat-feature__title span, .habitat-feature__title strong { color: #6d7253 !important; }

.habitat-feature__description { max-width: 550px; margin-bottom: 32px; color: #555555; font-size: 17px; line-height: 1.75; }

.habitat-feature__description p { margin: 0 0 16px !important; padding: 0 !important; color: inherit !important; font-size: inherit !important; line-height: inherit !important; }

.habitat-feature__description p:last-child { margin-bottom: 0 !important; }

.habitat-feature__list { width: 100%; margin: 0 0 38px; padding: 0; list-style: none; }

.habitat-feature__list li { position: relative; display: flex; align-items: center; gap: 15px; min-height: 48px; margin: 0; padding: 10px 0; border-bottom: 1px solid rgba(5, 59, 114, 0.1); color: #333333; font-size: 16px; line-height: 1.45; font-weight: 600; }

.habitat-feature__list li:first-child { border-top: 1px solid rgba(5, 59, 114, 0.1); }

.habitat-feature__list li p, .habitat-feature__list li div p { margin: 0 !important; padding: 0 !important; color: inherit !important; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; }

.habitat-feature__check { width: 30px; height: 30px; min-width: 30px; display: flex; align-items: center; justify-content: center; background: #6d7253; color: #ffffff; }

.habitat-feature__check svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

.habitat-feature__button { width: fit-content; min-height: 54px; padding: 0 32px; display: inline-flex; align-items: center; justify-content: center; background: #6d7253; border: 2px solid #6d7253; border-radius: 0 !important; color: #ffffff !important; font-size: 14px; line-height: 1.2; font-weight: 700; text-align: center; text-transform: uppercase; text-decoration: none !important; transition: background 0.3s ease, color 0.3s ease; }

.habitat-feature__button p, .habitat-feature__button span, .habitat-feature__button div { margin: 0 !important; padding: 0 !important; color: inherit !important; line-height: 1.2 !important; }

.habitat-feature__button:hover { background: transparent; color: #6d7253 !important; }

.habitat-feature__image { position: relative; width: 100%; height: 590px; }

.habitat-feature__image::before { content: ""; position: absolute; top: -18px; right: -18px; width: 42%; height: 42%; z-index: 0; background: #f1f1ef; }

.habitat-feature__image::after { content: ""; position: absolute; left: -18px; bottom: -18px; width: 110px; height: 5px; z-index: 2; background: #938e6c; }

.habitat-feature__image img { position: relative; z-index: 1; display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 0 !important; }

.habitat-feature--reverse .habitat-feature__container { grid-template-columns: 1.08fr 0.92fr; }

.habitat-feature--reverse .habitat-feature__content { order: 2; justify-self: end; }

.habitat-feature--reverse .habitat-feature__image { order: 1; }

.habitat-feature--reverse .habitat-feature__image::before { right: auto; left: -18px; }

.habitat-feature--reverse .habitat-feature__image::after { left: auto; right: -18px; }

.habitat-feature--reverse { background: #f1f1ef; }

@media screen and (max-width: 1100px) { .habitat-feature__container { gap: 55px; } .habitat-feature__title { font-size: 36px; } .habitat-feature__image { height: 520px; } }

@media screen and (max-width: 991px) { .habitat-feature { padding: 80px 30px; } .habitat-feature__container, .habitat-feature--reverse .habitat-feature__container { grid-template-columns: 1fr; gap: 55px; } .habitat-feature__content, .habitat-feature--reverse .habitat-feature__content { order: 2; max-width: 720px; justify-self: start; } .habitat-feature__image, .habitat-feature--reverse .habitat-feature__image { order: 1; height: 500px; } }

@media screen and (max-width: 767px) { .habitat-feature { padding: 65px 20px; } .habitat-feature__container { gap: 42px; } .habitat-feature__title { margin-bottom: 22px; padding-left: 18px; font-size: 30px; line-height: 1.1; letter-spacing: -1px; } .habitat-feature__title::before { width: 3px; } .habitat-feature__description { margin-bottom: 27px; font-size: 16px; line-height: 1.7; } .habitat-feature__list { margin-bottom: 30px; } .habitat-feature__list li { gap: 13px; min-height: 46px; font-size: 15px; } .habitat-feature__check { width: 28px; height: 28px; min-width: 28px; } .habitat-feature__check svg { width: 16px; height: 16px; } .habitat-feature__image, .habitat-feature--reverse .habitat-feature__image { height: 400px; } .habitat-feature__image::before, .habitat-feature--reverse .habitat-feature__image::before { top: -12px; right: -12px; left: auto; } .habitat-feature__image::after, .habitat-feature--reverse .habitat-feature__image::after { left: -12px; right: auto; bottom: -12px; width: 80px; height: 4px; } }

@media screen and (max-width: 480px) { .habitat-feature { padding: 55px 16px; } .habitat-feature__container { gap: 35px; } .habitat-feature__title { padding-left: 15px; font-size: 26px; line-height: 1.1; letter-spacing: -0.5px; } .habitat-feature__description { font-size: 15px; } .habitat-feature__list li { padding: 9px 0; font-size: 14px; } .habitat-feature__button { width: 100%; } .habitat-feature__image, .habitat-feature--reverse .habitat-feature__image { height: 320px; } }

/*------------------------------------------BLOC A/A-------------------------------------------*/
.before-after-modern { position: relative; width: 100%; padding: 100px 20px; background: #f1f1ef; overflow: hidden; }

.before-after-modern__container { width: 100%; max-width: 1330px; margin: 0 auto; }

.before-after-modern__header { width: 100%; max-width: 900px; margin: 0 auto 55px; text-align: center; }

.before-after-modern__heading { position: relative; width: 100%; height: 92px; overflow: visible; }

.before-after-modern__title-back { position: absolute; top: 0; left: 50%; z-index: 0; display: inline-block; transform: translateX(-50%); font-family: Arial, Helvetica, sans-serif !important; font-size: 64px; line-height: 1; font-weight: 700 !important; letter-spacing: -3px; text-transform: uppercase; white-space: nowrap; color: transparent !important; -webkit-text-fill-color: transparent !important; -webkit-text-stroke: 1px #dddddd !important; opacity: 0.75; pointer-events: none; }

.before-after-modern__title-back * { margin: 0 !important; padding: 0 !important; font-family: Arial, Helvetica, sans-serif !important; font-size: inherit !important; line-height: 1 !important; font-weight: 700 !important; letter-spacing: -3px !important; text-transform: uppercase !important; white-space: nowrap !important; color: transparent !important; -webkit-text-fill-color: transparent !important; -webkit-text-stroke: 1px #dddddd !important; background: none !important; border: 0 !important; box-shadow: none !important; }

.before-after-modern__title-front { position: absolute; top: 43px; left: 50%; z-index: 2; display: inline-block; transform: translateX(-50%); font-family: Arial, Helvetica, sans-serif !important; font-size: 42px; line-height: 1; font-weight: 800 !important; letter-spacing: -2px; text-transform: uppercase; white-space: nowrap; color: #6d7253 !important; }

.before-after-modern__title-front * { margin: 0 !important; padding: 0 !important; font-family: Arial, Helvetica, sans-serif !important; font-size: inherit !important; line-height: 1 !important; font-weight: 800 !important; letter-spacing: -2px !important; text-transform: uppercase !important; white-space: nowrap !important; color: #6d7253 !important; background: none !important; border: 0 !important; box-shadow: none !important; }

.before-after-modern__title-back::before, .before-after-modern__title-back::after, .before-after-modern__title-back *::before, .before-after-modern__title-back *::after, .before-after-modern__title-front::before, .before-after-modern__title-front::after, .before-after-modern__title-front *::before, .before-after-modern__title-front *::after { content: none !important; display: none !important; }

.before-after-modern__description { max-width: 700px; margin: 20px auto 0; color: #555555; font-size: 17px; line-height: 1.75; }

.before-after-modern__description p { margin: 0 !important; padding: 0 !important; color: inherit !important; font-size: inherit !important; line-height: inherit !important; }

.before-after-modern__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }

.before-after-modern__card { position: relative; overflow: hidden; background: #ffffff; border: 1px solid rgba(5, 59, 114, 0.08); border-radius: 0 !important; }

.before-after-modern__media { position: relative; width: 100%; height: 500px; overflow: hidden; background: #6d7253; }

.before-after-modern__slide { position: absolute; inset: 0; margin: 0; opacity: 0; visibility: hidden; transition: opacity 0.9s ease, visibility 0.9s ease; }

.before-after-modern__slide.is-visible { opacity: 1; visibility: visible; }

.before-after-modern__slide img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1); transition: transform 5s ease; }

.before-after-modern__slide.is-visible img { transform: scale(1.035); }

.before-after-modern__media::after { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.36) 100%); pointer-events: none; }

.before-after-modern__number { position: absolute; top: 26px; right: 28px; z-index: 4; font-family: Arial, Helvetica, sans-serif; font-size: 54px; line-height: 1; font-weight: 700; color: transparent; -webkit-text-fill-color: transparent; -webkit-text-stroke: 1px rgba(255, 255, 255, 0.65); }

.before-after-modern__labels { position: absolute; top: 26px; left: 26px; z-index: 4; display: flex; align-items: center; gap: 2px; }

.before-after-modern__label { min-width: 80px; min-height: 42px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; background: rgba(255, 255, 255, 0.93); color: #6d7253; font-size: 12px; line-height: 1; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; transition: background 0.35s ease, color 0.35s ease; }

.before-after-modern__label.is-active { background: #6d7253; color: #ffffff; }

.before-after-modern__progress { position: absolute; right: 26px; bottom: 22px; left: 26px; z-index: 4; height: 3px; overflow: hidden; background: rgba(255, 255, 255, 0.42); }

.before-after-modern__progress span { display: block; width: 0; height: 100%; background: #938e6c; }

.before-after-modern__card.is-running .before-after-modern__progress span { animation-name: before-after-modern-progress; animation-timing-function: linear; animation-fill-mode: forwards; }

@keyframes before-after-modern-progress { from { width: 0; }
  to { width: 100%; } }

.before-after-modern__content { position: relative; min-height: 95px; padding: 26px 30px 26px 34px; display: flex; align-items: center; background: #ffffff; color: #6d7253; font-size: 20px; line-height: 1.3; font-weight: 800; text-transform: uppercase; }

.before-after-modern__content::before { content: ""; position: absolute; top: 26px; bottom: 26px; left: 0; width: 4px; background: #6d7253; }

.before-after-modern__content h2, .before-after-modern__content h3, .before-after-modern__content h4, .before-after-modern__content h5, .before-after-modern__content p { margin: 0 !important; padding: 0 !important; color: #6d7253 !important; font-size: inherit !important; line-height: inherit !important; font-weight: inherit !important; text-transform: uppercase !important; }

.before-after-modern__content span, .before-after-modern__content strong { color: #6d7253 !important; }

@media screen and (max-width: 1100px) { .before-after-modern__heading { height: 82px; } .before-after-modern__title-back { font-size: 54px; letter-spacing: -2px; } .before-after-modern__title-back * { letter-spacing: -2px !important; } .before-after-modern__title-front { top: 36px; font-size: 36px; } }

@media screen and (max-width: 991px) { .before-after-modern { padding: 80px 30px; } .before-after-modern__grid { grid-template-columns: 1fr; gap: 24px; } .before-after-modern__media { height: 520px; } }

@media screen and (max-width: 767px) { .before-after-modern { padding: 65px 20px; } .before-after-modern__header { margin-bottom: 42px; } .before-after-modern__heading { height: 70px; } .before-after-modern__title-back { font-size: 44px; letter-spacing: -2px; } .before-after-modern__title-back * { letter-spacing: -2px !important; } .before-after-modern__title-front { top: 30px; font-size: 29px; letter-spacing: -1px; } .before-after-modern__title-front * { letter-spacing: -1px !important; } .before-after-modern__description { margin-top: 16px; font-size: 16px; line-height: 1.65; } .before-after-modern__media { height: 420px; } .before-after-modern__number { top: 20px; right: 20px; font-size: 44px; } .before-after-modern__labels { top: 20px; left: 20px; } .before-after-modern__label { min-width: 70px; min-height: 38px; padding: 0 14px; font-size: 11px; } .before-after-modern__progress { right: 20px; bottom: 18px; left: 20px; } .before-after-modern__content { min-height: 85px; padding: 22px 25px 22px 29px; font-size: 18px; } .before-after-modern__content::before { top: 22px; bottom: 22px; width: 3px; } }

@media screen and (max-width: 480px) { .before-after-modern { padding: 55px 16px; } .before-after-modern__heading { height: 56px; } .before-after-modern__title-back { font-size: 32px; letter-spacing: -1px; } .before-after-modern__title-back * { letter-spacing: -1px !important; } .before-after-modern__title-front { top: 22px; font-size: 22px; letter-spacing: -0.5px; } .before-after-modern__title-front * { letter-spacing: -0.5px !important; } .before-after-modern__description { margin-top: 15px; font-size: 15px; } .before-after-modern__media { height: 340px; } .before-after-modern__number { top: 16px; right: 16px; font-size: 38px; } .before-after-modern__labels { top: 16px; left: 16px; } .before-after-modern__label { min-width: 62px; min-height: 35px; padding: 0 11px; font-size: 10px; } .before-after-modern__progress { right: 16px; bottom: 15px; left: 16px; } .before-after-modern__content { min-height: 78px; padding: 20px 20px 20px 25px; font-size: 17px; } }

/*-----------------------------------------BLOC GALERIE------------------------------------------*/
.custom-gallery-block { position: relative; width: 100%; padding: 100px 20px; background: #ffffff; overflow: hidden; }

.custom-gallery-block *, .custom-gallery-lightbox * { box-sizing: border-box; }

.custom-gallery-container { width: 100%; max-width: 1330px; margin: 0 auto; }

.custom-gallery-header { width: 100%; max-width: 950px; margin: 0 auto 55px; text-align: center; }

.custom-gallery-heading { position: relative; width: 100%; height: 92px; overflow: visible; }

.custom-gallery-title-back { position: absolute; top: 0; left: 50%; z-index: 0; display: inline-block; transform: translateX(-50%); font-family: Arial, Helvetica, sans-serif !important; font-size: 64px; line-height: 1; font-weight: 700 !important; letter-spacing: -3px; text-transform: uppercase; white-space: nowrap; color: transparent !important; -webkit-text-fill-color: transparent !important; -webkit-text-stroke: 1px #dddddd !important; opacity: 0.75; pointer-events: none; }

.custom-gallery-title-back * { margin: 0 !important; padding: 0 !important; font-family: Arial, Helvetica, sans-serif !important; font-size: inherit !important; line-height: 1 !important; font-weight: 700 !important; letter-spacing: -3px !important; text-transform: uppercase !important; white-space: nowrap !important; color: transparent !important; -webkit-text-fill-color: transparent !important; -webkit-text-stroke: 1px #dddddd !important; background: none !important; border: 0 !important; box-shadow: none !important; }

.custom-gallery-title-front { position: absolute; top: 43px; left: 50%; z-index: 2; display: inline-block; transform: translateX(-50%); font-family: Arial, Helvetica, sans-serif !important; font-size: 42px; line-height: 1; font-weight: 800 !important; letter-spacing: -2px; text-transform: uppercase; white-space: nowrap; color: #6d7253 !important; }

.custom-gallery-title-front * { margin: 0 !important; padding: 0 !important; font-family: Arial, Helvetica, sans-serif !important; font-size: inherit !important; line-height: 1 !important; font-weight: 800 !important; letter-spacing: -2px !important; text-transform: uppercase !important; white-space: nowrap !important; color: #6d7253 !important; background: none !important; border: 0 !important; box-shadow: none !important; }

.custom-gallery-title-back::before, .custom-gallery-title-back::after, .custom-gallery-title-back *::before, .custom-gallery-title-back *::after, .custom-gallery-title-front::before, .custom-gallery-title-front::after, .custom-gallery-title-front *::before, .custom-gallery-title-front *::after { content: none !important; display: none !important; }

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

.custom-gallery-item { position: relative; width: 100%; height: 360px; overflow: hidden; }

.custom-gallery-link { position: relative; display: block; width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden; background: #6d7253; border: 0; border-radius: 0 !important; cursor: pointer; }

.custom-gallery-image { display: block; width: 100% !important; height: 100% !important; object-fit: cover !important; transform: scale(1); transition: transform 0.65s ease; }

.custom-gallery-hover { position: absolute; inset: 0; z-index: 2; display: flex; align-items: center; justify-content: center; background: rgba(5, 59, 114, 0.68); opacity: 0; transition: opacity 0.4s ease; }

.custom-gallery-plus { position: relative; width: 58px; height: 58px; display: flex; align-items: center; justify-content: center; background: #ffffff; transform: scale(0.8); transition: transform 0.4s ease; }

.custom-gallery-plus span { position: absolute; display: block; background: #6d7253; }

.custom-gallery-plus span:first-child { width: 20px; height: 2px; }

.custom-gallery-plus span:last-child { width: 2px; height: 20px; }

.custom-gallery-link:hover .custom-gallery-image { transform: scale(1.06); }

.custom-gallery-link:hover .custom-gallery-hover { opacity: 1; }

.custom-gallery-link:hover .custom-gallery-plus { transform: scale(1); }

.custom-gallery-link:focus-visible { outline: 3px solid #938e6c; outline-offset: -3px; }

.custom-gallery-lightbox { position: fixed; inset: 0; z-index: 999999; width: 100%; height: 100%; padding: 45px 100px; display: flex; align-items: center; justify-content: center; background: rgba(0, 0, 0, 0.94); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 0.3s ease, visibility 0.3s ease; }

.custom-gallery-lightbox.is-open { opacity: 1; visibility: visible; pointer-events: auto; }

.custom-gallery-lightbox__visual { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }

.custom-gallery-lightbox__image { display: block; width: auto; max-width: 85vw; height: auto; max-height: 86vh; object-fit: contain; opacity: 1; transform: scale(1); transition: opacity 0.25s ease, transform 0.25s ease; }

.custom-gallery-lightbox__image.is-changing { opacity: 0; transform: scale(0.98); }

.custom-gallery-lightbox__close { position: absolute; top: 25px; right: 30px; z-index: 5; width: 58px; height: 58px; margin: 0; padding: 0; display: flex; align-items: center; justify-content: center; background: #6d7253; border: 1px solid rgba(255, 255, 255, 0.25); border-radius: 0 !important; color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-size: 38px; line-height: 1; font-weight: 300; cursor: pointer; transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease; }

.custom-gallery-lightbox__close:hover { background: #ffffff; color: #6d7253; transform: rotate(90deg); }

.custom-gallery-lightbox__arrow { position: absolute; top: 50%; z-index: 5; width: 62px; height: 62px; margin: 0; padding: 0; display: flex; align-items: center; justify-content: center; background: #6d7253; border: 1px solid rgba(255, 255, 255, 0.25); border-radius: 0 !important; color: #ffffff; cursor: pointer; transform: translateY(-50%); transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease; }

.custom-gallery-lightbox__arrow svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.custom-gallery-lightbox__previous { left: 25px; }

.custom-gallery-lightbox__next { right: 25px; }

.custom-gallery-lightbox__previous:hover { background: #ffffff; color: #6d7253; transform: translate(-4px, -50%); }

.custom-gallery-lightbox__next:hover { background: #ffffff; color: #6d7253; transform: translate(4px, -50%); }

.custom-gallery-lightbox__counter { position: absolute; bottom: 25px; left: 50%; z-index: 5; padding: 10px 16px; background: #6d7253; color: #ffffff; font-size: 12px; line-height: 1; font-weight: 700; letter-spacing: 0.08em; transform: translateX(-50%); }

body.custom-gallery-lightbox-open { overflow: hidden; }

@media screen and (max-width: 1100px) { .custom-gallery-heading { height: 82px; } .custom-gallery-title-back { font-size: 54px; letter-spacing: -2px; } .custom-gallery-title-back * { letter-spacing: -2px !important; } .custom-gallery-title-front { top: 36px; font-size: 36px; } .custom-gallery-grid { grid-template-columns: repeat(3, 1fr); } .custom-gallery-item { height: 330px; } }

@media screen and (max-width: 991px) { .custom-gallery-block { padding: 80px 30px; } .custom-gallery-grid { grid-template-columns: repeat(2, 1fr); } .custom-gallery-item { height: 360px; } .custom-gallery-lightbox { padding: 65px 75px; } }

@media screen and (max-width: 767px) { .custom-gallery-block { padding: 65px 20px; } .custom-gallery-header { margin-bottom: 42px; } .custom-gallery-heading { height: 70px; } .custom-gallery-title-back { font-size: 44px; letter-spacing: -2px; } .custom-gallery-title-back * { letter-spacing: -2px !important; } .custom-gallery-title-front { top: 30px; font-size: 29px; letter-spacing: -1px; } .custom-gallery-title-front * { letter-spacing: -1px !important; } .custom-gallery-grid { gap: 12px; } .custom-gallery-item { height: 300px; } .custom-gallery-plus { width: 50px; height: 50px; } .custom-gallery-lightbox { padding: 70px 50px; } .custom-gallery-lightbox__image { max-width: 90vw; max-height: 78vh; } .custom-gallery-lightbox__arrow { width: 46px; height: 55px; } .custom-gallery-lightbox__arrow svg { width: 22px; height: 22px; } .custom-gallery-lightbox__previous { left: 4px; } .custom-gallery-lightbox__next { right: 4px; } .custom-gallery-lightbox__close { top: 12px; right: 12px; width: 48px; height: 48px; font-size: 32px; } }

@media screen and (max-width: 576px) { .custom-gallery-block { padding: 55px 16px; } .custom-gallery-grid { grid-template-columns: 1fr; } .custom-gallery-item { height: 320px; } .custom-gallery-lightbox { padding: 65px 42px; } .custom-gallery-lightbox__counter { bottom: 18px; } }

@media screen and (max-width: 480px) { .custom-gallery-heading { height: 56px; } .custom-gallery-title-back { font-size: 32px; letter-spacing: -1px; } .custom-gallery-title-back * { letter-spacing: -1px !important; } .custom-gallery-title-front { top: 22px; font-size: 22px; letter-spacing: -0.5px; } .custom-gallery-title-front * { letter-spacing: -0.5px !important; } }

@media screen and (max-width: 400px) { .custom-gallery-item { height: 280px; } }

/*------------------------------------URGENCE--------------------------------*/
.mission-points { width: 100%; background: #6d7253; padding: 70px 5%; overflow: hidden; }

.mission-points *, .mission-points *::before, .mission-points *::after { box-sizing: border-box; }

.mission-points-grid { width: 100%; display: grid; grid-template-columns: repeat(2, 1fr); }

.mission-points-card { position: relative; display: grid; grid-template-columns: 115px 1fr; align-items: start; gap: 35px; padding: 20px 7%; }

.mission-points-card:first-child { border-right: 1px solid rgba(255, 255, 255, 0.28); }

.mission-points-number { position: relative; color: #ffffff; font-size: 70px; line-height: 0.9; font-weight: 700; letter-spacing: -3px; }

.mission-points-number::before { content: ""; position: absolute; left: -22px; top: -12px; width: 3px; height: 62px; background: #ffffff; }

.mission-points-content { padding-top: 4px; }

.mission-points-title { margin: 0 0 17px; color: #ffffff; font-size: 25px; line-height: 1.25; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }

.mission-points-description { max-width: 480px; color: rgba(255, 255, 255, 0.76); font-size: 16px; line-height: 1.7; }

.mission-points-description p { margin: 0 !important; color: inherit !important; }

@media screen and (max-width: 900px) { .mission-points { padding: 55px 30px; } .mission-points-card { grid-template-columns: 90px 1fr; gap: 25px; padding: 15px 35px; } .mission-points-number { font-size: 58px; } .mission-points-title { font-size: 22px; } }

@media screen and (max-width: 700px) { .mission-points { padding: 25px 22px; } .mission-points-grid { grid-template-columns: 1fr; } .mission-points-card { grid-template-columns: 75px 1fr; gap: 22px; padding: 35px 10px; } .mission-points-card:first-child { border-right: none; border-bottom: 1px solid rgba(255, 255, 255, 0.25); } .mission-points-number { font-size: 48px; } .mission-points-number::before { left: -10px; top: -8px; height: 45px; width: 2px; } .mission-points-title { margin-bottom: 12px; font-size: 20px; } .mission-points-description { font-size: 14px; line-height: 1.6; } }

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