@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap";.navbar{background-color:var(--red);color:#fff;padding:0 10px;display:flex;align-items:center;justify-content:space-between;height:50px;position:fixed;top:0;left:0;width:100vw;max-width:100%;z-index:5;box-sizing:border-box;border-bottom:1px solid white}.logo-link{display:contents}.navbar ul{list-style:none;display:flex;align-items:center;justify-content:flex-start;gap:30px;flex-grow:1}.navbar a{text-decoration:none;color:#fff;font-size:1rem;font-weight:500;padding:10px 0}.navbar .logo{height:45px}.navbar .login{display:flex;align-items:center;margin-left:auto;color:#fff;cursor:pointer}.navbar .login.full-button{border:2px solid white;padding:0 5px;border-radius:10px;transition:color .5s,background-color .5s}.navbar .login.full-button:hover{background-color:#fff}.navbar .login.full-button:hover *{color:var(--red)}.navbar .login.full-button a{padding:5px 0}.navbar .login.icon-only{border:none;padding:0}.navbar-avatar-img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}.profile-icon-container{position:relative}.profile-icon-container:after{content:"";position:absolute;top:100%;left:0;width:100%;height:15px;background:transparent;z-index:999}.profile-icon{width:42px;height:42px;background-color:#fff;color:#a6090f;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease}.profile-icon:hover{background-color:#f0f0f0}.profile-icon-container:hover .profile-dropdown{opacity:1;pointer-events:auto}.profile-dropdown{position:absolute;top:50px;right:0;background:#fff;border:2px solid #ccc;border-radius:8px;width:200px;box-shadow:0 2px 10px #00000026;z-index:1000;display:flex;flex-direction:column;align-items:center;padding:15px 10px;box-sizing:border-box;opacity:0;pointer-events:none;transition:opacity .3s ease;cursor:default}.dropdown-item,.dropdown-logout{cursor:pointer}.profile-dropdown-header{display:flex;flex-direction:column;align-items:center;margin-bottom:5px}.profile-avatar{width:80px;height:80px;aspect-ratio:1 / 1;border-radius:50%;overflow:hidden;border:2px solid #a6090f;display:flex;align-items:center;justify-content:center;background-color:#fff}.profile-avatar-image{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}.profile-avatar i.fa-user{font-size:28px;color:#a6090f}.profile-username{margin-top:10px;font-size:.95rem;color:#333;font-weight:500}.profile-divider{width:100%;border:none;height:1px;background-color:#ddd}.dropdown-item{width:100%;text-align:left;padding:8px 10px!important;font-size:.85rem!important;font-weight:600!important;color:#333!important;cursor:pointer;text-decoration:none;transition:background .2s}.dropdown-item:hover{background-color:#d9d9d9}.dropdown-logout{width:90%;margin-top:12px;background-color:#a6090f;color:#fff;font-weight:700;padding:10px;border-radius:8px;text-align:center;cursor:pointer;transition:background .3s ease}.dropdown-logout:hover{background-color:#890000}.navbar ul li{position:relative}.navbar ul li:after{content:"";position:absolute;left:50%;bottom:-5px;width:0;height:2px;background-color:#fff;transition:all .2s ease-in-out;transform:translate(-50%)}.navbar ul li:hover:after{width:100%}.navbar .login:after{content:none}.burger-menu{display:none;flex-direction:column;cursor:pointer;gap:5px;z-index:9999}.bar{width:25px;height:3px;background-color:#fff;transition:.3s}.burger-menu .bar.open:nth-child(1){transform:translateY(8px) rotate(45deg)}.burger-menu .bar.open:nth-child(2){opacity:0}.burger-menu .bar.open:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-profile-icon{display:none}.desktop-only{display:flex}.mobile-only{display:none}.mobile-only.open{display:flex!important}@media screen and (min-width: 769px){.profile-dropdown{opacity:0;pointer-events:none;transition:opacity .3s ease}.profile-icon-container:hover .profile-dropdown{opacity:1;pointer-events:auto}}@media screen and (max-width: 768px){.navLinks{position:fixed;top:-17px;left:0;width:100%;height:100vh;background-color:var(--red);display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:60px 20px;gap:20px;transition:transform .4s ease-in-out;transform:translateY(-100%);z-index:8000}.navLinks.open{transform:translateY(0)}.navLinks li{width:100%;text-align:left}.navLinks .navLink{display:block;padding:10px 0;font-size:1.2rem;color:#fff;text-decoration:none}.navLinks .login{display:flex;justify-content:flex-start;align-items:center;border:2px solid white;border-radius:10px;padding:10px 15px;font-weight:700;width:fit-content;margin-top:10px;margin-left:0;align-self:flex-start}.navLinks .login a{text-align:left;width:100%;display:block}.navLinks .login:hover{background-color:#fff}.navLinks .login:hover a{color:var(--red)}.burger-menu{display:flex;flex-direction:column;cursor:pointer;gap:5px;z-index:9999}.overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000080;z-index:1000;transition:opacity .3s ease-in-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.navLinks.open li{opacity:0;animation:fadeInUp .5s ease-out forwards}.navLinks.open li:nth-child(1){animation-delay:.05s}.navLinks.open li:nth-child(2){animation-delay:.15s}.navLinks.open li:nth-child(3){animation-delay:.25s}.navLinks.open li:nth-child(4){animation-delay:.35s}.navLinks.open li:nth-child(5){animation-delay:.45s}.desktop-only{display:none!important}.mobile-only{display:flex!important;flex-direction:column;position:absolute;top:60px;right:10px;background:#fff;z-index:9999;border:1px solid #ccc;border-radius:8px;width:200px;box-shadow:0 2px 10px #00000026;padding:15px 10px;opacity:1;pointer-events:auto}.mobile-profile-icon{display:flex;align-items:center;margin-left:auto;margin-right:10px}.mobile-profile-icon .profile-icon{width:42px;height:42px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-profile-icon img,.mobile-profile-icon i{object-fit:cover;border-radius:50%;font-size:20px;color:#a6090f}.navLinks .login.icon-only{display:none}.profile-icon-container:hover .profile-dropdown{opacity:0!important;pointer-events:none!important}.profile-dropdown.open{opacity:1!important;pointer-events:auto!important}}.news-block{display:flex;flex-direction:column;align-items:center;text-align:center;background:#a6090f;border:2px solid white;border-radius:8px;box-shadow:0 4px 8px #0000001a;width:90%;height:90%;padding:12px;cursor:pointer;margin:0 auto}.news-block:hover{transform:scale(1.02);background:#fff!important;color:#a6090f!important;border-color:#a6090f!important}.news-block:hover h3,.news-block:hover p{color:#a6090f!important}.news-block img{width:85%;height:auto;max-height:120px;object-fit:cover;border-radius:8px;border:2px solid white;object-position:50% 20%}.news-block h3{font-size:1rem;margin:6px 0;font-weight:700;color:#fff}.news-block p{font-size:.9rem;color:#fff;opacity:.9;text-align:center}.news-date{position:absolute;top:0;left:0;font-size:.9rem;color:#fffc;font-weight:700;background:#0000004d;padding:5px 10px;border-radius:5px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.news-block:hover .news-date{color:#a6090f;background:#fffc}.clickable-image{cursor:pointer;transition:transform .2s ease-in-out}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;align-items:center;justify-content:center;z-index:10000}.popup-content{background:#fff;display:block;padding:20px;border-radius:8px;text-align:center;max-width:45%;max-height:80vh;overflow-y:auto;position:relative;animation:fadeInScale .3s ease-out}.popup-content img{max-width:90vh;max-height:40vh;border-radius:8px}.popup-content h3{color:#a6090f;font-size:1.5rem;margin-top:10px}.popup-content p{color:#000;font-size:1rem;margin-top:10px;opacity:.8}.popup-footer{display:flex;justify-content:flex-end;align-items:center;width:100%}.popup-news-date{font-size:1rem;font-weight:700;color:#000000b3;background:#fff9;padding:5px;border-radius:5px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);margin-right:10px}.popup-content:hover .popup-news-date{color:#a6090f;background:#fff}.link-button{background-color:var(--red);color:#fff;font-weight:700;border:none;padding:10px 15px;border-radius:5px;cursor:pointer;text-align:center;font-size:1rem;transition:background .3s ease-in-out;display:block;margin:15px auto;width:auto;min-width:120px}.link-button:hover{background-color:#a6090f}.popup-link{display:inline-block;text-decoration:none}.news-text strong{color:#fc0;cursor:pointer;font-weight:700;transition:color .3s ease}.news-text strong:hover{color:#ffdb4d}.close-popup{position:absolute;top:0;right:0;background:transparent;border:none;font-size:1.5rem;cursor:pointer;color:#000}.news-block .clip-icon{position:absolute;top:8px;right:10px;font-size:1.2rem;color:inherit;text-decoration:none;transition:transform .2s ease-in-out,color .2s ease-in-out}.news-block .clip-icon:hover{transform:scale(1.2);color:#fc0}.news-block{position:relative}@media screen and (max-width: 768px){.popup-content{max-width:80%}.news-block h3,.news-block p{font-size:.9rem!important}.news-block img{width:80%;max-height:90px!important}.news-block{padding:10px}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.concours-block{display:flex;flex-direction:column;align-items:center;text-align:center;background:#a6090f;border:2px solid white;border-radius:8px;box-shadow:0 4px 8px #f003;width:90%;height:90%;padding:12px;cursor:pointer;margin:0 auto;position:relative;transition:transform .2s ease-in-out;gap:10px;top:2%;justify-content:center}.seconde-title{margin-bottom:15px}.concours-block:hover{transform:scale(1.03)}.concours-image-container{width:100%;aspect-ratio:25.5 / 9;overflow:hidden;border-radius:8px;border:2px solid white}.concours-image{width:100%;height:100%;object-fit:cover;display:block;object-position:50% 20%}.concours-text{display:flex;flex-direction:column;width:100%}.concours-text h3{font-size:.9rem;font-weight:700;color:#fff;text-transform:uppercase}.concours-button-group{display:flex;flex-direction:column;gap:8px;width:100%;margin-top:15px}.concours-button-group.double{flex-direction:row;justify-content:center}.concours-button{flex:1;background-color:#fc0;color:#a6090f;font-weight:700;border:none;border-radius:5px;cursor:pointer;font-size:1.2rem;padding:10px;width:100%;box-sizing:border-box}.concours-button.x{background-color:#fff;color:#a6090f}.concours-button.x:hover{background-color:#000;color:#fff}.concours-button.instagram{background-color:#fff;color:#a6090f}.concours-button.instagram:hover{background:linear-gradient(45deg,#ffdb6e,#fb923c,#e1306c,#9c27b0,#4c69ba);color:#fff}.concours-date{position:absolute;top:0;left:0;font-size:.9rem;color:#fff;font-weight:700;background:#000;padding:5px 10px;border-radius:5px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.seconde-clickable-image{cursor:pointer;transition:transform .2s ease-in-out}.concours-text strong:hover{color:#fc0}.popup-concours-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;align-items:center;justify-content:center;z-index:10000}.popup-concours-content{background:#fff;display:block;padding:20px;border-radius:8px;text-align:center;max-width:45%;max-height:80vh;overflow-y:auto;position:relative;animation:fadeInScale .3s ease-out}.popup-concours-image{max-width:90vh;max-height:40vh;border-radius:8px}.popup-concours-title{color:#a6090f;font-size:1.5rem;margin-top:10px;text-transform:uppercase}.popup-concours-close{position:absolute;top:0;right:0;background:transparent;border:none;font-size:1.5rem;cursor:pointer;color:#000}.popup-concours-buttons{display:flex;flex-direction:column;gap:10px;margin-top:15px}.popup-concours-buttons.double{flex-direction:row;justify-content:center}.popup-concours-button{flex:1;padding:10px 15px;font-weight:700;font-size:1.2rem;border:none;border-radius:5px;cursor:pointer;text-align:center;color:#fff;background-color:#a6090f;text-decoration:none}.popup-concours-button.instagram:hover{background:linear-gradient(45deg,#ffdb6e,#fb923c,#e1306c,#9c27b0,#4c69ba);color:#fff}.popup-concours-button.twitter:hover{background-color:#000;color:#fff}@media only screen and (max-width: 380px) and (min-width: 100px){.concours-image-container{aspect-ratio:22 / 9!important}.concours-block{width:90%;height:90%;padding:10px!important}}@media only screen and (max-width: 1050px) and (min-width: 900px){.concours-image-container{aspect-ratio:22 / 9}}@media screen and (max-width: 910px){.concours-image-container{aspect-ratio:26 / 9!important}.full-height-concours{display:flex;flex-direction:column;justify-content:space-around;height:100%;gap:20px}.full-height-concours .concours-block:only-child{height:80%!important}.full-height-concours .concours-block{height:90%!important;max-height:none;display:flex;flex-direction:column;justify-content:space-between}.full-height-concours .concours-image-container{flex:2}.full-height-concours .concours-text{flex:1;display:flex;flex-direction:column;justify-content:space-between}.full-height-concours .concours-text h3{margin:10px 0;font-size:1.3rem}.full-height-concours .concours-button-group{margin-top:auto}.full-height-concours .concours-button{font-size:1.4rem;padding:10px}}@media screen and (max-width: 768px){.concours-image-container{aspect-ratio:30/ 9!important;width:90%;height:auto}.concours-button{font-size:1rem;padding:7px}.concours-block{width:90%;height:90%;padding:5px}.popup-concours-content{width:80%;max-width:90%;max-height:85vh;padding:15px;border-radius:8px}.popup-concours-title{font-size:1rem}.popup-concours-image{height:100%;max-height:80vh;width:90%;object-fit:cover}.popup-concours-buttons{flex-direction:column;gap:8px;margin-top:10px}.popup-concours-button{font-size:1.2rem;padding:8px}.popup-concours-close{font-size:1.2rem;top:0;right:0}.popup-concours-date{font-size:.9rem;margin-top:10px}}@media screen and (max-width: 800px) and (min-width: 450px){.concours-image-container{aspect-ratio:60 / 9!important}}@media screen and (max-width: 910px) and (min-width: 800px){.concours-image-container{aspect-ratio:70 / 9!important}}.home{margin:0;animation:fadeInBg .8s ease-in-out}.premiere-section,.deuxieme-section{height:auto;display:flex;flex-direction:row;width:100%;min-height:100%}.zone-25::-webkit-scrollbar,.zone-75::-webkit-scrollbar,.zone-25-droite::-webkit-scrollbar{width:4px}.zone-25::-webkit-scrollbar-thumb,.zone-75::-webkit-scrollbar,.zone-25-droite::-webkit-scrollbar{background:#fff;border-radius:4px;transition:width .3s ease-in-out}.zone-25:hover::-webkit-scrollbar-thumb,.zone-75::-webkit-scrollbar,.zone-25-droite::-webkit-scrollbar{width:8px}.zone-25,.zone-75,.zone-25-droite{scrollbar-width:thin;scrollbar-color:white transparent}.premiere-section{background:linear-gradient(90deg,#a6090f 25%,var(--red) 25%);align-items:stretch;justify-content:center;margin:0;padding:0;gap:0;overflow-x:hidden;position:relative;border-bottom:2px solid white}.premiere-section .zone-25{position:relative;width:25%;background:#a6090f;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:2}.elementszone-25{width:90%;max-width:90%;display:flex;flex-direction:column;align-items:center;justify-content:space-around;text-align:center;color:#fff;flex-grow:1;max-height:90%;overflow:auto}.zone-25 h2{font-size:1.5rem;margin-bottom:10px}.zone-25 img{width:80%;max-width:150px;height:auto;border-radius:10px;margin-bottom:5px}.zone-25 .italic-text{font-style:italic;font-size:1rem;opacity:.8}.zone-25 .nous-suivre-container{display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:100%;margin-top:30px;font-weight:600;margin-bottom:20px;color:#fc0}.nous-suivre-container .reseaux{display:flex;gap:40px}.nous-suivre-container .reseaux a{margin-top:20px;color:#fff;font-size:2.5rem;transition:transform .3s ease-in-out,color .3s ease-in-out}.nous-suivre-container .reseaux a:hover{transform:scale(1.2);color:#fc0}.category-carousel-container{position:relative;width:100%;max-width:1000px;height:auto;display:flex;align-items:center;justify-content:center;margin:auto;padding:0 20px;box-sizing:border-box;overflow-x:hidden}.category-carousel-content{display:flex;transition:transform .5s ease-in-out;width:100%;max-width:100%}.category-carousel-item{flex:1 0 100%;display:flex;justify-content:center;align-items:center;width:100%}.category-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:none;color:#fff;border:none;font-size:2.5rem;cursor:pointer;padding:10px;transition:opacity .3s ease-in-out,transform .2s ease-in-out;z-index:3}.category-carousel-arrow:hover{color:#fc0}.category-carousel-prev{left:0}.category-carousel-next{right:0}.carousel-indicators{display:flex;justify-content:center;align-items:center;margin-top:15px;gap:8px}.indicator{width:30px;height:4px;background-color:#fff;border-radius:3px;cursor:pointer;transition:all .3s ease;margin-bottom:5vh;z-index:1}.indicator.active{background-color:#fc0;width:40px}.zone-75{min-height:100%;width:90%;max-width:90%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;flex-grow:1;max-height:90%;overflow:auto;z-index:1}.zone-75 h2{font-size:3em}.zone-75:before{content:"";position:absolute;top:0;left:-10%;width:120%;height:90.8%;background:url(/assets/background_firstSection-B7EvUQoz.jpg) no-repeat center;background-size:cover;background-position:center;opacity:.15;z-index:0;transform:scale(1.2);display:block;pointer-events:none}.voir-toutes-container{position:relative;margin-top:8vh}.voir-toutes{text-decoration:underline;font-weight:700;color:#fff;font-size:.9rem}.voir-toutes:hover{transform:scale(1.02);color:#fc0}.premiere-section .zone-75{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;width:75%;text-align:left}.actualites-header{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:98.2%}.actualites-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;padding:20px;box-sizing:border-box}.news-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:20px;width:fit-content;justify-items:center;margin:0 auto;max-width:100%;height:100%}.menu-icon,.close-menu{display:none}@media only screen and (max-width: 380px) and (min-width: 100px){.zone-75 h2{font-size:2.2rem!important;text-align:center}}@media only screen and (max-width: 1050px) and (min-width: 900px){.zone-75 h2{font-size:2.4rem!important;text-align:center}}@media screen and (max-width: 910px){.premiere-section{height:auto;overflow-x:visible;background:var(--red)!important}.actualites-container{width:auto;padding:0 20px;height:100%}.actualites-header{flex-direction:column;align-items:center;text-align:center;margin-top:1vh}.premiere-title{font-size:1.2rem}.voir-toutes-container{position:static;margin:10px 0 0!important;display:flex;justify-content:center;width:100%}.voir-toutes{font-size:1rem}.category-carousel-container{max-height:100%;height:auto;overflow-x:hidden;padding:0 3%}.category-carousel-content{width:100%;display:flex}.category-carousel-item{flex:1 0 100%}.category-carousel-arrow{font-size:2.5rem;padding:5px}.category-carousel-prev{left:0}.category-carousel-next{right:0}.indicator{margin-top:10px}.indicator.active{background-color:#fc0;width:40px}.menu-icon{position:fixed;top:70px;left:5px;font-size:20px;color:#fff;cursor:pointer;z-index:3;background:#fff3;padding:12px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .3s ease,transform .2s ease;box-shadow:0 4px 10px #0003}.menu-icon:hover{background:#fff6;transform:scale(1.1)}.menu-icon.hidden{display:none}.menu-icon.rotate{transform:rotate(180deg)}.menu-icon:active{transform:scale(.95)}.zone-25{position:fixed;top:0;left:-100%;min-height:91vh;max-height:100%;width:100%;transition:left .3s ease-in-out;z-index:1000;opacity:0;visibility:hidden;transition:left .3s ease-in-out,opacity .2s ease-in-out,visibility .3s}.zone-25.active{left:0;width:100%;opacity:1;visibility:visible}.close-menu{display:flex;position:absolute;top:15px;right:15px;font-size:24px;cursor:pointer;transition:background .3s ease,transform .2s ease;color:#fff}.zone-75{position:absolute;width:100%!important;max-width:100%!important;max-height:100%;text-align:center;transition:transform .3s ease-in-out}.zone-75:before{content:"";top:0;width:100%}.zone-75 h2{font-size:2.5rem;text-align:center}.news-grid{grid-template-columns:1fr;grid-template-rows:auto;gap:20px}.news-block{height:auto}.news-block img{max-height:90px}.voir-toutes-container{justify-content:center;margin-left:0;width:100%}.voir-toutes{font-size:.8rem}.popup-content img{max-width:90%;max-height:30vh}.popup-content h3{font-size:1.2rem;margin-top:10px}.popup-content p{font-size:.9rem;margin-top:10px;opacity:.8}}.deuxieme-section{min-height:90vh;height:90.31vh;top:0;z-index:3}.zone-75-gauche{width:75%;flex:1;background:#a6090f;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding-bottom:40px;gap:20px;position:relative;overflow:hidden}.zone-75-gauche .background-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.08;z-index:1}.zone-75-gauche>*{position:relative;z-index:1}.billetterie-btn{position:absolute;z-index:3;top:15px;right:20px;background:#fff;color:#a6090f;font-size:.9rem;font-weight:700;padding:8px 15px;border-radius:5px;text-decoration:none;display:flex;align-items:center;gap:8px;box-shadow:0 2px 5px #0003;transition:background .3s ease,transform .2s ease}.billetterie-btn i{color:#ff1493;font-size:1rem}.billetterie-btn:hover{background:#eee;transform:scale(1.05)}.match-block{display:flex;flex-direction:column;align-items:center;justify-content:space-around;flex:1;width:100%;max-width:900px;box-sizing:border-box}.match-block .deuxieme-title{position:static;transform:none;font-size:48px;margin:0;padding:0;width:100%;color:#fff;text-align:center}.full-title{display:inline}.short-title{display:none}.logos-match{display:flex;align-items:center;justify-content:center;gap:50px;width:100%;margin:0 auto;flex-wrap:wrap}.logos-container{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.logo-wrapper{width:clamp(200px,20vw,160px);height:clamp(200px,20vw,160px)}.logo-club{max-width:100%;max-height:100%;object-fit:contain}.countdown-container{display:flex;flex-direction:column;align-items:center;text-align:center}.countdown{display:flex;align-items:center;justify-content:center;background:#fff;padding:15px 20px;border-radius:12px;box-shadow:0 4px 10px #0000001a;color:#a6090f;font-weight:700;font-size:1.8rem;gap:10px;min-width:250px}.countdown-value{font-weight:700;width:30px;text-align:center}.countdown-separator{font-weight:700}.match-infos{margin-top:10px;font-size:1rem;color:#fff}.match-infos p{margin:5px 0}.je-vais-au-match-wrapper{display:flex;justify-content:center;margin-top:20px}.je-vais-au-match-btn,.munegu-map-btn{padding:12px 20px;font-weight:700;font-size:1.3rem;border:none;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background-color .3s}.je-vais-au-match-btn{background-color:#a6090f;color:#fff;border:2px solid white}.je-vais-au-match-btn:hover{background-color:#fff;color:#a6090f}.double-btns{display:flex;gap:10px;flex-wrap:wrap}.je-vais-au-match-btn.validated{background-color:#28a745;color:#fff;border:none;cursor:not-allowed}.je-vais-au-match-btn.disabled{cursor:not-allowed;border:2px solid #28a745;opacity:.8}.munegu-map-btn{position:relative;background:linear-gradient(60deg,#fff 11.5%,#a6090f 12%);color:#fff;border:2px solid white;border-radius:6px;font-weight:700;padding:12px 20px;cursor:pointer;display:flex;align-items:center;gap:8px;transition:opacity .3s ease;overflow:hidden}.munegu-map-btn i{z-index:1}.munegu-map-btn.disabled,.munegu-map-btn.disabled:hover{background:linear-gradient(60deg,#ddd 11.5%,#999 12%);cursor:not-allowed;color:#555;opacity:.8}.munegu-map-btn:hover{background:linear-gradient(60deg,#a6090f 11.5%,#fff 12%);color:#a6090f;transition:2ms}.icon-jaune{color:#ff0;font-size:24px}.icon-jaune-map{color:#ff0;font-size:18px}.popup-presence-content{position:relative;background-color:#a6090f;padding:30px;border-radius:10px;display:flex;flex-direction:column;gap:20px;min-width:40vw;max-width:75vw;max-height:90vh;overflow:auto;animation:scaleIn .3s ease-out forwards;color:#fff}.popup-presence-content select{padding:10px;font-size:1rem;border-radius:6px;border:none;background-color:#fff;color:#000;margin:10px;max-height:200px;overflow-y:auto}.popup-presence-content select:focus{outline:none}.popup-presence-content select option{padding:8px}.popup-presence-content .close-icon{position:absolute;top:0;right:.8vw;font-size:1.5rem;cursor:pointer;color:#fff}.presence-form{display:flex;flex-direction:column;gap:20px}.form-navigation{display:flex;justify-content:space-between;margin-top:20px}.question{display:flex;flex-direction:column;gap:15px;animation:fadeInUp .4s ease-out forwards;font-size:1.05rem}.question input[type=number],.question input[type=email]{padding:10px;border:none;border-radius:5px;margin:10px}.button-radio-group{display:flex;flex-direction:column;gap:10px;margin-top:10px}button:disabled,button.disabled{opacity:.6;cursor:not-allowed!important;background-color:#aaa!important}.radio-button{padding:12px 20px;background-color:#555;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.radio-button:hover{background-color:#777}.radio-button.selected{background-color:#28a745;color:#fff}.button-grid-transport{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1rem}.transport-button{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.2rem;font-size:1rem;background-color:#f3f3f3;border:none;border-radius:12px;transition:all .3s ease;height:120px;cursor:pointer}.transport-button:hover{background-color:#e2e2e2}.transport-button.selected{color:#fff;background-color:#28a745}.transport-icon{font-size:2rem;margin-bottom:.5rem}.transport-label{font-weight:600;text-align:center}.question .success-icon{display:flex;justify-content:center;align-items:center;margin:0 auto 1rem;width:70px;height:70px;border-radius:50%;background-color:#28a745}.question .success-icon i{color:#fff;font-size:35px}.error-icon{display:flex;justify-content:center;align-items:center;margin:0 auto 1rem;width:70px;height:70px;border-radius:50%;background-color:#fff}.error-icon i{color:var(--red);font-size:35px}.form-navigation button{background-color:#ffc107;color:#000;border:none;padding:10px 15px;border-radius:5px;font-weight:700;cursor:pointer}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.zone-25-droite{position:relative;width:25%;background:#222;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:20px;overflow-x:hidden;z-index:1}.classement-title{font-size:1.5rem;margin-bottom:15px;text-transform:uppercase;border-bottom:2px solid white;padding-bottom:5px}.classement-table{height:100%;width:100%;border-collapse:collapse;text-align:center;table-layout:fixed}.classement-table thead{background:#a6090f}.classement-table th,.classement-table td{padding:10px;font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.classement-table th{padding:10px;font-size:1rem}.classement-table tr{border-bottom:1px solid rgba(255,255,255,.2)}.classement-table td{padding:1px;font-size:1rem}.logo-classement{width:35px;height:35px;object-fit:contain;margin-top:8px}.classement-table tr:hover{background:#ffffff1a;transition:background .3s ease-in-out}.close-classement,.classement-icon{display:none}@media only screen and (max-width: 380px) and (min-width: 100px){.match-infos{font-size:.9rem!important;color:#fff}}@media screen and (max-width: 550px){.full-title{display:none}.short-title{display:inline}.button-grid-transport{grid-template-columns:1fr!important}}@media screen and (max-width: 1260px){.deuxieme-section{flex-direction:column;height:auto;position:relative;overflow:hidden}.deuxieme-title{top:8vh;font-size:4.5vh;margin-top:10px!important}.logos-container{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;max-width:100%}.logo-wrapper{width:clamp(130px,18vw,200px);height:clamp(130px,18vw,200px);display:flex;align-items:center;justify-content:center;flex-shrink:0}.countdown{padding:10px 15px;font-size:1.5rem;gap:15px;min-width:50px}.match-infos{margin-top:10px;font-size:1rem;color:#fff}.match-infos p{margin:5px 0}.zone-25-droite{position:absolute;top:0;right:-100%;width:100%;height:100%;background:#222;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;transition:right .3s ease-in-out,opacity .2s ease-in-out,visibility .3s;z-index:4;box-shadow:-5px 0 15px #0000004d;overflow-x:hidden;opacity:0;visibility:hidden;padding:0}.zone-25-droite.active{right:0;opacity:1;visibility:visible}.classement-icon{display:flex;position:absolute;top:20px;right:5px;width:45px;height:45px;font-size:20px;color:#fff;background:#fff3;padding:0;border-radius:50%;cursor:pointer;z-index:4;transition:background .3s ease,transform .2s ease;box-shadow:0 4px 10px #0003;align-items:center;justify-content:center}.classement-icon:hover{background:#fff6;transform:scale(1.1)}.close-classement{position:absolute;top:10px;display:flex;left:10px;font-size:24px;padding:8px 12px;cursor:pointer;transition:background .3s ease,transform .2s ease}.close-classement:hover{background:#fff6;transform:scale(1.1)}.classement-table th{padding:0;font-size:.8rem}.classement-table tr{border-bottom:1px solid rgba(255,255,255,.2)}.classement-table td{padding:2px;font-size:.9rem}.logo-classement{width:23px;height:23px;object-fit:contain;margin-top:8px}.zone-75-gauche{width:100%!important;max-width:100%!important;max-height:100%;position:relative;text-align:center;padding-top:2rem}.zone-75-gauche:before{width:100%}.billetterie-btn{position:absolute;cursor:pointer;width:fit-content;top:15px;left:5px;font-size:.8rem;padding:6px 10px;box-shadow:0 2px 5px #0003;transition:background .3s ease,transform .2s ease}.button-grid-transport{grid-template-columns:repeat(2,1fr)}.transport-button{padding:1rem;font-size:1rem;height:80px}}.partenaire-banner{display:flex;min-width:100%;height:90px;overflow:hidden;position:relative;background-color:#fff;border-bottom:2px solid white;border-top:2px solid white}.partenaire-left{width:25%;background-color:#fff;display:flex;justify-content:center;align-items:center;color:#a6090f;font-size:1.5rem;font-weight:700;clip-path:polygon(0 0,100% 0,100% 100%,0% 100%)}.partenaire-right{width:75%;background-color:#121e2e;display:flex;flex-direction:row;justify-content:center;align-items:center;color:#fff;clip-path:polygon(0% 0%,94% 0%,99% 100%,5% 100%);gap:5%}.partenaire-info{display:flex;align-items:center;gap:15px;justify-content:center}.partenaire-right h2{margin-bottom:5px;font-size:1.3rem}.partenaire-right .logo{width:80px;height:auto}.partenaire-right .description{max-width:300px;font-size:14px;text-align:center}.partenaire-right .buttons{display:flex;gap:10px}.partenaire-right .btn{padding:8px 15px;background-color:#9bb8c0;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:14px;color:#121e2e;text-decoration:none}.partenaire-right .btn:hover{background-color:#445459;color:#9bb8c0}@media only screen and (max-width: 1245px) and (min-width: 1000px){.actualites-header{max-width:100%}.partenaire-left{width:25%;background-color:#fff;display:flex;justify-content:center;align-items:center;color:#a6090f;font-size:1rem!important;font-weight:700;clip-path:polygon(0 0,100% 0,100% 100%,0% 100%)}.partenaire-right{width:75%;background-color:#121e2e;display:flex;flex-direction:row;justify-content:center;align-items:center;color:#fff;clip-path:polygon(0% 0%,94% 0%,99% 100%,5% 100%);gap:2%}.partenaire-right h2{margin-bottom:5px;font-size:1rem}.partenaire-right .logo{width:60px;height:auto}.partenaire-right .description{max-width:300px;font-size:12px;text-align:center}.partenaire-right .buttons{display:flex;gap:10px}.partenaire-right .btn{padding:8px 15px;background-color:#9bb8c0;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:14px;color:#121e2e}.partenaire-right .btn:hover{background-color:#445459;color:#9bb8c0}}@media screen and (max-width: 1000px){.partenaire-banner{flex-direction:column;height:auto;justify-content:center!important;align-items:center!important}.partenaire-left{width:100%;height:50px;font-size:1.3rem;clip-path:none}.partenaire-right{width:100%;flex-direction:column;padding:15px;clip-path:none}.partenaire-info{display:flex;align-items:center;gap:15px;justify-content:center;width:100%}.partenaire-right .logo{width:65px}.partenaire-right .description{font-size:13px;text-align:left;max-width:70%}.partenaire-right .buttons{display:flex;justify-content:center;margin-top:10px}.partenaire-right .btn{width:100%;max-width:200px}}@keyframes fadeInBg{0%{opacity:0}to{opacity:1}}.carte-france-wrapper{position:relative;display:flex;align-items:flex-start;gap:20px;justify-content:center}.carte-france-container{display:flex;justify-content:center;align-items:center}.svg-map{width:35vw;height:auto;display:block}.fixed-dept-info{margin-top:20px;text-align:center;font-size:1.1rem;font-weight:700;color:#333;background:#f5f5f5;padding:10px 20px;border-radius:8px;box-shadow:0 2px 6px #0000001a}@media screen and (max-width: 700px){.svg-map{width:73vw}}.popup-munegu-map-content{position:relative;max-width:95vw;background-color:#a6090f;padding:40px;border-radius:10px;animation:scaleIn .3s ease-out forwards;display:flex;flex-direction:column;gap:50px;align-items:center;box-sizing:border-box;max-height:85vh;overflow-y:auto;z-index:2147483647!important}.popup-overlay.popup-munegu-map{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;z-index:2147483647;display:flex;justify-content:center;align-items:center}.popup-munegu-map-content .close-icon{position:absolute;top:0;right:1vw;font-size:1.5rem;cursor:pointer;color:#fff}.munegu-popup-columns{display:flex;flex-wrap:wrap;gap:40px;justify-content:center;align-items:flex-start;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.munegu-left-column,.munegu-right-column{flex:1 1 400px;max-width:100%;min-width:0;box-sizing:border-box;overflow-wrap:break-word}.munegu-left-column{flex:1;max-width:100%;overflow:hidden;display:flex;justify-content:center;align-items:center}.munegu-left-column svg,.munegu-left-column canvas,.munegu-left-column>div{max-width:100%;max-height:90vh;width:100%;height:auto;object-fit:contain;display:block}.munegu-right-column{flex:1;min-width:250px;color:#fff}.munegu-title{font-size:1rem;margin-bottom:5px;color:#fff}.munegu-select{width:100%;padding:10px;margin:8px;font-size:.9rem;border-radius:6px;border:none;background-color:#fff;color:#000;max-width:12rem}.munegu-transport-summary{font-weight:500;background:#000;padding:.5rem;border-radius:10px;display:flex;justify-content:space-between;align-items:center;color:#fff;font-style:italic;font-size:.9rem}.modifier-btn{background:transparent;border:none;color:#fff;text-decoration:underline;cursor:pointer}@media screen and (max-width: 1000px){.popup-munegu-map-content{padding:20px;width:90vw;max-height:90vh;height:auto;overflow-y:auto;scrollbar-gutter:stable}.munegu-title{display:flex;flex-direction:column;align-items:flex-start;gap:4px;font-size:1rem;color:#fff}.munegu-popup-columns{flex-direction:column;align-items:center;gap:40px;overflow:visible}.munegu-left-column,.munegu-right-column{width:100%;max-width:none;min-width:0}.munegu-select{width:100%;max-width:100%;margin:0;padding:10px;font-size:.9rem;border-radius:6px;border:none;background-color:#fff;color:#000;box-sizing:border-box}.munegu-supporters-list{max-height:250px}.munegu-supporters-table td .table-action{display:block;width:100%;margin:4px auto;padding:8px 12px;font-size:.8rem}.munegu-supporters-table td:last-child{padding-top:10px;padding-bottom:10px}.show-map-btn{margin-top:15px;padding:12px 20px;background-color:#fff;color:#a6090f;font-weight:700;border:none;border-radius:8px;font-size:1rem;cursor:pointer;box-shadow:0 2px 6px #0003;transition:background .3s ease,transform .2s ease;width:100%}.show-map-btn:hover{background-color:#f1f1f1;transform:scale(1.03)}.carte-overlay-fullscreen{top:0;left:0;z-index:99999;display:flex;flex-direction:column;align-items:center;justify-content:center;animation:fadeIn .3s ease-in-out forwards;overflow-y:auto;padding:20px}.close-map-btn{position:absolute;top:0;left:0;color:#fff;background:#00000070;padding:5px 10px;border-radius:8px;font-size:10px;cursor:pointer;font-weight:700;z-index:100001;display:flex;align-items:center;gap:8px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.close-map-btn:hover{background:#000000a0}.munegu-transport-summary{padding:.5;font-size:.7rem;margin-top:-1.5rem}@keyframes fadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}}.munegu-supporters-table{margin-bottom:10px;background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000014;font-family:Inter,sans-serif;min-width:600px}.munegu-supporters-table table{width:100%;border-collapse:collapse;table-layout:auto}.munegu-supporters-table thead{background-color:#fafafa}.munegu-supporters-table th,.munegu-supporters-table td{text-align:center;padding:5px 3px;font-size:.95rem;border-bottom:1px solid #eee}.munegu-supporters-table th{font-weight:600;color:#444}.munegu-supporters-table td{color:#333}.munegu-supporters-table .profile-pic{width:40px;height:40px;border-radius:50%;object-fit:cover;box-shadow:0 0 0 2px var(--red)}.munegu-supporters-table .transport-icon{font-size:1.2rem;color:var(--red)}.munegu-supporters-table .btn-group{display:flex;gap:6px}.munegu-supporters-table td .table-action{background-color:var(--red);color:#fff;border:none;padding:6px 10px;font-size:.8rem;font-weight:500;border-radius:6px;cursor:pointer;transition:background .25s ease;margin-right:6px}.munegu-supporters-table td .table-action:last-child{margin-right:0}.munegu-supporters-table td .table-action:hover{background-color:#a6090f}.munegu-supporters-table .text-muted{color:#888;font-style:italic;font-size:.85rem}.table-scroll-wrapper{max-height:30vh;width:100%;overflow-x:auto;box-sizing:border-box;border-radius:0 0 12px 12px}.table-scroll-wrapper table{min-width:100%}.table-scroll-wrapper::-webkit-scrollbar{height:6px}.table-scroll-wrapper::-webkit-scrollbar-thumb{background-color:#00000026;border-radius:10px}.munegu-supporters-table-wrapper{width:100%;max-width:100%;box-sizing:border-box}.supporter-avatar{width:35px;height:35px;border-radius:50%;object-fit:cover;box-shadow:0 0 0 2px var(--red);display:block;margin-left:1rem}.munegu-supporters-table-wrapper.full-height .table-scroll-wrapper{max-height:52vh;overflow-y:auto}.auth-container{position:relative;height:88vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(60deg,white 50%,var(--red) 50%);overflow:hidden;margin:0 auto}.auth-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(https://billetterie.asmonaco.com/media/stade-louis-ii-1160x650.jpeg);background-size:cover;background-position:center;opacity:.15;z-index:0}.auth-card{position:relative;z-index:2;background:#fff;padding:2.8rem;border-radius:.5rem;max-width:860px;width:50%;box-shadow:0 12px 32px #00000040;overflow:auto;max-height:95%;height:auto!important}.auth-tabs{display:flex;justify-content:space-between;margin-bottom:1.5rem}.auth-form select{padding:.75rem;border:1px solid #ccc;border-radius:10px;font-size:1rem;background-color:#fff}.auth-tabs button{appearance:none;-webkit-appearance:none;-moz-appearance:none;flex:1;padding:.75rem;background:none;border:none;font-size:1.1rem;font-weight:700;cursor:pointer;border-bottom:3px solid transparent;transition:all .3s ease;color:inherit;text-align:center}.back-button{color:var(--red)!important}.auth-tabs button.active{border-color:var(--red);color:var(--red)}.auth-form{display:flex;flex-direction:column;gap:1rem}.narrow-form{max-width:320px;margin:0 auto}.auth-form input{padding:.75rem;border:1px solid #ccc;border-radius:10px;font-size:1rem}.auth-form input,.auth-form select,.auth-form button{width:100%;max-width:100%;box-sizing:border-box}.input-toast-wrapper{position:relative;width:100%}.input-toast{position:absolute;top:100%;left:0;transform:translateY(4px);background-color:#c00;color:#fff;padding:.5rem .75rem;border-radius:6px;font-size:.75rem;z-index:5;box-shadow:0 4px 12px #00000026;max-width:100%;white-space:normal;word-break:break-word}.input-error{border:2px solid #cc0000!important;background-color:#fff0f0}.password-container{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;width:100%}.password-wrapper{position:relative;width:100%}.short-input{flex:1}.eye-toggle-outside{background:none;border:none;cursor:pointer;font-size:1.3rem;color:#666;display:flex;align-items:center;justify-content:center;padding:0;flex-shrink:0;width:1.5rem!important}.auth-form .submit-button{padding:.8rem;background-color:var(--red);color:#fff;border:none;border-radius:10px;font-weight:700;cursor:pointer;font-size:1rem;transition:background .3s ease}.auth-form .submit-button:hover{background-color:#90000c}.carte-button{background-color:gold;color:#222;font-weight:700;border:none;border-radius:10px;padding:.8rem;cursor:pointer;font-size:1rem;transition:background .3s ease}.carte-button:hover{background-color:#f0c500}.checkbox-wrapper{display:flex;align-items:center;gap:.5rem;font-size:.95rem;margin:.5rem 0}.checkbox-wrapper input[type=checkbox]{width:18px;height:18px;cursor:pointer}.checkbox-wrapper label{cursor:pointer}.double-column-form .form-columns{display:flex;gap:2rem;flex-wrap:wrap;justify-content:space-between}.double-column-form .form-column{flex:1;display:flex;flex-direction:column;gap:1rem;align-items:center}.form-wrapper>div{transition:opacity .4s ease,transform .4s ease}.form-scroll-inner{height:100%;overflow:hidden}.forgot-form{margin-top:10px}.forgot-password-link{background:none;border:none;color:var(--red);font-size:.9rem;cursor:pointer;margin-top:-.5rem;margin-bottom:1rem;align-self:flex-end;text-decoration:underline}.back-button{position:absolute;top:20px;left:20px;background:none;border:none;color:var(--red);font-weight:700;cursor:pointer;font-size:15px!important;transition:color .3s;z-index:10}.back-button:hover{color:#000}.forgot-title{font-size:1.2rem;margin-bottom:1rem;text-align:center}.login-popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:999;display:flex;justify-content:center;align-items:center}.login-popup-content{background:#fff;display:block;padding:20px;border-radius:8px;text-align:center;width:90%;max-width:300px;max-height:80vh;overflow-y:auto;position:relative;animation:fadeInScale .3s ease-out}.login-popup-content h3{color:#a6090f;font-size:1.5rem;margin-top:10px;justify-content:center;display:flex}.login-popup-content ul{list-style:none;padding:0;margin:1rem 0 0}.login-popup-content li{padding:.5rem;border-bottom:1px solid #eee;cursor:pointer;transition:background .2s ease}.login-popup-content li:hover{background:#f3f3f3}.login-popup-content.success{max-width:500px;text-align:center;padding:30px;position:relative;width:70%}.success-icon{font-size:4rem;color:#4caf50}.login-popup-content.error .success-icon{color:#f44336}.success-message{font-size:1.1rem;color:#333}.close-button{position:absolute;top:10px;right:15px;border:none;background:none;font-size:1.5rem;cursor:pointer}.login-error-message{color:#000;font-size:.95rem;text-align:center;margin-top:-10px;margin-bottom:12px;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 600px){.auth-container{height:80vh;padding:2rem 1rem}.auth-card{max-width:80%;width:80%;margin:0 auto;border-radius:.5rem;padding:2rem!important}.double-column-form .form-columns{flex-direction:column}.auth-form{gap:.75rem}.auth-form input{padding:.75rem;font-size:.9rem}.auth-form input,.auth-form select{width:100%;max-width:100%}.carte-button{padding:.5rem;font-size:.9rem}.form-scroll-inner{overflow-y:auto}.login-error-message{margin-top:0}}.footer{background:var(--red);color:#fff;padding:15px 20px;text-align:center;max-width:100%;font-size:.9rem;display:flex;justify-content:center;align-items:center;position:relative;bottom:0;margin-top:auto;overflow:hidden;z-index:4;border-top:1px solid white}.footer-content{display:flex;justify-content:space-between;align-items:center;width:90%;max-width:1200px}.footer-links{display:flex;gap:20px}.footer-links a{color:#fff;text-decoration:none;font-weight:700;transition:color .3s ease-in-out}.footer-links a:hover{color:#fc0}.footer-socials{display:flex;gap:15px}.footer-socials a{color:#fff;font-size:1.5rem;transition:transform .3s ease-in-out,color .3s ease-in-out}.footer-socials a:hover{transform:scale(1.2);color:#fc0}@media screen and (max-width: 768px){.footer{font-size:.7rem}.footer-content{flex-direction:column-reverse;gap:10px;text-align:center}.footer-links,.footer-socials{flex-direction:row}}.actualite-page{padding:20px;text-align:center;min-height:100%;background-color:#a6090f;min-height:83.5vh;max-height:100%;color:#fff;width:auto}.actualite-page .page-title{text-align:center;font-size:3rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:3px;display:flex;justify-content:center}.actualite-page .navbar-actualite{display:flex;justify-content:center;gap:30px;margin-bottom:20px;border-bottom:2px solid rgba(255,255,255,.2);padding-bottom:10px;align-items:center}.actualite-page .navbar-actualite button{background:none;border:none;color:#fff;font-size:.9rem;font-weight:550;padding:10px 0;cursor:pointer;position:relative;transition:color .3s ease-in-out;letter-spacing:.05em}.actualite-page .navbar-actualite button:after{content:"";position:absolute;left:50%;bottom:-2px;width:0;height:2px;background-color:#fff;transition:width .3s ease-in-out;transform:translate(-50%)}.actualite-page .navbar-actualite button:hover:after{width:100%}.actualite-page .navbar-actualite button.active{color:#fc0}.actualite-page .navbar-actualite button.active:after{width:100%;background-color:#fc0}.actualite-page .news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;width:100%;max-width:1200px;margin:auto;justify-content:center}.actualite-page .news-block{background:#a6090f;border:3px solid white;border-radius:10px;text-align:center;box-shadow:0 4px 8px #0003;transition:transform .2s ease-in-out;cursor:pointer}.actualite-page .news-block img{width:85%;max-height:150px;object-fit:cover;border-radius:10px}.actualite-page .news-block h3{font-size:1.2rem;margin-top:10px;color:#fff}.actualite-page .news-block p{font-size:1rem;opacity:.9}.actualite-page .actualite-page .no-news{font-size:1.2rem;color:#fff;margin-top:20px;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 768px){.actualite-page .page-title{font-size:2.5rem}}:root{font-family:Montserrat,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;--red: #D30C13;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;overflow-x:hidden;padding:50px 0 0}html{margin:0;padding:0}body.popup-open{overflow:hidden;height:100vh}body.popup-open .navbar,body.popup-open footer{display:none!important}h1,h2,h3,h4,h5,h6,p{margin:0;padding:0}
