@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url('../font/OpenSans-Regular.ttf');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url('../font/OpenSans-Bold.ttf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html {
	padding:0px;
	margin:0px;
	height: -webkit-fill-available !important;
}

body {
	padding:0px;
	margin:0px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight:300;
	overflow:auto;
	height:auto;
}

.ac_wrapper {
	height:100%;
	background-image:url("../img/bg_be_messe.jpg"), url("../img/particles.gif");
	background-size: cover;
	background-position: center;
	background-blend-mode: screen!important;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
}

.ac_wrapper_content {
	display:flex;
	flex-flow: column;
	padding:20px;
}

.ac_top_box {
	width:500px;
	padding:30px 20px 0px 20px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	-webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.2); 
	box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.2);
	border-radius:20px;
}

.ac_logo {
	margin-left:auto;
	margin-right:auto;
	width:450px;
	text-align:center;
}

.ac_logo img {
	max-width:300px;
	margin:auto;
}

.ac_top_box_content h1 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight:700;
	font-size:35px;
	line-height:1.3em;
}

.ac_top_box_content {
	text-align:center;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight:300;
	font-size:18px;
	padding-top:30px;
	padding-bottom:10px;
	line-height:1.6em;
	color:#093031;
}

.ac_top_box_content p {
	margin:0px;
	padding:0px;
}
.ac_top_box_content p:first-child {
	padding-bottom:10px;
}

.ac_top_box_content i {
	color:#287e39;
}

.ac_top_box #sib-container {
	border:0px !important;
	padding:0px;
	margin:0px;
}

.ac_top_box .sib-form-block {
	padding:0px;
}

.ac_top_box .sib-form-block button {
	background-color:#ed2023;
	width:100%;
	color:#ffffff;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight:700;
	font-size:18px;
	padding: 12px 18px 10px 18px;
	margin-top:10px;
	transition:background-color .3s ease;
}

.ac_top_box .sib-form-block button:hover {
	background-color:#bd2022;
}

.ac_top_box .sib-form .entry__field {
	border-radius: 0px !important;
	background-color:#ffffff;
	text-align:center;
	border:1px solid #3d3d3d !important;
}

.ac_top_box .sib-form input {
	text-align:center;
}

.ac_top_box .sib-form .entry__field.custommail {
	margin-bottom:10px;
}

.ac_top_box .sib-form .entry__choice p {
	font-size:12px;
	color:#959595;
}

.ac_top_box .sib-form .entry__choice a {
	color:#959595;
	text-decoration: underline;
}

.sib-form {
	padding:30px;
	background-color:#f2f2f2;
	border-radius:20px;
}

.ac_top_form {
	padding-bottom:30px;
}

#sib-container {
	background-color:transparent;
}

@media(max-width:480px) {
	.ac_top_box .sib-form {
		padding:10px 12px 30px;
	}
	.ac_top_box_content {
		padding-top:20px;
	}
}

::-webkit-input-placeholder {
   text-align: center;
   color:#919191 !important;
   font-weight:300 !important;
}

:-moz-placeholder { /* Firefox 18- */
   text-align: center;  
}

::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;  
}

:-ms-input-placeholder {  
   text-align: center; 
}

.brands {
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	padding-top:50px;
	clear:left;
	position: relative;
	display:block;
	text-align:center;
}

.single_brand {
	width:200px;
	float:left;
	padding-right:40px;
}

.single_brand:last-child {
	padding-right:0px;
}

@media(max-width:767px) {
	.single_brand {
		width:100%;
		padding-right:0px;
	}
}

.clear {
	clear:both;
}

.footer {
	width:100%;
	text-align:center;
}

.footer_content {
	font-size:14px;
	color:#093031;
	padding-top:11px;
	color:#ffffff;
}

@media (max-width:767px) {
	.ac_background {
		padding-top:20px;
	}
	.ac_top_box_content {
		font-size:16px;
	}
}

@media (max-width:580px) {
	.ac_top_box {
		width:400px !important;
	}
	.ac_logo img {
		width:400px
	}
}

@media (max-width:460px) {
	.ac_top_box {
		width:80% !important;
	}
	.ac_logo {
		width:210px;
		height:40px;
	}
	.ac_logo img {
		width:210px;
		height:40px;
	}
}

@media (max-width:260px) {
	.ac_logo {
		width:100%;
	}
	.ac_logo img {
		width:100%;
	}
}

.legal_content {
	width:100%;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	padding:40px;
	box-sizing:border-box;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	text-align:center;
}

.legal_content h1 {
	padding-top:50px;
}

.ac_wrapper.legalpage {
	position:relative;
	background-color:#ffffff;
	background-image: none;
}

.legal_content .footer {
	position:relative;
	padding-top:50px;
}

.legal_content .footer_content {
	color:#000000;
}

.legal_content .footer_content a {
	color:#000000;
	text-decoration: none;
}

.footer_content a {
	color:#ffffff;
	text-decoration: none;
}

.listcheck {
	width:20px;
	height:auto;
	padding-right:5px;
}

.overlay {
	position:absolute;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.8);
	z-index:1;
	display:none;
	min-height:100vh;
}