@charset "UTF-8";

/*!
Theme Name: ergopix
Theme URI: http://www.ergopix.ch
Description: Thème responsive de ergopix sàrl
Author: ergopix sàrl
Version: 1.0
*/
body,html {
	padding:0;
	margin:0;
}

body {
	font-size:16px;
	line-height:1.2;
	color:#f1dc71;
	background-color:#3b406f;
	font-family:Helvetica,Arial,sans-serif;
	min-height:100vh;
	position:relative;
}

* {
	box-sizing:border-box;
}

:focus {
	outline:0;
}

a,h1 {
	color:#9f98c2;
}

a {
	text-decoration:none;
}

.content .menu .current-menu-item a,.hero__language .lang_sel_sel,a:hover {
	color:#f1dc71;
}

h1,h2,h3 {
	font-weight:700;
}

h1 {
	margin:0;
	text-transform:uppercase;
	font-size:30px;
	line-height:1.2;
}

h2,h3 {
	font-size:20px;
	line-height:32px;
}

input,textarea {
	font-family:inherit;
	font-size:16px;
}

.hero {
	background-color:#000;
	background-size:cover;
	background-repeat:no-repeat;
	color:#fff;
	position:relative;
	height:344px;
}

@media (max-width:1023px) {
	.hero {
		background-position:center!important;
	}
}

.hero:after,.hero:before {
	content:'';
	display:block;
	position:absolute;
	left:0;
	right:0;
	height:128px;
	z-index:10;
}

.hero:before {
	top:0;
	opacity:.3;
	background:-webkit-linear-gradient(top,#000 50%,transparent 100%);
	background:linear-gradient(to bottom,#000 50%,transparent 100%);
}

.hero:after {
	bottom:0;
	opacity:.4;
	background:-webkit-linear-gradient(bottom,#000 50%,transparent 100%);
	background:linear-gradient(to top,#000 50%,transparent 100%);
}

@media (min-width:1024px) {
	.hero {
		position:fixed;
		top:0;
		bottom:0;
		left:0;
		right:50%;
		height:100%;
	}
}

.hero__title {
	position:absolute;
	top:15px;
	z-index:11;
}

@media (min-width:1024px) {
	.hero__title {
		top:31px;
	}
}

.hero__title img {
	width:215px;
	height:50px;
}

@media (min-width:1024px) {
	.hero__title img {
		width:auto;
		height:auto;
	}
}

.hero__by {
	position:absolute;
	bottom:20px;
	z-index:11;
}

.hero__by,.hero__title {
	font-size:40px;
	left:15px;
}

@media (min-width:1024px) {
	.hero__by,.hero__title {
		left:65px;
	}
}

.hero__language {
	position:absolute;
	top:51px;
	right:45px;
	z-index:11;
	text-transform:uppercase;
	display:none;
}

@media (min-width:1024px) {
	.hero__language {
		display:block;
	}
}

@media (min-width:1200px) {
	.hero__language {
		right:65px;
	}
}

.hero__language ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.hero__language li {
	display:inline-block;
}

.hero__language li+li,.mobilemenu #lang_sel_list li+li {
	margin-left:8px;
}

.hero__language a {
	font-weight:700;
	font-size:16px;
}

.hero--fullpage {
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-position:center;
}

.hero--fullpage .hero__language {
	left:50%;
	right:auto;
	margin-left:-95px;
}

@media (min-width:1024px) {
	.content {
		position:absolute;
		top:0;
		right:0;
		bottom:0;
		width:50%;
	}
}

.content__header {
	display:none;
	background-color:#3b406f;
	font-size:18px;
	font-weight:700;
	padding-top:50px;
	padding-bottom:50px;
	position:fixed;
	top:0;
	right:0;
	width:50%;
}

@media (min-width:1024px) {
	.content__header {
		display:block;
	}
}

.content__page {
	padding-top:30px;
	padding-bottom:30px;
	line-height:2;
}

@media (min-width:1024px) {
	.content__page {
		-webkit-box-flex:1;
		-ms-flex:1 1 100%;
		flex:1 1 100%;
		overflow-y:hidden;
		padding-top:130px;
		padding-bottom:100px;
	}
}

.content__page .container {
	max-width:600px;
}

.content__page b,.content__page strong {
	color:#eacb2b;
}

.content__footer {
	display:none;
	box-shadow:0 -2px 30px rgba(0,0,0,.15);
	background-color:#3b406f;
	font-size:12px;
	font-weight:700;
	padding-top:40px;
	padding-bottom:30px;
	position:fixed;
	bottom:0;
	right:0;
	width:50%;
	text-transform:uppercase;
}

@media (min-width:1024px) {
	.content__footer {
		display:block;
	}
}

.content__footer,.content__header,.content__page {
	padding-left:15px;
	padding-right:15px;
}

@media (min-width:1024px) {
	.content__footer,.content__header,.content__page {
		padding-left:30px;
		padding-right:30px;
	}
}

@media (min-width:1200px) {
	.content__footer,.content__header,.content__page {
		padding-left:65px;
		padding-right:45px;
	}
}

.content .menu {
	padding:0;
	margin:0;
	list-style-type:none;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	max-width:512px;
}

.content--fullpage {
	background-color:transparent;
}

.content--fullpage .content__fullpage {
	overflow:hidden;
	position:fixed;
	top:130px;
	left:15px;
	right:15px;
	bottom:150px;
}

@media (min-width:1024px) {
	.content--fullpage .content__fullpage {
		left:30px;
		right:30px;
	}
}

.content--fullpage .content__footer,.content--fullpage .content__header {
	box-shadow:none;
	background-color:transparent;
}

.flex-center {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
}

.burger {
	width:40px;
	position:absolute;
	z-index:11;
	top:27px;
	right:15px;
	border:0;
	padding:0;
	background:0 0;
}

@media (min-width:1024px) {
	.burger {
		display:none;
	}
}

.burger i {
	display:block;
	height:3px;
	width:100%;
	background-color:#fff;
}

.burger i+i {
	margin-top:4px;
}

.button {
	position:relative;
	border:0;
	cursor:pointer;
	display:inline-block;
	background-color:rgba(59,64,111,.8);
	padding:20px 30px;
	line-height:1;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	border-radius:90px;
	color:#f1dc71;
}

.button:hover {
	opacity:.9;
}

.button--outline,.gform_button {
	border:2px solid #f1dc71;
}

.gallery__item {
	position:relative;
	background-position:center;
	background-size:cover;
	height:35vh;
}

@media (min-width:1024px) {
	.gallery__item {
		height:calc(100vh - 280px);
	}
}

.gallery__item iframe {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
}

.slick-arrow {
	position:absolute;
	top:50%;
	z-index:100;
	background-color:transparent;
	border:0;
	cursor:pointer;
	margin-top:-16px;
}

@media (min-width:1024px) {
	.slick-arrow {
		margin-top:-32px;
	}
}

.slick-arrow img {
	width:16px;
	height:25px;
}

@media (min-width:1024px) {
	.slick-arrow img {
		width:auto;
		height:auto;
	}
}

.slick-prev {
	left:5px;
}

.slick-next {
	right:5px;
}

@media (min-width:1024px) {
	.slick-prev {
		left:15px;
	}
	
	.slick-next {
		right:15px;
	}
}

.gform_wrapper {
	margin-top:15px;
}

.gform_fields {
	list-style-type:none;
	padding:0;
	margin:0;
}

.gfield {
	margin-bottom:15px;
}

.gfield input,.gfield textarea {
	padding:6px 12px;
	width:100%;
	background-color:#565da1;
	border:0;
	color:#f1dc71;
}

.gform_validation_container {
	display:none;
}

.gform_button {
	-webkit-appearance:none;
}

.gfield_error input,.gfield_error textarea {
	border-color:#b4423c;
}

.gfield_error .validation_message {
	color:#b4423c;
}

.splash {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:20;
	background-color:#000;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	opacity:0;
	-webkit-transition:opacity 1s;
	transition:opacity 1s;
}

.splash--visible {
	opacity:1;
}

.splash__skip {
	position:absolute;
	bottom:40px;
	right:40px;
	z-index:1000;
}

.splash video {
	width:100%;
	height:auto;
}

body.home {
	overflow:hidden;
}

.mobilemenu--visible {
	display:-webkit-box!important;
	display:-ms-flexbox!important;
	display:flex!important;
}

.mobilemenu li,.mobilemenu ul {
	list-style-type:none!important;
}

.mobilemenu .small {
	font-size:20px;
}

.mobilemenu #lang_sel_list {
	position:absolute;
	bottom:18px;
	right:15px;
}

.mobilemenu #lang_sel_list ul {
	list-style-type:none;
}

.mobilemenu #lang_sel_list li {
	list-style-type:none;
	display:inline-block;
}

.mobilemenu #lang_sel_list a {
	color:#bbb!important;
	font-weight:700;
	font-size:16px!important;
}

.mobilemenu #lang_sel_list .lang_sel_sel {
	color:#fff!important;
}

.table{
	display: table;
    width: 100%;
    height: 100%;
}

.table-cell{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;	
}

.focus{
	margin-top: 30px;
}

.focus h2{
	color: #FFF;
	font-size: 25px;
}