/*
 *	GENERAL
 */
a {
	border: none;
	color: #0071BC;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}
body {
	border: none;
	color: #4D4D4E;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	font-size: 18px;
	height: 100%;
	line-height: 1.3em;
	margin: 0;
}
h1 {
	color: #4D4D4E;
	font-size: 3.06em;
	font-weight: normal;
	line-height: 1em;
	margin: 20px 0 10px 0;
	padding: 0;
}
h2 {
	background: url(../images/icones-suites.png) left center;
	color: #4D4D4E;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0.8em 0;
}
	h2:first-of-type {
		margin-top: 0;
	}
h3 {
	color: #4D4D4E;
	font-size: 1.37em;
	font-weight: normal;
	line-height: 1em;
	margin: 1.2em 0 0.5em 0;
}
h4 {
	color: #1F1F1F;
	font-size: 1.22em;
	font-weight: normal;
	line-height: 1em;
	margin: 0;
}
h5 {
	color: #3f3f3f;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.20em;
	text-transform: uppercase;
}
html {
	height: 100%;
}
li {
	margin: 0.2em 0;
}
p {
	margin: 1em 0;
}
ul {
	margin: 0.5em 0;
	padding: 0px 0px 0px 25px;
}


/*
 *	HEADER
 */
#header {
	box-shadow: 0 0 15px -1px rgba(0,0,0,0.3);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5;
}
	#header + div {
		margin-top: 75px;
	}
	#header .close {
		display: none;
	}
	#header .level-one {
		display: block;
	}
		#header .level-one .branding-light {
			border-bottom: 4px #FFF solid;
			display: none;
		}
		#header .level-one > li {
			float: left;
			margin: 0;
			overflow: hidden;
		}
			#header .level-one > li:nth-child(3) {
				display: none;
			}
			#header .level-one > li > div {
				left: 0;
				margin-top: 7px;
				position: absolute;
				width: 100%;
			}
			#header .level-one > li > a {
				color: #000;
				display: block;
				font-size: 1em;
				font-weight: bold;
				line-height: 75px;
				padding: 0 1.5em;
				position: relative;
				text-transform: uppercase;
			}
			#header .level-one > li:hover {
				border-bottom-style: solid;
				border-bottom-width: 7px;
				border-color: #4D4D4E;
				margin-top: -7px;
			}
				#header .level-one > li:hover > a {
					background-color: rgba(204,204,204,0.25);
					text-decoration: none;
					top: 7px;
				}
				#header .level-one > li:hover .branding-light {
					display: block;
				}
		#header .level-one > li.logo {
			margin: 0;
		}
			#header .level-one > li.logo:hover {
				border: none;
				margin: 0;
			}
				#header .level-one > li.logo:hover a {
					top: 0;
				}
			#header .level-one > li.logo > a {
				background: none;
				margin: 0;
				padding: 0;
			}
		#header .level-one > li.selected {
			border-bottom-style: solid;
			border-bottom-width: 7px;
			margin-top: -7px;
		}
			#header .level-one > li.selected > a {
				background-color: rgba(204,204,204,0.25);
				text-decoration: none;
				top: 7px;
			}
		#header .level-one .branding-dark {
			height: 2px;
		}
	#header .level-two {
		overflow: hidden;
	}
		#header .level-two > li {
			float: left;
			margin: 15px 0 10px 0;
			overflow: hidden;
		}
			#header .level-two > li > a {
				color: #333;
				display: inline;
				float: left;
				font-size: 0.95em;
				font-weight: bold;
				line-height: 1em;
				list-style-type: none;
				padding: 5px 0px 4px 30px;
				width: 185px;
			}
				#header .level-two > li > a:first-of-type {
					padding-left: 0.64em;
				}
			#header .level-two > li:hover > a {
				color: #0071BC;
				text-decoration: none;
			}
			#header .level-two > li:last-child {
				margin-bottom: 35px;
			}
	#header ul {
		border-color: inherit;
		display: inline;
		list-style: none;
		margin: 0 auto;
		padding: 0;
	}
	#header .level-three {
		clear: left;
		margin: 0 0 20px 0;
		padding-top: 5px;
	}
		#header .level-three > li {
			background-image: url(../images/arrow-menu.png);
			background-position: 0.8em 0.6em;
			background-repeat: no-repeat;
			color: #4C4C4C;
			font-size: 0.75em;
			margin: 0;
			padding: 0 0 0 20px;
		}
			#header .level-three > li > a {
				color: #4C4C4C;
			}
			#header .level-three > li:hover > a {
				color: #0071BC;
			}
	#header .level-four {
		display: none;
	}
	#header > div > a {
		color: #000;
		display: block;
		float: left;
		font-size: 1em;
		font-weight: bold;
		line-height: 75px;
		padding: 0 1.5em;
		position: relative;
		text-transform: uppercase;
	}
	#header a.menu-link {
		display: none;
	}
	#header a.logo-mobile {
		display: none;
	}


/* 
 *	CONTENT
 */
.fullwidth-tile {
	min-height: 100px;
	overflow: hidden;
	position: relative;
}
	.fullwidth-tile .left.large {
		float: left;
		text-align: left;
		width: 300px;
	}
	.fullwidth-tile .large {
		width: calc(100% - 350px) !important;
	}
	.fullwidth-tile .right {
		float: right;
		text-align: left;
		width: 300px;
	}
	.fullwidth-tile > div {
		background-color: #FFF;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 100%;
		left: 0;
		position: absolute;
		width: 100%;
	}
	.fullwidth-tile > div.content {
		background-color: transparent;
		margin: 0 auto;
		max-width: 1000px;
		overflow: hidden;
		padding: 2em 0;
		position: relative;
	}
.fullwidth-tile.bottom {
	bottom: 0;
	overflow: hidden;
	padding-top: 127px;
	position: fixed;
	width: 100%;
}
#map_canvas {
	height: 500px !important;
	left: 0;
	position: absolute;
	width: 100%;
}
#product-left {
	float: left;
	margin-right: 25px;
	width: 700px;
}
#product-right {
	float: right;
	margin: 65px 0 10px 0;
	text-align: left;
	width: 275px;
}


/*
 *	BUTTONS
 */
.button {
	background-color: #808080;
	border: 0.14em solid #FFF;
	border-radius: 0.3em;
	box-shadow: 0 0 1em 0 rgba(0,0,0,0.2);
	color: #FFF !important;
	cursor: pointer;
	display: inline-block;
	font-size: 1.11em !important;
	line-height: 2em;
	min-width: 100px;
	padding: 0.17em 1.7em 0.17em 1.7em;
	text-align: center;
}
	.button:hover {
		text-decoration: underline;
	}
.button.action {
	background-color: #EB6715;
}


/*
 *	FLOATING TILES
 */
.floating-tile {
	background-repeat: no-repeat;
	border: 2px solid #E0E0E0;
	border-radius: 8px;
	display: inline-block;
	font-size: initial;
	margin: 20px 5px;
	min-height: 450px;
	overflow: hidden;
	padding: 20px;
	text-align: center;
	vertical-align: top;
	width: 300px;
}
	.floating-tile:hover {
		border-color: #EB6715;
	}
	.floating-tile h2 {
		background: none;
		padding: 0;
	}
	.floating-tile p {
		color: #808080;
		font-size: 1.22em;
		margin: 12px 0px 10px 0px;
		padding: 12px 5px 0px 12px;
	}
	.floating-tile a {
		color: #A09783;
	}
		.floating-tile a span {
			color: #EB1540;
		}
.floating-tile-wrapper {
	margin: 0 auto;
}
.floating-tile.company {
	background-image: url(../images/background-tiles-company.jpg);
	height: 270px;
}
.floating-tile.contact {
	display: block;
	margin: 35px auto;
	min-height: auto;
	padding: 0 10px;
	width: 80%;
}
	.floating-tile.contact a {
		font-size: 1.3em !important;
		margin: 0;
	}
.floating-tile.formation {
	margin: 0 0 0 0;
	width: 100%;
}
.floating-tile.light {
	border-bottom: 0;
	border-left: 0;
	border-radius: 0;
	border-top: 0;
	height: 282px;
	margin: 0;
	padding: 0;
}
	.floating-tile.light:nth-of-type(2) {
		background-position: 0px -50px;
	}
	.floating-tile.light:nth-of-type(3) {
		background-position: 0px -100px;
	}
	.floating-tile.light:nth-of-type(4) {
		background-position: 0px -150px;
	}
	.floating-tile.light::before {
		background-image: url(../images/icones-suites-large.png);
		background-position: inherit;
		background-repeat: no-repeat;
		content: "";
		display: block;
		height: 50px;
		margin: 0 auto;
		overflow: hidden;
		width: 50px;
	}
	.floating-tile.light:last-child {
		border: none;
	}
	.floating-tile.light a span {
		color: #EB6715;
	}
	.floating-tile.light .button {
		margin-top: 35px;
	}
.floating-tile.news {
	height: auto;
	margin: 20px 0;
	padding: 0 25px;
	text-align: left;
	width: 44%;
}
	.floating-tile.news::before {
		display: none;
	}
	.floating-tile.news > ul {
		list-style: none;
		padding: 0;
	}
		.floating-tile.news > ul li {
			font-weight: normal;
			line-height: 1.35em;
			margin: 0;
			padding: 20px 10px;
		}
			.floating-tile.news > ul li:first-child {
				border-top: 1px solid #A8A8A8;
			}
			.floating-tile.news > ul li:hover {
				background-color: #F4F4F4;
			}
			.floating-tile.news > ul li p {
				color: #000000;
				font-weight: bold;
				margin: 0;
				padding: 0;
			}
	.floating-tile.news:nth-of-type(1) {
		padding-left: 0;
	}
.floating-tile.tile2 {
	background-position: -320px 0px;
}
.floating-tile.tile3 {
	background-position: -640px 0px;
}
.floating-tile.tile4 {
	background-position: -960px 0px;
}
.floating-tile.tile5 {
	background-position: -1280px 0px;
}


/*
 *	SLIDER
 */
.ivw-slideshow {
	overflow: hidden;
	padding-top: 86px;
	width: 100%;
}
	.ivw-slideshow .overlay {
		background: transparent;
		font-size: 1.4em;
		padding: 30px 0 50px 0;
		position: relative;
		text-align: center;
		z-index: 2;
	}
		.ivw-slideshow .overlay h1 {
			color: #FFF;
			font-size: 2.8em;
			text-shadow: 0 0 10px #000;
		}
		.ivw-slideshow .overlay p {
			color: #FFF;
			font-size: 1.3em;
			line-height: 1.2em;
			text-shadow: 0 0 5px #000;
		}
	.ivw-slideshow .tiles {
		position: absolute !important;
		top: 0;
	}
		.ivw-slideshow .tiles > div {
			height: 100%;
			left: 0;
			margin: 0;
			position: absolute;
			top: 0;
		}
			.ivw-slideshow .tiles > div > img {
				height: 100%;
				width: 100%;
			}
.ivw-slideshow-controls {
	display: none;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 100px;
	z-index: 1;
}
	.ivw-slideshow-controls > li {
		background: #FFF;
		border: 1px solid #F0F0F0;
		border-radius: 4px;
		float: left;
		height: 12px;
		margin: 0 3px 0 3px;
		overflow: hidden;
		padding-top: 0px;
		width: 12px;
	}
		.ivw-slideshow-controls > li > a {
			background: transparent;
			border-radius: 4px;
			display: block;
			height: 10px;
			margin: 1px;
			width: 10px;
		}
	.ivw-slideshow-controls > li.selected > a {
		background: #000;
	}


/*
 *	FOOTER
 */
#footer {
	color: #000;
	font-size: 0.8em;
	min-width: 330px;
	padding: 30px 0;
}
	#footer ul {
		list-style: none;
		overflow: hidden;
		padding: 0 0 40px 0;
	}
		#footer ul li {
			float: left;
			padding-right: 50px;
		}
			#footer ul li:first-of-type {
				display: none;
			}
			#footer ul li a {
				color: #FFF;
				text-transform: uppercase;
			}
	#footer p {
		color: #FFF;
	}


/*
 *	FORMULAIRE
 */
form {
	color: #4D4D4D;
	font-size: 1em;
	line-height: 1.22em;
	overflow: hidden;
	position: relative;
}
	form .ivw_ck {
		left: -350px;
		position: absolute;
		width: 0 !important;
	}
	form label {
		display: block;
		margin: 0.6em 0 0.3em 0;
		text-transform: uppercase;
	}
	form input[type=text],
	form input[type=password],
	form textarea,
	form select,
	#email {
		background-color: #EFEFEF;
		border: 1;
		color: #191919;
		font-family: inherit;
		font-size: 16px;
		height: 35px;
		padding: 0 0 0 0.6em;
		width: 336px;
	}
	form select {
		width: 347px;
	}
	form textarea {
		height: 140px;
		padding: 0.6em;
		width: 500px;
	}
.attached-newline {
	float: left;
	margin-right: 0.3em;
}
	.attached-newline .attached-file {
		background: #FAFAFA;
		border: 1px solid #DDD;
		border-radius: 3px;
		float: left;
		margin-bottom: 0.6em;
		padding: 0.3em 1em 0.3em 0.3em;
	}
		.attached-newline .attached-file input {
			left: 10px;
			position: relative;
			top: 3px;
		}


/*
 *	FORMATION
 */
.date-selection input {
	display: block;
	float: left;
	margin-top: 15px;
}
.date-selection label {
	float: left;
	width: 250px;
}
.date-selection div {
	float: left;
	padding: 10px;
	width: 100%;
}
	.date-selection div:hover {
		background-color: #F4F4F4;
	}


/*
 *	EVENEMENTS ET ACTUALITES
 */
.feed-item {
	list-style: none;
}
	.feed-item > li {
		border-bottom: 1px dotted #A8A8A8;
		color: #000000;
		font-style: normal;
		font-weight: normal;
		line-height: 1.35em;
		padding: 10px 10px 10px 10px;
	}
		.feed-item > li:first-child {
			border-top: 1px solid #A8A8A8;
		}
		.feed-item > li:hover {
			background-color: #F4F4F4;
		}
		.feed-item > li a {
			font-style: normal;
			font-weight: normal;
		}
		.feed-item > li p {
			color: #000000;
			font-style: normal;
			font-weight: bold;
			margin: 0em 0;
			padding: 0px;
		}


/*
 *	LANGUAGE
 */
.hr {
	border: 0;
	box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
	height: 12px;
}
.language {
	background-position: 0px -128px;
	cursor: pointer;
	display: block;
	float: right;
	font-size: 0.78em;
	position: relative;
	top: 1.5em;
	z-index: 1;
}
	.language:hover {
		border: none;
	}
		.language:hover .languageList,
		.language.selected .languageList {
			display: block;
			font-style: italic;
		}
	.language .languageSelected {
		background-color: #FFF;
		background-repeat: no-repeat;
		box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
		color: #4D4D4E;
		display: block;
		line-height: 1em;
		padding: .64em 2em .64em 2.1em;
		position: relative;
		text-transform: uppercase;
		z-index: 1;
	}
.languageList {
	background-color: #FFF;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	display: none;
	font-size: 1.07em;
	left: auto;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	top: 32px;
	width: 100%;
}
	.languageList a {
		display: block;
		padding: 0.3em 0;
		text-align: center;
	}