/*
Theme Name: Light by CMC Agency
Theme URI: https://cmc-agency.me
Author: CMC AGENCY
Author URI: https://cmc-agency.me
Description: Light est un thème sur-mesure ultra minimaliste.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: light
Tags: light, minimal, blog
*/
/* Styles généraux */
body {
  color: #333333;
  margin: 0 !important;
  transition: background-color 0.5s, color 0.5s;

}
* {font-family:inter!important}
.hide , .hidden {display:none!important}

/* Style de base pour les boutons (Néomorphisme sobre) */
.buttoninterface {
display: flex;
justify-content: center;
padding: 6px;
border-radius: 8px;
background: #222; /* Couleur de fond sombre, comme dans l'image */
box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3), -4px -4px 8px rgba(255, 255, 255, 0.2); /* Ombres discrètes */
color: #fff; /* Texte ou icône en blanc */
 /* Taille ajustable de l'icône */
width: 40px; /* Largeur ajustable selon vos préférences */
height: 40px; /* Hauteur ajustable selon vos préférences */
text-align: center;
cursor: pointer;
transition: all 0.3s ease; /* Transition fluide */
border: none; /* Retirer les bordures par défaut */
}



