
.elementor-section.elementor-section-boxed>.elementor-container {
    width: 100% !important;
}


/*
    CSS SmicvalCalendrieAffichage.php
 */
.hidable {
    display: none;
}
.form-width {
    width: 35%;
}
.zone-visible {
    margin: 3% 1%;
}

/** CSS adresses.php */
ul.adresses-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.adresses-list > li {
    cursor: pointer;
    border-top: 1px solid darkseagreen;
    padding: 5px;
    margin: 0;
    color: olive;
}
ul.adresses-list > li:hover {
    font-weight: bold;
}
ul.adresses-list > li:nth-child(2n) {
    background: #ecf5d0;
}
ul.adresses-list > li > a {
    display: block;
    text-decoration: none;
    color: whitesmoke;
}

/** CSS calendrier.php */
.month-list > li.ferie {
    background: #e7d3eb;
}
.month-list > li.dimanche {
    background: #a3b8a9;
}
ul.month-list {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid olive;
}
.month-list > li {
    list-style-type: none;
    margin: 0;
    border-left: 1px solid darkslategrey;
    border-right: 1px solid darkslategrey;
    background: white;
    padding: 4px 2px;
    min-height: 22px;
    font-size: 0.8em;
    border-top: 1px solid olive;
}
.month-title {
    padding: 0;
    margin: 0;
    font-weight: bold;
    color: olive;
}
.month-list > li.collected {
    background: #e2ebdf;
}
.message-collecte {
    color: #8ba392;
}
.bacs {
    font-weight: bold;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.legende {
    background: white;
    padding: 0 10px;
}
.titre-calendar {
    color: white;
    margin: 0;
    padding: 1%;
    background: darkseagreen;
    background-image: url(https://calendar.smicval.fr/wp-content/uploads/2019/11/Logo_smicval_mono_blanc_100x95.png) !important;
    background-size: 3.5% !important;
    background-repeat: no-repeat !important;
    background-position: 1% !important;
}
.btn-pdf {
    margin-bottom: 2%;
}
.conteneur-cal {
    background: #e6ebed;
    border: 1px solid darkslategrey;
    padding: 2% 2% 1%;
}
.btn-pdf > a {
    color: darkseagreen;
    font-weight: bold;
}

