/*
Theme Name: Lyma Thème Child
Theme URI: https://lymaweb.fr
Template: astra
Author: Florian.B
Author URI: https://lymaweb.fr
Description: Thème enfant personnalisé sur la base Astra.
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 1.0.0.1776248970
Updated: 2026-04-15 12:29:30

*/
/* EFFETS SURVOL HEADER */
.cartes {
	transition: 0.3s;
}

.cartes:hover {
	transform: scale(1.1);
}



/* STYLE ÉVÉNEMENT */

/* Fond global léger */
.event-wrapper {
    background: #F8F8F8;
    padding: 40px 20px;
}

/* Carte centrée */
.event-container {
    max-width: 600px;
    margin: 0 auto;
    background: #96B579;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #B7826B;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.29);
}

.container-meta {
    background: #F5F3EF;
    padding: 20px;
    border-radius: 8px;
}

/* Titre */
.event-title {
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

/* Image */
.event-image {
    width: 100%;
    border: 1px solid #B7826B;
    border-radius: 8px;
    margin-bottom: 20px;
}

/* Meta (date, lieu...) */
.event-meta {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 0.95rem;
    color: #000000;
    font-weight: 400;
    margin-bottom: 25px;
}

.event-meta p strong {
    color: #000000;
    font-size: 1.1rem;
}

/* Description */
.event-description {
    line-height: 1.8;
    font-weight: 400;
    font-size: 0.95rem;
}

.event-description p strong{
    color: #000000;
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    .event-container {
        padding: 20px;
    }

    .event-meta {
        flex-direction: column;
        gap: 5px;
    }
}



/* STYLE ARCHIVE ÉVÉNEMENT */

/* Titre */
.archive-title {
    text-align: left;
    font-size: 45px;
	margin-top: 30px;
    margin-bottom: 50px;
}

/* Grille centrée */
.events-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
	margin: 40px 0 40px 0;
}

@media (max-width: 768px) {
    .events-grid {
        grid-template-columns: 1fr;
    }
}

/* Carte */
.event-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.29);
	border: 2px solid #96B579;
    transition: transform 0.2s ease;
}

.event-card:hover {
    transform: translateY(-5px);
	border: 2px solid #B7826B;
}

/* Lien */
.event-card a {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;};


/* Wrapper image FIXE */
.event-card-image-wrapper {
    height: 180px;
    overflow: hidden;
}    

/* Image */
.event-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: white;
}

/* Contenu */
.event-card-content {
    background: #96B579;
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    padding-top: 20px;
}

/* Titre */
.event-card-title {
    font-size: 1.25rem;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px !important; 
	text-align: center;
}

/* Meta */
.event-card-meta {
    font-size: 0.9rem;
    color: #000000;
	padding-top: 10px;
    margin-top: auto;
}

.event-card-meta span {
    background: #F1EDE3;
	color: #000000;
	font-weight: bold;
    padding: 3px 8px;
	margin-left: 5px;
    border-radius: 6px;
}


/* STYLE LIENS DÉMARCHES */

.demarches {
	transition: transform 0.2s ease;
}

.demarches:hover {
	transform: translateY(-5px);
	text-decoration: underline;
	color: #BB6F58;
}


.archive .ast-article-post .ast-article-inner{
    background-color: white;
}

.ast-custom-button{
    text-transform: none !important;
}



/* STYLE SINGLE OURNAL DE FAUGUERNON */

.journal-container {
    margin: 50px auto;
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.journal-title {
    text-align: center;
    margin-bottom: 20px;
}

.journal-pdf {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.btn-pdf {
    margin-top: 30px;
    padding: 10px 15px;
    background: #B7826B;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
}

/* STYLE ARCHIVE JOURNAL DE FAUGUERNON */

/* Bloc accordéon */
.pdf-accordion-item {
    margin-bottom: 5px;
}

/* Bouton année */
.pdf-accordion-title {
    width: 100%;
    background: #96B579;
    padding: 20px;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: 0.3s;
    position: relative;
}

/* Hover */
.pdf-accordion-title:hover {
    background: #B7826B;
}

.pdf-accordion-title.active {
    background: #B7826B;
}

/* Icône */
.pdf-accordion-title::after {
    content: "+";
    position: absolute;
    right: 20px;
}

/* Accordéon ouvert */
.pdf-accordion-title.active::after {
    content: "-";
}

/* Contenu caché */
.pdf-accordion-content {
    max-height: 0;
    overflow: hidden;
    padding-top: 20px;
    transition: max-height 0.4s ease;
}

/* wrapper */
.pdf-wrapper {
    padding: 40px 20px;
}

/* grille */
.pdf-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
	margin: 20px 0 50px 0;
}

@media (max-width: 768px) {
    .pdf-grid {
        grid-template-columns: 1fr;
    }
}

/* carte */
.pdf-card {
    background: #ffffff;
    border: 1px solid #96B579;
    border-radius: 12px;
    padding: 10px 20px 30px 20px;
    box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.564);
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 90%;
}

/* contenu */
.pdf-card-content {
    display: flex;
    flex-direction: column;
    min-height: 100px;
}

/* titre aligné */
.pdf-card-title {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 15px;
}

/* bouton en bas */
.pdf-card-link {
    margin-top: 20px;
    display: inline-block;
    padding: 8px 8px;
    background: #96B579;
    font-size: 0.9rem;
    color: #ffffff;
    border-radius: 6px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.pdf-card-link:hover {
    background: #B7826B;
    color: #ffffff;
}

/* STYLE TITRE DU SITE */
.ast-site-identity .site-title a {
    text-transform: uppercase !important;
}


.ast-primary-header-bar {
    box-shadow: 0px 5px 7px -3px rgba(0, 0, 0, 0.5);
}


.archive .ast-article-post .ast-article-inner {
    background-color: #ffffff;
    border: 1px solid #96B579;
}

.archive .ast-article-post .ast-article-inner .read-more a {
    color: #B7826B;
}

.info-contact {
    text-shadow: 1px 1px 2px rgb(142, 142, 142);
}


/* EFFET SURVOL */
.cartes {
	transition: transform 0.2s ease;
}

.cartes:hover {
	transform: translateY(-10px);
}


.uagb-block-9a7df64d.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab {
    border-radius: 8px;
}