/*
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: 'Montserrat', sans-serif !important
}

.hide , .hidden {display:none!important}

body:not(.elementor-editor-active):not(.wp-admin) *:not(#wpadminbar):not(#wpadminbar *) {
    font-family: 'Montserrat', sans-serif !important;
  }
  
.headercustom , .glassmorphism {
    background: rgba(255, 255, 255, 0.493); /* Fond semi-transparent blanc */
    backdrop-filter: blur(10px); /* Flou pour l'effet de verre */
    -webkit-backdrop-filter: blur(10px); /* Compatibilité avec Safari */
    
    border: 1px solid rgba(255, 255, 255, 0.315); /* Bordure semi-transparente */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); /* Ombre légère */
}

