@charset "UTF-8";
/*
Theme Name: LEBLEU
Author: LEBLEU
Author URI: https://equipelebleu.com/
Version: 3.0.0
Text Domain: wplebleu
*/

/* Variables */
:root {
	--themeprincipal: #39404A;
	--blanc : white;
	--noir : black;
}


/* cacher WPML mode dev 
.otgs-development-site-front-end,
.wpml-ls-statics-footer {
	display: none !important;
}*/

.wpforms-form .wpforms-field-label{
	display: block;
    margin-bottom: 12px;
    font-family: "Arial", sans-serif;
    font-weight: 400 !important;
    font-size: 16px;
    color: #726353 !important;
    line-height: 1.3;
}

.wpforms-form .wpforms-field input[type=email], .wpforms-form .wpforms-field input[type=text] {
    height: 56px;
    padding: 0 16px;
    font-family: "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #271500;
    background: #fff;
    border: 1px solid rgba(39, 21, 0, .45);
    border-radius: 4px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.wpforms-form .wpforms-field-layout h3.wpforms-field-label{
	font-family: "Protest Riot", sans-serif !important;
	font-weight: 400 !important;
    line-height: 1.4 !important;
    font-size: 24px !important;
	color:#726353 !important;
	display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 32px;
	white-space: nowrap;
}

.wpforms-form .wpforms-field-layout h3.wpforms-field-label:after{
	content: "";	
	height:4.5px;
	width:100%;
	background-image: url("./img/separator.svg");
	background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}

.wpforms-submit{
	margin-top:30px !important;
	display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: fit-content !important;
    height: 52px !important;
    padding: 0 24px !important;
    font-family: "Arial", sans-serif 	!important;
    font-weight: 700 !important;
    font-size: 16px 	!important;
    color: #fff !important;
    background: #fb6c5e !important;
    border-radius: 52px !important;
    transition: all 0.3s ease-in-out !important;
}

.wpforms-field-description{
    font-family: "Arial", sans-serif 	!important;
    font-weight: 400 !important;
    font-size: 16px     !important;
}

.wpforms-submit:hover{
	background: #fba81c !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-layout:not(:first-child)>.wpforms-field-label:not(.wpforms-label-hide):before{
    display: none !important;
}