*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{color:#1a1a1a;-webkit-font-smoothing:antialiased;background-color:#fff;font-family:Poppins,sans-serif;font-weight:400;line-height:1.6}h1,h2,h3,h4,h5,h6{color:#1a1a1a;font-family:ClementePDak,sans-serif;font-weight:600;line-height:1.2}h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}h5{font-size:1.125rem}h6{font-size:1rem}p{color:#1a1a1a;font-size:1rem;line-height:1.7}img,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none;transition:all .3s}ul{list-style:none}.section{padding:6rem 0}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{margin-bottom:1rem;font-size:2.5rem;font-weight:700}.section-title span{background:linear-gradient(135deg,#8b1fa8 0%,#e8157a 40%,#f26b1f 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.section-subtitle{color:#666;margin-bottom:4rem;font-size:1.125rem}.site-header{z-index:1000;-webkit-backdrop-filter:blur(12px);background:#0d0d0dd9;border-bottom:1px solid #ffffff14;transition:all .3s;position:fixed;top:0;left:0;right:0}.site-header__inner{justify-content:space-between;align-items:center;height:80px;display:flex}.site-header__logo{flex-shrink:0}.site-header__logo img{width:auto;height:48px}.site-header__logo-placeholder{color:#fff6;letter-spacing:.15em;text-transform:uppercase;border:2px dashed #ffffff59;border-radius:4px;justify-content:center;align-items:center;width:140px;height:48px;font-size:.75rem;font-weight:600;transition:all .3s;display:flex}.site-header__logo-placeholder:hover{color:#ffffffb3;border-color:#fff9}@media (width<=1200px){.site-header__nav{display:none}}.site-header__menu{align-items:center;gap:1rem;margin:0;padding:0;display:flex}.site-header__menu>li{position:relative}.site-header__menu>li>a{color:#ffffffd9;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;align-items:center;gap:4px;padding:.25rem 0;font-size:.75rem;font-weight:500;transition:all .3s;display:flex;position:relative}.site-header__menu>li>a:after{content:"";background:linear-gradient(135deg,#8b1fa8 0%,#e8157a 40%,#f26b1f 100%);width:0;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:0}.site-header__menu>li>a:hover{color:#fff}.site-header__menu>li>a:hover:after{width:100%}.site-header__menu>li.current-menu-item>a,.site-header__menu>li.current-menu-ancestor>a,.site-header__menu>li.current-page-ancestor>a{color:#fff}.site-header__menu>li.current-menu-item>a:after,.site-header__menu>li.current-menu-ancestor>a:after,.site-header__menu>li.current-page-ancestor>a:after{width:100%}.site-header__menu>li.menu-item-has-children>a:before{content:"";border-bottom:1.5px solid;border-right:1.5px solid;order:1;width:6px;height:6px;margin-left:2px;transition:transform .2s;display:inline-block;transform:rotate(45deg)translateY(-2px)}.site-header__menu>li.menu-item-has-children:hover>a:before{transform:rotate(-135deg)translateY(-2px)}.site-header__menu>li>.sub-menu{-webkit-backdrop-filter:blur(16px);opacity:0;visibility:hidden;z-index:100;background:#0d0d0df7;border:1px solid #ffffff14;border-radius:8px;min-width:210px;margin:0;padding:.25rem 0;list-style:none;transition:opacity .2s,transform .2s,visibility .2s;position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%)translateY(6px)}.site-header__menu>li>.sub-menu li a{letter-spacing:.04em;text-transform:uppercase;color:#ffffffbf;white-space:nowrap;padding:.5rem 1rem;font-size:.72rem;font-weight:500;transition:all .3s;display:block}.site-header__menu>li>.sub-menu li a:hover{color:#fff;background:#ffffff0f}.site-header__menu>li.menu-item-has-children:hover>.sub-menu,.site-header__menu>li.menu-item-has-children:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.site-header__burger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:6px;display:none}@media (width<=1200px){.site-header__burger{display:flex}}.site-header__burger span{transform-origin:50%;background:#fff;border-radius:2px;width:100%;height:2px;transition:all .3s;display:block}.site-header__burger.is-active span:first-child{transform:translateY(7px)rotate(45deg)}.site-header__burger.is-active span:nth-child(2){opacity:0;transform:scaleX(0)}.site-header__burger.is-active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.site-header__mobile-menu{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0d0d0df7;border-bottom:1px solid #ffffff14;padding:2rem 0;position:absolute;top:80px;left:0;right:0}@media (width>=1200px){.site-header__mobile-menu{display:none!important}}.site-header__mobile-list{flex-direction:column;align-items:stretch;margin:0;padding:0 2rem;list-style:none;display:flex}.site-header__mobile-list>li{text-align:center;border-bottom:1px solid #ffffff0f}.site-header__mobile-list>li:last-child{border-bottom:none}.site-header__mobile-list>li>a{color:#ffffffd9;text-transform:uppercase;letter-spacing:.05em;padding:1rem 0;font-size:1.125rem;font-weight:500;transition:all .3s;display:block}.site-header__mobile-list>li>a:hover{color:#e8157a}.site-header__mobile-list>li>.sub-menu{flex-direction:column;align-items:center;gap:.25rem;margin:0;padding:0 0 1rem;list-style:none;display:flex}.site-header__mobile-list>li>.sub-menu li a{color:#ffffff80;text-transform:uppercase;letter-spacing:.06em;padding:.25rem 0;font-size:.875rem;font-weight:500;transition:all .3s;display:block}.site-header__mobile-list>li>.sub-menu li a:hover,.site-header__mobile-list li.current-menu-item>a,.site-header__mobile-list li.current-menu-ancestor>a,.site-header__mobile-list li.current-page-ancestor>a{color:#e8157a}.mobile-menu-enter,.mobile-menu-leave{transition:opacity .2s,transform .2s}.mobile-menu-enter-start,.mobile-menu-leave-end{opacity:0;transform:translateY(-8px)}.mobile-menu-enter-end,.mobile-menu-leave-start{opacity:1;transform:translateY(0)}.site-main>.hero:first-child{margin-top:0}body:not(.home) .site-main{padding-top:80px}.site-footer{color:#ffffffbf;background:linear-gradient(135deg,#1a0a2e 0%,#2d0a3e 40%,#3d1200 100%)}.site-footer__main{padding:6rem 0 4rem}.site-footer__grid{grid-template-columns:2fr 1fr 1fr;gap:4rem;display:grid}@media (width<=992px){.site-footer__grid{grid-template-columns:1fr 1fr}}@media (width<=576px){.site-footer__grid{grid-template-columns:1fr;gap:4rem}}.site-footer__logo-placeholder{color:#ffffff4d;letter-spacing:.15em;text-transform:uppercase;border:2px dashed #ffffff4d;border-radius:4px;justify-content:center;align-items:center;width:130px;height:44px;margin-bottom:1rem;font-size:.75rem;font-weight:700;display:inline-flex}.site-footer img{width:auto;height:64px;margin-bottom:1rem}.site-footer__tagline{color:#ffffff8c;max-width:280px;margin-bottom:2rem;font-size:.875rem;line-height:1.6}.site-footer__social{gap:1rem;display:flex}.site-footer__social a{color:#fff9;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.site-footer__social a:hover{color:#e8157a;background:#e8157a1a;border-color:#e8157a}.site-footer__heading{color:#fff;text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem;font-size:.875rem;font-weight:600}.site-footer__menu{flex-direction:column;gap:.5rem;display:flex}.site-footer__menu li a{color:#fff9;font-size:.875rem;transition:all .3s;display:inline-block}.site-footer__menu li a:hover{color:#f26b1f;transform:translate(4px)}.site-footer__contact-list{flex-direction:column;gap:1rem;display:flex}.site-footer__contact-list li{color:#fff9;align-items:flex-start;gap:.5rem;font-size:.875rem;display:flex}.site-footer__contact-list li svg{color:#f26b1f;flex-shrink:0;margin-top:2px}.site-footer__contact-list li a{color:#fff9;transition:all .3s}.site-footer__contact-list li a:hover{color:#f26b1f}.site-footer__bottom{border-top:1px solid #ffffff14;padding:2rem 0}.site-footer__bottom-inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;display:grid}@media (width<=576px){.site-footer__bottom-inner{text-align:center;grid-template-columns:1fr}}.site-footer__bottom-inner p,.site-footer__bottom-inner a{color:#ffffff59;font-size:.75rem}.site-footer__bottom-inner a:hover{color:#ffffffb3}.site-footer__bottom-links{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.site-footer__credit{text-align:right}@media (width<=576px){.site-footer__credit{text-align:center}}.page-banner{background:linear-gradient(135deg,#1a0a2e 0%,#2d0a3e 40%,#3d1200 100%);padding:calc(80px + 6rem) 0 6rem;position:relative;overflow:hidden}.page-banner:before{content:"";pointer-events:none;background:radial-gradient(circle,#e8157a26 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-200px;right:-100px}.page-banner__eyebrow{letter-spacing:.2em;text-transform:uppercase;color:#fff9;border:1px solid #fff3;border-radius:9999px;margin-bottom:1rem;padding:.3rem .9rem;font-size:.65rem;font-weight:600;display:inline-block;position:relative}.page-banner__title{color:#fff;margin-bottom:1rem;font-size:3.5rem;position:relative}.page-banner__title span{background:linear-gradient(135deg,#8b1fa8 0%,#e8157a 40%,#f26b1f 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@media (width<=768px){.page-banner__title{font-size:2.5rem}}.page-banner__subtitle{color:#fff9;max-width:600px;font-size:1.125rem;position:relative}.cta-contact{text-align:center;padding:6rem 0;position:relative;overflow:hidden}.cta-contact__bg{z-index:0;background:linear-gradient(135deg,#8b1fa814 0%,#e8157a14 50%,#f26b1f14 100%);border-top:1px solid #e8157a1a;border-bottom:1px solid #e8157a1a;position:absolute;inset:0}.cta-contact__inner{z-index:1;flex-direction:column;align-items:center;gap:4rem;display:flex;position:relative}.cta-contact__text{flex-direction:column;gap:1rem;display:flex}.cta-contact__title{color:#1a1a1a;font-size:2.5rem}@media (width<=768px){.cta-contact__title{font-size:2rem}}.cta-contact__subtitle{color:#666;max-width:500px;margin:0 auto;font-size:1.125rem}.btn{cursor:pointer;color:#1a1a1a;text-align:center;background-color:#fff;border:6px solid #f26b1f;border-radius:9999px;padding:.85rem 2.2rem;font-family:Poppins,sans-serif;font-size:1rem;font-weight:700;transition:all .3s;display:inline-block;position:relative;box-shadow:inset 4px 4px #6a6b6f,5px 5px #6a6b6f}.btn strong,.btn span{color:#f26b1f}.btn:hover{transform:translate(-2px,-2px);box-shadow:inset 4px 4px #6a6b6f,7px 7px #6a6b6f}.btn:active{transform:translate(3px,3px);box-shadow:inset 4px 4px #6a6b6f,2px 2px #6a6b6f}.btn--dark{color:#fff;background-color:#ffffff1a;border-color:#fff;box-shadow:inset 3px 3px 6px #00000040,5px 5px #fff6}.btn--dark:hover{background-color:#ffffff2e;transform:translate(-2px,-2px);box-shadow:inset 3px 3px 6px #00000040,7px 7px #fff6}.btn--filled{color:#fff;background:linear-gradient(135deg,#8b1fa8 0%,#e8157a 40%,#f26b1f 100%);border-color:#f26b1f;box-shadow:inset 3px 3px 6px #0003,5px 5px #f26b1f}.btn--filled:hover{transform:translate(-2px,-2px);box-shadow:inset 3px 3px 6px #0003,7px 7px #f26b1f}.hero{justify-content:center;align-items:center;width:100%;height:100vh;min-height:600px;display:flex;position:relative;overflow:hidden}.hero__video-wrapper{z-index:0;position:absolute;inset:0}.hero__video{object-fit:cover;width:100%;height:100%}.hero__overlay{background:linear-gradient(135deg,#1a0a2ebf 0%,#2d0a3e99 50%,#3d1200b3 100%);position:absolute;inset:0}.hero__content{z-index:1;justify-content:center;align-items:center;display:flex;position:relative}.hero__content img{width:clamp(320px,52vw,720px);height:auto}.hero__logo-placeholder{color:#fff6;letter-spacing:.3em;text-transform:uppercase;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:3px dashed #fff6;border-radius:8px;justify-content:center;align-items:center;width:clamp(280px,40vw,600px);height:clamp(100px,15vw,200px);font-size:clamp(1.5rem,3vw,2.5rem);font-weight:700;display:flex}.seo-title{padding:2rem 0 0}.seo-title__text{color:#666;letter-spacing:.02em;opacity:.6;text-align:center;font-size:.75rem;font-weight:400}@media (width<=576px){.seo-title__text{font-size:.65rem}}.presentation{background-color:#fff}.presentation__inner{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}@media (width<=768px){.presentation__inner{grid-template-columns:1fr}}.presentation__image img{aspect-ratio:4/5;object-fit:cover;border-radius:16px;width:100%;display:block}.presentation__image-placeholder{aspect-ratio:4/5;color:#666;letter-spacing:.1em;text-transform:uppercase;background:linear-gradient(135deg,#8b1fa814 0%,#e8157a14 50%,#f26b1f14 100%);border:2px dashed #e8157a4d;border-radius:16px;justify-content:center;align-items:center;width:100%;font-size:.875rem;font-weight:600;display:flex}.presentation__text{flex-direction:column;gap:1rem;display:flex}.presentation__text .section-title{margin-bottom:0}.presentation__tagline{color:#1a1a1a;font-size:1.125rem;font-style:italic}.presentation .btn{align-self:flex-start;margin-top:.5rem}.home-services{background:#f7f7f8}.home-services__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media (width<=992px){.home-services__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.home-services__grid{grid-template-columns:1fr}}.home-service-card{opacity:0;background:#fff;border:1px solid #00000012;border-radius:16px;flex-direction:column;gap:.5rem;padding:2rem;text-decoration:none;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1);display:flex;transform:translateY(24px)}.home-service-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px -12px #0000001a}.home-service-card:hover .home-service-card__link{color:#e8157a;gap:.5rem}.home-service-card__icon{color:#e8157a;background:linear-gradient(135deg,#8b1fa814 0%,#e8157a14 50%,#f26b1f14 100%);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:.25rem;display:flex}.home-service-card__title{color:#1a1a1a;font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.3}.home-service-card__desc{color:#666;flex:1;font-size:.875rem;line-height:1.65}.home-service-card__link{color:#666;align-items:center;gap:.25rem;margin-top:.25rem;font-size:.875rem;font-weight:500;transition:color .2s,gap .2s;display:flex}.clients{text-align:center;color:#fff;background:linear-gradient(135deg,#1a0a2e 0%,#2d0a3e 40%,#3d1200 100%);padding-bottom:2rem}.clients__counter{justify-content:center;align-items:baseline;gap:.25rem;margin-bottom:.5rem;display:flex}.clients__number{background:linear-gradient(135deg,#8b1fa8 0%,#e8157a 40%,#f26b1f 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:5rem;font-weight:700;line-height:1}.clients__plus{color:#f26b1f;font-size:3.5rem;font-weight:700}.clients__title{color:#fff;margin-bottom:1rem;font-size:2.5rem}@media (width<=768px){.clients__title{font-size:2rem}}.clients__text{color:#ffffffb3;max-width:600px;margin:0 auto 4rem}.clients__logos{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.clients__logo-placeholder{color:#ffffff4d;text-transform:uppercase;letter-spacing:.1em;border:1px dashed #ffffff40;border-radius:4px;justify-content:center;align-items:center;width:140px;height:60px;font-size:.75rem;display:flex}.instagram{text-align:center;background-color:#fff}.instagram__placeholder{color:#666;border:2px dashed #e8157a4d;border-radius:8px;padding:4rem;font-size:.875rem}.home-beforeafter{background:#fff}.home-beforeafter__header{justify-content:space-between;align-items:flex-end;gap:4rem;margin-bottom:4rem;display:flex}@media (width<=768px){.home-beforeafter__header{flex-direction:column;align-items:flex-start;gap:1rem}}.home-beforeafter__title{color:#1a1a1a;flex-shrink:0;font-size:2.5rem;font-weight:700;line-height:1.15}.home-beforeafter__title span{background:linear-gradient(135deg,#8b1fa8 0%,#e8157a 40%,#f26b1f 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@media (width<=768px){.home-beforeafter__title{font-size:2rem}}.home-beforeafter__desc{color:#666;max-width:42ch;padding-bottom:.25rem;font-size:1rem;line-height:1.7}.home-beforeafter__slider{border-radius:16px;position:relative;box-shadow:0 2px 8px #0000000f,0 8px 24px #0000001a,0 24px 48px #00000014}.home-beforeafter__slider:after{content:"";pointer-events:none;z-index:10;border-radius:16px;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #00000014}.realisations{position:relative}.realisations:before{content:"";background-image:var(--picto-bg,none);opacity:.18;pointer-events:none;z-index:0;background-position:top;background-repeat:repeat-y;background-size:100%;background-attachment:fixed;position:absolute;inset:0}.realisations .container{z-index:1;position:relative}.realisations__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media (width<=992px){.realisations__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.realisations__grid{grid-template-columns:1fr}}.realisations__card{opacity:0;background:#fff;border:1px solid #00000012;border-radius:16px;flex-direction:column;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;transform:translateY(24px)}.realisations__card:hover{transform:translateY(-4px);box-shadow:0 16px 40px -12px #0000001a}.realisations__card:hover .realisations__image:after{opacity:1}.realisations__image{aspect-ratio:4/3;background:linear-gradient(135deg,#f0f0f0 0%,#e6e6e6 100%);width:100%;position:relative;overflow:hidden}.realisations__image img{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.16,1,.3,1)}.realisations__card:hover .realisations__image img{transform:scale(1.04)}.realisations__image:after{content:"";opacity:0;background:linear-gradient(135deg,#8b1fa8 0%,#e8157a 40%,#f26b1f 100%);height:3px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.realisations__body{flex-direction:column;flex:1;gap:.5rem;padding:2rem;display:flex}.realisations__title{color:#1a1a1a;font-size:1.125rem;font-weight:600}.realisations__desc{color:#666;flex:1;font-size:.875rem;line-height:1.65}.realisations__btn{align-self:flex-start;align-items:center;gap:5px;margin-top:.5rem;padding:.5rem 1.1rem;font-size:.75rem;display:inline-flex}.realisations__btn[aria-disabled=true]{opacity:.35;pointer-events:none}.films-intro{padding-bottom:0}.films-intro__inner{max-width:100%}.films-intro__text{flex-direction:column;gap:1rem;display:flex}.films-intro__text p{color:#1a1a1a;font-size:1.125rem;line-height:1.75}.films-intro__text p:first-child{font-weight:600}.films-produits__grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}@media (width<=768px){.films-produits__grid{grid-template-columns:1fr}}.films-card{opacity:0;background:#fff;border:1px solid #00000012;border-radius:16px;flex-direction:column;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;transform:translateY(24px)}.films-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px -12px #0000001a}.films-card__media{aspect-ratio:16/9;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.films-card__media--placeholder{background:linear-gradient(135deg,#8b1fa8cc 0%,#e8157a99 50%,#f26b1f80 100%)}.films-card__media--portrait{aspect-ratio:3/4}.films-card__media--carousel{aspect-ratio:16/9;overflow:hidden}.films-card__media--carousel .carousel__track{width:100%;height:100%;transition:transform .45s cubic-bezier(.16,1,.3,1);display:flex}.films-card__media--carousel .carousel__slide{flex:0 0 100%;width:100%;height:100%;position:relative}.films-card__media--carousel .carousel__slide img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.films-card__media--carousel .carousel__btn{z-index:2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#1a1a1a;cursor:pointer;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.films-card__media--carousel .carousel__btn:hover{background:#fff;transform:translateY(-50%)scale(1.08)}.films-card__media--carousel .carousel__btn--prev{left:12px}.films-card__media--carousel .carousel__btn--next{right:12px}.films-card__media--carousel .carousel__footer{z-index:2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000059;border-radius:9999px;align-items:center;gap:10px;padding:5px 14px;display:flex;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.films-card__media--carousel .carousel__dot{cursor:pointer;background:#ffffff73;border:none;border-radius:50%;width:7px;height:7px;padding:0;transition:background .2s,transform .2s}.films-card__media--carousel .carousel__dot--active{background:#fff;transform:scale(1.35)}.films-card__media--carousel .carousel__label{color:#fff;letter-spacing:.04em;white-space:nowrap;text-align:center;min-width:6ch;font-size:.75rem;font-weight:600}.films-card__media video,.films-card__media img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.films-card__media-label{letter-spacing:.12em;text-transform:uppercase;color:#ffffff73;z-index:1;border:1px dashed #ffffff40;border-radius:9999px;padding:.3rem .8rem;font-size:.75rem;font-weight:600;position:relative}.films-card__body{flex-direction:column;flex:1;gap:.5rem;padding:2rem;display:flex}.films-card__title{color:#1a1a1a;font-size:1.5rem;font-weight:600;line-height:1.3}.films-card__desc{color:#666;font-size:.875rem;line-height:1.7}.films-card__tags{flex-wrap:wrap;gap:.25rem;margin-top:.25rem;display:flex}.films-card__tags li{color:#666;background:#0000000a;border:1px solid #00000014;border-radius:9999px;padding:.2rem .7rem;font-size:.75rem;font-weight:500}.imprimerie-section{background:#fff;position:relative}.imprimerie-section:before{content:"";background-image:var(--picto-bg,none);opacity:.18;pointer-events:none;z-index:0;background-position:top;background-repeat:repeat-y;background-size:100%;background-attachment:fixed;position:absolute;inset:0}.imprimerie-section .container{z-index:1;position:relative}.imprimerie-section--alt{background:#f7f7f8}.imprimerie-section--alt:before{display:none}.imprimerie-section__title{color:#1a1a1a;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.imprimerie-section__subtitle{color:#666;margin-bottom:4rem;font-size:1.125rem}.imprimerie-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media (width<=768px){.imprimerie-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.imprimerie-grid{grid-template-columns:1fr}}.imprimerie-card{opacity:0;flex-direction:column;gap:.5rem;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;transform:translateY(20px)}.imprimerie-card:hover{transform:translateY(-3px)}.imprimerie-card:hover .imprimerie-card__image img{transform:scale(1.04)}.imprimerie-card__image{aspect-ratio:1;background:0 0;border-radius:8px;width:100%;overflow:hidden}.imprimerie-card__image img{object-fit:contain;width:100%;height:100%;padding:.5rem;transition:transform .5s cubic-bezier(.16,1,.3,1)}.page-template-page-imprimerie .imprimerie-card__image img{object-fit:cover;padding:0}.imprimerie-card__title{color:#1a1a1a;text-align:center;text-transform:uppercase;letter-spacing:.04em;padding:0 .25rem;font-size:.875rem;font-weight:600;line-height:1.4}.textiles-intro{padding-bottom:0;position:relative}.textiles-intro:before{content:"";background-image:var(--picto-bg,none);opacity:.18;pointer-events:none;z-index:0;background-position:top;background-repeat:repeat-y;background-size:100%;background-attachment:fixed;position:absolute;inset:0}.textiles-intro .container{z-index:1;position:relative}.textiles-intro__inner{flex-direction:column;gap:2rem;max-width:100%;display:flex}.textiles-intro__inner p{color:#1a1a1a;max-width:72ch;font-size:1.125rem;line-height:1.85}.textiles-techniques{background:#fff;position:relative}.textiles-techniques:before{content:"";background-image:var(--picto-bg,none);opacity:.18;pointer-events:none;z-index:0;background-position:top;background-repeat:repeat-y;background-size:100%;background-attachment:fixed;position:absolute;inset:0}.textiles-techniques .container{z-index:1;position:relative}.techniques__grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}@media (width<=768px){.techniques__grid{grid-template-columns:1fr}}.technique-card{opacity:0;background:#fff;border:1px solid #00000012;border-radius:16px;flex-direction:column;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;transform:translateY(24px)}.technique-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px -12px #0000001a}.technique-card__image{aspect-ratio:1;background:linear-gradient(135deg,#f0f0f0 0%,#e6e6e6 100%);width:100%;overflow:hidden}.technique-card__image img{object-fit:cover;width:100%;height:100%}.technique-card__body{flex-direction:column;flex:1;gap:.5rem;padding:2rem;display:flex}.technique-card__title{color:#1a1a1a;font-size:1.5rem;font-weight:600}.technique-card__intro{color:#1a1a1a;font-size:.875rem;font-weight:500;line-height:1.65}.technique-card__desc{color:#666;font-size:.875rem;line-height:1.65}.technique-card__lists{border-top:1px solid #00000012;grid-template-columns:1fr 1fr;gap:1rem;margin-top:.5rem;padding-top:1rem;display:grid}@media (width<=576px){.technique-card__lists{grid-template-columns:1fr}}.technique-card__list{flex-direction:column;gap:.25rem;display:flex}.technique-card__list-label{text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px;font-size:.75rem;font-weight:600}.technique-card__list--pro .technique-card__list-label{color:#2e7d32}.technique-card__list--con .technique-card__list-label{color:#c62828}.technique-card__list ul{flex-direction:column;gap:4px;display:flex}.technique-card__list li{color:#666;padding-left:.9rem;font-size:.75rem;line-height:1.5;position:relative}.technique-card__list li:before{content:"";border-radius:50%;width:5px;height:5px;position:absolute;top:.45em;left:0}.technique-card__list--pro li:before{background:#2e7d32}.technique-card__list--con li:before{background:#c62828}.textiles-catalogues{background:#f7f7f8}.catalogues__grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}@media (width<=992px){.catalogues__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.catalogues__grid{grid-template-columns:1fr}}.catalogue-card{opacity:0;flex-direction:column;gap:.5rem;display:flex;transform:translateY(20px)}.catalogue-card[aria-disabled=true]{pointer-events:none;opacity:.5}.catalogue-card:hover .catalogue-card__overlay{opacity:1}.catalogue-card:hover .catalogue-card__cover img{transform:scale(1.04)}.catalogue-card__cover{aspect-ratio:3/4;background:#e0e0e0;border-radius:8px;width:100%;position:relative;overflow:hidden}.catalogue-card__cover img{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.16,1,.3,1)}.catalogue-card__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;color:#fff;background:#8b1fa8bf;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.catalogue-card__overlay span{font-size:.875rem;font-weight:600}.catalogue-card__title{color:#1a1a1a;text-align:center;font-size:.875rem;font-weight:600}.relooking-intro__inner{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}@media (width<=768px){.relooking-intro__inner{grid-template-columns:1fr}}.relooking-intro__text{flex-direction:column;gap:1rem;display:flex}.relooking-intro__text p{line-height:1.75}.compare{cursor:grab;border-radius:16px;width:100%;position:relative;overflow:hidden}.compare:active{cursor:grabbing}.compare{-webkit-user-select:none;user-select:none}.compare__after{z-index:0;position:relative}.compare__after img{pointer-events:none;width:100%;height:auto;display:block}.compare__before{z-index:1;position:absolute;top:0;bottom:0;left:0;overflow:hidden}.compare__before img{width:var(--compare-full-width,100%);object-fit:cover;pointer-events:none;max-width:none;height:100%;position:absolute;top:0;left:0}.compare__handle{z-index:2;pointer-events:none;flex-direction:column;align-items:center;display:flex;position:absolute;top:0;bottom:0;transform:translate(-50%)}.compare__handle-line{background:#fff;flex:1;width:2px;box-shadow:0 0 8px #0006}.compare__handle-btn{color:#1a1a1a;background:#fff;border-radius:50%;justify-content:center;align-items:center;gap:2px;width:40px;height:40px;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 12px #00000040}.compare__label{letter-spacing:.1em;text-transform:uppercase;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:3;background:#0006;border-radius:9999px;padding:.2rem .6rem;font-size:.75rem;font-weight:600;position:absolute;bottom:1rem}.compare__label--before{z-index:2;left:1rem}.compare__label--after{right:1rem}.relooking-exemple{background:#f7f7f8}.relooking-exemple__images{grid-template-columns:1fr 1fr;gap:2rem;display:grid}@media (width<=576px){.relooking-exemple__images{grid-template-columns:1fr}}.relooking-exemple__image{flex-direction:column;gap:.5rem;display:flex}.relooking-exemple__image img{object-fit:contain;border-radius:8px;width:100%;max-height:500px;display:block}.relooking-exemple__placeholder{aspect-ratio:4/3;color:#fff6;letter-spacing:.1em;text-transform:uppercase;background:linear-gradient(135deg,#7b2d2d 0%,#b04040 100%);border-radius:8px;justify-content:center;align-items:center;width:100%;font-size:.875rem;font-weight:600;display:flex}.relooking-exemple__placeholder--after{background:linear-gradient(135deg,#3d3d4a 0%,#6a6a7a 100%)}.relooking-exemple__label{color:#666;text-align:center;text-transform:uppercase;letter-spacing:.08em;font-size:.875rem;font-weight:600}.contact__inner{grid-template-columns:1fr 1.4fr;align-items:start;gap:6rem;display:grid}@media (width<=992px){.contact__inner{grid-template-columns:1fr}}.contact__infos{flex-direction:column;gap:4rem;padding-bottom:2rem;display:flex}.contact__block{border-bottom:1px solid #00000012;flex-direction:column;gap:.5rem;padding-bottom:4rem;display:flex}.contact__block:last-child{border-bottom:none}.contact__block--important{background:#f26b1f0f;border:1px solid #f26b1f33;border-bottom:none;border-radius:8px;flex-direction:row;align-items:flex-start;gap:1rem;margin-top:.5rem;padding:2rem}.contact__block--important svg{color:#f26b1f;flex-shrink:0;margin-top:2px}.contact__block--important p{color:#1a1a1a;margin:0;font-size:.875rem;line-height:1.7}.contact__block-title{text-transform:uppercase;letter-spacing:.12em;color:#666;font-size:.75rem;font-weight:600}.contact__address{color:#1a1a1a;font-size:1.125rem;font-style:normal;line-height:1.7}.contact__address strong{font-weight:600}.contact__link{color:#1a1a1a;font-size:1.5rem;font-weight:600;transition:all .3s}.contact__link:hover{color:#e8157a}.contact__note{color:#666;font-size:.875rem}.contact__hours{flex-direction:column;gap:.5rem;display:flex}.contact__hours li{flex-direction:column;gap:2px;display:flex}.contact__hours-day{color:#1a1a1a;font-size:.875rem;font-weight:600}.contact__hours-time{color:#666;font-size:.875rem}.contact__map{border-radius:16px;height:560px;position:sticky;top:100px;overflow:hidden;box-shadow:0 8px 32px -8px #0000001f}.contact__map iframe{width:100%;height:100%;display:block}@media (width<=992px){.contact__map{height:400px;position:static}}.legal{background:#fff}.legal__tabs-nav{border-bottom:1px solid #00000014;flex-wrap:wrap;gap:.5rem;margin-bottom:4rem;padding-bottom:0;display:flex}.legal__tab{color:#666;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.5rem 1rem calc(.5rem + 2px);font-family:Poppins,sans-serif;font-size:.875rem;font-weight:500;transition:all .3s}.legal__tab:hover{color:#1a1a1a}.legal__tab.is-active{color:#e8157a;border-bottom-color:#e8157a;font-weight:600}.legal__heading{color:#1a1a1a;margin-bottom:4rem;font-size:2rem}.legal__content{max-width:800px}.legal__content>p{color:#1a1a1a;margin-bottom:2rem;font-size:1rem;line-height:1.75}.legal__content a{color:#e8157a;text-underline-offset:3px;text-decoration:underline}.legal__content a:hover{color:#e8157a}.legal__section{border-bottom:1px solid #0000000f;margin-bottom:4rem;padding-bottom:4rem}.legal__section:last-child{border-bottom:none}.legal__section h2{color:#1a1a1a;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.legal__section h3{color:#1a1a1a;margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.legal__section p{color:#1a1a1a;margin-bottom:.5rem;font-size:1rem;line-height:1.75}.legal__section p:last-child{margin-bottom:0}.legal__section ul{flex-direction:column;gap:.25rem;margin:.5rem 0;padding-left:2rem;list-style:outside;display:flex}.legal__section ul li{color:#1a1a1a;font-size:1rem;line-height:1.7}.legal__mentions-card{background:#f7f7f8;border-radius:8px;flex-direction:column;gap:1rem;max-width:400px;padding:4rem;display:flex}.legal__mentions-card p{color:#1a1a1a;margin:0;font-size:1rem;line-height:1.7}.legal__mentions-card a{color:#e8157a}.devis.section{padding:4rem 0}.devis__form-wrap{background:#fff;border:1px solid #1a1a1a14;border-radius:16px;max-width:1000px;margin:0 auto;padding:2rem 4rem}@media (width<=576px){.devis__form-wrap{padding:1rem 2rem}}.devis__no-plugin{color:#666;font-size:.875rem}.devis-form__field br{display:none}.devis-form__row{gap:1rem;display:grid}.devis-form__row--3{grid-template-columns:1fr 1fr 1fr}.devis-form__row--2{grid-template-columns:1fr 1fr}@media (width<=768px){.devis-form__row{grid-template-columns:1fr!important}}.devis-form__hint{color:#666;margin-top:.25rem;font-size:.75rem;display:block}.wpcf7 .hidden-fields-container{display:none}.wpcf7 .screen-reader-response{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.wpcf7 .wpcf7-form{flex-direction:column;gap:.875rem;display:flex}.wpcf7 .wpcf7-form>p,.wpcf7 .devis-form__field>p,.wpcf7 .devis-form__field{margin:0;padding:0}.wpcf7 label{color:#1a1a1a;flex-direction:column;gap:.375rem;font-size:.875rem;font-weight:600;display:flex}.wpcf7 label br{display:none}.wpcf7 .wpcf7-form-control-wrap{display:block}.wpcf7 .wpcf7-text,.wpcf7 .wpcf7-email,.wpcf7 .wpcf7-tel,.wpcf7 .wpcf7-number,.wpcf7 .wpcf7-file,.wpcf7 .wpcf7-select,.wpcf7 .wpcf7-textarea{color:#1a1a1a;appearance:none;box-sizing:border-box;background:#fff;border:1px solid #1a1a1a26;border-radius:8px;outline:none;width:100%;padding:.75rem 1rem;font-family:Poppins,sans-serif;font-size:1rem;transition:border-color .2s,box-shadow .2s}.wpcf7 .wpcf7-text:focus,.wpcf7 .wpcf7-email:focus,.wpcf7 .wpcf7-tel:focus,.wpcf7 .wpcf7-number:focus,.wpcf7 .wpcf7-file:focus,.wpcf7 .wpcf7-select:focus,.wpcf7 .wpcf7-textarea:focus{border-color:#e8157a;box-shadow:0 0 0 3px #e8157a1f}.wpcf7 .wpcf7-text.wpcf7-not-valid,.wpcf7 .wpcf7-email.wpcf7-not-valid,.wpcf7 .wpcf7-tel.wpcf7-not-valid,.wpcf7 .wpcf7-number.wpcf7-not-valid,.wpcf7 .wpcf7-file.wpcf7-not-valid,.wpcf7 .wpcf7-select.wpcf7-not-valid,.wpcf7 .wpcf7-textarea.wpcf7-not-valid{border-color:#e53e3e}.wpcf7 .wpcf7-file{cursor:pointer;padding:.5rem}.wpcf7 .wpcf7-textarea{resize:vertical;min-height:140px;line-height:1.6}.wpcf7 .wpcf7-not-valid-tip{color:#e53e3e;margin-top:.25rem;font-size:.75rem;display:block}.wpcf7 .wpcf7-submit{color:#fff;cursor:pointer;background:#e8157a;border:none;border-radius:8px;padding:.875rem 2.5rem;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;transition:background .2s,transform .15s}.wpcf7 .wpcf7-submit:hover{background:#c31266;transform:translateY(-1px)}.wpcf7 .wpcf7-submit:active{transform:translateY(0)}.wpcf7 .wpcf7-response-output{border:none;border-radius:8px;align-items:center;gap:.625rem;margin:0;padding:1rem 1.25rem;font-size:.875rem;font-weight:500;display:none}.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok,.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng,.wpcf7 .wpcf7-response-output.wpcf7-validation-errors,.wpcf7 .wpcf7-response-output.wpcf7-spam-blocked{display:flex}.wpcf7 .wpcf7-response-output:before{content:"";background-position:50%;background-repeat:no-repeat;background-size:contain;border-radius:50%;flex-shrink:0;width:18px;height:18px}.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok,.wpcf7 .wpcf7-response-output.sent{color:#fff;background:#38a169;border-left:none;border-radius:8px;padding:1.25rem 1.5rem;font-size:.875rem;font-weight:600;box-shadow:0 4px 16px #38a1694d}.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok:before,.wpcf7 .wpcf7-response-output.sent:before{background-color:#ffffff40;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");flex-shrink:0;width:28px;height:28px}.wpcf7 .wpcf7-response-output.wpcf7-validation-errors{color:#c05621;background:#dd6b2014;border-left:3px solid #dd6b20}.wpcf7 .wpcf7-response-output.wpcf7-validation-errors:before{background-color:#dd6b20;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E")}.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng,.wpcf7 .wpcf7-response-output.wpcf7-spam-blocked{color:#c53030;background:#e53e3e14;border-left:3px solid #e53e3e}.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng:before,.wpcf7 .wpcf7-response-output.wpcf7-spam-blocked:before{background-color:#e53e3e;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E")}.wpcf7 .wpcf7-spinner{display:none}.wpcf7-form.sent .wpcf7-response-output,.wpcf7-form.failed .wpcf7-response-output,.wpcf7-form.invalid .wpcf7-response-output,.wpcf7-form.spam .wpcf7-response-output,.wpcf7-form.unacceptable .wpcf7-response-output,.wpcf7-form.aborted .wpcf7-response-output{display:flex}.wpcf7-form.sent .wpcf7-response-output{color:#fff;background:#38a169;border:none;border-radius:8px;align-items:center;gap:.75rem;padding:1.25rem 1.5rem;font-size:.9rem;font-weight:600;box-shadow:0 4px 16px #38a1694d}.wpcf7-form.sent .wpcf7-response-output:before{content:"";background-color:#ffffff40;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;border-radius:50%;flex-shrink:0;width:28px;height:28px}.wpcf7-form.invalid .wpcf7-response-output,.wpcf7-form.unacceptable .wpcf7-response-output{color:#c05621;background:#dd6b2014;border-left:3px solid #dd6b20;border-radius:8px;padding:1.25rem 1.5rem}.wpcf7-form.failed .wpcf7-response-output,.wpcf7-form.spam .wpcf7-response-output,.wpcf7-form.aborted .wpcf7-response-output{color:#c53030;background:#e53e3e14;border-left:3px solid #e53e3e;border-radius:8px;padding:1.25rem 1.5rem}.not-found{align-items:center;min-height:60vh;display:flex}.not-found__inner{text-align:center;flex-direction:column;align-items:center;gap:2rem;padding:4rem 0;display:flex}.not-found__code{background:linear-gradient(135deg,#8b1fa8 0%,#e8157a 40%,#f26b1f 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:ClementePDak,sans-serif;font-size:clamp(6rem,20vw,12rem);font-weight:600;line-height:1}.not-found__title{color:#1a1a1a;font-size:2.5rem;font-weight:700}.not-found__desc{color:#666;max-width:480px;font-size:1.125rem;line-height:1.7}
