body {
	font-family:"Helvetica Neue", Arial, sans-serif;
	padding: 0;
	margin: 0;
}

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

figure {
	width: 35%;
	float: left;
}

figure >img {
	width: 100%;
}

.cb {
	clear: both;
}

.w100 {
	width: 100%;
}

.fl {
	float: left;
}

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

.button {
	width: 220px;
	height: 40px;
	line-height: 40px;
	margin: 10px;
	text-align: center;
	cursor: pointer;
	float: left;
	color: white;
	background-color: #AFA8A6;
}

.button:hover {
	background-color: #7F7876;
}

.button > img {
	height: 40px;
}

/*.largeButton {
	width: 300px;
	height: 52px;
	line-height: 70px;
	margin: 10px auto;
	text-align: center;
	cursor: pointer;
	color: white;
	background-color: #AFA8A6;
}

.largeButton:hover {
	background-color: #7F7876;
}*/

.largeButton > img {
	height: 52px;
}

.buttonContainer{
	width: 790px;
	margin: 0 auto;
	margin-bottom: 4rem;
}

.star {
	width: 40px;
	height: 40px;
	margin: 10px;
	cursor: pointer;
	float: left;
}

.star > img{
	width: 40px;
	height: 40px;
}

.centeredText {
	text-align: center;
}

.centeredHorizontally{
	margin: 0 auto;
}

#mainHeading {
	cursor: pointer;
	transition: padding-top 1.5s cubic-bezier(0, 0, 0.18, 1);
}

.scrollToButton {
	position: fixed;
	bottom: 0;
	left: 50%;
	color:white;
	text-align:center;
	width: 5.0rem;
	margin-left: -2.5rem;
	padding: 0.4rem;
	height: 3.4rem;
	cursor:pointer;
	background-image: url(/img/picto_scroll_down.png);
	background-size: contain;
	background-origin: content-box;
	background-repeat: no-repeat;
	z-index: 9999;
}

.scrollToItem {
	cursor: pointer;
}

.brandon {
	font-family:"Helvetica Neue", Arial, sans-serif;
}

.dokChampas {
	font-family:"Helvetica Neue", Arial, sans-serif;
}

.IntellectaBodoned {
	font-family:"Helvetica Neue", Arial, sans-serif;
}

#menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10842;
}

#menuContent {
	position: relative;
	float: left;
	height: 400px;
	width: 25rem;
	text-align: center;
	background-color: white;
}

#menuContent .upper {
	font-size: 1.24rem;
	line-height: 2.75rem;
}

#menuContent .lower {
	position: absolute;
	width: 100%;
	height: 150px;
	bottom: 0;
}

#toggleMenu {
	position: relative;
	margin: 1rem;
	float: left;
	width: 2.7rem;
	height: 2.7rem;
	cursor: pointer;
	background-image: url(/img/menu_mo.png);
	background-size: contain;
}

#toggleMenu:hover {
	background-image: url(/img/menu.png);
}

.parallaxSpace {
  min-height: 50rem;
  margin: 0;
  background: transparent;
}

.paragraph {
	width: 90%;
	margin: 0 auto;
	font-size: 1.3rem;
	padding: 2rem;
}

.column {
	width: 45%;
	float: left;
}

.categoryHeading {
	position: absolute;
	left: 6rem;
	top: 1rem;
	font-size: 1.7rem;
	text-transform: uppercase;
}

.informationBlock {
	width: 27.333%;
	margin: 2%;
	float: left;
	font-size: 0.9rem;
}

.informationPictogram {
	height: 3.6rem;
	margin-right: 1.5rem;
	margin-bottom: 4rem;
	border-bottom: 0.5rem solid #B2B2B2;
	float: left;
}

.collectionHeadline{
	width: 96%;
	position: absolute;
	font-size: 1.5rem;
	line-height: 2.7rem;
	padding-left: 4%;
	font-weight: bold;
	top: 0;
	background-color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
}

.edition {
	position: relative;
	width: 100%;
	margin-top: -5px;
}

.banner {
	position: absolute;
	width: 100%;
	min-height: 4.5rem;
	padding: 1.15rem 10rem;
	box-sizing: border-box;
	line-height: 2.2rem;
	font-size: 1.4rem;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.5);
}

.tableContainer {
	width: 1024px;
	margin: 0 auto;
}

table {
	width: 450px;
	margin: 31px;
	float: left;
	border-collapse: collapse;
}

td {
	height: 2.7rem;
	font-size: 1.1rem;
	border-top: 2px solid #DDDDDD;
}

td:nth-child(1) {
	width: 150px;
}

.overlay {
  position: fixed;
  overflow-y: scroll;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(155, 155, 155, 0.7);
  z-index: 99999;
}

#contactFormContainer {
  width: 550px;
  margin: 3rem auto;
  padding: 1.5rem;
  font-size: 1.4rem;
  line-height: 2rem;
  top: 0;
  left: 0;
  background-color:rgba(255, 255, 255, 0.7);
}

.noScroll {
  overflow: hidden;
}

.form-control {
  display: block;
  width: 450px;
  height: 34px;
  padding: 6px 12px;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

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

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

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

.largeButton {
	width: 360px;
	height: 3.6rem;
	line-height: 3.6rem;
	margin: 0 auto;
	margin-right: 2rem;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.4rem;
	color: #eeeeee;
	background-color: #222227;
	cursor: pointer;
}

.wideButton {
	width: 360px;
	height: 3.6rem;
	line-height: 3.6rem;
	margin: 0 auto;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.4rem;
	color: #eeeeee;
	background-color: #222227;
	cursor: pointer;
}

.largeButton:hover {
	background-color: #444444;
}

#video {
    width: 100%;
    max-height: 100%;
}

.print:before {
	content: "pdf";
}