/*
Theme Name: GX
Text Domain: gx
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.6
Description: Thème développé par Xavier Gerber.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: Xavier Gerber
Author URI: 
Theme URI: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

/*
primary #664121
secondary #88674E 
third #A68B71
*/
          
          
/* Variables CSS pour le thème artistique */
:root {
	--primary-color: #2fb93d;
	--secondary-color: #d146a5;
	--accent-color: #d146a5;
	--bg-gradient: linear-gradient(135deg, #45a04d, #294e2c);
	--text-color: #2e7d32;
	--hover-bg: #d146a5;
	--hover-shadow: 0px 0px 37px -12px rgba(0, 0, 0, 0.75);
	--shadow: 0px 0px 37px -22px rgba(0, 0, 0, 0.75);
}

body {
	background: var(--bg-gradient);
	color: var(--text-color);
	margin: 0;
	padding: 0;

}
.grecaptcha-badge{
	display:none!important;
}
.cky-btn-revisit-wrapper.cky-revisit-bottom-left{
	background:rgb(70,157,80)!important;
	-webkit-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.8); 
box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.8);
}


form{
	width:100%;
}
form *{
	width:100%;
}
form label{
	color:white!important
}

form input[type=text],form input[type=email],input[type=submit],input[type=password], form textarea {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	box-sizing: border-box;
	border:none;
	border-radius:20px;
	
   }


