/**
 * Custom Control Panel Styles for IconoPro
 *
 * This file contains custom CSS to modify the Craft CMS Control Panel appearance
 */

/* Example: Custom logo styling */
/*
#global-header #system-info h2 {
    color: #your-color;
}
*/

/* Example: Custom sidebar styling */
/*
#global-sidebar {
    background-color: #your-color;
}
*/

/* Example: Custom button styling */

/* Redéfinir les variables CSS de Craft */
:root {
    /* Boutons primaires */
    --primary-button-bg: #ff4500 !important;

    /* Background général du CP */
    --gray-050: #fff4f0 !important; /* Background très clair */
    --gray-100: #fff9f7 !important; /* Background des cartes/panneaux */
    --gray-150: #ffdccf!important;/* Bordures et séparateurs */
    --gray-200: #ffccbd!important;/* Bordures et séparateurs */

    /* Couleurs des liens */
    --link-color: #ff4500 !important; /* Couleur des liens normaux */
    --link-hover-color: #ff6633 !important; /* Couleur des liens au survol */
    --ui-control-color: #ff4500 !important; /* Couleur des éléments UI interactifs */
}


/* Add your custom CP styles below */

#poweredby, #app-info, #newwidgetmenubtn, #widgetManagerBtn {
    display:none!important;
}
