
/* Modification de l'entête du site */


/* Création d'un block réutilisable pour les coordonnées */
.block_contact_mairie,
.block_contact_laposte {
    position: relative;
    padding: 15px;
    background-color: #f7f6f5;
    outline: 1px solid #eee;
    outline-offset: -1px;
}
.block_contact_mairie {
    border-top: 10px solid #0050a0;
}
.block_contact_laposte {
    border-top: 10px solid #f0c30f;
}
.block_contact_mairie figure,
.block_contact_laposte figure {
    display: block;
    position: absolute;
    top: -35px;
    left: calc(50% - 25px);
    z-index: 1;
    width: 50px;
    height: 50px;
}
.block_contact_laposte figure {
    background-color: #f0c30f;
}

#site-homepage-widgets + #site-main {
    margin-top: 30px;
}

/* Couleur de fond au menu sinon ça fait moche avec la photo d'entête' */
#site-primary-menu,
.large-nav > li > a {
    background-color: rgba(0,0,0,0.4);
}
.large-nav > li > a {
    backdrop-filter: blur(2px);
}
#site-primary-menu > .menu-item {
    border-right: 2px solid rgba(0,0,0,0);
}
section#posts_in_home {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    padding: 0;
    margin-left: 0;

    /* display: none; */
}
section#events_in_home {
    display: flex;
    justify-content: center;
    /* display: none; */
}
article.post_in_home {
    width: calc(25% - 30px);
    max-width: 250px;
    text-align: center;
    padding: 15px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    background-color: #f7f6f5;
    outline: 1px solid #eee;
    outline-offset: -1px;
}
.post_in_home .the_post_thumbnail {
    aspect-ratio: 1/1;
    display: grid;
    position: relative;

    align-items: center;
    background-image: url(/wp-content/uploads/2025/03/adjoint-placeholder.jpg);
    background-image: url(/wp-content/uploads/2026/05/cortevaix-nb-opa50.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.post_in_home .the_post_thumbnail img {
    margin: auto;
    background-color: #fff;
}
.post_in_home .the_date {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #113069;
    color: #fff;

        /* background-color: #eee; */
        /* color: gray; */

    font-size: 12px;
    line-height: 20px;
    height: 20px;
    padding: 0 3px;

    transform: scale(0.7);
    transform-origin: 0 0;
}
.post_in_home h2.the_title {
    font-size: 18px;
    padding: 10px 0;
}
.post_in_home .the_content {}
.post_in_home a.the_permalink {
    display: block;
    background-color: #d3c183;
    padding: 3px 9px;
    margin-top: 10px;
}

/* 27 mai 2026 - intégration du CPT commission -> icone */
.commission-communale-fleurissement {
    
}

.event_in_home {
    display: block !important;
}