.clear:after {
    clear: both;
    content: "";
    display: block;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite,  del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {	
	margin:0px; 
	padding:0px; 
	border:0px; 
	border-collapse:separate; 
	border-spacing:0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-decoration:none;
}
html, body {
	height: 100%;
	width: 100%;
	margin:0px;
}
body {
	font-family: 'Roboto', arial, sans-serif,;
	font-size: 12px;
	line-height: 17px;
	background: repeat 0 0 #f8f8f8;
	text-align: justify;
}
h1,h2,h3,h4,h5,h6 {
	margin-bottom: 15px;
	clear: both;
}
li{
	list-style: none;
}
p {
	margin-bottom: 14px;
}
p:last-child {
	margin-bottom: 0;
}
em {
	font-style: italic;
}
strong, b {
	font-weight: 900;
}
a { 
	-webkit-transition:all 0.14s ease 0s; 
	-moz-transition:all 0.14s ease 0s; 
	-o-transition:all 0.14s ease 0s; 
	outline:none;
}
iframe {
	border: 5px solid;
}
/*--------------------------------------------------
			TEXT SIZE
---------------------------------------------------*/
h1{
	font-size:16px;
	line-height: 21px;
}
h2{
	font-size: 14px;
	line-height: 20px;
}
h3{

}
h4{
	font-size: 16px;
	line-height: 21px;
	font-weight: 500;
}
h5{
	font-size: 16px;
	line-height: 21px;
	font-weight: 500;
}
h6{
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}
h1.title, h2.title, h3.title, h4.title, h5.title, h6.title{
	font-size: 22px;
	line-height: 20px;
	font-weight: 400;
	text-transform: uppercase;
}
/* Sur tous types d'écrans orientés verticalement */
@media all and (orientation: portrait) {
	h5{
	font-size: 90%;
	line-height: 110%;
	}
	h6{
	font-size: 90%;
	line-height: 110%;
	}
	.textjustify{
		text-align:left;
	}
}
/*--------------------------------------------------
			MAIN CONTENT
---------------------------------------------------*/
#wrapper {
	width: 100%;
	padding-bottom: 120px;
}
.content-wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0 30px;
	background-color: #fff;
	box-shadow: 0px 0px 3px rgba(153,153,153,0.2);
}		
.header {
	width: 960px;
	padding: 0;
	margin: 0;
	position: relative;
	border-bottom: 2px solid #eee;
}
#logo {
	margin-top: 35px;
	float: left;
	width: 38%;
	text-align: center;
}
#main_menu {
	text-align:center;
	width:95px;
}

/*--------------------------------------------------
			PRIMARY MENU 
---------------------------------------------------*/
#primary-menu {
	float: right;
	margin: 0;
	padding: 0;
	display: flex;
}
#primary-menu select {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #eee;
    cursor: pointer;
    width: 100%;
	padding: 7px;
	margin: 38px 0;
	box-shadow:0 0 0 rgba();
	-moz-box-shadow:0 0 0 rgba();
	-webkit-box-shadow:0 0 0 rgba();
}
#primary-menu ul {
	margin: 0;
	padding: 30px 0;
	list-style-type: none;
	font-weight: 700;
}
#primary-menu ul li {
    justify-content: space-between;
	position: relative;
	display: inline;
	float: left;
	margin: 0 0 0 -1px;
}
#primary-menu ul li a {
	text-transform: uppercase;
	font-size: 11px;
	padding: 17px 10px;
	display: block;
	float: left;
}
#primary-menu ul li a:hover, #primary-menu ul li.sfHover a {
	background-color: #444;
	color: #fff;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;	
	transition: all 0.5s linear;
}
#primary-menu .current {
	color: #fff !important;
}

/*--------------------------------------------------
						 FOOTER
---------------------------------------------------*/
#footer {
	font-size: 11px;
	float: left;
	position: fixed;
	bottom: 0;
	z-index: 2;
	padding-top: 5px;
}
.social-bookmarks li{
	float: right!important;
	margin-right: 5px!important;
	display: inline!important;
}
.copyright {
	float: left;
}
.opacity {
    opacity: 0.5;
}
.opacity:hover {
    opacity: 1;
}


/*--------------------------------------------------
				      COLUMNS
---------------------------------------------------*/

.one, .one-half, .one-third, .one-fourth {
	float: left;
	position: relative;
	margin-right: 4%;
	margin-top: 3%;
}
.one {
	width: 100%;
	margin-right: 0;
}
.one-half {
	width: 55%;
}
.one-third {
	width: 30%;
}
.center {
	width: 85%;
	margin : 0 auto;
}
.last {
	margin-right: 0px !important;
	float: right;
}
