.elementor-298 .elementor-element.elementor-element-fb83852{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:14px 14px;--row-gap:14px;--column-gap:14px;}.elementor-298 .elementor-element.elementor-element-b045274{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--gap:16px 16px;--row-gap:16px;--column-gap:16px;}.elementor-298 .elementor-element.elementor-element-793b5df img{max-width:80%;}.elementor-298 .elementor-element.elementor-element-ca6aa9d{padding:0px 0px 20px 0px;}.elementor-298 .elementor-element.elementor-element-ca6aa9d .elementor-heading-title{font-size:44px;font-weight:700;text-transform:capitalize;line-height:1.2em;letter-spacing:0.5px;}.elementor-298 .elementor-element.elementor-element-6da16f7{margin:10px 10px calc(var(--kit-widget-spacing, 0px) + 10px) 10px;padding:30px 30px 30px 30px;}.elementor-298 .elementor-element.elementor-element-6da16f7 .elementor-heading-title{font-size:24px;font-weight:500;color:#0C3C60;}.elementor-298 .elementor-element.elementor-element-1f87559{width:var( --container-widget-width, 80% );max-width:80%;margin:28px 28px calc(var(--kit-widget-spacing, 0px) + 28px) 28px;--container-widget-width:80%;--container-widget-flex-grow:0;}.elementor-298 .elementor-element.elementor-element-1f87559.elementor-element{--align-self:center;--flex-grow:1;--flex-shrink:1;}.elementor-298 .elementor-element.elementor-element-1f87559 .elementor-heading-title{font-size:16px;line-height:20px;color:#333333;}.elementor-298 .elementor-element.elementor-element-5b3ec41{--display:flex;}.elementor-298 .elementor-element.elementor-element-c341366 .elementor-heading-title{color:#E924AC;}.elementor-298 .elementor-element.elementor-element-3266dcf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-298 .elementor-element.elementor-element-a527e74 .e-gallery-item:hover .elementor-gallery-item__overlay, .elementor-298 .elementor-element.elementor-element-a527e74 .e-gallery-item:focus .elementor-gallery-item__overlay{background-color:rgba(0,0,0,0.5);}.elementor-298 .elementor-element.elementor-element-a527e74{--image-transition-duration:800ms;--overlay-transition-duration:800ms;--content-text-align:center;--content-padding:20px;--content-transition-duration:800ms;--content-transition-delay:800ms;}.elementor-298 .elementor-element.elementor-element-8be4e2b{--display:flex;}.elementor-298 .elementor-element.elementor-element-566a100{--display:flex;}.elementor-298 .elementor-element.elementor-element-60e3beb{--display:flex;}/* Start custom CSS for image, class: .elementor-element-793b5df *//* Logo structure */
.lbm-logo-structure img {
    max-width: 90px;
    height: auto;
    margin-bottom: 6px;
}

/* Option : logo rond / doux */
.lbm-logo-structure img {
    border-radius: 12px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-b045274 *//* Entête structure : logo + titre alignés */
.lbm-entete-structure {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 12px;
}

/* Logo de la structure */
.lbm-logo-structure img {
    max-width: 80px;
    height: auto;
    border-radius: 12px;
}

/* Responsive : logo au-dessus du titre sur mobile */
@media (max-width: 768px) {
    .lbm-entete-structure {
        flex-direction: column;
        gap: 8px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-fb83852 *//* Carte de présentation de la structure */
.lbm-presentation {
    max-width: 1000px;
    margin: 40px auto 30px;
    background: #f4fbff;
    border-radius: 22px;
    padding: 36px 42px 32px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
}

/* Titre de la structure dans la carte */
.lbm-presentation h1,
.lbm-presentation h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    color: #0c3c60;
    font-size: 38px;
    line-height: 1.2;
}

/* Horaires d'ouverture juste sous le titre */
.lbm-presentation .lbm-horaires {
    text-align: center;
    margin-top: 0;
    margin-bottom: 22px;
    color: #263645;
    font-size: 20px;
    font-weight: 500;
}

/* Texte descriptif */
.lbm-presentation p {
    max-width: 820px;
    margin: 0 auto 8px auto;
    line-height: 1.6;
    font-size: 16px;
    color: #333333;
    text-align: left;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-2564822 *//* Bloc projet pédagogique & accueil */
.lbm-infos-structure .lbm-projet-pedago {
    margin-top: 1.5rem;
    padding: 1rem 1.25rem;
    border-radius: 12px;
    background: #f4fbff; /* bleu très clair */
    border-left: 4px solid #2bb7d8; /* rappel bleu LBAM */
}

.lbm-infos-structure .lbm-projet-pedago h4 {
    margin-top: 0;
    margin-bottom: 0.75rem;
    font-size: 1.05rem;
}

/* Mise en forme en "grille" des 3 lignes (pédago / repas / langues) */
.lbm-infos-structure .lbm-projet-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 2rem;
}

.lbm-infos-structure .lbm-projet-item {
    min-width: 220px;
}

.lbm-infos-structure .lbm-projet-label {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

/* Tags jolis pour chaque valeur */
.lbm-infos-structure .lbm-tag {
    display: inline-block;
    margin: 0 0.35rem 0.35rem 0;
    padding: 0.15rem 0.7rem;
    border-radius: 999px;
    background: #e6f7ff;
    font-size: 0.9em;
    line-height: 1.4;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-566a100 */.lbm-infos-structure {
    background: #F0FBFF;
    border-radius: 14px;
    padding: 25px;
    margin: 30px 0;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}

.lbm-infos-structure h3 {
    margin-top: 0;
    color: #0C3C60;
}

.lbm-infos-structure p {
    margin: 6px 0;
    font-size: 16px;
}

.lbm-infos-structure a {
    color: #1E87F0;
    text-decoration: none;
}

.lbm-infos-structure a:hover {
    text-decoration: underline;
}

.lbm-infos-structure hr {
    margin: 15px 0;
    border: none;
    border-top: 1px solid #dbeef7;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-60e3beb */.lbm-poste-vacant {
    background: #F0FBFF;
    border-radius: 14px;
    padding: 25px;
    margin-top: 30px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}

.lbm-poste-vacant h3 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #0C3C60;
    font-weight: 600;
}

.lbm-poste-vacant p {
    margin: 6px 0;
    font-size: 16px;
}/* End custom CSS */