.elementor-7602 .elementor-element.elementor-element-82c8bc3:not(.elementor-motion-effects-element-type-background), .elementor-7602 .elementor-element.elementor-element-82c8bc3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );background-image:url("https://mgmjouet.com/wp-content/uploads/2025/01/Fichier-7@72x-1.png");background-repeat:no-repeat;background-size:16% auto;}.elementor-7602 .elementor-element.elementor-element-82c8bc3 > .elementor-background-overlay{background-image:url("https://mgmjouet.com/wp-content/uploads/2025/01/Fichier-3@72x.png");background-position:bottom right;background-repeat:no-repeat;opacity:1;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-7602 .elementor-element.elementor-element-82c8bc3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), roboto;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-7602 .elementor-element.elementor-element-4de72b7{padding:150px 150px 150px 150px;}.elementor-7602 .elementor-element.elementor-element-4de72b7 .elementor-heading-title{color:#FFFFFF;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), roboto;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS */.mgm-notices {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 400px));
    justify-content: center;
    gap: 32px;
    padding-left: 32px;
    padding-right: 32px;
}

.mgm-notices__brand {
    width: 100%;
    max-width: 400px;
    border: 1px solid #d9d9d9;
    border-radius: 18px;
    padding: 32px 28px;
    background: #ffffff;
    box-sizing: border-box;
}

.mgm-notices__brand-title {
    display: none;
}

.mgm-notices__brand-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80px;
    margin-bottom: 24px;
}

.mgm-notices__brand-logo img {
    max-width: 180px;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.mgm-notices__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mgm-notices__item {
    margin-bottom: 10px;
    text-align: center;
}

.mgm-notices__item:last-child {
    margin-bottom: 0;
}

.mgm-notices__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: inherit;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.4;
}

.mgm-notices__link:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .mgm-notices {
        grid-template-columns: 1fr;
        padding-left: 20px;
        padding-right: 20px;
    }

    .mgm-notices__brand {
        max-width: 100%;
        padding: 28px 22px;
    }
}/* End custom CSS */