/*
Theme Name: Texaa
Author: The Woodstock
Author URI: http://atelier909.fr
Description: The Woodstock
Version: 0.1
Tags: blank, CEFIM
*/
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@200;400;500&display=swap');
@import url(style/normalize.css);
@import url(style/common.css);
@import url(style/hacks.css);
@import url(style/fonts.css);
@import url(style/style.css);
@import url(style/widget.css);
@import url(style/responsive.css);

/* Style OTP Temporaire */
.verify-code input::placeholder {
	color: #FF0000;
}
.otp-verif .button.alt {
	border: 3px solid #F2F2F2 !important;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 20px;
}

.otp-verif input[type="button"] {
	width: 100%;
	padding: 10px 20px;
	background: #FF0000 !important;
	border: 1.5px solid #FF0000;
	color: #fff;
	box-sizing: border-box;
	border-radius: 50px;
	font-family: IBM Plex Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	max-height: 100%;
	display: block;
	text-align: center;
}

.submit-line-bis input {
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.submit-line-bis p {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.submit-line-bis input.display {
	opacity: 1;
}

.otp-verif input[type="button"]:hover {
	border: 1.5px solid #27B01C;
	color: #27B01C;
	background:#fff !important;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.otp-text {
	padding-left: 20px;
	display: block;
	font-size: 13px;
}

.verify-code {
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.verify-code.display {
	opacity: 1;
}

.rgpd-bloc {
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


.rgpd-bloc.display {
	opacity: 1;
}

.verify-code input {
	border: 3px solid #27B01C !important;
}

.verify-code .wpcf7-not-valid-tip {
	display:  none !important;
}

.button-otp.hidden, .otp-verif.hidden {
	opacity: 0;
	height: 0;
}

.submit-line-bis {
	padding-top: 20px;
}

.submit-line-bis input {
	background-color: #27B01C !important;
	border: 1.5px solid #27B01C;
}