/*
Theme Name: Neve Child
Theme URI: https://themeisle.com/themes/neve/
Template: neve
Author: ThemeIsle
Author URI: https://themeisle.com
Description: Neve is a next-generation, ultra-fast WordPress theme designed for top performance, SEO, and Core Web Vitals. Its lightweight codebase and small size ensure minimal overhead and lightning-fast load times. Fully compatible with the block editor, popular page builders (Elementor, Bricks, Oxygen etc), and WooCommerce, it’s perfect for blogs, small businesses, agencies, portfolios, and online stores. With responsive design, multilingual translations, and easy customization options, Neve empowers you to create a future-proof, high-ranking online presence. Discover everything Neve has to offer and explore our powerful premium version at https://themeisle.com/themes/neve/.
Tags: blog,custom-logo,e-commerce,rtl-language-support,grid-layout,one-column,two-columns,custom-background,custom-colors,custom-header,custom-menu,featured-image-header,featured-images,flexible-header,full-width-template,sticky-post,theme-options,threaded-comments,translation-ready,accessibility-ready,wide-blocks,block-styles,footer-widgets,portfolio,left-sidebar,right-sidebar
Version: 4.2.11.1787819769
Updated: 2026-08-27 08:36:09

*/

/* =========================================
   OPENAGENDA - STYLE DU CALENDRIER
   ========================================= */

/* Fond général de l'agenda */
.single-oa-calendar {
    color: #ffffff;
}

/* Textes des événements */
.single-oa-calendar .oa-event-description {
    color: #ffffff !important;
}

/* Titres des événements */
.single-oa-calendar .oa-event-title {
    color: #ffffff !important;
    font-size: 1.35rem;
    line-height: 1.25;
    margin-bottom: 10px;
}

/* Dates */
.single-oa-calendar .oa-event-range {
    color: #ffffff !important;
    font-weight: 600;
    
}

/* Description */
.oa-event-description,
.oa-event-location-label {
    color: white !important;
}

/* Recherche */
.single-oa-calendar input[type="search"],
.single-oa-calendar input[type="text"] {
    background: #ffffff !important;
    color: #ffffff !important;
    border: 1px solid #cccccc !important;
}

/* Texte "Rechercher" */
.single-oa-calendar input::placeholder {
    color: #777777 !important;
    opacity: 1;
}

/* Bordures des blocs */
.single-oa-calendar .oa-event-grid > * {
    border-color: #ffffff;
}

/* événement isolé*/

/* Masquer l'âge */
.oa-event-age {
    display: none !important;
}

/* Masquer l'inscription */
.oa-event-registration {
    display: none !important;
}

/* Masquer bouton share */
.oa-event-details .share,
.oa-event-details [class*="share"] {
    display: none !important;
}


/* Masquer "Titre du spectacle" */
.oa-event-titre-du-spectacle-label {
    display: none !important;
}

/* Nom du spectacle dans le calendrier */
.oa-event-titre-du-spectacle-value {
    font-size: 1.6em !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
	color: #eb6526 !important;
    margin-bottom: 8px;
}



/* Titre du spectacle */
.oa-event-titre-du-spectacle-label {
    display: none;
}

.oa-event-titre-du-spectacle-value {
    display: block;
    font-weight: 700;
    font-size: 1.2em;
}
