/*
Theme Name: ETB sprl
Theme URI: 
Description: 
Version: - 1.0
Author: HelloMaksim SPRL
Author URI: http://www.hellomaksim.com/
*/

/** FONTS */
@font-face {
	font-family: 'arimoregular';
	src: url('fonts/arimo-regular-webfont.woff2') format('woff2'),
		 url('fonts/arimo-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'arimobold';
	src: url('fonts/arimo-bold-webfont.woff2') format('woff2'),
		 url('fonts/arimo-bold-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'montserratbold';
	src: url('fonts/montserrat-bold-webfont.woff2') format('woff2'),
		 url('fonts/montserrat-bold-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'montserratregular';
	src: url('fonts/montserrat-regular-webfont.woff2') format('woff2'),
		 url('fonts/montserrat-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ionicons';
	src: url('fonts/ionicons-webfont.woff2') format('woff2'),
		url('fonts/ionicons-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
/** f2eb,f4b9,f21f,f3cf,f3d1,f2aa,f231,f243,f239,f363,f48d */

/** TAGS */
::-moz-selection {
	color: #FFF;
	background: #06a147;
}
::selection {
	color: #FFF;
	background: #06a147;
}
* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
*, *:before, *:after {
	box-sizing: inherit;
}
html {
	box-sizing: border-box;
}
html, body {
	height: 100%;
}
body {
	width: 100%;
	max-width: 100%;
	margin: 0;
	font-family: arimoregular, Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	font-size: 14px;
	line-height: 1.8571em;
	text-align: left;
	color: #555;
	background: #FFF;
}
a {
	color: #06a147;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}
a img, form {
	border: none;
}
b, strong { 
	font-family: arimobold, sans-serif;
}
i, em {
	font-style: italic;
}
small {
	font-size: 0.9em;
}
p {
	margin: 0 0 1em 0;
}
blockquote {
	margin: 2em 0;
	padding: 3em;
	font-family: montserratregular;
	font-size: 1.2857em;
	color: #06a147;
	text-align: center;
	font-style: italic;
	background: #f4f3f3;
}
blockquote p:last-child {
	margin: 0;
}
form {
	margin: 1em 0 1em 0;
}
table {
	border-collapse: collapse;
}
table td form {
	margin: 0;
}
form p > span {
	padding: 0 0 0.25em 0;
}
input, select, textarea {
	max-width: 100%;
	padding: 1.25em 1.75em;
	font-family: monserratregular, sans-serif;
	font-size: 0.9286em;
	line-height: 1.6539em;
	color: #ababab;
	vertical-align: middle;
	background: #FFF;
	border: 1px solid #C8C8C8;
	border-radius: 1.75em;
}
input:focus, select:focus, textarea:focus {
	border-color: #06a147;
	outline-style: none;
	box-shadow: none;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="submit"], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input, select {
	/*width: 40%;*/
	height: 55px;
}
input[type="submit"] {
	display: inline-block;
	width: auto;
	height: 51px;
	margin: 1em 0;
	padding: 1.5em 5em;
	font-family: montserratbold, sans-serif;
	font-size: 0.8572em;
	line-height: 1.2em;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
	background: #06a147;
	cursor: pointer;
	border: 2px solid #06a147;
	transition: background-color 0.2s ease, color 0.2s ease;
	border-radius: 3em;
}
input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
	color: #06a147;
	background: #FFF;
}
textarea {
	width: 100%;
	padding: 1.5em 1.75em;
	line-height: 1.5em;
}
select {
	width: 266px;
	height: 38px;
	padding: 0 8px;
	background: #F3F1EB;
	border: 1px solid #D9D9D9;
}
option {
	padding: 2px 8px;
}
table {
	margin: 0 0 1em 0;
}
table td {
	vertical-align: top;
}
ul, ol {
	margin: 0 0 1em 0;
	padding: 0;
	list-style-position: inside;
}
ul {
	list-style: none;
}
li {
	margin: 0 0 0.4em 0;
	padding: 0;
}
ul li:before {
	content: '\f363';
	padding: 0 0.6em 0 0.1em;
	font-family: ionicons;
	font-size: 1.25em;
	color: #06a147;
	vertical-align: bottom;
}
h2, h3, h4 {
	margin: 2.25em 0 1.6em 0;
	font-family: montserratbold, sans-serif;
	font-size: 1.1428em;
	line-height: 1.35em;
	color: #2a2420;
}
h2 {
	margin-bottom: 1.3em;
	font-size: 2.8572em;
	text-transform: uppercase;
}
h3 {
	margin-bottom: 1.2em;
	font-size: 1.7142em;
}
h4 {
	margin: 1.75em 0 1.25em 0;
	font-size: 1.2857em;
}
h5 {
	margin: 1em 0;
	font-size: 1em;
	color: #000;
}
h2:first-child, h3:first-child, h4:first-child, h5:first-child {
	margin-top: 0;
}

/** CONTAINERS */
#container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	width: 100%;
	max-width: 100%;
	min-height: 100vh;
}
#content_wrapper {
	flex: 1;
}
#top_wrapper, #content_wrapper, #foot_wrapper, #footer_wrapper {
	width: 100%;
}
#top, #header, #nav_inner, #slider, #pagehead, #presentation, #presentation_icons, #banner_possibilites, #banner_newsletter, .content, #foot, #footer {
	width: 1170px;
	max-width: 1170px;
	margin: 0 auto;
}

/** TOP */
#top_wrapper {
	background: #2a2420;
}
#top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 0.78571em;
	color: #c0c0c0;
}
#top a {
	color: #c0c0c0;
	text-decoration: none;
}
#top a:hover {
	text-decoration: underline;
}
#top .contact {
	line-height: 5.1em;
}
#top .mail, #top .tel {
	position: relative;
	margin: 0 2em 0 0;
	padding: 0 2em 0 2em;
	border-right: 1px solid #646464;
}
#top :last-child {
	margin-right: 0;
	border-right: none;
}
#top .mail:before, #top .tel:before {
	position: absolute;
	top: -0.075em;
	left: 0;
	content: '\f2eb';
	display: inline-block;
	vertical-align: top;
	font-family: ionicons;
	font-size: 1.3em;
	line-height: 1em;
	color: #06a147;
}
#top .tel:before {
	content: '\f4b9';
}
#top .link {
	font-family: montserratregular, sans-serif;
	color: #FFF;
	line-height: 5.1em;
	text-transform: uppercase;
}
#top .link > a {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 0.75em;
	padding: 0 1em;
	font-family: montserratbold, sans-serif;
	font-size: 1.45em;
	color: #FFF;
	text-transform: none;
	background: #06a147;
}
#top .link > a:hover, #top .link > a:focus, #top .link > a:active {
	text-decoration: none;
	background: #06a147;
}

/** HEADER */
#header_wrapper {
	position: relative;
	width: 100%;
	min-height: 6.929em;
	z-index: 11;
	background: #FFF;
	-webkit-box-shadow: 0 0 0.7em 0 rgba(135,135,135,0.75);
	-moz-box-shadow: 0 0 0.7em 0 rgba(135,135,135,0.75);
	box-shadow: 0 0 0.7em 0 rgba(135,135,135,0.75);
}
.sticky #header_wrapper {
	position: fixed;
	top: 0;
}
#header_inner {
	width: 100%;
	max-width: 1392px;
	margin: 0 auto;
	background: #FFF;
}
#header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 9.429em;
	padding: 1.5em 0;
	z-index: 11;
}
#logo {
	position: relative;
	display: block;
	width: 11em;
	margin: 0;
}
#logo:before {
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 230px;
	height: 90px;
	margin: 0 auto;
	background: url('img/sprite.png') no-repeat 4px 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#logo a {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-ms-flex-item-align: center;
	-webkit-align-self: center;
	align-self: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	min-width: 11em;
	height: 90px;
	color: #2a2420;
	text-decoration: none;
}
#logo span {
	display: block;
}
#logo .title {
	font-family: montserratbold, sans-serif;
	font-size: 0.9285em;
	line-height: 0.9285em;
	visibility: hidden;
}
#logo .desc {
	font-size: 0.425em;
	line-height: 1.8571em;
	color: #06a147;
	visibility: hidden;
}

/** NAV */
#nav_wrapper {
	position: relative;
	max-width: 59em;
	z-index: 11;
}
#nav-menu {
	position: relative;
}
#nav-menu-button, #nav-menu-link {
	display: none;
}
#nav {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
}
#nav li:before {
	content: none;
}
#nav a {
	display: block;
	margin: 0;
	padding: 0 1em;
	font-family: montserratbold, sans-serif;
	font-size: 1em;
	color: #2a2420;
	line-height: 3em;
	text-transform: uppercase;
	text-decoration: none;
	transition: color 0.15s ease;
}
#nav a:hover, #nav a:active, #nav a:focus, #nav .current-menu-item > a, #nav .current-page-ancestor > a, #nav .current-menu-item > a:active, #nav .current-menu-item > a:focus, #nav .current-page-ancestor > a:active, #nav .current-page-ancestor > a:focus {
	color: #06a147;
}
#nav li.searchlink {
	position: relative;
}
#nav li.searchlink a {
	display: inline-block;
	vertical-align: middle;
	width: 42px;
	height: 42px;
	margin: 0 0 0 1em;
	padding: 0;
	background: #f2f2f2 url('img/sprite.png') no-repeat -118px -193px;
	border-radius: 0.3em;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#nav li.searchlink a:hover, #nav li.searchlink a:active, #nav li.searchlink a:focus {
	background-position: -176px -193px;
}
#nav .sub-menu {
	display: none;
	position: absolute;
	top: 2.75em;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #FFF;
}
#nav .sub-menu li {
	display: block;
}
#nav .sub-menu a {
	min-width: 18em;
	margin: 1.25em 1.25em 0 1.25em;
	padding: 0 0 1.1em 0;
	font-size: 0.925em;
	line-height: 1.5em;
	border-bottom: 1px solid #dddddd;
}
#nav .sub-menu li:last-child a {
	border-bottom: 0;
}
#nav li.menu-item-has-children:hover > ul.sub-menu {
	display: block;
}

/** SLIDER */
#slider_wrapper {
	position: relative;
	background: #2a2420 url('img/slide_2.jpg') no-repeat center top;
	background-size: cover;
	z-index: 10;
}
#slider {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	overflow: hidden;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
}
#slides_wrapper {
	padding: 0 2.5em;
}
.slide {
	position: relative;
	display: none;
	width: 100%;
	margin: 0 auto;
	overflow-x: hidden;
}
.slide:first-child, .bx-viewport .slide {
	display: block;
}
.slide_content_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.slide_content {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0%;
	flex: 1 0 0%;
	min-width: 0;
	width: 100%;
	margin: 0 auto;
	padding: 7em 3.5em;
	font-family: montserratbold;
	line-height: 2em;
	color: #FFF;
	letter-spacing: 0.04em;
	text-align: center;
	text-shadow: 1px 1px 2px #4b575f;
	z-index: 10;
	box-sizing: border-box;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: 1.25s;
	animation-duration: 1.25s;
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.slide_content h2, .slide_content h3, .slide_content h4 {
	margin-top: 0;
	color: #FFF;
	text-transform: uppercase;
}
.slide_content h2 {
	margin-bottom: 0.5em;
}
.slide_content h2 > strong {
	font-family: montserratbold;
	color: #06a147;
}
.slide_content h4 {
	margin-bottom: 1.1em;
	letter-spacing: 0.25em;
}
.slide_content p {
	margin: 0 0 0.25em 0;
	font-size: 1.142em;
}
.slide_content p:last-child {
	margin: 0;
}
.slide_content a.link-button {
	margin: 2em 0 0 0;
	padding-left: 4em;
	padding-right: 4em;
	font-size: 0.8126em;
	text-shadow: none;
}
a.slide_arrow {
	-webkit-flex: 0 0 2.4em;
	-ms-flex: 0 0 2.4em;
	flex: 0 0 2.4em;
	-ms-flex-item-align: center;
	-webkit-align-self: center;
	align-self: center;
	display: block;
	width: 2.4em;
	height: 2.4em;
	font-family: ionicons;
	font-size: 1.4286em;
	color: #FFF;
	line-height: 2.4em;
	text-align: center;
	text-decoration: none;
	background: #2a2420;
	border-radius: 0.3em;
}
a.slide_arrow:hover {
	background: #06a147;
}

/** Page head */
#pagehead_wrapper {
	width: 100%;
	background-color: #2a2420;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#pagehead_wrapper.default {
	background-image: url('img/bg_pagehead.jpg');
}
#pagehead {
	padding: 6.75em 0;
	text-align: center;
}
#pagehead h2, #pagehead .subtitle {
	font-family: montserratbold;
	text-transform: uppercase;
	color: #FFF;
}
#pagehead h2 {
	margin: 0 0 0.1em 0;
	font-size: 2.8572em;
}
#pagehead h2 strong {
	font-family: montserratbold;
	color: #06a147;
}
#pagehead h2 br {
	display: inline;
}
#pagehead .subtitle {
	font-size: 1.1429em;
	letter-spacing: 0.25em;
}

/** Home - Présentation */
#presentation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	overflow: hidden;
	margin: 6em auto;
}
#presentation .illu {
	margin: 0 5.5em 0 0;
	max-width: 30%;
}
#presentation .illu > img {
	display: block;
	max-width: 100%;
	height: auto;
}
#presentation .text {
	max-width: 60%;
	line-height: 1.6428em;
}
#presentation .text p {
	margin: 0 0 1em 0;
}
#presentation .text li {
	margin: 0;
}
#presentation .link-button {
	margin: 0.5em 0 0 0;
}
#presentation_icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto 7em auto;
}
#presentation_icons .icon {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 0;
	-ms-flex: 1 0 0;
	flex: 1 0 0;
	display: block;
	text-align: center;
}
#presentation_icons .icon > i {
	display: inline-block;
	vertical-align: top;
	width: 5.1429em;
	height: 5.1429em;
	line-height: 5.1429em;
	margin: 0 0 0.25em 0;
	border-radius: 100%;
	background: #39bff1;
}
#presentation_icons .icon > i > b {
	display: inline-block;
	vertical-align: middle;
	width: 55px;
	height: 42px;
	background: url('img/sprite.png') no-repeat 0 -90px;
}
#presentation_icons .icon > span {
	display: block;
	padding: 2em 0 0.25em 0;
	font-family: montserratbold, sans-serif;
	color: #2a2420;
	text-transform: uppercase;
	border-right: 1px solid #E1E1E1;
}
#presentation_icons .icon:last-child > span {
	border-right: none;
}
#presentation_icons .icon_2 > i > b {
	background-position: -55px -90px;
}
#presentation_icons .icon_3 > i > b {
	background-position: -110px -90px;
}
#presentation_icons .icon_4 > i > b {
	background-position: -165px -90px;
}
#presentation_icons .icon_5 > i > b {
	background-position: -220px -90px;
}

/** Banner - Newsletter */
#banner_newsletter_wrapper {
	background: #2a2420 url('img/bg_banner.jpg') center center no-repeat;
	background-size: cover;
}
#banner_newsletter {
	position: relative;
	max-width: 770px;
	margin: 0 auto;
	padding: 4em 0;
	color: #FFF;
	text-align: center;
}
#banner_newsletter .subtitle {
	font-family: montserratregular, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.1429em;
	color: #06a147;
}
#banner_newsletter h2 {
	margin: 0.25em 0 0.6em 0;
	color: #FFF;
}
#banner_newsletter h2:after {
	display: block;
	content: '';
	width: 1.75em;
	height: 1px;
	margin: 0.4em auto;
	background: #888;
}
#banner_newsletter .text {
	font-size: 1.0715em;
}
#banner_newsletter form {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 3em 0 1em 0;
	padding: 0 11.5em 0 0;
}
#banner_newsletter input {
	margin: 0;
	border-radius: 5em;
}
#banner_newsletter input[type="email"] {
	width: 29em;
	height: auto;
	padding: 1.25em 6.5em 1.25em 2.5em;
	line-height: 1.6539em;
	color: #8a8a8a;
	border: 2px solid #FFF;
}
#banner_newsletter input[type="email"]:focus {
	border-color: #06a147;
}
#banner_newsletter input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: auto;
	height: 4.4616em;
	padding: 0 5em;
	font-family: montserratbold, sans-serif;
	font-size: 0.9286em;
	line-height: 100%;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
	background: #06a147;
	cursor: pointer;
	border: 2px solid #06a147;
	transition: background-color 0.2s ease, color 0.2s ease;
	border-radius: 3em;
}
#banner_newsletter input[type="submit"]:hover {
	color: #06a147;
	background-color: #FFF;
}
#banner_newsletter p {
	margin: 0;
}
#banner_newsletter span.wpcf7-form-control-wrap {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	font-size: 1em;
	border-radius: 1.75em;
}
#banner_newsletter div.wpcf7-response-output {
	margin: 0;
	color: #555;
	background: #FFF;
}

/** Possibilités */
#banner_possibilites_wrapper {
	background: #f5f5f5;
}
#banner_possibilites {
	position: relative;
	margin: 0 auto;
	padding: 6em 0;
	color: #666;
	text-align: center;
}
#banner_possibilites .subtitle {
	font-family: montserratregular, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.1429em;
	color: #06a147;
}
#banner_possibilites h2 {
	margin: 0.25em 0 0.2em 0;
}
#banner_possibilites .intro {
	font-size: 1.0715em;
}
#possibilites_icons_wrapper {
	margin: 4em auto 0 auto;
}
.possibilites_icons {
	margin: 1em 0 0 0;
}
.possibilites_icons.left, .possibilites_icons.right {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.possibilites_icons.left {
	margin: 0 4em 0 0;
}
.possibilites_icons.right {
	margin: 0 0 0 4em;
}
.possibilites_icons .icon {
	position: relative;
	max-width: 32em;
	margin: 0 0 2em 0;
	padding: 0 0 0 5.5em;
}
.possibilites_icons .icon a {
	display: inline-block;
	vertical-align: top;
	color: #666;
}
.possibilites_icons .icon a:hover, .possibilites_icons .icon a:active, .possibilites_icons .icon a:focus {
	text-decoration: none;
}
.possibilites_icons span.pic {
	position: absolute;
	top: 0;
	width: 55px;
	height: 55px;
	background: url('img/sprite.png') no-repeat 0 -132px;
}
.possibilites_icons .icon_2 span.pic {
	background-position: -55px -132px;
}
.possibilites_icons .icon_3 span.pic {
	width: 58px;
	background-position: -110px -132px;
}
.possibilites_icons .icon_4 span.pic {
	background-position: -168px -132px;
}
.possibilites_icons .icon_5 span.pic {
	background-position: -223px -132px;
}
.possibilites_icons .icon_6 span.pic {
	background-position: 0 -187px;
}
.possibilites_icons span.pic {
	left: 0;
}
.possibilites_icons .title {
	margin: 0 0 0.35em 0;
	font-family: montserratbold;
	font-size: 1.1429em;
	color: #06a147;
}
.possibilites_icons .icon a:hover .title, .possibilites_icons .icon a:active .title, .possibilites_icons .icon a:focus .title {
	color: #2a2420;
}
#banner_possibilites .link-button {
	display: inline-block;
	vertical-align: top;
	width: auto;
	margin: 1em 0 0 0;
	padding-left: 3.5em;
	padding-right: 3.5em;
}

/** News */
#news_wrapper {
	text-align: center;
}
#news {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0 4em;
	text-align: left;
}
#news .vertical {
	max-width: 24%;
}
#news .vertical .text {
	margin: 1em 0 0 0;
	white-space: pre;
}
#news_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width: 76%;
	width: 100%;
	margin: 0;
	list-style: none;
}
#news_list li {
	display: inline-block;
	vertical-align: top;
	max-width: 45%;
	margin: 0;
	padding: 0;
}
#news_list li:before {
	content: none;
}
#news_list li > a {
	position: relative;
	display: block;
	width: 100%;
	color: #555;
	text-decoration: none;
}
#news_list .thumb {
	display: block;
	width: 100%;
	margin: 0 0 1.4em 0;
	text-align: center;
	z-index: 2;
	overflow: hidden;
}
#news_list .thumb > img {
	display: block;
	width: 100%;
	height: auto;
}
#news_list .right {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 7.5em;
}
#news_list .date {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	vertical-align: top;
	width: 7em;
	margin: 0 1.5em 0 0;
	padding: 1.75em 0;
	font-family: montserratregular;
	font-size: 0.8572em;
	color: #FFF;
	text-align: center;
	background: #06a147;
	border-radius: 2em;
}
#news_list .date > div {
	font-family: montserratbold;
	font-size: 2em;
}
#news_list .title {
	display: block;
	margin: 0.4em 0 0.7em 0;
	font-family: montserratbold, sans-serif;
	font-size: 1.1429em;
	color: #2a2420;
	text-decoration: none;
	text-transform: uppercase;
}
#news_list li > a:hover .title {
	color: #06a147;
}
#news_list .tags {
	margin: 0 0 0.85em 0;
	font-family: montserratregular;
	font-size: 0.8214em;
	color: #06a147;
}
#news_list .tags:before, .content_banner .tags:before {
	content: '\f48d';
	display: inline-block;
	padding: 0 0 0 0.75em;
	font-family: ionicons;
	font-size: 1.05em;
	color: #666;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
#news_list .excerpt p:last-child {
	margin: 0;
}
#news_wrapper .link-button {
	margin: 4em 0 0 0;
	padding-left: 3.5em;
	padding-right: 3.5em;
}
#news_list.inner {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	max-width: none;
}
#news_list.inner li {
	max-width: 30.9%;
	margin: 0 3em 3em 0;
}
#news_list.inner li:nth-child(3n+0) {
	margin-right: 0;
}

/** CONTACT PAGE */
#contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#contact .illu {
	margin: 0 5.5em 0 0;
	max-width: 45%;
}
#contact .illu > img {
	display: block;
	max-width: 100%;
	height: auto;
}
#contact .text {
	max-width: 36.5%;
}
#contact form {
	margin: 1.5em 0 0 0;
}
#contact form p {
	margin: 0 0 0.4em 0;
}
#contact form input {
	width: 100%;
}
#contact form input[type="submit"] {
	width: auto;
	margin-bottom: 0;
}
#contact form p:last-child {
	margin-bottom: 0;
}
#contact_boxes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 4.5em 0 0 0;
}
#contact_boxes .box {
	position: relative;
	width: calc(33.34% - 2em);
	margin: 2.5em 0 0 0;
	padding: 3.5em 3.5em 3.5em 9em;
	color: #373838;
	background: #F5F5F5;
	border-radius: 1.75em;
}
#contact_boxes .box:before, #contact_boxes .box:after {
	content:" ";
	display: table;
	width: 0;
}
#contact_boxes .box:after {
	clear: both;
}
#contact_boxes .box a {
	color: #373838;
	text-decoration: none;
}
#contact_boxes .box a:hover {
	color: #06a147;
	text-decoration: none;
}
#contact_boxes .box p:last-child {
	margin-bottom: 0;
}
#contact_boxes .box > span.icon {
	position: absolute;
	top: 3.5em;
	left: 3.5em;
	display: block;
	width: 3.9286em;
	height: 3.9286em;
	background: url('img/sprite.png') no-repeat -285px 0;
 }
#contact_boxes .box_1 > span.icon {
	background-position: 0px -242px;
}
#contact_boxes .box_2 > span.icon {
	background-position: -55px -242px;
}
#contact_boxes .box_3 > span.icon {
	background-position: -55px -187px;
}
#contact_boxes .box_4 > span.icon, #contact_boxes .box_5 > span.icon {
	background-position: -165px -242px;
}
#contact_boxes .box_6 > span.icon {
	background-position: -220px -242px;
}
#contact_boxes .box h5 {
	margin-top: 0;
}

/** Références */
#references_categories_wrapper {
	margin: 0 0 5em 0;
	text-align: center;
}
#references_categories {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0.75em 3.25em;
	border-radius: 2em;
	background: #f4f3f3;
	list-style: none;
}
#references_categories li {
	display: inline-block;
	vertical-align: top;
	margin: 0 1.5em;
	padding: 0.5em 0;
}
#references_categories li:before {
	content: none;
}
#references_categories a {
	font-family: montserratbold;
	font-size: 0.8928em;
	color: #333;
	text-transform: uppercase;
}
#references_categories li.current a, #references_categories a:hover, #references_categories a:active, #references_categories a:focus {
	color: #06a147;
	text-decoration: none;
}
#references_latest {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#references_latest li {
	width: 31.5%;
	margin: 0 0 2.4em 0;
	padding: 2em;
	border-radius: 2em;
	background: #f4f3f3;
}
#references_latest li:before {
	content: none;
}
#references_latest a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	font-family: montserratbold;
	font-size: 0.8928em;
	color: #333;
	line-height: 1.5em;
	text-transform: uppercase;
	text-align: center;
}
#references_latest a:hover, #references_latest a:active, #references_latest a:focus {
	color: #06a147;
	text-decoration: none;
}
#references_latest img {
	width: 100%;
	height: auto;
	margin: 1.25em 0 0 0;
}
#references {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	/*
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	*/
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	list-style: none;
	text-align: center;
}
#references > a {
	flex: 1;
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	min-width: 23%;
	max-width: 23%;
	min-height: 183px;
	margin: 0 1.25em 2.5em 1.25em;
	text-align: left;
	background: #f4f3f3;
}
#references span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 2em;
	font-family: arimobold, sans-serif;
	font-size: 1.1428em;
	color: #FFF;
	line-height: 1.3em;
	text-transform: uppercase;
	background: rgba(6, 161, 71, 0.75);
	z-index: 2;
	opacity: 0;
	transition: opacity 0.15s ease;
}
#references a:hover span {
	opacity: 1;
	text-decoration: none;
}
#references img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	z-index: 1;
}
#reference .title {
	margin: 0 0 1.5em 0;
}
#reference .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin: 0 0 4em 0;
}
#reference img.thumbnail {
	margin: 0 5em 0 0;
}
#reference .gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin: 2em 0 0 0;
}
#reference .thumb {
	display: inline-block;
	vertical-align: top;
	width: 217px;
	height: 135px;
	margin: 1em 1.2em 0 0;
	text-indent: 1em;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
}
#reference .link {
	display: block;
	width: 217px;
	height: 135px;
}
#reference .link img {
	display: block;
	width: 100%;
	height: auto;
}

/** CONTENT */
.content {
	padding: 7em 0;
}
.content td {
	padding: 0.3em 0.6em;
}
.content_inner {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 73.07%;
}
.content_inner img {
	max-width: 100%;
	height: auto;
}
.content_news {
	padding: 0 4.6428em;
}
.content_banner {
	position: relative;
	margin: 0 0 8em 0;
}
.content_banner img {
	display: block;
	width: 100%;
}
.content_banner .text {
	position: absolute;
	width: calc(100% - 9.2856em);
	left: 5em;
	bottom: 0;
	padding: 1.5em 3em 1.5em 8.4654em;
	font-size: 0.92857em;
	color: #666;
	text-transform: uppercase;
	border-radius: 5em;
	background: #f4f3f3;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}
.content_banner.news .text {
	min-width: 62%;
	width: auto;
}
.content_banner .text p {
	margin: 0;
}
.content_banner .icon {
	position: absolute;
	left: 4.6428em;
	bottom: 0;
	padding: 1.6em 1.3em;
	background: #06a147;
	border-radius: 2em;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	z-index: 1;
}
.content_banner .icon > span, #chils_list .icon > span {
	display: block;
	width: 60px;
	height: 60px;
	background: url('img/sprite.png') no-repeat 0 -297px;
}
.content_banner .icon > span.icon_2, #chils_list .icon > span.icon_2 {
	background-position: -61px -297px;
}
.content_banner .icon > span.icon_3, #chils_list .icon > span.icon_3 {
	background-position: -121px -297px;
}
.content_banner .icon > span.icon_4, #chils_list .icon > span.icon_4 {
	background-position: -182px -297px;
}
.content_banner .icon > span.icon_5, #chils_list .icon > span.icon_5 {
	background-position: 6px -352px;
}
.content_banner .icon > span.icon_6, #chils_list .icon > span.icon_6 {
	background-position: -55px -352px;
}
.content_banner .date {
	padding: 0 1.2em;
	font-family: montserratregular;
	font-size: 0.8928em;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
}
.content_banner .date:before {
	content: "";
	display: block;
	padding: 40% 0 0 0;
}
.content_banner .date:after {
	content: "";
	display: block;
	padding: 0 0 40% 0;
}
.content_banner .date > div {
	min-width: 57px;
	font-family: montserratbold;
	font-size: 2.1428em;
}
.content_banner_inner {
	padding: 0 4.6428em;
}
.content_list_inner {
	padding: 0 4.6428em 0 0;
}

/** CHILDS PAGE LIST */
#chils_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	list-style: none;
}
#chils_list li {
	max-width: 45.5%;
	margin: 2em 2em 2em 0;
	text-align: center;
}
#chils_list li:before {
	content: none;
}
#chils_list a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
#chils_list a:hover, #chils_list a:active, #chils_list a:focus {
	text-decoration: none;
}
#chils_list .img_wrap {
	position: relative;
}
#chils_list img {
	display: block;
	margin: 0 auto;
}
#chils_list .icon_wrap {
	position: absolute;
	left: calc(50% - 3.75em);
	bottom: -3.75em;
	width: 7.5em;
	height: 7.5em;
	margin: 0 auto;
	padding: 0.5em;
	background-color: #FFF;
	border-radius: 100%;
}
#chils_list .icon {
	width: 6.5em;
	height: 6.5em;
	background-color: #06a147;
	border-radius: 100%;
}
#chils_list a:hover .icon {
	background-color: #2a2420;
}
#chils_list .icon > span {
	display: inline-block;
	vertical-align: top;
	margin: 16px 0 0 0;
}
#chils_list .title {
	margin: 3em 0 0 0;
	font-family: montserratbold;
	font-size: 1.7142em;
	color: #333;
	text-transform: uppercase;
}

/** SIDEBAR */
#sidebar {
	display: inline-block;
	vertical-align: top;
	min-width: 200px;
	width: 23.07%;
	margin: 0 0 0 2.86%;
}
#sidebar h3 {
	text-transform: uppercase;
}
#sidebar .side_menu {
	margin: 0 0 2em 0;
	padding: 1.25em 3em;
	border-radius: 2em;
	background: #f4f3f3;
}
#sidebar .side_menu li {
	position: relative;
	margin: 0;
	padding: 0;
}
#sidebar .side_menu li:before {
	position: absolute;
	top: 0.7em;
	left: 0;
	color: #666;
}
#sidebar .side_menu a {
	display: block;
	padding: 0.75em 0 0.65em 1.25em;
	font-size: 1.0714em;
	line-height: 1.734em;
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #C8C8C8;
	transition: color 0.15s ease;
}
#sidebar .side_menu li:last-child a {
	border-bottom: 0;
}
#sidebar .side_menu li.current_page_item:before, #sidebar .side_menu li:hover:before, #sidebar .side_menu li.current_page_item > a, #sidebar .current_page_ancestor > a, #sidebar .side_menu li:hover > a {
	color: #06a147;
}
#sidebar .archives a {
	text-transform: capitalize;
}
#sidebar ul.children {
	display: block;
	margin: 0 0 0 0.1em;
}
#sidebar ul.children li:before {
	content: none;
}
#sidebar ul.children a {
	padding-top: 0.9em;
	font-size: 0.9667em;
}
#sidebar .box {
	margin: 3em 0 0 0;
	padding: 2em;
	font-family: montserratbold;
	font-size: 0.9285em;
	line-height: 1.6923em;
	color: #FFF;
	text-align: center;
	border-radius: 0.5em;
	background: #06a147;
}
#sidebar .box .title {
	margin: 0 0 1em 0;
	font-family: montserratregular;
	font-size: 0.8846em;
	text-transform: uppercase;
}
#sidebar .tagcloud a {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0.4em 0;
	padding: 0.5em 1em;
	color: #999;
	border: 1px solid #999;
	border-radius: 2em;
}
#sidebar .tagcloud a:hover, #sidebar .tagcloud a:active, #sidebar .tagcloud a:focus {
	color: #FFF;
	text-decoration: none;
	border-color: #06a147;
	background: #06a147;
}

/** BIGFOOT */
#bigfoot {
	clear: both;
	width: 100%;
}

/** FOOT */
#foot_wrapper {
	background: #2a2420 url('img/bg_footer.jpg') no-repeat bottom center;
	background-size: cover;
}
#foot {
	position: relative;
	padding: 5em 0;
	color: #FFF;
}
#foot a {
	color: #FFF;
	text-decoration: none;
}
#foot a:hover {
	color: #06a147;
}
#foot p {
	margin: 0 0 1.5em 0;
}
#foot ul {
	margin: 0;
}
#foot li {
	position: relative;
	margin: 0 0 1em 0;
}
#foot li:last-child {
	margin-bottom: 0;
}
#foot li a {
	display: block;
	padding: 0 0 0 1.25em;
}
#foot li:before {
	position: absolute;
	top: 0;
	left: 0;
}
#foot h4 {
	color: #FFF;
}
#foot .box {
	display: inline-block;
	vertical-align: top;
	max-width: 19.2857em;
	width: 100%;
	margin: 0 2.1428em 0 0;
}
#foot .box:last-child {
	margin-right: 0;
}
#foot .box p:last-child {
	margin: 0;
}
#foot .infos strong {
	font-weight: normal;
	color: #06a147;
}
#foot .socials {
	margin: 1.75em 0 0 0;
}
#foot .socials > a {
	display: inline-block;
	vertical-align: top;
	width: 2.3em;
	height: 2.3em;
	margin: 0 0.6em 0 0;
	font-family: ionicons;
	font-size: 1.3em;
	line-height: 2.3em;
	color: #FFF;
	text-align: center;
	background: #4c4c4c;
	border-radius: 0.3em;
}
#foot .socials > a:hover {
	color: #06a147;
	border-color: #06a147;
}
#foot .socials > a:before {
	display: inline-block;
	vertical-align: top;
}
#foot .socials > a.facebook:before {
	content: '\f231';
}
#foot .socials > a.linkedin:before {
	content: '\f239';
}
#foot .socials > a.twitter:before {
	content: '\f243';
}
#foot img.thumb {
	display: inline-block;
	vertical-align: top;
	margin: 0 0.5em 0.5em 0;
}

/** FOOTER */
#footer_wrapper {
	background: #2a2420;
}
#footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
	padding: 3.5em 0;
	font-size: 0.8572em;
	color: #d5d5d5;
}
#footer a {
	color: #d5d5d5;
	text-decoration: none;
}
#footer a:hover {
	color: #06a147;
}
#links, #links > a {
	display: inline-block;
}
#links > a:before {
	content: '\2013';
	color: #D5D5D5;
	padding: 0 0.5em;
}

/** Template - Présentation */
.banner {
	position: relative;
	min-height: 457px;
	padding: 2em;
	margin: 0 0 3.5em 0;
	background: no-repeat center top;
	background-size: cover;
}
.banner > .frame {
	position: absolute;
	left: 2em;
	bottom: 2em;
	width: 55%;
	padding: 2em 4em;
	font-size: 1.1429em;
	line-height: 1.875em;
	color: #FFF;
	background: rgba(6, 161, 71, 0.8);
	border-radius: 0.4em;
}
.banner .title {
	margin: 0 0 1em 0;
	font-family: montserratbold, sans-serif;
	font-size: 1.5em;
	line-height: 1.35em;
}

/** Box promo */
.box_promo {
	position: relative;
	margin: 5em 0 0 0;
}
.box_promo:after {
	clear: both;
}
.box_promo img {
	float: left;
	display: block;
	max-width: 170px;
	height: auto;
}
.box_promo .text {
	min-height: 170px;
	padding: 2.922em 4em 2.925em 212px;
	color: #FFF;
	border-top-right-radius: 6em;
	border-bottom-right-radius: 6em;
	background: #06a147;
}
.box_promo .title {
	margin: 0 0 0.6em 0;
	font-family: montserratbold;
	font-size: 1.4285em;
}
.box_promo a {
	font-family: arimobold;
	font-weight: bold;
	color: #FFF;
}
.box_promo p {
	margin: 0;
}

/** PAGINATION */
.pagination {
	margin: 2em 0 0 0;
	text-align: center;
}
.pagination .page-numbers {
	display: inline-block;
	vertical-align: top;
	margin: 0 0.2em;
	padding: 1em 1.8em;
	font-family: montserratregular;
	color: #333;
	border-radius: 0.3em;
	background: #f4f3f3;
}
.pagination a.page-numbers:hover, .pagination a.page-numbers:active, .pagination a.page-numbers:focus {
	color: #FFF;
	text-decoration: none;
	background: #06a147;
}
.pagination .current {
	color: #06a147;
}
.pagination .prev, .pagination .next {
	padding: 0.7142em 1.2857em;
	font-size: 1.4em;
}

/** CLASSES */
img.alignnone {
	display: block;
	margin: 0 0 2.3em 0;
}
td img.alignnone {
	margin: 0 2em 2em 0;
}
.alignleft {
	display: block;
	float: left;
}
img.alignleft {
	margin: 5px 15px 12px 0;	
}
.alignright {
	display: block;
	float: right;
}
img.alignright {
	margin: 5px 0 12px 15px;	
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
a.link-button {
	display: inline-block;
	margin: 1em 0;
	padding: 1.5em 7em;
	font-family: montserratbold, sans-serif;
	font-size: 0.8572em;
	line-height: 1.2em;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
	background: #06a147;
	cursor: pointer;
	border: 2px solid #06a147;
	transition: background-color 0.2s ease, color 0.2s ease;
	border-radius: 3em;
}
a.link-button:hover {
	color: #06a147;
	background-color: transparent;
}
a.more-link:hover, a.more-link:active, a.more-link:focus {
	text-decoration: underline;
}
.vertical {
	display: inline-block;
	max-width: 12%;
	white-space: nowrap;
	-webkit-transform: translate(0, 100%) rotate(-90deg);
	transform: translate(0, 100%) rotate(-90deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.vertical:before {
	content: '';
	float: left;
	margin-top: 100%;
}
.vertical h3 {
	margin: 0;
	font-size: 2.8572em;
	text-transform: uppercase;
}
.vertical h5 {
	font-family: montserratregular, sans-serif;
	font-size: 1.1429em;
	color: #06a147;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

/** WP Stats */
img#wpstats {
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}

/** WPCF7 */
span.wpcf7-list-item {
	display: block;
	padding: 0 0 0 1em;
	margin: 4px 0 0.6em 0;
}
span.wpcf7-list-item input {
	margin: 0 2px 0 0;
}
span.wpcf7-list-item-label {
	padding: 0 3px;
}
span.wpcf7-checkbox {
	display: block;
	margin: 2px 0 0 0;
}
img.wpcf7-captchac {
	margin: 4px 4px 0 0;
	vertical-align: middle;
}
input.wpcf7-captchar {
	width: auto;
}
div.wpcf7 {
	margin: 0;
	padding: 0;
}
div.screen-reader-response {
	display: none;
}
div.wpcf7-response-output {
	margin: 1.5em 0 0 0;
	padding: 0.25em 1.1em;
	background: transparent;
	border: 2px solid #f7e700;
	border-radius: 1.75em;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #06a147;
}
div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}
div.wpcf7-validation-errors {
	border: 2px solid #000;
}
span.wpcf7-form-control-wrap {
	position: relative;
	font-size: 0.8572em;
}
span.wpcf7-not-valid-tip {
	display: block;
	padding: 0 0.75em;
	margin: 0.25em 0.75em 0.4em 0.75em;
	color: #06a147;
	background: #fff;
}
span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	display: block;
}
.wpcf7-display-none {
	display: none;
}
div.wpcf7 img.ajax-loader {
	display: none;
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}
div.wpcf7 .watermark {
	color: #888;
}
input.wpcf7-acceptance {
	margin: 0 5px 0 0;
}

/** Cookie Notice */
#cookie-notice {
	display: none;
	position: fixed;
	min-width: 100%;
	height: auto;
	z-index: 100000;
	left: 0;
	text-align: center;
}
.cookie-notice-container {
	padding: 1.25em 0;
}
.cn-top {
	top: 0;
}
.cn-bottom {
	bottom: 0;
}
#cookie-notice .button {
	margin: 0 0 0 1em;
	padding: 0.35em 1em 0.4em;
	font-family: montserratbold, sans-serif;
	font-size: 0.8126em;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	background: #06a147;
	border: 2px solid #06a147;
	border-radius: 3px;
	transition: background-color 0.2s ease, color 0.2s ease;
}
#cookie-notice .button:hover, #cookie-notice .button:focus {
	color: #06a147;
	background: transparent;
}

/** Animations */
@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

/** Retina */
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	#logo:before, #nav li.searchlink a, #presentation_icons .icon > i > b, .possibilites_icons span.pic, #contact_boxes .box > span.icon, .content_banner .icon > span, #chils_list .icon > span {
		background-image: url('img/sprite@2x.png');
		background-size: 285px 408px;
	}
}

/** Responsive */
@media all and (max-width: 1170px) {
	#top, #header, #nav_inner, #slider, #pagehead, #presentation, #presentation_icons, #banner_possibilites, #banner_newsletter, .content, #foot, #footer {
		width: 100%;
		max-width: 100%;
		padding-left: 1em;
		padding-right: 1em;
	}
	#top {
		padding-right: 0;
	}
	#logo {
		margin: 0 auto;
	}
	#header_inner:before, #header_inner:after {
		content: none;
	}
	#header {
		display: block;
		padding-top: 1em;
		padding-bottom: 1em;
	}
	#nav {
		display: block;
		margin: 1em auto 0 auto;
		text-align: center;
	}
	#slider {
		padding: 0;
	}
	#foot .box {
		width: auto;
	}
}
@media all and (max-width: 1024px) {
	input, select {
		width: 100%;
	}
	#header_inner {
		position: relative;
		overflow: visible;
	}
	.slide_content_wrap {
		padding: 0 1em;
	}
	#pagehead_wrapper {
		padding-top: 0;
	}
	#pagehead {
		word-break: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		-o-hyphens: auto;
		hyphens: auto;
	}
	#presentation .illu {
		margin: 0 4em 0 0;
	}
	#news li {
		max-width: 45%;
	}
	.banner > .frame {
		width: 65%;
	}
	#chils_list li {
		max-width: 45%;
	}
	#foot {
		padding-top: 4em;
		padding-bottom: 0;
	}
	#foot p {
		margin: 0 0 1em 0;
	}
	#footer {
		padding-top: 2.5em;
		padding-bottom: 2.5em;
		text-align: center;
	}
}
@media all and (max-width: 960px) {
	#news {
		display: block;
	}
	#news_list {
		max-width: 100%;
		width: 100%;
	}
	#news .vertical {
		display: block;
		max-width: 100%;
		margin: 0 0 3em 0;
		white-space: nowrap;
		-webkit-transform: none;
		transform: none;
	}
	#news .vertical:before {
		content: none;
	}
	#references_latest li {
		width: 30%;
	}
	#foot .box {
		width: 21%;
		margin: 0 5% 0 0;
	}
	#cookie-notice {
		width: 100%;
		min-width: 0;
		max-width: 100%;
	}
	.cookie-notice-container {
		padding: 1em;
	}
	#cn-notice-text {
		display: block;
		margin: 0 0 1em 0;
	}
	#cookie-notice a.button.wp-default {
		display: inline-block;
		margin: 0 0.5em;
		padding: 0.5em 1em;
		text-transform: uppercase;
	}
}
@media all and (max-width: 768px) {
	table {
		table-layout: fixed;
	}
	table tr {
		display: block;
	}
	table td:nth-child(3n) {
		display: block;
	}
	#top .link span {
		display: none;
		visibility: hidden;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	#logo:before {
		display: block;
	}
	.slide_content {
		max-width: 100%;
		padding: 3.5em 0;
	}
	#nav_wrapper {
		margin: 1em 0 0 0;
		overflow: visible;
	}
	#nav-menu {
		position: relative;
		display: block;
		height: 42px;
		margin: 0 auto;
	}
	#nav-menu-button {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 42px;
		height: 42px;
		padding: 19px 0 0 7px;
		border-left: 1px solid #3B3B39;
		border-bottom: 1px solid #3B3B39;
		background: #3B3B39;
		z-index: 11;
	}
	#nav-menu.active #nav-menu-button {
		border-left: 1px solid #06a147;
		border-bottom: 1px solid #06a147;
	}
	#nav-menu-button span, #nav-menu-button span:before, #nav-menu-button span:after {
		position: absolute;
		display: block;
		content: '';
		height: 3px;
		width: 26px;
		background: #FFF;
		border-radius: 1px;
		cursor: pointer;
	}
	#nav-menu-button span:before {
		top: -8px; 
	}
	#nav-menu-button span:after {
		bottom: -8px;
	}
	#nav-menu.active #nav-menu-button span {
		background-color: transparent;
	}
	#nav-menu.active #nav-menu-button span:before, #nav-menu.active #nav-menu-button span:after {
		top: 0;
	}
	#nav-menu.active #nav-menu-button span:before {
		-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
	}
	#nav-menu.active #nav-menu-button span:after {
		-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
	}
	a#nav-menu-link {
		display: block;
		height: 42px;
		padding: 0 52px 0 12px;
		font-family: montserratbold, sans-serif;
		font-size: 1em;
		line-height: 42px;
		color: #06a147;
		text-transform: uppercase;
		text-decoration: none;
		border: 1px solid #3B3B39;
		cursor: pointer;
		overflow: hidden;
	}
	#nav-menu.active a#nav-menu-link {
		display: none;
	}
	#nav {
		position: relative;
		display: none;
		max-width: 100%;
		width: 100%;
		margin: 0;
		padding: 0;
		height: 42px;
		top: auto;
		right: auto;
		z-index: 10;
	}
	#nav-menu.active #nav {
		display: block;
	}
	#nav > li {
		display: block;
	}
	#nav > li > a {
		height: 42px;
		margin: 0;
		padding: 0 1em;
		font-size: 1.0714em;
		line-height: 42px;
		text-align: left;
		color: #FFF;
		background: #3B3B39;
		border-top: 1px solid #3B3B39;
		border-left: 1px solid #3B3B39;
		border-right: 1px solid #3B3B39;
		border-bottom: 1px solid #06a147;
		border-radius: 0;
		transition: 0;
	}
	#nav > li.searchlink > a {
		display: block;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0 1em;
		text-align: left;
		text-indent: 0;
		background: #3B3B39;
		border-radius: 0;
		overflow: visible;
	}
	#nav > li:last-child > a {
		border-bottom: none;
	}
	#nav > li.current-menu-item > a, #nav > li.current_page_item > a, #nav > li.current-page-ancestor > a, #nav > li > a:hover, #nav > li > a:active, #nav > li > a:focus {
		color: #06a147;
	}
	#nav .sub-menu {
		display: none;
		visibility: hidden;
	}
	#pagehead {
		padding-top: 3.5em;
		padding-bottom: 3.5em;
	}
	div.link-button-wrapper {
		text-align: center;
	}
	#presentation_icons {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin: 3.5em auto;
	}
	#banner_newsletter {
		padding-top: 4em;
		padding-bottom: 4em;
	}
	#banner_possibilites {
		padding-top: 4em;
		padding-bottom: 4em;
	}
	.possibilites_icons, .possibilites_icons.left, .possibilites_icons.right {
		margin: 0;
	}
	.content {
		padding-top: 3.5em;
		padding-bottom: 3.5em;
	}
	.content_list_inner {
		padding-right: 0;
	}
	#references_categories {
		padding: 0.75em;
	}
	#references a {
		max-width: 40%;
	}
	#reference img.thumbnail {
		margin: 0 0 2em 0;
	}
	#reference .thumb {
		margin: 0 auto 1.5em auto;
	}
	#chils_list li {
		max-width: 100%;
		margin-right: 0;
	}
	#contact_boxes {
		-ms-flex-flow: column;
		flex-flow: column;
		margin-top: 4em;
	}
	#contact_boxes .box {
		width: 50%;
		margin: 0 auto 2em auto;
	}
	#contact_boxes .box:last-child {
		margin-bottom: 0;
	}
	#news {
		padding: 0;
	}
	#news_list {
		display: block;
	}
	#news_list li {
		max-width: 47.5%;
		margin: 0 5% 0 0;
	}
	#news_list li:nth-child(even) {
		margin-right: 0;
	}
	#news_list.inner {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	#news_list.inner li {
		max-width: 47%;
	}
	#references_latest li {
		width: 47%;
	}
	#foot {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	#foot .box {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 calc(50% - 1.5em);
		-ms-flex: 0 0 calc(50% - 1.5em);
		flex: 0 0 calc(50% - 1.5em);
		width: auto;
		max-width: none;
		margin: 0 0 3em 3em;
	}
	#foot .box:nth-child(odd) {
		margin-left: 0;
	}
	#foot .box.large {
		width: auto;
	}
	#footer {
		display: block;
	}
	#presentation, #contact {
		display: block;
	}
	#presentation {
		margin-top: 3.5em;
	}
	#presentation .illu, #contact .illu {
		max-width: 100%;
		margin: 0;
	}
	#presentation .illu > img, #contact .illu > img {
		margin: 0 auto;
	}
	#presentation .text {
		max-width: 100%;
	}
	#contact .text {
		max-width: 70%;
		margin: 0 auto;
	}
	.content_inner {
		width: 100%;
	}
	#sidebar {
		display: block;
		width: auto;
		margin: 3em auto 0 auto;
	}
	.vertical {
		display: block;
		max-width: 100%;
		margin: 2em auto 1.75em auto;
		text-align: center;
		white-space: nowrap;
		-webkit-transform: none;
		transform: none;
	}
	.vertical:before {
		content: none;
	}
	.banner {
		min-height: 0;
		padding-top: 7em;
	}
	.banner > .frame {
		position: static;
		width: 100%;
	}
}
@media all and (max-width: 480px) {
	table td {
		display: block;
		width: 100%;
		margin: 0 0 1em 0;
	}
	#top .link {
		display: none;
		visibility: hidden;
	}
	#logo {
		width: auto;
	}
	#logo .desc {
		margin: 0.25em 0 0 0;
		line-height: 1.5em;
	}
	a.slide_arrow {
		display: none;
		visibility: none;
	}
	#slides_wrapper {
		padding: 0;
	}
	#presentation_icons {
		display: block;
	}
	#presentation_icons .icon {
		display: block;
		width: 100%;
	}
	#presentation_icons .icon > span {
		padding: 0.5em 0 1.5em 0;
		border: none;
	}
	#presentation_icons .icon:last-child > span {
		padding-bottom: 0;
	}
	#banner_newsletter {
		padding-top: 3.5em;
		padding-bottom: 3.5em;
	}
	#banner_newsletter form {
		padding: 0;
		text-align: center;
	}
	#banner_newsletter input[type="email"] {
		width: 100%;
		border-radius: 5em;
	}
	#banner_newsletter input[type="submit"] {
		position: relative;
		margin: 1em auto 0 auto;
	}
	#banner_possibilites {
		padding-top: 3.5em;
		padding-bottom: 3.5em;
	}
	#possibilites_icons_wrapper {
		display: block;
	}
	#contact_boxes .box {
		width: 100%;
		padding: 2.5em 2em 2.5em 7.5em;
	}
	#contact_boxes .box > span.icon {
		top: 3em;
		left: 2.5em;
	}
	#news_list {
		display: block;
	}
	#news .vertical, #news .vertical .text {
		white-space: normal;
	}
	#news_list li {
		display: block;
		width: 100%;
		max-width: 100%;
		margin: 0 0 3em 0;
	}
	#news_list.inner li {
		max-width: 100%;
		margin-right: 0;
	}
	#news_wrapper .link-button {
		margin: 0;
	}
	#references_latest li {
		width: auto;
		padding: 1.25em;
	}
	#foot {
		display: block;
	}
	#foot .box {
		width: 100%;
		margin-left: 0;
		margin-bottom: 3em;
	}
	#links, #links > a, .maker {
		display: inline;
	}
	#contact .text {
		max-width: 100%;
	}
	.banner {
		padding-top: 2em;
	}
	.banner > .frame {
		padding: 1em;
	}
	.content_banner {
		margin-bottom: 5.5em;
	}
	.content_banner .icon, .content_banner .text {
		left: 0;
	}
	.content_banner_inner {
		padding: 0;
	}
	#references_categories li {
		display: block;
	}
	#references img {
		max-width: 100%;
		margin: 0 0 2em 0;
	}
	.pagination .page-numbers {
		margin: 0 0.1em;
		padding: 0.75em 1.55em;
	}
	.pagination .prev, .pagination .next {
		padding: 0.5442em 1.0357em;
	}
}