@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&family=Syncopate:wght@700&display=swap");@font-face{font-family:Magical Night;src:url(../fonts/MagicalNightDEMO-Regular.woff2) format("woff2"),url(../fonts/MagicalNightDEMO-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}body,html{font-family:Poppins,sans-serif;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#1a0c40;scroll-behavior:smooth;min-width:350px;overflow-x:hidden}.wrapper{max-width:1040px;margin:0 auto;padding:0 40px;position:relative}.wrapper.flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wrapper.flex .left,.wrapper.flex .right{position:relative}.wrapper.flex .left.align-left>*,.wrapper.flex .right.align-left>*{text-align:left}.wrapper.flex .left.align-right>*,.wrapper.flex .right.align-right>*{text-align:right}.wrapper.wide{max-width:100%}@media screen and (max-width:950px){.wrapper{max-width:100%;padding:0 20px}.wrapper.flex .left,.wrapper.flex .right{position:relative}.wrapper.flex .left.align-left>*,.wrapper.flex .left.align-right>*,.wrapper.flex .right.align-left>*,.wrapper.flex .right.align-right>*{text-align:center}}header{position:fixed;top:0;left:0;width:100%;z-index:3;background:-webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.6)),to(transparent));background:linear-gradient(180deg,rgba(0,0,0,.6),transparent)}header .wrapper{padding:40px 70px}header nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}header nav .link{color:#fff;font-size:14px;font-weight:500;text-decoration:none;padding:10px;position:relative}header nav .link:after{content:"";position:absolute;bottom:-10px;width:100%;height:4px;left:0;background:-webkit-gradient(linear,left top, right top,from(#5062fa),to(#ae50fb));background:linear-gradient(90deg,#5062fa,#ae50fb);opacity:0;-webkit-transition:.2s ease;transition:.2s ease}header nav .link:hover:after{opacity:1}header nav .share{position:relative}header nav .share .share-button{height:24px;padding:5px;width:24px;cursor:pointer;-webkit-transition:.3s ease;transition:.3s ease}header nav .share .dropdown{position:absolute;display:none;top:35px;right:0;background-color:#fff;padding:5px;border-radius:4px;-webkit-box-shadow:2px 0 10px rgba(0,0,0,.6);box-shadow:2px 0 10px rgba(0,0,0,.6);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:5px;-moz-column-gap:5px;column-gap:5px;width:-webkit-max-content;width:-moz-max-content;width:max-content}header nav .share .dropdown a{text-decoration:none;-webkit-transition:.1s ease;transition:.1s ease;padding:3px;border-radius:2px;display:inline-block}header nav .share .dropdown a img{width:20px;height:20px;-o-object-fit:cover;object-fit:cover}header nav .share .dropdown a:hover{background-color:#e9e6f6}header nav .share:focus-within .dropdown,header nav .share:hover .dropdown{display:-webkit-box;display:-ms-flexbox;display:flex}header nav .button.secondary{color:#fff;font-size:14px;font-weight:500;text-decoration:none;padding:20px 35px;position:relative;border-radius:50em;-webkit-transition:.3s ease;transition:.3s ease}header nav .button.secondary:hover{background-color:hsla(0,0%,100%,.1)}header nav .button.secondary:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50em;border:3px solid transparent;background:-webkit-gradient(linear,left top, right top,from(#5062fa),to(#ae50fb)) border-box;background:linear-gradient(90deg,#5062fa,#ae50fb) border-box;-webkit-mask:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box,-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask-composite:exclude}@media screen and (max-width:950px){header .wrapper{padding:20px;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}header img{height:20px;display:inline-block}header nav .link{display:none}header nav .share .dropdown{padding:10px;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;position:fixed;left:50%;right:0;top:77px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}header nav .share .dropdown a{padding:3px}header nav .share .dropdown a img{width:30px;height:30px}header nav .button.secondary{color:#fff;font-size:14px;font-weight:500;text-decoration:none;padding:15px 30px;position:relative;border-radius:50em;-webkit-transition:.3s ease;transition:.3s ease}header nav .button.secondary:hover{background-color:hsla(0,0%,100%,.1)}header nav .button.secondary:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50em;border:3px solid transparent;background:-webkit-gradient(linear,left top, right top,from(#5062fa),to(#ae50fb)) border-box;background:linear-gradient(90deg,#5062fa,#ae50fb) border-box;-webkit-mask:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box,-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask-composite:exclude}}.hero{min-height:750px;height:100vh;background:url(../images/etoiles.png),radial-gradient(104.04% 106.18% at 27.66% 104.19%,#d9039d 0,#4d1e7d 51.3%,#180052 83.91%,#140044 100%);background-blend-mode:lighten,normal;background-size:cover;background-position:50% 0;position:relative;overflow:hidden;z-index:2}.hero .wrapper.flex{height:calc(100% - 250px);position:relative;z-index:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.hero .wrapper.flex .left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hero .wrapper.flex .left img{width:246px}.hero h1{color:#fff;text-align:center;font-family:Poppins,sans-serif;font-size:20px;font-style:normal;font-weight:700;line-height:1.4;margin-bottom:40px}.hero .countdown{background-color:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding:20px 30px;border-radius:13px;max-width:340px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.hero .countdown .flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hero .countdown .suptitle{color:#fff;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;margin-bottom:12px;text-transform:uppercase;display:block}.hero .countdown .days,.hero .countdown .hours,.hero .countdown .minutes{display:inline-block;text-align:right;position:relative}.hero .countdown .days .number,.hero .countdown .hours .number,.hero .countdown .minutes .number{color:#fff;font-family:Syncopate,sans-serif;font-size:42px;font-weight:600;margin-bottom:1px;display:block}.hero .countdown .days .title,.hero .countdown .hours .title,.hero .countdown .minutes .title{color:#fff;font-family:Poppins,sans-serif;font-size:13px;font-weight:500;display:block}.hero .countdown .separator{color:#fff;font-family:Poppins,sans-serif;font-size:24px;font-weight:600;display:block;position:relative;top:-10px}.hero .countdown .astronaute{position:absolute;right:-250px;top:60px;offset-path:path("M0.5 53C7.16667 45.5 8.4 38.1 24 24.5C43.5 7.5 44 21 62 0.5");-webkit-animation:move 20s ease-in-out infinite alternate;animation:move 20s ease-in-out infinite alternate}@-webkit-keyframes move{0%{offset-distance:0}to{offset-distance:100%}}@keyframes move{0%{offset-distance:0}to{offset-distance:100%}}.hero .decor{position:absolute;bottom:0;left:0;width:100%;height:100%;background-image:url(../images/Immeubles-no-people.svg);background-repeat:repeat-x;background-position:bottom;z-index:0}.hero .decor.mobile{display:none}.hero .decor .immeubles{position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:2}.hero .decor .spot.one{position:absolute;left:calc(50vw - 630px);bottom:160px;z-index:1;-webkit-animation:move1 16s ease-in-out infinite;animation:move1 16s ease-in-out infinite;-webkit-transform-origin:bottom center;transform-origin:bottom center}.hero .decor .spot.two{position:absolute;left:calc(50vw - 350px);bottom:160px;z-index:1;-webkit-animation:move2 14s ease-in-out 2s infinite;animation:move2 14s ease-in-out 2s infinite;-webkit-transform-origin:bottom center;transform-origin:bottom center;-webkit-transform:rotate(30deg) scale(.8);transform:rotate(30deg) scale(.8)}@-webkit-keyframes move1{0%,to{-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}50%{-webkit-transform:rotate(20deg);transform:rotate(20deg)}}@keyframes move1{0%,to{-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}50%{-webkit-transform:rotate(20deg);transform:rotate(20deg)}}@-webkit-keyframes move2{0%,to{-webkit-transform:rotate(30deg) scale(.8);transform:rotate(30deg) scale(.8)}50%{-webkit-transform:rotate(-20deg) scale(.8);transform:rotate(-20deg) scale(.8)}}@keyframes move2{0%,to{-webkit-transform:rotate(30deg) scale(.8);transform:rotate(30deg) scale(.8)}50%{-webkit-transform:rotate(-20deg) scale(.8);transform:rotate(-20deg) scale(.8)}}.hero .decor .eiffel{position:absolute;bottom:150px;left:50%;-webkit-transform:translateX(-500px);transform:translateX(-500px);z-index:1}.hero .decor .eiffel .light{-webkit-animation:shine .2s infinite;animation:shine .2s infinite}.hero .decor .eiffel .light:nth-child(2n){-webkit-animation-delay:1s;animation-delay:1s}.hero .decor .eiffel .light:nth-child(3n){-webkit-animation-delay:1.5s;animation-delay:1.5s}.hero .decor .eiffel .light:nth-child(8n){-webkit-animation-delay:.5s;animation-delay:.5s}@-webkit-keyframes shine{0%,to{opacity:1}50%{opacity:0}}@keyframes shine{0%,to{opacity:1}50%{opacity:0}}.hero #mc_embed_signup{border-radius:20px;background-color:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.15);padding:20px;max-width:340px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.hero #mc_embed_signup>form>#mc_embed_signup_scroll>.mc-field-group:nth-child(-n+4){position:relative;display:inline-block;width:calc(50% - 10px)}.hero #mc_embed_signup>form>#mc_embed_signup_scroll>.mc-field-group:nth-child(-2n+4){margin-left:15px}.hero #mc_embed_signup label{color:#fff;font-family:Poppins,sans-serif;font-size:10px;font-style:normal;font-weight:700;line-height:normal;display:block;margin-bottom:3px;cursor:pointer}.hero #mc_embed_signup label .asterisk{color:#f35c3d}.hero #mc_embed_signup div.mce_inline_error{margin:0 0 1em;padding:5px 0;background-color:transparent;font-size:9px;font-weight:500;z-index:1;color:#f35c3d;position:absolute;bottom:-14px;left:0}.hero #mc_embed_signup .mc_fieldset.gdprRequired.mc-field-group{position:relative}.hero #mc_embed_signup .mc_fieldset.gdprRequired .mce_inline_error{top:-10px;right:0;left:auto}.hero #mc_embed_signup #mce-success-response{background-color:#50b747;padding:10px 15px;color:#fff;font-weight:500;font-size:14px;border-radius:4px;margin-bottom:10px;line-height:1.2}.hero #mc_embed_signup input[type=email],.hero #mc_embed_signup input[type=text],.hero #mc_embed_signup select{height:auto;padding:.5em 1em;background-color:hsla(0,0%,100%,.16);border:1px solid hsla(0,0%,100%,.16);border-radius:4px;color:#fff;font-family:Poppins,sans-serif;font-size:10px;font-style:normal;font-weight:400;line-height:normal;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;margin-bottom:10px}.hero #mc_embed_signup input[type=email] option,.hero #mc_embed_signup input[type=text] option,.hero #mc_embed_signup select option{color:#000}.hero #mc_embed_signup .content__gdpr p{color:hsla(0,0%,100%,.7);font-family:Poppins,sans-serif;font-size:10px;font-style:normal;font-weight:500;line-height:normal;display:block;margin-bottom:3px}.hero #mc_embed_signup .content__gdpr p a{color:inherit}.hero #mc_embed_signup #mergeRow-gdpr{margin-bottom:10px}.hero #mc_embed_signup input[type=submit]{border:none;width:100%;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;background-color:#f35c3d;color:#fff176;border-radius:4px;padding:.7em 1em;cursor:pointer;-webkit-transition:.3s ease;transition:.3s ease}.hero .close,.hero .subscription{display:none}@media screen and (max-width:950px){.hero .wrapper.flex{height:calc(100% - 190px);position:relative;z-index:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.hero h1{margin-bottom:20px;line-height:1.2}.hero .countdown{background-color:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding:15px 20px;border-radius:13px;max-width:340px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.hero .countdown .flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.hero .countdown .suptitle{color:#fff;font-family:Poppins,sans-serif;font-size:10px;font-weight:600;margin-bottom:12px;text-transform:uppercase;display:block}.hero .countdown .days,.hero .countdown .hours,.hero .countdown .minutes{display:inline-block;text-align:center;position:relative}.hero .countdown .days .number,.hero .countdown .hours .number,.hero .countdown .minutes .number{color:#fff;font-family:Syncopate,sans-serif;font-size:30px;font-weight:600;margin-bottom:1px;display:block}.hero .countdown .days .title,.hero .countdown .hours .title,.hero .countdown .minutes .title{color:#fff;font-family:Poppins,sans-serif;font-size:10px;font-weight:500;display:block}.hero .countdown .separator{color:#fff;font-family:Poppins,sans-serif;font-size:24px;font-weight:600;display:block;position:relative;top:-10px}.hero .countdown .astronaute{position:absolute;right:-250px;top:60px;offset-path:path("M0.5 53C7.16667 45.5 8.4 38.1 24 24.5C43.5 7.5 44 21 62 0.5");-webkit-animation:move 20s ease-in-out infinite alternate;animation:move 20s ease-in-out infinite alternate}@-webkit-keyframes move{0%{offset-distance:0}to{offset-distance:100%}}@keyframes move{0%{offset-distance:0}to{offset-distance:100%}}.hero #form{display:none;position:fixed;top:0;left:0;width:100%;z-index:5;height:100vh}.hero #form.show{display:block}.hero #form #mc_embed_shell{height:100%}.hero #form #mc_embed_signup{border-radius:0;background-color:rgba(26,12,64,.8);border:none;max-width:100%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:100%;padding-top:100px}.hero #form #mc_embed_signup>form>#mc_embed_signup_scroll>.mc-field-group:nth-child(-n+4){position:relative;display:inline-block;width:100%}.hero #form #mc_embed_signup>form>#mc_embed_signup_scroll>.mc-field-group:nth-child(-2n+4){margin-left:0}.hero #form #mc_embed_signup .content__gdpr p,.hero #form #mc_embed_signup label{font-size:12px}.hero #form #mc_embed_signup input[type=email],.hero #form #mc_embed_signup input[type=text],.hero #form #mc_embed_signup select{font-size:14px}.hero .close{display:none;position:fixed;top:70px;right:17px;z-index:6;background:none;border:none;cursor:pointer;-webkit-transition:.2s ease;transition:.2s ease;opacity:.8}.hero .close:hover{opacity:1}.hero .close img{height:40px;width:40px}.hero .close.show{display:block}.hero .subscription{width:100%;background:#f35c3d;font-family:Poppins,sans-serif;font-size:16px;font-weight:500;display:block;border:none;padding:12px 15px;border-radius:50px;color:#fff;cursor:pointer;z-index:2;max-width:230px;margin:20px auto 0;position:relative}.hero .decor{position:absolute;bottom:0;left:0;width:100%;height:100%;background-image:none;z-index:0}.hero .decor.mobile{display:block}.hero .decor.desktop{display:none}.hero .decor .spot.one{position:absolute;left:calc(50vw - 330px);bottom:110px;z-index:1;-webkit-animation:move1 16s ease-in-out infinite;animation:move1 16s ease-in-out infinite;-webkit-transform-origin:bottom center;transform-origin:bottom center}.hero .decor .spot.two{position:absolute;left:calc(50vw - 110px);bottom:110px;z-index:1;-webkit-animation:move2 14s ease-in-out 2s infinite;animation:move2 14s ease-in-out 2s infinite;-webkit-transform-origin:bottom center;transform-origin:bottom center;-webkit-transform:rotate(30deg) scale(.8);transform:rotate(30deg) scale(.8)}@-webkit-keyframes move1{0%,to{-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}50%{-webkit-transform:rotate(20deg);transform:rotate(20deg)}}@keyframes move1{0%,to{-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}50%{-webkit-transform:rotate(20deg);transform:rotate(20deg)}}@-webkit-keyframes move2{0%,to{-webkit-transform:rotate(30deg) scale(.8);transform:rotate(30deg) scale(.8)}50%{-webkit-transform:rotate(-20deg) scale(.8);transform:rotate(-20deg) scale(.8)}}@keyframes move2{0%,to{-webkit-transform:rotate(30deg) scale(.8);transform:rotate(30deg) scale(.8)}50%{-webkit-transform:rotate(-20deg) scale(.8);transform:rotate(-20deg) scale(.8)}}.hero .decor .eiffel{position:absolute;bottom:120px;left:50%;-webkit-transform:translateX(-180px);transform:translateX(-180px);z-index:1}.hero .decor .eiffel .light{-webkit-animation:shine .2s infinite;animation:shine .2s infinite}.hero .decor .eiffel .light:nth-child(2n){-webkit-animation-delay:1s;animation-delay:1s}.hero .decor .eiffel .light:nth-child(3n){-webkit-animation-delay:1.5s;animation-delay:1.5s}.hero .decor .eiffel .light:nth-child(8n){-webkit-animation-delay:.5s;animation-delay:.5s}@-webkit-keyframes shine{0%,to{opacity:1}50%{opacity:0}}@keyframes shine{0%,to{opacity:1}50%{opacity:0}}}.infos,.programmation,.why{padding:100px 0}.infos h2,.programmation h2,.why h2{color:#fff176;-webkit-font-feature-settings:"dlig" on;font-feature-settings:"dlig" on;text-shadow:-4px 4px 0 #f35c3d;font-family:Magical Night,sans-serif;font-size:40px;margin-bottom:20px}.infos h2,.infos p,.programmation h2,.programmation p,.why h2,.why p{text-align:center;font-style:normal;font-weight:400;line-height:normal}.infos p,.programmation p,.why p{color:#fff;font-family:Poppins,sans-serif;font-size:16px;max-width:700px;margin:0 auto}.infos ul,.programmation ul,.why ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:50px}.infos ul li,.programmation ul li,.why ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.infos ul li:first-child:before,.programmation ul li:first-child:before,.why ul li:first-child:before{content:"";width:284px;height:284px;-ms-flex-negative:0;flex-shrink:0;border-radius:284px;opacity:.6;background:#91128d;-webkit-filter:blur(88px);filter:blur(88px);position:absolute;top:-30px;left:-60px;z-index:0}.infos ul li:nth-child(2):before,.programmation ul li:nth-child(2):before,.why ul li:nth-child(2):before{content:"";width:489px;height:489px;-ms-flex-negative:0;flex-shrink:0;border-radius:489px;opacity:.5;background:#46198c;-webkit-filter:blur(96px);filter:blur(96px);position:absolute;top:-180px;left:-120px;z-index:0}.infos ul li:nth-child(3):before,.programmation ul li:nth-child(3):before,.why ul li:nth-child(3):before{content:"";width:300px;height:300px;-ms-flex-negative:0;flex-shrink:0;border-radius:300px;opacity:.3;background:#28ffbe;-webkit-filter:blur(100px);filter:blur(100px);position:absolute;top:-40px;left:40px;z-index:0}.infos ul img,.programmation ul img,.why ul img{height:225px;-webkit-box-flex:0;-ms-flex:none;flex:none;display:inline-block;margin-bottom:20px;position:relative;z-index:1}.infos ul h3,.programmation ul h3,.why ul h3{color:#fff;text-align:center;font-family:Poppins,sans-serif;font-size:17px;font-style:normal;font-weight:600;line-height:normal;max-width:240px;position:relative;z-index:1}@media screen and (max-width:950px){.infos,.programmation,.why{padding:70px 0}.infos h2,.programmation h2,.why h2{font-size:30px;margin-bottom:20px}.infos p,.programmation p,.why p{font-size:14px;margin:0 auto}.infos ul,.programmation ul,.why ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:50px;gap:40px}.infos ul li,.programmation ul li,.why ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.infos ul li:first-child:before,.programmation ul li:first-child:before,.why ul li:first-child:before{content:"";width:284px;height:284px;-ms-flex-negative:0;flex-shrink:0;border-radius:284px;opacity:.6;background:#91128d;-webkit-filter:blur(88px);filter:blur(88px);position:absolute;top:-30px;left:-60px;z-index:0}.infos ul li:nth-child(2):before,.programmation ul li:nth-child(2):before,.why ul li:nth-child(2):before{content:"";width:489px;height:489px;-ms-flex-negative:0;flex-shrink:0;border-radius:489px;opacity:.5;background:#46198c;-webkit-filter:blur(96px);filter:blur(96px);position:absolute;top:-180px;left:-120px;z-index:0}.infos ul li:nth-child(3):before,.programmation ul li:nth-child(3):before,.why ul li:nth-child(3):before{content:"";width:300px;height:300px;-ms-flex-negative:0;flex-shrink:0;border-radius:300px;opacity:.3;background:#28ffbe;-webkit-filter:blur(100px);filter:blur(100px);position:absolute;top:-140px;left:40px;z-index:0}.infos ul img,.programmation ul img,.why ul img{height:150px;margin-bottom:20px}.infos ul h3,.programmation ul h3,.why ul h3{font-size:17px;max-width:240px}}.why{overflow:hidden}.why .wrapper{z-index:1}.why .wrapper:after{background-image:url(../images/shine-droite.svg);height:458px;right:-320px}.why .wrapper:after,.why .wrapper:before{content:"";width:449px;position:absolute;top:70px;z-index:0}.why .wrapper:before{background-image:url(../images/shine-gauche.svg);height:417px;left:-300px}@media screen and (max-width:950px){.why .wrapper:after,.why .wrapper:before{display:none}}.programmation .wrapper{gap:60px}.programmation iframe{border-radius:10px;position:relative;z-index:1}.programmation .right{position:relative}.programmation .right:before{content:"";width:390px;height:390px;-ms-flex-negative:0;flex-shrink:0;border-radius:390px;opacity:.5;background:#ffde31;-webkit-filter:blur(140px);filter:blur(140px);position:absolute;top:-120px;left:230px;z-index:0}.programmation .right:after{content:"";width:400px;height:400px;-ms-flex-negative:0;flex-shrink:0;border-radius:400px;opacity:.55;background:#7bfff7;-webkit-filter:blur(110px);filter:blur(110px);position:absolute;top:-30px;left:-60px;z-index:0}@media screen and (max-width:950px){.programmation .wrapper{gap:60px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch}.programmation iframe{width:100%;aspect-ratio:16/9}}.infos .wrapper{gap:60px}.infos .right{position:relative}.infos .right:after{content:"";width:76px;height:78px;-webkit-filter:drop-shadow(0 0 24.3px #FFF);filter:drop-shadow(0 0 24.3px #FFF);background-image:url(../images/small-stars.svg);background-size:contain;position:absolute;top:-50px;right:-60px}.infos iframe{border-radius:10px;position:relative;z-index:1}@media screen and (max-width:950px){.infos .wrapper{gap:60px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.infos .left{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.infos .right{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.infos .right:after{right:0}.infos iframe{width:100%}}footer{position:relative;overflow:hidden;padding:40px 0;background-image:url(../images/Footer.svg);background-position:bottom;background-repeat:no-repeat;height:880px;margin-top:-460px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}footer .wrapper{z-index:1}footer .wrapper .left{z-index:2}footer .wrapper .right{z-index:1}footer h2{color:#fff;font-family:Syncopate,sans-serif;font-size:36px;font-style:normal;font-weight:700;line-height:48px;display:block;margin-bottom:30px;z-index:1}footer .copyright{text-align:center;position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}footer .copyright a{text-decoration:none}footer .copyright img{width:200px}footer .copyright span{font-weight:400;font-size:12px;line-height:15px;color:#fff;display:block;margin-top:10px}@media screen and (max-width:950px){footer{background-position:bottom;height:470px;margin-top:-310px;background-size:cover}}