/* HEADER ET BOUTON DE NAV ROND*/


@import url(http://fonts.googleapis.com/css?family=Muli|Century+Gothic|Lato:300,400,700);
/*@font-face {
	font-family: 'bpicons';
	src:url('../fonts/bpicons/bpicons.eot');
	src:url('../fonts/bpicons/bpicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/bpicons/bpicons.woff') format('woff'),
		url('../fonts/bpicons/bpicons.ttf') format('truetype'),
		url('../fonts/bpicons/bpicons.svg#bpicons') format('svg');
	font-weight: normal;
	font-style: normal;
}*/ /* Made with http://icomoon.io/ */

@font-face {
	font-family: 'heydings_icons';
	src:url('../fonts/heydings_icons.ttf');
	src:url('../fonts/heydings_icons-webfont.eot');
	src:url('../fonts/heydings_icons-webfont.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
	}


*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table;}
.clearfix:after { clear: both; }

body {
    font-family: 'Muli', Calibri, Arial, sans-serif;
    color: #ea6329;
}

a {
	color:#ea6329;
	text-decoration: none;
}

a:hover {
	color:#000;
}

.container > header {
	width: 90%;
	max-width: 80%;
	margin: 0 auto;
	padding: 1em 1.875em 1.875em;
	
}

.main {
	width: 80%;
	padding: 1em;
	margin: 0 auto;
}


/*.container > h1 {
	font-size: 2.3em;
	line-height: 1.4;
	margin: 30px 0 0 0;
	font-weight: 400;
}
*/
/*.container > header h2 {
	font-size: 1.8em;
	line-height: 1.3;
	margin: 0 0 0.6em 0;
	float: left;
	font-weight: 400;
	color:#707173;
}*/

.container > header > span {
	display: block;
	/*position: relative;*/
	float:left;
	z-index: 9999;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 30px 0.6em 0.1em;
	
}

.container > header > span span:after {
	width: 30px;
	height: 30px;
	left: -12px;
	font-size: 50%;
	top: 0px;
	font-size: 75%;
	position: relative;
}


.container > header > span span:hover:before {
	content: attr(data-content);
	text-transform: none;
	text-indent: 0;
	letter-spacing: 0;
	font-weight: 300;
	font-size: 110%;
	padding: 0.8em 1em;
	line-height: 1.2;
	text-align: left;
	left: auto;
	margin-left: 4px;
	position: absolute;
	color: #fff;
	background: #ea6329;
}

.container > header nav {
	float: right;
	text-align: center;
	height:auto;
}

.container > header nav a {
	display: inline-block;
	position: relative;
	text-align: left;
	width: 2.5em;
	height: 2.5em;
	background: #fff;
	border-radius: 50%;
	margin: 0 0.1em;
	border: 4px solid #ea6329;
}

.container > header nav a > span {
	display: none;
}

.container > header nav a:hover:before {
	content: attr(data-info);
	color: #ea6329;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	pointer-events: none;
}

.container > header nav a:hover {
	background: #ea6329;
}

.bp-icon:after {
	font-family: 'heydings_icons';
	speak: none;
	font-size:105%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	color: #ea6329;
	-webkit-font-smoothing: antialiased;
}

.container > header nav .bp-icon:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 2;
	text-indent: 0;
}

.container > header nav a:hover:after {
	color: #fff;
}

.bp-icon-accueil:after {
	content: "H";
}
.bp-icon-equipe:after {
	content: "Q";
}
.bp-icon-particulier:after {
	content: "A";
}
.bp-icon-entreprise:after {
	content: "F";
}
.bp-icon-sportif:after {
	content: "T";
}

.bp-icon-solution:after {
	content: "K";
}

.bp-icon-contact:after {
	content: "E";
}


.container > content {
	width: 90%;
	max-width: 80%;
	margin: 0 auto;
	padding: 1em 1.875em 1.875em;
}

.equipe {
	width:320px;
	height:auto;
	margin:auto;
}
	
	
@media screen and (max-width: 64em) {
	
	.container {
		max-width:100%;
		} 
	
	.content-page{
		margin:0 auto;
		width:100%;
		height:auto;
	}
	

	/*.container > header h1,*/
	.container > header h2,
	.container > header nav {
		float: none;
	}

	.container > header > span,
	/*.container > header h1,*/
	.container > header h2, {
		text-align: center;
		}
	
.container > header > span img{
	width:100%;
	height:auto;
	float:left;

}
	
	.container > header nav {
		margin: 0 auto;
	}

	.container > header > span {
		text-indent: 30px;
		}
		
		
@media screen and (max-width: 30em) {
	
.container > header > span img{
	width:130%;
	height:auto;
	float:left;
	background-image:url(../img/header-logo.png) 0 0 no-repeat;

}
}