
.prestation-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.prestation-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #ffffff;
    padding-top: 14px   ;  
    padding-bottom:10px   ;  
    padding-left: 35px   ;   
    padding-right: 35px   ;   
    border-radius: 5px;
    position: relative;
    gap: 5px;
    width: 100%; /* Réduction de la largeur */
    border-radius: 12px 12px 12px 12px;
    box-shadow: 0px 4px 8px -2px rgba(204, 199.1217391304348, 199.1217391304348, 0.99);
}


/* Positionnement du bouton de suppression en haut à droite */
.remove-prestation {
    background: #000000;
    color: white;
    padding: 5px 8px;
    border-radius: 50%;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 22px;
    right: 17px;
    font-size: 12px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.remove-prestation:hover {
    background: #575656;
}

.add-prestation-button {
    display: inline-block;
    background: black;
    color: white;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 5px;
}

.add-prestation-button:hover {
    background: #333;
}

#calendarForm {
    margin-top: 20px;
}

/* Bouton choisir */
.prestation-form {
    display: inline;
}

.prestation-form .prestation-button-elementor-button {
    border: none;
    background: black;
    border-radius: 15px;
    padding: 8px 10px; /* Ajustement pour s'adapter à une carte plus petite */
    color: white;
    font-size: 12px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.prestation-actions {
    display: flex;
    gap: 10px;
    margin-top: 5px;
    justify-content: left;
}




















/*footer*/
.opening-hours-widget {
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    width: 100%;
    max-width: 300px;
}

.opening-hours-widget h3 {
    color: #0c0c0c;
    font-size: 20px;
    margin-bottom: 10px;
}

.opening-hours-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.opening-hours-widget li {
    color: #333;
    font-size: 16px;
    margin: 5px 0;
}


#liste-des-prestation-omar {
    display: none;
}


