/*****************************************************
*
*				Age gate
*
*****************************************************/

#block-agegate-age-gate .modal-dialog {
	max-width: 552px;
	width: 100%;
	padding-top: 3%;
}

#block-agegate-age-gate .modal-content {
	border-radius: 0;
	background:transparent url('../images/bg_age-gate.png') top center no-repeat;
	height:715px;
	width:552px;
	padding:130px 10px 50px 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border:0px;
}

#block-agegate-age-gate .modal-body {
	padding: 23px 0 0 0;
	text-align: center;
	font-family: 'DINPro-Regular';
}
#block-agegate-age-gate .modal-body img{
    width: 24%;
}

.age-gate-responsable{
	text-align:center;
	font-size:9px;
	font-family: 'DINPro-Regular';
	color:#ffffff;
	width:50%;
	position:absolute;
	bottom:50px;
	left:25%;
}
.age-gate-responsable a, .age-gate-responsable a:hover{
		color:#ffffff;
}

#block-agegate-age-gate .cookieUse{
	padding: 0 15px 10px 15px;
}
#block-agegate-age-gate .checkbox-custom{
	padding: 15px 0px;
}
#block-agegate-age-gate .checkbox-custom label {
	font-size: 1.1em;
}

#block-agegate-age-gate .checkbox-custom p {
	color: #A8A4A4;
	font-size: 9px;
}

#block-agegate-age-gate .inner h1 {
	font-family: 'MarloweW00-Regular';
	font-size:50px;
	text-transform: uppercase;
}
#block-agegate-age-gate .inner hr{ 
    background:#ffffff url('../images/liseret_separator_waves.png') top center no-repeat;
	border:0px;
	height:10px;
	margin:24px 0px 0px 0px;
}	

#block-agegate-age-gate .inner p {
	font-family: 'DINPro-Regular';
	font-size: 14px;
	line-height: 1.5em;
	text-transform: uppercase;
	padding: 20px 60px;
}

#block-agegate-age-gate span.terms-block p:not(.text-center) {
	text-align: initial;
	font-size: 0.8em;
}

#block-agegate-age-gate .pas18ans {
	color: red;
	padding: 10px 0px 5px 0px;
}


#block-agegate-age-gate .footer-links p {
	text-align:center!important;
}

#age-form .mention{
	padding:10px;
	color:#666;
}

 .modal-backdrop.in{
	filter: alpha(opacity=90)!important;
    opacity: .90!important;
}

.country-age{
	position:relative;
	text-align:center;
	overflow:hidden;
}

.country-age > div{
	/*float:left;*/
	display: inline-block;
	margin-right:10px;
}
.country-age:after{
	content:" ";
	clear:both;
}


#select-country select,
.country-age input{
	font-family: 'DINPro-Regular';
	font-size:18px;
	color:#373737;
	border:none;
	border-bottom:1px solid #d2d3d5;
	text-transform:uppercase;
	padding: 2px;
}

#select-country select{
	 padding-right: 18px;
	 background: url('../images/select-arrow.png') no-repeat right;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}



.year{
	width:70px;
}
.month, .day{
	display:none;
	width:50px;
}

.checkbox-custom label{
	color:#373737;
}

.accept-text{
	width:300px;
	margin:140px auto 0px;
	font-family: 'DINPro-Regular';
	font-size:9px;
	color:#bababa;
}

.accept-text a{
	color:#bababa;
	text-decoration:none;
}

.accept-text a:hover{
	text-decoration:underline;
}

/*****************************************************
*
*				Checkbox
*
*****************************************************/
#checkbox {
  width: 25px;
  height: 22px;
  vertical-align: text-bottom;
  border: none;  
}

/*****************************************************
*
*				Boutons Age gate
*
*****************************************************/
#block-agegate-age-gate .btn {
	font-family: 'DINPro-Medium';
	color: #fff;
	border-radius: 0;
	font-size: 1.2em;
	text-transform: uppercase;
	text-align:center;
}

#block-agegate-age-gate #btn-submit {
	background-color: #eb4d13;
	padding: 1% 5%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}


