/*
Theme Name: Graph Synergie - Iframe
Author: Graph Synergie
Author URI: http://www.graphsynergie.com
Description: Thème utilisé pour les iframe
Version: 1.0
Tags: iframe
*/

@font-face {
    font-family: 'Flamabook';
    src: url('fonts/flamabook-webfont.woff2') format('woff2'),
         url('fonts/flamabook-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* Admin area */
#adminmenu .menu-icon-yimby-unite{
    background: #449a35 !important;
}

input[name="wpcf[coordonnees]"], input[name="wpcf[coordonnees-second-etage]"]{
    color: #dcdcdc !important;
}

#adminmenu .menu-icon-yimby-unite:hover{
    background: #326d27 !important;
    color: #ffffff !important;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}