/* Styles pour l'événement sélectionné dans FullCalendar */
.fc-event.selected-event {
    background-color: #0073aa !important; /* Couleur de sélection, ajustez si besoin */
    border-color: #0073aa !important;
    box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.5); /* Effet d'ombre pour plus de visibilité */
    color: white !important;
    /* Autres styles pour un effet de sélection */
}
.fc-event.selected-event:hover {
    color: #0073aa !important;
}
.fc-daygrid-event-harness,
.fc-list-event {
    cursor: pointer;
}
.fc table {
    font-size: 0.75em;
}

.fc-listMonth-view,
.fc-scroller,
#mta-reservation {
    border-radius: 5px;
}

#mta-reservation {
    font-size: 0.75em;
}
#mta-reservation p {
    margin-bottom: 0;
}

.mta-reservation-title {
    font-size: 14px;
}

#mta-ajouter-panier {
    margin-top: 10px;
}

#mta-quantite-block {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
#mta-quantite-text {
    width: 80%;
    margin-bottom: 0;
}
#mta-quantite {
    width: 20%;
}

.progress-container {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 30px;
    background-color: #e0e0e0;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin: 20px auto 10px;
    display: none;
}

.progress-bar {
    height: 100%;
    width: 0%;
    transition: width 0.3s ease;
    text-align: center;
    color: white;
    font-weight: bold;
    line-height: 30px;
}

.mta-places-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #edededad;
    padding: 0 10px;
    border-radius: 20px;
    text-align: center;
    font-size: 12px;
    color: #000;
}

.green {
    background-color: #4caf50;
}

.orange {
    background-color: #ff9800;
}

.red {
    background-color: #f44336;
}

@media screen and (max-width: 1365px) {
  .elementor-element-4e957d7c {
    zoom: 90%;
  }
}

#mta-info-comp {
    text-align: center;
}