@import url('https://fonts.googleapis.com/css?family=News+Cycle:400,700');

.container {
	max-width: 800px;
	margin: auto;
	font-family: 'News Cycle', sans-serif;
	position: relative;
	padding-right : 0 !important;
	padding-left: 0 !important;
	}

.container strong {
	font-weight: 700;
}

.header {
	position: fixed;
 width: 100%;
	max-width: 800px;
	height: 50px;
 border-bottom: solid 2px black;
	background-color: white;
	z-index: 9999;
}

.header_content {

	max-width: 800px;
	height: 63px;
	padding: 10px 0px;
	margin: auto;
}

.header_content img {
	border: 5px solid white  !important;
}

.row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}


.header .header_left {
	width: 50%;
	text-align: left;
float: left;
}


.header .header_right {
	width: 50%;
	text-align: right;
float: right;

}



.content {
	padding-bottom: 160px;
	padding-top: 32px;
	background-color: #fff;
	}

.product {
	background-color:  white;
	position: relative;
}

#product_bloc {
	display: block;
}

.product img {
	width: auto;
	margin : 18px auto 0 auto;
}

.description {
	background-color: #fff;
	font-size : 16px;
	color : #003e5c;
	text-align: center;
	padding: 5px 0;
	/*border: 2px solid white;*/
	}


.footer {
	background-color: white;
 position: fixed;
	bottom:0;
	max-width: 800px;
	width:100%;
}

.footer_split span {
	font-size: 21px;
}

.footer_split {
	background-color: #003e5c;
	color: white;
	font-size : 18px;
	text-align: center;
	padding: 20px 5px;
	float: left;
	height: 70px;
	width : 50%;
	border: 2px solid #fff;
	min-height: 50px;
	max-height: 74px;
	}

.footer a {
	text-decoration: none;
	color: white;
}

.bloc {
	padding: 10px;
	background-color: #fff;
	margin: 10px;
	}

.bloc a {
	text-decoration: none;
	color: black;
}


.bloc img {
	margin: auto;
	padding: 5px 0;
}

.bloc h1 {
	margin : 10px;
	font-size : 30px;
}

.bloc>p h1, .bloc>p h4, .bloc>p h3, .bloc>p h4, .bloc>p h5, .bloc>p h6 {
	color: #E995BA;
}

.bloc p, .bloc p strong {
	font-size : 16px;
	text-align: left;
}

#story_btn {
			cursor: pointer;
}

#map {
	width: 100%;
	height: 300px;
	margin: 10px 0;
}

.center {
	text-align: center !important;
	font-weight: bold;
}

.back_top a, .back_top {
	text-align: center !important;
	color : black;
	cursor: pointer;
	font-size : 17px;
	text-decoration: none;
	padding: 20px 15px 35px 15px;
}

.back_top:hover {
	opacity: 0.7;
}

.stamp {
	position: absolute;
	width: 30%;
	height: 30%;
	top: 10%;
	right: 10%;
}

.loader {
	position : fixed;
	z-index: 9999999;
	background : url('../img/loader.gif') #fff 50% 50% no-repeat;
	top : 0px;
	left : 0px;
	height : 100%;
	width : 100%;
	cursor : wait;

}

.bloc img {
	display: block;
  max-width: 100%;
  height: auto !important;
}