.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;padding:var(--espace-md);background:#0009;justify-content:center;align-items:center;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-container{border-radius:var(--arrondi-moyen);width:100%;max-width:500px;padding:var(--espace-xl);background:#fff;animation:.3s cubic-bezier(.25,.8,.25,1) slideUp;position:relative;box-shadow:0 20px 60px #0000004d}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-close-btn{top:var(--espace-md);right:var(--espace-md);cursor:pointer;color:var(--texte-gris);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex;position:absolute}.modal-close-btn:hover{color:var(--texte-noir);background-color:#0000000d}.modal-icon-container{margin-bottom:var(--espace-lg);justify-content:center;display:flex}.modal-icon{animation:.4s cubic-bezier(.25,.8,.25,1) iconPop}@keyframes iconPop{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.modal-icon-success{color:var(--vert-pastel)}.modal-icon-error{color:var(--rouge-pastel)}.modal-icon-warning{color:var(--jaune-pastel)}.modal-icon-confirm,.modal-icon-info{color:var(--bleu-pastel)}.modal-content{text-align:center;margin-bottom:var(--espace-xl)}.modal-title{color:var(--texte-noir);margin-bottom:var(--espace-sm);font-size:1.5rem;font-weight:700}.modal-message{color:var(--texte-gris);font-size:1rem;line-height:1.6}.modal-actions{gap:var(--espace-md);justify-content:center;display:flex}.modal-actions .btn{border-radius:var(--arrondi-petit);cursor:pointer;border:none;justify-content:center;align-items:center;min-width:120px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.modal-actions .btn-primary{background:linear-gradient(135deg,var(--bleu-pastel)0%,var(--cyan-pastel)100%);color:#fff}.modal-actions .btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #93c5fd66}.modal-actions .btn-outline{color:var(--texte-gris);background:#fff;border:2px solid #0000001a}.modal-actions .btn-outline:hover{border-color:var(--bleu-pastel);color:var(--bleu-pastel);background-color:#0000000d}@media (max-width:768px){.modal-container{padding:var(--espace-lg);margin:var(--espace-md)}.modal-title{font-size:1.25rem}.modal-actions{flex-direction:column}.modal-actions .btn{width:100%}}
.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);align-items:center;gap:.375rem;font-weight:500;text-decoration:none;transition:color .3s;display:flex}.Header-module__ynQi5a__navLink:hover{color:var(--bleu-pastel)}.Header-module__ynQi5a__navLink.Header-module__ynQi5a__active{color:var(--bleu-pastel);font-weight:700}.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);align-items:center;gap:.375rem;margin-right:10px;font-weight:700;text-decoration:none;display:flex}.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}}
.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}}
