.container{max-width:1200px;margin:0 auto;padding:0 20px}.evenement-page-title{font-size:2rem;font-weight:800;text-align:center;margin-bottom:60px;letter-spacing:2px;position:relative;text-shadow:0 2px 10px rgba(0,0,0,.8),0 4px 20px rgba(0,0,0,.6)}.evenement-page-title a{font-size:2.3rem;color:#c3c3c3;font-weight:600;text-decoration:none}.evenements-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-bottom:60px}@media(max-width:992px){.evenements-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.evenements-grid{grid-template-columns:1fr}}.evenements-grid a{text-decoration:none;color:inherit;display:block;height:100%}.loading-container{display:flex;justify-content:center;align-items:center;min-height:300px}.loading-spinner{width:50px;height:50px;border-radius:50%;border:3px solid hsla(0,0%,100%,.1);border-top-color:#fff;animation:spin 1s ease-in-out infinite}.back-link{display:inline-block;margin-bottom:30px;color:#fff;text-decoration:none;font-size:1rem;transition:color .3s ease,transform .3s ease}.back-link:hover{color:#ccc;transform:translateX(-5px)}.evenement-detail{display:flex;gap:40px;margin-top:40px}@media(max-width:992px){.evenement-detail{flex-direction:column}}.evenement-image-container{flex:1;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.3)}.detail-image-wrapper{position:relative;width:100%;aspect-ratio:16/9}.evenement-detail-image{width:100%;height:auto;object-fit:cover;display:block}.evenement-info{flex:1;padding:20px;background-color:hsla(0,0%,7%,.7);border-radius:12px;box-shadow:0 5px 15px rgba(0,0,0,.2)}.evenement-subtitle{font-size:1.8rem;font-weight:600;margin-bottom:20px;text-shadow:0 2px 4px rgba(0,0,0,.5)}.evenement-description{font-size:1.1rem;line-height:1.6;margin-bottom:30px;color:#eee}.evenement-metadata{margin-top:30px;padding-top:20px;border-top:1px solid hsla(0,0%,100%,.1)}.metadata-item{margin-bottom:10px;display:flex;align-items:center}.metadata-label{font-weight:600;margin-right:10px;color:#aaa}.metadata-value{color:#fff}.event-header{padding:20px 0;border-bottom:1px solid hsla(0,0%,100%,.1);margin-bottom:20px}.event-title{font-size:24px;font-weight:600;margin:0}.photo-selection-info{background-color:rgba(0,0,0,.7);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;padding:15px 20px;margin:20px 0;display:flex;align-items:center}.photo-selection-info .info-icon{margin-right:10px;color:hsla(0,0%,100%,.7)}.photo-selection-info .info-text{font-size:14px;color:hsla(0,0%,100%,.9)}.selection-counter{display:flex;flex-direction:column;justify-content:center;align-items:center;position:fixed;bottom:20px;left:0;right:0;margin:0 auto;z-index:100;background-color:rgba(0,0,0,.8);border-radius:8px;padding:15px 20px;box-shadow:0 4px 20px rgba(0,0,0,.5);backdrop-filter:blur(10px);width:auto;max-width:300px}.selection-counter .counter-text{font-size:14px;font-weight:500;margin-bottom:10px;text-align:center}.photos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:40px;min-height:calc(100vh - 200px)}@media(max-width:992px){.photos-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.photos-grid{grid-template-columns:1fr}}.gallery-item,.photo-item{position:relative;aspect-ratio:1/1;border-radius:4px;overflow:hidden;cursor:pointer;opacity:1!important;transition:transform .3s ease,box-shadow .3s ease}.gallery-item:hover,.photo-item:hover{transform:scale(1.02);box-shadow:0 5px 15px rgba(0,0,0,.5)}.gallery-item:hover:after,.photo-item:hover:after{opacity:1}.gallery-item:hover .photo-overlay,.photo-item:hover .photo-overlay{opacity:1;background-color:rgba(0,0,0,.4)}.gallery-item:after,.photo-item:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,hsla(0,0%,100%,.1) 0,transparent 70%);opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:3}.gallery-item.selected .photo-overlay,.photo-item.selected .photo-overlay{opacity:1;background-color:hsla(0,0%,100%,.2)}.photo-image{width:100%;height:100%;object-fit:cover}.photo-overlay{top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3);opacity:0;transition:opacity .3s,background-color .3s;z-index:1}.photo-overlay,.selection-checkbox{position:absolute;display:flex;align-items:center;justify-content:center}.selection-checkbox{top:10px;right:10px;width:32px;height:32px;border:2px solid hsla(0,0%,100%,.8);border-radius:50%;opacity:1!important;transition:background-color .3s,border-color .3s;cursor:pointer;z-index:20;pointer-events:auto}.selection-checkbox:hover{background-color:rgba(30,30,30,.9);border-color:#fff}.selection-checkbox svg{color:#fff}.photo-item.selected .selection-checkbox{background-color:hsla(0,0%,100%,.9);border-color:#fff;color:#000}.photo-item.selected .selection-checkbox svg{color:#000}.watermark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:24px;font-weight:700;color:hsla(0,0%,100%,.5);text-shadow:0 2px 4px rgba(0,0,0,.5);pointer-events:none;white-space:nowrap}.photos-loader{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:200px}.photos-loader .loader-spinner{width:40px;height:40px;border-radius:50%;border:3px solid hsla(0,0%,100%,.1);border-top-color:#fff;animation:spin 1s ease-in-out infinite;margin-bottom:20px}.photos-loader .loading-progress{width:100%;max-width:500px;margin-top:20px}.photos-loader .loading-progress .progress-bar{width:100%;height:8px;background-color:hsla(0,0%,100%,.1);border-radius:4px;overflow:hidden;margin-bottom:10px}.photos-loader .loading-progress .progress-bar .progress-fill{height:100%;background-color:#fff;border-radius:4px;transition:width .3s ease}.photos-loader .loading-progress .progress-text{font-size:14px;color:hsla(0,0%,100%,.8);text-align:center}@keyframes spin{to{transform:rotate(1turn)}}.error-message{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;padding:30px;background-color:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;text-align:center}.error-message svg{margin-bottom:15px;color:#ff4d4d}.error-message p{font-size:16px;color:#fff;max-width:500px;line-height:1.5}