:root{--grad-start: #1700df;--grad-end: #2e2a39}:root{--eq-bar-count: 30;--eq-bar-width: 15vh;--eq-bar-gap: 0.25vh;--eq-bar-color: linear-gradient(0deg, #83feff 0%, #fd55b7 100%);--eq-height: 25vh}.hero__cta-button{display:inline-flex;align-items:center;margin-top:1.5rem;padding:1em 1.75em;border:none;border-radius:4px;font-family:inherit;font-size:1.25rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease}.cta-button--primary{background-color:#fd55b7;color:#2e2a39}.cta-button--primary:hover{background-color:#e73370}.cta-button--primary:focus{outline:none;box-shadow:0 0 0 3px rgba(255,64,129,.4)}.cta-button__icon{display:inline-block;width:1.25em;height:1.25em;margin-right:.5em;fill:currentColor}.cta-button__text{line-height:1}.cta-movies{display:inline-flex;align-items:center;justify-content:center;padding:clamp(.5rem,1vw,1rem) clamp(1rem,2vw,2rem);margin:0 auto;font-size:clamp(.875rem,1.5vw,1rem);font-weight:600;line-height:1;border:2px solid rgba(0,0,0,0);border-radius:4px;background-color:rgba(0,0,0,0);color:#e8ffff;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.cta-movies--primary{background-color:rgba(232,255,255,.2);border-color:#fd55b7}.cta-movies:hover{background-color:rgba(253,85,183,.8);color:#2e2a39}.cta-movies__text{margin-right:.75rem}.cta-movies__arrow{font-size:1.2em;display:inline-block;transition:transform .2s ease}.cta-movies:hover .cta-movies__arrow{transform:translateX(0.25rem)}.cinema-actions{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap}.what-cinema{display:flex;justify-content:center;margin:1rem 0}.filter-bar{display:flex;align-items:center;gap:.5rem}#sort-select{padding:10px 16px;border-radius:8px;border:2px solid #fd55b7;background-color:rgba(232,255,255,.2);color:#e8ffff;font-size:16px;font-weight:bold;transition:all .3s ease;cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,.1)}#sort-select:hover{background-color:rgba(232,255,255,.8);color:#2e2a39}#sort-select:focus{outline:none;border-color:#2c6ed5;box-shadow:0 0 0 3px rgba(66,133,244,.3)}.now-showing-wrapper{display:flex;justify-content:flex-start;align-items:flex-start}.now-showing{clip-path:inset(0 0 0 8px);display:flex;padding:1rem;background-color:#fd55b7;border-radius:8px;margin:0;margin-top:3rem;width:auto;max-width:200px}.now-showing__label{margin:0;font-weight:bold;font-size:1.25rem;color:#2e2a39;text-align:center}.header{width:100%;height:auto;min-height:125px;background:url("../SRC/Img/affiche.png") no-repeat;background-size:cover;position:relative;display:flex;align-items:center;margin:0;padding:0}.header__inner{width:100%;margin:0;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.header__buttons{display:flex;gap:1rem}.header__button{background:rgba(0,0,0,.5);border:none;padding:.5rem;border-radius:.5rem;cursor:pointer;transition:background .2s ease}.header__button:hover{background:rgba(0,0,0,.7)}.header__icon{display:block;width:45px;height:auto;object-fit:contain}.header__buttons--primary{background:rgba(0,0,0,0);border:none;padding:0;cursor:default}.header__logo{display:block;width:100%;height:auto;max-width:110px;object-fit:contain}.header__logo-container{display:flex}@media(max-width: 767px){.header{min-height:100px}.header__inner{padding:0 .5rem}.header__buttons{gap:.5rem}.header__icon{width:35px}.header__logo{max-width:80px}}.hero{display:flex;align-items:center;justify-content:center;padding:2rem;gap:2rem}.hero__title-container{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.hero__title{width:clamp(300px,40vw,600px);height:auto}.hero__img-container{display:flex;justify-content:center;margin:0;padding:0;position:revert;flex-shrink:0}.hero__img{width:clamp(300px,40vw,600px);display:block;height:auto}@media(max-width: 767px){.hero{display:block;text-align:center}.hero__title-container{order:1;width:100%;align-items:center;margin-bottom:0}.hero__img-container{order:2;width:100%}.hero__cta-button{position:absolute;bottom:155px;left:.5rem;margin:0}}.equalizer{position:relative;display:flex;align-items:center;gap:var(--eq-bar-gap);height:var(--eq-height);padding:1rem;padding-bottom:calc(var(--eq-bar-gap) + 1rem);box-sizing:border-box;margin:2rem auto;max-width:600px;max-height:550px;border:#fd55b7 2px solid;border-radius:8px;background-color:rgba(232,255,255,.2)}.equalizer__bar{flex:1;max-width:var(--eq-bar-width);background:var(--eq-bar-color);height:10px;transform-origin:bottom center;animation-name:equalizerScale;animation-iteration-count:infinite;animation-timing-function:ease-in-out;animation-play-state:paused}.equalizer--playing .equalizer__bar{animation-play-state:running}@keyframes equalizerScale{0%,100%{transform:scaleY(0.5)}50%{transform:scaleY(5)}}.equalizer .equalizer__bar:nth-child(1){animation-duration:.8s;animation-delay:0s}.equalizer .equalizer__bar:nth-child(2){animation-duration:.95s;animation-delay:.1s}.equalizer .equalizer__bar:nth-child(3){animation-duration:.7s;animation-delay:.2s}.equalizer .equalizer__bar:nth-child(4){animation-duration:1.1s;animation-delay:.15s}.equalizer .equalizer__bar:nth-child(5){animation-duration:.6s;animation-delay:.25s}.equalizer .equalizer__bar:nth-child(6){animation-duration:1s;animation-delay:.05s}.equalizer .equalizer__bar:nth-child(7){animation-duration:.85s;animation-delay:.3s}.equalizer .equalizer__bar:nth-child(8){animation-duration:1.2s;animation-delay:.18s}.equalizer .equalizer__bar:nth-child(9){animation-duration:.75s;animation-delay:.22s}.equalizer .equalizer__bar:nth-child(10){animation-duration:1.05s;animation-delay:.12s}.equalizer .equalizer__bar:nth-child(11){animation-duration:.8s;animation-delay:0s}.equalizer .equalizer__bar:nth-child(12){animation-duration:.95s;animation-delay:.1s}.equalizer .equalizer__bar:nth-child(13){animation-duration:.7s;animation-delay:.2s}.equalizer .equalizer__bar:nth-child(14){animation-duration:1.1s;animation-delay:.15s}.equalizer .equalizer__bar:nth-child(15){animation-duration:.6s;animation-delay:.25s}.equalizer .equalizer__bar:nth-child(16){animation-duration:1s;animation-delay:.05s}.equalizer .equalizer__bar:nth-child(17){animation-duration:.85s;animation-delay:.3s}.equalizer .equalizer__bar:nth-child(18){animation-duration:1.2s;animation-delay:.18s}.equalizer .equalizer__bar:nth-child(19){animation-duration:.75s;animation-delay:.22s}.equalizer .equalizer__bar:nth-child(20){animation-duration:1.05s;animation-delay:.12s}.equalizer .equalizer__bar:nth-child(21){animation-duration:.8s;animation-delay:0s}.equalizer .equalizer__bar:nth-child(22){animation-duration:.95s;animation-delay:.1s}.equalizer .equalizer__bar:nth-child(23){animation-duration:.7s;animation-delay:.2s}.equalizer .equalizer__bar:nth-child(24){animation-duration:1.1s;animation-delay:.15s}.equalizer .equalizer__bar:nth-child(25){animation-duration:.6s;animation-delay:.25s}.equalizer .equalizer__bar:nth-child(26){animation-duration:1s;animation-delay:.05s}.equalizer .equalizer__bar:nth-child(27){animation-duration:.85s;animation-delay:.3s}.equalizer .equalizer__bar:nth-child(28){animation-duration:1.2s;animation-delay:.18s}.equalizer .equalizer__bar:nth-child(29){animation-duration:.75s;animation-delay:.22s}.equalizer .equalizer__bar:nth-child(30){animation-duration:1.05s;animation-delay:.12s}.player-controls{position:absolute;bottom:10%;width:95%;display:flex;justify-content:center}@media(max-width: 767px){.player-controls .player-controls{position:absolute;bottom:30%}}.player-controls__btn{display:inline-flex;align-items:center;justify-content:center;font-size:clamp(.875rem,2.5vw,2rem);padding:clamp(.4rem,2vw,.8rem) clamp(.8rem,4vw,1.5rem);min-width:clamp(100px,20vw,180px);border-radius:4px}.movies-playing{display:flex;flex-direction:column;justify-content:center}.movies-playing .slider{position:relative;overflow:hidden;width:100%;margin:0 auto;max-width:1200px;height:auto}.movies-playing .slider__control{position:absolute;opacity:0;pointer-events:none}.movies-playing .slider__control:nth-of-type(1):checked~.slider__slides{transform:translateX(0)}.movies-playing .slider__control:nth-of-type(2):checked~.slider__slides{transform:translateX(-100%)}.movies-playing .slider__control:nth-of-type(3):checked~.slider__slides{transform:translateX(-200%)}.movies-playing .slider__slides{display:flex;transition:transform .5s ease-in-out;align-items:center}.movies-playing .slider__slide{display:flex;justify-content:center;align-items:center;flex:0 0 100%;margin-bottom:2.5rem}.movies-playing .slider__img{display:block;width:auto;height:auto;max-width:100%;max-height:100%}.movies-playing .slider__nav{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);display:flex;gap:.5rem}.movies-playing .slider__nav-item{width:.75rem;height:.75rem;border-radius:50%;background:hsla(0,0%,100%,.5);cursor:pointer;transition:background .3s}.movies-playing .slider__nav-item:hover{background:hsla(0,0%,100%,.8)}.movies-playing #slide1:checked~.slider__nav .slider__nav-item:nth-of-type(1),.movies-playing #slide2:checked~.slider__nav .slider__nav-item:nth-of-type(2),.movies-playing #slide3:checked~.slider__nav .slider__nav-item:nth-of-type(3){background:#fff}#cards-container{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;padding:1rem}.card{width:300px;border:1px solid #2e2a39;border-radius:8px;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.1);background-color:rgba(232,255,255,.5)}.card img{width:100%;height:180px;object-fit:cover}.card-body{padding:1rem;color:#2e2a39}.card-title{margin:0 0 .5rem;font-size:1.25rem}.progress-container{background-color:rgba(232,255,255,.5);border-color:#2e2a39;border-radius:4px;overflow:hidden;height:12px;margin-top:.5rem;border:#2e2a39 1px solid}.progress-bar{height:100%;background:linear-gradient(to right, #83feff, #fd55b7);width:0;transition:width .5s ease}.cards__cta-button{display:inline-flex;align-items:center;margin-top:1.5rem;padding:1em 1.75em;border:none;border-radius:4px;font-family:inherit;font-size:1.25rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease}.cards-button--primary{background-color:#fd55b7;color:#2e2a39}.cards-button--primary:hover{background-color:#e73370}.cards-button--primary:focus{outline:none;box-shadow:0 0 0 3px rgba(255,64,129,.4)}.signup{max-width:500px;margin:2rem auto;padding:2rem;background:linear-gradient(to bottom right, #1d00bc, #2e2a39);border-radius:12px;border:#fd55b7 2px solid;color:#e8ffff;box-shadow:0 4px 12px #2e2a39}.signup__title{text-align:center;margin-bottom:1.5rem;font-size:1.8rem}.signup__form{display:flex;flex-direction:column;gap:1rem}.signup__field{display:flex;flex-direction:column}.signup__field label{margin-bottom:.5rem;font-weight:bold}.signup__field input{padding:.75rem;border:none;border-radius:6px;font-size:1rem}.signup__btn{padding:.75rem;font-size:1rem;font-weight:bold;background-color:#fd55b7;color:#e8ffff;border:none;border-radius:6px;cursor:pointer;transition:background .3s}.signup__btn:hover{background-color:rgba(253,85,183,.7)}.site-footer__icons{display:flex;justify-content:center;gap:1.5rem;list-style:none;padding:0;margin:1rem}.site-footer__icon{display:inline-block;width:auto;height:auto}.site-footer__icon img{width:auto;height:auto;max-width:2rem;max-height:2rem;object-fit:contain;transition:transform .3s ease}.site-footer__icon img:hover{transform:scale(1.1)}.site-footer{background-color:rgba(232,255,255,.2);color:#e8ffff;text-align:center;padding:2rem 1rem;margin-top:2rem;border:#fd55b7 2px solid}.site-footer__legal{margin-top:1rem;font-size:.875rem;line-height:1.6;color:#fff}.site-footer__link{font-weight:bold;color:#e8ffff;margin-bottom:.5rem;font-size:.95rem}.site-footer__text{margin:.25rem 0;font-size:.85rem}body{height:100%;margin:0;padding:0;background-image:linear-gradient(to bottom, var(--grad-start) 0%, var(--grad-end) 100%);font-family:sans-serif}