#calendar-container{max-width:350px;margin-top:20px;font-family:Arial,sans-serif;border:1px solid #ddd;border-radius:8px;padding:10px;background:#fff}#calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}#calendar-header button{background:#007bff;color:#fff;border:none;padding:8px 15px;cursor:pointer;font-size:18px}#calendar-header button:hover{background:#0056b3}#calendar-header button.no-prev,#calendar-header button.no-prev:hover{cursor:default;background:gray;pointer-events:none}#month-year{margin:0;font-size:24px;color:#333}#calendar-days-header{display:grid;grid-template-columns:repeat(7,50px);margin-bottom:5px}.day-header{text-align:center;font-weight:700;padding:10px;background:#f8f9fa;color:#666}#days-container{display:grid;grid-template-columns:repeat(7,50px)}.day-cell{aspect-ratio:1;display:flex;align-items:center;justify-content:center;border:1px solid #e0e0e0;transition:.2s;background:#fff}.day-cell.today span{background:#007bff;color:#fff;font-weight:700;padding:2px 6px;border-radius:100%}.day-cell.other-month{color:#a9a9a9}.day-cell.other-month.ud44_indisponible,.day-cell.other-month.ud44_partiellement_disponible{color:#708090!important}.day-cell.ud44_indisponible,.ud44_indisponible{background-color:salmon;color:#000}.day-cell.ud44_indisponible_retrait,.ud44_indisponible_retrait{background-color:salmon;opacity:.8;background-size:15px 15px;background-image:repeating-linear-gradient(45deg,#fcbfb8 0,#fcbfb8 1.5px,salmon 0,salmon 50%);color:#000!important}.day-cell.ud44_partiellement_disponible,.ud44_partiellement_disponible{background-color:orange;color:#000}.day-cell.ud44_partiellement_disponible_retrait,.ud44_partiellement_disponible_retrait{background-color:orange;opacity:.8;background-size:15px 15px;background-image:repeating-linear-gradient(45deg,#ffd8d4 0,#ffd8d4 1.5px,orange 0,orange 50%);color:#000!important}#calendar-legend{max-width:370px;margin-top:8px;display:flex;justify-content:space-between;flex-wrap:wrap}.calendar-legend-retrait{display:flex;align-items:center;margin-top:2px;height:auto!important}.calendar-legend-retrait,.calendar-legend-retrait-legend{border:none!important;padding:0!important}.calendar-legend-retrait-legend{margin-left:8px}#calendar-legend div{height:15px;padding:5px;border:1px solid;font-size:13px;line-height:13px}#calendar-data{display:none}