/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.calendrier {
    max-width: 600px;
    font-family: sans-serif;
}

.calendrier-header {
    text-align: center;
    margin-bottom: 10px;
}

.calendrier-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
}

.jour-header {
    font-weight: bold;
    text-align: center;
}

.jour {
    background: #f5f5f5;
    padding: 10px;
    min-height: 60px;
    position: relative;
}

.jour.vide {
    background: transparent;
}


.aplsi-mega-card {
    background: #185d78;
    color: #ffffff;
    border-radius: 16px;
    padding: 24px;
    max-width: 250px;
}

.aplsi-mega-card h4 {
    color: #ffffff;
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 1.25;
}

.aplsi-mega-card p {
    color: #ffffff;
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 1.5;
}

.aplsi-mega-card a {
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
}

.aplsi-mega-card a:hover {
    text-decoration: underline;
}