/* @override 
	https://greus.olecomte.com/wp-content/themes/greus-theme/style.css?* */

/*
Theme Name:     GREUS Theme (Neve Child)
Theme URI:      https://themeisle.com/themes/neve/
Template: neve
Author:         ThemeIsle
Author URI:     https://themeisle.com
Description:    Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL & translation ready. Look no further. Neve is the perfect theme for you!
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles
*/

:root {
	
	--container: 1400px;
    --bodyfontfamily: "Encode Sans", Arial, Helvetica, Geneva, sans-serif;

	 --nv-primary-accent: #83b628;
	 --nv-secondary-accent: #552a84; 
	 --nv-light-bg: #f2f2f2;
	 --nv-dark-bg: #333340; 
	 --nv-text-color: #333340; 
	 --nv-c-1: #9463ae; 
	 --nv-c-2: #be574b; 
	 
	 --radius-sm:5px;
	 --radius:10px;
	 --radius-m:15px;
	 
	--nv-site-bg: #ffffff;
	
	 --e-global-color-nvprimaryaccent: var(--nv-primary-accent); 
	 --e-global-color-nvsecondaryaccent: var(--nv-secondary-accent); 
	 --e-global-color-nvlightbg: var(--nv-light-bg); 
	 --e-global-color-nvdarkbg: var(--nv-primary-accent); 
	 --e-global-color-nvtextcolor: var(--nv-dark-bg); 
	 --e-global-color-nvc1: var(--nv-c-1); 
	 --e-global-color-nvc2: var(--nv-c-2); 

	/* --nv-fallback-ff: Arial, Helvetica, sans-serif; */
	
	/* --postwidth: 100%; */
	/* --primarybtnbg: var(--nv-primary-accent); */
	/* --primarybtnhoverbg: var(--nv-primary-accent); */
	/* --primarybtncolor: #fff; */
	/* --secondarybtncolor: var(--nv-primary-accent); */
	/* --primarybtnhovercolor: #fff; */
	/* --secondarybtnhovercolor: var(--nv-primary-accent); */
	/* --primarybtnborderradius: 3px; */
	/* --secondarybtnborderradius: 3px; */
	/* --secondarybtnborderwidth: 3px; */
	/* --btnpadding: 13px 15px; */
	/* --primarybtnpadding: 13px 15px; */
	/* --secondarybtnpadding: calc(13px - 3px) calc(15px - 3px); */
	/* --bodyfontsize: 15px; */
	/* --bodylineheight: 1.6; */
	/* --bodyletterspacing: 0px; */
	/* --bodyfontweight: 400; */
	/* --h1fontsize: 36px; */
	/* --h1fontweight: 700; */
	/* --h1lineheight: 1.2; */
	/* --h1letterspacing: 0px; */
	/* --h1texttransform: none; */
	/* --h2fontsize: 28px; */
	/* --h2fontweight: 700; */
	/* --h2lineheight: 1.3; */
	/* --h2letterspacing: 0px; */
	/* --h2texttransform: none; */
	/* --h3fontsize: 24px; */
	/* --h3fontweight: 700; */
	/* --h3lineheight: 1.4; */
	/* --h3letterspacing: 0px; */
	/* --h3texttransform: none; */
	/* --h4fontsize: 20px; */
	/* --h4fontweight: 700; */
	/* --h4lineheight: 1.6; */
	/* --h4letterspacing: 0px; */
	/* --h4texttransform: none; */
	/* --h5fontsize: 16px; */
	/* --h5fontweight: 700; */
	/* --h5lineheight: 1.6; */
	/* --h5letterspacing: 0px; */
	/* --h5texttransform: none; */
	/* --h6fontsize: 14px; */
	/* --h6fontweight: 700; */
	/* --h6lineheight: 1.6; */
	/* --h6letterspacing: 0px; */
	/* --h6texttransform: none; */
	/* --formfieldborderwidth: 2px; */
	/* --formfieldborderradius: 3px; */
	/* --formfieldbgcolor: var(--nv-site-bg); */
	/* --formfieldbordercolor: #dddddd; */
	/* --formfieldcolor: var(--nv-text-color); */
	/* --formfieldpadding: 10px 12px; */
    }
	
/* @group DIVERS */

.elementor-widget-text-editor h1,
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3,
.elementor-widget-text-editor p{
	margin: 0 0 8px;
}

.list-resources li{
	border-bottom: 1px solid #bdbdbd !important;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #552a83;
}

.list-resources li:last-child{
	border-bottom: 0px solid red !important;
}



.bg-pattern{
	border-radius: var(--radius-m) !important;
	background: none no-repeat #ecf0e0 !important;

}

.radius{
	border-radius: var(--radius) !important;
	overflow: hidden;

}

/* @end */

/* @group SVG COLOR */

.dark-svg svg *{
	fill: var(--nv-primary-accent) !important;
}

.beige-svg svg *{
	fill: var(--nv-primary-accent) !important;
}

.white-svg svg *{
	fill: var(--nv-site-bg) !important;
}

/* @end */

/* @group CF7 */

.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form .select2,
.wpcf7-form textarea{
    width: 70% !important;
	display: inline-block;
	vertical-align: text-top;
}

.wpcf7-form label span.wpcf7-form-tag{
	width: 25%;
	display: inline-block;
	
}

.wpcf7-form label{
	width: 100%;
	margin-top: 10px;
}

.wpcf7-form br{
	display: none;
}



.wpcf7-form .wpcf7-submit {
	max-width: 350px;
	margin: 0  auto !important;
}


.wpcf7-form .wpcf7-response-output {
	padding: 10px !important;
	text-align: center;
	font-weight: bold;
	border-radius: 10px;
	margin: 0 !important;
}


.wpcf7 form.sent .wpcf7-response-output {
	border-color: #53aa79; /* Green */
	color: #53aa79;
	background-color: #ddf1e6;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc7c7c; /* Red */
	color: #dc7c7c;
	background-color: #f8f6f1;
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #ed996e; /* Orange */
	color: #ed996e;
	background-color: #f8f6f1;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ed996e; /* Orange */
	color: #ed996e;
	background-color: #f8f6f1;

}



/* @end */

/* @group Wrapper */

.wrap {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}



.wrap-large{
	max-width: 1300px !important; 
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.wrap-medium{
	max-width: 1250px !important; 
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.wrap-small{
	max-width: 700px !important;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.big-sep span{
	max-width: 100% !important;
}

.medium-sep span{
	max-width: 500px !important;
}

.small-sep span{
	max-width: 200px !important; 
}

/* @end */
	

/* @group BUTTON */

.simple-btn a.elementor-button{
	border: 0;
	background: transparent;
	color: var( --nv-primary-accent);
	fill: var( --nv-primary-accent);
}

.simple-btn a.elementor-button:hover{
	border: 0;
	background: transparent;
	color: var( --nv-secondary-accent);
	fill: var( --nv-secondary-accent);
	
}
	
	
	
	/* @end */

/* @group HEADER */


.elementor-31 .elementor-element.elementor-element-64cf8f7 ul.sub-menu {
		width: 310px !important;
	}
	

	
	
	
	/* @end */
	
		
/* @group TITLE DECO */

	.title_deco .elementor-heading-title:before,
	.title_deco_white .elementor-heading-title:before {
		content: " "; height: 4px; width: 40px; 
		display: inline-block; vertical-align: bottom;
		margin-right: 15px;
		margin-bottom: 18px;
		margin-left: 0px;
	}
	
			
	.title_deco .elementor-heading-title:before {
		background-color: var( --nv-secondary-accent);
	}
	
	.title_deco_white .elementor-heading-title:before {
		background-color: var( --nv-secondary-accent);
	}
	
/* @end */
	
/* @group BLOC SHADOW */

.first-bloc{
	margin-top: -65px;
	background: #FFFF;
	z-index: 99;
}



.shadow{
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.21);
}

.border{
	border-radius: var(--radius) !important;
}

/* @end */

/* @group CUSTOM ANIM */

/**
 * ----------------------------------------
 * animation fade-in-left
 * ----------------------------------------
 */
 
 .fadeInLeft {
	-webkit-animation: fade-in-left 1s ease-in-out both !important;
	        animation: fade-in-left 1s ease-in-out both !important;
}



@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


/**
 * ----------------------------------------
 * animation fade-in-right
 * ----------------------------------------
 */
 
 .fadeInRight {
	-webkit-animation: fade-in-right 1s ease-in-out both !important;
	        animation: fade-in-right 1s ease-in-out both !important;
}



@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
 
 .fadeIn {
	-webkit-animation: fade-in 1s ease-in-out both !important;
	        animation: fade-in 1s ease-in-out both !important;
}



@-webkit-keyframes fade-in {
0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * animation slide-bottom
 * ----------------------------------------
 */


@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  90% {
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  100% {
    -webkit-transform: translateY(90px);
            transform: translateY(90px);
			opacity: 0;
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  90% {
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  100% {
    -webkit-transform: translateY(90px);
            transform: translateY(90px);
			opacity: 0;
  }

}

.slide-bottom {
	-webkit-animation: slide-bottom 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
	        animation: slide-bottom 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
}


/* @end */



/* @group BIG TITLE */

.page-big-title{	background-image: url('bg-title.png') !important;
	background-repeat: no-repeat; background-size: cover !important;
	background-color: #a5ca66 !important;
}

.page-big-title h1{	line-height: 1em;}

.page-big-title .e-con-inner{ }

.breadcrumbs,.breadcrumbs a { color: #FFF;	}
.breadcrumbs i{ font-size: 0.8em;}
.breadcrumbs span{ padding: 0 10px;	}
.breadcrumbs a:hover { color: var( --nv-primary-accent)	}



/* @end */

/* @group ARCHIVE */
.blog-entry-title.entry-title.is-h4  { color: var( --nv-secondary-accent); font-size: 1.3em !important;}
.blog-entry-title.entry-title.is-h4 a { color: var( --nv-secondary-accent); font-size: 1em !important;}

/* @end */

/* @group SINGLE */
.single .page-big-title { height: 150px; padding: inherit !important;	}
.single .page-big-title h1, 	.single .breadcrumbs{ display: none;	}
.single .entry-header{  margin: 30px 0 0 !important;	}

.single .page-big-title .e-con-inner{ padding: 0 !important;	}

.single .entry-header .title{ font-weight: 800 !important;font-size: 2em; color: var( --nv-secondary-accent);}

.neve-breadcrumbs-wrapper { margin-bottom: 10px !important;}

.neve-breadcrumbs-wrapper a , .neve-breadcrumbs-wrapper { color: #7d7d7d}

.neve-breadcrumbs-wrapper a:hover { color: var( --nv-primary-accent)	}

.nv-meta-list .date, .nv-meta-list .author, .nv-meta-list a { color: var( --nv-primary-accent);font-weight: normal;}

/* @end */

/* @group SIDEBAR */
.sidebar {
	font-weight: 800 !important;
	text-transform: uppercase;
	font-size: 1.05em;
}

.widget p.widget-title {
	font-weight: 800 !important;
	text-transform: uppercase;
	font-size: 1.05em;
}

/* @end */

/*  —— HELPERS RESPONSIVE —— */

/*body:before{ content: "standard"; position: fixed; background: rgba(186, 133, 189, 0.5);font-size:0.8em;color: #FFF; z-index: 110; padding: 0 6px; text-transform: uppercase;}
@media (max-width:1200px) {
	body:before{ content: "max-width:1200px"; background: rgba(11, 116, 48, 0.5);}
}

@media (max-width:1024px) {
	body:before{ content: "max-width:1024px"; background: rgba(122, 209, 242, 0.5);}
}

@media (max-width:767px) {
	body:before{ content: "max-width:767px"; background: rgba(23, 118, 254, 0.5);}
}

@media (max-width:480px) {
	body:before{ content: "max-width:480px"; background: rgba(76, 106, 7, 0.5);}
}
*/

@media (max-width:1200px) {
}

@media (max-width:1024px) {
	.page-big-title h1{	font-size: 3em;	}

}


@media (max-width: 768px) {
	.only-mobile{display: inline-block !important;	}
	.hidden-mobile{display: none !important;}
	
	.first-bloc{margin-top: 0;}
}


@media (max-width:480px) {
	.page-big-title h1{	font-size: 2.5em;	}

	
	
	.wpcf7-form br{ display: none;}
	

   .wpcf7-form input,
	.wpcf7-form select,
	.wpcf7-form .select2,
	.wpcf7-form textarea,
	.wpcf7-form label span.wpcf7-form-tag{
		width: 100% !important;
		display: inline-block;
		
	}
	
	.wpcf7-form label{
		width: 100%;
		margin-top: 10px;
	}

}
