<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 15px;
	font-weight: 700;
	color: #111;
}

#background,
#backgroundOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.85);
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: 80% center;
	background-size: cover;
	z-index: -10010;
}

#backgroundOverlay {
	background-image: url(../images/background-grey.jpg);
	background-position: -100%;
	z-index: -10009;
	display: none;
}

* {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.clear {
	clear: both;
}

/* LOGO */

.logo {
	height: 200px;
	position: fixed;
	top: 20px;
	left: 20px;
}

.logo img {
	height: 100%;
}

/* NAVIGATION */

#main-menu {
	position: fixed;
	top: 240px;
	left: 10px;
}

#main-menu ul li.subMenu ul {
	display: none;
}

#main-menu ul li.subMenu ul li a {
	text-transform: capitalize;
	font-size: 18px;
	background-color: #ddd;
}

#main-menu ul li a {
	display: table;
	padding: 0 5px;
	margin-bottom: 3px;
	line-height: 25px;
	background-color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 300;
	color: #111;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}

#main-menu ul li a.active,
#main-menu ul li.subMenu ul li a:hover,
#main-menu ul li a:hover {
	background-color: #111;
	color: #fff;
	font-size: 24px;
	letter-spacing: 2px;
}

/* POPUP WINDOW */

.window {
	width: 680px;
	height: 350px;
	background-color: #fff;
	position: fixed;
	padding: 10px;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
}


.window#contact {
	width: 680px;
	height: 270px;
	background-color: #fff;
	position: fixed;
	padding: 10px;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
}

.window#video {
	width: 640px;
	height: 300px;
}

.window h2 {
	margin-bottom: 15px;
	font-weight: 700;
}

.window p {
	margin-bottom: 10px;
}

.window p b {
	font-weight: 700;
	width: 140px;
	display: inline-block;
}

.window .result {
	height: 150px;
	background-color: #666;
	margin: 20px 0;
	border-radius: 5px;
}

.window .pull-left,
.window .pull-right {
	width: 50%;
}

.window label {
	display: block;
	margin-top: 10px;
}

.window input[type=text],
.window input[type=submit],
.window textarea {
	width: 100%;
	height: 20px;
	line-height: 20px;
	background-color: #111;
	color: #fff;
	border: 0;
	outline: none;
}

.window input[type=text] {
	text-indent: 5px;
}

.window textarea {
	height: 112px;
	resize: none;
}

.window input[type=submit] {
	float: right;
	width: 50px;
	height: 22px;
	margin-top: 10px;
	border: 1px solid #111;
	cursor: pointer;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}

.window input[type=submit]:hover {
	background-color: #fff;
	color: #111;
}

#boutique label {
	display: inline-block;
}

#boutique select {
	display: inline-block;
	width: 160px;
	margin-top: -30px;
	height: 23px;
	background: url(../images/select-bg.png) repeat-x left center;
	border: 1px solid #bbb;
	color: #fff;
}

#boutique select option {
	color: #111;
}

#contact .pull-right,
#career .pull-right {
	width: 48%;
}

#career img {
	width: 200px;
	float: left;
}

#career p {
	margin-left: 220px;
}

#social-network {
	position: fixed;
	top: 10px;
	right: 10px;
}

#social-network a {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-color: #fff;
	margin-left: 2px;
	background-image: url(../images/sn.png);
	background-repeat: no-repeat;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}

#social-network a.sn1 {
	background-position: 0px 0px;
}

#social-network a.sn2 {
	background-position: -50px 0px;
}

#social-network a.sn3 {
	background-position: -100px 0px;
}

#social-network a.sn4 {
	background-position: -150px 0px;
}

#social-network a.sn1:hover {
	background-position: 0px -50px;
}

#social-network a.sn2:hover {
	background-position: -50px -50px;
}

#social-network a.sn3:hover {
	background-position: -100px -50px;
}

#social-network a.sn4:hover {
	background-position: -150px -50px;
}

#close {
	width:100%;
	top:0;
	left:0;
	right:0;
	margin:auto;
	height:20px;
	background-image: url(../images/close1.png);
	background-repeat:no-repeat;
	background-position:right center;
	background-color:#fff;
	cursor:pointer;
	display:none;
}

@media screen and (max-width: 970px) {
	.logo {
		height: 150px;
	}

	#social-network {
		top: 0px;
		right: -24px;
		transform: scale(0.7);
	}

	#main-menu {
		margin-top: 0px;
		top: 190px;
	}

	.window {
		width: 100%;
		height: 100%;
		padding:0 10px 20px;
		margin: auto;
		top: 40px;
		left: 0;
		right: 0;
		bottom: 0;
	}
}

@media screen and (max-width: 730px) {
	.logo {
		height: 100px;
	}

	#main-menu {
		top: 130px;
	}

	#main-menu ul li a,
	#main-menu ul li.subMenu ul li a {
		font-size: 18px;
		line-height: 20px;
		letter-spacing: 0;
	}

	#main-menu ul li a.active,
	#main-menu ul li.subMenu ul li a:hover,
	#main-menu ul li a:hover {
		background-color: #111;
		color: #fff;
		font-size: 18px;
		letter-spacing: 0;
	}
	.window p {
		font-size:12px;
	}
	.window p b {
		display:block;
	}
}

@media screen and (max-width: 540px) {
	.logo {
		top: 5px;
		left: 5px;
		height: 60px;
	}

	#social-network {
		top: -10px;
		right: -51px;
		transform: scale(0.5);
	}

	#main-menu {
		top: 70px;
		left: 5px;
	}

	#main-menu ul li a,
	#main-menu ul li.subMenu ul li a {
		font-size: 15px;
		line-height: 20px;
	}
	#boutique select {
		margin-top: 5px;
	}
	#career img {
		display:none;
	}
	#career p {
		margin-left:0;
	}
}</pre></body></html>