/**
* CDN LeVendel v3
*
* Copyright (c) 2025 Liam Charpentier (https://liamcharpentier.fr)
* All Rights Reserved.
*/
.film-list{display:flex;flex-direction:column;gap:20px}.movie{display:flex;gap:20px;padding:10px;border-radius:var(--section-radius);background-color:var(--default-color);align-items:center;cursor:pointer}.movie h1,.movie h2{margin:5px 0 5px 0}.movie .poster{width:150px;border-radius:10px;max-height:100%}.movie .infos{display:flex;flex-direction:column;justify-content:space-around}.movie .dates .date .horaires,.movie .dates{display:flex;gap:20px;flex-wrap:wrap}.movie .dates .date{display:flex;justify-content:space-around;flex-wrap:wrap;background-color:#fff;flex-direction:column;padding:20px;border-radius:20px;align-items:center}.movie .dates .date .horaires .horaire{display:flex;background-color:var(--accent-color);padding:10px;border-radius:15px;align-items:center;color:#fff;flex-direction:column}.movie .dates .date .horaires .horaire .time{margin:0;font-size:30px}@media screen and (max-width:1080px){.movie .dates .date .horaires .horaire .time{font-size:20px!important}.movie .dates .date .horaires{justify-content:center}.movie{flex-direction:column;justify-content:center}.movie .infos,.movie .dates .date .horaires,.movie .dates{align-items:center;justify-content:center}}