.elementor-337 .elementor-element.elementor-element-a73fa5a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:0%;--padding-bottom:0%;--padding-left:5%;--padding-right:4%;}.elementor-337 .elementor-element.elementor-element-a73fa5a:not(.elementor-motion-effects-element-type-background), .elementor-337 .elementor-element.elementor-element-a73fa5a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#3B3838;}.elementor-337 .elementor-element.elementor-element-c11419b{--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-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;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 );}.elementor-337 .elementor-element.elementor-element-cdd529a{--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-337 .elementor-element.elementor-element-e3cf4f9{--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-337 .elementor-element.elementor-element-d91bc76{--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-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-337 .elementor-element.elementor-element-c11419b{--width:25%;}.elementor-337 .elementor-element.elementor-element-cdd529a{--width:25%;}.elementor-337 .elementor-element.elementor-element-e3cf4f9{--width:25%;}.elementor-337 .elementor-element.elementor-element-d91bc76{--width:25%;}}/* Start custom CSS for text-editor, class: .elementor-element-41402e0 */.footer-left {
    color: #ccc;
    font-size: 14px;
    line-height: 1.6;
    max-width: 320px;
}

.footer-left img {
    max-width: 120px;
    margin-bottom: 15px;
    filter: drop-shadow(0 0 10px rgba(255,106,0,0.3));
}

.footer-left p {
    margin-bottom: 10px;
    color: #aaa;
}

.footer-left strong {
    color: #fff;
}

/* IMAGE À GAUCHE */
.footer-left img {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

/* NETTOYAGE */
.footer-left::after {
    content: "";
    display: block;
    clear: both;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-5ef9ccf */.footer-contact {
    color: #ccc;
    font-size: 14px;
}

.footer-contact h4 {
    color: #fff;
    margin-bottom: 12px;
}

.footer-contact p {
    margin: 5px 0;
}

/* ===== RÉSEAUX ===== */
.footer-social {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-social span {
    font-size: 13px;
}

/* ICONES */
.social-icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #222;
    color: #fff;
    transition: 0.3s;
    text-decoration: none;
}

/* FACEBOOK */
.social-icon.facebook:hover {
    background: #1877f2;
}

/* INSTAGRAM */
.social-icon.instagram:hover {
    background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
}

/* HOVER GENERAL */
.social-icon:hover {
    transform: translateY(-2px);
}/* End custom CSS */