.header{z-index:1000;background-color:#fff;border-radius:50px;margin:1.5rem 2rem 0;padding:.5rem 0;transition:all .3s;position:sticky;top:0;box-shadow:0 4px 6px -1px #0000001a}@media (min-width:768px){.header{margin:2rem 3rem 0}}.header--scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#ffffffd9;box-shadow:0 10px 15px -3px #0000001a}.header__nav{justify-content:space-between;align-items:center;display:flex}.header__logo{align-items:center;transition:opacity .3s;display:flex}.header__logo:hover{opacity:.8}.header__logo-image{width:auto;height:auto;max-height:100px}@media (min-width:768px){.header__logo-image{max-height:120px}}@media (min-width:1024px){.header__logo-image{max-height:140px}}.header__menu-toggle{cursor:pointer;font:inherit;z-index:1001;background:0 0;border:none;flex-direction:column;gap:4px;padding:0;display:flex}@media (min-width:768px){.header__menu-toggle{display:none}}.header__menu-toggle span{background-color:#1e40af;border-radius:2px;width:25px;height:3px;transition:all .3s}.header__menu{align-items:center;gap:2rem;list-style:none;display:flex}@media (max-width:767px){.header__menu{background-color:#fff;flex-direction:column;justify-content:center;width:70%;max-width:300px;height:100vh;transition:right .3s;position:fixed;top:0;right:-100%;box-shadow:0 10px 15px -3px #0000001a}.header__menu--open{right:0}}.header__menu li a{color:#111827;padding:1rem;font-weight:500;transition:color .3s}.header__menu li a:hover{color:#1e40af}.footer{color:#fff;background-color:#1f2937;margin-top:4rem;padding:4rem 0 2rem}.footer__content{grid-template-columns:1fr;gap:3rem;margin-bottom:3rem;display:grid}@media (min-width:768px){.footer__content{grid-template-columns:2fr 1fr 1fr}}.footer__section h3{margin-bottom:1.5rem}.footer__section--logo{flex-direction:column;gap:1.5rem;display:flex}.footer__logo{margin-bottom:3rem}.footer__logo-image{border-radius:50px;width:auto;max-width:280px;height:auto;max-height:160px;box-shadow:0 4px 6px -1px #0000001a}@media (min-width:768px){.footer__logo-image{max-width:320px;max-height:180px}}@media (min-width:1024px){.footer__logo-image{max-width:360px;max-height:200px}}.footer__description{color:#fffc;margin:0;font-size:16px;line-height:1.8}@media (min-width:768px){.footer__description{font-size:1.125rem}}.footer__heading{color:#fff;margin-bottom:1.5rem;font-size:1.125rem}.footer__links,.footer__info{list-style:none}.footer__links li,.footer__info li{margin-bottom:1rem}.footer__links li a,.footer__info li a{color:#fffc;transition:color .3s}.footer__links li a:hover,.footer__info li a:hover{color:#06b6d4}.footer__info li{color:#fffc}.footer__socials{gap:1.5rem;margin-top:1.5rem;display:flex}.footer__social-link{background-color:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex}.footer__social-link:hover{background-color:#fff3;transform:translateY(-3px)}.footer__social-icon{width:28px;height:28px}.footer__map-description{color:#fff9;margin-bottom:1rem;font-size:.875rem}.footer__map{border-radius:4px;overflow:hidden}.footer__map .map-zone{width:100%;height:180px}@media (min-width:768px){.footer__map .map-zone{height:200px}}.footer__bottom{text-align:center;border-top:1px solid #ffffff1a;padding-top:2rem}.footer__bottom p{color:#fff9;margin:0}.footer__credits{font-size:.875rem;margin-top:1rem!important}.footer__credits a{color:#06b6d4;font-weight:600;transition:color .3s}.footer__credits a:hover{color:#fff}.hero{color:#fff;text-align:center;background:linear-gradient(135deg,#1e40af 0%,#06b6d4 100%);padding:4rem 0}@media (min-width:768px){.hero{padding:5rem 0}}@media (min-width:1024px){.hero{padding:6rem 0}}.hero__content{max-width:800px;margin:0 auto}.hero__title{color:#fff;overflow-wrap:break-word;word-wrap:break-word;flex-wrap:wrap;justify-content:center;gap:0;margin-bottom:2rem;font-size:2rem;display:flex}@media (min-width:768px){.hero__title{font-size:3.5rem}}@media (min-width:1024px){.hero__title{font-size:4rem}}.hero__subtitle{color:#ffffffe6;margin-bottom:3rem;font-size:1.125rem;line-height:1.6}@media (min-width:768px){.hero__subtitle{font-size:1.25rem}}.hero__cta{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.service-card{background-color:#fff;border-radius:50px;height:100%;padding:3rem;transition:all .3s;box-shadow:0 4px 6px -1px #0000001a}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a}.service-card__icon{justify-content:center;align-items:center;min-height:120px;margin-bottom:1.5rem;font-size:3rem;display:flex}.service-card__image{object-fit:contain;width:120px;height:120px}.service-card__title{color:#1e40af;margin-bottom:1.5rem;font-size:1.25rem}.service-card__description{color:#6b7280;margin-bottom:2rem;line-height:1.6}.service-card__features{list-style:none}.service-card__features li{color:#6b7280;margin-bottom:1rem;padding-left:1rem}.service-card__features li:before{content:"";background-color:#10b981;border-radius:50%;width:6px;height:6px;margin-right:1rem;display:inline-block}.contact-form{max-width:600px;margin:0 auto}.contact-form__row{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.contact-form__row{grid-template-columns:1fr 1fr}}.contact-form__field{margin-bottom:2rem}.contact-form__field label{color:#111827;margin-bottom:.5rem;font-weight:600;display:block}.contact-form__field input,.contact-form__field textarea{border:2px solid #e5e7eb;border-radius:8px;width:100%;padding:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;transition:border-color .3s}.contact-form__field input:focus,.contact-form__field textarea:focus{border-color:#1e40af;outline:none}.contact-form__field input::placeholder,.contact-form__field textarea::placeholder{color:#9ca3af}.contact-form__field textarea{resize:vertical;min-height:120px}.contact-form__status{border-radius:8px;margin-bottom:2rem;padding:1.5rem}.contact-form__status--success{color:#065f46;background-color:#d1fae5;border:1px solid #6ee7b7}.contact-form__status--error{color:#991b1b;background-color:#fee2e2;border:1px solid #fca5a5}.contact-form button[type=submit]{width:100%}@media (min-width:768px){.contact-form button[type=submit]{width:auto;min-width:200px}}.contact-form button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.btn{text-align:center;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;justify-content:center;align-items:center;gap:1rem;padding:1rem 2rem;font-size:16px;font-weight:600;transition:all .3s;display:inline-flex}.btn__icon{align-items:center;display:inline-flex}.btn-primary{color:#fff;background-color:#1e40af;box-shadow:0 4px 6px -1px #0000001a}.btn-primary:hover{background-color:#173083;box-shadow:0 10px 15px -3px #0000001a}.btn-secondary{color:#fff;background-color:#06b6d4;box-shadow:0 4px 6px -1px #0000001a}.btn-secondary:hover{background-color:#058ba2;box-shadow:0 10px 15px -3px #0000001a}.btn-large{padding:1.5rem 3rem;font-size:1.125rem}.btn:disabled{opacity:.5;cursor:not-allowed}.btn:disabled:hover{transform:none}.feature-card{text-align:center;cursor:default;background-color:#fff;border-radius:50px;padding:3rem;transition:all .3s}.feature-card__icon{justify-content:center;align-items:center;min-height:100px;margin-bottom:1.5rem;font-size:3rem;display:inline-flex}.feature-card__image{object-fit:contain;width:100px;height:100px}.feature-card__title{color:#111827;margin-bottom:1rem;font-size:1.25rem}.feature-card__description{color:#6b7280;margin:0;line-height:1.6}.pricing-card{background-color:#fff;border-radius:50px;padding:3rem;transition:all .3s;position:relative;box-shadow:0 4px 6px -1px #0000001a}.pricing-card--highlighted{border:2px solid #1e40af;box-shadow:0 10px 15px -3px #0000001a}.pricing-card__badge{color:#fff;text-align:center;background-color:#1e40af;border-radius:4px;margin-bottom:1.5rem;padding:.5rem 1.5rem;font-size:.875rem;font-weight:700}.pricing-card__title{color:#111827;margin-bottom:1rem;font-size:1.25rem}.pricing-card__description{color:#6b7280;margin-bottom:2rem}.pricing-card__features{list-style:none}.pricing-card__features li{color:#6b7280;margin-bottom:1rem;padding-left:1rem}.pricing-card__features li:before{content:"";background-color:#10b981;border-radius:50%;width:6px;height:6px;margin-right:1rem;display:inline-block}.social-sidebar{z-index:999;flex-direction:column;gap:1.5rem;display:flex;position:fixed;top:50%;right:2rem;transform:translateY(-50%)}@media (max-width:767px){.social-sidebar{display:none}}.social-sidebar__link{background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex;box-shadow:0 10px 15px -3px #0000001a}.social-sidebar__link:hover{transform:translate(-5px);box-shadow:0 15px 25px #0003}.social-sidebar__icon{width:32px;height:32px}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.social-feed{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:4rem 0;overflow:hidden}.social-feed__title{text-align:center;color:#111827;margin-bottom:1.5rem;font-size:2rem}@media (min-width:1024px){.social-feed__title{font-size:2.5rem}}.social-feed__subtitle{text-align:center;color:#6b7280;margin-bottom:4rem;font-size:1.125rem}.social-feed__network{margin-bottom:4rem}.social-feed__network:last-child{margin-bottom:0}.social-feed__network-title{margin-bottom:2rem;padding-left:1.5rem;font-size:1.5rem;font-weight:700}@media (min-width:768px){.social-feed__network-title{font-size:2rem}}.social-feed__network-icon{color:#fff;border-radius:50px;align-items:center;padding:1rem 2rem;font-weight:700;display:inline-flex}.social-feed__network-icon--instagram{background:linear-gradient(135deg,#833ab4 0%,#fd1d1d 50%,#fcb045 100%)}.social-feed__network-icon--facebook{background-color:#1877f2}.social-feed__network-icon--tiktok{background-color:#000}.social-feed__scroll-container{padding:1.5rem 0;position:relative;overflow:hidden}.social-feed__scroll-container:before,.social-feed__scroll-container:after{content:"";z-index:2;pointer-events:none;width:60px;height:100%;position:absolute;top:0}.social-feed__scroll-container:before{background:linear-gradient(90deg,#f8f9fa,#f8f9fa00);left:0}.social-feed__scroll-container:after{background:linear-gradient(270deg,#f8f9fa,#f8f9fa00);right:0}.social-feed__scroll-track{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#1e40af4d #0000;gap:2rem;padding:0 2rem;display:flex;overflow-x:auto}.social-feed__scroll-track::-webkit-scrollbar{height:8px}.social-feed__scroll-track::-webkit-scrollbar-track{background:0 0}.social-feed__scroll-track::-webkit-scrollbar-thumb{background-color:#1e40af4d;border-radius:4px}.social-feed__scroll-track::-webkit-scrollbar-thumb:hover{background-color:#1e40af80}@media (min-width:768px){.social-feed__scroll-track{gap:3rem;padding:0 3rem}}.social-feed__card{flex:none}.instagram-feed{background:#fff;border-radius:50px;width:320px;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a}.instagram-feed__header{background:linear-gradient(135deg,#833ab4 0%,#fd1d1d 50%,#fcb045 100%);align-items:center;gap:1rem;padding:1.5rem;display:flex}.instagram-feed__icon{color:#fff;width:24px;height:24px}.instagram-feed__platform{color:#fff;font-size:16px;font-weight:600}.instagram-feed__image-container{width:100%;height:320px;position:relative}.instagram-feed__image{width:100%;height:100%}.instagram-feed__content{padding:1.5rem}.instagram-feed__stats{color:#111827;align-items:center;gap:.5rem;margin-bottom:1rem;font-weight:600;display:flex}.instagram-feed__heart{color:#ed4956;width:20px;height:20px}.instagram-feed__caption{color:#111827;margin-bottom:.5rem;font-size:.875rem;line-height:1.5}.instagram-feed__date{color:#6b7280;font-size:.75rem}.instagram-feed--placeholder{opacity:.6}.instagram-feed__placeholder-box{background-color:#e9ecef;position:relative;overflow:hidden}.instagram-feed__placeholder-shimmer{background:linear-gradient(90deg,#fff0 0%,#fff6 50%,#fff0 100%) 0 0/1000px 100%;width:100%;height:100%;animation:2s infinite shimmer;position:absolute;top:0;left:0}.instagram-feed__placeholder-text{background-color:#e9ecef;border-radius:4px;height:12px;margin-bottom:.5rem;position:relative;overflow:hidden}.instagram-feed__placeholder-text:after{content:"";background:linear-gradient(90deg,#fff0 0%,#fff9 50%,#fff0 100%) 0 0/1000px 100%;width:100%;height:100%;animation:2s infinite shimmer;position:absolute;top:0;left:0}.instagram-feed__placeholder-text--short{width:40%}.instagram-feed__placeholder-text--medium{width:70%}.instagram-feed__placeholder-text--long{width:90%}.facebook-feed{background:#fff;border-radius:50px;width:320px;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a}.facebook-feed__header{background-color:#1877f2;align-items:center;gap:1rem;padding:1.5rem;display:flex}.facebook-feed__icon{color:#fff;width:28px;height:28px}.facebook-feed__platform{color:#fff;font-size:16px;font-weight:700;display:block}.facebook-feed__date{color:#fffc;font-size:.75rem;display:block}.facebook-feed__content{align-items:center;min-height:320px;padding:2rem;display:flex}.facebook-feed__text{color:#111827;font-size:16px;line-height:1.6}.facebook-feed__stats{border-top:1px solid #e5e7eb;gap:2rem;padding:1.5rem 2rem;display:flex}.facebook-feed__stat{color:#6b7280;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.facebook-feed__stat-icon{color:#1877f2;width:16px;height:16px}.facebook-feed--placeholder{opacity:.6}.facebook-feed__placeholder-box{background-color:#e9ecef;position:relative;overflow:hidden}.facebook-feed__placeholder-shimmer{background:linear-gradient(90deg,#fff0 0%,#fff6 50%,#fff0 100%) 0 0/1000px 100%;width:100%;height:100%;animation:2s infinite shimmer;position:absolute;top:0;left:0}.facebook-feed__placeholder-text{background-color:#e9ecef;border-radius:4px;height:12px;margin-bottom:.5rem;position:relative;overflow:hidden}.facebook-feed__placeholder-text:after{content:"";background:linear-gradient(90deg,#fff0 0%,#fff9 50%,#fff0 100%) 0 0/1000px 100%;width:100%;height:100%;animation:2s infinite shimmer;position:absolute;top:0;left:0}.facebook-feed__placeholder-text--short{width:40%}.facebook-feed__placeholder-text--medium{width:70%}.facebook-feed__placeholder-text--long{width:90%}.facebook-feed__placeholder-text--date{width:30%;height:10px}.facebook-feed__placeholder-text--stat{width:80px;height:10px}.tiktok-feed{background:#fff;border-radius:50px;width:320px;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a}.tiktok-feed__header{background-color:#000;align-items:center;gap:1rem;padding:1.5rem;display:flex}.tiktok-feed__icon{color:#fff;width:24px;height:24px}.tiktok-feed__platform{color:#fff;font-size:16px;font-weight:700}.tiktok-feed__video-container{background-color:#000;width:100%;height:400px;position:relative}.tiktok-feed__thumbnail{width:100%;height:100%}.tiktok-feed__play-overlay{cursor:pointer;background-color:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;transition:all .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tiktok-feed__play-overlay:hover{background-color:#fff;transform:translate(-50%,-50%)scale(1.1)}.tiktok-feed__play-icon{color:#000;width:24px;height:24px;margin-left:4px}.tiktok-feed__content{padding:1.5rem}.tiktok-feed__title{color:#111827;margin-bottom:1rem;font-size:16px;font-weight:600}.tiktok-feed__stats{color:#6b7280;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;display:flex}.tiktok-feed__stat-icon{width:16px;height:16px}.tiktok-feed__date{color:#6b7280;font-size:.75rem}.tiktok-feed--placeholder{opacity:.6}.tiktok-feed__placeholder-box{background-color:#1a1a1a;position:relative;overflow:hidden}.tiktok-feed__placeholder-shimmer{background:linear-gradient(90deg,#fff0 0%,#ffffff1a 50%,#fff0 100%) 0 0/1000px 100%;width:100%;height:100%;animation:2s infinite shimmer;position:absolute;top:0;left:0}.tiktok-feed__play-overlay--placeholder{opacity:.3;pointer-events:none}.tiktok-feed__placeholder-text{background-color:#e9ecef;border-radius:4px;height:12px;margin-bottom:.5rem;position:relative;overflow:hidden}.tiktok-feed__placeholder-text:after{content:"";background:linear-gradient(90deg,#fff0 0%,#fff9 50%,#fff0 100%) 0 0/1000px 100%;width:100%;height:100%;animation:2s infinite shimmer;position:absolute;top:0;left:0}.tiktok-feed__placeholder-text--short{width:40%}.tiktok-feed__placeholder-text--medium{width:70%}.faq-section{padding:3rem 0}.faq-intro{margin-bottom:3rem}.faq-intro h2{margin-bottom:1rem}.faq-intro p{color:#6b7280;max-width:600px;margin:0 auto}.faq-list{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.faq-item{background-color:#fff;border:1px solid #1f29371a;border-radius:8px;transition:box-shadow .3s;overflow:hidden}.faq-item:hover{box-shadow:0 4px 6px -1px #0000001a}.faq-item[open]{box-shadow:0 10px 15px -3px #0000001a}.faq-item[open] .faq-question{color:#fff;background-color:#1e40af}.faq-item[open] .faq-icon{transform:rotate(45deg)}.faq-question{cursor:pointer;color:#111827;background-color:#f9fafb;justify-content:space-between;align-items:center;padding:1.5rem 2rem;font-size:1.125rem;font-weight:600;list-style:none;transition:all .3s;display:flex}.faq-question::-webkit-details-marker{display:none}.faq-question:hover{background-color:#1e40af1a}.faq-question span:first-child{flex:1;padding-right:1.5rem}.faq-icon{color:#1e40af;flex-shrink:0;font-size:1.5rem;font-weight:300;transition:transform .3s}.faq-item[open] .faq-icon{color:#fff}.faq-answer{background-color:#fff;border-top:1px solid #1f29370d;padding:2rem}.faq-answer p{color:#6b7280;margin:0;line-height:1.7}.faq-cta{text-align:center;background-color:#f9fafb;border-radius:8px;margin-top:4rem;padding:3rem}.faq-cta h3{color:#111827;margin-bottom:1rem}.faq-cta p{color:#6b7280;max-width:500px;margin:0 auto 2rem}.faq-services-reminder{background-color:#f9fafb}.faq-services-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-top:3rem;display:grid}.faq-service-item{text-align:center;background-color:#fff;border-radius:8px;padding:2rem;transition:all .3s;box-shadow:0 1px 2px #0000000d}.faq-service-item:hover{transform:translateY(-4px);box-shadow:0 4px 6px -1px #0000001a}.faq-service-item h4{color:#1e40af;margin-bottom:.5rem;font-size:1.125rem}.faq-service-item p{color:#6b7280;margin:0;font-size:.875rem}.btn-secondary{color:#1e40af;background-color:#0000;border:2px solid #1e40af;border-radius:50px;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-secondary:hover{color:#fff;background-color:#1e40af}@media (max-width:768px){.faq-question{padding:1rem 1.5rem;font-size:16px}.faq-answer{padding:1.5rem}.faq-cta{padding:2rem}.faq-services-grid{grid-template-columns:1fr}}.presentation{max-width:800px;margin:0 auto}.presentation__text{text-align:center;margin-bottom:3rem}.presentation__text p{color:#111827;margin-bottom:1.5rem;line-height:1.8}.presentation__text p:last-child{margin-bottom:0}.presentation__services{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem;display:grid}@media (min-width:768px){.presentation__services{grid-template-columns:1fr 1fr}}.presentation__service-item{background:#f9fafb;border-radius:8px;align-items:flex-start;gap:1.5rem;padding:1.5rem;transition:box-shadow .3s;display:flex}.presentation__service-item:hover{box-shadow:0 4px 6px -1px #0000001a}.presentation__service-icon{color:#10b981;flex-shrink:0;margin-top:2px;font-size:1.25rem}.presentation__service-title{color:#111827;margin-bottom:.25rem;font-size:16px;font-weight:600}.presentation__service-desc{color:#6b7280;margin:0;font-size:.875rem}.presentation__values{text-align:center;color:#fff;background:linear-gradient(135deg,#1e40af 0%,#06b6d4 100%);border-radius:8px;padding:2rem}.presentation__values p{margin:0;font-size:1.125rem}.presentation__values p strong{color:#fff}.presentation__gallery{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.presentation__gallery{grid-template-columns:repeat(3,1fr)}}.presentation__gallery-item{text-align:center}.presentation__gallery-item h3{color:#111827;margin-bottom:.25rem;font-size:1.125rem}.presentation__gallery-item p{color:#6b7280;margin:0;font-size:.875rem}.presentation__photo-placeholder{aspect-ratio:4/3;background:#e5e7eb;border:2px dashed #d1d5db;border-radius:8px;justify-content:center;align-items:center;width:100%;margin-bottom:1.5rem;display:flex}.presentation__photo-placeholder span{color:#6b7280;font-size:.875rem}.presentation__photo{aspect-ratio:4/3;object-fit:cover;border-radius:8px;width:100%;margin-bottom:1.5rem}.admin-wrapper{background-color:#f9fafb;min-height:100vh}.admin-loading{color:#6b7280;justify-content:center;align-items:center;min-height:100vh;font-size:1.125rem;display:flex}.admin-login{background:linear-gradient(135deg,#1e40af 0%,#13286e 100%);justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex}.admin-login__card{background:#fff;border-radius:8px;width:100%;max-width:400px;padding:3rem;box-shadow:0 10px 15px -3px #0000001a}.admin-login__title{text-align:center;color:#1e40af;margin-bottom:.5rem;font-size:2rem}.admin-login__subtitle{text-align:center;color:#6b7280;margin-bottom:2rem;font-size:.875rem}.admin-login__form{flex-direction:column;gap:1.5rem;display:flex}.admin-login__field{flex-direction:column;gap:.5rem;display:flex}.admin-login__field label{color:#111827;font-size:.875rem;font-weight:600}.admin-login__field input{border:1px solid #d1d5db;border-radius:4px;padding:.75rem 1rem;font-size:16px;transition:border-color .3s}.admin-login__field input:focus{border-color:#1e40af;outline:none;box-shadow:0 0 0 3px #1e40af1a}.admin-login__error{color:#dc2626;text-align:center;background-color:#fef2f2;border-radius:4px;padding:1rem;font-size:.875rem}.admin-login__btn{width:100%;margin-top:.5rem;padding:.75rem;font-size:16px}.admin-dashboard{flex-direction:column;min-height:100vh;display:flex}.admin-dashboard__header{z-index:100;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex;position:sticky;top:0;box-shadow:0 1px 2px #0000000d}@media (min-width:768px){.admin-dashboard__header{padding:1rem 3rem}}.admin-dashboard__logo{color:#1e40af;font-size:1.25rem;font-weight:700;text-decoration:none}.admin-dashboard__user{align-items:center;gap:1rem;display:flex}.admin-dashboard__username{color:#6b7280;font-size:.875rem;display:none}@media (min-width:768px){.admin-dashboard__username{display:inline}}.admin-dashboard__logout{padding:.4rem .8rem;font-size:.875rem}.admin-dashboard__content{flex:1;padding:1.5rem}@media (min-width:768px){.admin-dashboard__content{padding:3rem}}@media (min-width:1024px){.admin-dashboard__content{width:100%;max-width:1100px;margin:0 auto}}.admin-dashboard__home h1{color:#111827;margin-bottom:.5rem;font-size:2rem}.admin-dashboard__home>p{color:#6b7280;margin-bottom:3rem}.admin-dashboard__cards{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.admin-dashboard__cards{grid-template-columns:repeat(2,1fr)}}.admin-card{text-align:center;background:#fff;border-radius:8px;flex-direction:column;align-items:center;padding:3rem 2rem;text-decoration:none;transition:all .3s;display:flex;position:relative;box-shadow:0 4px 6px -1px #0000001a}.admin-card--active{cursor:pointer;border:2px solid #0000}.admin-card--active:hover{border-color:#1e40af;transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.admin-card--disabled{opacity:.5;cursor:not-allowed;border:2px solid #e5e7eb}.admin-card__icon{color:#1e40af;margin-bottom:1.5rem;font-size:2.5rem}.admin-card__title{color:#111827;margin-bottom:.5rem;font-size:1.25rem}.admin-card__desc{color:#6b7280;margin-bottom:0;font-size:.875rem}.admin-card__badge{color:#6b7280;background:#f3f4f6;border-radius:4px;padding:.2rem .6rem;font-size:.75rem;font-weight:600;position:absolute;top:1rem;right:1rem}.admin-invoice__header{align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.admin-invoice__header h1{color:#111827;margin-bottom:0;font-size:1.5rem}@media (min-width:768px){.admin-invoice__header h1{font-size:2rem}}.admin-invoice__back{color:#1e40af;white-space:nowrap;align-items:center;gap:.5rem;font-size:.875rem;text-decoration:none;display:flex}.admin-invoice__back:hover{color:#06b6d4}.admin-invoice__company{background:#fff;border-left:4px solid #1e40af;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.admin-invoice__company h3{color:#1e40af;margin-bottom:.5rem;font-size:1.25rem}.admin-invoice__company p{color:#6b7280;margin-bottom:.25rem;font-size:.875rem}.admin-invoice__date{margin-top:.5rem;font-weight:600;color:#111827!important}.admin-invoice__section{background:#fff;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 1px 2px #0000000d}@media (min-width:768px){.admin-invoice__section{padding:2rem}}.admin-invoice__section h2{color:#111827;border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.125rem}.admin-invoice__row{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.admin-invoice__row{grid-template-columns:1fr 1fr}}.admin-invoice__field{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.admin-invoice__field label{color:#111827;font-size:.875rem;font-weight:600}.admin-invoice__field input{border:1px solid #d1d5db;border-radius:4px;padding:.65rem .85rem;font-size:16px;transition:border-color .3s}.admin-invoice__field input:focus{border-color:#1e40af;outline:none;box-shadow:0 0 0 3px #1e40af1a}.admin-invoice__lines{margin-bottom:1.5rem}.admin-invoice__lines-header{color:#6b7280;border-bottom:1px solid #e5e7eb;margin-bottom:1rem;padding-bottom:.5rem;font-size:.875rem;font-weight:600;display:none}@media (min-width:768px){.admin-invoice__lines-header{grid-template-columns:1fr 120px 40px;gap:1rem;display:grid}}.admin-invoice__line{background:#f9fafb;border-radius:4px;flex-direction:column;gap:.5rem;margin-bottom:.5rem;padding:1rem;display:flex}@media (min-width:768px){.admin-invoice__line{background:0 0;border-radius:0;flex-direction:row;align-items:center;gap:1rem;padding:.5rem}}.admin-invoice__line-desc{border:1px solid #d1d5db;border-radius:4px;flex:1;padding:.6rem .8rem;font-size:16px;transition:border-color .3s}.admin-invoice__line-desc:focus{border-color:#1e40af;outline:none;box-shadow:0 0 0 3px #1e40af1a}.admin-invoice__line-prix{border:1px solid #d1d5db;border-radius:4px;width:100%;padding:.6rem .8rem;font-size:16px;transition:border-color .3s}@media (min-width:768px){.admin-invoice__line-prix{width:120px}}.admin-invoice__line-prix:focus{border-color:#1e40af;outline:none;box-shadow:0 0 0 3px #1e40af1a}.admin-invoice__line-remove{cursor:pointer;font:inherit;color:#dc2626;background:#fef2f2;border:none;border-radius:4px;justify-content:center;align-items:center;width:100%;padding:.5rem;transition:all .3s;display:flex}@media (min-width:768px){.admin-invoice__line-remove{background:0 0;width:36px;height:36px}}.admin-invoice__line-remove:hover:not(:disabled){color:#b91c1c;background:#fef2f2}.admin-invoice__line-remove:disabled{opacity:.3;cursor:not-allowed}.admin-invoice__add-line{cursor:pointer;font:inherit;color:#1e40af;background:0 0;border:2px dashed #d1d5db;border-radius:4px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem;font-size:.875rem;font-weight:600;transition:all .3s;display:flex}.admin-invoice__add-line:hover{background:#1e40af0d;border-color:#1e40af}.admin-invoice__total-section{background:#fff;border:2px solid #1e40af;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 1px 2px #0000000d}.admin-invoice__total{justify-content:space-between;align-items:center;font-size:1.25rem;display:flex}.admin-invoice__total span{color:#111827}.admin-invoice__total strong{color:#1e40af;font-size:1.5rem}.admin-invoice__tva{color:#6b7280;margin-top:.5rem;margin-bottom:0;font-size:.875rem;font-style:italic}.admin-invoice__payment{flex-direction:column;gap:1rem;display:flex}@media (min-width:640px){.admin-invoice__payment{flex-direction:row;gap:2rem}}.admin-invoice__radio{cursor:pointer;border:1px solid #e5e7eb;border-radius:4px;align-items:center;gap:.5rem;padding:1rem;transition:all .3s;display:flex}@media (min-width:640px){.admin-invoice__radio{padding:1rem 1.5rem}}.admin-invoice__radio:has(input:checked){background:#1e40af0d;border-color:#1e40af}.admin-invoice__radio input[type=radio]{accent-color:#1e40af;width:18px;height:18px}.admin-invoice__radio span{color:#111827;font-size:16px}.admin-invoice__status{border-radius:4px;margin-bottom:1.5rem;padding:1rem 1.5rem;font-size:.875rem}.admin-invoice__status--success{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0}.admin-invoice__status--error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.admin-invoice__actions{flex-direction:column;gap:1rem;margin-bottom:3rem;display:flex}@media (min-width:640px){.admin-invoice__actions{flex-direction:row}}.admin-invoice__btn{border-radius:4px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-size:16px;display:flex}.admin-invoice__btn svg{font-size:1.1rem}.invoices-section{margin-top:3rem}.invoices-section__header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.invoices-section__header h2{color:#111827;margin-bottom:0;font-size:1.5rem}.invoices-section__count{color:#fff;background:#1e40af;border-radius:50px;padding:.2rem .75rem;font-size:.875rem;font-weight:600}.invoices-section__loading,.invoices-section__empty{text-align:center;color:#6b7280;background:#fff;border-radius:8px;padding:3rem;box-shadow:0 1px 2px #0000000d}.invoices-filters{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}@media (min-width:768px){.invoices-filters{flex-direction:row}}.invoices-filters__search{flex:1;align-items:center;display:flex;position:relative}.invoices-filters__search input{border:1px solid #d1d5db;border-radius:4px;width:100%;padding:.65rem .85rem .65rem 2.5rem;font-size:16px;transition:border-color .3s}.invoices-filters__search input:focus{border-color:#1e40af;outline:none;box-shadow:0 0 0 3px #1e40af1a}.invoices-filters__icon{color:#6b7280;pointer-events:none;font-size:.875rem;position:absolute;left:.85rem}.invoices-filters__clear{cursor:pointer;font:inherit;color:#6b7280;background:0 0;border:none;padding:.25rem;transition:color .3s;position:absolute;right:.65rem}.invoices-filters__clear:hover{color:#111827}.invoices-filters__year{color:#111827;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:4px;padding:.65rem .85rem;font-size:16px;transition:border-color .3s}@media (min-width:768px){.invoices-filters__year{width:200px}}.invoices-filters__year:focus{border-color:#1e40af;outline:none;box-shadow:0 0 0 3px #1e40af1a}.invoices-table-wrapper{background:#fff;border-radius:8px;display:none;overflow-x:auto;box-shadow:0 1px 2px #0000000d}@media (min-width:768px){.invoices-table-wrapper{display:block}}.invoices-table{border-collapse:collapse;width:100%}.invoices-table thead{background:#f9fafb}.invoices-table thead th{text-align:left;color:#6b7280;white-space:nowrap;border-bottom:2px solid #e5e7eb;padding:.75rem 1rem;font-size:.875rem;font-weight:600}.invoices-table tbody tr{transition:background-color .3s}.invoices-table tbody tr:hover{background:#f9fafb}.invoices-table tbody tr:not(:last-child){border-bottom:1px solid #f3f4f6}.invoices-table tbody td{color:#111827;vertical-align:middle;padding:.75rem 1rem;font-size:.875rem}.invoices-table__num{white-space:nowrap;font-weight:600;color:#1e40af!important}.invoices-table__email{text-overflow:ellipsis;white-space:nowrap;max-width:180px;overflow:hidden;color:#6b7280!important}.invoices-table__total{white-space:nowrap;font-weight:700}.invoices-table__pdf-btn{cursor:pointer;font:inherit;color:#dc2626;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-size:1.1rem;transition:all .3s;display:flex}.invoices-table__pdf-btn:hover{color:#b91c1c;background:#fef2f2}.invoices-table__no-pdf{color:#6b7280}.invoices-mobile{flex-direction:column;gap:1rem;display:flex}@media (min-width:768px){.invoices-mobile{display:none}}.invoices-mobile__card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 2px #0000000d}.invoices-mobile__top{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.invoices-mobile__num{color:#1e40af;font-size:.875rem;font-weight:700}.invoices-mobile__date{color:#6b7280;font-size:.875rem}.invoices-mobile__client{color:#111827;margin-bottom:.15rem;font-size:16px;font-weight:600}.invoices-mobile__email{color:#6b7280;margin-bottom:1rem;font-size:.875rem}.invoices-mobile__bottom{border-top:1px solid #f3f4f6;align-items:center;gap:1rem;padding-top:1rem;display:flex}.invoices-mobile__total{color:#111827;font-size:16px;font-weight:700}.invoices-mobile__payment{color:#6b7280;font-size:.875rem}.invoices-mobile__pdf-btn{cursor:pointer;font:inherit;color:#dc2626;background:0 0;border:none;border-radius:4px;align-items:center;gap:.3rem;margin-left:auto;padding:.35rem .65rem;font-size:.875rem;font-weight:600;transition:all .3s;display:flex}.invoices-mobile__pdf-btn:hover{background:#fef2f2}.admin-site__nav{background:#fff;border-radius:8px;margin-bottom:2rem;padding:1.5rem;box-shadow:0 1px 2px #0000000d}.admin-site__back{color:#1e40af;align-items:center;margin-bottom:1.5rem;font-size:.875rem;text-decoration:none;display:inline-flex}.admin-site__back:hover{text-decoration:underline}.admin-site__tabs{flex-wrap:wrap;gap:.5rem;display:flex}.admin-site__tab{color:#6b7280;background:#f9fafb;border-radius:4px;padding:.5rem 1.5rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s}.admin-site__tab:hover{color:#111827;background:#e5e7eb}.admin-site__tab--active,.admin-site__tab--active:hover{color:#fff;background:#1e40af}.admin-site__loading{text-align:center;color:#6b7280;padding:3rem}.admin-site__overview header{margin-bottom:3rem}.admin-site__overview header h1{color:#111827;margin-bottom:.5rem;font-size:2rem}.admin-site__overview header p{color:#6b7280}.admin-site__cards{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.admin-site__cards{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.admin-site__cards{grid-template-columns:repeat(3,1fr)}}.admin-site__card{background:#fff;border:2px solid #0000;border-radius:8px;flex-direction:column;padding:2rem;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 4px 6px -1px #0000001a}.admin-site__card:hover{border-color:#1e40af;transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.admin-site__card-icon{margin-bottom:1.5rem;font-size:2.5rem}.admin-site__card-title{color:#111827;margin-bottom:.5rem;font-size:1.25rem}.admin-site__card-description{color:#6b7280;flex:1;margin-bottom:1.5rem;font-size:.875rem}.admin-site__card-stats{border-top:1px solid #e5e7eb;align-items:baseline;gap:.5rem;padding-top:1rem;display:flex}.admin-site__card-count{color:#1e40af;font-size:1.5rem;font-weight:700}.admin-site__card-label{color:#6b7280;font-size:.875rem}.admin-site__page h1{color:#111827;margin-bottom:.5rem;font-size:1.5rem}@media (min-width:768px){.admin-site__page h1{font-size:2rem}}.admin-site__page-header{margin-bottom:2rem}.admin-site__page-header p{color:#6b7280}.admin-form-section{background:#fff;border-radius:8px;margin-bottom:2rem;padding:1.5rem;box-shadow:0 1px 2px #0000000d}@media (min-width:768px){.admin-form-section{padding:2rem}}.admin-form-section h2{color:#111827;border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.125rem}.admin-form__row{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.admin-form__row{grid-template-columns:1fr 1fr}}.admin-form__group{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}@media (min-width:640px){.admin-form__group--large{flex:2;grid-column:span 1}.admin-form__group--small{max-width:120px}}.admin-form__group label{color:#111827;font-size:.875rem;font-weight:600}.admin-form__group input,.admin-form__group select,.admin-form__group textarea{border:1px solid #d1d5db;border-radius:4px;padding:.65rem .85rem;font-size:16px;transition:border-color .3s}.admin-form__group input:focus,.admin-form__group select:focus,.admin-form__group textarea:focus{border-color:#1e40af;outline:none;box-shadow:0 0 0 3px #1e40af1a}.admin-form__group textarea{resize:vertical;min-height:80px}.admin-form__group input[type=checkbox]{width:auto;margin-right:.5rem}.admin-form__group input[type=file]{cursor:pointer;background:#f9fafb;padding:1rem}.admin-form__preview{margin-top:1rem}.admin-form__hint{color:#6b7280;margin-bottom:1.5rem;font-size:.875rem}.admin-form__features{flex-direction:column;gap:.5rem;display:flex}.admin-form__feature-row{gap:.5rem;display:flex}.admin-form__feature-row input{flex:1}.admin-form__tarifs{flex-direction:column;gap:1rem;display:flex}.admin-form__tarif-row{grid-template-columns:1fr;gap:.5rem;display:grid}@media (min-width:640px){.admin-form__tarif-row{grid-template-columns:1fr 1fr 1fr auto}}.admin-form__tarif-row input{border:1px solid #d1d5db;border-radius:4px;padding:.5rem .75rem;font-size:.875rem}.admin-form__actions{border-top:1px solid #e5e7eb;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.admin-list-section{background:#fff;border-radius:8px;margin-bottom:2rem;padding:1.5rem;box-shadow:0 1px 2px #0000000d}@media (min-width:768px){.admin-list-section{padding:2rem}}.admin-list-section h2{color:#111827;margin-bottom:1.5rem;font-size:1.125rem}.admin-list-group{margin-bottom:2rem}.admin-list-group h3{color:#6b7280;border-bottom:1px solid #e5e7eb;margin-bottom:1rem;padding-bottom:.5rem;font-size:16px}.admin-list-empty{color:#6b7280;text-align:center;background:#f9fafb;border-radius:4px;padding:1.5rem;font-style:italic}.admin-photo-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.admin-photo-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.admin-photo-grid{grid-template-columns:repeat(3,1fr)}}.admin-photo-card{background:#f9fafb;border-radius:8px;overflow:hidden}.admin-photo-card__image{width:100%;height:150px;position:relative}.admin-photo-card__image img{object-fit:cover;width:100%;height:100%}.admin-photo-card__info{padding:1rem}.admin-photo-card__info h4{color:#111827;margin-bottom:.25rem;font-size:16px}.admin-photo-card__info p{color:#6b7280;margin-bottom:0;font-size:.875rem}.admin-photo-card__actions{border-top:1px solid #e5e7eb;gap:.5rem;padding:1rem;display:flex}.admin-service-list{flex-direction:column;gap:1.5rem;display:flex}.admin-service-card{background:#f9fafb;border-radius:8px;padding:1.5rem;transition:opacity .3s}.admin-service-card--inactive{opacity:.6}.admin-service-card__header{gap:1.5rem;margin-bottom:1rem;display:flex}.admin-service-card__image{border-radius:4px;flex-shrink:0;width:80px;height:80px}.admin-service-card__icon{flex-shrink:0;font-size:2.5rem}.admin-service-card__info{flex:1;min-width:0}.admin-service-card__info h3{color:#111827;margin-bottom:.25rem;font-size:1.125rem}.admin-service-card__info p{color:#6b7280;margin-bottom:.5rem;font-size:.875rem}.admin-service-card__features{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.admin-service-card__features li{color:#6b7280;background:#fff;border-radius:4px;padding:.15rem .5rem;font-size:.875rem}.admin-service-card__actions{border-top:1px solid #e5e7eb;flex-wrap:wrap;align-items:center;gap:.5rem;padding-top:1rem;display:flex}.admin-forfait-list{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.admin-forfait-list{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.admin-forfait-list{grid-template-columns:repeat(3,1fr)}}.admin-forfait-card{background:#f9fafb;border-radius:8px;padding:1.5rem;transition:opacity .3s}.admin-forfait-card--popular{border:2px solid #1e40af}.admin-forfait-card--inactive{opacity:.6}@media (min-width:640px){.admin-forfait-card--wide{grid-column:span 2}}@media (min-width:1024px){.admin-forfait-card--wide{grid-column:span 3}}.admin-forfait-card__header{align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.admin-forfait-card__header h3{color:#111827;margin:0;font-size:1.125rem}.admin-forfait-card__price{color:#1e40af;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.admin-forfait-card__duration{color:#6b7280;margin-bottom:1rem;font-size:.875rem}.admin-forfait-card__features{margin:0 0 1.5rem;padding:0;list-style:none}.admin-forfait-card__features li{color:#6b7280;padding:.25rem 0;font-size:.875rem}.admin-forfait-card__tarifs{flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;display:flex}.admin-forfait-card__tarif{background:#fff;border-radius:4px;padding:.5rem 1rem;font-size:.875rem}.admin-forfait-card__tarif strong{color:#111827}.admin-forfait-card__tarif small{color:#6b7280;display:block}.admin-forfait-card__actions{border-top:1px solid #e5e7eb;gap:.5rem;padding-top:1rem;display:flex}.admin-tabs{background:#fff;border-radius:8px;gap:.5rem;margin-bottom:2rem;padding:.5rem;display:flex;box-shadow:0 1px 2px #0000000d}.admin-tabs__btn{cursor:pointer;font:inherit;color:#6b7280;background:0 0;border:none;border-radius:4px;padding:1rem 1.5rem;font-size:.875rem;font-weight:500;transition:all .3s}.admin-tabs__btn:hover{color:#111827;background:#f9fafb}.admin-tabs__btn--active,.admin-tabs__btn--active:hover{color:#fff;background:#1e40af}.admin-badge{text-transform:uppercase;border-radius:4px;padding:.15rem .5rem;font-size:.7rem;font-weight:600;display:inline-block}.admin-badge--primary{color:#fff;background:#1e40af}.admin-badge--success{color:#065f46;background:#ecfdf5}.admin-badge--muted{color:#6b7280;background:#f3f4f6}.btn-small{padding:.35rem .65rem;font-size:.875rem}.btn-danger{color:#fff;background:#dc2626;border:none}.btn-danger:hover{background:#b91c1c}.admin-instagram-list{flex-direction:column;gap:1.5rem;display:flex}.admin-instagram-card{background:#f9fafb;border-radius:8px;padding:1.5rem;transition:opacity .3s}.admin-instagram-card--inactive{opacity:.6}.admin-instagram-card__preview{margin-bottom:1rem}.admin-instagram-card__preview a{color:#1e40af;word-break:break-all;font-size:.875rem}.admin-instagram-card__preview a:hover{text-decoration:underline}.admin-instagram-card__description{color:#6b7280;margin-bottom:1rem;font-size:.875rem}.admin-instagram-card__actions{border-top:1px solid #e5e7eb;flex-wrap:wrap;align-items:center;gap:.5rem;padding-top:1rem;display:flex}.google-reviews{background:linear-gradient(#f8fafc 0%,#fff 100%);padding:4rem 0}.google-reviews__loading{color:#6b7280;flex-direction:column;align-items:center;gap:1.5rem;padding:3rem;display:flex}.google-reviews__spinner{border:3px solid #e2e8f0;border-top-color:#1e40af;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.google-reviews__header{text-align:center;margin-bottom:3rem}.google-reviews__title{color:#111827;margin-bottom:2rem;font-size:1.5rem;font-weight:700}@media (min-width:768px){.google-reviews__title{font-size:2rem}}.google-reviews__summary{flex-direction:column;align-items:center;gap:1.5rem;display:flex}@media (min-width:768px){.google-reviews__summary{flex-direction:row;justify-content:center;gap:2rem}}.google-reviews__badge{color:#111827;background:#fff;border:1px solid #e2e8f0;border-radius:50px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.875rem;font-weight:600;display:inline-flex;box-shadow:0 4px 15px #00000014}.google-reviews__google-icon{flex-shrink:0}.google-reviews__rating-box{align-items:center;gap:.75rem;display:flex}.google-reviews__rating-value{color:#111827;font-size:2rem;font-weight:800;line-height:1}.google-reviews__stars{gap:2px;display:flex}.google-reviews__star{color:#e2e8f0;font-size:1.4rem;line-height:1}.google-reviews__star--filled{color:#facc15;text-shadow:0 1px 2px #facc154d}.google-reviews__star--half{background:linear-gradient(90deg,#facc15 50%,#e2e8f0 50%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}.google-reviews__rating-count{color:#6b7280;font-size:.875rem;font-weight:500}.google-reviews__grid{grid-template-columns:1fr;gap:2rem;margin-bottom:3rem;display:grid}@media (min-width:640px){.google-reviews__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.google-reviews__grid{grid-template-columns:repeat(3,1fr)}}.google-reviews__card{background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;gap:1.5rem;min-width:0;padding:3rem;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000f}.google-reviews__card:before{content:"";opacity:0;background:linear-gradient(90deg,#4285f4,#34a853,#fbbc05,#ea4335);height:4px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.google-reviews__card:hover{border-color:#0000;transform:translateY(-4px);box-shadow:0 12px 40px #0000001f}.google-reviews__card:hover:before{opacity:1}.google-reviews__card-header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.google-reviews__author{flex:1;align-items:center;gap:.75rem;min-width:0;display:flex}.google-reviews__author-photo{object-fit:cover;border:2px solid #f1f5f9;border-radius:50%;flex-shrink:0;width:44px;height:44px;box-shadow:0 2px 8px #00000014}.google-reviews__author-placeholder{color:#fff;background:linear-gradient(135deg,#1e40af 0%,#06b6d4 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.125rem;font-weight:700;display:flex;box-shadow:0 4px 12px #1e40af40}.google-reviews__author-name{color:#111827;white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:600;line-height:1.3;overflow:hidden}.google-reviews__card .google-reviews__stars{margin-top:.25rem}.google-reviews__card .google-reviews__star{font-size:1.1rem}.google-reviews__text{color:#64748b;-webkit-line-clamp:5;-webkit-box-orient:vertical;flex-grow:1;margin:0;font-size:.95rem;line-height:1.75;display:-webkit-box;overflow:hidden}.google-reviews__text:before{content:"\"";color:#e2e8f0;margin-right:.25rem;font-size:1.5rem;font-weight:700}.google-reviews__footer{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;margin-top:1.5rem;display:flex}@media (min-width:640px){.google-reviews__footer{flex-direction:row;justify-content:center}}.google-reviews__cta{color:#111827;background:#fff;border:2px solid #e2e8f0;border-radius:50px;align-items:center;gap:.625rem;padding:.875rem 1.75rem;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 2px 8px #0000000a}.google-reviews__cta:hover{color:#1e40af;border-color:#1e40af;transform:translateY(-2px);box-shadow:0 6px 20px #1e40af26}.google-reviews__cta svg{width:22px;height:22px}.google-reviews__cta--primary{color:#fff;background:linear-gradient(135deg,#4285f4 0%,#34a853 50%,#fbbc05 75%,#ea4335 100%) 0 0/200% 200%;border:none;box-shadow:0 4px 15px #4285f44d}.google-reviews__cta--primary:hover{color:#fff;background-position:100% 0;transform:translateY(-3px);box-shadow:0 6px 25px #4285f466}.social-embed{flex-direction:column;gap:2rem;max-width:600px;margin-top:2rem;margin-left:auto;margin-right:auto;display:flex}.social-embed--horizontal{max-width:100%}@media (min-width:1024px){.social-embed--horizontal{flex-direction:row;align-items:stretch}}.social-embed__section{text-align:center;background-color:#fff;border-radius:50px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a}@media (min-width:1024px){.social-embed--horizontal .social-embed__section{flex:1;min-width:0}}.social-embed__section--facebook{padding:2rem}.social-embed__section--instagram{flex-direction:column;padding:0;display:flex;overflow:hidden}.social-embed__title{color:#111827;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.25rem;display:flex}.social-embed__icon{font-size:1.5rem}.social-embed__icon--instagram{color:#e4405f}.social-embed__icon--facebook{color:#1877f2}.social-embed__subtitle{color:#6b7280;margin-bottom:2rem;font-size:.875rem}.social-embed__content{flex-direction:column;align-items:center;gap:1rem;display:flex}.social-embed__instagram-card{flex-direction:column;height:100%;min-height:400px;display:flex}@media (min-width:768px){.social-embed__instagram-card{min-height:500px}}.social-embed__instagram-header{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045);align-items:center;gap:1.5rem;padding:2rem;display:flex}.social-embed__instagram-header h3{color:#fff;text-align:left;margin:0;font-size:1.25rem}.social-embed__instagram-header p{color:#ffffffe6;text-align:left;margin:0;font-size:.875rem}.social-embed__instagram-logo{color:#fff;flex-shrink:0;font-size:3rem}.social-embed__instagram-content{background-color:#f9fafb;flex:1;justify-content:center;align-items:center;padding:3rem;display:flex}.social-embed__instagram-content p{color:#6b7280;max-width:350px;margin:0;font-size:1.125rem;line-height:1.6}.social-embed__facebook-wrapper{background-color:#f9fafb;border-radius:8px;justify-content:center;align-items:flex-start;width:100%;max-width:100%;min-height:400px;padding:1.5rem;display:flex;overflow:hidden}@media (min-width:768px){.social-embed__facebook-wrapper{min-height:500px}}.social-embed__facebook-wrapper .fb-page{width:100%;max-width:500px}.social-embed__cta{border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.social-embed__cta--full{border-radius:0;width:100%;padding:1.5rem 2rem;font-size:1.125rem}.social-embed__cta--instagram{color:#fff;background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.social-embed__cta--instagram:hover{filter:brightness(1.1);color:#fff}.social-embed__cta--instagram.social-embed__cta--full:hover{box-shadow:none;transform:none}.social-embed__cta--facebook{color:#fff;background-color:#1877f2}.social-embed__cta--facebook:hover{color:#fff;background-color:#0b5fcc;transform:translateY(-2px);box-shadow:0 4px 15px #1877f266}.social-embed__note{color:#6b7280;text-align:center;max-width:300px;padding:3rem;font-size:.875rem;font-style:italic}.cookie-consent{z-index:9999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#1f2937fa;padding:1.5rem;animation:.4s ease-out slideUp;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0003}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.cookie-consent__container{flex-direction:column;gap:1.5rem;max-width:1200px;margin:0 auto;display:flex}@media (min-width:768px){.cookie-consent__container{flex-direction:row;justify-content:space-between;align-items:center}}.cookie-consent__content{flex:1}.cookie-consent__title{color:#fff;margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.cookie-consent__text{color:#ffffffd9;margin:0;font-size:.875rem;line-height:1.5}.cookie-consent__details{background-color:#ffffff1a;border-radius:8px;margin-top:1rem;padding:1rem}.cookie-consent__details p{color:#ffffffe6;margin:0 0 .5rem;font-size:.875rem}.cookie-consent__details ul{margin:.5rem 0;padding-left:1.5rem}.cookie-consent__details li{color:#ffffffd9;margin-bottom:.5rem;font-size:.875rem;line-height:1.5}.cookie-consent__details li strong{color:#06b6d4}.cookie-consent__note{font-style:italic;color:#ffffffb3!important;margin-top:.5rem!important}.cookie-consent__toggle{color:#06b6d4;cursor:pointer;background:0 0;border:none;padding:.5rem 0;font-size:.875rem;text-decoration:underline;transition:color .15s}.cookie-consent__toggle:hover{color:#15d7f8}.cookie-consent__actions{flex-shrink:0;gap:1rem;display:flex}@media (min-width:768px){.cookie-consent__actions{flex-direction:row}}.cookie-consent__btn{cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:1rem 2rem;font-size:.875rem;font-weight:600;transition:all .3s}.cookie-consent__btn--refuse{color:#fff;background-color:#0000;border:2px solid #ffffff4d}.cookie-consent__btn--refuse:hover{background-color:#ffffff1a;border-color:#fff}.cookie-consent__btn--accept{color:#fff;background-color:#10b981}.cookie-consent__btn--accept:hover{background-color:#0d9367;transform:translateY(-2px);box-shadow:0 4px 12px #10b98166}.cookie-settings-btn{color:#fff9;cursor:pointer;background:0 0;border:none;padding:.5rem 0;font-size:.875rem;text-decoration:underline;transition:color .15s}.cookie-settings-btn:hover{color:#fff}.localisation__image-wrapper{justify-content:center;margin:2rem 0;display:flex}.localisation__image{border-radius:8px;width:100%;max-width:1000px;height:auto;box-shadow:0 10px 15px -3px #0000001a}.localisation__warning{text-align:center;color:#92400e;background-color:#fef3c7;border-left:4px solid #f59e0b;border-radius:4px;max-width:1000px;margin:2rem auto 0;padding:1rem 1.5rem;font-size:1.125rem;font-weight:600}.about-history{flex-direction:column;gap:2rem;margin-bottom:3rem;display:flex}@media (min-width:768px){.about-history{flex-direction:row;align-items:stretch}}.about-history__image-wrapper{flex-shrink:0}@media (min-width:768px){.about-history__image-wrapper{width:350px}}.about-history__image{object-fit:cover;border-radius:8px;width:100%;height:100%;box-shadow:0 10px 15px -3px #0000001a}.about-history__text{flex:1}.about-history__text p{color:#6b7280;margin:0;line-height:1.8}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{color:#111827;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{margin-bottom:1.5rem;font-weight:700;line-height:1.2}h1{letter-spacing:-.02em;text-transform:uppercase;font-family:Arial Narrow,Helvetica Neue Condensed,Roboto Condensed,Univers Condensed,Impact,sans-serif-condensed,sans-serif;font-size:2.5rem;font-weight:900}@media (min-width:768px){h1{font-size:3rem}}@media (min-width:1024px){h1{font-size:3.5rem}}h2{font-size:2rem}@media (min-width:768px){h2{font-size:2.5rem}}h3{font-size:1.5rem}p{color:#6b7280;margin-bottom:1.5rem}a{color:#1e40af;text-decoration:none;transition:color .3s}a:hover{color:#06b6d4}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}@media (min-width:1024px){.container{padding:0 3rem}}.text-center{text-align:center}.section{padding:4rem 0}@media (min-width:768px){.section{padding:4rem 0}}@media (min-width:1024px){.section{padding:5rem 0}}.section--gray{background-color:#f9fafb}.services-scroll-container{margin:0 -1rem;padding:0 1rem;position:relative}.services-scroll-container:before,.services-scroll-container:after{content:"";z-index:2;pointer-events:none;width:40px;height:100%;position:absolute;top:0}.services-scroll-container:before{background:linear-gradient(90deg,#fff,#fff0);left:0}.services-scroll-container:after{background:linear-gradient(270deg,#fff,#fff0);right:0}@media (min-width:1024px){.services-scroll-container{margin:0;padding:0}.services-scroll-container:before,.services-scroll-container:after{display:none}}.services-grid{scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#1e40af4d #0000;gap:1.5rem;margin-top:3rem;padding:.5rem 0 1rem;display:flex;overflow-x:auto}.services-grid::-webkit-scrollbar{height:6px}.services-grid::-webkit-scrollbar-track{background:0 0}.services-grid::-webkit-scrollbar-thumb{background-color:#1e40af4d;border-radius:3px}.services-grid::-webkit-scrollbar-thumb:hover{background-color:#1e40af80}.services-grid>*{scroll-snap-align:start;flex:0 0 280px;min-width:280px}@media (min-width:1024px){.services-grid{scroll-snap-type:none;grid-template-columns:repeat(3,1fr);gap:2rem;padding:0;display:grid;overflow-x:visible}.services-grid>*{flex:none;min-width:auto}}.features-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem;display:grid}.packages-scroll-container{position:relative;overflow:hidden}.packages-scroll-container:before,.packages-scroll-container:after{content:"";z-index:2;pointer-events:none;width:30px;height:100%;position:absolute;top:0}.packages-scroll-container:before{background:linear-gradient(90deg,#f9fafb,#f9fafb00);left:0}.packages-scroll-container:after{background:linear-gradient(270deg,#f9fafb,#f9fafb00);right:0}@media (min-width:1024px){.packages-scroll-container{overflow:visible}.packages-scroll-container:before,.packages-scroll-container:after{display:none}}.packages-grid{scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;align-items:center;gap:0;padding:2rem 0;display:flex;overflow-x:auto}.packages-grid::-webkit-scrollbar{display:none}.packages-grid:before,.packages-grid:after{content:"";flex:0 0 calc(50% - 140px);min-width:calc(50% - 140px)}@media (min-width:1024px){.packages-grid{scroll-snap-type:none;justify-content:center;gap:0;padding:2rem 0;overflow-x:visible}.packages-grid:before,.packages-grid:after{display:none}}.package-card{scroll-snap-align:center;background-color:#fff;border-radius:0;flex-direction:column;flex:0 0 280px;align-self:stretch;min-width:280px;padding:2rem;transition:all .3s;display:flex;box-shadow:0 4px 15px #00000014}@media (min-width:1024px){.package-card{cursor:pointer}.package-card:hover{z-index:2;transform:scale(1.05);box-shadow:0 8px 25px #00000026}}.package-card{border-left:1px solid #e5e7eb}.package-card:first-child{border-left:none;border-radius:12px 0 0 12px}.package-card:last-child{border-radius:0 12px 12px 0}.package-card--popular{z-index:1;scroll-snap-align:center;border:2px solid #1e40af;border-radius:12px;flex:0 0 280px;min-width:280px;margin:-1.5rem 0;padding:3rem 2rem;position:relative;box-shadow:0 10px 30px #1e40af40}@media (min-width:1024px){.package-card--popular:hover{z-index:3;transform:scale(1.08);box-shadow:0 15px 40px #1e40af59}}.package-card__number{text-align:center;color:#6b7280;margin-bottom:1rem;font-size:.875rem;font-weight:500;display:block}.package-card__badge{color:#fff;text-align:center;background-color:#1e40af;border-radius:4px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600}.package-card__title{color:#111827;margin-bottom:1rem;font-size:1.25rem}.package-card__description{color:#6b7280;margin-bottom:1.5rem;font-size:.875rem}.package-card__pricing{margin-bottom:1.5rem}.package-card__price{color:#1e40af;font-size:1.5rem;font-weight:700}.package-card__duration{color:#6b7280;margin-top:.25rem;font-size:.875rem}.package-card__features{flex-grow:1;list-style:none}.package-card__features li{color:#6b7280;padding:.35rem 0;font-size:.875rem}.package-card--wide{background-color:#fff;border:none;border-radius:12px;flex:none;width:100%;min-width:auto;max-width:100%;margin-top:2rem;padding:2rem;box-shadow:0 4px 15px #00000014}@media (min-width:1024px){.package-card--wide{max-width:840px;margin:2rem auto 0}.package-card--wide:hover{transform:scale(1.02);box-shadow:0 8px 25px #00000026}}.package-card--wide__tarifs{grid-template-columns:1fr;gap:1rem;margin-top:1.5rem;display:grid}@media (min-width:640px){.package-card--wide__tarifs{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.package-card--wide__tarifs{grid-template-columns:repeat(4,1fr)}}.package-card--wide__tarif{text-align:center;background-color:#f9fafb;border-radius:8px;flex-direction:column;padding:1rem;display:flex}.package-card--wide__tarif-label{color:#111827;margin-bottom:.25rem;font-weight:600}.package-card--wide__tarif-price{color:#1e40af;margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.package-card--wide__tarif-note{color:#6b7280;font-size:.75rem;font-style:italic}.btn{text-align:center;cursor:pointer;border:none;border-radius:8px;padding:1rem 2rem;font-weight:600;transition:all .3s;display:inline-block}.btn-primary{color:#fff;background-color:#1e40af}.btn-primary:hover{background-color:#173083;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.btn-secondary{color:#fff;background-color:#06b6d4}.btn-secondary:hover{background-color:#058ba2;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.btn-outline{color:#1e40af;background-color:#0000;border:2px solid #1e40af}.btn-outline:hover{color:#fff;background-color:#1e40af}
