
/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@import url('http://netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css');

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */

	.container > header {
	width: 100%;
	max-width: 70em;
	margin: 0 auto;
	padding: 0 1.875em 3.125em 1.875em;
	}

	.container > header {
	padding: 2.875em 1.875em 1.875em;
	}

	.container > header span {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
	}

	.container > header navi {
	float: right;
	}

	.container > header navi a {
	display: block;
	float: left;
	position: relative;
	width: 2.5em;
	height: 2.5em;
	background: #fff;
	border-radius: 50%;
	color: transparent;
	margin: 0 0.1em;
	border: 4px solid #ff4E49;
	text-indent: -8000px;
	}

	.container > header navi a:after {
	content: attr(data-info);
	color: #ff4E49;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	opacity: 0;
	pointer-events: none;
	}

	.container > header navi a:hover:after {
	opacity: 1;
	}

	.container > header navi a:hover {
	background: #ff4E49;
	}

	.container > header navi a:hover:before {
	color: #fff;
	}

/* Menu simple css */
	.cbp-hrmenu {
	width: 100%;
	position: relative;
	}
	/* general ul style */
	.cbp-hrmenu ul {
	margin: 0;
	list-style-type: none;
	}
	/* first level ul style */
	.cbp-hrmenu > ul,
	.cbp-hrmenu .cbp-hrsub-inner {
	width: 100%;
	max-width: 70em;
	margin: 0 auto;
	}
	.cbp-hrmenu > ul > li {
	display: inline-block;
	}

	.cbp-hrmenu > ul > li > a {
	font-weight: 700;
	padding: 1em 1.5em;
	color: #999;
	display: inline-block;
	}

	.cbp-hrmenu > ul > li > a:hover {
	color: #ff4E49;
	}

	.cbp-hrmenu > ul > li.cbp-hropen a,
	.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	color: #fff;
	background: #ff4E49;
	width: 100px;
	text-align: center;
	}

	/* sub-menu */
	.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	background: #ff4E49;
	width: 100%;
	height: 400px;
	left: 0;
	z-index: 100;
	margin-left: auto;
	margin-right: auto
	}

.cbp-hrmenu .cbp-hrsubmob {
	display: none;
	position: absolute;
	background: #ff4E49;
	width: 100%;
	height: auto;
	line-height: 15px;
	left: 0;
	min-height: 350px;
	z-index: 100;
	}
	.cbp-hropen .cbp-hrsub {
	display: block;
	}
.cbp-hropen .cbp-hrsubmob {
	display: block;
	}
	.cbp-hrmenu .cbp-hrsub-inner {
	background: #ff4E49;
	width: 100%;
	height: auto;
	min-height: 350px;

	}

	.cbp-hrmenu .cbp-hrsub-inner > div {
	width: 33%;
	float: left;
	padding: 0 3em 0;
	background: #ff4E49;

	}
	.cbp-hrmenu .cbp-hrsub-inner:before,
	.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
	}

	.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
	}

	.cbp-hrmenu .cbp-hrsub-inner > div a {
	line-height: 1em;
	text-decoration: none;
	}
	.cbp-hrsub h4 {
	font-variant: normal;
	color: #FFFFFF;
	padding: 0.6em 0 0 ;
	font-size: 28px;
	text-align: center;

	}	

	.cbp-hrsub h2 {
	color: #FFFFFF;
    margin-top: 15px;
	font-size: 180%;
	font-weight: 300;
	font-variant: normal;
	margin-bottom: -3px;

	}

.menuli_inner {
line-height: 26px;
font-size: 19px;
font-variant: normal;
color:#fff;
text-decoration: none;
}


.descrip_une {
	color: #FFFFFF;
	margin: 0;
	font-size: 14px;
	font-weight: 100;
	text-align: justify;
	width: 250px;
	font-variant: normal;
	margin-bottom: 20px;

}

.link_une {
	color: #ff4E49;
	background-color: #FFFFFF;
	margin: 0;
	font-size: 60%;
	font-weight: 100;
	text-align: center;
	text-transform: uppercase;
	width: 100px;
}
.titl1 {
    font-family: 'Satisfy', serif;
    font-size:22px;
	color: #FFFFFF;
	font-variant: normal;
	line-height: 150%;


}
.titl2 {
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-size:15px;
	font-variant: normal;
	text-transform: uppercase;

}

.subtitle_mini {
	font-size: 22px;
	margin-bottom: 10px;
	color: #fff;
	text-align: center;
	font-family: 'Satisfy', serif;
	font-variant: normal;
}
.photo_une {
    display: block;
    width: 250px;
    padding-top: 1em;
    text-align: center;

}
.photo_une_mini {
    display: block;
    width: 280px;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;

}
/* Examples for media queries */

@media screen and (max-width: 52.75em) { 

	.cbp-hrmenu {
		font-size: 80%;
	}

}

.navi {

}


.navi li a {
  position: relative;
  display: block;
  padding: 5px 5px 5px 10px;
  font-size: 12px;
 color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-size:15px;
	font-variant: normal;
	text-transform: uppercase;
}




	