@charset 'UTF-8';
/* DEBUT - WPML : language selector CSS */

/* IE5.5 hacks */
* html #lang_sel, * html #lang_sel_list {
	width: 12em;
}
* html #lang_sel a, * html #lang_sel_list a {
	width: 149px;
}
* html #lang_sel a:visited, * html #lang_sel_list a:visited {
	width: 149px;
}
* html #lang_sel ul ul, * html #lang_sel_list ul {
	top: 18px;
}
* html #lang_sel ul ul a, * html #lang_sel_list ul a {
	width: 150px;
}
* html #lang_sel ul ul a:visited, * html #lang_sel_list ul a:visited {
	width: 150px;
}
/* remove all the bullets, borders and padding from the default list styling */
#lang_sel {
	height: 32px;
	position: relative;
	font-family: verdana, arial, sans-serif;
	display: inline-block;/* style the table so that it takes no part in the layout - required for IE to work */
  /* style the top level hover */ }
#lang_sel ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: none !important;
/* hide the sub levels and give them a positon absolute so that they take up no room */ }
#lang_sel ul li:hover ul, #lang_sel ul a:hover ul {
	visibility: visible;
}
#lang_sel ul ul {
	width: 149px;
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 25px;
	left: 0;
	border-top: 1px solid #cdcdcd;
	z-index: 10000;
}
#lang_sel ul ul a {
	background: #ffffff;
	color: #444444;
	height: auto;
	line-height: 1em;
	padding: 5px 10px;
	border-width: 0 1px 1px 1px;
}
#lang_sel ul ul a:visited {
	background: #ffffff;
	color: #444444;
	height: auto;
	line-height: 1em;
	padding: 5px 10px;
	border-width: 0 1px 1px 1px;
}
#lang_sel li {
	float: left;
	width: 149px;
	position: relative;
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: none !important;
}
#lang_sel li:before {
	content: '' !important;
}
#lang_sel a {
	display: block;
	font-size: 11px;
	text-decoration: none !important;
	color: #444444;
	border: 1px solid #cdcdcd;
	background: #fff;
	padding-left: 10px;
	line-height: 24px;
}
#lang_sel a:visited {
	display: block;
	font-size: 11px;
	text-decoration: none !important;
	color: #444444;
	border: 1px solid #cdcdcd;
	background: #fff;
	padding-left: 10px;
	line-height: 24px;
}
#lang_sel a.lang_sel_sel {
	background: url(../img/nav-arrow-down.png) #fff right no-repeat;
	color: #444;
}
#lang_sel a.lang_sel_sel:hover {
	text-decoration: none;
	color: #000;
}
#lang_sel table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
}
#lang_sel a:hover, #lang_sel ul ul a:hover, #lang_sel :hover > a, #lang_sel ul ul :hover > a {
	color: #000;
	background: #eee;
}
#lang_sel img.iclflag {
	width: 18px;
	height: 12px;
	position: relative;
	top: 1px;
}
#lang_sel.icl_rtl {
	text-align: right;
	direction: rtl;
}
#lang_sel.icl_rtl .lang_sel_sel {
	padding-right: 14px;
}
/* make the second level visible when hover on first level list OR link */
#lang_sel_footer {
	margin: 0;
	padding: 7px;
	text-align: center;
	font: 11px Verdana, sans-serif;
	min-height: 15px;
	clear: both;
	background-color: #fff;
	border: 1px solid #cdcdcd;
}
#lang_sel_footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#lang_sel_footer ul li {
	display: inline;
	margin: 0 1px 0 0;
	padding: 0;
	white-space: nowrap;
	line-height: 25px;
}
#lang_sel_footer ul li img {
	position: relative;
	top: 1px;
	width: 18px;
	height: 12px;
}
#lang_sel_footer ul li a {
	text-decoration: none;
	padding: 5px 10px;
}
#lang_sel_footer ul li a:visited {
	text-decoration: none;
	padding: 5px 10px;
}
#wpml_credit_footer {
	width: 100%;
	margin: 10px 0;
	padding: 0;
	text-align: center;
	font-size: 11px;
}
/* remove all the bullets, borders and padding from the default list styling */
#lang_sel_list {
	height: 32px;
	position: relative;
	z-index: 99;
	font-family: verdana, arial, sans-serif;
/* style the table so that it takes no ppart in the layout - required for IE to work */ }
#lang_sel_list ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: none !important;
}
#lang_sel_list ul li:hover ul, #lang_sel_list ul a:hover ul {
	visibility: visible;
}
#lang_sel_list ul.lang_sel_list_vertical {
	width: 149px;
}
#lang_sel_list ul a {
	background: #ffffff;
	color: #444444;
	height: auto;
	line-height: 1em;
}
#lang_sel_list li {
	float: left;
	position: relative;
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: none !important;
}
#lang_sel_list li:before {
	content: '' !important;
}
#lang_sel_list a {
	display: block;
	font-size: 11px;
	text-decoration: none !important;
	color: #444444;
	background: #fff;
	line-height: 18px;
	padding-left: 5px;
}
#lang_sel_list a:visited {
	display: block;
	font-size: 11px;
	text-decoration: none !important;
	color: #444444;
	background: #fff;
	line-height: 18px;
	padding-left: 5px;
}
#lang_sel_list a.lang_sel_sel {
	background-image: none;
	color: #444;
}
#lang_sel_list a.lang_sel_sel:hover {
	text-decoration: none;
	color: #000;
}
#lang_sel_list.lang_sel_list_vertical {
	width: 149px;
/* hide the sub levels and give them a positon absolute so that they take up no room */ }
#lang_sel_list.lang_sel_list_vertical ul {
	/*visibility:hidden;position:absolute;*/
	height: 0;
	top: 19px;
	left: 0;
	border-top: 1px solid #cdcdcd;
}
#lang_sel_list.lang_sel_list_vertical ul a {
	padding: 3px 10px;
}
#lang_sel_list.lang_sel_list_vertical li {
	width: 149px;
}
#lang_sel_list.lang_sel_list_vertical a {
	border: 1px solid #cdcdcd;
	border-top-width: 0;
	padding-left: 10px;
}
#lang_sel_list.lang_sel_list_vertical a:visited {
	border: 1px solid #cdcdcd;
	border-top-width: 0;
	padding-left: 10px;
}
#lang_sel_list table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
}
#lang_sel_list img.iclflag {
	width: 18px;
	height: 12px;
	position: relative;
	top: 1px;
}
/* style the second level links */
#lang_sel_list_list ul a:visited {
	background: #ffffff;
	color: #444444;
	height: auto;
	line-height: 1em;
	padding: 3px 10px;
}
/* reset menu img definitions */
.menu-item-language img.iclflag {
	height: 12px !important;
	width: 18px !important;
	margin-bottom: 0 !important;
	margin-right: 4px;
}
/* FIN - WPML : language selector CSS */
.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
}
.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
	position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}
.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.select2-container .select2-search--inline {
	float: left;
}
.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance:none;
}
.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}
.select2-results {
	display: block;
}
.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}
.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none;
}
.select2-results__option[aria-selected] {
	cursor: pointer;
}
.select2-container--open .select2-dropdown {
	left: 0;
}
.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.select2-search--dropdown {
	display: block;
	padding: 4px;
}
.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance:none;
}
.select2-search--dropdown.select2-search--hide {
	display: none;
}
.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0);
}
.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}
.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
	float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid black 1px;
	outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
	padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: white;
}
.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}
.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
	background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
	background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none;
}
.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
	border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
	border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
	padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: #fff;
}
.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb;
}
@font-face {
	font-family: "DINNextW01-CondensedMed";
	src: url(../fonts/DINNext-CondensedMed.eot?#iefix);
	src: url(../fonts/DINNext-CondensedMed.eot?#iefix) format("eot"), url(../fonts/DINNext-CondensedMed.woff) format("woff"), url(../fonts/DINNext-CondensedMed.ttf) format("truetype"), url(../fonts/DINNext-CondensedMed.svg#4f311da1-9ec6-4379-9621-b45be0e23abd) format("svg");
}
@font-face {
	font-family: 'DINPro-Regular';
	src: url('../fonts/DINPro_gdi.eot');
	src: url('../fonts/DINPro_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/DINPro_gdi.woff') format('woff'), url('../fonts/DINPro_gdi.ttf') format('truetype'), url('../fonts/DINPro_gdi.svg#DINPro-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U20-25CA;
}
@font-face {
	font-family: 'DINPro-Light';
	src: url('../fonts/DINNext-Light.eot?#iefix');
	src: url('../fonts/DINNext-Light.eot?#iefix') format('eot'), url('../fonts/DINNext-Light.woff') format('woff'), url('../fonts/DINNext-Light.ttf') format('truetype'), url('../fonts/DINNext-Light.svg#DINPro-Light') format('svg');
	font-weight: 100;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U20-25CA;
}
@font-face {
	font-family: 'DINPro-Bold';
	src: url('../fonts/DINPro-Bold_gdi.eot');
	src: url('../fonts/DINPro-Bold_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/DINPro-Bold_gdi.woff') format('woff'), url('../fonts/DINPro-Bold_gdi.ttf') format('truetype'), url('../fonts/DINPro-Bold_gdi.svg#DINPro-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U20-25CA;
}
@font-face {
	font-family: 'titillium_regular';
	src: url('../fonts/titilliumweb-regular-webfont.eot');
	src: url('../fonts/titilliumweb-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/titilliumweb-regular-webfont.woff2') format('woff2'), url('../fonts/titilliumweb-regular-webfont.woff') format('woff'), url('../fonts/titilliumweb-regular-webfont.ttf') format('truetype'), url('../fonts/titilliumweb-regular-webfont.svg#titillium_webregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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 {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
html {
	position: relative;
	min-height: 100%;
}
body, button, input, select, textarea {
	color: #2b2b2b;
	font-family: "DIN Next W01 Light", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
body {
	background: #000;
	color: #fff;
}
a {
	color: #24890d;
	text-decoration: none;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
a:active, a:hover {
	color: #41a62a;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 400;
	font-family: "DIN Next W01 Medium", sans-serif;
	margin: 36px 0 12px;
}
h1 {
	font-size: 26px;
	line-height: 1.38462;
}
h2 {
	font-size: 24px;
	line-height: 1;
}
h3 {
	font-size: 22px;
	line-height: 1.09091;
}
h4 {
	font-size: 20px;
	line-height: 1.2;
}
h5 {
	font-size: 18px;
	line-height: 1.33333;
}
h6 {
	font-size: 16px;
	line-height: 1.5;
}
address {
	font-style: italic;
	margin-bottom: 24px;
}
abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}
b, strong {
	font-weight: 700;
}
cite, dfn, em, i {
	font-style: italic;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
p {
	margin-bottom: 24px;
	font-weight: 400;
}
code, kbd, tt, var, samp, pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: 1.6;
}
pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
blockquote, q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.26316;
	margin-bottom: 24px;
}
blockquote cite, blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote strong, blockquote b {
	font-weight: 400;
}
small {
	font-size: smaller;
}
big {
	font-size: 125%;
}
sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: 0.5ex;
}
dl {
	margin-bottom: 24px;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 24px;
}
ul, ol {
	list-style: none;
}
ul {
	list-style: none;
}
ol {
	list-style: decimal;
}
li > ul, li > ol {
	margin: 0 0 0 20px;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}
figure {
	margin: 0;
}
fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}
legend {
	white-space: normal;
}
button, input, select, textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
button, input {
	line-height: normal;
}
input, textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table, th, td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}
td {
	border-width: 0 1px 1px 0;
}
del {
	color: #767676;
}
hr {
	border-color: #907b53;
	height: 2px;
	margin-bottom: 50px;
	margin-top: 50px;
	width: 375px;
}
::selection {
	background: #967d4d;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
background:#967d4d;
color:#fff;
text-shadow:none;
}

@media screen and (min-width:768px) {
body {
	padding-bottom: 40px;
	padding-top: 65px;
}
}
#site-header {
	background-color: #fff;
	min-height: 65px;
	height: auto;
}
body.admin-bar #site-header {
	top: 32px;
}
#site-header .site-title {
	margin: 0;
	text-align: center;
	height: 65px;
	display: inline-block;
	float: left;
}
#site-header .site-title a {
	display: block;
	padding: 15px;
}
#site-header .site-title img {
	display: inline;
	width: 70px;
}
#site-header .main-header {
	text-align: right;
	height: 65px;
}
#site-header .main-header .search-toggle {
	display: inline-block;
}
#site-header .main-header .search-toggle .icon-search:before {
	content: ' ';
	background-image: url('../images/search.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px;
	display: inline-block;
	height: 65px;
	width: 50px;
}
#site-header .main-header .menu-button {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	top: 50px;
	left: 0;
	text-align: center;
	height: 65px;
	width: 50px;
}
#site-header .main-header .menu-button:before {
	content: ' ';
	background-image: url('../images/toggle.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: initial;
	display: inline-block;
	height: 65px;
	width: 50px;
}
#site-header .main-header .menu-button:focus {
	outline: 0;
}
.description p {
	margin-bottom: 0;
}
.lang_sel_list_horizontal {
	display: inline-block;
}
#lang_sel_list {
	padding-right: 20px;
	height: 65px;
}
#lang_sel_list a:after {
	background-color: transparent;
	color: #000;
	text-transform: uppercase;
	font-size: 16px;
	font-family: sans-serif;
	line-height: 65px;
	height: 65px;
}
#lang_sel_list li {
	height: 65px;
}
#lang_sel_list a.lang_sel_sel:after {
	color: #000;
}
#lang_sel_list a.lang_sel_other:hover:after {
	color: #000;
}
#lang_sel_list a.lang_sel_other:after {
	color: #c0c0c0;
}
#lang_sel_list .icl-fr a:after {
	content: 'FR';
}
#lang_sel_list .icl-en a:after {
	content: 'EN -';
}
body #lang_sel_list a {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

@media screen and (min-width:768px) {
#site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 65px;
	z-index: 350;
}
#site-header .site-title {
	text-align: left;
}
#site-header .main-header {
	text-align: right;
}
body.admin-bar #site-header {
	top: 46px;
}
}

@media screen and (min-width:783px) {
body.admin-bar #site-header {
	top: 32px;
}
}
#site-footer {
	background-color: rgba(0, 0, 0, 0.4);
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	min-height: 40px;
	line-height: 40px;
	height: auto;
	position: relative;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
#site-footer a {
	color: rgba(255, 255, 255, 0.3);
	display: inline-block;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
#site-footer .footer-info {
	font-size: 12px;
	text-align: center;
	line-height: 40px;
	height: auto;
}
#site-footer .footer-info li {
	display: inline;
	margin: 0 15px;
}
#site-footer .footer-rezo {
	font-size: 12px;
	text-align: center;
}

@media screen and (min-width:768px) {
#site-footer {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 250;
}
#site-footer:hover {
	background: rgba(0, 0, 0, 0.9);
}
#site-footer:hover a {
	color: rgba(255, 255, 255, 0.5);
}
#site-footer a:hover {
	color: #fff;
}
#site-footer .footer-info {
	text-align: left;
	height: 40px;
}
#site-footer .footer-rezo {
	text-align: right;
}
}
#primary-navigation-container {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 210;
	overflow: auto;
	height: 0;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: -1;
}
#primary-navigation-container.open {
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 210;
	height: 100%;
}
#primary-navigation {
	position: absolute;
	width: 980px;
	background: #fff;
	padding: 40px 20px;
	top: 20%;
	left: 50%;
	margin-left: -490px;
	margin-top: -40px;
	background: url(../images/bg-menu.png) no-repeat center bottom #fff;
	background-size: 100%;
	z-index: 310;
}
#primary-navigation .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: url(../images/icon-close.png) no-repeat center center;
	opacity: 1;
}
#primary-navigation .row-eq-height {
	display: table;
}
#primary-navigation [class*="col-"] {
	float: none;
	display: table-cell;
	vertical-align: middle;
}
.nav-status-menu {
	list-style: none;
	margin: 0;
}
.nav-status-menu li.status {
	width: 48%;
	background: grey;
	height: 220px;
	padding: 20px;
	display: inline-block;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin: 0 0 20px 0;
	z-index: 0;
}
.nav-status-menu li.status:before {
	background: rgba(0, 0, 0, .5);
	height: 100%;
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.nav-status-menu li.status span.title-container {
	display: block;
	overflow: hidden;
	position: relative;
}
.nav-status-menu li.status a {
	text-align: center;
	width: 100%;
	line-height: 180px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'DINPro-Bold';
	font-size: 24px;
	position: relative;
	padding: 0 10px;
	white-space: nowrap;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.nav-status-menu li.status a:before {
	background: url(../images/bg-title-status.png) repeat-x center center;
	height: 100%;
	content: " ";
	display: block;
	position: absolute;
	top: 0px;
	right: 100%;
	width: 60px;
}
.nav-status-menu li.status a:after {
	background: url(../images/bg-title-status.png) repeat-x center center;
	height: 100%;
	content: " ";
	display: block;
	position: absolute;
	top: 0px;
	left: 100%;
	width: 60px;
}
.nav-status-menu li.status .sub-menu {
	list-style: none;
	margin: 0;
	opacity: 0;
	height: 0;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.nav-status-menu li.status .sub-menu li {
	text-align: center;
	text-transform: uppercase;
}
.nav-status-menu li.status .sub-menu li a {
	color: #fff;
	text-decoration: none;
	line-height: initial;
	font-size: 16px;
	font-family: 'DINPro-Regular';
	display: block;
	line-height: 30px;
}
.nav-status-menu li.status .sub-menu li a:before, .nav-status-menu li.status .sub-menu li a:after {
	background: none;
}
.nav-status-menu li.learn, .nav-status-menu li.assert {
	margin-right: 20px;
}
.nav-status-menu li.begin, .nav-status-menu li.master {
	margin-right: 0;
}
.nav-status-menu li.assert, .nav-status-menu li.master {
	margin-bottom: 0;
}
.nav-status-menu li.learn {
	background: url(../images/bg-ilearn.png) no-repeat center top;
	background-size: cover;
}
.nav-status-menu li.begin {
	background: url(../images/bg-ibegin.png) no-repeat center top;
	background-size: cover;
}
.nav-status-menu li.assert {
	background: url(../images/bg-iassert.png) no-repeat center top;
	background-size: cover;
}
.nav-status-menu li.master {
	background: url(../images/bg-imaster.png) no-repeat center top;
	background-size: cover;
}
.nav-site-menu {
	text-align: center;
	position: relative;
	list-style: none;
	overflow: hidden;
}
.nav-site-menu li {
	height: 50px;
}
.nav-site-menu li a {
	color: #535353;
	font-family: "DINNextW01-CondensedMed";
	font-size: 28px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
#primary-navigation .social-share-area {
	position: absolute;
	display: block;
	bottom: 36px;
	right: 20px;
	text-align: right;
}
#primary-navigation .social-share-area ul {
	list-style: none;
}
#primary-navigation .social-share-area li {
	display: inline-block;
	margin-left: 4px;
}
#primary-navigation .social-share-area a {
	display: inline-block;
	width: 30px;
	height: 30px;
}
#primary-navigation .social-share-area .facebook a {
	background: url('../images/icon-social-share.png') no-repeat 10px center;
}
#primary-navigation .social-share-area .youtube a {
	background: url('../images/icon-social-share.png') no-repeat -35px center;
}
#primary-navigation .social-share-area .linkedin a {
	background: url('../images/icon-social-share.png') no-repeat -77px center;
}
#primary-navigation .social-share-area .twitter a {
	background: url('../images/icon-social-share.png') no-repeat -120px center;
}
#primary-navigation .social-share-area .viadeo a {
	background: url('../images/icon-social-share.png') no-repeat -165px center;
}
#primary-navigation .social-share-area .message a {
	background: url('../images/icon-social-share.png') no-repeat -207px center;
}
.menu-status li.status.open:before {
	border: 10px solid #967d4d;
}
.menu-status li.status.open .sub-menu li:focus {
	background-color: #967d4d;
}
.menu-status li.learn {
	background: url(../images/bg-ilearn.png) no-repeat center top;
	background-size: initial;
}
.menu-status li.begin {
	background: url(../images/bg-ibegin.png) no-repeat center top;
	background-size: initial;
}
.menu-status li.assert {
	background: url(../images/bg-iassert.png) no-repeat center top;
	background-size: initial;
}
.menu-status li.master {
	background: url(../images/bg-imaster.png) no-repeat center top;
	background-size: initial;
}

@media screen and (max-width:992px) {
#primary-navigation {
	width: 100%;
	padding: 40px 20px;
	top: 20%;
	left: 0;
	margin-left: 0;
	margin-top: 0;
}
.nav-status-menu li.status {
	width: 45%;
}
}

@media screen and (min-width:1025px) {
.menu-status {
	height: 220px;
	overflow: hidden;
	margin: 200px 0;
}
.menu-status .nav-status-menu {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: table;
	table-layout: fixed;
	border-spacing: 15px 0;
}
.menu-status .nav-status-menu li.status {
	width: auto;
	display: table-cell;
	vertical-align: top;
	background-size: initial;
}
.menu-status .nav-status-menu li.status:before {
	height: 220px;
}
.menu-status li.status {
	width: 24%;
}
}

@media screen and (max-width:1024px) {
.nav-status-menu li.learn {
	background: url(../images/bg-ilearn.jpg) no-repeat;
	background-position: center 20%;
}
.nav-status-menu li.begin {
	background: url(../images/bg-ibegin.jpg) no-repeat;
	background-position: center 30%;
}
.nav-status-menu li.assert {
	background: url(../images/bg-iassert.jpg) no-repeat;
	background-position: center 40%;
}
.nav-status-menu li.master {
	background: url(../images/bg-imaster.jpg) no-repeat;
	background-position: center 10%;
}
.nav-status-menu li.status {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-status-menu li.status.open {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-status-menu li.status.open::before {
	border: 10px solid #967d4d;
}
.nav-status-menu li.status.open ul.sub-menu {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	max-height: 100%;
	height: 120px;
	opacity: 1;
}
.nav-status-menu li.status.open ul.sub-menu li a {
	line-height: 30px;
}
.nav-status-menu li.status.open ul.sub-menu li.bg-gold {
	background-color: #967d4d;
}
}

@media screen and (max-width:768px) {
#primary-navigation .row-eq-height {
	display: block;
}
#primary-navigation [class*="col-"] {
	float: left;
	display: block;
}
.nav-status-menu li.status {
	width: 100%;
	height: 120px;
	margin: 10px 0;
}
.nav-status-menu li.status a {
	line-height: 80px;
}
.nav-status-menu li.status a:before, .nav-status-menu li.status a:after {
	width: 500px;
}
.nav-status-menu li.status.open {
	height: 100%;
}
.nav-status-menu li.status.open:before {
	border: 10px solid #967d4d;
}
.nav-status-menu li.status.open ul.sub-menu {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	max-height: 100%;
	height: 120px;
	opacity: 1;
}
.nav-status-menu li.status.open ul.sub-menu li a {
	line-height: 30px;
}
.nav-status-menu li.status.open ul.sub-menu li.bg-gold {
	background-color: #967d4d;
}
.menu-status li.status {
	height: 190px;
}
.menu-status li.status > span.title-container {
	line-height: 150px;
	transition: all 0.3s;
}
.menu-status li.status.open > span.title-container {
	line-height: 50px;
	height: 70px;
}
.nav-site-menu li.open a {
	font-size: 36px;
	position: relative;
	padding: 0 10px;
	text-decoration: none;
}
.nav-site-menu li.open a:before {
	background: url(../images/bg-title-status.png) repeat-x center center;
	height: 100%;
	content: " ";
	display: block;
	position: absolute;
	top: 0px;
	right: 100%;
	width: 500px;
}
.nav-site-menu li.open a:after {
	background: url(../images/bg-title-status.png) repeat-x center center;
	height: 100%;
	content: " ";
	display: block;
	position: absolute;
	top: 0px;
	left: 100%;
	width: 500px;
}
.menu-secondary-container {
	margin-top: 20px;
}
#primary-navigation .social-share-area {
	position: relative;
	display: block;
	bottom: 0;
	right: 0;
	margin-top: 20px;
	text-align: center;
}
}

@media screen and (min-width:769px) {
.nav-status-menu li.status.open::before, .nav-status-menu li.status:hover::before {
	border: 10px solid #967d4d;
}
.nav-status-menu li.status.open a, .nav-status-menu li.status:hover a {
	line-height: 50px;
}
.nav-status-menu li.status.open .sub-menu, .nav-status-menu li.status:hover .sub-menu {
	opacity: 1;
	height: 100%;
}
.sub-menu li .title-container::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0;
	left: 50%;
	background-color: #967d4d;
	transition: all 0.2s;
	opacity: 0;
}
.sub-menu li .title-container.open::before, .sub-menu li .title-container:hover::before {
	left: 0;
	right: 0;
	width: 100% !important;
	transition: all 0.5s;
	opacity: 1;
}
.nav-site-menu li a:hover {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	display: inline-block;
	padding: 0 10px;
	text-decoration: none;
}
.nav-site-menu li a:hover:before {
	background: url(../images/bg-title-status.png) repeat-x center center;
	height: 100%;
	content: " ";
	display: block;
	position: absolute;
	top: 0px;
	right: 100%;
	width: 35px;
}
.nav-site-menu li a:hover:after {
	background: url(../images/bg-title-status.png) repeat-x center center;
	height: 100%;
	content: " ";
	display: block;
	position: absolute;
	top: 0px;
	left: 100%;
	width: 35px;
}
.nav-status-menu li.status:hover .sub-menu {
	max-height: 100%;
}
}

@media screen and (min-width:768px) {
#primary-navigation .menu-tablet {
	float: none;
	display: table-cell;
	vertical-align: middle;
}
}
html {
	position: relative;
	min-height: 100%;
}
.main-content {
	width: 100%;
}
.content-title {
	font-size: 36px;
	line-height: 46px;
	color: #967d4d;
	text-align: center;
	font-family: 'DINPro-Bold', sans-serif;
	margin-top: 80px;
	margin-bottom: 40px;
	display: inline-block;
	width: 100%;
}
html #wpadminbar {
	margin-top: -46px;
}
.hide-border-right {
	padding: 0;
}

@media screen and (min-width:600px) {
html #wpadminbar {
	margin-top: 0;
}
}
.date-article {
	color: #967d4d;
	font-size: 14px;
	font-family: 'DINPro-Regular', sans-serif;
	text-align: center;
	text-transform: lowercase;
}
.entry-title {
	color: #967d4d;
	font-family: 'DINPro-Bold', sans-serif;
	font-size: 36px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
}

@media screen and (max-width:480px) {
.entry-title {
	font-size: 28px;
}
}
.entry-content p, .entry-content ul, .entry-content ol {
	font-family: 'DINPro-Regular', sans-serif;
	margin: 15px 0;
	font-size: 16px;
	line-height: 20px;
}
.entry-content h3 {
	font-size: 24px;
}
.entry-content ul, .entry-content ol {
	list-style: inherit;
	padding-left: 1.2em;
}
.entry-content img {
	max-width: 100%;
}
body.error404 {
	background: url('../images/bg-404.png') 50% 50% no-repeat #000;
}
.container-master-404 {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.container-404 {
	height: 322px;
	width: 90%;
	max-width: 500px;
}
.container-404 .title-404 {
	font-size: 72px;
	text-align: center;
	font-family: 'DINPro-Bold', sans-serif;
	margin: 0;
}
.container-404 .search-box {
	margin-bottom: 50px;
}

@media screen and (max-width:768px) {
.container-master-404 {
	position: relative;
	padding: 100px 0 20px 0;
}
}

@media screen and (max-width:600px) {
.search-box {
	position: relative;
}
.search-box .intro-search {
	max-width: 100%;
}
.search-box .search-field {
	width: 100%;
	display: block;
}
.search-box .search-submit {
	position: absolute;
	bottom: 0;
	right: 0;
}
.search-box .search-form label {
	float: none !important;
	padding-right: 50px;
	display: block;
	position: relative;
}
}
.page-status .btn-appl {
	text-align: center;
}
.page-status .btn-appl a {
	color: #fff;
	display: block;
	font-size: 25px;
	font-family: 'DINPro-Regular', sans-serif;
	border: 1px solid #fff;
	padding: 15px 80px;
	margin-top: 20px;
	text-decoration: none;
}
.page-status .btn-appl:hover {
	background: #fff;
}
.page-status .btn-appl:hover a {
	color: #000;
}
.page-status .appl-form {
	position: relative;
	opacity: 0;
	height: 0;
	overflow: hidden;
	z-index: -1;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.page-status .appl-form .container-form {
	background: #fff;
	padding: 40px 20px;
	top: 20%;
	left: 0;
	right: 0;
}
.page-status .appl-form .container-form .close-form {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: url(../images/icon-close.png) no-repeat center center;
	opacity: 1;
}
.page-status .appl-form.show {
	opacity: 1;
	height: auto;
	z-index: 250;
}
.form-status .gform_wrapper h3.gform_title {
	color: #967d4d;
	font-size: 36px;
	font-family: 'DINPro-Bold', sans-serif;
	text-align: center;
	margin-top: 70px;
}
.form-status .subtitle-form {
	padding-left: 15px;
}
.form-status .subtitle-form:first-child {
	margin-bottom: 0 !important;
}
.form-status .subtitle-form h2 {
	color: #967d4d;
	font-size: 24px;
	font-family: 'DINPro-Regular', sans-serif;
	border-bottom: 1px solid #967d4d;
	padding-bottom: 2px;
	margin-bottom: 0;
}
.form-status .gform_wrapper, .form-status .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .form-status .gform_wrapper li.gfield_html {
	max-width: 100%;
}
.form-status .gform_wrapper ul li.gfield {
	clear: none;
	margin-bottom: 25px;
	padding: 0;
}
.form-status .gform_wrapper .gform_footer {
	margin-top: 25px;
	padding: 0;
}
.form-status .ginput_container {
	background-color: #ccc;
	margin-top: 0 !important;
}
.form-status input, .form-status select, .form-status textarea {
	background: transparent;
	border: 0;
	font-family: 'DINPro-Regular', sans-serif !important;
	font-size: 20px !important;
	height: 80px;
}
.form-status input .placeholder, .form-status select .placeholder, .form-status textarea .placeholder {
	color: #fff;
}
.form-status input::-moz-placeholder, .form-status select::-moz-placeholder, .form-status textarea::-moz-placeholder {
color:#fff;
opacity:1;
}
.form-status input:-ms-input-placeholder, .form-status select:-ms-input-placeholder, .form-status textarea:-ms-input-placeholder {
color:#fff;
}
.form-status input::-webkit-input-placeholder, .form-status select::-webkit-input-placeholder, .form-status textarea::-webkit-input-placeholder {
color:#fff;
}
.form-status select {
	-webkit-appearance: none;
	border-radius: 0;
	position: relative;
	cursor: pointer;
	z-index: 10;
}
.form-status .gform_wrapper .top_label input.large, .form-status .gform_wrapper textarea.large, .form-status .gform_wrapper .top_label input.medium {
	width: 100%;
	padding-left: 40px;
}
.form-status .gform_wrapper .top_label input.medium {
	padding-left: 0;
}
.form-status .gform_wrapper .top_label select.large {
	color: #fff;
	padding-left: 80px;
	width: 100%;
}
.form-status .gform_wrapper textarea.large {
	padding-top: 35px;
	height: 185px;
}
.form-status .ginput_container_select:before {
	content: ' ';
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: 50%;
	left: 50px;
	width: 0;
	height: 0;
	z-index: 5;
}
.form-status .gform_footer {
	text-align: center;
}
.form-status .gform_footer .gform_button {
	background-color : #967d4d;
	border: 0;
	color: #fff;
	font-size: 20px;
	width: 100%;
}
.form-status .gform_confirmation_message {
	color: #000;
	font-size: 18px;
	text-align: center;
}
.form-status .gform_wrapper div.validation_error {
	text-align: center;
}
.form-status .gform_wrapper li.gfield.gfield_error {
	background-color: transparent;
	border: 0;
}
.form-status .gform_wrapper.gf_browser_chrome .gfield_error input[type=text] {
	margin-bottom: 0;
}
.form-status .gform_wrapper .top_label .gfield_error input.large {
	width: 100%;
}

@media screen and (min-width:768px) {
.form-status .gform_wrapper ul li.gfield {
	padding: 0 12px;
}
.form-status .gform_footer .gform_button {
	width: 375px;
}
}

@media screen and (min-width:992px) {
.page-status .btn-appl a {
	display: inline-block;
}
.page-status .btn-appl a:hover {
	background-color: #fff;
	color: #000;
}
.form-status .gform_wrapper li.file-form {
	margin-left: 8.33333% !important;
}
}
.share {
	display: inline-block;
}
.social-share li {
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
}
.social-share a {
	display: inline-block;
	vertical-align: middle;
	height: 35px;
	width: 35px;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.social-share a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.social-share .facebook a {
	background-image: url('../images/facebook.png');
}
.social-share .youtube a {
	background-image: url('../images/youtube.png');
}
.social-share .linkedin a {
	background-image: url('../images/linkedin.png');
}
.social-share .twitter a {
	background-image: url('../images/twitter.png');
}
.social-share .viadeo a {
	background-image: url('../images/viadeo.png');
}
.social-share .message a {
	background-image: url('../images/mail.png');
}
.addtoany_share_save_container .addtoany_header {
	color: #967d4d;
	border-bottom: 1px solid #967d4d;
	font-family: 'DINPro-Regular', sans-serif;
	font-size: 24px;
	padding-bottom: 2px;
	margin: 0;
}
.a2a_svg {
	border-radius: 0 !important;
}
.addtoany_share_save_container {
	margin: 0 !important;
}
.addtoany_share_save_container .addtoany_list {
	display: block;
	margin: 36px 0 70px 0;
}
.addtoany_share_save_container .addtoany_list a {
	background-color: #fff;
	display: block;
	padding: 0;
	margin-bottom: 20px;
	position: relative;
	height: 57px;
	-webkit-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
.addtoany_share_save_container .addtoany_list a:hover span {
	opacity: 1;
}
.addtoany_share_save_container .addtoany_list a .a2a_label {
	color: #000;
	font-size: 20px;
	font-family: 'DINPro-Regular', sans-serif;
	text-align: center;
	opacity: 1;
	-webkit-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.addtoany_share_save_container .addtoany_list a:hover .a2a_label {
	opacity: 0;
	-webkit-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}
.addtoany_share_save_container .addtoany_list .a2a_button_twitter:hover {
	background-color: #1da1f2;
}
.addtoany_share_save_container .addtoany_list .a2a_button_facebook:hover {
	background-color: #3a5795;
}
.addtoany_share_save_container .addtoany_list .a2a_button_linkedin:hover {
	background-color: #0177b5;
}
.addtoany_share_save_container .addtoany_list .a2a_button_viadeo:hover {
	background-color: #ff9c00;
}
.addtoany_share_save_container .addtoany_list .a2a_button_email:hover {
	background-color: red;
}
.addtoany_share_save_container .addtoany_list.a2a_kit_size_32 a > span {
	background-repeat: no-repeat;
	background-position: center;
	top: 0;
	left: 0;
	clip: auto;
	line-height: 57px;
	height: 57px;
	width: 100%;
}
.addtoany_share_save_container #shareForm {
	display: none;
	padding: 15px;
}
.addtoany_share_save_container #shareForm input {
	height: 40px;
	border: 0;
	margin-top: 10px;
	padding: 0 10px;
}
.addtoany_share_save_container #shareForm textarea {
	border: 0;
	margin-top: 10px;
}
.addtoany_share_save_container #shareForm .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
	display: inline-block;
}
.addtoany_share_save_container #shareForm input.wpcf7-submit {
	background: transparent;
	color: #fff;
	border: 1px solid #967d4d;
	text-decoration: none;
	display: inline-block;
	padding: 12px 70px;
}
.addtoany_share_save_container #shareForm input.wpcf7-submit:hover {
	color: #967d4d;
	background: #fff;
	margin: 10px 0 0 0;
	border-color: #fff;
}
.addtoany_share_save_container #shareForm .wpcf7-validation-errors {
	border: 1px solid #f00;
}
.addtoany_share_save_container #shareForm .wpcf7-mail-sent-ok {
	border: 1px solid #967d4d;
}

@media screen and (min-width:992px) {
.addtoany_share_save_container .addtoany_list a {
	margin-bottom: 0;
}
}
.search-box {
	margin-top: 18px;
}
.search-box .intro-search {
	background-color: #fff;
	color: #000;
	font-size: 16px;
	font-family: 'titillium_regular', sans-serif;
	padding: 10px 15px;
	margin: 0 auto;
	width: 500px;
}
.search-box .search-form {
	max-width: 500px;
	margin: 0 auto;
}
.search-box .search-form label {
	float: left;
}
.search-box .search-form .screen-reader-text {
	display: none;
}
.search-box .search-form .search-field {
	background-color: #1c1c1c;
	border: 0;
	padding-left: 15px;
	line-height: 50px;
	height: 50px;
	width: 450px;
	color: #535353;
}
.search-box .search-form .search-submit {
	background-color: #9a9a9a;
	border: 0;
	color: #fff;
	height: 50px;
	width: 50px;
}
.main-header .search-box-wrapper {
	display: inline-block !important;
	position: absolute;
	right: 15px;
	top: 65px;
	opacity: 1;
	height: 100px;
	margin-top: 18px;
	z-index: 50;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.main-header .search-box-wrapper .description {
	max-width: 500px;
	text-align: left;
	background-color: #fff;
	color: #000;
	padding: 18px;
	font-size: 16px;
	line-height: 18px;
	font-family: 'titillium_regular', sans-serif;
}
.main-header .search-box-wrapper .search-box {
	margin-top: 0;
}
.main-header .search-box-wrapper.hide {
	opacity: 0;
	filter: alpha(opacity=0);
	height: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
}
.main-header .search-form {
	float: right;
}

@media screen and (max-width:768px) {
.main-header .search-box-wrapper {
	right: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
	max-width: 360px;
	top: 100px;
}
.main-header .search-form {
	float: initial;
}
.main-header .search-form .search-field {
	padding-right: 50px;
}
.main-header .search-form .search-submit {
	position: absolute;
	right: 0;
}
}
.section-3 {
	padding-bottom: 255px;
}
.section-3 .effet01 {
	background-image: url(../images/effet01.png);
	background-size: 225px;
	height: 225px;
	margin-top: 106px;
}
.section-3 .effet02 {
	background-image: url(../images/effet02.png);
	background-size: 197px;
	height: 197px;
}
.section-3 .effet03 {
	background-image: url(../images/effet03.png);
	background-size: 265px;
	height: 125px;
}
.section-3 .effet-group {
	background-repeat: no-repeat;
	background-position: center center;
}
.section-3 .cadre-value {
	border: 1px solid #967d4d;
	margin-top: 50px;
	margin-bottom: 60px;
	padding-left: 15px;
	padding-right: 15px;
}
.section-3 .cadre-value .title-value {
	margin-top: -18px;
	margin-bottom: 70px;
	text-align: center;
	font-size: 36px;
	color: #fff;
	font-family: 'DINPro-Regular', sans-serif;
}
.section-3 .cadre-value .title-value span {
	background-color: #000;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 15px;
}
.section-3 .cadre-value .text_value {
	font-family: 'DINPro-Regular', sans-serif;
	text-align: center;
	margin-bottom: 50px;
}
.section-3 .cadre-value .text_value p {
	font-size: 16px;
	line-height: 24px;
}
.section-3 .cadre-value .text_value strong {
	color: #967d4d;
	font-size: 18px;
}

@media screen and (min-width:401px) {
.section-3 .effet03 {
	background-size: 355px;
	height: 175px;
}
}

@media screen and (min-width:673px) {
.section-3 .cadre-value {
	padding-left: 80px;
	padding-right: 80px;
}
.section-3 .cadre-value .text_value strong {
	color: #967d4d;
	font-size: 18px;
}
}

@media screen and (min-width:768px) {
.section-3 .effet03 {
	background-size: 465px;
	height: 225px;
}
.section-3 .cadre-value .title-value {
	margin-top: -15px;
}
.section-3 .cadre-value span {
	font-size: 36px;
}
}

@media screen and (min-width:992px) {
.section-3 .cadre-value {
	padding-left: 20px;
	padding-right: 20px;
}
.section-3 .cadre-value .text_value {
	text-align: initial;
	margin-bottom: 0;
}
.section-3 .cadre-value .container-value:first-child .text_value {
	padding-right: 40px;
}
.section-3 .cadre-value .container-value:nth-child(n+2):nth-child(-n+3) .text_value {
	padding-left: 40px;
}
}
.search-job-offer {
	overflow: hidden;
}
.search-job-offer .page-title {
	background: none;
	margin-top: 90px;
}
.search-job-offer .content-title {
	font-size: 30px;
	margin-top: 75px;
}
.search-job-offer .menu-status {
	margin-top: 110px;
	margin-bottom: 0;
}
.effect {
	background: url(../images/effet-group.png) repeat-x center top #000;
	display: block;
	min-width: 100%;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 160px;
	height: 101px;
	background-size: 100px;
}
.job-search-area {
	background-color: #fff;
}
.job-search-area .search-instructions {
	font-size: 30px;
	font-family: 'DINPro-Bold', sans-serif;
	color: #000;
	text-align: center;
	margin-bottom: 77px;
	margin-top: 155px;
}
.job-search-area .description {
	color: #967d4d;
	max-width: 775px;
	text-align: center;
	background-color: #fff;
	padding: 18px 0;
	font-size: 16px;
	line-height: 18px;
	margin: 0 auto;
	margin-bottom: 100px;
}
.job-search-area .job-search-form {
	display: block;
	max-width: 775px;
	width: 100%;
	margin: 110px auto;
}
.job-search-area .form-group.status-filter {
	max-width: 775px;
	width: 100%;
	display: block;
	height: 70px;
	margin: 0;
	border-bottom: 0;
}
.job-search-area .form-group.status-filter .radio-inline {
	display: inline-block;
	width: 20%;
	height: 100%;
	float: left;
	background-color: #404040;
	text-align: center;
	font-family: 'DINPro-Regular', sans-serif;
	border-right: 1px solid #ccc;
	padding: 0;
	margin: 0;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
.job-search-area .form-group.status-filter .radio-inline:hover, .job-search-area .form-group.status-filter .radio-inline:focus {
	background-color: #967d4d;
}
.job-search-area .form-group.status-filter .radio-inline label {
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 18px;
	display: block;
	line-height: 70px;
}
.job-search-area .form-group.status-filter .radio-inline label span {
	display: inline-block;
	line-height: 24px;
	margin-top: -10px;
	vertical-align: middle;
}
.job-search-area .form-group.status-filter .radio-inline input[type=radio] {
	opacity: 0;
	filter: alpha(opacity=0);
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.job-search-area .form-group.status-filter input:checked + label, .job-search-area .form-group.status-filter .bg-dore {
	background-color: #967d4d;
}
.job-search-area .form-group.status-filter .radio-inline:last-of-type {
	border-right: 0px;
}
.job-search-area .form-group.search-fields {
	display: inline-block;
	position: relative;
	width: 100%;
}
.job-search-area input {
	border: 0;
	border-collapse: collapse;
	float: left;
	border-radius: 0;
}
form#job-search {
	position: relative;
}
form#job-search .select {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
form#job-search select {
	width: 49%;
	background: url(../images/select-arrow.png) no-repeat 15px center #ccc;
	border-radius: 0px;
	border: 0;
	-webkit-appearance: initial;
	padding: 0 0 0 35px;
	height: 75px;
	color: #fff;
	font-size: 24px;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
form#job-search select:focus {
	outline: none;
}
form#job-search #expertise {
	float: left;
}
form#job-search #localisation {
	float: right;
}
form#job-search .select2-container {
	width: 100% !important;
	margin-bottom: 20px;
}
form#job-search .select2-container:last-child {
	float: right;
}
form#job-search .select2-selection {
	background: url('../images/select-arrow.png') no-repeat 15px center #ccc;
	border: none;
	border-radius: 0;
	height: 75px;
}
form#job-search .select2-selection__rendered {
	line-height: 75px;
	padding-left: 40px;
	padding-right: 10px;
	color: #fff;
	font-size: 24px;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
form#job-search .select2-selection__arrow {
	display: none;
}
.select2-search {
	display: none;
}
.select2-results__options {
	color: black;
}
.select2-container--open .select2-dropdown {
	background-color: #fff;
	border-color: #ccc;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #aaa;
	color: white;
}
#search {
	background-color: #ccc;
	color: #fff;
	line-height: 75px;
	height: 75px;
	max-width: 700px;
	width: 100%;
	padding: 0 75px 0 20px;
}
#submit {
	background-color: #967d4d;
	height: 75px;
	width: 75px;
	color: #fff;
	font-size: 24px;
	position: absolute;
	right: 0;
}
.status-error-message {
	max-height: 0;
	overflow: hidden;
	color: #000;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.status-error .status-error-message {
	max-height: 100px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.status-error-message p {
	text-align: center;
	padding: 20px 0;
	margin: 0;
}

@media screen and (max-width:640px) {
.job-search-area form#job-search .select select {
	padding: 0 0 0 50px;
}
.job-search-area .description {
	text-align: center;
}
.job-search-area .job-search-form {
	margin: 50px auto 0;
}
.job-search-area form#job-search .select select {
	font-size: 16px;
	transition: all 0.5s;
}
.job-search-area .form-group.status-filter .radio-inline {
	display: inline-block;
	width: 50%;
	border: none;
	font-size: 18px;
	margin: 0;
	transition: all 0.5s;
}
.job-search-area .form-group.status-filter .radio-inline:last-of-type {
	width: 100%;
}
.job-search-area .form-group.status-filter .radio-inline:first-child, .job-search-area .form-group.status-filter .radio-inline:nth-child(3n+2) {
	background-color: #4c4c4c;
}
.job-search-area .form-group.status-filter .radio-inline:focus {
	background-color: #967d4d;
}
}

@media screen and (min-width:769px) {
.search-job-offer .menu-status {
	margin-bottom: 90px;
}
.effect {
	height: 203px;
	background-size: 200px;
}
.job-search-area .job-search-form {
	margin-bottom: 225px;
	margin-top: 0;
}
.job-search-area .form-group.status-filter .radio-inline label {
	font-size: 24px;
}
.job-search-area .description {
	text-align: left;
	margin-bottom: 0;
}
.job-search-area .search-instructions {
	margin-top: 190px;
}
form#job-search .select2-container {
	width: 49% !important;
}
}
.page-home .job-search-area .description {
	padding: 50px 0 30px 0;
	margin-bottom: 0;
}
.page-home .job-search-area .job-search-form {
	margin: 0 auto 30px;
}
.page-news .container-pagination, .archive-testimony .container-pagination {
	clear: both;
	font-family: 'DINPro-Regular';
	font-size: 18px;
	margin-bottom: 55px;
	height: 35px;
	margin-top: 60px;
}
.single-post .container-pagination .pagination {
	display: block;
	height: auto;
}
.pagination {
	color: #967d4d;
	display: block;
	position: relative;
}
.pagination a.prev.page-numbers, .pagination a.next.page-numbers, .pagination .prev-post a, .pagination .next-post a {
	border: 1px solid #967d4d;
	border-radius: 2px;
	color: #967d4d;
	display: inline-block;
	font-size: 18px;
	height: 35px;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	width: 35px;
}
.pagination a.prev.page-numbers:focus, .pagination a.next.page-numbers:focus, .pagination .prev-post a:focus, .pagination .next-post a:focus {
	color: #fff;
	border-color: #fff;
}
.pagination a.prev.page-numbers > span, .pagination a.next.page-numbers > span, .pagination .prev-post a > span, .pagination .next-post a > span {
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.pagination a.prev.page-numbers span span, .pagination a.next.page-numbers span span, .pagination .prev-post a span span, .pagination .next-post a span span {
	display: inline-block;
	font-family: 'DINPro-Light';
	font-size: 35px;
	text-align: center;
	width: 35px;
	height: 35px;
	line-height: 35px;
}
.pagination span a.prev.page-numbers, .pagination span a.next.page-numbers, .pagination span .prev-post a, .pagination span .next-post a {
	display: block;
	text-align: right;
}
.pagination span a.prev.page-numbers a, .pagination span a.next.page-numbers a, .pagination span .prev-post a a, .pagination span .next-post a a {
	border: 1px solid #967d4d;
	color: #967d4d;
	font-size: 18px;
	height: 35px;
	text-align: center;
	text-decoration: none;
	width: 20px;
}
.pagination a.next.page-numbers, .pagination .next-post a {
	float: right;
	position: absolute;
	right: 0;
}
.pagination a.next.page-numbers span span, .pagination .next-post a span span {
	float: right;
	padding-left: 5px;
	vertical-align: middle;
}
.pagination a.prev.page-numbers, .pagination .prev-post a {
	float: left;
	position: absolute;
	left: 0;
}
.pagination a.prev.page-numbers span span, .pagination .prev-post a span span {
	float: left;
	padding-right: 5px;
	vertical-align: middle;
}
.pagination .page-numbers {
	color: #967d4d;
	text-decoration: none;
}
.pagination .page-numbers:focus {
	color: #fff;
}
.pagination .page-numbers.current {
	color: #fff;
}

@media screen and (min-width:594px) {
.container-pagination .pagination a.prev.page-numbers, .container-pagination .pagination a.next.page-numbers {
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.container-pagination .pagination a.prev.page-numbers:hover, .container-pagination .pagination a.next.page-numbers:hover {
	border: 1px solid #967d4d;
	color: #967d4d;
	transition: all 0.2s ease;
	width: 150px;
}
}

@media screen and (min-width:1025px) {
.container-pagination .pagination .prev-post a, .container-pagination .pagination .next-post a {
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.container-pagination .pagination .prev-post a:hover, .container-pagination .pagination .next-post a:hover {
	border: 1px solid #967d4d;
	color: #967d4d;
	transition: all 0.2s ease;
	width: auto;
	background: #000;
}
.container-pagination .pagination .page-numbers:hover {
	color: #fff;
}
.container-pagination .pagination .prev-post a:hover {
	padding-right: 10px;
}
.container-pagination .pagination .next-post a:hover {
	padding-left: 10px;
}
}
.page-title {
	background-color: #967d4d;
	font-family: 'DINPro-Bold', sans-serif;
	text-align: center;
	font-size: 30px;
	line-height: 60px;
	margin: 0;
	margin-left: -15px;
	margin-right: -15px;
	transition: all 0.5s;
}
.page-title, .page-title a {
	color: #fff;
	text-decoration: none;
}
.page-title a:hover {
	text-decoration: underline;
	opacity: 0.9;
}

@media screen and (max-width:360px) {
.page-title {
	font-size: 20px;
	transition: all 0.5s;
}
}

@media screen and (min-width:760px) {
.page-title {
	font-size: 30px;
	line-height: 60px;
	height: 60px;
	transition: all 0.5s;
	height: 60px;
}
}
.news-area {
	background: url(../images/bg-news-section.png) no-repeat center -60px #967d4d;
}
.news-area .news .blog-title a, .news-area .news .more a {
	color: #fff;
}
.news-area .news .blog-title a::before, .news-area .news .more a::before, .news-area .news .blog-title a::after, .news-area .news .more a::after {
	background: url(../images/bg-title-news.png) repeat-x center center;
}
.news-area .news .date p {
	margin-bottom: 0;
}
.title h2 {
	color: #fff;
	border-bottom: 1px solid #fff;
	font-size: 25px;
	font-family: 'DINPro-Regular', sans-serif;
	margin-bottom: 30px;
	padding-bottom: 4px;
	margin-top: 30px;
}

@media screen and (max-width:460px) {
.news-area .news:nth-of-type(2n+1) {
	display: block;
}
.news-area .news:nth-of-type(2n) {
	display: none;
}
}

@media screen and (min-width:760px) {
.news-area {
	background-size: 100%;
	padding-bottom: 40px;
}
}
.blog-filter ul {
	list-style: none;
	width: 100%;
	text-align: center;
	line-height: 30px;
	height: 30px;
	margin-bottom: 80px;
}
.blog-filter ul h2 {
	font-size: 16px;
	font-weight: normal;
	font-family: 'DINPro-Regular', sans-serif;
	color: #fff;
	display: inline;
}
.blog-filter ul li {
	display: inline;
}
.blog-filter ul li:before {
	content: ' | ';
	margin: 0 5px;
}
.blog-filter ul li:first-child:before {
	content: '';
}
.blog-filter ul a {
	color: #fff;
	font-size: 18px;
	font-family: 'DINPro-Regular', sans-serif;
}
.blog-filter ul li.cat-communiques-de-presse.selected a {
	color: #967d4d;
}
.blog-filter ul li.cat-le-lab.selected a {
	color: #967d4d;
}
.blog-filter ul li.cat-technologies-ebusiness.selected a {
	color: #db1014;
}
.blog-filter ul li.cat-evenements.selected a {
	color: #967d4d;
}
.cat-evenements .blog-title a, .cat-communiques-de-presse .blog-title a, .cat-le-lab .blog-title a, .cat-evenements .more a, .cat-communiques-de-presse .more a, .cat-le-lab .more a {
	color: #967d4d;
}
.cat-evenements .blog-title a:before, .cat-communiques-de-presse .blog-title a:before, .cat-le-lab .blog-title a:before, .cat-evenements .more a:before, .cat-communiques-de-presse .more a:before, .cat-le-lab .more a:before, .cat-evenements .blog-title a:after, .cat-communiques-de-presse .blog-title a:after, .cat-le-lab .blog-title a:after, .cat-evenements .more a:after, .cat-communiques-de-presse .more a:after, .cat-le-lab .more a:after {
	background: url(../images/bg-line-gold.png) repeat-x center center;
}
.cat-technologies-ebusiness .blog-title a, .cat-technologies-ebusiness .more a {
	color: #db1014;
}
.cat-technologies-ebusiness .blog-title a:before, .cat-technologies-ebusiness .more a:before, .cat-technologies-ebusiness .blog-title a:after, .cat-technologies-ebusiness .more a:after {
	background: url(../images/bg-line-red.png) repeat-x center center;
}
.entry-title {
	margin: 40px 40px 30px;
}
.entry-meta {
	text-align: center;
	margin-bottom: 47px;
}
.entry-meta span {
	display: inline-block;
}
.entry-meta span a {
	color: #fff;
	font-size: 18px;
	font-family: 'DINPro-Regular', sans-serif;
}
.entry-content a {
	color: #967d4d;
}
.news-content {
	display: inline-block;
}
.news-content .date {
	color: #888585;
}
.news-content .date p {
	margin-bottom: 0;
}
.news {
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	height: 230px;
}
.news .blog-title {
	width: 200px;
	overflow: hidden;
	margin: 0 auto;
}
.news-content:hover > .news:not(:hover) {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.entry-date {
	color: #967d4d;
	font-size: 14px;
	text-align: center;
	font-family: 'DINPro-Regular', sans-serif;
	margin-top: 25px;
}
.introduction h3 {
	font-family: 'DINPro-Bold', sans-serif;
	font-size: 18px;
}
.introduction p {
	font-family: 'DINPro-Regular', sans-serif;
	font-size: 14px;
}
h2 {
	font-family: 'DINPro-Bold', sans-serif;
	font-size: 20px;
	color: #967d4d;
}
.button-article-link {
	margin-bottom: 60px;
}
a.article-link {
	padding: 3px 100px;
	background: transparent;
	border: 1px solid #967d4d;
	color: #967d4d;
	font-size: 18px;
	font-family: 'DINPro-Regular', sans-serif;
	text-align: center;
	max-width: 375px;
	height: 43px;
	line-height: 33px;
}

@media screen and (max-width:380px) {
a.article-link {
	padding: 5px;
	height: auto;
}
}
a.article-link:hover {
	text-decoration: none;
	background: #967d4d;
	color: #000;
}
.single-post .container-pagination {
	position: relative;
}
.single-post .pagination {
	position: absolute;
	width: 100%;
	top: 75px;
}
.single-post .pagination p {
	display: inline-block;
}
.date-article {
	margin-top: 25px;
}
.entry-content p {
	font-size: 16px;
	font-family: 'DINPro-Regular', sans-serif;
	line-height: 20px;
}
.entry-content iframe {
	width: 100%;
}
.content-news {
	height: 138px;
	overflow: hidden;
	line-height: 23px;
}
.blog-title, .post-categories {
	font-family: 'DINPro-Regular', sans-serif;
	text-align: center;
	position: relative;
	margin: 20px 0;
}
.blog-title a, .post-categories a {
	color: #fff;
	font-size: 12px;
	position: relative;
	padding: 0 4px;
	text-decoration: none;
}
.blog-title a:before, .post-categories a:before {
	content: ' ';
	position: absolute;
	right: 100%;
	top: 0;
	display: block;
	height: 100%;
	width: 100px;
	background: url(../images/bg-title-news.png) repeat-x center center;
}
.blog-title a:after, .post-categories a:after {
	background: url(../images/bg-title-news.png) repeat-x center center;
	height: 100%;
	content: " ";
	display: block;
	position: absolute;
	top: 0px;
	left: 100%;
	width: 100px;
}
.date {
	font-family: 'DINPro-Regular', sans-serif;
	font-size: 12px;
	color: #d1b98f;
}
h3.news-title {
	font-family: 'DINPro-Bold', sans-serif;
	margin-top: 11px;
	margin-bottom: 12px;
}
h3.news-title a {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
p.news-description {
	font-size: 14px;
	font-family: 'DINPro-Regular', sans-serif;
	overflow: hidden;
	text-overflow: ellipsis;
}
.more {
	text-align: center;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}
.more a {
	color: #fff;
	font-size: 12px;
	position: relative;
	padding: 0 4px;
}
.more a:hover {
	text-decoration: none;
}
.more a:before {
	content: ' ';
	position: absolute;
	right: 100%;
	top: 0;
	display: block;
	height: 100%;
	width: 70px;
	background: url(../images/bg-title-news.png) repeat-x center center;
}
.more a:after {
	background: url(../images/bg-title-news.png) repeat-x center center;
	height: 100%;
	content: " ";
	display: block;
	position: absolute;
	top: 0px;
	left: 100%;
	width: 70px;
}
.all-news {
	text-align: center;
	border-top: 1px solid #fff;
	margin-top: 10px;
	clear: both;
	margin-left: 15px;
	margin-right: 15px;
}
.all-news a {
	color: #fff;
	font-size: 12px;
	font-family: 'DINPro-Regular', sans-serif;
	line-height: 40px;
}
.archive .archive-title {
	background-color: #967d4d;
	color: #fff;
	font-family: 'DINPro-Bold', sans-serif;
	text-align: center;
	font-size: 30px;
	line-height: 60px;
	margin: 0;
	margin-left: -15px;
	margin-right: -15px;
	height: 60px;
}
.archive .date {
	text-align: left;
}
.archive .date p {
	margin-bottom: 0;
}

@media screen and (min-width:768px) {
.blog-filter ul {
	margin-bottom: 40px;
}
}
.page-status .key-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.page-status .key-content {
	margin-top: 15px;
	margin-bottom: 15px;
}
.page-status .key-numbers {
	text-align: center;
}
.page-status .key-numbers .numbers {
	font-family: 'DINPro-Bold', sans-serif;
	font-size: 34px;
	line-height: 40px;
	height: 50px;
	overflow: hidden;
	margin-bottom: 0;
	color: #f3f3f3;
}
.page-status .key-numbers .word {
	font-family: 'DINPro-Regular', sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	color: #f3f3f3;
}

@media screen and (min-width:768px) {
.page-status .key-container {
	height: auto;
}
}

@media screen and (min-width:1025px) {
.page-status .key-numbers {
	position: relative;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	font-size: 40px;
}
.page-status .key-numbers .word, .page-status .key-numbers .numbers {
	background-color: #000;
	position: relative;
	z-index: 5;
	color: #4d4d4d;
}
.page-status .key-numbers:hover {
	transform: scale(1.3);
	z-index: 10;
}
.page-status .key-numbers:hover .numbers {
	color: #fff;
}
.page-status .key-numbers:hover .word {
	color: #967d4d;
}
.page-status .key-numbers .key-angles1:before, .page-status .key-numbers .key-angles2:before, .page-status .key-numbers .key-angles1:after, .page-status .key-numbers .key-angles2:after {
	content: '';
	border: 1px solid #fff;
	position: absolute;
	opacity: 0;
	width: 50px;
	z-index: 1;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.page-status .key-numbers .key-angles1:before, .page-status .key-numbers .key-angles2:before {
	transform-origin: 100% 100%;
}
.page-status .key-numbers .key-angles1:after, .page-status .key-numbers .key-angles2:after {
	border-color: #967d4d;
	transform-origin: 0 0;
}
.page-status .key-numbers .key-angles1:before, .page-status .key-numbers .key-angles2:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.page-status .key-numbers .key-angles1:after, .page-status .key-numbers .key-angles2:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.page-status .key-numbers .key-angles1:before {
	bottom: 50%;
	right: 50%;
}
.page-status .key-numbers .key-angles2:before {
	top: 50%;
	right: 50%;
}
.page-status .key-numbers .key-angles1:after {
	bottom: 50%;
	left: 50%;
}
.page-status .key-numbers .key-angles2:after {
	top: 50%;
	left: 50%;
}
.page-status .key-numbers:hover .key-angles1:before {
	bottom: 100%;
	right: 100%;
}
.page-status .key-numbers:hover .key-angles2:before {
	top: 100%;
	right: 100%;
}
.page-status .key-numbers:hover .key-angles1:after {
	bottom: 100%;
	left: 100%;
}
.page-status .key-numbers:hover .key-angles2:after {
	top: 100%;
	left: 100%;
}
.page-status .key-numbers:hover .key-angles2:before, .page-status .key-numbers:hover .key-angles1:before, .page-status .key-numbers:hover .key-angles2:after, .page-status .key-numbers:hover .key-angles1:after {
	margin: 4px -26px;
	opacity: 1;
}
}

@media screen and (min-width:1200px) {
.page-status .key-container {
	height: 300px;
}
.page-status .key-container .key-content {
	margin-top: 120px;
	margin-bottom: 60px;
}
}
.page-status .testimony-container hr {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}
.page-status .testimony-container .video-testimony {
	height: auto;
	min-height: 315px;
	width: 100%;
	margin-bottom: 15px;
}
.page-status .testimony-container .testimony-content {
	height: auto;
}
.page-status .testimony-container .testimony-content .photo {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	width: 65px;
	height: 65px;
}
.page-status .testimony-container .testimony-content .photo a {
	display: block;
	width: 100%;
	height: 100%;
}
.page-status .testimony-container .testimony-content .testimony-info {
	position: relative;
	color: #967d4d;
	font-size: 14px;
	font-family: 'DINPro-Regular', sans-serif;
	letter-spacing: 1px;
	margin: 0;
	bottom: 0;
	text-align: left;
}
.page-status .testimony-container blockquote {
	text-align: left;
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #fff;
}
.page-status .testimony-container blockquote p:before {
	content: '" ';
}
.page-status .testimony-container blockquote p:after {
	content: ' "';
}
.page-status .testimony-container .all-testimonies {
	color: #967d4d;
	display: block;
	font-size: 18px;
	font-family: 'DINPro-Regular', sans-serif;
	text-align: center;
	margin-bottom: 100px;
}

@media screen and (max-width:380px) {
.page-status .testimony-container .video-testimony {
	min-height: 200px;
}
}

@media screen and (min-width:480px) {
.page-status .testimony-container blockquote {
	font-size: 24px;
	line-height: 30px;
}
}

@media screen and (min-width:381px) and (max-width:480px) {
.page-status .testimony-container .video-testimony {
	min-height: 260px;
}
}

@media screen and (min-width:480px) and (max-width:992px) {
.page-status .testimony-container {
	margin-top: 60px;
}
.page-status .testimony-container .video-testimony {
	min-height: 400px;
}
}

@media screen and (min-width:992px) {
.page-status .all-testimonies {
	margin-bottom: 0;
}
.page-status .testimony-container .video-testimony {
	min-height: 257px;
	margin-bottom: 70px;
}
}

@media screen and (min-width:1200px) {
.page-status .all-testimonies {
	margin-bottom: 0;
}
.page-status .testimony-container .video-testimony {
	min-height: 315px;
}
}
.job-offer-section .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (min-width:992px) {
.job-offer-section .col-md-4 {
	width: 33.3%;
}
}
.job-offer-section .title-black-section {
	color: #000;
	border-bottom: 1px solid #000;
	padding-bottom: 2px;
	font-size: 24px;
	font-family: 'DINPro-Regular', sans-serif;
	margin: 0;
	margin-top: 70px;
	margin-bottom: 20px;
}
.job-offer-section .block-jobs {
	border-bottom: 1px solid #000;
	margin-top: 30px;
	padding-bottom: 15px;
	padding-left: 80px;
	display: block;
	min-height: 108px;
}
.job-offer-section .block-jobs:focus, .job-offer-section .block-jobs:hover {
	text-decoration: none;
}
.job-offer-section .block-jobs .arrow-jobs {
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.job-offer-section .block-jobs .arrow-jobs:before, .job-offer-section .block-jobs .arrow-jobs:after {
	content: '';
	background-color: #000;
	display: block;
	position: absolute;
	height: 60px;
	width: 2px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform-origin: top center;
	-moz-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
}
.job-offer-section .block-jobs .arrow-jobs:before {
	top: 10px;
	left: -68px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.job-offer-section .block-jobs .arrow-jobs:after {
	left: -68px;
	top: 52px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.job-offer-section .block-jobs .date-published {
	color: #d1b98f;
	font-size: 12px;
	font-family: 'DINPro-Regular', sans-serif;
	margin-bottom: 5px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.job-offer-section .block-jobs .jobs {
	color: #000;
	text-transform: uppercase;
	font-size: 17px;
	height: auto;
	white-space: normal;
	word-break: break-word;
	font-family: 'DINPro-Bold', sans-serif;
	margin: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.job-offer-section .block-jobs .details-jobs {
	color: #000;
	font-size: 14px;
	font-family: 'DINPro-Bold', sans-serif;
	margin: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.job-offer-section .block-jobs:hover {
	border-color: #fff;
}
.job-offer-section .block-jobs:hover .arrow-jobs:before, .job-offer-section .block-jobs:hover .arrow-jobs:after {
	background-color: #fff;
	height: 57px;
}
.job-offer-section .block-jobs:hover .arrow-jobs:before {
	transform: rotate(-68deg);
}
.job-offer-section .block-jobs:hover .arrow-jobs:after {
	transform: rotate(-112deg);
}
.job-offer-section .block-jobs:hover .arrow-jobs .jobs {
	transform: translate(10px);
}
.job-offer-section .block-jobs:hover .date-published, .job-offer-section .block-jobs:hover .jobs, .job-offer-section .block-jobs:hover .details-jobs {
	color: #fff;
}
.job-offer-section .all-jobs {
	text-align: center;
	margin: 40px 0 0 0;
}
.job-offer-section .all-jobs a {
	color: #000;
	font-size: 18px;
	font-family: 'DINPro-Regular', sans-serif;
}
.effect-container {
	position: relative;
	z-index: 30;
}
.effect-container .mask {
	background: transparent;
	z-index: 30;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all, 0.2s;
	-o-transition: all, 0.2s;
	transition: all, 0.2s;
}
.effect-container.fademe .mask {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
.effect-container .effect-inner {
	position: absolute;
	top: -26px;
	left: 0;
	right: 0;
	height: 0;
}
.container-apply {
	text-align: center;
	padding: 55px 0 72px;
}
.single-post a.candidacy-button {
	display: none;
}
a.candidacy-button {
	border: 1px solid #fff;
	color: #fff;
	background: transparent;
	font-size: 20px;
	color: #fff;
	z-index: 20;
	position: relative;
	display: block;
	padding: 10px;
	margin: 0 30px;
	max-width: 90%;
}
a.candidacy-button:focus, a.candidacy-button:hover {
	color: #967d4d;
	background: #fff;
	text-decoration: none;
}
.applyform {
	position: static;
	top: 92px;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}
.applyform iframe {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.showform .applyform {
	display: block;
}
.applyform .close-form {
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background: url('../images/icon-close.png') 50% 50% no-repeat;
}
.btn-postulate {
	border: 1px solid #fff;
	color: #fff;
	background: transparent;
	font-size: 20px;
	color: #fff;
	display: inline-block;
	z-index: 20;
	position: relative;
	padding: 10px;
	margin: 0 30px;
	max-width: 90%;
	padding: 12px 70px;
}
.btn-postulate:focus, .btn-postulate:hover {
	color: #967d4d;
	background: #fff;
	text-decoration: none;
}
.free-candidacy-applyform {
	top: 157px;
	margin: 0;
}
.free-candidacy-applyform h1 {
	margin-top: 150px;
}

@media screen and (min-width:1025px) {
.el {
	background: url('../images/home-animations/img1.png') center center no-repeat;
	background-size: contain;
	width: 1500px;
	height: 1500px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-left: -750px;
	margin-top: -750px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.el1 {
	left: 0;
}
.el2 {
	left: 16.66667%;
}
.el3 {
	left: 33.33333%;
}
.el4 {
	left: 50%;
}
.el5 {
	left: 66.66667%;
}
.el6 {
	left: 83.33333%;
}
.el7 {
	left: 100%;
}
.action .el {
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.btn-postulate {
	display: none;
}
a.candidacy-button {
	display: inline-block;
	padding: 12px 70px;
	margin: 0;
}
.single-post a.candidacy-button {
	display: inline-block;
	padding: 12px 70px;
	margin: 0;
}
}
body a.free-candidacy-button, body .btn-postulate {
	display: inline-block;
}
body .effect-container {
	display: none;
}
body .effect-container.action, body .effect-container.showform, body .effect-container.fademe {
	display: block;
}
body .single-post a.candidacy-button {
	display: none;
}
.page-group hr {
	width: 100%;
	max-width: 375px;
}
.page-group .img-group {
	background-image: url(../images/bg-group.jpg);
	background-repeat: no-repeat;
	background-position: center 30%;
	padding-top: 145px;
	padding-bottom: 105px;
	position: relative;
	height: 480px;
	width: 100%;
	position: absolute;
	margin: 0 -15px;
	background-size: 200%;
}
.page-group .img-group:after {
	content: '';
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 43%, rgba(0, 0, 0, 0.7) 63%, #000 95%);
	background: -webkit-gradient(left top, left bottom, color-stop(43%, rgba(0, 0, 0, 0.3)), color-stop(63%, rgba(0, 0, 0, 0.7)), color-stop(95%, #000));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 43%, rgba(0, 0, 0, 0.7) 63%, #000 95%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 43%, rgba(0, 0, 0, 0.7) 63%, #000 95%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.3) 43%, rgba(0, 0, 0, 0.7) 63%, #000 95%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 43%, rgba(0, 0, 0, 0.7) 63%, #000 95%);
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
}
.page-group .text-group {
	text-align: center;
	font-size: 14px;
	font-family: 'DINPro-Regular', sans-serif;
	line-height: 18px;
}
.page-group .section-1 .logo-group {
	position: relative;
	margin-bottom: 25px;
	text-align: center;
	z-index: 15;
	margin-top: 65px;
}
.page-group .section-1 .logo-group img {
	width: auto;
	max-width: 100%;
}
.page-group .section-1 .info-group {
	position: relative;
	margin-bottom: 90px;
	text-align: center;
	text-shadow: -1px 2px 2px #000;
	margin-top: 140px;
	z-index: 15;
	font-family: 'DINPro-Regular', sans-serif;
}
.page-group .section-1 .info-group, .page-group .section-1 .info-group p {
	font-family: 'DINPro-Regular', sans-serif;
	font-size: 18px;
}
.page-group .section-1 .info-group h4 {
	font-size: 18px;
	margin: 0;
	line-height: 24px;
}
.page-group .section-1 .info-group p {
	font-family: 'DINPro-Regular', sans-serif;
	font-size: 16px;
	line-height: 20px;
}
.page-group .section-1 h1.info-group {
	font-weight: normal;
	margin-bottom: 0;
}
.page-group .section-1 .logo-brand {
	position: relative;
	text-align: center;
	z-index: 15;
}
.page-group .section-1 .logo-brand .logo-img {
	width: 180px;
}
.page-group .section-1 .logo-brand .descrip-brand {
	margin-top: 24px;
	font-size: 18px;
	line-height: 24px;
}
.page-group .section-1 .logo-brand-1, .page-group .section-1 .logo-brand-2, .page-group .section-1 .logo-brand-3 {
	margin-bottom: 60px;
}
.page-group .section-2 .video-group, .page-group .section-3 .video-group {
	height: 550px;
	width: 100%;
}
.wrapper-white {
	background-color: #fff;
	padding-bottom: 165px;
}
.wrapper-white .effet-group {
	background-image: url(../images/effet-group.png);
	background-size: 100px;
	background-repeat: repeat-x;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -100px;
	height: 100px;
}
.wrapper-white .title-mece {
	color: #967d4d;
	font-family: 'DINPro-Regular', sans-serif;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	margin-top: 165px;
}
.wrapper-white .text-color {
	color: #000;
}
.wrapper-white .container-mece {
	display: table;
	height: 150px;
}
.wrapper-white .logo-mece {
	height: 120px;
	overflow: hidden;
	text-align: center;
	overflow: hidden;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.wrapper-white .logo-mece img {
	width: auto;
	max-width: 100%;
	max-height: 100%;
}

@media screen and (min-width:320px) and (max-width:767px) {
.page-group .img-group {
	height: 330px;
}
.page-group .section-1 .info-group {
	margin-top: 70px;
}
}

@media screen and (min-width:768px) {
.page-group .img-group {
	background-position: center center;
	background-size: cover;
	padding-top: 105px;
	height: 680px;
}
.page-group .section-1 .info-group {
	margin-top: 0;
}
.page-group .section-1 .logo-brand-1 {
	margin-bottom: 0;
}
.wrapper-white .effet-group {
	background-size: 200px;
	margin-top: -200px;
	height: 200px;
}
}

@media screen and (min-width:992px) {
.page-group .section-1 .logo-brand .logo-img {
	width: 100%;
}
}
.page-template-contact {
	font-family: 'DINPro-Regular', sans-serif;
}
.contact-title-1, .contact-title-2, .bottom-link, .contact-company-list a, .contact-bottom-link a {
	color: #967d4d;
}
.contact-title-1 {
	font-size: 36px;
	font-weight: normal;
	font-family: 'DINPro-Regular', sans-serif;
}
.contact-title-2 {
	font-size: 24px;
	font-weight: normal;
	font-family: 'DINPro-Regular', sans-serif;
	text-transform: uppercase;
}
.contact-company-list, .contact-company-list h3 {
	font-size: 14px;
	font-weight: normal;
	font-family: 'DINPro-Regular', sans-serif;
}
.contact-company-list h3 {
	padding: 3px 0;
	margin: 0;
}
#contact-map {
	height: 655px;
	width: 100%;
}
#contact-map > .gm-style > .gmnoprint:last-child {
	position: absolute;
bottom:auto !mportant;
	right: auto !important;
	top: 30px !important;
	left: 28px !important;
}
.gm-style-iw {
	color: #967d4d;
	text-align: left;
	text-shadow: 0px 0px 1px #fff, 0px 0px 1px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff;
	font-family: 'DINPro-Regular', sans-serif;
	font-size: 20px !important;
	line-height: 25px;
	width: 300px;
}
.contact-master {
	position: relative;
	margin-top: 85px;
	margin-bottom: 15px;
	text-align: center;
}

@media screen and (min-width:768px) {
.contact-master {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	text-align: left;
}
.contact-master:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	border-left: 1px solid #fff;
}
}
.contact-master .contact-master-logo {
	position: relative;
}
.contact-master .contact-master-logo img {
	max-width: 100%;
}

@media screen and (max-width:767px) {
.contact-master .contact-master-logo {
	padding-bottom: 50px;
}
.contact-master .contact-master-logo img {
	max-width: 50%;
}
.contact-master .contact-master-logo:after {
	content: '';
	position: absolute;
	border-bottom: 1px solid #fff;
	bottom: 0;
	width: 160px;
	left: 50%;
	margin-left: -80px;
}
}
.contact-master .contact-master-text {
	font-size: 24px;
	line-height: 30px;
	padding: 10px 0 20px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

@media screen and (max-width:767px) {
.contact-master .contact-master-text {
	margin-top: 60px;
}
.contact-master .contact-master-text > div {
	margin: auto;
}
}
.contact-title-1 {
	text-align: center;
	margin: 60px 0;
}
.contact-title-2 {
	border-bottom: 1px solid #967d4d;
	padding-bottom: 15px;
	text-align: center;
}
.contact-company-list {
	margin: 0;
	list-style: none;
	margin-top: 10px;
}
.contact-company-list li {
	text-align: center;
	margin-bottom: 15px;
}
.contact-company-list-container:after {
	content: ' ';
	display: block;
	border-top: 1px solid #967d4d;
	margin: 0 15px;
}
.contact-company-list-container a {
	display: inline-block;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.contact-company-list-container a:focus {
	outline: 0;
}
.contact-company-list-container a span {
	background: #000;
	position: relative;
}
.contact-company-list-container a.active, .contact-company-list-container a:focus {
	color: #fff;
	text-decoration: none;
}
.contact-bottom-link {
	text-align: center;
	margin: 45px 0;
}

@media screen and (min-width:768px) {
.contact-company-list-container a span:after, .contact-company-list-container a span:before {
	content: ' ';
	position: absolute;
	width: 0;
	border-top: 1px solid #fff;
	top: 50%;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.contact-company-list-container a span:after {
	right: 50%;
	margin-right: 15px;
}
.contact-company-list-container a span:before {
	left: 50%;
	margin-left: 15px;
}
.contact-company-list-container a.active, .contact-company-list-container a:hover, .contact-company-list-container a:focus {
	-webkit-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
	color: #fff;
	text-decoration: none;
}
.contact-company-list-container a.active span:after, .contact-company-list-container a:hover span:after, .contact-company-list-container a:focus span:after, .contact-company-list-container a.active span:before, .contact-company-list-container a:hover span:before, .contact-company-list-container a:focus span:before {
	width: 40px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.contact-company-list-container a.active span:after, .contact-company-list-container a:hover span:after, .contact-company-list-container a:focus span:after {
	right: 100%;
}
.contact-company-list-container a.active span:before, .contact-company-list-container a:hover span:before, .contact-company-list-container a:focus span:before {
	left: 100%;
}
}
.home-main-presentation {
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	padding: 0;
}
.home-main-presentation .brand-logo {
	display: none;
}
.home-main-presentation-text {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 50px, #000 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 50px, #000 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 50px, #000 100%);
}
.home-main-presentation-text h1, .home-main-presentation-text h2 {
	color: #a68b5c;
	font-family: 'DINPro-Bold', sans-serif;
	text-shadow: 2px 2px 3px #000;
	margin-top: 0;
}
.home-main-presentation-text h1 {
	font-size: 30px;
	line-height: 32px;
}
.home-main-presentation-text p {
	font-size: 16px;
	line-height: 23px;
	font-family: 'DINPro-Regular', sans-serif;
	margin-bottom: 10px;
}
.home-main-presentation-text strong {
	color: #a68b5c;
}

@media screen and (max-width:768px) {
body {
	height: auto !important;
}
}

@media screen and (max-width:375px) {
.home-main-presentation {
	padding-top: 150px;
	background-size: 375px;
}
.home-main-presentation-text {
	padding: 75px 25px 5px 25px;
}
.home-main-presentation-text h1 {
	font-size: 20px;
	line-height: 22px;
}
}

@media screen and (min-width:376px) and (max-width:480px) {
.home-main-presentation {
	padding-top: 205px;
	background-size: 480px;
}
.home-main-presentation-text {
	padding: 75px 25px 5px 25px;
}
.home-main-presentation-text h1 {
	font-size: 20px;
	line-height: 22px;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
.home-main-presentation {
	padding-top: 275px;
	background-size: 600px;
}
.home-main-presentation-text {
	padding: 75px 40px 20px 40px;
}
}

@media screen and (min-width:601px) and (max-width:768px) {
.home-main-presentation {
	padding-top: 355px;
	background-size: 768px;
}
.home-main-presentation-text {
	padding: 75px 40px 20px 40px;
}
}

@media screen and (min-width:769px) {
.home-main-presentation {
	height: 660px;
	margin: auto;
}
.home-main-presentation:after {
	content: ' ';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 5;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.7) 63%, #000 95%);
	background: -webkit-gradient(left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0.1)), color-stop(63%, rgba(0, 0, 0, 0.7)), color-stop(95%, #000));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.7) 63%, #000 95%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.7) 63%, #000 95%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.7) 63%, #000 95%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.7) 63%, #000 95%);
}
.home-main-presentation .home-main-presentation-text {
	width: 100%;
	max-width: 850px;
	position: absolute;
	top: 170px;
	margin-left: -425px;
	left: 50%;
	z-index: 10;
}
.home-main-presentation .brand-logo {
	position: relative;
	width: 291px;
	height: 290px;
	display: block;
}
.home-main-presentation .presentation-c {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 310px;
	height: 290px;
	display: table;
}
.home-main-presentation .presentation-c2 {
	display: table-cell;
	vertical-align: middle;
}
.home-main-presentation .presentation {
	padding: 10px;
}
.home-main-presentation .presentation h1 {
	text-shadow: 1px 1px 1px #000;
}
.home-main-presentation .presentation p {
	margin-bottom: 0;
}
.home-main-presentation-text {
	position: absolute;
	top: 350px;
	background: transparent;
}
}

@media screen and (min-width:769px) and (max-width:851px) {
.home-main-presentation .home-main-presentation-text {
	max-width: 768px;
	margin-left: -384px;
}
.home-main-presentation .home-main-presentation-text h1 {
	font-size: 28px;
	line-height: 28px;
}
}

@media screen and (min-width:1200px) {
.home-main-presentation {
	height: 730px;
	background-position: 50% -41px;
}
.home-main-presentation .home-main-presentation-text {
	max-width: 938px;
	margin-left: -469px;
	top: 210px;
}
}

@media screen and (min-width:1537px) {
.home-main-presentation {
	background-size: 100%;
	background-position: 50% 50%;
}
.home-main-presentation .home-main-presentation-text {
	max-width: 100%;
	width: 60%;
	margin-left: auto;
	left: 20%;
}
}
.home-question {
	display: none;
}

@media screen and (max-width:1024px) {
.home-question {
	display: block;
	background: #967d4d;
	text-align: center;
	color: #fff;
	font-size: 48px;
font-family:;
	padding: 150px 20px 230px;
	margin: 102px 0;
	line-height: 50px;
	position: relative;
}
.home-question:before, .home-question:after {
	content: ' ';
	position: absolute;
	left: 0;
	right: 0;
	height: 105px;
	background-size: 100px;
	background-position: 50% 100%;
	background-repeat: repeat-x;
}
.home-question:before {
	bottom: 100%;
	background-image: url('../images/effet-dore.png');
}
.home-question:after {
	bottom: 0;
	background-image: url('../images/effet-rond.png');
}
}

@media screen and (min-width:768px) {
.home-question {
	margin-top: 250px;
}
}

@media screen and (max-width:1024px) {
.home-animations {
	display: none;
}
body {
	height: auto !important;
}
}

@media screen and (min-width:1025px) {
.home-animations {
	height: 4900px;
}
.home-animations-container .anchor {
	height: 500px;
}
.home-animations-container #anchor3 {
	margin-top: 500px;
}
.home-animations-container .tt {
	width: 50px;
	height: 50px;
	background: #555;
	position: absolute;
}
.home-animations-container #shape1, .home-animations-container #shape2, .home-animations-container #shape {
	position: fixed;
	top: 50%;
	margin-top: -750px;
	margin-left: -750px;
	height: 1500px;
	width: 1500px;
	background: url('../images/home-animations/img2.png') 50% 50%;
	background-size: cover;
}
.home-animations-container #shape {
	left: 50%;
	z-index: 99;
}
.home-animations-container #shape1 {
	left: 100%;
	z-index: 110;
}
.home-animations-container #shape2 {
	left: 0;
	z-index: 110;
}
.home-animations-container .logo {
	position: fixed;
	width: 295px;
	height: 295px;
	top: 50%;
	left: 50%;
	margin-left: -147px;
	margin-top: -147px;
	z-index: 150;
}
.home-animations-container .logo .part {
	position: absolute;
	width: 147px;
	height: 147px;
	background-image: url('../images/home-animations/logo.png');
	opacity: 0;
	filter: alpha(opacity=0);
}
.home-animations-container .logo .part1 {
	top: 0;
	left: 0;
	background-position: top left;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, -500, 0, 1);
}
.home-animations-container .logo .part2 {
	top: 0;
	right: 0;
	background-position: top right;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 500, -500, 0, 1);
}
.home-animations-container .logo .part3 {
	bottom: 0;
	left: 0;
	background-position: bottom left;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 500, 0, 1);
}
.home-animations-container .logo .part4 {
	bottom: 0;
	right: 0;
	background-position: bottom right;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 500, 500, 0, 1);
}
.home-animations-container .cover-right {
	position: fixed;
	background: url('../images/home-animations/cover-right.png');
	width: 2122px;
	height: 2123px;
	z-index: 100;
	top: 50%;
	left: 50%;
	margin-top: -1061px;
}
.home-animations-container .cover-left {
	position: fixed;
	background: url('../images/home-animations/cover-left.png');
	width: 2122px;
	height: 2123px;
	z-index: 100;
	top: 50%;
	right: 50%;
	margin-top: -1061px;
}
.home-animations-container .cover-full {
	background: #967d4d;
	position: fixed;
	top: 65px;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 190;
}
.admin-bar .home-animations-container .cover-full {
	top: 97px;
}
.home-animations-container .black-circle {
	position: fixed;
	top: 50%;
	margin-left: -25px;
	margin-top: -25px;
	width: 56px;
	height: 56px;
	z-index: 500;
	right: 100%;
	top: 85%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.home-animations-container .black-circle > div {
	position: absolute;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 18px solid #000;
}
.home-animations-container .black-circle .c1 {
	width: 20px;
	height: 20px;
	margin-left: 0px;
	margin-top: 0px;
}
.home-animations-container .black-circle .c2 {
	width: 80px;
	height: 80px;
	margin-left: -30px;
	margin-top: -30px;
}
.home-animations-container .black-circle .c3 {
	width: 140px;
	height: 140px;
	margin-left: -60px;
	margin-top: -60px;
}
.home-animations-container .black-circle .c4 {
	width: 200px;
	height: 200px;
	margin-left: -90px;
	margin-top: -90px;
}
.home-animations-container .black-circle .c5 {
	width: 260px;
	height: 260px;
	margin-left: -120px;
	margin-top: -120px;
}
.home-animations-container .black-circle .c6 {
	width: 320px;
	height: 320px;
	margin-left: -150px;
	margin-top: -150px;
}
.home-animations-container .black-circle .c7 {
	width: 380px;
	height: 380px;
	margin-left: -180px;
	margin-top: -180px;
}
.home-animations-container .black-circle .c8 {
	width: 440px;
	height: 440px;
	margin-left: -210px;
	margin-top: -210px;
}
.home-animations-container .black-circle .c9 {
	width: 500px;
	height: 500px;
	margin-left: -240px;
	margin-top: -240px;
}
.home-animations-container .black-circle .c10 {
	width: 560px;
	height: 560px;
	margin-left: -270px;
	margin-top: -270px;
}
.home-animations-container .black-circle .c11 {
	width: 620px;
	height: 620px;
	margin-left: -300px;
	margin-top: -300px;
}
.home-animations-container .black-circle .c12 {
	width: 680px;
	height: 680px;
	margin-left: -330px;
	margin-top: -330px;
}
.home-animations-container .black-circle .c1 {
	background: #000;
}
.home-animations-container .black-circle-2 {
	position: fixed;
	bottom: 10%;
	right: 0;
	margin-left: -25px;
	margin-top: -25px;
	width: 56px;
	height: 56px;
	z-index: 500;
	left: 100%;
	top: 85%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.home-animations-container .black-circle-2 > div {
	position: absolute;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 18px solid #000;
}
.home-animations-container .black-circle-2 .c1 {
	width: 20px;
	height: 20px;
	margin-left: 0px;
	margin-top: 0px;
}
.home-animations-container .black-circle-2 .c2 {
	width: 80px;
	height: 80px;
	margin-left: -30px;
	margin-top: -30px;
}
.home-animations-container .black-circle-2 .c3 {
	width: 140px;
	height: 140px;
	margin-left: -60px;
	margin-top: -60px;
}
.home-animations-container .black-circle-2 .c4 {
	width: 200px;
	height: 200px;
	margin-left: -90px;
	margin-top: -90px;
}
.home-animations-container .black-circle-2 .c5 {
	width: 260px;
	height: 260px;
	margin-left: -120px;
	margin-top: -120px;
}
.home-animations-container .black-circle-2 .c6 {
	width: 320px;
	height: 320px;
	margin-left: -150px;
	margin-top: -150px;
}
.home-animations-container .black-circle-2 .c7 {
	width: 380px;
	height: 380px;
	margin-left: -180px;
	margin-top: -180px;
}
.home-animations-container .black-circle-2 .c8 {
	width: 440px;
	height: 440px;
	margin-left: -210px;
	margin-top: -210px;
}
.home-animations-container .black-circle-2 .c9 {
	width: 500px;
	height: 500px;
	margin-left: -240px;
	margin-top: -240px;
}
.home-animations-container .black-circle-2 .c10 {
	width: 560px;
	height: 560px;
	margin-left: -270px;
	margin-top: -270px;
}
.home-animations-container .black-circle-2 .c11 {
	width: 620px;
	height: 620px;
	margin-left: -300px;
	margin-top: -300px;
}
.home-animations-container .black-circle-2 .c12 {
	width: 680px;
	height: 680px;
	margin-left: -330px;
	margin-top: -330px;
}
.home-animations-container .home-question-2 {
	position: fixed;
	top: 50%;
	height: 200px;
	line-height: 100px;
	margin-top: -100px;
	left: 0;
	right: 0;
	z-index: 191;
	text-align: center;
	font-family: 'DINPro-Regular', sans-serif;
	font-size: 97px;
	letter-spacing: -4px;
}
.home-animations-container .shape3-container {
	background: #967d4d;
	position: fixed;
	top: 65px;
	bottom: 0;
	right: 0;
	left: 0;
	overflow: hidden;
	z-index: 203;
}
.admin-bar .home-animations-container .shape3-container {
	top: 97px;
}
.home-animations-container #shape3-1, .home-animations-container #shape3-2 {
	position: absolute;
	bottom: 0;
	width: 1000px;
	height: 1131px;
}
.home-animations-container #shape3-1 {
	left: 0;
	background: url('../images/home-animations/img3-1.png');
	transform-origin: 0 100%;
}
.home-animations-container #shape3-2 {
	right: 0;
	background: url('../images/home-animations/img3-2.png');
	transform-origin: 100% 100%;
}
.home-animations-container #shape3-mask {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background: url('../images/home-animations/img3-mask.png');
	background-size: 100%;
	background-position: 50% 100%;
	background-repeat: no-repeat;
}
}
.page-status .img-status {
	background-image: url(../images/bg-status.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	width: 100%;
}
.page-status .img-status:after {
	content: '';
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 23%, rgba(0, 0, 0, 0.7) 50%, #000 95%);
	background: -webkit-gradient(left top, left bottom, color-stop(23%, rgba(0, 0, 0, 0.6)), color-stop(50%, rgba(0, 0, 0, 0.7)), color-stop(95%, #000));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 23%, rgba(0, 0, 0, 0.7) 50%, #000 95%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 23%, rgba(0, 0, 0, 0.7) 50%, #000 95%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6) 23%, rgba(0, 0, 0, 0.7) 50%, #000 95%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 23%, rgba(0, 0, 0, 0.7) 50%, #000 95%);
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
}
.page-status .container-for-pagination {
	position: relative;
}
.page-status .container-pagination {
	position: absolute;
	top: 80px;
	z-index: 25;
	left: 0;
	right: 5px;
}
.page-status .container-pagination p, .page-status .container-pagination .pagination {
	margin: 0;
}
.page-status .section-1 {
	position: relative;
	z-index: 20;
}
.page-status .section-1 .text-intro {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 150px;
}
.page-status .section-1 .text-intro h1 {
	color: #967d4d;
	font-family: 'DINPro-Bold', sans-serif;
	font-size: 30px;
	line-height: 32px;
	text-shadow: 2px 2px 3px #000;
	margin-top: 0;
}
.page-status .section-1 .text-intro p {
	font-size: 16px;
	line-height: 20px;
	font-family: 'DINPro-Regular', sans-serif;
	margin-bottom: 0;
}
.page-status .section-1 .text-intro strong {
	color: #967d4d;
}
.page-status .title-section {
	color: #967d4d;
	border-bottom: 1px solid #967d4d;
	padding-bottom: 2px;
	font-size: 24px;
	font-family: 'DINPro-Regular', sans-serif;
	margin-top: 0;
}
.page-status .partners-container {
	margin-top: 15px;
	margin-bottom: 30px;
}
.page-status .partners-container .partners {
	text-align: center;
	opacity: 0.9;
	overflow: hidden;
	line-height: 160px;
	height: 160px;
}
.page-status .partners-container .partners img {
	width: 180px;
	max-width: 100%;
}
.page-status .wrapper-dore {
	background-color: #967d4d;
}
.page-status .wrapper-dore .effet-dore {
	background-image: url(../images/effet-dore.png);
	background-color: #000;
	background-size: 100px;
	background-position: 50% 0;
	background-repeat: repeat-x;
	margin-left: -15px;
	margin-right: -15px;
	height: 100px;
}

@media screen and (min-width:768px) {
.page-status .img-status {
	padding-top: 145px;
	height: 620px;
}
.page-status .section-1 .text-intro {
	margin-top: 0;
	margin-bottom: 0;
}
.page-status .wrapper-dore .effet-dore {
	background-size: 200px;
	height: 200px;
}
}
.free-candidacy-title {
	font-size: 30px;
	font-family: 'DINPro-Bold', sans-serif;
	color: #000;
	text-align: center;
	margin-top: 150px;
	padding: 0 15px;
}

@media screen and (max-width:640px) {
.free-candidacy-title {
	margin-top: 45px;
}
}
#free-candidacy-select {
	width: auto;
	max-width: 440px;
	background: url(../images/select-arrow.png) no-repeat 15px center #ccc;
	border-radius: 0px;
	border: 0;
	-webkit-appearance: initial;
	padding: 0 35px 0 45px;
	height: 75px;
	color: #fff;
	font-size: 24px;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
}
#free-candidacy-select::-ms-expand {
display:none;
}
.free-candidacy-applyform-container {
	padding: 15px;
}
a.post-agency {
	border-radius: 0;
	background: #967d4d;
	border: 1px solid transparent;
	padding: 12px 10px;
	width: auto;
	max-width: 440px;
	color: white;
	text-decoration: none;
	font-size: 20px;
	display: none;
	margin: 20px auto;
}
a.post-agency:hover {
	background: #fff;
	border: 1px solid #967d4d;
	color: #967d4d;
}

@media screen and (min-width:1025px) {
.page-status {
	padding-top: 59px;
}
.page-status .partners-container {
	margin-top: 20px;
	margin-bottom: 40px;
}
.page-status .partners-container .partners {
	opacity: 0.4;
	line-height: 200px;
	height: 200px;
}
.page-status .partners-container .partners:hover {
	opacity: 1;
}
.page-status .partners-container .partners img {
	width: auto;
}
.page-status .page-title {
	position: fixed;
	top: 65px;
	left: 0;
	right: 0;
	z-index: 50;
}
.admin-bar .page-status .page-title {
	top: 97px;
}
}

/* FLOW-FLOW : PASCAL BOURHIS 2mai 2017 */
.page-template-social-wall .container {
    width: 100%;
}

/* TOUT LE RESTE CI-DESSOUS EST DESACTIVE CAR TOUT CE FAIT DIRECTEMENT DANS LE PLUGIN
#ff-stream-1 .ff-share-wrapper, #ff-stream-1 .ff-youtube .ff-share-wrapper {
	left: 315px !important;
	top: 5px !important;
}
#ff-stream-1 a {
	color: #378cff !important;
}
#ff-stream-1 .ff-item-cont {
	position: absolute;
	bottom: 0;
	padding : 0;
	height : 100%;
	width : 100%;
}
#ff-stream-1 .ff-userpic {
	width: 50px;
	height: 50px;
	border: 0;
	margin-left: 65px;
	display : inline-block;
}
#ff-stream-1 .ff-userpic .ff-icon {
	bottom: 0;
	left: -55px;
	width: 50px;
	height: 50px;
}
#ff-stream-1 .ff-icon-inner {
	line-height: 65px;
	font-size: 35px;
}
#ff-stream-1 .ff-icon-inner:after {
	width: 50px;
	height: 50px;
	line-height: 0;
	float: none;
}
#ff-stream-1 .ff-theme-flat .ff-content {
	height: 50px !important;
	background-color: rgba(255, 255, 255, 0.9);
	position: absolute;
	width: auto;
	bottom: 0;
	padding: 10px 10px 0 10px;
	margin: 0;
	font-family: 'DINPro-Regular', sans-serif;
	font-weight: bold;
	line-height: 16px;
	border-bottom: 10px solid rgba(255, 255, 255, 0.9);
}
#ff-stream-1 .ff-theme-flat .ff-content a {
	line-height: 16px !important;
}
#ff-stream-1 .ff-theme-flat .ff-icon-inner:after {
	line-height: 25px;
	width: 50px;
	height: 50px;
}
#ff-stream-1 .ff-no-image {
	min-height: 150px;
}
#ff-stream-1 h4 {
	background-color: rgba(255, 255, 255, 0.9);
}
#ff-stream-1 h4 a {
	color: #282828 !important;
}
#ff-stream-1 .ff-item-meta {
	position: absolute;
	text-align: left;
	width: 100%;
	height : 100%;
	padding-top: 10px;
}
#ff-stream-1 .ff-name {
	top: 0;
	padding-top: 10px;
	font-size: 23px;
	font-family: 'DINPro-Regular', sans-serif;
}
#ff-stream-1 .ff-nickname {
	top: 26px;
	padding-top : 5px;
	font-size: 14px;
}
#ff-stream-1 .ff-timestamp {
	position: absolute;
	left: 128px;
	display: inline-block;
	top: 45px;
}
#ff-stream-1 .ff-share-wrapper a, #ff-stream-1 .ff-mob-link {
	background-color: #ddd !important;
}
#ff-stream-1 .ff-youtube .picture-item__inner, #ff-stream-1 .ff-facebook .picture-item__inner {
	padding-top: 180px;
}
#ff-stream-1 .ff-youtube .ff-img-holder, #ff-stream-1 .ff-facebook .ff-img-holder {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
}
#ff-stream-1 .ff-youtube .ff-img-holder img, #ff-stream-1 .ff-facebook .ff-img-holder img {
	position: absolute;
	top: -40px;
}
#ff-stream-1 .ff-youtube .ff-item-cont, #ff-stream-1 .ff-facebook .ff-item-cont {
	position: static;
}
#ff-stream-1 .ff-youtube .ff-item-cont h4, #ff-stream-1 .ff-facebook .ff-item-cont h4 {
	padding-left: 10px;
	font-size: 16px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-transform: none;
	font-family: 'DINPro-Regular', sans-serif;
	font-weight: bold;
}
#ff-stream-1 .ff-youtube .ff-share-wrapper, #ff-stream-1 .ff-facebook .ff-share-wrapper {
	top: 0;
	left: 0;
}
#ff-stream-1 .ff-youtube .ff-content, #ff-stream-1 .ff-facebook .ff-content {
	position: relative;
	padding-top : 0;
}
#ff-stream-1 .ff-youtube .ff-userpic, #ff-stream-1 .ff-facebook .ff-userpic {
	position: absolute;
	top: 0;
	margin-top: 10px;
}
#ff-stream-1 .ff-youtube .ff-item-meta, #ff-stream-1 .ff-facebook .ff-item-meta {
	position: static;
}
#ff-stream-1 .ff-youtube .ff-name, #ff-stream-1 .ff-facebook .ff-name {
	left: 115px;
}
#ff-stream-1 .ff-youtube .ff-timestamp, #ff-stream-1 .ff-facebook .ff-timestamp {
	top: 35px;
}
#ff-stream-1 .ff-youtube .ff-img-holder + .ff-item-cont, #ff-stream-1 .ff-facebook .ff-img-holder + .ff-item-cont {
	margin: -50px 0 0;
}
#ff-stream-1 .ff-loadmore-wrapper .ff-btn {
	background-color: transparent !important;
	border-radius: 0;
	border: 1px solid #967d4d;
	color: #967d4d;
	font-family: 'DINPro-Regular', sans-serif;
	font-size: 18px;
	line-height: 28px;
}
#ff-stream-1 .ff-loadmore-wrapper .ff-btn:hover {
	background-color: #967d4d !important;
	color: #000;
}
#ff-stream-1-slideshow a {
	color: #378cff !important;
}
#ff-stream-1-slideshow .ff-name {
	color: #967d4d !important;
}
#ff-stream-1 .ff-item.in.ff-no-image .ff-item-cont:before {
	content: " ";
	background-position: center !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	position: absolute;
	height: 150px;
	width: 150px;
	top: 0;
	left: 50%;
	bottom: 0;
	margin-left: -75px;
}
#ff-stream-1 .ff-item.in.ff-no-image:nth-child(3n+1) .ff-item-cont:before {
	background: url(../images/effet01.png);
}
#ff-stream-1 .ff-item.in.ff-no-image:nth-child(3n+2) .ff-item-cont:before {
	background: url(../images/effet02.png);
}
#ff-stream-1 .ff-item.in.ff-no-image:nth-child(3n+3) .ff-item-cont:before {
	background: url(../images/effet03.png);
}
.ff-theme-flat.ff-style-2 .ff-item.ff-no-image {
	margin-top: 20px !important;
}
.ff-theme-flat.ff-style-2 .ff-item.ff-twitter.ff-no-image .ff-content {
	top: 80px;
}
#ff-stream-1 .ff-share-wrapper a:hover, #ff-stream-1 .ff-mob-link:hover, #ff-stream-1-slideshow .ff-share-wrapper a:hover {
	background-color: #967d4d !important;
}
#ff-stream-1 .ff-name, #ff-stream-1 .ff-nickname {
	display: inline-block;
	position: absolute;
	padding-left: 10px;
	text-shadow: 2px 2px 4px #000;
	color: #fff !important;
}
#ff-stream-1-slideshow li {
	background: #fff !important;
}
#ff-stream-1-slideshow .ff-share-wrapper a {
	background-color: #ddd !important;
}
*/
.testimony-bottom {
	position: relative;
}
.testimony-bottom .link-rezo {
	background-color: #000;
	text-align: center;
	margin: 0 auto;
	height: 30px;
	width: 150px;
}
.testimony-bottom .link-rezo:before {
	content: ' ';
	background-color: #967d4d;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	z-index: -1;
}
.testimony-bottom .link-rezo .link-linkedin, .testimony-bottom .link-rezo .link-twitter {
	display: inline-block;
	color: #967d4d;
	font-size: 20px;
	line-height: 30px;
	height: 30px;
}
.single-testimony .page-title {
	color: #fff;
	font-size: 30px;
	font-family: 'DINPro-Bold', sans-serif;
	text-align: center;
}
.single-testimony hr {
	margin-bottom: 20px;
	width: 100%;
}
.single-testimony .status {
	width: auto;
	margin-top: 80px;
	margin-bottom: 55px;
}
.single-testimony .status h1 span {
	font-size: 36px;
	font-family: 'DINPro-Bold', sans-serif;
}
.single-testimony .status h1 span::before, .single-testimony .status h1 span::after {
	background: none;
}
.single-testimony .video-testimony {
	width: 100%;
	height: 615px;
}
.single-testimony .photo {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	margin-bottom: 50px;
	width: 85px;
	height: 85px;
}
.single-testimony .testimony {
	color: #fff;
	font-size: 26px;
	font-family: 'DINPro-Regular', sans-serif;
	text-align: center;
	line-height: 34px;
	max-height: 100%;
}
.single-testimony .testimony:before {
	content: '“';
}
.single-testimony .testimony:after {
	content: '”';
}
.single-testimony .testimony-info {
	color: #967d4d;
	font-size: 14px;
	font-family: 'DINPro-Regular', sans-serif;
	letter-spacing: 1px;
	text-align: center;
	margin: 0;
}
.single-testimony .bottom-line {
	height: 1px;
	margin: 60px 0;
}
.single-testimony .testimony-bottom {
	margin: 30px 0;
}
.archive-testimony > .container > .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.testimony-content blockquote {
	min-height: 0;
	height: auto;
	max-height: 120px;
}
.status-filter {
	display: block;
	width: 100%;
}
.status-filter ul {
	text-align: center;
}
.status-filter ul li {
	display: inline-block;
}
.status-filter ul li a {
	color: #ccc;
	font-size: 18px;
	font-family: 'DINPro-Regular', sans-serif;
}
.status-filter ul li a.selected {
	color: #967d4d;
}
.testimony-item {
	height: auto;
	padding-bottom: 20px;
}
.testimony-item .testimony-bottom {
	position: absolute;
	width: 230px;
	margin: 0 auto;
	right: 0;
	left: 0;
	bottom: 0;
}
.testimony-item .testimony-bottom .link-rezo {
	width: 60px;
	height: 20px;
}
.testimony-item .testimony-bottom .link-rezo .link-linkedin, .testimony-item .testimony-bottom .link-rezo .link-twitter {
	line-height: 20px;
	height: 20px;
}
.status {
	width: 230px;
	overflow: hidden;
	margin: 0 auto;
}
.status h1 {
	font-family: 'DINPro-Regular', sans-serif;
	text-align: center;
	position: relative;
	margin: 20px 0;
	color: #967d4d;
	font-size: 16px;
}
.status h1 span {
	position: relative;
	padding: 0 5px;
}
.status h1 span:before {
	content: ' ';
	position: absolute;
	right: 100%;
	top: 0;
	display: block;
	height: 100%;
	width: 100px;
	background: url(../images/bg-line-gold.png) repeat-x center center;
}
.status h1 span:after {
	background: url(../images/bg-line-gold.png) repeat-x center center;
	height: 100%;
	content: " ";
	display: block;
	position: absolute;
	top: 0px;
	left: 100%;
	width: 100px;
}
.photo {
	display: block;
	width: 65px;
	height: 65px;
	margin: 0 auto;
	border-radius: 50%;
	margin-bottom: 30px;
}
.photo a {
	display: block;
	width: 100%;
	height: 100%;
}
blockquote {
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	min-height: 270px;
	max-height: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}

@media screen and (max-width:1200px) {
blockquote {
	min-height: 350px;
}
}

@media screen and (max-width:990px) {
blockquote {
	min-height: 300px;
}
}

@media screen and (max-width:768px) {
blockquote {
	min-height: auto;
	height: auto;
}
}
.entry-content blockquote a {
	color: #fff;
}
.testimony-info {
	font-size: 14px;
	text-align: center;
	color: #967d4d;
	position: relative;
}
.bottom-line {
	background: url(../images/bg-line-gold.png) repeat-x center center;
	display: block;
	width: 100%;
	height: 20px;
}
.thumbnail {
	min-height: 100%;
	width: 100%;
	height: 240px;
	border: 0;
	border-radius: 0;
	background: none;
	padding: 0;
}
.thumbnail a {
	display: block;
	width: 100%;
	height: 100%;
}
iframe.video-testimony {
	width: 100% !important;
	height: 270px;
}
iframe.video-testimony .ytp-chrome-top {
	display: none !important;
}
iframe.video-testimony body img {
	width: 100% !important;
}
.single-temoignage .container-pagination {
	display: inline-block;
	width: 100%;
	height: 50px;
	margin-bottom: 30px;
	margin-top: 50px;
}

@media screen and (min-width:769px) {
.testimony-info {
	margin-bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}
}

@media screen and (max-width:760px) {
.single-testimony .video-testimony {
	height: auto;
	min-height: 400px;
}
.single-testimony .status {
	margin: 20px 0;
}
}
.search-results .page-header {
	margin: 0;
	border: 0;
}
.search-results .news {
	height: auto;
	border-bottom: 1px solid #967d4d;
	padding: 20px 0;
}
.search-results .date p {
	margin-bottom: 0;
}
.search-results .news-description {
	margin-bottom: 0;
}
.search-results .posts-results {
	display: inline-block;
}
.search-results .pagination {
	line-height: 35px;
}
.search-results .pagination a.prev, .search-results .pagination a.next {
	border: 1px solid #967d4d;
	color: #967d4d;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
}
.search-with-no-results-message {
	text-align: center;
	margin-top: 50px;
}
.search-result-container {
	background-color: #967d4d;
	padding-top: 80px;
}
.search-result-container .content-title {
	margin: 110px 0;
}
.search-result-container .effect {
	background: url(../images/effet-black.png) repeat-x center bottom;
	display: block;
	min-width: 100%;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 160px;
	height: 101px;
	background-size: 100px;
}
.description p {
	margin-bottom: 0;
}
.search-filters {
	background: #fff;
	height: 85px;
	max-width: 975px;
	margin: 0 auto;
	display: table;
	width: 100%;
	margin-top: 75px;
}
.search-filters li {
	color: #000;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'DINPro-Regular', sans-serif;
}
.job-offer-section {
	margin-top: 30px;
}
.result-job-offer .title-black-section, .result-job-offer .all-jobs {
	display: none;
}

@media screen and (min-width:769px) {
.search-result-container .content-title {
	margin: 110px 0;
}
.search-result-container .effect {
	background-size: 200px;
	height: 203px;
}
}
.jobdescriptionpart {
	font-size: 16px;
	line-height: 20px;
	margin-top: 20px;
	font-family: 'DINPro-Regular', sans-serif;
}
.jobdescriptionpart p, .jobdescriptionpart ul, .jobdescriptionpart ol {
	margin: 15px 0;
	font-size: 16px;
	line-height: 20px;
}
.jobdescriptionpart h2 {
	color: #967d4d;
	border-bottom: 1px solid #967d4d;
	font-family: 'DINPro-Regular', sans-serif;
	font-size: 24px;
	padding-bottom: 4px;
	margin: 0 0 20px 0;
}
.jobdescriptionpart ul, .jobdescriptionpart ol {
	list-style: inherit;
	padding-left: 1.2em;
}
#single-job-offer-map {
	width: 100%;
	height: 300px;
	margin-top: 15px;
	margin-bottom: 20px;
}
.job-entry-title {
	text-transform: uppercase;
	color: #fff;
}
.job-entry-title span {
	color: #967d4d;
}
.job-cartouche {
	text-align: center;
}
.job-cartouche:before, .job-cartouche:after {
	content: " ";
	display: table;
}
.job-cartouche:after {
	clear: both;
}
.job-cartouche .part1, .job-cartouche .part2 {
	width: 50%;
	padding: 0 10px;
	float: left;
}
.job-cartouche .part1 {
	text-align: right;
	padding-right: 30px;
}
.job-cartouche .part2 {
	padding-left: 30px;
	border-left: 1px solid #fff;
	text-align: left;
}

@media screen and (min-width:768px) {
.part1 {
	padding-right: 100px;
}
.part2 {
	padding-left: 100px;
}
}
.page-legal-notices .content {
	margin-top: 50px;
}
.title-sponsor {
	display: block;
	width: auto;
	margin-top: 80px;
	margin-bottom: 55px;
}
.title-sponsor h1 {
	text-align: center;
	position: relative;
	margin: 20px 0;
	color: #967d4d;
	font-size: 36px;
	font-family: 'DINPro-Bold', sans-serif;
}
.logo-sponsor {
	display: block;
	width: 250px;
	height: 200px;
	margin: 0 auto;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
