<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("common.css");
:root {
    --main-color: #15B7FF;
    --secondary-color: #8e8e8e;
    --logo: url('/images/marques_blanches/EF/logo_web.svg');
    --background-size: 100px;
    --guarantee-bg-rgba: rgba(21, 183, 255, 0.2);
    --btn-home-display: none;
    --display-carte_grise-info: none;
}

/* Logos*/
body[template="EF"]  #navbar {
    background-position-x: 49.5%;
}

body[template="EF"] #footer{  /* footer */
    display:none !important;
}

body[template="EF"] .lien_mu vc lti {
    display:none !important;
}

/* Masquage numero */

body[template="EF"] #reject-rate-page #callback-btn,
body[template="EF"] #devis-error-page #callback-btn,
body[template="EF"] #reject-quote-page .callback-info,
body[template="EF"] #failure-page #callback-btn {
    display: none;
}
body[template="EF"] #navbar { /* menu */
    /* position:relative; */
}
body[template="EF"] .margeMenu { /* menu */
    /* height:0; */
}
</pre></body></html>