.modal-fond{z-index:2000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000e6;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.3s ease-out fadeIn;display:flex;position:fixed;top:0;left:0}.modal-contenu{background:#000;border-radius:16px;width:95%;max-width:1000px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0006}.modal-fermer{color:#fff;cursor:pointer;z-index:10;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:28px;line-height:1;transition:all .2s;display:flex;position:absolute;top:15px;right:20px}.modal-fermer:hover{background:var(--rouge,#e63946)}.video-encadre{aspect-ratio:16/9;width:100%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
