/*Blue grey*/
.dark-primary-color    { background: #0097A7; }
/*Cyan*/
.default-primary-color { background: #00BCD4; } 
/*LIght Cyan*/
.light-primary-color   { background: #B2EBF2; }
/*White*/
.text-primary-color    { color: #FFFFFF; }
/*Grey*/
.accent-color          { background: #607D8B; }
/*Almost black*/
.primary-text-color    { color: #212121; }
/*Almost brown*/
.secondary-text-color  { color: #727272; }
/*Light grey*/
.divider-color         { border-color: #B6B6B6; }



body {
	background: #f0f0f0;
	/*background: #0097A7;*/
	color: #0097A7;
	font-family: "Lato";
}

.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}

.maxi-size {
	max-width: 960px;
	padding: 20px 0 40px;
	width: 100%;
	margin: 0 auto;
}

.maxi-size h3 {
	font-weight: 700;
	margin-bottom: 20px;
}

.maxi-size p {
	line-height: 140%;
}

.header {
	background: white;
	height: 65px;
	overflow: hidden;
}

.btn {
	padding: 15px 20px;
	text-decoration: none;
}

.menu {
	text-align: center;
}

.menu li {
	display: inline-block;
	margin: 0 10px;
	position: relative;
}

.menu li a {
	line-height: 65px;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	color: #0097A7;
	font-size: 14px;
	display: block;
}

.menu li:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
	bottom: 0;
	left: 0;
	background: #0097A7;
	transition: height 0.3s ease;
}

.menu li:hover:after {
	height: 3px;
}

.page-title {
	padding: 40px 0;
	text-align: center;
	font-family: "Montserrat";
	text-transform: uppercase;
	font-size: 30px;
}

.slider-home .bx-wrapper {
	height: calc(100vh - 65px);
	margin: 0;
	overflow: hidden;
}

.slider-home .bx-wrapper .bx-viewport {
	box-shadow: none;
	left: 0;
	border: none;
	height: 100% !important;
}

.slider-home .home-slides {
	height: 100%;
}

.slider-home .home-slides li {
	height: 100%;
}

.slider-home .home-slides li img {
	width: 100%;
}

.slide-home-content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	font-family: "Montserrat";
	text-align: center;
	color: white;
	padding: 0 140px;
}

.slide-home-content h2 {
	font-size: 30px;
	text-transform: uppercase;
	line-height: 120%;
	margin-bottom: 20px;
}

.slider-home .bx-pager {
	bottom: 20px;
}

.slider-home .bx-pager .bx-pager-item .bx-pager-link {
	background: white;
	transition: background 0.3s ease;
}

.slider-home .bx-pager .bx-pager-item .bx-pager-link:hover {
	background: #ccc;
}

.slider-home .bx-pager .bx-pager-item .bx-pager-link.active {
	background: #0097A7;
}

.home-btn {
	border: 2px solid white;
	color: white;
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
	margin-top: 20px;
	transition: background 0.3s ease, color 0.3s ease;
}

.home-btn:hover {
	background: white;
	color: #0097A7;
}

.numbers-home h2 {
	text-align: center;
	font-size: 30px;
	font-family: "Montserrat";
	margin-top: 20px;
	margin-bottom: 20px;
}

.number-bloc {
	margin-bottom: 20px;
}

.accordeon-bloc > div {
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
}

.accordeon-bloc:last-of-type > div {
	border-bottom: 0px;
}

.accordeon-title {
	text-align: center;
	font-size: 24px;
	margin: 20px 0;
	cursor: pointer;
}

.accordeon-bloc .accordeon-content {
	height: 0;
	overflow: hidden;
	max-height: 0;
	line-height: 140%;
	transition: max-height 1s ease;
}

.accordeon-bloc.open .accordeon-content {
	height: auto;
	max-height: 1000px;
}

.affiches {
	margin-bottom: 20px;
}

.affiche-img {
	width: 25%;
	float: left;
	padding: 0 20px;
}

.serie-title {
	margin-bottom: 10px;
	font-family: "Montserrat";
	font-size: 18px;
	text-transform: uppercase;
}

.boldit {
	font-weight: 700;
}

.conclusions h2 {
	text-align: center;
	margin-bottom: 10px;
}

.problematique p {
	text-align: center;
	font-size: 20px;
}

.list ul {

}

.list ul li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 20px;
}

.list ul li:before {
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #0097A7;
	display: block;
	position: absolute;
	left: 0;
	top: 7px;
}

.people {
	width: 33.3333%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px 20px;
	margin-bottom: 20px;
}

.people-image {
	height: 330px;
	overflow: hidden;
}

.people-image img{
	width: 100%;
	height: auto;
}

.people-info {
	margin-top: 20px;
}

.people-info h2 {
	text-align: center;
	font-size: 20px;
}

.people-desc {
	text-align: center;
	margin-top: 10px;
}

.people-quote {
	font-weight: 700;
}

