@charset "UTF-8";
@import url(main.css);
/*------------------------------- HERO ----------------------------------*/
/* HERO DECO PASSION */
.bg-primaryColor.text-color-primary.tw-relative { position: relative; }

/* LOGO */
.bg-primaryColor.text-color-primary.tw-relative img:not(.tw-absolute) { width: 220px; max-width: 80%; height: auto; margin: 0 auto 35px; object-fit: contain; }

/* TITRE */
.bg-primaryColor.text-color-primary.tw-relative .tw-text-xl { margin-bottom: 50px !important; color: #ffffff; }

/* CONTENEUR BOUTONS */
.bg-primaryColor.text-color-primary.tw-relative .tw-flex { gap: 16px !important; }

/* BOUTONS */
.bg-primaryColor.text-color-primary.tw-relative .tw-flex > a { width: 230px; height: 55px; display: inline-flex !important; align-items: center; justify-content: center; gap: 10px; border-radius: 8px !important; text-decoration: none !important; box-shadow: none !important; font-weight: 600; transition: background .3s ease, color .3s ease, border-color .3s ease, transform .3s ease; }

.bg-primaryColor.text-color-primary.tw-relative .tw-flex > a p { margin: 0 !important; padding: 0 !important; line-height: 1; text-decoration: none !important; }

.bg-primaryColor.text-color-primary.tw-relative .tw-flex > a span { display: flex; align-items: center; justify-content: center; color: inherit; }

/* PREMIER BOUTON */
.bg-primaryColor.text-color-primary.tw-relative .tw-flex > a:first-child { background: #ce932d !important; border: 2px solid #ce932d; color: #ffffff !important; }

.bg-primaryColor.text-color-primary.tw-relative .tw-flex > a:first-child:hover { background: transparent !important; border-color: #ce932d; color: #ce932d !important; }

/* DEUXIEME BOUTON */
.bg-primaryColor.text-color-primary.tw-relative .tw-flex > a:last-child { background: transparent !important; border: 2px solid #ce932d; color: #ce932d !important; }

.bg-primaryColor.text-color-primary.tw-relative .tw-flex > a:last-child:hover { background: #ce932d !important; border-color: #ce932d; color: #ffffff !important; }

/* HOVER GENERAL */
.bg-primaryColor.text-color-primary.tw-relative .tw-flex > a:hover { transform: translateY(-2px); text-decoration: none !important; }

/* MOBILE */
@media (max-width: 768px) { .bg-primaryColor.text-color-primary.tw-relative img:not(.tw-absolute) { width: 170px; margin-bottom: 25px; } .bg-primaryColor.text-color-primary.tw-relative .tw-text-xl { margin-bottom: 35px !important; } .bg-primaryColor.text-color-primary.tw-relative .tw-flex > a { width: 230px; } }

@media (max-width: 768px) { section.bg-primaryColor img { border-radius: 0 0 2rem 2rem; } section.bg-primaryColor .tw-absolute { border-radius: 0 0 2rem 2rem; } }

/*-------------------------------- BLOC ICÔNES ----------------------------*/
.services-block__card { border: 2px solid #ce932d !important; border-radius: 8px !important; }

.services-block { padding: 80px 40px; background: #ffffff; }

.services-block__container { display: flex; flex-wrap: wrap; max-width: 1200px; margin: 0 auto; gap: 30px; }

/* PARTIE GAUCHE */
.services-block__left { position: relative; flex: 1 1 45%; min-height: 450px; background-size: cover; background-position: center; border-radius: 8px; overflow: hidden; }

.services-block__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(46, 55, 77, 0.35), rgba(46, 55, 77, 0.9)); z-index: 1; }

.services-block__content { position: relative; z-index: 2; height: 100%; padding: 45px; display: flex; flex-direction: column; justify-content: center; color: #ffffff; }

.services-block__content h2 { margin: 0 0 18px; color: #ffffff; }

.services-block__content p { margin: 0 0 30px; line-height: 1.6; color: #ffffff; }

/* BOUTON */
.services-block__button { display: inline-flex; align-items: center; justify-content: center; width: max-content; height: 52px; padding: 0 30px; border: 2px solid #ce932d; border-radius: 8px; background: #ce932d; color: #ffffff !important; text-decoration: none !important; transition: background .3s ease, color .3s ease, transform .3s ease; }

.services-block__button p { margin: 0 !important; padding: 0 !important; line-height: 1; color: inherit; }

.services-block__button span { color: inherit; margin-right: 8px; }

.services-block__button:hover { transform: translateY(-2px); background: transparent; color: #ce932d !important; }

.services-block__button:hover span { color: #ce932d; }

/* PARTIE DROITE */
.services-block__right { flex: 1 1 50%; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

/* CARTES */
.services-block__card { position: relative; background: #ffffff; border-radius: 8px; padding: 28px; display: flex; flex-direction: column; gap: 12px; min-height: 180px; overflow: hidden; border: 1px solid rgba(46, 55, 77, 0.08); box-shadow: 0 10px 30px rgba(46, 55, 77, 0.08); transition: transform .3s ease, box-shadow .3s ease; }

.services-block__card:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(46, 55, 77, 0.15); }

/* ICÔNES */
.services-block__card-icon { width: 42px; height: 42px; margin-bottom: 8px; }

.services-block__card-icon img { width: 100%; height: 100%; object-fit: contain; }

/* TEXTES */
.services-block__card h3 { margin: 0; color: #2e374d; font-size: 18px; line-height: 1.3; }

.services-block__card p { margin: 0; color: #606775; font-size: 15px; line-height: 1.55; }

/* RESPONSIVE TABLETTE */
@media (max-width: 900px) { .services-block { padding: 60px 30px; } .services-block__container { flex-direction: column; } .services-block__left, .services-block__right { flex: 1 1 100%; } .services-block__right { grid-template-columns: 1fr 1fr; } }

/* MOBILE */
@media (max-width: 600px) { .services-block { padding: 45px 20px; } .services-block__content { padding: 30px; } .services-block__right { grid-template-columns: 1fr; } .services-block__button { width: 100%; } .services-block__card { padding: 22px; } }

/*-------------------------------- BARRE DE NAVIGATION ------------------------------*/
nav.navbar { box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; }

\
 .navbar-brand { height: 10vh !important; width: 12vw !important; transform: translateX(60px); }

.logo_nav { height: 8vh !important; }

/* MENU HOVER */
.navbar-nav .animated-border-button span { transition: color .3s ease; }

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

/* BOUTON TELEPHONE */
.button-header-telephone { background: transparent; border: 2px solid #ce932d !important; color: #ce932d !important; font-weight: 700; }

.button-header-telephone i { color: #ce932d !important; }

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

/* RADIUS BOUTON */
a.button-header-telephone, a.button-header-telephone.rounded-pill, .button_header.button-header-telephone, .button_header.button-header-telephone.rounded-pill { border-radius: 8px !important; overflow: hidden !important; }

/* MASQUER ICONE TELEPHONE */
.button-header-telephone i, .button-header-telephone .bi, .button-header-telephone .bi-telephone { display: none !important; }

/* OMBRE NAVBAR */
nav.navbar { box-shadow: rgba(46, 55, 77, 0.18) 0px 20px 30px -20px; }

/*-------------------------------- BLOC 4 CARTES ----------------------------*/
.sector-cards-section { width: 100%; padding: 80px 40px; overflow: hidden; background: #ce932d; }

.sector-cards { display: flex; width: 100%; max-width: 1400px; margin: 0 auto; gap: 12px; }

.sector-card { position: relative; flex: 1; min-height: 430px; overflow: hidden; border-radius: 8px; text-decoration: none !important; color: #ffffff !important; display: flex; align-items: flex-end; transition: flex .4s ease; }

.sector-card-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }

.sector-card-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(46, 55, 77, 0.25) 0%, rgba(46, 55, 77, 0.88) 100%); z-index: 1; }

.sector-card-content { position: relative; z-index: 2; padding: 0 28px 60px; }

.sector-card-content h2, .sector-card-content h3, .sector-card-content h6 { margin: 0; color: #ffffff; font-size: 26px; line-height: 1.15; font-weight: 700; }

/* TRAIT */
.sector-card-line { display: block; width: 70px; height: 4px; margin: 15px 0 18px; background: #ce932d; border-radius: 50px; }

/* BOUTON */
.sector-card-button, .sector-card-button p { margin: 0 !important; padding: 0 !important; }

.sector-card-button { display: inline-flex; align-items: center; justify-content: center; min-width: 150px; height: 48px; padding: 0 30px !important; border: 2px solid #ce932d !important; border-radius: 8px; background: transparent !important; color: #ce932d !important; font-size: 15px; font-weight: 600; line-height: 1; text-decoration: none !important; transition: background .3s ease, color .3s ease, transform .3s ease; }

.sector-card-button p { color: #ce932d !important; font-weight: 600; line-height: 1; text-decoration: none !important; }

.sector-card-button:hover, .sector-card-button:focus, .sector-card-button:active { background: #ce932d !important; border-color: #ce932d !important; color: #ffffff !important; text-decoration: none !important; transform: translateY(-2px); }

.sector-card-button:hover p { color: #ffffff !important; }

/* EVITE LES STYLES GLOBAUX DES LIENS */
.sector-card, .sector-card:hover, .sector-card:focus, .sector-card:active { text-decoration: none !important; }

/* HOVER CARTE */
.sector-card:hover { flex: 1.25; }

.sector-card:hover .sector-card-img { transform: scale(1.08); }

/* TABLETTE */
@media (max-width: 1100px) { .sector-cards { flex-wrap: wrap; } .sector-card { flex: 0 0 calc(50% - 6px); min-height: 360px; } .sector-card:hover { flex: 0 0 calc(50% - 6px); } }

/* MOBILE */
@media (max-width: 600px) { .sector-cards-section { padding: 50px 20px; } .sector-cards { flex-direction: column; } .sector-card { flex: 0 0 100%; min-height: 320px; } .sector-card:hover { flex: 0 0 100%; } .sector-card-content { padding: 0 24px 45px; } .sector-card-content h2, .sector-card-content h3, .sector-card-content h6 { font-size: 23px; } }

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

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

/* TITRE */
.contact-map-heading { max-width: 760px; margin: 0 auto 55px; text-align: center; }

.contact-map-heading h2 { margin: 0; line-height: 1.1; }

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

.contact-info-card { display: flex; align-items: center; gap: 18px; min-height: 92px; padding: 22px 26px; background: #ffffff; border-radius: 8px; text-decoration: none !important; color: inherit; border: 1px solid rgba(46, 55, 77, 0.08); box-shadow: 0 14px 38px rgba(46, 55, 77, 0.08); transition: transform .35s ease, box-shadow .35s ease; }

.contact-info-card:hover { transform: translateY(-8px); box-shadow: 0 24px 52px rgba(46, 55, 77, 0.15); }

/* ICONE */
.contact-info-icon { flex: 0 0 44px; width: 44px; height: 44px; border-radius: 50%; background: #721f26; color: #ffffff; display: flex; align-items: center; justify-content: center; }

/* TEXTES */
.contact-info-card span { display: block; margin-bottom: 5px; }

.contact-info-card p { margin: 0; line-height: 1.35; }

/* MAP */
.contact-map-wrapper { width: 100%; height: 460px; overflow: hidden; border-radius: 8px; box-shadow: 0 18px 45px rgba(46, 55, 77, 0.12); }

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

/* RESPONSIVE TABLETTE */
@media (max-width: 991px) { .contact-map-heading h2 { font-size: 40px; } .contact-info-grid { grid-template-columns: 1fr; gap: 22px; } .contact-map-wrapper { height: 380px; } }

/* MOBILE */
@media (max-width: 600px) { .contact-map-section { padding: 65px 16px; } .contact-map-heading { margin-bottom: 35px; } .contact-map-heading h2 { font-size: 32px; } .contact-info-card { padding: 20px; } .contact-map-wrapper { height: 320px; } }

/*----------------------------------------- BLOC AVIS ----------------------------------*/
/* BOUTON AVIS GOOGLE */
#maps-url.button_homepageScreen { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 50px; padding: 0 28px; border: 2px solid #ce932d; border-radius: 8px; background: transparent; color: #ce932d !important; font-size: 15px; font-weight: 600; text-decoration: none !important; transition: background .3s ease, color .3s ease, transform .3s ease; }

#maps-url.button_homepageScreen i { margin: 0 !important; color: inherit; }

#maps-url.button_homepageScreen:hover { background: #ce932d; color: #ffffff !important; transform: translateY(-2px); }

#maps-url.button_homepageScreen:hover i { color: #ffffff; }

/* Suppression des ombres + dimensions identiques */
.owl-carousel .card, .owl-stage .card { height: 320px !important; min-height: 320px !important; margin-bottom: 0 !important; box-shadow: none !important; border-radius: 8px !important; overflow: hidden; }

/* Alignement du contenu */
.owl-carousel .card-body, .owl-stage .card-body { height: 100%; display: flex; flex-direction: column; }

.owl-carousel .card-text, .owl-stage .card-text { flex: 1; }

/* Réduit les marges Bootstrap */
.owl-carousel .mx-4, .owl-stage .mx-4 { margin-left: 10px !important; margin-right: 10px !important; }

.owl-carousel .mb-4, .owl-stage .mb-4 { margin-bottom: 0 !important; }

/* Carte avatar */
.owl-carousel .avatar-google-reviews, .owl-stage .avatar-google-reviews { width: 60px !important; height: 60px !important; object-fit: contain; }

/* Etoiles */
.owl-carousel .star, .owl-stage .star { color: #ce932d !important; }

/* SUPPRESSION OMBRE CARTE GOOGLE */
.card.p-2.rounded-3.shadow-lg.px-4.border-0 { box-shadow: none !important; border-radius: 8px !important; }

/*------------------------------------ BLOC SEO -----------------------------------------*/
.first-activity-div, .second-activity-div, .third-activity-div { border: 2px solid #ce932d !important; border-radius: 8px !important; }

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