@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

h1{
	font-size:200%;
	font-weight:normal;
}
h2, h3, h4, h5, h6{
	font-weight:normal;
	margin:1em 0;
}
h2{
	font-size:160%;
}
h3{
	font-size:140%;
}
h4{
	font-size:120%;
}

a{
	text-decoration:none;
	color:#f30;
}
a:hover{
	color:#999;
}
table, input, textarea, select, li{
	font:100% Trebuchet MS, Arial, Helvetica, Sans-Serif;
	line-height:160%;
	color:#333;
}
p, blockquote, ul, ol, form{
	margin:1em 0;
}
blockquote{
}
img{
	border:none;
}
hr{
	display:none;
}
table{
	margin:1em 0;
	width:100%;
	border-collapse:collapse;
}
th, td{
	padding:2px 5px;
}
th{
	text-align:left;
}
li{
	display:list-item;
}

#container{
	margin:0 auto;
	background:#fff;
	width:600px;
	padding:20px 40px;
	text-align:left;
}



/* form 2 */

#form2{
	margin:1em 0;
	color:#fff;
	width:320px; /* customize width, this form have fluid layout */
}
#form2 h3{
	margin:0;
	background:#57a700 url(../images/form2/form_heading.gif) repeat-x;
	color:#fff;
	font-size:20px;
	border:1px solid #57a700;
	border-bottom:none;
}

#form2 #h333{
	margin:0;
	background-color:#24B0D9;
	color:#fff;
	font-size:20px;
	border:1px solid #24B0D9;
	border-bottom:none;
}
#form2 #h333 span{
	display:block;
	padding:10px 20px;
}

#form2 h3 span{
	display:block;
	padding:10px 20px;
	background:url(../images/form2/form_ico.gif) no-repeat 93% 50%;
}
#form2 fieldset{
	margin:0;
	padding:0;
	border:none;
	border-top:3px solid #000;
	background: rgba(153, 153, 153, 0.9); /* url(../images/form2/form_top.gif) repeat-x;		*/
	padding-bottom:1em;
}
#form2 legend{display:none;}
#form2 p{margin:.5em 20px;}
#form2 label{display:block;}
#form2 input, #form2 select, #form2 textarea{
	width:400px;
	border:1px solid #111;
	background:#282828 url(../images/form2/form_input.gif) repeat-x;
	padding:5px 3px;
	color:#fff;
}
#form2 textarea{
	height:125px;
	overflow:auto;
}
#form2 p.submit{
	text-align:right;
}
#form2 button{
	padding:0 20px;
	height:32px;
	line-height:32px;
	border:1px solid #70ad2e;
	background:#5aae00 url(../images/form2/form_button.gif) repeat-x;
	color:#fff;
	cursor:pointer;
	text-align:center;
}

/* // form 2 */




/****** Update for eNano-Tech by Kais *****/
h4#h333 img {
	height: 36px;
	filter: brightness(0) invert(1);
}
body.register-body:before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url(../images/background_new.jpg);
	background-size: cover;
	z-index: -1; /* Keep the background behind the content */
	/*-webkit-filter: blur(5px);*/
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardisée */
}
input.nbre_billets_input {
	width: 73% !important;
	float: left;
	margin: 2px 0;
}
td.text_billets_convention {
	text-align: right;
	color: #fff;
}
span.btn-plus-billet {
	background-color: #60ba00;
	padding: 6px 11px;
	display: block;
	float: left;
	color: #ffffff;
	font-size: 24px;
	cursor: pointer;
	margin: 2px 0;
}
span.btn-remove-billet {
	background-color: #F44336;
	padding: 6px 11px;
	display: block;
	float: left;
	color: #ffffff;
	font-size: 24px;
	cursor: pointer;
	margin: 2px 0;
}

body,html{
	height:100%;
}
.w-cutsom{
	width: 400px !important;
}
@media screen and (max-width: 500px) {
	.w-cutsom{
		width: 100% !important;
	}
}
.nameEvent {
	font-family: Urbanist;
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	line-height: 19px;
	color: #fff;
	text-align: center;
	width: 100%;
	display: block;
}
.logo-funevent{
	display: block;
	text-align: center;
	width: 100%;
	height: 60px;
	filter: brightness(0) invert(1);
}
.bloc-form {
	background-color: #fff;
	padding: 20px;
	border-radius: 0px	0px 12px 12px;
}
.refresh-btn {
	width: 20px;
	height: 20px;
}
.refresh-btn-a {
	width: 38px;
	height: 38px;
	background: #EFF8FC;
	border-radius: 5px;
	display: block;
	padding: 9px;
}
button.form-control {
	background: #008BD2;
	border-radius: 4px;
	color: #fff;
}
.form-group-title {
	background-color: #fff;
	height: 50px;
	margin-top: 20px;
	border-radius: 12px 12px 0px 0px;
}
.form-group-title div {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 2px solid #83868B;
}
.form-group-title a {
	color: #6E7176;
	text-decoration: none;
	font-family: Urbanist;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
}
form {
	margin: 0;
}
.bloc-left {
	width: 50%;
	float: left;
}
.bloc-right {
	width: 50%;
	float: left;
}
.form-group label {
	font-family: Urbanist;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	margin-top: 15px;
	margin-bottom: 5px;
}
.form-group-title div.active {
	border-bottom: 2px solid #008BD2;
}
.form-group-title div.active a {
	color: #008BD2;
}