header,header .header-content{position:relative;width:100%;text-align:center}body,html{
	height: 100%;
	width: 100%;
	font-family: "Museo Sans 100", "Museo Sans 300", "Museo Sans 500", "Museo Sans 700", "Museo Sans 900";
}body{
	font-family: "Museo Sans 100", "Museo Sans 300", "Museo Sans 500", "Museo Sans 700", "Museo Sans 900";
	webkit-tap-highlight-color: #222;
}@media (min-width:768px){}header{
	min-height: auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-position: center;
	background-image: url(../images/interface/header.jpg);
	color: #fff;
}header .header-content{
	padding-top: 100px;
	padding-right: 15px;
	padding-bottom: 100px;
	padding-left: 15px;
}header .header-content .header-content-inner h1{font-weight:700;text-transform:uppercase;margin-top:0;margin-bottom:0;font-size:30px}header .header-content .header-content-inner hr{margin:30px auto}header .header-content .header-content-inner p{font-weight:300;color:rgba(255,255,255,.7);font-size:16px;margin-bottom:50px}@media (min-width:768px){header{min-height:100%}header .header-content{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);padding:0 50px}header .header-content .header-content-inner{max-width:1000px;margin-left:auto;margin-right:auto}header .header-content .header-content-inner h1{font-size:50px}header .header-content .header-content-inner p{font-size:18px;max-width:80%;margin-left:auto;margin-right:auto}}@media (min-width:992px){}@media (min-width:768px){}.no-gutter>[class*=col-]{padding-right:0;padding-left:0}::-moz-selection{color:#fff;text-shadow:none;background:#222}img::-moz-selection{color:#fff;background:0 0}


@media (max-width: 479px) {
	
	
	header{
	min-height: auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-position: center;
	background-image: url(../images/interface/header-petit.jpg);
	color: #fff;
}
	
	}