/*
Theme Name: 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: 3.8
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
*/

body {
color: #333333;
	margin:0px!important;
  background-image: #fff;
font-family:poppins;
}

/* 
:root{
  --color-primary: #7CD6C2;
  --color-secondary: #7F8F94;
--color-text: #333;
font-family:poppins!important;
}
*/


.hide, 
.elementor-slideshow__footer {
    display: none !important;
}

b {
    font-weight: 500;
}

.blockverre {
background-image: linear-gradient(180deg, #D3EEFF29 0%, #FFFFFF08 100%);
border-radius:6px; 
padding:40px; 
backdrop-filter: blur( 10px );
-webkit-backdrop-filter: blur( 10px );
border-style: solid;
border-width: 1px 0px 0px 1px;
border-color: #FFFFFF20;box-shadow: inset 0.5px 0.5px 1px #ffffff50,inset -0.5px -0.5px 1px #00000050, 0px 0px 50px #00000060;
}

.btn-menu {
border-radius:6px;
color:#000;
font-weight:600;
padding: 15px;
display: inline-block;
min-width:100%;
text-align:left;
background-image: linear-gradient(145deg, #fff 0%, #000 fff%);
	transition : background-image 0.3s;
}

.btn-menu:hover {
color:#fff;	transition : background-image 0.3s;
background-image: linear-gradient(145deg, #01f6f7 0%, #1e718d 130%);
}


 .grow:hover  {transition:  0.3s;transition-timing-function: ease-out; transform: scale(1.1);}
 .grow:hover  .nogrow  {transition:  0.3s;transition-timing-function: ease-out; transform: scale(0.9)!important;}



/*
.elementor-button {
    background-image: linear-gradient(to right, #1a717b 0%, #047e84 51%, #1a717b 100%) !important;
    transition: 0.3s;
    background-size: 200% auto !important;
    color: white !important;
    font-weight: 600 !important;
    box-shadow: 
        inset -3px -3px 6px #00000040, 
        inset 3px 3px 6px #ffffff40 !important;
    border-radius: 8px !important;
    border: none !important;
}

.elementor-button:hover {
    transform: scale(1.05) !important;
    box-shadow: 5px 5px 20px #00000060 !important;
    background-position: right center !important;
    color: #fff;
    cursor: pointer !important;
    text-decoration: none;
}
*/ 