/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/* ================================= */
/* ::::::::::: 1. Global ::::::::::: */
/* ================================= */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0 none;
	padding: 0;
	vertical-align: baseline;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}

.clear {
	clear: both;
	width: auto;
}

html {
	position: relative;
	height: 100%;
}

body {
	background: #111111;
	color: #FFF;
	padding: 0;
	text-align: center;
	font-family: 'Open sans', 'Helvetica Neue', 'Lucida Grande', Arial, Verdana, sans-serif;
	position: relative;
	margin: 0;
	height: 100%;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}

a {
	text-decoration: none;
	outline: none;
}

a:focus {
	outline: none;
	outline-offset: 0px;
}

button:focus {
	outline: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open sans', 'Lato', 'Helvetica Neue', 'Lucida Grande', Arial, Verdana, sans-serif;
	font-weight: 300;
	color: #fff;
}

h1, h2 {
	width: 100%;
}

h1 {
	margin-top: 100px;
	color: #FFFFFF;
	margin-bottom: 5px;
	font-size: 70px;
	font-weight: 300;
}

h2 {
	color: #FFFFFF;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 2em;
}

h4 {
	font-size: 18px;
	line-height: 26px;
}

#text-construction-2 {
	padding-top: 0px;
}

#text-construction-2 img {
	margin: auto;
}

.btn {
	display: inline-block;
	line-height: 100%;
	padding: 0.7em;
	text-decoration: none;
	color: #fff;
	width: 200px;
	line-height: 140%;
	font-size: 17px;
	font-family: 'Open sans', 'Helvetica Neue', 'Lucida Grande', Arial, Verdana, sans-serif;
	font-weight: bold;
}

.btn:hover, .btn:hover {
	background: #444;
}

.tooltip {
	text-transform: none;
}

.display-none {
	display: none;
}

.border {
	background: #CCC;
	display: block;
	height: 1px;
	margin: 30px auto 25px;
	width: 50px;
}

.index999 {
	z-index: 99999 !important;
}

.index-999 {
	z-index: -999 !important;
}

.opacity-1 {
	opacity: 1 !important;
}

.opacity-0 {
	opacity: 0 !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden;
}

/* ================================= */
/* ::::::::: 1.1 Sections :::::::::: */
/* ================================= */

#left1 {
	background: url('/platforms/s1-left.png')no-repeat top right;
	background-size: cover;
}

#right1 {
	background: url('/platforms/s1-right.png')no-repeat top left;
	background-size: cover;
}

#left2 {
	background: url('/platforms/s2-left.png')no-repeat top right;
	background-color: #34495e !important;
	background-size: cover;
}

#right2 {
	background: url('/platforms/s2-right.png')no-repeat top left;
	background-size: cover;
}

#left4 {
	background: url('/platforms/s3-left.png')no-repeat top right;
	background-size: cover;
}

#right4 {
	background: url('/platforms/s3-right.png')no-repeat top left;
	background-size: cover;
}

#left3 {
	background: url('/platforms/s4-left.png')no-repeat top right;
	background-size: cover;
}

#right3 {
	background: url('/platforms/s4-right.png')no-repeat top left;
	background-size: cover;
}

.dark-overlay {
	background: #2B2D35;
	opacity: 0.7;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

/* ================================= */
/* ::::::::: 2. Countdown :::::::::: */
/* ================================= */

#countdown_dashboard {
	display: block;
	margin: 20px auto;
	max-width: 900px;
	overflow: hidden
}

.dash {
	font-family: "Open sans", 'Helvetica Neue', 'Lucida Grande', Arial, Verdana, sans-serif;
	padding-bottom: 10px;
	position: relative;
	opacity: 1;
}

.dash-glob {
	border-left: 1px solid #CCCCCC;
}

#countdown_dashboard .dash-glob:first-child {
	margin-left: 0;
	border-left: none
}

.dash_title {
	font-size: 16px;
	width: 100%;
	color: #F8F8F8;
	display: block;
	clear: both;
}

.digit {
	color: #f1e7c0;
	font-size: 48px;
	font-weight: 400;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	height: 110px;
	line-height: 110px;
	position: relative;
	vertical-align: middle;
	font-family: "open sans"
}

/* ================================= */
/* ::::::::: 3. Newsletter ::::::::: */
/* ================================= */

#subscribe {
	overflow: hidden;
	width: 100%;
	min-height: 150px
}

#subscribe h3 {
	font-size: 18px;
}

#subscribe .form-control {
	background: rgba(255,255,255,0.2);
	border-width: 2px;
	border-color: #F8F8F8;
	border-style: solid none solid solid;
	border-radius: 5px 0 0 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 42px;
	outline: medium none;
	padding: 10px 15px;
	width: 80%;
	color: #F8F8F8;
	float: left;
}

input#mail-sub:-moz-placeholder {
	color: #F8F8F8;
}

input#mail-sub::-webkit-input-placeholder {
	color: #F8F8F8;
}

#subscribe .form-control:hover, #subscribe .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

#subscribe button.submit {
	color: #FFFFFF;
	border-width: 2px;
	border-color: #F8F8F8;
	border-style: solid;
	background: #2ecc71;
	font-size: 16px;
	padding: 5px;
	height: 42px;
	width: 20%;
	float: left;
	border-radius: 0 5px 5px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#subscribe .submit .fa {
	position: relative;
	margin: 0;
	color: #FFF;
}

#subscribe .submit.focus, #subscribe .submit:hover {
	background-color: #f1e7c0;
	color: #333;
}

.subscribe-newsletter {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 100px 0;
	background: rgba(0,0,0,0.3);
}

.controls .fa {
	color: #A5ABB5;
	font-size: 25px;
	margin: 9px 0 0 -80px;
	position: absolute;
}

.controls .fa-exclamation-circle {
	right: 25%;
	margin-top: 8px;
}

.controls .fa-check {
	right: 25%;
	margin-top: 8px;
}

.controls button.submit .fa-check {
	right: 0;
	margin-top: 0px;
}

p.message {
	font-size: 13px;
	text-align: center;
}

.form-group {
	margin-bottom: 5px;
}

form.success-full .fa, form.success-full .message {
	color: #F1E7C0;
}

form.error .fa, form.error .message {
	color: #F1E7C0;
}

form.bad-email .fa, form.bad-email .message {
	color: #F1E7C0;
}

/* ================================= */
/* ::::::::::: 4. About :::::::::::: */
/* ================================= */

section.about-section h2 {
	text-align: left;
	font-size: 2em;
	margin-bottom: 30px;
}

section.about-section p {
	text-align: left;
	font-size: 1em;
	line-height: 1.5;
	font-weight: 400;
	color: #F8F8F8;
}

#principal-carousel,#principal-carousel2 {
	max-width: 80%;
	margin: auto;
}

.about-section ul {
	text-align: left;
	margin-top: 20px;
}

.about-section li {
	text-align: left;
	margin-top: 15px;
}

.about-section i {
	background: transparent;
	border: 1px solid #FFF;
	color: #F8F8F8;
	display: table-cell;
	font-size: 20px;
	height: 45px;
	line-height: 1;
	-webkit-transition: all 200ms ease-in 0s;
	-o-transition: all 200ms ease-in 0s;
	transition: all 200ms ease-in 0s;
	vertical-align: middle;
	width: 45px;
	margin: 0 10px;
	border-radius: 5px;
}

.about-section a:hover {
	text-decoration: none;
}

.about-section i.fa-twitter {
	border-color: #70c2e9;
	background: #70c2e9;
	color: #FFFFFF;
}

.about-section i.fa-twitter:hover {
	border-color: #70c2e9;
	background: #70c2e9;
	color: #2B2D35;
}

.about-section i.fa-facebook {
	border-color: #677fb5;
	background: #677fb5;
	color: #FFFFFF;
}

.about-section i.fa-facebook:hover {
	border-color: #677fb5;
	background: #677fb5;
	color: #2B2D35;
}

.about-section i.fa-pinterest {
	border-color: #d8545d;
	background: #d8545d;
	color: #FFFFFF;
}

.about-section i.fa-pinterest:hover {
	border-color: #d8545d;
	background: #d8545d;
	color: #2B2D35;
}

.about-section i.fa-dribbble {
	border-color: #e299c2;
	background: #e299c2;
	/*color: #e299c2;
    border-color: #FFF;*/
	color: #FFF;
}

.about-section i.fa-dribbble:hover {
	border-color: #e299c2;
	background: #e299c2;
	color: #2B2D35;
}

/* ================================= */
/* :::::::: 5. Contact Form :::::::: */
/* ================================= */

#contact-form .form-group {
	margin-bottom: 15px;
}

#contact-form {
	text-align: center;
}

#contact-form h4 {
	margin: 0px 0 40px;
	color: #FFFFFF;
}

.form-control {
	background: transparent;
	background-image: none;
	border: none;
	border-bottom: 1px solid #CCCCCC;
	border-radius: 0px;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
	-webkit-transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
	transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
	-o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}

.specsend {
	background: transparent;
	border: 1px solid #CCC;
	margin-top: 40px;
	color: #FFFFFF;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.specsend:hover {
	background: #f1e7c0;
	color: #333;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.form-control:focus {
	border-color: #f1e7c0;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 0px rgba(102, 175, 233, 0.6);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 0px rgba(102, 175, 233, 0.6);
	outline: 0 none;
}

input.requiretop:-moz-placeholder {
	color: #F8F8F8;
}

input.requiretop::-webkit-input-placeholder {
	color: #F8F8F8;
}

textarea.requiretop:-moz-placeholder {
	color: #F8F8F8;
}

textarea.requiretop::-webkit-input-placeholder {
	color: #F8F8F8;
}

.form-control::-moz-placeholder {
	color: #F8F8F8;
	opacity: 1;
}

.error-form {
	float: right;
	margin: -24px 2px 0 0;
	position: relative;
	top: 0;
}

.error-form i:before {
	color: #ff0000;
	font-size: 100%;
	vertical-align: top;
	content: "\f071";
	margin-right: 10px;
	font-family: FontAwesome;
}

.error {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.alert-problem {
	color: #FFF;
	background: url(../img/contact-problem.png) repeat;
	border-color: #FFF;
}

.alert-success {
	color: #FFF;
	background: url(../img/contact-success.png) repeat;
	border-color: #FFF;
	margin-top: 20px;
}

#contact-form li {
	list-style: none;
	margin-bottom: 20px;
	color: #F8F8F8;
	text-align: left;
}

/* ================================= */
/* :::::::: 6. Informations :::::::: */
/* ================================= */

#informations-contact {
	text-align: center;
}

#informations-contact i {
	color: #CCCCCC;
}

#informations-contact h2 {
	text-align: center;
	margin: 0;
}

#informations-contact h3 {
	font-family: 'Lato', 'Helvetica Neue', 'Lucida Grande', Arial, Verdana, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	line-height: 20px;
	text-align: center;
}

#informations-contact h4 {
	font-family: 'Open sans', 'Helvetica Neue', 'Lucida Grande', Arial, Verdana, sans-serif;
	color: #FFFFFF;
	font-size: 19px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	line-height: 20px;
	text-align: center;
}

#informations-contact a {
	color: #F1E7C0;
	cursor: pointer;
	display: block;
}

#informations-contact a:hover {
	text-decoration: none;
}

/* ================================= */
/* :::::::::: 7. Loading ::::::::::: */
/* ================================= */

.globload {
	background: #3b405b;
	background: -o-radial-gradient(center, ellipse cover, #3b405b 0%, #171b33 100%);
	background: -o-radial-gradient(center, ellipse, #3b405b 0%, #171b33 100%);
	background: radial-gradient(ellipse at center, #3b405b 0%, #171b33 100%);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100000;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
}

.globload img {
	display: block;
	margin: auto;
	margin-bottom: 20px;
}

.spinner {
	font-size: 10px;
	height: 200px;
	width: 200px;
	position: absolute;
	margin: auto;
	text-align: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.spinner > div {
	width: 12px;
	height: 12px;
	background-color: #f1e7c0;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	/* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes
bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0.0)
	}
	40% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes
bouncedelay {
	0%, 80%, 100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}
	40% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

.spinner h6 {
	font-family: 'Lucida Grande', Lato, 'Helvetica Neue', Arial, Verdana, sans-serif;
	font-weight: 300;
	font-size: 13px;
	color: #FFF
}

/* ================================= */
/* ::::::: 8. Media Queries :::::::: */
/* ================================= */

/* *=*=*=*=*=*=*=*=*=* Small screen *=*=*=*=*=*=*=*=*=* */

@media only screen and (max-width: 1023px) {

	h4 {
		font-size: 17px;
		line-height: 20px;
	}

	.digit {
		font-size: 80px
	}

	.item img {
		width: 100%;
	}

	#newsletter-section h3 {
		font-size: 18px;
	}

	#formcontactus {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 959px) {

	.main-part-one {
		position: absolute;
		width: 150%;
		left: 25%;
		z-index: 999;
		top: 2%;
		right: 0;
		padding: 0;
		bottom: 0;
	}

	.dark-overlay {
		width: 200%;
		z-index: 999
	}

	#subscribe {
		position: absolute;
		bottom: 5%;
		right: 25%;
		z-index: 999;
		width: 150%;
		top: auto;
	}

	#principal-carousel {
		position: absolute;
		bottom: 5%;
		right: 25%;
		z-index: 999;
		width: 150%;
		top: auto;
		max-width: none;
	}

	#contact-part {
		position: absolute;
		top: 5% !important;
		left: 0;
		z-index: 999;
		width: 100%;
		top: auto;
	}

	#informations-contact {
		position: absolute;
		bottom: 5%;
		right: 50%;
		z-index: 999;
		width: 100%;
		top: auto;
	}

	#countdown_dashboard .dash-glob:nth-child(3) {
		border: none;
	}

	.about-section li {
		margin-top: 5px;
		font-size: 9.5px;
		text-align: left !important;
	}
}

@media only screen and (max-width: 568px) {

	#subscribe .form-control {
		width: 100%;
		border: 1px solid #F8F8F8;
		border-radius: 0px;
		margin-bottom: 10px;
		color: #333;
	}

	#subscribe input#mail-sub {
		width: 80%;
		float: left;
		color: #FFF;
	}

	#subscribe button.submit {
		border-radius: 0px;
		color: #FFFFFF;
		font-size: 12px;
		line-height: 10px;
		padding: 0px;
		height: 42px;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
		width: 20%;
		float: left;
		margin-left: 0;
		margin-top: 0;
	}

	.digit {
		font-size: 50px;
		height: 60px;
		line-height: 60px;
	}

	#text-construction-2 {
		font-size: 12px;
	}

	#principal-carousel {
		width: 150%;
		right: 25%;
		max-width: none;
	}

	#contact-form h4 {
		margin-bottom: 0;
		font-size: 14px;
	}

	#formcontactus {
		margin-top: 10px;
	}

	#formcontactus .specsend {
		margin-top: 10px;
	}

	span.border {
		display: none;
	}

	#informations-contact h2 {
		font-size: 20px;
	}

	.video{
		height: unset !important;
		left: 0 !important;
		width: 130% !important;
		position: absolute !important;
		bottom: 5px !important;
		right: 0 !important;
		z-index: 999 !important;
		top: auto !important;
		padding: 10px !important;
	}
}

/* *=*=*=*=*=*=*=*=*=* Tablet portrait *=*=*=*=*=*=*=*=*=* */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

	.container {
		width: 720px;
	}

	#myCarousel {
		margin-top: 40px;
	}

	#subscribe .form-control {
		border: none;
		color: #FFFFFF;
		background: rgba(255,255,255,1)
	}

	#subscribe input#mail-sub {
		width: 80%;
		margin: auto;
		background: none;
		border: 1px solid #F8F8F8;
	}

	.dash-glob {
		width: 25%;
	}

	h4 {
		font-size: 17px;
		line-height: 20px;
	}

	#formcontactus {
		margin-top: 40px;
	}

	.item img {
		width: 100%;
	}

	.about-section h2 {
		font-size: 36px;
	}

	.about-section p {
		font-size: 20px;
	}

	#text-construction-2 {
		padding: 0 100px;
	}

	.main-part-one {
		position: absolute;
		width: 200%;
		left: 0;
		padding: 50px;
		z-index: 999;
		top: 10%;
		right: 0;
		bottom: 0;
	}

	#left2 .main-part-one {
		top: 5%;
	}

	.dark-overlay {
		width: 200%;
		z-index: 999
	}

	#subscribe {
		position: absolute;
		bottom: 20%;
		right: 50%;
		z-index: 999;
		width: 100%;
		top: auto;
	}

	.about-section {
		position: absolute;
		top: 10% !important;
		right: 0;
		z-index: 999;
		width: 100%;
		top: auto;
		padding: 0 50px
	}

	#principal-carousel {
		position: absolute;
		bottom: 10%;
		right: 0;
		z-index: 999;
		width: 200%;
		top: auto;
		padding: 0 50px;
	}

	#contact-part {
		position: absolute;
		top: 0 !important;
		right: 0;
		z-index: 999;
		width: 100%;
		top: auto;
		padding: 40px;
	}

	#informations-contact {
		position: absolute;
		bottom: 10%;
		right: 0;
		z-index: 999;
		width: 200%;
		top: auto;
	}

	#subscribe .form-control {
		width: 100%;
		border: 1px solid #F8F8F8;
		border-radius: 0px;
		margin-bottom: 10px;
		color: #333;
	}

	#subscribe input#mail-sub {
		width: 80%;
		float: left;
	}

	#subscribe button.submit {
		border-radius: 0px;
		color: #FFFFFF;
		font-size: 12px;
		line-height: 10px;
		padding: 0px;
		height: 42px;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
		width: 20%;
		float: left;
		margin-left: 0;
		margin-top: 0;
	}

	.digit {
		font-size: 55px !important;
		height: 55px;
		line-height: 55px;
	}

	#countdown_dashboard .dash-glob:nth-child(3) {
		border-left: 1px solid #FFF;
	}

	#text-construction-2 h4 {
		font-size: 22px;
		line-height: 30px;
	}

	#principal-carousel {
		width: 200%;
		right: 0;
		max-width: none;
	}

	#contact-form h2 {
		font-size: 2em;
	}

	#contact-form h4 {
		margin-bottom: 10px;
		font-size: 22px;
	}

	#formcontactus {
		margin-top: 40px;
	}

	#formcontactus .specsend {
		margin-top: 40px;
	}

	#informations-contact h2 {
		font-size: 2em;
	}
}

/* *=*=*=*=*=*=*=*=*=* Tablet landscape *=*=*=*=*=*=*=*=*=* */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

	#subscribe .form-control {
		border: none;
		color: #FFFFFF;
		background: rgba(255,255,255,1)
	}

	h4 {
		font-size: 17px;
		line-height: 20px;
	}

	#formcontactus {
		margin-top: 40px;
	}

	.about-section p {
		font-size: 12px;
	}

	#subscribe button.submit {
		font-size: 13px;
	}

	#subscribe input#mail-sub {
		width: 80%;
		margin: auto;
		background: none;
		border: 1px solid #F8F8F8;
	}

	#text-construction-2 {
		padding: 0 10px;
	}

	.digit {
		font-size: 40px !important;
		height: 40px;
		line-height: 40px;
	}

	#contact-form h4 {
		font-size: 14px;
	}

	#informations-contact .col-xs-4 {
		padding: 0;
	}

	#informations-contact h4 {
		font-size: 12px;
	}
}

/* *=*=*=*=*=*=*=*=*=* Phone portrait *=*=*=*=*=*=*=*=*=* */

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {

	.container {
		width: 100%;
	}

	h1 {
		font-size: 35px;
	}

	.main section.welcome-section h1 {
		font-size: 30px;
		line-height: 40px;
	}

	h2 {
		font-size: 35px;
		line-height: 35px;
	}

	h4 {
		font-size: 17px;
		line-height: 20px;
	}

	#countdown_dashboard {
		display: block;
		margin: 0px auto;
		max-width: 900px;
		overflow: hidden;
	}

	.dash-glob {
		margin: 0;
		width: 25%;
		padding-left: 5px;
		padding-right: 5px;
	}

	#countdown_dashboard .dash-glob:nth-child(3) {
		border-left: 1px solid #FFF;
	}

	#formcontactus {
		margin-top: 40px;
	}

	#myCarousel {
		margin-top: 40px;
	}

	.form-group {
		margin-bottom: 5px;
	}

	#subscribe {
		margin-top: 0px;
	}

	p.message {
		display: none;
	}

	#subscribe .form-control {
		width: 100%;
		border: none;
		margin-bottom: 10px;
		color: #333;
		background: rgba(255,255,255,1)
	}

	#subscribe input#mail-sub {
		width: 100%;
		background: none;
		border: 1px solid #F8F8F8;
		color:#FFF;
	}

	.controls .fa {
		margin: 9px 0 0 -70px;
	}

	#countdown_dashboard {
		margin-bottom: 0;
		margin-top: 0;
	}

	.digit {
		font-size: 20px !important;
		height: 20px;
		line-height: 20px;
	}

	.dash_title {
		font-size: 10px;
		padding-top: 5px;
	}

	#informations-contact h2 {
		font-size: 22px;
		font-weight: 300;
		color: #F8F8F8;
		padding-top: 60px;
	}

	#contact-part h4 {
		font-size: 16px;
		margin: 5px 0 0;
		color: #F8F8F8;
		font-weight: 300;
	}

	#formcontactus {
		padding: 10px 0 0;
		margin: 0;
	}

	#contact-part .specsend {
		margin-top: 10px;
	}

	.about-section h2 {
		font-size: 14px !important;
		margin-bottom: 10px !important;
		padding: 0 !important;
		line-height:14px !important;
	}

	.about-section p {
		font-size: 10px !important;
		line-height: 10px;
	}

	.about-section ul {
		text-align: left;
	}

	.about-section li {
		text-align: center;
	}

	#text-construction-2 h4 {
		font-size: 14px;
		line-height: 14px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	#text-construction-2 img {
		width: 100px;
		height: 100px;
	}

	#subscribe h3 {
		font-size: 18px;
		line-height: 18px;
		padding-top: 15px;
		padding-bottom: 10px;
	}

	.main-part-one {
		position: absolute;
		width: 200%;
		left: 0;
		padding: 10px 25px;
		z-index: 999;
		top: 5%;
		right: 0;
		bottom: 0;
	}

	.dark-overlay {
		width: 200%;
		z-index: 999
	}

	#subscribe {
		position: absolute;
		bottom: 5%;
		right: 0;
		z-index: 999;
		width: 200%;
		top: auto;
	}

	.about-section {
		position: absolute;
		top: 0 !important;
		right: 0;
		z-index: 999;
		width: 100%;
		padding: 0 10px
	}

	#principal-carousel {
		position: absolute;
		bottom: 5px;
		right: 50%;
		z-index: 999;
		width: 160%;
		top: auto;
		padding: 10px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		left: 0;
	}

	#contact-part {
		position: absolute;
		top: 0 !important;
		right: 0;
		z-index: 999;
		width: 100%;
		padding: 10px;
	}

	#informations-contact {
		position: absolute;
		bottom: 10%;
		right: 0;
		z-index: 999;
		width: 200%;
		top: auto;
	}

	#informations-contact .col-xs-4 {
		padding: 0;
	}

	#subscribe .form-control {
		width: 100%;
		border: 1px solid #F8F8F8;
		border-radius: 0px;
		margin-bottom: 10px;
		color: #333;
	}

	#subscribe input#mail-sub {
		width: 80%;
		float: left;
	}

	#subscribe button.submit {
		border-radius: 0px;
		color: #FFFFFF;
		font-size: 12px;
		line-height: 10px;
		padding: 0px;
		height: 42px;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
		width: 20%;
		float: left;
		margin-left: 0;
		margin-top: 0;
	}

	#text-construction-2 {
		font-size: 12px;
	}

	#formcontactus {
		margin-top: 10px;
	}

	#formcontactus input {
		font-size: 15px;
		margin: 0;
	}

	#formcontactus textarea {
		font-size: 15px;
	}

	#formcontactus .specsend {
		margin-top: 10px;
	}

	#informations-contact h2 {
		font-size: 16px;
		margin-bottom: 10px;
		line-height: 10px;
	}

	#informations-contact h4 {
		font-size: 12px;
		margin-bottom: 0px;
	}

	#informations-contact a {
		font-size: 12px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row;
		flex-flow: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
		text-align: left;
		margin-top: 5px;
	}

	#contact-form h2 {
		font-size: 22px;
		margin: 0;
	}

	#contact-form h4 {
		font-size: 14px;
		margin-bottom: 0;
	}
}

/* *=*=*=*=*=*=*=*=*=* Phone landscape *=*=*=*=*=*=*=*=*=* */

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {

	.container {
		width: 100%;
	}

	h1 {
		font-size: 35px;
	}

	h2 {
		font-size: 35px;
		line-height: 35px;
	}

	h3.title {
		font-size: 25px;
	}

	h4 {
		font-size: 17px;
		line-height: 20px;
	}

	#countdown_dashboard {
		display: block;
		margin: 0px auto;
		max-width: 900px;
		overflow: hidden;
	}

	.dash {
		margin: 0;
		width: 25%%;
	}

	#formcontactus {
		margin-top: 40px;
	}

	#myCarousel {
		margin-top: 40px;
	}

	.form-group {
		margin-bottom: 5px;
	}

	#subscribe {
		margin-top: 0px;
	}

	p.message {
		display: none;
	}

	#subscribe .form-control {
		width: 100%;
		border: none;
		border-radius: 0px;
		margin-bottom: 10px;
		color: #333;
		background: rgba(255,255,255,1)
	}

	#subscribe input#mail-sub {
		width: 70%;
		color:#FFF;
	}

	#subscribe button.submit {
		border-radius: 0px;
		color: #FFFFFF;
		font-size: 16px;
		line-height: 20px;
		padding: 11px 16px;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
		width: 30%;
		margin-left: 0;
	}

	.controls .fa {
		margin: 9px 0 0 -60px;
	}

	#countdown_dashboard {
		display: block;
		margin: 0px auto;
		max-width: 900px;
		overflow: hidden;
	}

	.dash {
		margin: 0;
		width: 100%;
	}

	.dash-glob {
		margin: 0;
		width: 25%;
		padding-left: 5px;
		padding-right: 5px;
	}

	#countdown_dashboard .dash-glob:nth-child(3) {
		border-left: 1px solid #FFF;
	}

	.dash_title {
		font-size: 10px;
		padding-top: 5px;
	}

	.digit {
		font-size: 15px;
		height: 25px;
		line-height: 25px;
	}

	#informations-contact h2 {
		font-size: 22px;
		font-weight: 300;
		color: #F8F8F8;
		padding-top: 60px;
	}

	#contact-part h3.title-spec {
		font-size: 22px;
		padding-top: 30px;
		padding-bottom: 0px;
		color: #F8F8F8;
		font-weight: 300;
	}

	#contact-part h4 {
		font-size: 16px;
		margin: 5px 0 0;
		color: #F8F8F8;
		font-weight: 300;
	}

	#formcontactus {
		padding: 10px 0 0;
		margin: 0;
	}

	#contact-part .specsend {
		margin-top: 10px;
	}

	.about-section h2 {
		font-size: 14px !important;
		margin-bottom: 10px !important;
		padding: 0 !important;
		line-height:14px !important;
	}

	.about-section p {
		font-size: 10px !important;
		line-height: 10px;
	}

	.about-section ul {
		margin-top: 10px;
	}

	#text-construction-2 {
		font-size: 12px;
		padding-top: 0px;
	}

	#text-construction-2 h4 {
		font-size: 12px;
		line-height: 14px;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	#text-construction-2 img {
		width: 100px;
		height: 100px;
		margin-top: 50px;
	}

	#subscribe h3 {
		font-size: 18px;
		line-height: 18px;
		padding-top: 15px;
		padding-bottom: 10px;
	}

	.main-part-one {
		position: absolute;
		width: 100%;
		left: 0;
		padding: 10px 25px;
		z-index: 999;
		top: 0;
		right: 0;
		bottom: 0;
	}

	#left2 .main-part-one {
		padding: 10px 5px;
	}

	#left3 .main-part-one {
		padding: 10px 5px;
	}

	.dark-overlay {
		width: 100%;
		z-index: 999
	}

	#subscribe {
		position: relative;
		width: 100%;
		padding: 0 20px;
		right: 0;
	}

	.about-section {
		position: relative;
		top: 0 !important;
		right: 0;
		z-index: 999;
		width: 100%;
		padding: 0 10px
	}

	#principal-carousel {
		position: relative;
		bottom: 10%;
		right: 0;
		z-index: 999;
		width: 100%;
		top: auto;
		padding: 0 50px;
	}

	#contact-part {
		position: relative;
		top: 0 !important;
		right: 0;
		z-index: 999;
		width: 100%;
		padding: 0px;
	}

	#informations-contact {
		position: relative;
		bottom: 2%;
		right: 0;
		z-index: 999;
		width: 100%;
		top: auto;
	}

	#informations-contact .col-xs-4 {
		width: 100%
	}

	#subscribe .form-control {
		width: 100%;
		border: 1px solid #F8F8F8;
		border-radius: 0px;
		margin-bottom: 10px;
		color: #333;
	}

	#subscribe input#mail-sub {
		width: 80%;
		float: left;
		background: none;
	}

	#subscribe button.submit {
		border-radius: 0px;
		color: #FFFFFF;
		font-size: 12px;
		line-height: 10px;
		padding: 0px;
		height: 42px;
		-webkit-transition: all 0.3s ease-in-out 0s;
		-o-transition: all 0.3s ease-in-out 0s;
		transition: all 0.3s ease-in-out 0s;
		width: 20%;
		float: left;
		margin-left: 0;
		margin-top: 0;
	}

	#text-construction-2 {
		font-size: 12px;
	}

	#principal-carousel {
		width: 100%;
		right: 0;
		max-width: none;
	}

	#formcontactus {
		margin-top: 10px;
	}

	#formcontactus input {
		font-size: 15px;
		margin: 0;
	}

	#formcontactus textarea {
		font-size: 15px;
	}

	#formcontactus .specsend {
		margin-top: 10px;
	}

	#informations-contact h2 {
		font-size: 16px;
		margin-bottom: 0px;
		line-height: 10px;
	}

	#informations-contact h4 {
		font-size: 12px;
		margin-bottom: 0px;
	}

	#informations-contact a {
		font-size: 12px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row;
		flex-flow: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
		text-align: left
	}

	#contact-form h2 {
		font-size: 22px;
		margin: 0;
	}

	#contact-form h4 {
		font-size: 12px;
		margin-bottom: 0;
		display: none;
	}
}

.video{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
	width: 80%;
	height: 100%;
}

#whp{
	position: fixed;
	right: 25px;
	bottom: 25px;
	z-index: 9999;
	font-size: 50px;
	text-decoration: none !important;
	width: 60px;
}

@media screen and (max-width: 992px){
	#whp{
		position: fixed;
		right: 15px;
		bottom: 15px;
		z-index: 9999;
		font-size: 0;
		text-decoration: none !important;
		width: 40px;
	}
	.mb-15-mobile{
		margin-bottom: 15px !important;
	}
	.d-none-m{
		display: none;
	}
	#informations-contact i{
		text-align: left;
		display: block;
		width: 0px;
		float: left;
		padding-right: 40px;
	}
	#contact-form{
		zoom: .9;
	}
}

.langArea{
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	list-style: none;
	padding-right: 25px;
	padding-top: 25px;
	pointer-events: none;
}

.langArea li a{
	color: #fff;
	width: 25px;
	height: 25px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 40px;
	background: #0000003b;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 1px;
	pointer-events: auto;
}
.langArea li a:hover{
	text-decoration: none !important;
}
