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
	{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
	{
	display: block;
}

body {
	line-height: 1;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}
body {
	font: 14px/21px 'Roboto Slab', serif;
	color: #444;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	-webkit-transition: background-color 0.8s ease-out;
	-moz-transition: background-color 0.8s ease-out;
	-o-transition: background-color 0.8s ease-out;
	transition: background-color 0.8s ease-out;
}
h1,h2,h3,h4,h5,h6,strong,header,#clock strong,.button {
	color: #fff;
	font-family: 'BenchNine', sans-serif;
	font-weight: normal;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	font-weight: inherit;
}

h1 {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 14px;
}

h2 {
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 10px;
}

h3 {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 6px;
}

h4 {
	font-size: 21px;
	line-height: 30px;
	margin-bottom: 6px;
}

h5 {
	font-size: 17px;
	line-height: 24px;
}

h6 {
	font-size: 16px;
	line-height: 21px;
}

p,.subscribe-box h6 {
	font-family: 'Roboto Slab', serif;
	font-size: 1.1em;
	line-height: 1.6;
	color: #555;
}
a {
	color: #444;
	text-decoration: none;
	outline: 0;
	cursor: pointer;
}

a:hover,a:focus {
	opacity: 0.55;
}

img.scale-with-grid {
	max-width: 100%;
	height: auto;
}
.button {
	padding: 0 22px;
	height: 42px;
	font-size: 1.2em;
	font-weight: 700;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border: none;
	width: auto !important;
	cursor: pointer;
	text-align: center;
}

.button:hover {
	padding: 0 25px;
	opacity: 0.87;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type="text"],input[type="password"],input[type="email"],textarea,select
	{
	border: 0;
	padding: 10px 0 10px 4px;
	outline: none;
	font: 15px 'BenchNine', sans-serif;
	color: #555;
	margin: 0;
	display: block;
	margin-bottom: 18px;
	background: #fff;
}

select {
	padding: 0;
}

input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,textarea:focus
	{
	border: 1px solid #ccc;
	pad color: #444;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

textarea {
	min-height: 150px;
}

label,legend {
	display: block;
	font-weight: bold;
	font-size: 13px;
}

select {
	width: 220px;
}

input[type="checkbox"] {
	display: inline;
}

label span,legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}
.cbp-af-header,a,.iconFont,.feature {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.row {
	width: auto;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}

/*=waypoint effect=*/
header {
	opacity: 0;
	top: -50px;
}
#feature1,#feature2,#feature3,.info,.form-contact{opacity:0; position: relative;
  -webkit-transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition:         all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95); 
}
header {
	position: fixed;
	z-index: 2;
	width: 100%;
	height: 0px;
	background: transparent;
	color: #fff;
	width: 100%;
}

header nav {
	float: right;
	background-color: rgba(0, 0, 0, 0.31);
	padding-top: 10px;
	padding-bottom: 10px;
}

header .row {
	padding: 22px 20px;
}

header a,.separator {
	color: #fff;
	text-shadow: 0 1px 2px #777;
}

header .separator {
	margin-right: 10px !important;
	padding-top: 2px;
}

header .logo {
	float: left;
	background: url("https://clweb01.hosteur.com/img/logo.png") no-repeat;
	width: 280px; 
	height: 93px;
	position: absolute;
	top:35px;
	font-size: 2.2em;
}

header .text-logo{
	font-size: 2.3em;
    line-height: 52px;
    width: 211px;}

.cbp-af-header.cbp-af-header-shrink  .logo{
	background: url("https://clweb01.hosteur.com/img/logo-black.png") no-repeat;
	top:7px;
}

header .logo span {
	font-size: 0.8em;
}

header .sub-row {
	width: auto;
	padding-top: 30px;
}

.cbp-af-header.cbp-af-header-shrink {

	border-top: solid 1px;
	height: 60px;
	box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, .5);
	top: 0 !important;
	opacity: .7;
	background: #fff;

}

.cbp-af-header.cbp-af-header-shrink a,.cbp-af-header.cbp-af-header-shrink .separator
	{
	text-shadow: none;
}

.cbp-af-header.cbp-af-header-shrink .row {
	max-width: 1000px;
	width: auto;
}

.cbp-af-header.cbp-af-header-shrink .sub-row {
	max-width: 1000px;
	width: auto;
	padding-top: 0;
}

.cbp-af-header.cbp-af-header-shrink .menu-list li {
	float: left;
	margin: 0 0 0 40px;
}

.cbp-af-header.cbp-af-header-shrink .separator {
	margin-right: 10px;
}

.menu-list {
	float: left;
}

.menu-list li {
	float: left;
	margin: 0 0 0 20px;
	font-size: 1.4em;
	font-weight: normal;
}

.social-list {
	float: left;
	margin-left: 10px;
}

.social-list li {
	float: left;
	margin-right: 6px;
}
section.home {
	height: 700px;
	/*background: url("http://clweb01.hosteur.com/img/bg9.jpg") no-repeat scroll center top transparent;*/
	background-size: cover;
	background-position: 0 0;
}

.home-content {
	float: left;
	max-width: 500px;
	margin: 170px 0 0 0;
}

.home h1 {
	text-transform: uppercase;
	text-shadow: 2px 1px 3px #000000;
	font-size: 5em;
	line-height: 70px;
}

#clock {
	float: left;
	clear: both;
	text-shadow: 0 1px 2px #000000;
}

#clock span {
	font-family: verdana;
	padding-right: 1px;
	font-size: 1.4em;
	color: #fff;
}
#clock strong {
	font-size: 1.1em;
}
#clock p {
	float: left;
	clear: right;
	margin: 0 20px 0 0;
}
.subscribe-box {
	float: left;
	width: 100%;
}
.subscribe-box h6 {
	padding-bottom: 9px;
	letter-spacing: 1px;
	color: #fff;
	text-shadow: 0 1px 2px #000000;
	font-size: 1.3em;
}
.subscribe-box form {
	display: table;
	width: 100%;
}
.subscribe-box input {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.subscribe-box input#email-subscribe {
	width: 60%;
	background: rgba(255, 255, 255, 0.1);
	border: solid 1px rgba(255, 255, 255, 0.1);
	float: left;
	color: #fff;
	padding: 10px;
	margin-right: 5px;
}
.subscribe-box input.error {
	-moz-box-shadow: 0 0 0 1px #E50000;
	-webkit-box-shadow: 0 0 0 1px #E50000;
	border: solid 1px rgba(227, 27, 27, 0.6) !important;
}

section.about {
	padding: 80px 0;
}
.about h2 {
	float: left;
	font-size: 4em;
	margin: 12px 0 0 0;
}

.about p {
	float: right;
	width: 70%;
}
footer .row {
	max-width: 950px !important;
}

footer {
	background: #222;
	padding: 20px 0;
	font-size: 1em;
}

footer small {
	font-size: 1em;
	padding-top: 5px;
	display: inline-block;
	float: left;
	font-family: 'Roboto Slab', serif;
}


footer ul {
	float: right;
}

footer ul li {
	float: left;
	margin-left: 15px;
}

footer .social {
	float: right;
}

footer .iconSocial {
	font-size: 2.1em;
	margin: 0 5px 0 0;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 1440px) {
	section.home {
		height: 600px;
	}
}

@media only screen and (max-width: 1023px) {

	/*==service section css===*/
	.feature.left h3 {
		clear: both;
		float: none;
	}
	.feature.left .iconFont {
		float: none;
		margin-bottom: 15px;
		font-size: 5.5em;
		min-width: none;
	}
	.feature.left p {
		float: none;
		width: 80%;
	}
	
	
	#map-canvas {height: 200px;}
}
/* 768px */
@media only screen and (max-width: 767px) {
	.menu-list li {
		font-size: 1.3em;
	}

	.home h1 {
		font-size: 4em;
		line-height: 50px;
	}
	.subscribe-box h6 {
		font-size: 1.1em;
	}
	section.about {
		padding: 50px 0;
	}
	.about h2 {
		float: left;
		font-size: 3.2em;
		margin: 5px 0 10px 0;
	}
	.about p {
		float: left;
		width: 100%;
		font-size: 1.1em;
	}
	footer {
		padding: 10px 0 20px 0;
	}
	footer small {
		font-size: 0.8em;
		display: block;
		text-align: center;
		width: 100%;
		margin-bottom: 8px;
	}
	footer .social {
		display: table;
		margin: 0 auto;
		float: none;
	}
}

/* 480px */
@media only screen and (max-width:466px) {
	header nav {
		float: left;
		clear: both;
		margin-top: 8px;
	}
	
header .logo {
top:5px;
left: 44px;
	
}
.cbp-af-header.cbp-af-header-shrink  .logo{
	display: none;
}
	
	
	.menu-list li {
		font-size: 1.3em;
	}
	.menu-list li:first-child,.cbp-af-header.cbp-af-header-shrink .menu-list li:first-child
		{
		margin-left: 0;
	}
	.cbp-af-header.cbp-af-header-shrink .logo {
		display: none;
	}
	.cbp-af-header.cbp-af-header-shrink	nav {
		margin-top: 0;
	}
	.social-list {
		display: none;
	}
	br {
		display: none;
	}
	.home-content {
		margin: 130px 0 0 0;
	}
	section.home {
		height: 500px;
	}
	.home h1 {
		font-size: 3em;
		line-height: 45px;
	}
	.subscribe-box h6 {
		font-size: 1em;
	}
	
#clock p {
		margin: 0 20px 0 0;
		line-height: 24px;
		text-align: center;
	}
		
	
	#clock span {
		font-size: 1.3em;
		display: block;
	}
	
	
	#clock strong {
		font-size: 1.2em;
display: block;
	}
	.button {
		font-size: 1.1em;
		padding: 0 18px;
		letter-spacing: 1px;
	}
	
.button:hover {
	padding: 0 19px;
	opacity: 0.87;
}

}

/* 322px */
@media only screen and (max-width:322px) {
	.cbp-af-header.cbp-af-header-shrink .menu-list li {
		margin: 0 0 0 10px;
	}
	.button {
		font-size: 0.5em;
		padding: 0 7px;
	}
	
	.button:hover {
		font-size: 0.5em;
		padding: 0 8px;
	}
}
.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix:before,.clearfix:after,.row:before,.row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.row:after,.clearfix:after {
	clear: both;
}

.row,.clearfix {
	zoom: 1;
}

.subscribe_loading{display: none;}
.subscribe_message{display: none; color:#fff; margin: 10px 0 20px 0;}
.subscribe_message h3{margin: 0;}
.subscribe_message p{color:#fff;}