/*
Theme Name: One Page Rougevert
Author: Rougevert
Tags: blog, custom-menu
Version: 1.0.0
Requires at least: 5.0.0
Tested up to: 5.8.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onepagerougevert
*/

/* BIEN PENSER A AJOUTER 1024M DANS LE wp-config.php */

/* COULEURS */

/* GENERAL */
body {margin: 0;}

html {overflow-x: hidden;}

/* FORMULAIRE */
span.gfield_required.gfield_required_asterisk {display: inline-block !important;}

input[type="text"]:focus, 
input[type="password"]:focus, 
textarea:focus {
	outline: none;
}

[id^='gform_submit_button_'] {
	padding: 0.5rem 1rem;
	border-width: 2px;
	border-radius: 0 !important;
	border-style: solid;
	border-color: white !important;
	color: var(--e-global-color-primary) !important;
	background-color: white !important;
	transition: all .5s;
	font-family: 'Roboto', sans-serif !important;
}

[id^='gform_submit_button_']:hover {
	background-color: var(--e-global-color-primary) !important;
	color: white !important;
	transform: scale(0.90);
}

[id^="gform_"] textarea,
[id^="gform_"] input:not([type="submit"]):not([type="checkbox"]) {
	border-radius: 0 !important;
	border: none !important;
	font-family: 'Roboto', sans-serif !important;
}

[id^="gform_"] label {
	font-family: 'Roboto', sans-serif !important;
}

[id^="gform_"] label a {
	color: white !important;
	font-weight: bold !important;
}

[id^="gform_fields_"] {
	row-gap: 10px !important;
}

[id^="gform_"] input[type="checkbox"] {
	padding: 8px !important;
}

[id^="gform_wrapper_"] .gform_required_legend {
	display: none !important;
}

div[id^='gform_confirmation_message_'] {
	text-align: center;
}