.Header-module__ynQi5a__header{background-color:var(--fond-header);box-shadow:var(--ombre-grande);z-index:100;height:70px;padding:0 var(--espace-lg);align-items:center;display:flex;position:sticky;top:0}.Header-module__ynQi5a__headerContainer{justify-content:space-between;align-items:center;width:100%;max-width:1400px;margin:0 auto;display:flex}.Header-module__ynQi5a__logo{color:var(--bleu-pastel);z-index:20;align-items:center;gap:.5rem;margin-left:-10px;font-size:1.5rem;font-weight:800;text-decoration:none;display:flex}.Header-module__ynQi5a__navWrapper,.Header-module__ynQi5a__headerRight{align-items:center;gap:var(--espace-md);display:flex}.Header-module__ynQi5a__nav{gap:var(--espace-md);margin:0;padding:0;list-style:none;display:flex}.Header-module__ynQi5a__navLink{color:var(--texte-gris);font-weight:500;text-decoration:none;transition:color .3s}.Header-module__ynQi5a__navLink:hover{color:var(--bleu-pastel)}.Header-module__ynQi5a__searchBox{background:#fff;border:2px solid #93c5fd33;border-radius:25px;align-items:center;width:150px;transition:all .4s cubic-bezier(.25,.8,.25,1);display:flex;position:relative;overflow:hidden}.Header-module__ynQi5a__searchBox:focus-within{border-color:var(--bleu-pastel);width:350px;box-shadow:0 0 0 4px #93c5fd1a}.Header-module__ynQi5a__searchInput{width:100%;color:var(--texte-noir);background:0 0;border:none;outline:none;flex:1;padding:10px 38px 10px 15px;font-size:.95rem}.Header-module__ynQi5a__searchButton{cursor:pointer;color:var(--texte-gris);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex;position:absolute;top:50%;right:3px;transform:translateY(-50%)}.Header-module__ynQi5a__searchButton:hover{color:var(--bleu-pastel);background-color:#93c5fd1a}.Header-module__ynQi5a__headerActions{gap:10px;display:flex}.Header-module__ynQi5a__adminLink{color:var(--texte-gris);margin-right:10px;font-weight:700;text-decoration:none}.Header-module__ynQi5a__mobileControls,.Header-module__ynQi5a__mobileBackdrop,.Header-module__ynQi5a__mobileDrawer{display:none}@media (max-width:950px){.Header-module__ynQi5a__navWrapper,.Header-module__ynQi5a__headerRight{display:none}.Header-module__ynQi5a__mobileControls{align-items:center;gap:var(--espace-sm);display:flex}.Header-module__ynQi5a__mobileIconBtn{width:44px;height:44px;color:var(--bleu-pastel);cursor:pointer;background:#fff;border:1px solid #0000000d;border-radius:50%;justify-content:center;align-items:center;transition:transform .2s;display:flex;box-shadow:0 2px 5px #0000000d}.Header-module__ynQi5a__mobileIconBtn:active{transform:scale(.9)}.Header-module__ynQi5a__mobileSearchForm{background:#fff;border:2px solid #93c5fd33;border-radius:25px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;position:relative;overflow:hidden;box-shadow:0 2px 5px #0000000d}.Header-module__ynQi5a__mobileSearchForm.Header-module__ynQi5a__expanded,.Header-module__ynQi5a__mobileSearchForm:focus-within{justify-content:flex-start;width:280px;padding-left:15px}.Header-module__ynQi5a__mobileSearchInput{color:var(--texte-noir);opacity:0;background:0 0;border:none;outline:none;width:0;padding:0;font-size:1rem;transition:all .3s}.Header-module__ynQi5a__mobileSearchForm.Header-module__ynQi5a__expanded .Header-module__ynQi5a__mobileSearchInput,.Header-module__ynQi5a__mobileSearchForm:focus-within .Header-module__ynQi5a__mobileSearchInput{opacity:1;width:calc(100% - 60px);padding:8px 5px}.Header-module__ynQi5a__mobileSearchBtn{color:var(--bleu-pastel);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute;top:50%;right:3px;transform:translateY(-50%)}.Header-module__ynQi5a__mobileClearBtn{color:var(--texte-gris);cursor:pointer;background:#0000000d;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:background .2s;display:flex;position:absolute;top:50%;right:42px;transform:translateY(-50%)}.Header-module__ynQi5a__mobileClearBtn:active{background:#0000001a}.Header-module__ynQi5a__mobileBackdrop{z-index:998;opacity:0;pointer-events:none;background:#00000080;transition:opacity .3s;display:block;position:fixed;inset:0}.Header-module__ynQi5a__backdropVisible{opacity:1;pointer-events:auto}.Header-module__ynQi5a__mobileDrawer{z-index:999;background:linear-gradient(#fefefe 0%,#fff5f3 40%,#ffebe8 100%);flex-direction:column;width:80%;max-width:300px;transition:left .4s cubic-bezier(.25,.8,.25,1);display:flex;position:fixed;top:0;bottom:0;left:-100%;box-shadow:5px 0 15px #0000001a}.Header-module__ynQi5a__drawerOpen{left:0}.Header-module__ynQi5a__drawerHeader{padding:var(--espace-lg);border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;display:flex}.Header-module__ynQi5a__drawerTitle{color:var(--bleu-pastel);font-size:1.2rem;font-weight:800}.Header-module__ynQi5a__drawerClose{cursor:pointer;color:var(--texte-gris);background:0 0;border:none}.Header-module__ynQi5a__drawerNav{padding:var(--espace-lg);gap:var(--espace-md);flex-direction:column;display:flex}.Header-module__ynQi5a__navDivider{height:1px;margin:var(--espace-xs)0;background-color:#f0f0f0;width:100%}.Header-module__ynQi5a__adminDrawerLink{color:var(--bleu-pastel);font-weight:600}.Header-module__ynQi5a__drawerLink{color:var(--texte-noir);opacity:0;align-items:center;gap:15px;font-size:1.1rem;text-decoration:none;transition:opacity .4s,transform .4s;display:flex;transform:translate(-20px)}.Header-module__ynQi5a__drawerOpen .Header-module__ynQi5a__drawerLink,.Header-module__ynQi5a__drawerOpen .Header-module__ynQi5a__drawerFooter{opacity:1;transform:translate(0)}.Header-module__ynQi5a__drawerOpen .Header-module__ynQi5a__stagger1{transition-delay:.1s}.Header-module__ynQi5a__drawerOpen .Header-module__ynQi5a__stagger2{transition-delay:.2s}.Header-module__ynQi5a__drawerOpen .Header-module__ynQi5a__stagger3{transition-delay:.3s}.Header-module__ynQi5a__drawerOpen .Header-module__ynQi5a__stagger4{transition-delay:.4s}.Header-module__ynQi5a__drawerOpen .Header-module__ynQi5a__stagger5{transition-delay:.5s}.Header-module__ynQi5a__drawerOpen .Header-module__ynQi5a__stagger6{transition-delay:.6s}.Header-module__ynQi5a__drawerOpen .Header-module__ynQi5a__stagger7{transition-delay:.7s}.Header-module__ynQi5a__drawerOpen .Header-module__ynQi5a__stagger8{transition-delay:.8s}.Header-module__ynQi5a__drawerOpen .Header-module__ynQi5a__stagger9{transition-delay:.9s}.Header-module__ynQi5a__drawerOpen .Header-module__ynQi5a__stagger10{transition-delay:1s}.Header-module__ynQi5a__drawerOpen .Header-module__ynQi5a__stagger11{transition-delay:1.1s}.Header-module__ynQi5a__drawerOpen .Header-module__ynQi5a__stagger12{transition-delay:1.2s}.Header-module__ynQi5a__drawerOpen .Header-module__ynQi5a__stagger13{transition-delay:1.3s}.Header-module__ynQi5a__adminSection{gap:var(--espace-sm);padding-left:var(--espace-xs);flex-direction:column;display:flex}.Header-module__ynQi5a__adminSectionTitle{align-items:center;gap:var(--espace-xs);text-transform:uppercase;letter-spacing:.5px;color:var(--bleu-pastel);opacity:.8;margin-bottom:var(--espace-xs);font-size:.85rem;font-weight:700;display:flex}.Header-module__ynQi5a__wipLink{opacity:0;transition:opacity .4s,transform .4s;position:relative;transform:translate(-20px)}.Header-module__ynQi5a__drawerOpen .Header-module__ynQi5a__wipLink{opacity:.6;transform:translate(0)}.Header-module__ynQi5a__wipLink:hover{opacity:1}.Header-module__ynQi5a__drawerFooter{padding:var(--espace-md);padding-bottom:calc(var(--espace-md) + 20px);opacity:0;background-color:#f8fafc;border-top:1px solid #e2e8f0;margin-top:auto;transition:all .4s .4s;transform:translateY(20px)}.Header-module__ynQi5a__userInfo{align-items:center;gap:var(--espace-sm);margin-bottom:var(--espace-md);padding:var(--espace-sm);border-radius:var(--arrondi-moyen);background:#fff;border:1px solid #e2e8f0;display:flex}.Header-module__ynQi5a__userAvatar{background-color:var(--bleu-pastel);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex}.Header-module__ynQi5a__userDetails{flex-direction:column;display:flex}.Header-module__ynQi5a__userActionsGrid{gap:var(--espace-sm);grid-template-columns:1fr 1fr;display:grid}.Header-module__ynQi5a__drawerUserSection{flex-direction:column;display:flex}.Header-module__ynQi5a__drawerAuthSection{flex-direction:column;gap:12px;display:flex}}
.Footer-module__CQu1EG__footer{background-color:var(--fond-carte);padding:var(--espace-xl)0;text-align:center;border-top:1px solid #0000000d;margin-top:auto}.Footer-module__CQu1EG__footerContent{max-width:1200px;padding:0 var(--espace-sm);margin:0 auto}.Footer-module__CQu1EG__footerLogo{margin-bottom:var(--espace-md);justify-content:center;align-items:center;gap:.5rem;display:flex}.Footer-module__CQu1EG__footerTitle{margin:0;font-size:1.25rem;font-weight:700}.Footer-module__CQu1EG__footerText{color:var(--texte-gris);margin:var(--espace-xs)0;font-size:.875rem}.Footer-module__CQu1EG__footerLinks{justify-content:center;align-items:center;gap:var(--espace-sm);margin:var(--espace-md)0;flex-wrap:wrap;display:flex}.Footer-module__CQu1EG__footerLink{color:var(--texte-gris);font-size:.875rem;text-decoration:none;transition:color .3s}.Footer-module__CQu1EG__footerLink:hover{color:var(--bleu-pastel);text-decoration:underline}.Footer-module__CQu1EG__footerSeparator{color:var(--texte-gris);font-size:.875rem}@media (max-width:950px){.Footer-module__CQu1EG__footer{padding:2rem 1rem}.Footer-module__CQu1EG__footerLinks{flex-direction:column;gap:1rem}.Footer-module__CQu1EG__footerSeparator{display:none}}
.AnimeDetail-module__b9zY3G__page{flex-direction:column;min-height:100vh;display:flex}.AnimeDetail-module__b9zY3G__main{padding:var(--espace-xl)0;background:linear-gradient(#fefefe 0%,#fff5f3 40%,#ffebe8 100%);flex:1}.AnimeDetail-module__b9zY3G__container{max-width:1200px;padding:0 var(--espace-md);margin:0 auto}.AnimeDetail-module__b9zY3G__card{background-color:var(--fond-carte);border-radius:var(--arrondi-moyen);border:1px solid #0000000d;overflow:hidden;box-shadow:0 4px 12px #00000014}.AnimeDetail-module__b9zY3G__content{gap:var(--espace-xl);padding:var(--espace-xl);grid-template-columns:300px 1fr;display:grid}.AnimeDetail-module__b9zY3G__posterSection{gap:var(--espace-md);flex-direction:column;display:flex}.AnimeDetail-module__b9zY3G__poster{position:relative}.AnimeDetail-module__b9zY3G__posterImage{border-radius:var(--arrondi-moyen);width:100%;box-shadow:0 4px 12px #00000026}.AnimeDetail-module__b9zY3G__posterBadge{top:var(--espace-sm);right:var(--espace-sm);background:var(--gradient-corail-rose);color:#fff;border-radius:var(--arrondi-grand);align-items:center;gap:.25rem;padding:.5rem 1rem;font-size:.875rem;font-weight:700;display:flex;position:absolute;box-shadow:0 2px 8px #0003}.AnimeDetail-module__b9zY3G__addButton{width:100%;margin-top:var(--espace-sm)}.AnimeDetail-module__b9zY3G__addButtonAdded{opacity:.7}.AnimeDetail-module__b9zY3G__biblioStatusSection{gap:var(--espace-xs);margin-top:var(--espace-sm);flex-direction:column;display:flex}.AnimeDetail-module__b9zY3G__biblioLabel{color:var(--texte-noir);font-size:.875rem;font-weight:600}.AnimeDetail-module__b9zY3G__biblioSelect{width:100%;height:38px;padding:0 var(--espace-sm);box-sizing:border-box;color:var(--texte-noir);cursor:pointer;background-color:#fff;border:1px solid #e2e8f0;border-radius:.5rem;font-size:1rem;font-weight:600;transition:all .3s}.AnimeDetail-module__b9zY3G__biblioSelect:hover{border-color:var(--bleu-pastel);box-shadow:0 2px 8px #93c5fd33}.AnimeDetail-module__b9zY3G__biblioSelect:focus{border-color:var(--bleu-pastel);outline:none;box-shadow:0 0 0 3px #93c5fd1a}.AnimeDetail-module__b9zY3G__biblioSelect:disabled{opacity:.5;cursor:not-allowed}.AnimeDetail-module__b9zY3G__info{flex-direction:column;display:flex}.AnimeDetail-module__b9zY3G__titleRow{align-items:center;gap:var(--espace-md);margin-bottom:var(--espace-xs);display:flex}.AnimeDetail-module__b9zY3G__title{color:var(--texte-noir);flex:1;font-size:2.5rem;font-weight:800}.AnimeDetail-module__b9zY3G__actionButtons{align-items:center;gap:var(--espace-xs);display:flex}.AnimeDetail-module__b9zY3G__editButton{border:2px solid var(--bleu-principal);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:.5rem;transition:all .3s;display:flex}.AnimeDetail-module__b9zY3G__editButton:hover{background-color:var(--bleu-principal);transform:scale(1.1)}.AnimeDetail-module__b9zY3G__editButton:active{transform:scale(.95)}.AnimeDetail-module__b9zY3G__favoriteButton{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:.25rem;transition:all .3s;display:flex}.AnimeDetail-module__b9zY3G__favoriteButton:hover{background-color:#ffa69e1a;transform:scale(1.15)}.AnimeDetail-module__b9zY3G__favoriteButton:active{transform:scale(.95)}.AnimeDetail-module__b9zY3G__favoriteButton img{transition:transform .3s;display:block}.AnimeDetail-module__b9zY3G__favoriteIcon{object-fit:contain}.AnimeDetail-module__b9zY3G__favoriteButton:hover img{filter:brightness(1.1)}.AnimeDetail-module__b9zY3G__author{color:var(--texte-gris);margin-bottom:var(--espace-md);font-size:1.125rem}.AnimeDetail-module__b9zY3G__genresSection{margin-bottom:var(--espace-md)}.AnimeDetail-module__b9zY3G__genresLabel{color:var(--texte-noir);margin-bottom:var(--espace-xs);font-weight:600;display:block}.AnimeDetail-module__b9zY3G__genres{flex-wrap:wrap;gap:.5rem;display:flex}.AnimeDetail-module__b9zY3G__genreTag{color:#fff;border-radius:var(--arrondi-grand);text-shadow:0 1px 2px #0000001a;padding:.5rem 1rem;font-size:.875rem;font-weight:600}.AnimeDetail-module__b9zY3G__resumeSection{margin-top:var(--espace-md);padding-top:var(--espace-md);border-top:2px solid #93c5fd33}.AnimeDetail-module__b9zY3G__resumeTitle{color:var(--bleu-pastel);margin-bottom:var(--espace-sm);font-size:1.25rem;font-weight:700}.AnimeDetail-module__b9zY3G__resumeText{color:var(--texte-noir);font-size:1rem;line-height:1.8}.AnimeDetail-module__b9zY3G__videosSection{margin-top:var(--espace-xl);padding-top:var(--espace-lg);border-top:2px solid #93c5fd33}.AnimeDetail-module__b9zY3G__videosTitle{color:var(--bleu-pastel);margin-bottom:var(--espace-lg);align-items:center;gap:var(--espace-sm);font-size:1.5rem;display:flex}.AnimeDetail-module__b9zY3G__trailersList{gap:var(--espace-lg);grid-template-columns:repeat(auto-fit,minmax(300px,1fr));display:grid}.AnimeDetail-module__b9zY3G__trailerItem{border-radius:var(--arrondi-moyen);padding:var(--espace-md);background-color:#93c5fd0d;border:1px solid #93c5fd33}.AnimeDetail-module__b9zY3G__trailerTitle{color:var(--bleu-pastel);margin-bottom:var(--espace-sm);font-size:.95rem;font-weight:600}.AnimeDetail-module__b9zY3G__videoWrapper{border-radius:var(--arrondi-petit);background:#000;height:0;padding-bottom:56.25%;position:relative;overflow:hidden}.AnimeDetail-module__b9zY3G__videoIframe{border-radius:var(--arrondi-petit);width:100%;height:100%;position:absolute;top:0;left:0}.AnimeDetail-module__b9zY3G__seasonsSection{margin-top:var(--espace-lg)}.AnimeDetail-module__b9zY3G__seasonsTitle{color:var(--bleu-pastel);margin-bottom:var(--espace-sm)}.AnimeDetail-module__b9zY3G__seasonsList{gap:var(--espace-xs);flex-direction:column;display:flex}.AnimeDetail-module__b9zY3G__seasonItem{padding:var(--espace-sm);border-radius:var(--arrondi-petit);background-color:#93c5fd1a;justify-content:space-between;display:flex}.AnimeDetail-module__b9zY3G__seasonName{font-weight:600}.AnimeDetail-module__b9zY3G__seasonEpisodes{color:var(--texte-gris)}.AnimeDetail-module__b9zY3G__loadingContainer{justify-content:center;padding:3rem;display:flex}.AnimeDetail-module__b9zY3G__avisSection{margin-top:var(--espace-xl)}.AnimeDetail-module__b9zY3G__avisHeader{margin-bottom:var(--espace-lg);justify-content:space-between;align-items:center;display:flex}.AnimeDetail-module__b9zY3G__avisSort{align-items:center;gap:var(--espace-sm);display:flex}.AnimeDetail-module__b9zY3G__avisSort label{color:var(--gris-moyen);font-size:.9rem}.AnimeDetail-module__b9zY3G__sortSelect{border:2px solid var(--bleu-pastel-20);border-radius:var(--arrondi-petit);color:var(--gris-fonce);cursor:pointer;background-color:#fff;padding:.5rem 1rem;font-size:.9rem;transition:all .3s}.AnimeDetail-module__b9zY3G__sortSelect:hover{border-color:var(--bleu-pastel)}.AnimeDetail-module__b9zY3G__sortSelect:focus{border-color:var(--bleu-pastel);box-shadow:0 0 0 3px var(--bleu-pastel-10);outline:none}@media (max-width:950px){.AnimeDetail-module__b9zY3G__content{grid-template-columns:1fr;gap:2rem;padding:1rem}.AnimeDetail-module__b9zY3G__posterSection{align-items:center;width:100%;max-width:300px;margin:0 auto}.AnimeDetail-module__b9zY3G__titleRow{text-align:center;flex-direction:column;gap:1rem}.AnimeDetail-module__b9zY3G__title{text-align:center;font-size:1.8rem}.AnimeDetail-module__b9zY3G__author{text-align:center}.AnimeDetail-module__b9zY3G__genres{justify-content:center}.AnimeDetail-module__b9zY3G__trailersList{grid-template-columns:1fr}.AnimeDetail-module__b9zY3G__trailerItem{padding:var(--espace-sm)}.AnimeDetail-module__b9zY3G__trailerTitle{font-size:.9rem}}
.AnimeCard-module__Xjt3iq__animeCard{background-color:var(--fond-carte);border-radius:var(--arrondi-moyen);cursor:pointer;border:1px solid #0000000d;flex-direction:column;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #00000014}.AnimeCard-module__Xjt3iq__bannerBackground{z-index:0;opacity:.3;width:100%;height:120px;position:absolute;top:0;left:0}.AnimeCard-module__Xjt3iq__animeCard:hover{transform:translateY(-8px);box-shadow:0 12px 24px #93c5fd33}.AnimeCard-module__Xjt3iq__imageContainer{z-index:1;background:linear-gradient(135deg,#bfdbfe 0%,#93c5fd 100%);width:100%;padding-top:140%;position:relative;overflow:hidden}.AnimeCard-module__Xjt3iq__image{object-fit:cover;width:100%;height:100%;transition:transform .3s;position:absolute;top:0;left:0}.AnimeCard-module__Xjt3iq__animeCard:hover .AnimeCard-module__Xjt3iq__image{transform:scale(1.05)}.AnimeCard-module__Xjt3iq__badge{top:var(--espace-sm);right:var(--espace-sm);background:var(--gradient-corail-rose);color:#fff;border-radius:var(--arrondi-grand);align-items:center;gap:.25rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:flex;position:absolute;box-shadow:0 2px 8px #0003}.AnimeCard-module__Xjt3iq__body{padding:var(--espace-md);z-index:1;flex-direction:column;flex:1;display:flex;position:relative}.AnimeCard-module__Xjt3iq__title{color:var(--bleu-pastel);margin-bottom:var(--espace-xs);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1.125rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.AnimeCard-module__Xjt3iq__genres{margin-bottom:var(--espace-xs);flex-wrap:wrap;gap:.25rem;display:flex}.AnimeCard-module__Xjt3iq__genreTag{color:#1a1a1a;border-radius:var(--arrondi-petit);padding:.25rem .5rem;font-size:.7rem;font-weight:600}.AnimeCard-module__Xjt3iq__info{align-items:center;gap:var(--espace-sm);padding-top:var(--espace-sm);border-top:1px solid #0000000d;margin-top:auto;display:flex}.AnimeCard-module__Xjt3iq__rating{color:var(--or-pastel);align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;display:flex}.AnimeCard-module__Xjt3iq__year{color:var(--texte-gris);margin-left:auto;font-size:.875rem}@media (max-width:950px){.AnimeCard-module__Xjt3iq__body{padding:.75rem}.AnimeCard-module__Xjt3iq__title{margin-bottom:.25rem;font-size:1rem}.AnimeCard-module__Xjt3iq__animeCard:hover{transform:none;box-shadow:0 2px 8px #00000014}}
.BiblioCard-module__w8jrNW__card{background-color:var(--fond-carte);border-radius:var(--arrondi-moyen);border:1px solid #0000000d;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 2px 8px #00000014}.BiblioCard-module__w8jrNW__card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001f}.BiblioCard-module__w8jrNW__statusBadge{top:var(--espace-sm);right:var(--espace-sm);border-radius:var(--arrondi-grand);text-transform:uppercase;z-index:10;padding:.375rem .75rem;font-size:.75rem;font-weight:700;position:absolute;box-shadow:0 2px 8px #0003}.BiblioCard-module__w8jrNW__statusBadge.BiblioCard-module__w8jrNW__enCours{background:var(--gradient-corail-rose);color:#fff}.BiblioCard-module__w8jrNW__statusBadge.BiblioCard-module__w8jrNW__termine{color:#fff;background:linear-gradient(135deg,#10b981,#059669)}.BiblioCard-module__w8jrNW__statusBadge.BiblioCard-module__w8jrNW__aVoir{color:#fff;background:linear-gradient(135deg,#f59e0b,#d97706)}.BiblioCard-module__w8jrNW__statusBadge.BiblioCard-module__w8jrNW__vu{color:#fff;background:linear-gradient(135deg,#10b981,#059669)}.BiblioCard-module__w8jrNW__statusBadge.BiblioCard-module__w8jrNW__favori{color:#fff;background:linear-gradient(135deg,gold,orange);box-shadow:0 0 20px #ffd70066,0 2px 8px #0003}.BiblioCard-module__w8jrNW__statusBadge.BiblioCard-module__w8jrNW__enPause{color:#fff;background:linear-gradient(135deg,#6b7280,#4b5563)}.BiblioCard-module__w8jrNW__statusBadge.BiblioCard-module__w8jrNW__abandonne{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626)}.BiblioCard-module__w8jrNW__imageContainer{background:var(--fond-gris);width:100%;padding-top:140%;position:relative;overflow:hidden}.BiblioCard-module__w8jrNW__image{object-fit:cover;transition:transform .3s}.BiblioCard-module__w8jrNW__card:hover .BiblioCard-module__w8jrNW__image{transform:scale(1.05)}.BiblioCard-module__w8jrNW__body{padding:var(--espace-md)}.BiblioCard-module__w8jrNW__title{color:var(--texte-noir);margin-bottom:var(--espace-sm);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1rem;font-weight:700;transition:color .3s;display:-webkit-box;overflow:hidden}.BiblioCard-module__w8jrNW__title:hover{color:var(--bleu-pastel)}.BiblioCard-module__w8jrNW__progress{margin-top:var(--espace-sm)}.BiblioCard-module__w8jrNW__progressLabel{color:var(--texte-gris);margin-bottom:.25rem;font-size:.75rem;display:block}.BiblioCard-module__w8jrNW__progressBar{border-radius:var(--arrondi-grand);background-color:#93c5fd33;width:100%;height:6px;margin-bottom:.25rem;overflow:hidden}.BiblioCard-module__w8jrNW__progressFill{background:var(--gradient-corail-rose);border-radius:var(--arrondi-grand);height:100%;transition:width .3s}.BiblioCard-module__w8jrNW__progressText{color:var(--texte-gris);font-size:.75rem}.BiblioCard-module__w8jrNW__actions{margin-top:var(--espace-sm);padding-top:var(--espace-sm);border-top:1px solid #0000000d;gap:.5rem;display:flex}.BiblioCard-module__w8jrNW__actionButton{background:var(--fond-gris);color:var(--texte-noir);border-radius:var(--arrondi-petit);cursor:pointer;border:none;flex:1;justify-content:center;align-items:center;gap:.25rem;padding:.5rem;font-size:.75rem;font-weight:600;transition:all .3s;display:flex}.BiblioCard-module__w8jrNW__actionButton:hover{background:var(--bleu-pastel);color:#fff}.BiblioCard-module__w8jrNW__actionButton.BiblioCard-module__w8jrNW__danger:hover{color:#fff;background:#ef4444}@media (max-width:950px){.BiblioCard-module__w8jrNW__body{padding:.75rem}.BiblioCard-module__w8jrNW__title{font-size:.9rem}.BiblioCard-module__w8jrNW__card:hover{transform:none;box-shadow:0 2px 8px #00000014}.BiblioCard-module__w8jrNW__actions{margin-top:.5rem;padding-top:.5rem}.BiblioCard-module__w8jrNW__actionButton{padding:.4rem}}
.StarRating-module__Mnj3rW__starRating{margin:var(--espace-sm)0;align-items:center;gap:.25rem;display:flex}.StarRating-module__Mnj3rW__starButton{cursor:pointer;background:0 0;border:none;padding:.25rem;transition:transform .2s}.StarRating-module__Mnj3rW__starButton:not(.StarRating-module__Mnj3rW__readonly):hover{transform:scale(1.2)}.StarRating-module__Mnj3rW__starButton:not(.StarRating-module__Mnj3rW__readonly):active{transform:scale(.95)}.StarRating-module__Mnj3rW__starButton.StarRating-module__Mnj3rW__readonly{cursor:default}.StarRating-module__Mnj3rW__starIcon{color:#d1d5db;transition:all .2s}.StarRating-module__Mnj3rW__starIcon.StarRating-module__Mnj3rW__filled{color:#fcd34d;filter:drop-shadow(0 2px 4px #fcd34d4d)}.StarRating-module__Mnj3rW__ratingValue{margin-left:var(--espace-sm);color:var(--bleu-pastel);font-size:1.125rem;font-weight:700}
.AvisForm-module__02cjca__avisFormTrigger{margin-bottom:var(--espace-lg)}.AvisForm-module__02cjca__avisFormAuth{padding:var(--espace-lg);border-radius:var(--arrondi-moyen);text-align:center;background:linear-gradient(135deg,#93c5fd0d,#93c5fd1a);border:2px solid #93c5fd33}.AvisForm-module__02cjca__avisFormAuth p{margin-bottom:var(--espace-md);color:var(--texte-noir)}.AvisForm-module__02cjca__avisFormContainer{padding:var(--espace-lg);border-radius:var(--arrondi-moyen);margin-bottom:var(--espace-lg);background:#fff;border:2px solid #93c5fd33}.AvisForm-module__02cjca__avisFormTitle{color:var(--bleu-pastel);margin-bottom:var(--espace-md);font-size:1.25rem;font-weight:700}.AvisForm-module__02cjca__avisForm{gap:var(--espace-md);flex-direction:column;display:flex}.AvisForm-module__02cjca__formGroup{gap:var(--espace-xs);flex-direction:column;display:flex}.AvisForm-module__02cjca__formGroup label{color:var(--texte-noir);font-size:.95rem;font-weight:600}.AvisForm-module__02cjca__formTextarea{width:100%;padding:var(--espace-md);border-radius:var(--arrondi-petit);resize:vertical;border:2px solid #93c5fd33;min-height:120px;font-family:inherit;font-size:1rem;transition:all .3s}.AvisForm-module__02cjca__formTextarea:focus{border-color:var(--bleu-pastel);outline:none;box-shadow:0 0 0 3px #93c5fd1a}.AvisForm-module__02cjca__textareaCounter{text-align:right;color:var(--gris-moyen);margin-top:.25rem;font-size:.875rem;display:block}.AvisForm-module__02cjca__formActions{gap:var(--espace-md);justify-content:flex-end;display:flex}.AvisForm-module__02cjca__errorMessage{color:#dc2626;padding:var(--espace-sm)var(--espace-md);border-radius:var(--arrondi-petit);background-color:#fee2e2;border:2px solid #fca5a5;font-size:.9rem}@media (max-width:768px){.AvisForm-module__02cjca__avisFormContainer{padding:var(--espace-md)}.AvisForm-module__02cjca__formActions{flex-direction:column-reverse}.AvisForm-module__02cjca__formActions button{width:100%}}
.BiblioModal-module__U7Wjhq__overlay{z-index:1000;padding:var(--espace-md);background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.BiblioModal-module__U7Wjhq__modal{background-color:var(--fond-carte);border-radius:var(--arrondi-moyen);padding:var(--espace-xl);width:100%;max-width:500px;box-shadow:0 20px 40px #0000004d}.BiblioModal-module__U7Wjhq__header{margin-bottom:var(--espace-lg)}.BiblioModal-module__U7Wjhq__title{color:var(--bleu-pastel);margin-bottom:var(--espace-xs);font-size:1.5rem;font-weight:700}.BiblioModal-module__U7Wjhq__subtitle{color:var(--texte-gris);font-size:.875rem}.BiblioModal-module__U7Wjhq__body{gap:var(--espace-lg);flex-direction:column;display:flex}.BiblioModal-module__U7Wjhq__actions{gap:var(--espace-sm);justify-content:flex-end;display:flex}.BiblioModal-module__U7Wjhq__rangeContainer{width:100%}.BiblioModal-module__U7Wjhq__rangeInput{width:100%;margin-bottom:var(--espace-sm);accent-color:var(--bleu-pastel)}.BiblioModal-module__U7Wjhq__rangeLabels{color:var(--texte-gris);justify-content:space-between;margin-top:.5rem;font-size:.875rem;display:flex}@media (max-width:950px){.BiblioModal-module__U7Wjhq__modal{width:90%;max-width:none;padding:1.5rem}.BiblioModal-module__U7Wjhq__header{margin-bottom:1.5rem}.BiblioModal-module__U7Wjhq__title{font-size:1.3rem}.BiblioModal-module__U7Wjhq__actions{flex-direction:column-reverse;gap:.75rem}.BiblioModal-module__U7Wjhq__actions button{width:100%}}
.HeroBanner-module__XxWBHq__heroBanner{border-radius:var(--arrondi-moyen);width:100%;height:600px;margin-top:var(--espace-xl);margin-bottom:var(--espace-xl);position:relative;overflow:hidden}.HeroBanner-module__XxWBHq__heroBannerBackground{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.HeroBanner-module__XxWBHq__heroBannerImage{object-fit:cover;animation:5s ease-in-out HeroBanner-module__XxWBHq__zoomIn}@keyframes HeroBanner-module__XxWBHq__zoomIn{0%{transform:scale(1.1)}to{transform:scale(1)}}.HeroBanner-module__XxWBHq__heroBannerOverlay{z-index:1;background:linear-gradient(90deg,#000000e6 0%,#0009 50%,#0000004d 100%);width:100%;height:100%;position:absolute;top:0;left:0}.HeroBanner-module__XxWBHq__heroBannerContent{z-index:2;height:100%;padding:0 var(--espace-xl);align-items:center;max-width:1400px;margin:0 auto;display:flex;position:relative}.HeroBanner-module__XxWBHq__heroBannerInfo{color:#fff;max-width:600px;animation:.8s ease-out HeroBanner-module__XxWBHq__slideInLeft}@keyframes HeroBanner-module__XxWBHq__slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}.HeroBanner-module__XxWBHq__heroBannerTitle{margin-bottom:var(--espace-sm);text-shadow:0 4px 20px #000c;font-size:3.5rem;font-weight:900;line-height:1.1}.HeroBanner-module__XxWBHq__heroBannerMeta{gap:var(--espace-md);margin-bottom:var(--espace-md);flex-wrap:wrap;font-size:1rem;display:flex}.HeroBanner-module__XxWBHq__heroBannerMetaItem{color:#ffffffe6;align-items:center;gap:.25rem;display:flex}.HeroBanner-module__XxWBHq__heroBannerSynopsis{margin-bottom:var(--espace-lg);color:#fffffff2;text-shadow:0 2px 10px #000c;font-size:1.125rem;line-height:1.8}.HeroBanner-module__XxWBHq__heroBannerActions{gap:var(--espace-md);display:flex}.HeroBanner-module__XxWBHq__heroBannerNav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;color:#fff;z-index:3;background-color:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.HeroBanner-module__XxWBHq__heroBannerNav:hover{background-color:#ffffff4d;transform:translateY(-50%)scale(1.1)}.HeroBanner-module__XxWBHq__heroBannerNavLeft{left:var(--espace-md)}.HeroBanner-module__XxWBHq__heroBannerNavRight{right:var(--espace-md)}.HeroBanner-module__XxWBHq__heroBannerPagination{bottom:var(--espace-lg);gap:var(--espace-sm);z-index:3;display:flex;position:absolute;left:50%;transform:translate(-50%)}.HeroBanner-module__XxWBHq__heroBannerDot{cursor:pointer;background-color:#ffffff80;border:none;border-radius:50%;width:12px;height:12px;transition:all .3s}.HeroBanner-module__XxWBHq__heroBannerDot:hover{background-color:#fffc}.HeroBanner-module__XxWBHq__heroBannerDot.HeroBanner-module__XxWBHq__active{background-color:#fff;border-radius:6px;width:32px}.HeroBanner-module__XxWBHq__heroBannerLoading{background:var(--gradient-bleu-principal);border-radius:var(--arrondi-moyen);height:600px;margin-bottom:var(--espace-xl);justify-content:center;align-items:center;display:flex}.HeroBanner-module__XxWBHq__homeSection{margin-bottom:var(--espace-xl)}.HeroBanner-module__XxWBHq__homeSectionHeader{margin-bottom:var(--espace-lg);justify-content:space-between;align-items:center;display:flex}.HeroBanner-module__XxWBHq__homeSectionTitle{color:var(--bleu-pastel);align-items:center;gap:.5rem;font-size:2rem;font-weight:800;display:flex}.HeroBanner-module__XxWBHq__homeSectionLink{color:var(--corail-pastel);align-items:center;gap:.5rem;font-weight:600;transition:all .3s;display:flex}.HeroBanner-module__XxWBHq__homeSectionLink:hover{color:var(--rose-saumon);gap:1rem}.HeroBanner-module__XxWBHq__animeGrid{gap:var(--espace-md);grid-template-columns:repeat(auto-fill,minmax(200px,1fr));display:grid}.HeroBanner-module__XxWBHq__loadingContainer{justify-content:center;padding:3rem;display:flex}@media (max-width:950px){.HeroBanner-module__XxWBHq__heroBanner{height:450px}.HeroBanner-module__XxWBHq__heroBannerTitle{font-size:2rem}.HeroBanner-module__XxWBHq__heroBannerSynopsis{-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1rem;font-size:.95rem;line-height:1.4;display:-webkit-box;overflow:hidden}.HeroBanner-module__XxWBHq__heroBannerNav{width:40px;height:40px}.HeroBanner-module__XxWBHq__animeGrid{gap:var(--espace-md);grid-template-columns:repeat(2,1fr)}.HeroBanner-module__XxWBHq__homeSectionTitle{font-size:1.5rem}}@media (max-width:500px){.HeroBanner-module__XxWBHq__animeGrid{grid-template-columns:1fr}.HeroBanner-module__XxWBHq__heroBanner{height:400px}.HeroBanner-module__XxWBHq__heroBannerTitle{font-size:1.5rem}.HeroBanner-module__XxWBHq__heroBannerNav{display:none}}
.LoginForm-module__DHtsQW__form{gap:var(--espace-md);flex-direction:column;display:flex}.LoginForm-module__DHtsQW__formGroup{gap:var(--espace-xs);flex-direction:column;display:flex}.LoginForm-module__DHtsQW__formLabel{color:var(--texte-noir);font-size:.875rem;font-weight:600}.LoginForm-module__DHtsQW__formInput{border-radius:var(--arrondi-petit);color:var(--texte-noir);background-color:#fff;border:2px solid #e5e7eb;padding:.75rem 1rem;font-size:1rem;transition:all .3s}.LoginForm-module__DHtsQW__formInput:focus{border-color:var(--bleu-pastel);outline:none;box-shadow:0 0 0 3px #93c5fd1a}.LoginForm-module__DHtsQW__alert{padding:var(--espace-sm)var(--espace-md);border-radius:var(--arrondi-petit);margin-bottom:var(--espace-md)}.LoginForm-module__DHtsQW__alertError{border:1px solid var(--rouge-pastel);color:var(--rouge-pastel);background-color:#ef44441a}.LoginForm-module__DHtsQW__loading{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:24px;height:24px;animation:.8s linear infinite LoginForm-module__DHtsQW__spin}@keyframes LoginForm-module__DHtsQW__spin{to{transform:rotate(360deg)}}.LoginForm-module__DHtsQW__textCenter{text-align:center}.LoginForm-module__DHtsQW__textSmall{font-size:.875rem}.LoginForm-module__DHtsQW__textLink{color:var(--corail-pastel);font-weight:600;text-decoration:none;transition:all .3s}.LoginForm-module__DHtsQW__textLink:hover{color:var(--rose-saumon);text-decoration:underline}@media (max-width:950px){.LoginForm-module__DHtsQW__formInput{padding:.65rem .85rem;font-size:.95rem}.LoginForm-module__DHtsQW__formLabel{font-size:.8rem}}
.Recherche-module__4Aw6sG__searchCard{margin-bottom:var(--espace-xl);padding:var(--espace-lg)}.Recherche-module__4Aw6sG__searchGrid select{width:100%;height:48px;padding:0 var(--espace-sm);box-sizing:border-box;background-color:#fff;border:1px solid #e2e8f0;border-radius:.5rem;font-size:1rem;transition:border-color .2s}.Recherche-module__4Aw6sG__searchGrid{gap:var(--espace-md);grid-template-columns:1fr 1fr;display:grid}.Recherche-module__4Aw6sG__searchButtons{gap:var(--espace-sm);margin-top:var(--espace-md);display:flex}.Recherche-module__4Aw6sG__loadingContainer{justify-content:center;padding:3rem;display:flex}.Recherche-module__4Aw6sG__resultsCount{margin-bottom:var(--espace-lg)}.Recherche-module__4Aw6sG__resultsCount p{color:var(--texte-gris);font-size:1rem}.Recherche-module__4Aw6sG__emptyState{text-align:center;padding:3rem}.Recherche-module__4Aw6sG__emptyIcon{margin-bottom:var(--espace-md);opacity:.3;font-size:3rem}.Recherche-module__4Aw6sG__emptyIconSearch{color:var(--texte-gris);justify-content:center;display:flex}.Recherche-module__4Aw6sG__emptyIconFlag{justify-content:center;display:flex}.Recherche-module__4Aw6sG__emptyTitle{color:var(--texte-gris);margin-bottom:var(--espace-sm);font-size:1.5rem;font-weight:700}.Recherche-module__4Aw6sG__emptyText{color:var(--texte-gris)}.Recherche-module__4Aw6sG__emptyTextLarge{color:var(--texte-gris);font-size:1.125rem}.Recherche-module__4Aw6sG__emptyAddSection{margin-top:var(--espace-lg);flex-direction:column;justify-content:center;align-items:center;display:flex}.Recherche-module__4Aw6sG__emptyAddText{color:var(--texte-gris);margin-bottom:var(--espace-md);text-align:center}@media (max-width:768px){.Recherche-module__4Aw6sG__searchGrid{grid-template-columns:1fr}.Recherche-module__4Aw6sG__searchButtons{flex-direction:column}.Recherche-module__4Aw6sG__searchButtons button{width:100%}}
.RegisterForm-module__2DHAuW__form{gap:var(--espace-md);flex-direction:column;display:flex}.RegisterForm-module__2DHAuW__formGroup{gap:var(--espace-xs);flex-direction:column;display:flex}.RegisterForm-module__2DHAuW__formLabel{color:var(--texte-noir);font-size:.875rem;font-weight:600}.RegisterForm-module__2DHAuW__formInput{border-radius:var(--arrondi-petit);color:var(--texte-noir);background-color:#fff;border:2px solid #e5e7eb;padding:.75rem 1rem;font-size:1rem;transition:all .3s}.RegisterForm-module__2DHAuW__formInput:focus{border-color:var(--bleu-pastel);outline:none;box-shadow:0 0 0 3px #93c5fd1a}.RegisterForm-module__2DHAuW__formInput.RegisterForm-module__2DHAuW__error{border-color:var(--rouge-pastel)}.RegisterForm-module__2DHAuW__formError{color:var(--rouge-pastel);font-size:.75rem}.RegisterForm-module__2DHAuW__alert{padding:var(--espace-sm)var(--espace-md);border-radius:var(--arrondi-petit);margin-bottom:var(--espace-md)}.RegisterForm-module__2DHAuW__alertError{border:1px solid var(--rouge-pastel);color:var(--rouge-pastel);background-color:#ef44441a}.RegisterForm-module__2DHAuW__loading{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:24px;height:24px;animation:.8s linear infinite RegisterForm-module__2DHAuW__spin}@keyframes RegisterForm-module__2DHAuW__spin{to{transform:rotate(360deg)}}.RegisterForm-module__2DHAuW__textCenter{text-align:center}.RegisterForm-module__2DHAuW__textSmall{font-size:.875rem}.RegisterForm-module__2DHAuW__textLink{color:var(--corail-pastel);font-weight:600;text-decoration:none;transition:all .3s}.RegisterForm-module__2DHAuW__textLink:hover{color:var(--rose-saumon);text-decoration:underline}@media (max-width:950px){.RegisterForm-module__2DHAuW__formInput{padding:.65rem .85rem;font-size:.95rem}.RegisterForm-module__2DHAuW__formLabel{font-size:.8rem}}
.AnimeList-module__1yFRVq__page{flex-direction:column;min-height:100vh;display:flex}.AnimeList-module__1yFRVq__main{padding:var(--espace-xl)0;background:linear-gradient(#fefefe 0%,#fff5f3 40%,#ffebe8 100%);flex:1}.AnimeList-module__1yFRVq__container{max-width:1400px;padding:0 var(--espace-md);margin:0 auto}.AnimeList-module__1yFRVq__header{margin-bottom:var(--espace-xl)}.AnimeList-module__1yFRVq__title{color:var(--bleu-pastel);margin-bottom:var(--espace-sm);font-size:2.5rem;font-weight:800}.AnimeList-module__1yFRVq__subtitle{color:var(--texte-gris);font-size:1.125rem}.AnimeList-module__1yFRVq__grid{gap:var(--espace-lg);margin-bottom:var(--espace-xl);grid-template-columns:repeat(4,1fr);display:grid}.AnimeList-module__1yFRVq__pagination{justify-content:center;align-items:center;gap:var(--espace-sm);margin-top:var(--espace-xl);display:flex}.AnimeList-module__1yFRVq__paginationButton{border:2px solid var(--cyan-pastel);color:var(--cyan-pastel);border-radius:var(--arrondi-petit);cursor:pointer;background-color:#fff;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:600;transition:all .3s;display:flex}.AnimeList-module__1yFRVq__paginationButton:hover:not(:disabled){background-color:var(--cyan-pastel);color:#fff}.AnimeList-module__1yFRVq__paginationButton:disabled{opacity:.3;cursor:not-allowed}.AnimeList-module__1yFRVq__paginationInfo{color:var(--texte-gris);font-size:.875rem}.AnimeList-module__1yFRVq__loadingContainer{justify-content:center;padding:3rem;display:flex}.AnimeList-module__1yFRVq__emptyState{text-align:center;color:var(--texte-gris);padding:3rem}@media (max-width:950px){.AnimeList-module__1yFRVq__grid{gap:var(--espace-md);grid-template-columns:repeat(2,1fr)}.AnimeList-module__1yFRVq__title{font-size:2rem}.AnimeList-module__1yFRVq__pagination{flex-wrap:wrap}}@media (max-width:500px){.AnimeList-module__1yFRVq__grid{grid-template-columns:1fr}}
.AvisSection-module__grhy2W__sectionTitle{color:var(--bleu-pastel);margin-bottom:var(--espace-lg);font-size:1.5rem;font-weight:700}.AvisSection-module__grhy2W__avisHeader{margin-bottom:var(--espace-lg);justify-content:space-between;align-items:center;gap:var(--espace-md);flex-wrap:wrap;display:flex}.AvisSection-module__grhy2W__avisSort{align-items:center;gap:var(--espace-sm);display:flex}.AvisSection-module__grhy2W__avisSort label{color:var(--gris-moyen);font-size:.9rem;font-weight:500}.AvisSection-module__grhy2W__sortSelect{border-radius:var(--arrondi-petit);color:var(--texte-noir);cursor:pointer;background-color:#fff;border:2px solid #93c5fd33;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .3s}.AvisSection-module__grhy2W__sortSelect:hover{border-color:var(--bleu-pastel)}.AvisSection-module__grhy2W__sortSelect:focus{border-color:var(--bleu-pastel);outline:none;box-shadow:0 0 0 3px #93c5fd1a}.AvisSection-module__grhy2W__userAvisContainer{margin-bottom:var(--espace-xl)}.AvisSection-module__grhy2W__avisList{gap:var(--espace-md);flex-direction:column;display:flex}.AvisSection-module__grhy2W__avisCard{border-radius:var(--arrondi-moyen);padding:var(--espace-lg);background-color:#fff;border:2px solid #93c5fd33;transition:all .3s}.AvisSection-module__grhy2W__avisCard:hover{border-color:var(--bleu-pastel);box-shadow:0 4px 12px #93c5fd26}.AvisSection-module__grhy2W__userAvis{border-color:var(--bleu-pastel);background:linear-gradient(135deg,#93c5fd0d,#93c5fd1a)}.AvisSection-module__grhy2W__avisCardHeader{margin-bottom:var(--espace-md);justify-content:space-between;align-items:center;display:flex}.AvisSection-module__grhy2W__avisUser{align-items:center;gap:var(--espace-sm);display:flex}.AvisSection-module__grhy2W__avisAvatar{object-fit:cover;border:2px solid var(--bleu-pastel);border-radius:50%;width:48px;height:48px}.AvisSection-module__grhy2W__avisAvatarPlaceholder{color:#fff;border:2px solid var(--bleu-pastel);background:linear-gradient(135deg,#fca5a5,#ef4444);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;font-weight:700;display:flex}.AvisSection-module__grhy2W__avisUser>div{flex-direction:column;gap:.25rem;display:flex}.AvisSection-module__grhy2W__avisUsername{color:var(--texte-noir);font-size:1rem;font-weight:700}.AvisSection-module__grhy2W__avisDate{color:var(--gris-moyen);font-size:.875rem}.AvisSection-module__grhy2W__avisActions{gap:var(--espace-xs);display:flex}.AvisSection-module__grhy2W__btnIcon{border:2px solid var(--bleu-pastel);color:var(--bleu-pastel);cursor:pointer;border-radius:var(--arrondi-petit);background:0 0;justify-content:center;align-items:center;padding:.5rem;transition:all .3s;display:flex}.AvisSection-module__grhy2W__btnIcon:hover{background-color:var(--bleu-pastel);color:#fff;transform:scale(1.05)}.AvisSection-module__grhy2W__btnDanger{color:#ef4444;border-color:#ef4444}.AvisSection-module__grhy2W__btnDanger:hover{color:#fff;background-color:#ef4444}.AvisSection-module__grhy2W__avisCommentaire{margin-top:var(--espace-md);color:var(--texte-noir);padding-top:var(--espace-md);border-top:1px solid #93c5fd33;font-size:1rem;line-height:1.6}.AvisSection-module__grhy2W__avisEmpty{text-align:center;padding:var(--espace-xl);border-radius:var(--arrondi-moyen);background-color:#93c5fd0d;border:2px dashed #93c5fd4d}.AvisSection-module__grhy2W__avisEmpty p{color:var(--gris-moyen);font-size:1rem}@media (max-width:768px){.AvisSection-module__grhy2W__avisHeader{flex-direction:column;align-items:flex-start}.AvisSection-module__grhy2W__sectionTitle{font-size:1.25rem}.AvisSection-module__grhy2W__avisCard{padding:var(--espace-md)}.AvisSection-module__grhy2W__avisCardHeader{align-items:flex-start;gap:var(--espace-sm);flex-direction:column}.AvisSection-module__grhy2W__avisActions{justify-content:flex-end;width:100%}}
.Bibliotheque-module__gex5dG__page{flex-direction:column;min-height:100vh;display:flex}.Bibliotheque-module__gex5dG__main{padding:var(--espace-xl)0;background:linear-gradient(#fefefe 0%,#fff5f3 40%,#ffebe8 100%);flex:1}.Bibliotheque-module__gex5dG__container{max-width:1400px;padding:0 var(--espace-md);margin:0 auto}.Bibliotheque-module__gex5dG__header{margin-bottom:var(--espace-xl)}.Bibliotheque-module__gex5dG__title{color:var(--bleu-pastel);margin-bottom:var(--espace-sm);font-size:2.5rem;font-weight:800}.Bibliotheque-module__gex5dG__subtitle{color:var(--texte-gris);font-size:1.125rem}.Bibliotheque-module__gex5dG__filters{gap:var(--espace-sm);margin-bottom:var(--espace-xl);flex-wrap:wrap;display:flex}.Bibliotheque-module__gex5dG__filterButton{border:2px solid var(--bleu-pastel);color:var(--bleu-pastel);border-radius:var(--arrondi-grand);cursor:pointer;align-items:center;gap:var(--espace-xs);background-color:#0000;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:flex}.Bibliotheque-module__gex5dG__filterButton:hover{background-color:#93c5fd1a}.Bibliotheque-module__gex5dG__filterButton.Bibliotheque-module__gex5dG__active{background:var(--gradient-bleu-principal);color:#fff;border-color:#0000}.Bibliotheque-module__gex5dG__filterButton.Bibliotheque-module__gex5dG__aVoir{border-color:var(--bleu-pastel);color:var(--bleu-pastel)}.Bibliotheque-module__gex5dG__filterButton.Bibliotheque-module__gex5dG__aVoir.Bibliotheque-module__gex5dG__active{background:var(--bleu-pastel);color:#fff}.Bibliotheque-module__gex5dG__filterButton.Bibliotheque-module__gex5dG__enCours{border-color:var(--jaune-pastel);color:var(--jaune-pastel)}.Bibliotheque-module__gex5dG__filterButton.Bibliotheque-module__gex5dG__enCours.Bibliotheque-module__gex5dG__active{background:var(--jaune-pastel);color:#fff}.Bibliotheque-module__gex5dG__filterButton.Bibliotheque-module__gex5dG__vu{border-color:var(--vert-pastel);color:var(--vert-pastel)}.Bibliotheque-module__gex5dG__filterButton.Bibliotheque-module__gex5dG__vu.Bibliotheque-module__gex5dG__active{background:var(--vert-pastel);color:#fff}.Bibliotheque-module__gex5dG__filterButton.Bibliotheque-module__gex5dG__favori{border-color:var(--corail-pastel);color:var(--corail-pastel)}.Bibliotheque-module__gex5dG__filterButton.Bibliotheque-module__gex5dG__favori.Bibliotheque-module__gex5dG__active{background:var(--gradient-corail-rose);color:#fff}.Bibliotheque-module__gex5dG__grid{gap:var(--espace-lg);grid-template-columns:repeat(4,1fr);display:grid}.Bibliotheque-module__gex5dG__empty{text-align:center;padding:var(--espace-xl)0}.Bibliotheque-module__gex5dG__emptyIcon{margin-bottom:var(--espace-md);opacity:.3}.Bibliotheque-module__gex5dG__emptyTitle{color:var(--texte-gris);margin-bottom:var(--espace-sm);font-size:1.5rem;font-weight:700}.Bibliotheque-module__gex5dG__emptyText{color:var(--texte-gris);margin-bottom:var(--espace-lg)}.Bibliotheque-module__gex5dG__loadingContainer{justify-content:center;padding:3rem;display:flex}@media (max-width:950px){.Bibliotheque-module__gex5dG__grid{gap:var(--espace-md);grid-template-columns:repeat(2,1fr)}.Bibliotheque-module__gex5dG__filters{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;padding-bottom:10px;overflow-x:auto}.Bibliotheque-module__gex5dG__filters::-webkit-scrollbar{display:none}.Bibliotheque-module__gex5dG__filterButton{white-space:nowrap;flex-shrink:0}.Bibliotheque-module__gex5dG__title{font-size:2rem}}@media (max-width:500px){.Bibliotheque-module__gex5dG__grid{grid-template-columns:1fr}}
.Home-module__Hs1ptG__page{flex-direction:column;min-height:100vh;display:flex}.Home-module__Hs1ptG__main{padding:var(--espace-lg)0;background:linear-gradient(#fefefe 0%,#fff5f3 40%,#ffebe8 100%);flex:1}.Home-module__Hs1ptG__container{max-width:1200px;padding:0 var(--espace-sm);margin:0 auto}.Home-module__Hs1ptG__hero{background:var(--gradient-bleu-principal);border-radius:var(--arrondi-moyen);min-height:50vh;padding:var(--espace-lg);text-align:center;box-shadow:var(--ombre-grande);justify-content:center;align-items:center;animation:.8s ease-out Home-module__Hs1ptG__fadeInUp;display:flex}@keyframes Home-module__Hs1ptG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.Home-module__Hs1ptG__heroContent{max-width:700px}.Home-module__Hs1ptG__heroTitle{margin-bottom:var(--espace-md);color:#fff;letter-spacing:-.02em;text-shadow:0 2px 20px #0003;font-family:Playfair Display,serif;font-size:2.5rem;font-weight:900;line-height:1.2}.Home-module__Hs1ptG__heroTitle .Home-module__Hs1ptG__brand-name{color:#fef3c7;text-shadow:0 0 20px #fef3c780,0 2px 20px #0000004d}.Home-module__Hs1ptG__heroDescription{color:#fffffff2;margin-bottom:var(--espace-md);letter-spacing:.01em;text-shadow:0 1px #ffffff05,0 3px 8px #00000073;-webkit-text-stroke:.2px #0000001f;font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.8}.Home-module__Hs1ptG__heroCtaText{color:#fef3c7;margin-bottom:var(--espace-lg);letter-spacing:.02em;text-transform:uppercase;text-shadow:0 2px 8px #0000004d;font-family:Roboto,sans-serif;font-size:1.125rem;font-weight:700}.Home-module__Hs1ptG__textPrimary{color:#fef3c7;text-shadow:0 0 20px #fef3c780,0 2px 20px #0000004d}@media (max-width:768px){.Home-module__Hs1ptG__heroTitle{font-size:2rem}.Home-module__Hs1ptG__heroDescription{font-size:1rem}.Home-module__Hs1ptG__heroCtaText{font-size:1.125rem}}
.Legal-module__Uw2q0q__legalPage{background:linear-gradient(#f8fafc,#fff);flex-direction:column;min-height:100vh;display:flex}.Legal-module__Uw2q0q__legalMain{padding:var(--espace-xl)var(--espace-lg);flex:1}.Legal-module__Uw2q0q__legalContainer{max-width:900px;margin:0 auto}.Legal-module__Uw2q0q__legalHeader{text-align:center;margin-bottom:var(--espace-xl);padding-bottom:var(--espace-lg);border-bottom:2px solid var(--bleu-pastel)}.Legal-module__Uw2q0q__legalTitle{color:var(--bleu-pastel);margin-bottom:var(--espace-sm);font-size:2.5rem;font-weight:800}.Legal-module__Uw2q0q__legalSubtitle{color:var(--texte-gris);font-size:1rem}.Legal-module__Uw2q0q__legalContent{padding:var(--espace-xl);border-radius:var(--arrondi-large);box-shadow:var(--ombre-moyenne);background:#fff}.Legal-module__Uw2q0q__legalSection{margin-bottom:var(--espace-xl)}.Legal-module__Uw2q0q__legalSection:last-child{margin-bottom:0}.Legal-module__Uw2q0q__sectionTitle{color:var(--texte-noir);margin-bottom:var(--espace-md);padding-left:var(--espace-sm);font-size:1.5rem;font-weight:700}.Legal-module__Uw2q0q__sectionContent{color:var(--texte-gris);margin-bottom:var(--espace-md);line-height:1.8}.Legal-module__Uw2q0q__sectionContent p{margin-bottom:var(--espace-md)}.Legal-module__Uw2q0q__sectionContent ul{padding-left:var(--espace-lg);margin-bottom:var(--espace-md);list-style:outside}.Legal-module__Uw2q0q__sectionContent li{margin-bottom:var(--espace-xs)}.Legal-module__Uw2q0q__sectionContent strong{color:var(--texte-noir);font-weight:600}.Legal-module__Uw2q0q__contactInfo{padding:var(--espace-md);border-radius:var(--arrondi-moyen);margin:var(--espace-md)0;background:#f8fafc}.Legal-module__Uw2q0q__contactInfo p{margin:var(--espace-xs)0;color:var(--texte-noir)}.Legal-module__Uw2q0q__highlight{padding:var(--espace-md);border-radius:var(--arrondi-moyen);margin:var(--espace-md)0;background:#93c5fd1a}.Legal-module__Uw2q0q__updateDate{text-align:center;color:var(--texte-gris);margin-top:var(--espace-xl);padding-top:var(--espace-lg);border-top:1px solid #e5e7eb;font-size:.9rem}.Legal-module__Uw2q0q__subsectionTitle{color:var(--texte-noir);margin-top:1rem;margin-bottom:.5rem;font-weight:600}.Legal-module__Uw2q0q__dangerIcon{vertical-align:middle;margin-right:8px;display:inline}@media (max-width:768px){.Legal-module__Uw2q0q__legalTitle{font-size:2rem}.Legal-module__Uw2q0q__legalContent{padding:var(--espace-lg)}.Legal-module__Uw2q0q__sectionTitle{font-size:1.25rem}}
.Login-module__BrymgG__loginPage{flex-direction:column;min-height:100vh;display:flex}.Login-module__BrymgG__loginMain{flex:1;align-items:center;padding:3rem 0;display:flex}.Login-module__BrymgG__loginContainer{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.Login-module__BrymgG__loginCard{background-color:#fff;border:1px solid #0000000d;border-radius:1rem;max-width:28rem;margin:0 auto;transition:all .3s;animation:.6s ease-out Login-module__BrymgG__fadeInUp;overflow:hidden;box-shadow:0 4px 12px #0000001f,0 2px 4px #00000014}.Login-module__BrymgG__loginCard:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000026,0 4px 8px #0000001a}.Login-module__BrymgG__loginCardBody{padding:3rem}.Login-module__BrymgG__loginTitle{color:var(--bleu-pastel);text-align:center;margin-bottom:1.5rem;font-size:2rem;font-weight:700}@keyframes Login-module__BrymgG__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Login-module__BrymgG__loginCardBody{padding:2rem 1.5rem}.Login-module__BrymgG__loginTitle{font-size:1.5rem}.Login-module__BrymgG__loginMain{padding:2rem 0}}
.Register-module__rwz_wa__registerPage{flex-direction:column;min-height:100vh;display:flex}.Register-module__rwz_wa__registerMain{flex:1;align-items:center;padding:3rem 0;display:flex}.Register-module__rwz_wa__registerContainer{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.Register-module__rwz_wa__registerCard{background-color:#fff;border:1px solid #0000000d;border-radius:1rem;max-width:28rem;margin:0 auto;transition:all .3s;animation:.6s ease-out Register-module__rwz_wa__fadeInUp;overflow:hidden;box-shadow:0 4px 12px #0000001f,0 2px 4px #00000014}.Register-module__rwz_wa__registerCard:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000026,0 4px 8px #0000001a}.Register-module__rwz_wa__registerCardBody{padding:3rem}.Register-module__rwz_wa__registerTitle{color:var(--bleu-pastel);text-align:center;margin-bottom:1.5rem;font-size:2rem;font-weight:700}@keyframes Register-module__rwz_wa__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:950px){.Register-module__rwz_wa__registerMain{padding:2rem 0}.Register-module__rwz_wa__registerContainer{padding:0 1rem}.Register-module__rwz_wa__registerCardBody{padding:1.5rem}.Register-module__rwz_wa__registerTitle{margin-bottom:1rem;font-size:1.75rem}}@media (max-width:480px){.Register-module__rwz_wa__registerCard{box-shadow:none;border:1px solid #e5e7eb}}
