@charset "UTF-8";
@import url(main.css);
/*-------------------------------------------------------BARRE DE NAVIGATION--------------------------------------------------------------*/
#navigation-bar-show { background: #ffffff !important; height: 80px; padding: 0 30px; transition: .3s ease; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06); display: flex; align-items: center; }

#navigation-bar-show .container-fluid { max-width: 1400px; height: 100%; align-items: center; }

#navigation-bar-show .navbar-brand { display: flex; align-items: center; height: 100%; }

#navigation-bar-show .logo_nav { width: 75px !important; max-width: 75px; height: auto; max-height: 65px; object-fit: contain; transition: .3s ease; }

#navigation-bar-show .navbar-brand:hover .logo_nav { transform: scale(1.05); }

#navigation-bar-show .navbar-collapse { align-items: center; }

#navigation-bar-show .navbar-nav { gap: 5px; align-items: center; }

#navigation-bar-show .navbar-nav li { padding: 8px 18px !important; }

#navigation-bar-show .animated-border-button { position: relative; color: #212529 !important; font-size: 15px; font-weight: 500; cursor: pointer; transition: .3s ease; }

#navigation-bar-show .animated-border-button::after { content: ""; position: absolute; left: 50%; bottom: -7px; width: 0; height: 2px; background: #026b1c; transform: translateX(-50%); transition: .3s ease; }

#navigation-bar-show .animated-border-button:hover::after { width: 100%; }

#navigation-bar-show .animated-border-button:hover { color: #026b1c !important; }

#navigation-bar-show .d-flex.flex-column.flex-lg-row.align-items-center { position: relative; align-items: center !important; }

#navigation-bar-show .nav-link { color: #212529 !important; font-size: 15px; font-weight: 500; transition: .3s ease; }

#navigation-bar-show .nav-link:hover { color: #026b1c !important; }

#navigation-bar-show .bi-chevron-down { color: #026b1c; }

/* MENU DEROULANT */
#navigation-bar-show .dropdown-menu { position: absolute !important; top: calc(100% + 12px) !important; left: 50% !important; transform: translateX(-50%) !important; margin: 0 !important; min-width: 240px; padding: 10px !important; background: #ffffff !important; border: none !important; border-radius: 0 !important; box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12); z-index: 9999; }

#navigation-bar-show .dropdown-menu.show { display: block !important; }

#navigation-bar-show .dropdown-menu li { padding: 0 !important; }

#navigation-bar-show .dropdown-item { padding: 12px 18px !important; color: #212529 !important; font-size: 14px; transition: .3s ease; }

#navigation-bar-show .dropdown-item:hover { background: #026b1c !important; color: #ffffff !important; }

/* TELEPHONE */
#navigation-bar-show .button-header-telephone { display: flex; align-items: center; justify-content: center; gap: 10px; height: 45px; padding: 0 25px !important; background: #026b1c !important; color: #ffffff !important; border-radius: 0 !important; font-size: 14px; font-weight: 600; transition: .3s ease; }

#navigation-bar-show .button-header-telephone:hover { background: #003b1c !important; transform: translateY(-2px); }

#navigation-bar-show .button-header-telephone i { color: #ffffff; }

/* BURGER */
#navigation-bar-show .navbar-toggler { border: none !important; padding: 8px; background: #026b1c !important; }

#navigation-bar-show .navbar-toggler-icon { filter: brightness(0) invert(1); }

@media (max-width: 991px) { #navigation-bar-show { height: auto; min-height: 75px; padding: 10px 20px; } #navigation-bar-show .logo_nav { width: 65px !important; max-width: 65px; max-height: 55px; } #navigation-bar-show .navbar-nav { margin-top: 25px !important; } #navigation-bar-show .navbar-nav li { padding: 12px !important; } #navigation-bar-show .dropdown-menu { position: static !important; transform: none !important; margin-top: 10px !important; box-shadow: none; } #navigation-bar-show .button-header-telephone { width: 100%; margin-top: 15px; } }

/* ========================================================= MENU DÉROULANT ========================================================= */
.dropdown-menu { background-color: #ffffff !important; }

/* Liens */
.dropdown-menu .dropdown-item { background-color: #ffffff !important; color: #026b1c !important; transition: background-color 0.3s ease, color 0.3s ease; }

/* Survol */
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus { background-color: #026b1c !important; color: #ffffff !important; }

/* Icône "Voir plus" */
.dropdown-menu .dropdown-item i { color: inherit !important; }

/* Séparateur */
.dropdown-menu .dropdown-divider { border-color: rgba(2, 107, 28, 0.2) !important; }

/*-------------------------------------------------------HERO--------------------------------------------------------------*/
.mgarden-hero { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 120px 20px; }

/* IMAGE */
.mgarden-hero__background { position: absolute; inset: 0; }

.mgarden-hero__background img { width: 100%; height: 100%; object-fit: cover; }

/* FILTRE */
.mgarden-hero__overlay { position: absolute; inset: 0; background: rgba(45, 55, 50, 0.35); }

/* RESET CMS */
.mgarden-hero p { margin: 0; padding: 0; }

/* CONTENU */
.mgarden-hero__content { position: relative; z-index: 2; max-width: 900px; text-align: center; color: white; margin-top: 35px; }

/* LOGO */
.mgarden-hero__logo { max-width: 170px; margin-bottom: 35px; }

/* TITRE */
.mgarden-hero__title { font-size: 70px; line-height: 1.05; font-weight: 700; font-style: italic; text-transform: none; margin-bottom: 25px; }

/* DESCRIPTION */
.mgarden-hero__description { max-width: 700px; margin: 0 auto 35px; font-size: 20px; line-height: 1.6; }

/* BOUTONS */
.mgarden-hero__buttons { display: flex; justify-content: center; align-items: center; gap: 20px; }

.mgarden-hero__button { padding: 15px 35px; display: flex; align-items: center; justify-content: center; text-align: center; border-radius: 0; text-decoration: none; text-transform: uppercase; font-weight: 600; line-height: normal; transition: .3s ease; }

.mgarden-hero__button p { margin: 0; padding: 0; line-height: normal; }

.mgarden-hero__button--primary { background: #195390; color: white; }

.mgarden-hero__button--secondary { background: transparent; border: 1px solid white; color: white; }

.mgarden-hero__button:hover { opacity: .8; }

/* RESPONSIVE */
@media (max-width: 900px) { .mgarden-hero { padding: 100px 20px; } .mgarden-hero__title { font-size: 42px; } .mgarden-hero__description { font-size: 17px; } .mgarden-hero__buttons { flex-direction: column; } }

/*-------------------------------------------------------QSN--------------------------------------------------------------*/
.mgarden-about { padding: 100px 20px; background: #fff; }

.mgarden-about p { margin: 0; padding: 0; }

.mgarden-about__container { max-width: 1200px; margin: auto; display: flex; align-items: center; gap: 80px; }

/* IMAGE */
.mgarden-about__visual { width: 50%; position: relative; }

.mgarden-about__image { position: relative; }

.mgarden-about__image::before { content: ""; position: absolute; width: 100%; height: 100%; background: #195390; top: 25px; left: -25px; z-index: 0; }

.mgarden-about__image img { width: 100%; height: 600px; object-fit: cover; position: relative; z-index: 1; }

/* CONTENU */
.mgarden-about__content { width: 50%; }

.mgarden-about__eyebrow { font-size: 14px; letter-spacing: 3px; color: #026b1c; font-weight: 600; margin-bottom: 25px; }

.mgarden-about__title { font-size: 56px; line-height: 1.1; font-weight: 700; margin-bottom: 25px; }

.mgarden-about__description { font-size: 18px; line-height: 1.7; color: #444; margin-bottom: 35px; }

/* BOUTON */
.mgarden-about__button { display: inline-flex; align-items: center; justify-content: center; text-align: center; padding: 15px 35px; min-height: 52px; background: #026b1c; color: #fff; text-decoration: none; text-transform: uppercase; font-weight: 600; border-radius: 0; line-height: 1; transition: .3s ease; }

.mgarden-about__button p { margin: 0; padding: 0; color: #fff; line-height: 1; }

.mgarden-about__button:hover { opacity: .85; }

/* RESPONSIVE */
@media (max-width: 900px) { .mgarden-about { padding: 70px 20px; } .mgarden-about__container { flex-direction: column; gap: 50px; } .mgarden-about__visual, .mgarden-about__content { width: 100%; } .mgarden-about__image img { height: 450px; } .mgarden-about__title { font-size: 38px; } }

/*-------------------------------------------------------HERO 2----------------------------------------------------------------*/
.mgarden-secondary-hero { position: relative; min-height: 430px; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 100px 20px 80px; }

.mgarden-secondary-hero__background { position: absolute; inset: 0; }

.mgarden-secondary-hero__background img { width: 100%; height: 100%; object-fit: cover; }

.mgarden-secondary-hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.42)); }

.mgarden-secondary-hero__content { position: relative; z-index: 2; max-width: 1000px; width: 100%; text-align: center; }

.mgarden-secondary-hero__title { color: #fff; font-size: 60px; line-height: 1.1; font-weight: 700; text-transform: uppercase; }

.mgarden-secondary-hero__title p, .mgarden-secondary-hero__title span { margin: 0 !important; padding: 0 !important; color: #fff !important; }

@media (max-width: 700px) { .mgarden-secondary-hero { min-height: 330px; padding: 90px 20px 60px; } .mgarden-secondary-hero__title { font-size: 38px; } }

/*-------------------------------------------------------SERVICES--------------------------------------------------------------*/
.mgarden-services { padding: 100px 20px; background: #fff; }

/* HEADER */
.mgarden-services__header { text-align: center; max-width: 850px; margin: 0 auto 60px; }

.mgarden-services__eyebrow { color: #026b1c; font-size: 14px; letter-spacing: 3px; font-weight: 600; margin-bottom: 20px; text-transform: uppercase; }

.mgarden-services__title { color: #212529; font-size: 55px; line-height: 1.1; font-weight: 700; }

/* GRILLE */
.mgarden-services__grid { max-width: 1250px; margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 35px; align-items: stretch; }

/* CARTE */
.mgarden-services__card { display: flex; flex-direction: column; height: 100%; text-decoration: none; color: inherit; text-align: center; transition: .3s ease; }

.mgarden-services__card:hover { transform: translateY(-8px); }

/* IMAGE */
.mgarden-services__image { position: relative; margin-bottom: 70px; }

.mgarden-services__image > img { display: block; width: 100%; height: 260px; object-fit: cover; }

/* ICÔNE */
.mgarden-services__icon { position: absolute; bottom: -55px; left: 50%; transform: translateX(-50%); width: 110px; height: 110px; padding: 20px; border-radius: 50%; background: #003b1c; border: 8px solid #fff; display: flex; align-items: center; justify-content: center; box-sizing: border-box; }

.mgarden-services__icon img { width: 100%; height: 100%; object-fit: contain; display: block; }

/* TITRE CARTE */
.mgarden-services__card-title { min-height: 56px; display: flex; align-items: center; justify-content: center; padding: 0 5px; margin-bottom: 15px; color: #026b1c; font-size: 22px; line-height: 1.2; font-weight: 700; text-transform: uppercase; }

/* DESCRIPTION */
.mgarden-services__text { flex: 1; color: #666; font-size: 16px; line-height: 1.6; margin-bottom: 25px; }

/* LIEN */
.mgarden-services__link { margin-top: auto; color: #003b1c; font-size: 14px; font-weight: 700; text-transform: uppercase; }

/* RESPONSIVE TABLETTE */
@media (max-width: 1100px) { .mgarden-services { padding: 80px 20px; } .mgarden-services__grid { grid-template-columns: repeat(2, 1fr); gap: 50px 30px; } .mgarden-services__image > img { height: 300px; } .mgarden-services__card-title { min-height: auto; } }

/* RESPONSIVE MOBILE */
@media (max-width: 700px) { .mgarden-services { padding: 65px 20px; } .mgarden-services__header { margin-bottom: 45px; } .mgarden-services__title { font-size: 38px; } .mgarden-services__grid { grid-template-columns: 1fr; gap: 55px; } .mgarden-services__image { margin-bottom: 65px; } .mgarden-services__image > img { height: 280px; } .mgarden-services__icon { width: 100px; height: 100px; bottom: -50px; } .mgarden-services__card-title { font-size: 21px; } .mgarden-services__text { font-size: 15px; } }

/*-------------------------------------------------------ELG--------------------------------------------------------------*/
.mgarden-tax { background: #003b1c; padding: 50px 20px; }

.mgarden-tax p { margin: 0; padding: 0; }

/* CONTENU */
.mgarden-tax__content { max-width: 1200px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 40px; }

/* PARTIE GAUCHE */
.mgarden-tax__side { flex: 0 0 170px; display: flex; flex-direction: column; align-items: center; gap: 15px; }

/* 50% */
.mgarden-tax__highlight { width: 150px; height: 150px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border: 2px solid rgba(255, 255, 255, 0.25); }

.mgarden-tax__percent { color: #fff; font-size: 52px; line-height: 1; font-weight: 700; font-style: italic; }

.mgarden-tax__label { max-width: 110px; margin-top: 8px; color: rgba(255, 255, 255, 0.8); font-size: 13px; line-height: 1.3; font-weight: 600; text-transform: uppercase; }

/* LOGO */
.mgarden-tax__logo { width: 150px; padding: 10px 12px; background: #fff; display: flex; align-items: center; justify-content: center; }

.mgarden-tax__logo img { display: block; width: 100%; height: auto; object-fit: contain; }

/* TEXTE */
.mgarden-tax__text { max-width: 680px; flex: 1; }

.mgarden-tax__eyebrow { margin-bottom: 10px; color: rgba(255, 255, 255, 0.65); font-size: 13px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; }

.mgarden-tax__title { color: #fff; font-size: 32px; line-height: 1.2; margin-bottom: 12px; font-weight: 700; font-style: italic; }

.mgarden-tax__description { color: rgba(255, 255, 255, 0.85); font-size: 17px; line-height: 1.6; }

.mgarden-tax__note { margin-top: 10px; color: rgba(255, 255, 255, 0.55); font-size: 12px; line-height: 1.5; }

/* BOUTON */
.mgarden-tax__button { flex-shrink: 0; display: flex; align-items: center; justify-content: center; text-align: center; padding: 15px 35px; background: #026b1c; color: #fff !important; text-decoration: none; text-transform: uppercase; font-weight: 600; border-radius: 0; line-height: normal; white-space: nowrap; transition: .3s ease; }

.mgarden-tax__button p, .mgarden-tax__button span { margin: 0 !important; padding: 0 !important; color: #fff !important; line-height: normal; }

.mgarden-tax__button:hover, .mgarden-tax__button:hover p, .mgarden-tax__button:hover span { color: #fff !important; }

.mgarden-tax__button:hover { opacity: .85; }

/* RESPONSIVE */
@media (max-width: 900px) { .mgarden-tax__content { flex-direction: column; text-align: center; } .mgarden-tax__side { flex-basis: auto; } .mgarden-tax__highlight { width: 135px; height: 135px; } .mgarden-tax__percent { font-size: 46px; } .mgarden-tax__logo { width: 160px; } .mgarden-tax__title { font-size: 25px; } .mgarden-tax__button { width: auto; } }

/*-------------------------------------------------------WHY--------------------------------------------------------------*/
.mgarden-services-highlight { padding: 100px 20px; background: #fff; }

.mgarden-services-highlight p { margin: 0; padding: 0; }

.mgarden-services-highlight__container { max-width: 1250px; margin: auto; display: flex; gap: 35px; }

/* IMAGE GAUCHE */
.mgarden-services-highlight__visual { position: relative; flex: 1 1 45%; min-height: 520px; background-size: cover; background-position: center; overflow: hidden; }

.mgarden-services-highlight__overlay { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.45); }

.mgarden-services-highlight__content { position: relative; z-index: 2; height: 100%; padding: 50px; display: flex; flex-direction: column; justify-content: center; color: white; }

.mgarden-services-highlight__title { font-size: 48px; line-height: 1.15; font-weight: 700; margin-bottom: 25px; }

.mgarden-services-highlight__content p { font-size: 18px; line-height: 1.7; max-width: 450px; margin-bottom: 35px; }

/* BOUTON */
.mgarden-services-highlight__button { display: flex; align-items: center; justify-content: center; text-align: center; width: max-content; height: 50px; padding: 0 35px; background: #195390; color: #fff !important; text-decoration: none; text-transform: uppercase; font-size: 14px; font-weight: 600; border-radius: 0; line-height: 1; transition: .3s ease; }

.mgarden-services-highlight__button p, .mgarden-services-highlight__button span { margin: 0 !important; padding: 0 !important; color: #fff !important; display: flex; align-items: center; justify-content: center; line-height: 1; }

.mgarden-services-highlight__button:hover { background: #003b1c; color: #fff !important; }

.mgarden-services-highlight__button:hover span, .mgarden-services-highlight__button:hover p { color: #fff !important; }

/* CARTES */
.mgarden-services-highlight__cards { flex: 1 1 55%; display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }

.mgarden-services-highlight__card { background: #fff; padding: 30px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); transition: .3s ease; }

.mgarden-services-highlight__card:hover { transform: translateY(-5px); }

.mgarden-services-highlight__icon { width: 55px; height: 55px; margin-bottom: 25px; }

.mgarden-services-highlight__icon img { width: 100%; height: 100%; object-fit: contain; }

.mgarden-services-highlight__card-title { color: #003b1c; font-size: 22px; font-weight: 700; text-transform: uppercase; margin-bottom: 15px; }

.mgarden-services-highlight__card p { color: #666; font-size: 16px; line-height: 1.6; }

/* RESPONSIVE */
@media (max-width: 1000px) { .mgarden-services-highlight__container { flex-direction: column; } .mgarden-services-highlight__visual { min-height: 450px; } }

@media (max-width: 700px) { .mgarden-services-highlight { padding: 70px 20px; } .mgarden-services-highlight__content { padding: 30px; } .mgarden-services-highlight__title { font-size: 36px; } .mgarden-services-highlight__cards { grid-template-columns: 1fr; } }

/*-------------------------------------------------------AVIS--------------------------------------------------------------*/
.photoTitleText { text-align: center; margin: 0 0 60px !important; padding: 0 !important; }

.photoTitleText::before { content: "TÉMOIGNAGES"; display: block !important; margin-bottom: 15px; color: #026b1c !important; font-size: 14px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; }

.photoTitleText .titles { margin: 0 !important; padding: 0 !important; display: inline-block; }

.photoTitleText h2 { margin: 0 !important; padding: 0 !important; }

.photoTitleText .titles::after { content: ""; display: block; width: 55px; height: 3px; background: #026b1c; margin: 25px auto 0; }

.googleReviews-div { padding: 80px 20px; }

.googleReviews-div p { margin: 0 !important; padding: 0 !important; }

.googleReviews-div .card { border-radius: 0 !important; border: none !important; background: #fff; box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08) !important; }

.googleReviews-div > .container .card { padding: 20px 25px !important; }

.googleReviews-div .card h3 { color: #003b1c; font-size: 26px; font-weight: 700; margin: 0 0 8px !important; }

.googleReviews-div .avatar-google-place { border-radius: 50% !important; border: 3px solid #026b1c; padding: 3px; }

/* NOTE */
.googleReviews-div .star { color: #026b1c !important; }

.googleReviews-div #maps-url { display: flex !important; align-items: center !important; justify-content: center !important; height: 50px; padding: 0 35px; background: #195390 !important; color: #fff !important; border-radius: 0 !important; text-decoration: none; font-size: 14px; font-weight: 600; text-transform: uppercase; line-height: 1; }

.googleReviews-div #maps-url:hover { background: #003b1c !important; }

.googleReviews-div #maps-url i { margin-right: 10px !important; }

#google-reviews-widget .owl-stage { display: flex; }

#google-reviews-widget .owl-item { display: flex; }

#google-reviews-widget .card { width: 100%; height: 330px !important; min-height: 330px !important; display: flex !important; flex-direction: column; padding: 25px !important; box-sizing: border-box; transition: .3s ease; }

#google-reviews-widget .card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12) !important; }

/* HEADER AVIS */
#google-reviews-widget .d-flex.flex-wrap { min-height: 55px; margin-bottom: 15px !important; }

#google-reviews-widget .avatar-google-reviews { width: 45px; height: 45px; border-radius: 50% !important; object-fit: contain; }

#google-reviews-widget .mx-2 div:first-child { color: #003b1c; font-weight: 700; font-size: 16px; }

#google-reviews-widget small { color: #888 !important; }

/* ETOILES */
#google-reviews-widget .star { color: #026b1c !important; font-size: 15px; }

/* TEXTE */
#google-reviews-widget .card-body { flex: 1; display: flex; flex-direction: column; padding: 0 !important; }

#google-reviews-widget .card-text { margin-top: 20px !important; color: #555; font-size: 16px !important; line-height: 1.7; overflow: hidden; }

.googleReviews-div .owl-nav { text-align: center; margin-top: 25px; }

.googleReviews-div .owl-nav button { width: 50px !important; height: 50px !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; padding: 0 !important; margin: 10px !important; background: #003b1c !important; color: #fff !important; border-radius: 0 !important; font-size: 24px !important; line-height: 1 !important; }

.googleReviews-div .owl-nav button span { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; line-height: 1; }

.googleReviews-div .owl-nav button:hover { background: #026b1c !important; }

@media (max-width: 700px) { .googleReviews-div { padding: 60px 15px; } .photoTitleText { margin-bottom: 40px !important; } .photoTitleText::before { font-size: 12px; letter-spacing: 2px; } #google-reviews-widget .card { height: auto !important; min-height: 300px !important; } .googleReviews-div #maps-url { width: 100%; } }

/*-------------------------------------------------------SEO--------------------------------------------------------------*/
.first-activity-div, .second-activity-div, .third-activity-div { max-width: 1200px !important; padding: 0 !important; margin: 80px auto !important; background: #fff !important; color: #212529 !important; border-radius: 0 !important; box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08) !important; overflow: hidden; }

/* SUPPRESSION FOND CMS */
.first-activity-div .background-image-div-opacity, .second-activity-div .background-image-div-opacity, .third-activity-div .background-image-div-opacity { display: none; }

/* CONTENU */
.first-activity-div .row, .second-activity-div .row, .third-activity-div .row { padding: 0 !important; margin: 0 !important; gap: 0 !important; }

/* PARTIE TEXTE */
.first-activity-div .col-lg-7, .second-activity-div .col-lg-7, .third-activity-div .col-lg-7 { padding: 60px !important; }

/* TITRES */
.first-activity-title h2, .second-activity-title h2, .third-activity-title h2 { margin: 0 !important; color: #003b1c !important; font-size: 45px; line-height: 1.15; font-weight: 700; }

.first-activity-title, .second-activity-title, .third-activity-title { margin-bottom: 25px !important; }

/* DESCRIPTION */
.first-activity-div p, .second-activity-div p, .third-activity-div p { color: #555; font-size: 17px; line-height: 1.8; margin: 0 !important; }

.second-activity-div { background: #003b1c !important; }

.second-activity-div .second-activity-title h2 { color: #fff !important; }

.second-activity-div p { color: rgba(255, 255, 255, 0.85) !important; }

/* IMAGE DU BLOC CENTRAL */
.second-activity-div .card { border: 1px solid rgba(255, 255, 255, 0.15) !important; }

.first-activity-div .card, .second-activity-div .card, .third-activity-div .card { height: 100% !important; min-height: 500px; border-radius: 0 !important; box-shadow: none !important; border: 0 !important; background-size: cover !important; background-position: center !important; }

.black-screen { background: rgba(0, 0, 0, 0.15) !important; }

/* CACHE TITRE IMAGE */
.first-activity-div .card h3, .second-activity-div .card h3, .third-activity-div .card h3 { display: none; }

/* ALIGNEMENT */
.first-activity-div .row, .third-activity-div .row { flex-direction: row !important; }

.second-activity-div .row { flex-direction: row-reverse !important; }

@media (max-width: 1000px) { .first-activity-div, .second-activity-div, .third-activity-div { margin: 50px 20px !important; } .first-activity-div .col-lg-7, .second-activity-div .col-lg-7, .third-activity-div .col-lg-7 { padding: 40px 25px !important; } .first-activity-title h2, .second-activity-title h2, .third-activity-title h2 { font-size: 35px; } .first-activity-div .card, .second-activity-div .card, .third-activity-div .card { min-height: 350px; } }

/*-------------------------------------------------------MAPS--------------------------------------------------------------*/
.contact-map-section { padding: 100px 20px; background: #fff; }

.contact-map-container { max-width: 1200px; margin: auto; }

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

.contact-map-heading::before { content: "CONTACT"; display: block; margin-bottom: 18px; color: #026b1c; font-size: 14px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; }

.contact-map-heading span { display: block; margin: 0 !important; padding: 0 !important; color: #212529 !important; font-size: 55px; font-weight: 700; line-height: 1.1; }

.contact-map-heading span::after { content: ""; display: block; width: 55px; height: 3px; background: #026b1c; margin: 25px auto 0; }

.contact-map-heading::after { content: "M Garden intervient à Pornichet, La Baule et dans les communes alentours pour l’entretien, la remise en état et la valorisation de vos espaces extérieurs. Profitez d’un accompagnement de proximité pour préserver un jardin soigné toute l’année."; display: block; max-width: 650px; margin: 25px auto 0; color: #666; font-size: 17px; line-height: 1.7; }

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

.contact-info-card { display: flex; align-items: center; gap: 20px; min-height: 100px; padding: 25px; background: #fff; color: #212529; text-decoration: none; box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08); transition: .3s ease; }

.contact-info-card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12); }

.contact-info-icon { flex: 0 0 50px; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; background: #195390; color: #fff; font-size: 20px; }

.contact-info-card div:last-child { color: #212529; font-size: 16px; font-weight: 600; line-height: 1.5; }

.contact-map-wrapper { width: 100%; height: 480px; overflow: hidden; box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12); }

.contact-map-wrapper iframe { width: 100%; height: 100%; display: block; border: 0; }

@media (max-width: 991px) { .contact-map-heading span { font-size: 42px; } .contact-info-grid { grid-template-columns: 1fr; } .contact-map-wrapper { height: 380px; } }

@media (max-width: 600px) { .contact-map-section { padding: 70px 20px; } .contact-map-heading::before { font-size: 12px; letter-spacing: 2px; } .contact-map-heading span { font-size: 34px; } .contact-map-heading::after { font-size: 15px; } .contact-info-card { padding: 20px; } .contact-map-wrapper { height: 320px; } }

/*-------------------------------------------------------CTA--------------------------------------------------------------*/
.mgarden-cta { position: relative; min-height: 500px; display: flex; align-items: center; justify-content: center; background-size: cover; background-position: center; overflow: hidden; }

.mgarden-cta__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.45)); }

.mgarden-cta__content { position: relative; z-index: 2; max-width: 850px; padding: 80px 20px; text-align: center; color: white; }

.mgarden-cta__title { color: white; font-size: 55px; line-height: 1.1; font-weight: 700; margin-bottom: 25px; }

.mgarden-cta__description { max-width: 650px; margin: 0 auto 40px; color: rgba(255, 255, 255, 0.9); font-size: 18px; line-height: 1.7; }

.mgarden-cta__button { display: flex; align-items: center; justify-content: center; width: max-content; height: 50px; margin: auto; padding: 0 40px; background: #026b1c; color: white !important; text-decoration: none; text-transform: uppercase; font-size: 14px; font-weight: 600; border-radius: 0; line-height: 1; transition: .3s ease; }

.mgarden-cta__button p, .mgarden-cta__button span { margin: 0 !important; padding: 0 !important; color: white !important; line-height: 1; }

.mgarden-cta__button:hover { background: #003b1c; }

@media (max-width: 700px) { .mgarden-cta { min-height: 420px; } .mgarden-cta__content { padding: 60px 20px; } .mgarden-cta__title { font-size: 36px; } .mgarden-cta__description { font-size: 16px; } }

/*-----------------------------------------------------FICHES-----------------------------------------------------------------*/
.mgarden-services-list { padding: 100px 20px; background: #fff; }

.mgarden-services-list__container { max-width: 1200px; margin: auto; }

.mgarden-services-list__item { display: flex; align-items: stretch; margin-bottom: 50px; background: #fff; box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08); overflow: hidden; }

.mgarden-services-list__item:nth-child(even) { flex-direction: row-reverse; }

.mgarden-services-list__image { width: 45%; min-height: 420px; }

.mgarden-services-list__image img { width: 100%; height: 100%; object-fit: cover; }

.mgarden-services-list__content { width: 55%; padding: 60px; display: flex; flex-direction: column; justify-content: center; }

.mgarden-services-list__content h2 { margin: 0 0 25px; color: #003b1c; font-size: 42px; line-height: 1.15; font-weight: 700; }

.mgarden-services-list__content p { margin: 0 0 25px; color: #555; font-size: 17px; line-height: 1.7; }

.mgarden-services-list__content ul { padding: 0; margin: 0; list-style: none; }

.mgarden-services-list__content li { position: relative; padding-left: 22px; margin-bottom: 12px; color: #212529; }

.mgarden-services-list__content li::before { content: ""; position: absolute; left: 0; top: 9px; width: 8px; height: 8px; background: #026b1c; }

/* BLOC CENTRAL */
.mgarden-services-list__item--green { background: #003b1c; }

.mgarden-services-list__item--green .mgarden-services-list__content h2 { color: #fff; }

.mgarden-services-list__item--green .mgarden-services-list__content p { color: rgba(255, 255, 255, 0.85); }

.mgarden-services-list__item--green .mgarden-services-list__content li { color: #fff; }

.mgarden-services-list__item--green .mgarden-services-list__content li::before { background: #fff; }

/* BOUTON */
.mgarden-services-list__button { text-align: center; margin-top: 20px; }

.mgarden-services-list__button a { display: inline-flex !important; align-items: center !important; justify-content: center !important; width: max-content; height: 50px; padding: 0 40px !important; background: #026b1c; color: #fff !important; text-decoration: none; text-transform: uppercase; font-size: 14px; font-weight: 600; border-radius: 0; line-height: 1 !important; transition: .3s ease; }

.mgarden-services-list__button a p, .mgarden-services-list__button a span { display: flex !important; align-items: center !important; justify-content: center !important; width: 100%; height: 100%; margin: 0 !important; padding: 0 !important; color: #fff !important; line-height: 1 !important; }

.mgarden-services-list__button a:hover { background: #003b1c; }

@media (max-width: 900px) { .mgarden-services-list__item, .mgarden-services-list__item:nth-child(even) { flex-direction: column; } .mgarden-services-list__image, .mgarden-services-list__content { width: 100%; } .mgarden-services-list__image { min-height: 300px; } .mgarden-services-list__content { padding: 35px 25px; } .mgarden-services-list__content h2 { font-size: 34px; } }

/*---------------------------------------------GALERIE------------------------------------------------------*/
.mgarden-gallery-heading { max-width: 850px; margin: 60px auto 50px !important; padding: 0 20px; text-align: center; }

.mgarden-gallery-heading__eyebrow { display: block; margin-bottom: 15px !important; color: #026b1c !important; font-size: 14px !important; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; }

.mgarden-gallery-heading h2 { display: block; margin: 0 !important; padding: 0 !important; color: #212529 !important; font-size: 42px !important; line-height: 1.2 !important; }

.mgarden-gallery-heading h2::after { content: ""; display: block; width: 55px; height: 3px; background: #026b1c; margin: 20px auto 25px; }

.mgarden-gallery-heading p { max-width: 750px; margin: 0 auto !important; padding: 0 !important; color: #555 !important; font-size: 17px !important; line-height: 1.7; }

.mgarden-gallery { padding: 0 20px 80px; }

.mgarden-gallery__grid { max-width: 1250px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }

.mgarden-gallery__item { height: 320px; overflow: hidden; cursor: pointer; }

.mgarden-gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: .4s ease; }

.mgarden-gallery__item:hover img { transform: scale(1.05); }

.mgarden-gallery__lightbox { position: fixed; inset: 0; background: rgba(0, 0, 0, 0.85); display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: .3s ease; z-index: 9999; }

.mgarden-gallery__lightbox.active { opacity: 1; visibility: visible; }

.mgarden-gallery__lightbox-image { max-width: 85%; max-height: 85%; object-fit: contain; }

.mgarden-gallery__close { position: absolute; top: 25px; right: 30px; width: 45px; height: 45px; border: none; background: #026b1c; color: #fff; font-size: 30px; cursor: pointer; }

.mgarden-gallery__prev, .mgarden-gallery__next { position: absolute; top: 50%; transform: translateY(-50%); width: 50px; height: 50px; border: none; background: #026b1c; color: #fff; font-size: 30px; cursor: pointer; }

.mgarden-gallery__prev { left: 30px; }

.mgarden-gallery__next { right: 30px; }

@media (max-width: 900px) { .mgarden-gallery__grid { grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 700px) { .mgarden-gallery-heading { margin: 40px auto 35px !important; } .mgarden-gallery-heading h2 { font-size: 32px !important; } .mgarden-gallery__grid { grid-template-columns: 1fr; } .mgarden-gallery__item { height: 260px; } .mgarden-gallery__prev { left: 15px; } .mgarden-gallery__next { right: 15px; } }

h1, h2 { font-style: italic !important; }

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