@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;1,300;1,400&display=swap);@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);*,::after,::before{margin:0;padding:0;box-sizing:border-box}a{text-decoration:none;color:inherit}ol,ul{list-style:none}button,input,textarea{border:none;outline:0;background:0 0}canvas,img,picture,video{display:block;max-width:100%}h1,h2,h3,h4,h5,h6,p{margin:0;font-weight:400}body{margin:0;font-size:100%;line-height:1.5;background-color:#fff;color:#000;-webkit-font-smoothing:antialiased}html{scroll-behavior:smooth}.container{width:100%;margin:0 auto;padding-left:15px;padding-right:15px}@media only screen and (min-width:768px){.container{max-width:720px}}@media only screen and (min-width:1060px){.container{max-width:960px}}@media only screen and (min-width:1310px){.container{max-width:1240px}}.container--small{max-width:820px}.container--narrow{max-width:960px}a{color:#923f7e}a:hover{color:#7a3570}button{font-family:Poppins,sans-serif}li,p,span{font-family:Poppins,sans-serif;font-weight:400;font-size:15px;color:#303030;line-height:27px}p{margin-top:15px}.hide-on-desktop{display:flex!important}@media only screen and (min-width:1310px){.hide-on-desktop{display:none!important}}.hide-on-mob{display:none!important}@media only screen and (min-width:1310px){.hide-on-mob{display:flex!important}}ul.list{padding-left:20px}ul.list li{list-style-type:disc}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;width:100%}.header{position:relative;width:100%}.header::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(48,16,55,.97) 0,rgba(30,10,35,.97) 100%);z-index:-1;opacity:0;transition:opacity .35s ease,backdrop-filter .35s}.header--scrolled::before,.header:not(.header--transparent)::before{opacity:1}.header--scrolled .header__logo-img{max-height:70px;transition:max-height .35s}.header__inner{display:flex;align-items:center;justify-content:space-between;padding:10px 4.9em 10px 4.9em;max-width:100%}@media (max-width:1310px){.header__inner{padding-left:30px;padding-right:30px}}@media (max-width:767px){.header__inner{padding:5px 20px}}.header__logo{flex-shrink:0}.header__logo-img{max-height:100px;width:auto;border:1px solid #fff;padding:8px 12px;transition:max-height .35s ease}@media (max-width:767px){.header__logo-img{max-height:55px;padding:5px 8px}}.header__nav{margin-left:auto}.header__nav-list{display:flex;align-items:center;gap:0}.header__nav-link{display:block;color:#fff!important;font-family:Poppins,sans-serif;font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;padding:10px 14px;opacity:.8;transition:opacity .4s,color .4s;white-space:nowrap}.header__nav-link:hover{opacity:1;color:#fff!important}.header__nav-item{position:relative}.header__nav-item--dropdown:focus-within .header__submenu,.header__nav-item--dropdown:hover .header__submenu{display:block}.header__submenu{display:none;position:absolute;top:100%;left:0;min-width:220px;background:#303030;padding:8px 0;z-index:200}.header__submenu__link{display:block;padding:10px 20px;color:#fff;font-size:13px;text-transform:none;opacity:.8;transition:opacity .4s}.header__submenu__link:hover{opacity:1}.header__burger{display:flex;flex-direction:column;justify-content:center;width:32px;height:25px;cursor:pointer;position:relative}.header__burger span{display:block;position:absolute;height:2px;width:100%;background:#fff;left:0;transition:.25s ease-in-out}.header__burger span:nth-child(1){top:0}.header__burger span:nth-child(2),.header__burger span:nth-child(3){top:10px}.header__burger span:nth-child(4){top:20px}.header__burger.active span:nth-child(1){top:10px;width:0;left:50%}.header__burger.active span:nth-child(2){transform:rotate(45deg)}.header__burger.active span:nth-child(3){transform:rotate(-45deg)}.header__burger.active span:nth-child(4){top:10px;width:0;left:50%}.header__mob{display:none;position:fixed;inset:0;background:#303030;z-index:999;overflow-y:auto;padding:140px 30px 40px}.header__mob.active{display:block}.header__mob-list{text-align:center}.header__mob-link{display:block;color:#fff;font-size:18px;font-weight:500;text-transform:uppercase;padding:12px 0;opacity:.8}.header__mob-link:hover{opacity:1}.header__mob-sublink{display:block;color:rgba(255,255,255,.7);font-size:16px;padding:8px 0}.footer{background-color:#333;padding:1.5rem 0}.footer__inner{max-width:1200px;margin:0 auto;padding:0 20px}.footer__text{text-align:center;color:#fff;font-size:14px;line-height:24px;font-weight:400}.footer__text a{color:#fff;text-decoration:underline}.footer__text a:hover{color:#ca8ec1}.topbar{display:flex;justify-content:center;width:100%;background:linear-gradient(90deg,#7a3570 0,#923f7e 100%)}.topbar__text{display:block;color:#fff;font-weight:600;font-size:12px;text-align:center;padding:8px 15px;line-height:1.4}@media only screen and (min-width:1310px){.topbar__text{font-size:14px;padding:11px 20px}}.topbar__text i{font-style:italic}.topbar__link{color:#fff;border-bottom:1px solid rgba(255,255,255,.85);display:inline-block;transition:opacity .3s}.topbar__link:hover{opacity:.85}.button{display:inline-block;padding:12px 30px;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;border-radius:40px;cursor:pointer;transition:background .2s,color .2s;background:linear-gradient(to right,#923f7e 0,#7a3570 50%,#923f7e 50%,#923f7e 100%) right bottom/210% 100% #ca8ec1;color:#fff;border:none}.button:hover{background-position:left bottom;color:#fff}.button--hero{background:linear-gradient(to right,#923f7e 0,#7a3570 50%,#923f7e 50%,#923f7e 100%) right bottom/210% 100% #ca8ec1;color:#fff;font-size:13px;padding:10px 28px}.button--cta{background:linear-gradient(to right,#eee 0,#c5c5c5 50%,#fff 50%,#eee 100%) right bottom/210% 100% #fff;color:#303030;font-weight:500}.button--cta:hover{background-position:left bottom;color:#000}.sc-item-subtitle{font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#923f7e!important;text-transform:uppercase;letter-spacing:2px;text-align:center;margin-bottom:8px}.sc-item-title{font-family:"Playfair Display",serif;font-weight:700;color:#303030}.sc-item-title--center{text-align:center}.sc-item-title--left{text-align:left}.sc-item-title--h1{font-family:"Open Sans",sans-serif;font-size:72px;font-weight:300;line-height:1.1;color:#fff;text-align:center;letter-spacing:-.5px}.sc-item-title--h1 em{font-family:"Playfair Display",serif;font-style:italic;font-weight:400;color:#923f7e}@media (max-width:767px){.sc-item-title--h1{font-size:36px;line-height:1.2}}.sc-item-title--h2{font-size:36px;line-height:1.2;margin-bottom:0}@media (max-width:520px){.sc-item-title--h2{font-size:28px}}.sc-item-title--h3{font-size:24px;font-weight:600;color:#923f7e;margin-bottom:0;font-family:Poppins,sans-serif}.sc-item-title--h4{font-size:20px;font-weight:600;font-family:"Playfair Display",serif;color:#303030;margin-bottom:0}@keyframes fadeUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes heroZoom{from{transform:scale(1.08)}to{transform:scale(1)}}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.reveal.revealed{opacity:1;transform:translateY(0)}.reveal--delay-1{transition-delay:.1s}.reveal--delay-2{transition-delay:.2s}.reveal--delay-3{transition-delay:.3s}.reveal--delay-4{transition-delay:.4s}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}.hero__content>*{animation:none!important}}.scroll-top{position:fixed;bottom:30px;right:30px;width:48px;height:48px;border-radius:50%;background:#923f7e;color:#fff;border:none;cursor:pointer;z-index:900;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(146,63,126,.4);opacity:0;visibility:hidden;transform:translateY(20px);transition:opacity .3s,transform .3s,background .2s,box-shadow .2s}.scroll-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-top:hover{background:#7a3570;box-shadow:0 6px 28px rgba(146,63,126,.55);transform:translateY(-3px)}.scroll-top svg{width:20px;height:20px;fill:currentColor}@media (max-width:767px){.scroll-top{bottom:20px;right:20px;width:44px;height:44px}}.hero{position:relative;min-height:100vh;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;text-align:center;padding:155px 30px 80px;overflow:hidden}.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.15) 0,rgba(0,0,0,.35) 100%);z-index:1;pointer-events:none}.hero__content{max-width:900px;position:relative;z-index:2}.hero__content>*{animation:fadeUp .9s cubic-bezier(.22,1,.36,1) both}.hero__content .sc-item-title--h1{animation-delay:.2s}.hero__content .hero__actions{animation-delay:.5s}.hero__content .hero__text{animation-delay:.75s}.hero__text{display:block;margin-top:30px;color:#fff;font-size:16px;line-height:27px;letter-spacing:.5px;text-align:center}.hero__actions{margin-top:30px}.video-block{padding:60px 0}.video-block__player{position:relative;max-width:1155px;margin:30px auto 0;cursor:pointer;border-radius:8px;overflow:hidden;box-shadow:0 12px 40px rgba(0,0,0,.15);transition:transform .4s,box-shadow .4s}.video-block__player:hover{transform:translateY(-4px);box-shadow:0 20px 50px rgba(146,63,126,.2)}.video-block__player img{width:100%;height:auto;display:block}.video-block__player.is-playing .video-block__cover,.video-block__player.is-playing .video-block__play{display:none}.video-block__player.is-playing .video-block__embed{display:block}.video-block__cover{position:relative}.video-block__mask{position:absolute;inset:0;background:rgba(0,0,0,.25);transition:background .3s}.video-block__player:hover .video-block__mask{background:rgba(146,63,126,.3)}.video-block__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:76px;height:76px;background:#923f7e;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .3s,background .2s;box-shadow:0 4px 24px rgba(146,63,126,.5)}.video-block__play::after{content:"";border-style:solid;border-width:12px 0 12px 20px;border-color:transparent transparent transparent #fff;margin-left:4px}.video-block__player:hover .video-block__play{transform:translate(-50%,-50%) scale(1.1);background:#896692}.video-block__embed{display:none;width:100%;aspect-ratio:16/9;border:none}.home-section{padding:70px 0}.home-section--adn{padding:70px 0}.home-section--adn .container{max-width:1240px}.home-section--adn .home-section__grid{display:grid;gap:40px;align-items:center}@media only screen and (min-width:1310px){.home-section--adn .home-section__grid{grid-template-columns:1.2fr 1fr}}.home-section--adn .home-section__img{position:relative}.home-section--adn .home-section__img::before{content:"";position:absolute;inset:-12px -12px 12px 12px;border:2px solid #923f7e;opacity:.25;z-index:0}.home-section--adn .home-section__img img{width:100%;height:auto;position:relative;z-index:1;transition:transform .5s}.home-section--adn .home-section__img:hover img{transform:scale(1.02)}.home-section--sessions{padding:70px 0;background-color:#303030;position:relative;overflow:hidden}.home-section--sessions::before{content:"";position:absolute;top:0;right:0;width:55%;height:100%;background-image:url(../assets/img/chanteuse.jpg);background-position:center right;background-repeat:no-repeat;background-size:contain;opacity:.85;pointer-events:none}@media (max-width:1060px){.home-section--sessions::before{width:100%;opacity:.2}}.home-section--sessions .container{position:relative;z-index:2;max-width:50%}@media (max-width:1060px){.home-section--sessions .container{max-width:100%}}@media (max-width:520px){.home-section--sessions{padding-bottom:200px}.home-section--sessions::before{background-position:center bottom;background-size:90%;height:200px;top:auto;bottom:0;opacity:.6}}.home-section--sessions .sc-item-title--h2,.home-section--sessions blockquote,.home-section--sessions li,.home-section--sessions p,.home-section--sessions strong{color:#fff!important}.home-section--sessions strong{font-weight:600;font-size:18px!important}.home-section--sessions blockquote{font-style:italic;font-size:16px;padding:20px 0 20px 20px;border-left:3px solid #923f7e;margin:25px 0}.home-section--activities{padding:80px 0;background:linear-gradient(160deg,#faf8fb 0,#f3edf5 50%,#fff 100%);position:relative}.home-section--activities::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#7a3570,#923f7e,#7a3570)}.home-section--activities .activities__intro{margin-bottom:40px;max-width:700px}.home-section--activities .activities__badge{display:inline-block;background:#923f7e;color:#fff;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;padding:6px 16px;border-radius:20px;margin-bottom:15px}.home-section--activities .activities__grid{display:grid;gap:24px}@media only screen and (min-width:768px){.home-section--activities .activities__grid{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:1310px){.home-section--activities .activities__grid{grid-template-columns:repeat(4,1fr)}}.home-section--team{padding:80px 0;background-color:#fff}.home-section--team .team-duo{display:grid;gap:30px;margin-top:40px}@media only screen and (min-width:768px){.home-section--team .team-duo{grid-template-columns:repeat(2,1fr)}}.home-section--cta{padding:60px 0;background:linear-gradient(135deg,#923f7e 0,#7a3570 100%);text-align:center;position:relative;overflow:hidden}.home-section--cta::before{content:"";position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:rgba(255,255,255,.06);border-radius:50%}.home-section--cta .container{position:relative;z-index:2}.home-section--cta .sc-item-title--h2{color:#fff!important;text-align:center;margin-bottom:25px}.activity-card{position:relative;background:#fff;border-radius:16px;padding:32px 28px 28px;box-shadow:0 4px 24px rgba(146,63,126,.08);border:1px solid rgba(146,63,126,.1);overflow:hidden;transition:transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s}.activity-card::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#7a3570,#923f7e);transform:scaleX(0);transform-origin:left;transition:transform .4s}.activity-card:hover{transform:translateY(-8px);box-shadow:0 16px 48px rgba(146,63,126,.18)}.activity-card:hover::before{transform:scaleX(1)}.activity-card:hover .activity-card__icon-wrap{transform:scale(1.08) rotate(-3deg);background:linear-gradient(135deg,#923f7e,#7a3570)}.activity-card:hover .activity-card__icon-wrap img{filter:brightness(0) invert(1)}.activity-card__num{position:absolute;top:16px;right:20px;font-family:"Playfair Display",serif;font-size:48px;font-weight:700;color:rgba(146,63,126,.08);line-height:1}.activity-card__icon-wrap{width:72px;height:72px;border-radius:16px;background:linear-gradient(135deg,rgba(146,63,126,.12),rgba(146,63,126,.06));display:flex;align-items:center;justify-content:center;margin-bottom:20px;transition:transform .4s,background .4s}.activity-card__icon-wrap img{width:48px;height:48px;transition:filter .4s}.activity-card__title{margin-bottom:12px}.activity-card ul{padding-left:18px}.activity-card ul li{list-style-type:none;position:relative;padding-left:14px;font-size:14px;line-height:24px;margin-top:6px;color:#303030}.activity-card ul li::before{content:"";position:absolute;left:0;top:10px;width:5px;height:5px;border-radius:50%;background:#923f7e}.team-card{display:flex;flex-direction:column;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.08);border:1px solid rgba(146,63,126,.08);transition:transform .4s,box-shadow .4s}.team-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px rgba(146,63,126,.15)}.team-card:hover .team-card__img img{transform:scale(1.05)}.team-card__img{overflow:hidden;aspect-ratio:1;max-height:280px}.team-card__img img{width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform .6s}.team-card__body{padding:24px 24px 28px;border-top:3px solid #923f7e}.team-card__role{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;color:#923f7e;margin-bottom:6px}.team-card__name{margin-bottom:12px}.team-card__text{font-size:14px;line-height:24px;color:#303030}.page-hero{position:relative;min-height:280px;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;text-align:center;padding:175px 30px 60px}.page-hero::before{content:"";position:absolute;inset:0;background:rgba(66,16,73,.75)}.page-hero__content{position:relative;z-index:2}.page-hero .sc-item-title--h1{font-size:40px}@media (max-width:767px){.page-hero .sc-item-title--h1{font-size:28px}}.page-hero__subtitle{color:#fff;font-size:16px;margin-top:10px;opacity:.9}.page-content{padding:50px 0 60px}.page-content p{margin-top:15px}.page-content__img{margin:30px 0}.page-content__img img{width:100%}.page-content__gallery{display:grid;gap:15px;margin:30px 0}@media only screen and (min-width:768px){.page-content__gallery{grid-template-columns:repeat(2,1fr)}}.page-content__gallery img{width:100%;height:250px;object-fit:cover;border-radius:8px;transition:transform .3s}.page-content__gallery img:hover{transform:scale(1.02)}.page-content__video{width:100%;aspect-ratio:16/9;border:none;margin:30px 0;border-radius:8px}.page-content__download{margin-top:25px}.page-content__atelier{margin-top:40px;padding-top:30px;border-top:1px solid rgba(146,63,126,.2)}.page-content__atelier:first-of-type{margin-top:0;padding-top:0;border-top:none}body.home,body.page{padding-top:0}.la-chauve-souris .page-hero{min-height:360px}@media only screen and (min-width:1310px){.la-chauve-souris .page-hero{min-height:420px}}.la-chauve-souris .concert-intro{font-size:18px;font-weight:500;color:#923f7e;margin-bottom:10px;text-align:center}.la-chauve-souris .concert-layout{display:flex;flex-direction:column;gap:30px;margin-top:30px}@media only screen and (min-width:768px){.la-chauve-souris .concert-layout{flex-direction:row;align-items:flex-start}}.la-chauve-souris .concert-text{flex:1}.la-chauve-souris .concert-text p{margin-top:15px;line-height:1.7}.la-chauve-souris .concert-text strong{color:#923f7e;font-weight:600}.la-chauve-souris .concert-image{text-align:center}@media only screen and (min-width:768px){.la-chauve-souris .concert-image{flex:0 0 300px}}.la-chauve-souris .concert-image img{width:100%;max-width:305px;height:auto;object-fit:contain;border-radius:12px;box-shadow:0 8px 32px rgba(146,63,126,.15);transition:transform .4s}.la-chauve-souris .concert-image img:hover{transform:scale(1.02)}.la-chauve-souris .concert-programme{margin:45px 0}.la-chauve-souris .concert-programme__list{margin-top:20px;display:grid;gap:0}@media only screen and (min-width:768px){.la-chauve-souris .concert-programme__list{grid-template-columns:repeat(2,1fr);column-gap:30px}}.la-chauve-souris .concert-programme__list li{padding:12px 0 12px 22px;border-bottom:1px solid rgba(146,63,126,.15);position:relative;font-size:15px;line-height:1.5}.la-chauve-souris .concert-programme__list li::before{content:"♪";position:absolute;left:0;color:#923f7e;font-weight:700}.la-chauve-souris .concert-programme__list li:last-child{border-bottom:none}.la-chauve-souris .concert-artistes{margin:45px 0}.la-chauve-souris .concert-artistes__card{margin-top:20px;padding:25px;background:linear-gradient(135deg,rgba(146,63,126,.06) 0,rgba(202,142,193,.12) 100%);border-radius:12px;border-left:4px solid #923f7e}.la-chauve-souris .concert-artistes__card h4{font-family:"Playfair Display",serif;color:#923f7e;font-size:1.15em;margin-bottom:12px}.la-chauve-souris .concert-artistes__card p{line-height:1.7;color:#303030}.la-chauve-souris .concert-artistes__card em{color:rgba(48,48,48,.7);font-style:italic}.la-chauve-souris .concert-billetterie{margin:45px 0;padding:30px;background:linear-gradient(160deg,rgba(146,63,126,.08) 0,rgba(202,142,193,.15) 100%);border-radius:12px;text-align:center}.la-chauve-souris .concert-billetterie iframe{width:100%;min-height:750px;border:none;border-radius:8px;margin-top:20px;background:#fff}.la-chauve-souris .concert-more{text-align:center;margin-top:30px;padding-top:30px;border-top:1px solid rgba(146,63,126,.2)}body{background-color:#fff;font-family:Poppins,sans-serif;font-weight:400;color:#303030}