/*
 Theme Name:    NPO
 Theme URI:      
 Description:    
 Author:         NPO & e-labo
 Author URI:     http://www.e-labo.biz
*/
/*********************************************************************
	GENERAL
*********************************************************************/

html, body { line-height: 1.3em; }
p, ul, table, td, th, form, input, select, option, div { line-height: 1.3em; font-size: inherit;	}
textarea, input, select, option { font-size: inherit; font-family: inherit; }
table, td, th { margin: 0; padding: 0; border: 0; border-spacing: 0; border-collapse: collapse; }
.clear { clear: both; min-height: 1px; }
.clear10 { clear: both; height: 10px; }
.clear20 { clear: both; height: 20px; }
img, iframe { border: 0; max-width: 100%; height: auto }
.text-right { text-align: right; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.right { float: right; }
.left { float: left; }
.no-border {  border: 0; }
.display-none { display: none; }
.display-block, div.display-block { display: block; }
sup { vertical-align: 3px; }
.small { font-size: 0.9em; }
.global-page { margin: 0 auto; }
html, body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
a, input { -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s; }
.relative { position: relative; }
.alignright { float: right; margin: 10px 0 20px 30px; }
.alignleft { float: left; margin: 10px 30px 20px 0; }
.aligncenter {margin: auto; }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }

/* elabo signature */
@font-face {

	font-weight: normal;

	font-style: normal;

	font-family: 'labo';

	src:url('labo/icomoon.eot');

	src:url('labo/icomoon.eot?#iefix') format('embedded-opentype'),

		url('labo/icomoon.woff') format('woff'),

		url('labo/icomoon.ttf') format('truetype'),

		url('labo/icomoon.svg#icomoon') format('svg');

}

.ico-sign-elabo:before {
	font-family: 'labo', serif !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    content: "\e900";
	vertical-align: middle;
	font-size: 24px;
}
.sign-elabo {
	display: inline-block;
	color: inherit;
	text-decoration: none;
	vertical-align: middle;
}
.sign-elabo em {
	display: none;
}


/* elabo signature */
@font-face {

	font-weight: normal;

	font-style: normal;

	font-family: 'labo';

	src:url('labo/icomoon.eot');

	src:url('labo/icomoon.eot?#iefix') format('embedded-opentype'),

		url('labo/icomoon.woff') format('woff'),

		url('labo/icomoon.ttf') format('truetype'),

		url('labo/icomoon.svg#icomoon') format('svg');

}

.ico-sign-elabo:before {
	font-family: 'labo', serif !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    content: "\e900";
	vertical-align: middle;
	font-size: 24px;
}
.sign-elabo {
	display: inline-block;
	color: inherit;
	text-decoration: none;
	vertical-align: middle;
}
.sign-elabo em {
	display: none;
}
.footer-sign {
    background: #336eb6;
    color: #ffffff;  
    padding: 10px 0;
    text-align: center;
    font-size: 0.9em;
}
.footer-sign a {
    text-decoration: none;
    color: #ffffff;  
}

/*********************************************************************
	GRID
*********************************************************************/

.cols:after, .global-page:after { content: ""; clear: both; display: block; height: 1px; }
.col { float: left; box-sizing: border-box; }
.col75 { width: 75%; }
.col66 { width: 66.66%; }
.col60 { width: 60%; }
.col50 { width: 50%; }
.col40 { width: 40%; }
.col33 { width: 33.33%; }
.col25 { width: 25%; }
.col20 { width: 20%; }
.col13 { width: 13.33%; }

.cols { margin-left: -30px; }
.col { padding-left: 30px; }

/*********************************************************************
	THEME
*********************************************************************/
.global-page {
	width: 1100px;
}
html, body {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #c4001d;
	text-decoration: none;
}
textarea, input.text, select, input[type="text"] {
	border: 1px #e5e5e5 solid;
}

#header {
	z-index: 100;
	height: 131px;
	background: #ffffff;
	position: fixed;
	width: 100%;
	border-bottom: 1px #d1d1d1 solid;
}
#header .logo {
	position: absolute;
	top: 25px;
}
#header nav {
	padding-top: 55px;
}
#header nav ul {
	text-align: right;
	text-transform: uppercase;
	font-size: 0.938em;
}
#header nav ul li {
	list-style-type: none;
	display: inline-block;
	padding: 0 15px;
}
#header nav ul a {
	text-decoration: none;
}
#footer {
	background: #eeeeee;
	padding: 3em 0;
}
#footer img {
	margin-right: 30px;
	vertical-align: middle;
	width: 90px;
}
#footer a {
	text-decoration: none;
}
#footer span:after, #footer strong:after {
	content: " - ";
}
.footer-sign {
    background: #333333;
    color: #eeeeee;  
    padding: 10px 0;
    text-align: center;
    font-size: 0.9em;
}
.footer-sign a {
    text-decoration: none;
    color: #eeeeee;  
}
#content {
	padding-top: 132px;
}
.create {
	overflow: hidden;
	padding-bottom: 10em;
}
.create h1 {
	padding: 9rem 0 6rem 0;
	text-align: center;
	font-size: 2.375em;
	text-transform: uppercase;
}
.create ul {
	text-align: center;
	margin: 0 -45px;
}
.create li {
	display: inline-block;
	text-align: center;
	width: 190px;
	padding: 0 30px 50px 30px;
	box-sizing: border-box;
	font-size: 0.75em;
	text-transform: uppercase;
}
.create .ico {
	background: #ececeb;
	border-radius: 100%;
	overflow: hidden;
	width: 105px;
	height: 105px;
	line-height: 105px;
	text-align: center;
	margin: 0 auto 25px auto;
}
.create .ico img {
	vertical-align: middle;
}

/* slider */
.slider {
	position: relative;
}
.slider .cadre {
	height: 890px;
	position: relative;
	overflow: hidden;
}
.slider .slides {
	left: 0;
	position: absolute;
}
.slides li {
	list-style-type: none;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.slider .nav-slides {
	position: absolute;
	bottom: 120px;
	text-align: center;
	width: 100%;
	left: 0;
}
.slider .nav-slides li {
	list-style-type: none;
	display: inline-block;
	height: 10px;
	width: 10px;
	border-radius: 100%;
	margin: 0 7px;
	background: #ffffff;
}
.slider .nav-slides ul {
	position: absolute;
	width: 100%;
}
.slider .nav-slides li.on {
	background: #c50009;
}
.slider .nav-slide {
	width: 44px;
	height: 44px;
	z-index:5;
	cursor: pointer;
	background-repeat: no-repeat;
	position: absolute;
}
#home-slider .slides li {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
#home-slider .slider .nav-slide.prev {
	background-image: url(img/nav-left-home.png);
	top: 50%;
	margin-top: -34px;
	left: 70px;
}
#home-slider .slider .nav-slide.next {
	background-image: url(img/nav-right-home.png);
	top: 50%;
	margin-top: -34px;
	right: 70px;
}
#home-slider .slider a {
	display: block;
	text-decoration: none;
}
#home-slider .slider img {
	display: block;
	width: 100%;
}

/* recrutement */
.category-recrutement .content h2 {
    padding-bottom: 20px;
    color: #cb0000;
}
.category-recrutement .content p, .category-recrutement .content ul {
    padding: 0.5em 0;    
}
.category-recrutement .content {
    border-bottom: 1px #dddddd solid;
    padding: 30px 0;
}
.category-recrutement .content h4 a {
    background: #cb0000;
    padding: 1em 2em;
    margin: 1em 0;
    color: #ffffff;
    font-size: 1.3em;
    text-decoration: none;
    display: inline-block;    
}
.category-recrutement .content a {
    color: #cb0000;
}
.category-recrutement .content img {
    max-width: 250px;    
}

/*********************************************************************
	RESPONSIVE
*********************************************************************/

@media screen and (max-width: 1120px) {
	div.global-page { padding-left: 10px; padding-right: 10px; width: auto; }
	.col { float: none; width: auto; }
	.create ul {
		margin: 0;
	}
	.create h1 {
		font-size: 1.5em;
		padding: 4em 0 3em 0;
	}
	.create {
		padding-bottom: 5em;
	}
	#footer {
		text-align: center;
		font-size: 0.7em;
	}
	#footer img {
		width: 60px;
		margin-right: 15px;
	}
	#header {
		height: 100px;
		font-size: 0.8em;
	}
	#header nav ul li {
		padding: 0 10px;
	}
	#header .logo {
		top: 20px;
		width: 75px;
	}
	#content {
		padding-top: 100px;
	}
	#header nav {
		padding-top: 40px;
	}
	#home-slider .slider .nav-slide.prev {
		left: 30px;
	}
	#home-slider .slider .nav-slide.next {
		right: 30px;
	}
}
@media screen and (max-width: 768px) {
	#footer img {
		display: block;
		margin: 0 auto 20px auto;
	}
	nav ul {
		display: -none;
		position: absolute;
		left: 0;
		width: 100%;
		top: 88px;
	}
	#header.mobile nav ul {
		display: block;
	}
	#header nav ul {
		display: none;
		text-align: left;
		background: #eeeeee;
	}
	#header nav ul li {
		display: block;
		padding: 0;
	}
	#header nav li a {
		display: block;
		padding: 10px 20px;
		border-bottom: 1px rgba(196,0,29,0.3) solid;
	}
	#header {
		height: 88px;
	}
	#content {
		padding-top: 88px;
	}
	#header .logo {
		top: 16px;
		width: 65px;
	}
	#menu-mobile {
		position: absolute;
		top: 30px;
		right: 20px;
		display: block;
		width: 27px;
		height: 19px;
		background: url(img/ico-menu.png) no-repeat;
	}
	#home-slider .slider .nav-slide.next, #home-slider .slider .nav-slide.prev {
		background-color: #336eb6;
		top: auto; 
		bottom: -35px;
		border-radius: 100%;
	}
	#home-slider {
	}

}
@media screen and (max-width: 480px) {
	#footer span, #footer a, #footer strong {
		display: block;
	}
	#footer span:after, #footer strong:after {
		content: "";
	}
}
