/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1768767740
Updated: 2026-01-18 20:22:20

*/
.planning-container {
    display: flex;
    flex-direction: column;
    font-family: sans-serif;
    overflow-x: auto;
    z-index: 2;
    padding: 0px;
}

@media screen and (max-width: 768px)
{
.planning-container {
 
    overflow: scroll;
   
}	
}


.planning-header {
    display: flex;
    gap: 10px;
}
.planning-day {
    flex: 1;
    padding: 6px;
    background: var( --e-global-color-primary );
    text-align: center;
    border-radius: 20px;
    min-width: 150px;
    
}
.planning-day h3 {
    text-transform: uppercase;
    color: white;
    font-family: 'Bricolage Grotesque';
    margin: 0;
    font-size: 1.4em;
}
.planning-body {
    display: flex;
    flex-direction: column;
}
.planning-row {
    display: flex;
    margin: 10px 0 0;
    gap: 10px;
}
.planning-cell {
    flex: 1;
    padding: 0;
    
    min-height: 80px;
    min-width: 150px;
}
.cours {
    padding: 0;
    color: #fff;
    font-size: 0.9em;
    border-radius: 0px 30px 20px 20px;
    overflow: hidden;
    text-align: center;
    margin: 0;
    min-height: 140px;
    position: relative;
}
.cours:hover {
    filter: none !important;
    opacity: .91 !important;
    cursor: pointer;
}
.cours > strong {
    width: 100%;
    display: block;
    background: #1F4E9D;
}

.cours .activite {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0 0 10px 0;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.cours .activite  .activite-title {
    padding: 0 0px;
    max-width: 180px;
    display: inline-block;
}

.cours a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.activite-footer {
    font-size: 1em;
    
}
.activite-footer em {
    display: block;    
}

.elementor-nav-menu--main{
   z-index: 10;
}



/* Membre Card Styles */


@media screen and (max-width: 768px) {
    .elementor-shortcode .membre-card {
        padding: 0 20px;
    }
    .elementor-shortcode .membre-card-inner {
        flex-direction: column;
        align-items: center;
    }
    .elementor-shortcode .membre-card-image,
   .elementor-shortcode .membre-card-content {
        flex-basis: 100%;
    }
    .elementor-shortcode .membre-card-content {
        margin-top: 20px;
    }
}

.membre-card {
    margin: 0;
    padding: 0 120px;
}
.membre-card-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
    justify-content: space-between;
}
.membre-card-image {
    flex-basis: 40%;
}
.membre-card-image.card-image img {
    width: 100%;
    max-height: 600px;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
}
.membre-card-content {
    flex-basis: 51%;
    position: relative;
}
.membre-stars {
    color: #1F4E9D;
    font-size: 1.5em;
    margin-bottom: 20px;
}
.membre-card-title {
    font-size: 1.3em;
    font-weight: bold;    
    margin-bottom: 30px;
    color:#000;
    font-family: "Bricolage Grotesque", sans-serif;
}
.membre-card-title svg {
    width: 12px;
    height: 12px;
    vertical-align: top;
    
}
.membre-description {
    font-size: 1em;
    font-family: "Inter", sans-serif;
    color: #000;
}
.membre-divider {
    border: none;
    border-top: 1px solid #aaa;
    margin: 40px 0  30px !important;
}
.membre-name {
    font-weight: 600;
    color: #001020;
    font-size: 1.4em;
    font-family: "Bricolage Grotesque", sans-serif;
    
}
.membre-dot {
    position: absolute;
    bottom: -15px;
    right: 0;
    width: 55px;
    height: 55px;
    background-color: #1F4E9D;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}
.membre-dot svg {
    width: 20px;
    fill:white
}
.membre-sous-titre{
    font-family: "Bricolage Grotesque";
    font-weight: 500;
    font-size: 1.6em;
}


/* Styles pour le toggle */

/* Conteneur principal */
.description-membre-toggle {
    position: relative;
}

/* Icône cliquable */
.description-membre-toggle .toggle-trigger {
    cursor: pointer;
    display: flex;
    align-items: center;
}

/* Icône */
.description-membre-toggle .toggle-trigger .elementor-icon {
    color: #0056b3;
    transition: transform 0.3s ease;
}

/* Rotation du + quand ouvert */
.description-membre-toggle.is-open .toggle-trigger .elementor-icon {
    transform: rotate(45deg); /* + devient × */
}

/* Contenu caché par défaut */
.description-membre-toggle .toggle-content {
    display: none;
    margin-top: 15px;
    transition: all 0.3s ease;
}

/* Animation douce */
.description-membre-toggle .toggle-content p {
    margin-bottom: 10px;
    transition: all 0.3s ease;
}


/* MENU */

nav.elementor-nav-menu--dropdown.elementor-nav-menu__container
{
    position: absolute;
    top: 38px;
    z-index: 99;
    right: -4em;
    width: 100vw;
}

#menu-1-3702363 {
    z-index: 10;
}  


body.activite-slug-chant-scenographie .section__autres-cours{
    display: none;
}  

