body{margin:0;overflow-x:hidden;}
#recherches-pop { background-color: #000; padding: 10px 0; text-align: center;color: #fff;}
/*#recherches-pop a{color: #bbb;}*/
#recherches-pop a:hover {color: #97bf0d;}
.elementor-nav-menu--dropdown{width:100% !important; left:0 !important;}
#comments .title-comments {display: none;}
.fa-star{color:#f8e81f;}
.commentrating .fa{font-size:16px;margin: 0 5px;color:#ffcc00}

.comment-form-url {display: none;}

.gform_wrapper .gfield_checkbox li input[type=checkbox] {
    opacity: 0;
    position: absolute;  
}
.gform_wrapper .gfield_checkbox li input[type=checkbox] + label{
    position: relative;
    overflow: hidden;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;   
    line-height: 22px; 
}

.gform_wrapper .gfield_checkbox li input[type=checkbox] + label:before,
.gform_wrapper .gfield_checkbox li input[type=checkbox] + label:after{
    content: '';
    position: absolute;
    left: 0;
    z-index: 1;
    -webkit-transition: .2s;
    transition: .2s;
}
/* after */
.gform_wrapper .gfield_checkbox li input[type=checkbox]:not(:checked) + label:after{
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    top: 0px;
}
.gform_wrapper .gfield_checkbox li input[type=checkbox]:checked + label:after{
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #C6A500;
    background-color: #C6A500;
    z-index: 0;
    border-radius: 2px;
}
/* before */
.gform_wrapper .gfield_checkbox li input[type=checkbox]:not(:checked) + label:before{
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.gform_wrapper .gfield_checkbox li input[type=checkbox]:checked + label:before{
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    margin-top:3px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

/*#commentform [type=button], #commentform [type=submit], #commentform button,
#gform_1 [type=button], #gform_1 [type=submit], #gform_1 button {
	border: none;
	text-transform: uppercase;
	font-weight: 900;
	color: #ffffff;
	font-size: 25px;
    border-radius: 0;
    padding: 15px 20px;
    background: #97bf0d;
}

#commentform [type=button]:hover, #commentform [type=submit]:hover, #commentform button:hover,
#gform_1 [type=button]:hover, #gform_1 [type=submit]:hover, #gform_1 button:hover {
	background: #d44329;
    border-radius: 0;
}

#commentform a, #gform_1 a {
	color: #ffffff;
}*/


/***** PRODUCTS STYLE *****/
.produts-slider .products{
    margin:0;
    display:flex !important;
    justify-content:center;
    flex-wrap:wrap;
    align-items:center;
    flex-direction: column;
    width:290px;
    padding:0 10px;
}
.products-flex{
    display:flex;
    justify-content:space-around;
    flex-wrap:wrap;
}
.products-flex .products{
    display:flex !important;
    justify-content:center;
    flex-wrap:wrap;
    align-items:center;
    flex-direction: column;
    width:290px;
    margin:20px 10px;
    padding:0 10px;
}
.products .thumb{
    width:270px;
    height:270px;
    border-radius:100%;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: inset 0 9px 16px rgba(40,60,7,0.63);
    margin-bottom:25px;
}
.products .title{
    text-align:center;
    font-family:'Montserrat', sans-serif;
    font-size:29px;
    color:#283c07;
}
.products .excerpt{
    text-align:center;
    color:#111715;
    line-height:1.4em;
    margin:20px 0 30px;
}
.products .excerpt p{
    margin:0;
}
.products .footer-products{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
}
.products .footer-products .elementor-button{
    background:#769f91;
    padding:12px 13px;
}
.products .footer-products .price{
    color:#769f91;
    font-size:30px;
    font-family:'Montserrat', sans-serif;
    font-weight:600;
    margin-left:10px;
}

@media screen and (max-width: 1024px) {
	
}

/*** SMARTPHONE SIZE ***/
@media screen and (max-width: 767px) {
	
}

/****** INSCRIPTION MODULE GRAVITY FORM 11/02/2025 ******/


.container-auth {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    max-width: 600px;
    width: 100%;
    text-align: center;
    margin: 20px auto;
}

.activation-title {
    font-size: 28px;
    color: #000;
    margin-bottom: 20px;
    font-weight: bold;
}

.content-text {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 20px;
}

.activation-link {
    color: #C6A500;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.activation-link:hover {
    color: #E2BD04;
}

.submit-auth{
    background-color: #C6A500;
    border-color: #C6A500;
    color: #ffffff;
}

.submit-auth:hover{
    background-color: #E2BD04;
}

body.gfur-activate section.elementor-element-2b46d5f{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
} 

