.formular_body .row .col-lg-6{
	flex: 50%;
}


.formular_body .row .col-lg-12{
	flex: 100%;
}


.formular_body{
	font-family: "Aestetico", Sans-serif;
	max-width: var(--content-width);
}


.formular_body .row {
	display: flex;
	  flex-wrap: wrap;
}

input.input{
	background: none;
	border-radius: 0;
	border: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	height: 50px;
	
	width: 100%;
	padding: 5px;
	color: #ffffff;
	outline-style: none;
	background: transparent;
	border-radius: 5px;
	padding-left: 30px;
	border: 1px solid #ffffff;
}

input.input:focus{
	border-color: #fff;
}

input.input::placeholder{
	opacity: 0.5;
	color: #fff;
	text-transform: uppercase;
}

.group-input{
	margin-bottom: 25px;
	
}

.buton-inscrie,
.buton-inscrie2{
	
	border: 0;
	  padding: 0;
	  margin: 0;
	  background: #E0BA5B;
	  color: #243410;
	  text-transform: uppercase;
	  border-radius: 30px;
	  width: 290px;
	  height: 60px;
	  font-size: 18px;
	  font-weight: bold;
}

.buton-inscrie2_div{
	display: none;
	text-align: center;
}
.buton-inscrie2:hover,
.buton-inscrie:hover,
.buton-inscrie2:focus,
.buton-inscrie:focus{
	background: #243410;
}


.buton-inscrie:disabled{
	cursor: not-allowed;
	opacity: 0.5;
}


.input.ckb{color: #ffffff;display:block;position:relative;padding-left:30px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.input.ckb a{color: #fff; font-weight: bold;text-decoration:underline;}
.input.ckb input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}
.input.ckb .checkmark{position:absolute;top:0;left:0;height:20px;width:20px;background-color:#fff}
.input.ckb:hover input~.checkmark{background-color:#ccc}
.input.ckb input:checked~.checkmark{background-color:#E0BA5B;}
.checkmark:after{content:"";position:absolute;display:none}
.input.ckb input:checked~.checkmark:after{display:block;border-color:#243410;}
.input.ckb .checkmark:after{left: 7px;
	  top: 2px;
	  width: 7px;
	  height: 13px;border:solid #fff;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}




.left-form-title{
	font-size: 48px;
	color: #ffffff;
	line-height: 1.2em;
	letter-spacing:-0.5px;
}


.premii_body{
	display: none;
	text-align:center;
}

.premii_body img{
	max-width: 300px;
}


table#grid tbody tr:hover > td, 
table#grid tbody tr:hover > th,
table#grid tbody > tr:nth-child(2n+1) > td, 
table#grid tbody > tr:nth-child(2n+1) > th {
	background: none;	
}
table#grid{
	max-width: 650px;
	margin: 0 auto;
}



table.random_started#grid td img{
	opacity: 0.5;
}


table#grid td img{
	display: block;
	z-index: 2;
	position: relative;
	width: 100%;
	margin: 0 auto;
	
}
table#grid td{
	border: 0;
	padding: 15px;
	box-sizing: border-box;
}


table.random_started#grid td.highlight img{
	opacity: 1;
}

.shape{
	background: white;
	opacity: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	border-radius: 20px;
	z-index: 0;
}

.highlight .shape{
	display: block;
} 
.login-box-bg {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.8);
  display: none;
  overflow-x: hidden;
}


.login-box {
  width: 620px;
  background: #AC1C1C;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
  z-index: 999;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  padding: 40px;
  color: #fff;
  border-radius: 30px;
  background-image: url('/wp-content/uploads/2024/11/bg-popup.png)');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}



.login-box svg{
	width: 30px;
	  height: 30px;
	  position: absolute;
	  right: 20px;
	  top: 20px;
	  fill: #fff;
	  cursor: pointer;
}

@media only screen and (max-width:768px){
  .formular_body .row .col-lg-6{
	flex:100%;
  }
  .left-form-title {
	font-size: 40px;
	text-align: center;
  }
  .left-form-disclaimer{
	text-align:center;
	margin: auto;
	padding-bottom: 50px;
  }
  .group-input {
	margin-bottom: 20px;
  }
  .premii_body img{
	  max-width: 250px;
  }
}


@media only screen and (max-width:640px){
	
	.login-box {
	  width: 95%;
  }
  
  .login-box h3{
	  font-size: 40px;
  }
  
  .login-box h4 {
  	font-size: 16px;
  }
  
  
  .login-box .disclaimer-general {
	  font-size: 14px;
	  
  }
  
  
  .formular_body .row{
	  display: block;
  }
  
  .left-form-title {
  	font-size: 36px;
  
  }
  .buton-inscrie{
	  width: 100%;
	  height: 50px;
  }
  
  
  input.input {
		
		padding-left: 20px;
		  font-size: 14px;  
	  
  }
	
}