/*
 Theme Name:     hello-elementor-child
 Theme URI:      http://fbiaggency.shop/
 Description:    Un thème enfant pour personnaliser le thème parent sans le modifier.
 Author:         Crealoom
 Author URI:     http://crealoom.fr/
 Template:       hello-elementor
 Version:        1.0.0
*/

@import url("../hello-elementor/style.css");

/* Ajoute ici tes styles personnalisés */


.calendar {
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
}
/*
.calendar-header {
    background-color: #0073aa;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-auto-rows: minmax(100px, auto);
    border-top: 1px solid #ccc;
}

.calendar-day {
    background-color: #f1f1f1;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    border-bottom: 1px solid #ccc;
}

.calendar-cell {
    padding: 10px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.calendar-cell:last-child {
    border-right: none; /* Enlever la bordure droite du dernier élément de la ligne */
}/*

.calendar-date {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.event {
    background-color: #0073aa;
    color: white;
    padding: 5px;
    margin: 2px 0;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
}*/
