/*
Theme Name: Eldora
Author: Fabio Ayala
Author URI: https://www.scandolagency.ch/
Description: Clean theme setup
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eldora

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Typography
 * 3.0 - Elements
 * 4.0 - Forms
 * 5.0 - Header
 * 6.0 - Content
 * 7.0 - Footer
 * 8.0 - Media Queries



/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

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;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #1a1a1a;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}


a:focus,
a:hover,
a:active {
	outline: 0 !important;
	color: #bcbcbc !important;
	text-decoration: none !important;
}

.btn:focus, .btn:active:focus, .btn.active:focus { outline: none; }

a img {
	border: 0;
	outline: 0 !important;
}

.ytp-chrome-top-buttons,
.ytp-title-text {
	display: none !important;
}


/**
 * 2.0 Typography
 */

body,
button,
input,
select,
textarea {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	line-height: 20px;
}

button,
input,
select,
textarea {
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 300;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
}

li {
	margin: 0;
	padding: 0 0 5px 0;
}

a {
	outline: none !important;
	color: #e8c560;
}

a:hover {
	text-decoration: none;
	color: #bcbcbc;
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #fff;
	color: rgba(255, 255, 255, 0.8);
	font-size: 18px;
	font-style: italic;
	line-height: 24px;
	margin-bottom: 15px;
}

blockquote p {
	margin: 0;
	padding: 0 0 10px 0;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #ddd;
	font-size: 15px;
	font-size: 1.2rem;
	font-family: "Noto Sans", sans-serif;
	line-height: 1.2;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0;
	padding: 0 0 15px 0;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(255, 255, 255, 0.2);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.2);
	line-height: 1.2;
	margin-bottom: 20px;
	max-width: 100%;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/**
 * 3.0 Elements
 */

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.2);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 0 0 15px 25px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.2);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.7);
	font-style: italic;
}

:-moz-placeholder {
	color: rgba(0, 0, 0, 0.7);
	font-style: italic;
}

::-moz-placeholder {
	color: rgba(0, 0, 0, 0.7);
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
	font-style: italic;
}

:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.7);
	font-style: italic;
}


/**
 * 5.0 Forms
 */

button,
input,
select,
textarea {
	background-color: #f7f7f7;
	border-radius: 0;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333;
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0.7917em 1.5em;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	outline: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.375em;
	width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
	padding: 0;
}

.inner {
	display: block;
	width: 1160px;
	max-width: 100%;
	margin: 0 auto;
}

img { -ms-interpolation-mode: bicubic; }


/**
 * 5.0 Header
 */

.header {
	display: block;
	height: auto;
	width: 100%;
	padding: 0 20px;
	z-index: 9999;
}

.header .inner {
	min-height: 99px;
	position: relative;
}

.header .logo {
	display: block;
	margin: 10px 60px 0 0;
	padding: 0;
	width: 50px;
	float: left;
}

.header .logo a {
	display: block;
}

.header .logo .img {
	width: 100%;
}

.header .toggle {
	display: none;
	position: absolute;
	top: 40px;
	right: 180px;
	width: 40px;
	height: auto;
	cursor: pointer;
}

.header .toggle img {
	width: 100%;
}

.header .toggle .close-menu {
	display: none;
}

.header .menu_top {
	display: block;
	float: left;
}

.header .menu_top ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.header .menu_top ul li {
	float: left;
	display: block;
	width: auto;
	padding: 0;
	margin: 0;
	position: relative;
}

.header .menu_top ul li a {
	display: block;
	margin: 0;
	padding: 0 22px;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	color: #808080;
	height: 99px;
	line-height: 117px;
	background: transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header .menu_top ul li.current-menu-item ul li a:hover,
.header .menu_top ul li.current-page-ancestor ul li.current-menu-item a,
.header .menu_top ul li.current-page-ancestor ul li a:hover,
.header .menu_top ul li.current-menu-item a,
.header .menu_top ul li.current-page-ancestor a,
.header .menu_top ul li a:hover {
	text-decoration: none;
	color: #debc5b;
	background: #413a27;
}

.header .menu_top ul li:hover > ul {
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header .menu_top ul li ul {
	display: none;
	position: absolute;
	z-index: 9999;
	width: auto;
	min-width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header .menu_top ul li ul li {
	float: none;
	background: #282210;
}

.header .menu_top ul li.current-menu-item ul li a,
.header .menu_top ul li.current-page-ancestor ul li a,
.header .menu_top ul li ul li a {
	color: #808080;
	line-height: 17px;
	height: auto;
	white-space: nowrap;
	padding: 10px 22px;
	background: transparent;
}



.header .lng_menu {
	display: block;
	width: 60px;
	height: 20px;
	position: absolute;
	top: 48px;
	right: 105px;
	z-index: 2;
	text-align: center;
}

.header .lng_menu ul {
	list-style: none;
	width: auto;
	display: block;
	padding: 0;
	margin: 0;
}

.header .lng_menu ul li {
	display: inline-block;
	font-size: 13px;
	line-height: 17px;
	text-transform: uppercase;
	color: #debc5b;
	font-weight: 500;
	padding: 0 5px;
	letter-spacing: 0.03em;
}

.header .lng_menu ul li.link1 {
	border-right: 1px solid #debc5b;
}

.header .lng_menu ul li a {
	text-decoration: none;
	font-size: 13px;
	line-height: 17px;
	text-transform: uppercase;
	color: #777;
	font-weight: 400;
	letter-spacing: 0.03em;
}

.header .lng_menu ul li a:hover {
	color: #debc5b;
}

.header .offer_demand {
	position: absolute;
	display: block;
	width: 92px;
	height: 116px;
	top: 0;
	right: 0;
	text-align: center;
	z-index: 1;
}

.header .offer_demand a {
	display: block;
	width: 92px;
	height: 116px;
	color: #000;
	text-decoration: none;
	font-size: 13px;
	line-height: 17px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 40px 9px 0 9px;
	background: url("images/bg_cta_offer.png") top left no-repeat;
}

.header .offer_demand a:hover {
	background: url("images/bg_cta_offer.png") top right no-repeat;
}


/**
 * 6.0 Content
 */

.content-area {
	display: block;
	min-height: 200px;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #000;
}

.content-area .slider {
	padding: 0 0 60px 0;
	margin: 0;
	width: 100%;
}


.content-area .slider ul,
.content-area .slider ul li {
	padding: 0;
	margin: 0;
	position: relative;
}

.content-area .slider ul li img {
	width: 100%;
}

.content-area .bx-wrapper {
	margin: 0;
}

.content-area .bx-wrapper .bx-viewport {
	border: none;
	left: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	background: transparent;
}

.fluid-width-video-wrapper { margin-top: 40px; }

.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
	
}

.content-area .slider ul li .slider_title {
	display: block;
	width: 100%;
	text-align: center;
	padding: 70px 40px 20px 40px;
	position: absolute;
	top: 0;
	left: 0;
}

.content-area .slider ul li .slider_title h1 {
	display: block;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #e8c560;
	font-weight: 300;
	font-size: 24px;
}

.content-area .slider ul li .slider_title span {
	display: block;
	width: 80px;
	height: 2px;
	background: #e8c560;
	padding: 0;
	margin: 30px auto 0 auto;
}

.content-area .slider ul li .slider_caption {
	display: none;
	width: 100%;
	text-align: center;
	padding: 0 100px 60px 100px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.content-area .slider ul li .slider_caption p {
	display: block;
	margin: 0;
	padding: 10px;
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	line-height: 22px;
	letter-spacing: 0.03em
}

.content-area .bx-wrapper .bx-pager {
	padding: 0;
	bottom: 0;
}

.content-area .bx-wrapper .bx-pager.bx-default-pager a {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	height: 16px;
	width: 16px;
	background: #aeaeae;
}

.content-area .bx-wrapper .bx-pager.bx-default-pager a:hover,
.content-area .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #e8c560;
}

/* team */

.content-area.team {
	background-image: url("images/bg_team.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: auto 100%;
}


.content-area.team .inner .left_50,
.content-area.team .inner .right_50 {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 50%;
	min-height: 200px;
}

.content-area.team .inner .right_50 {
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 60%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 60%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}


.content-area.team .inner .right_50 .inner {
	padding: 80px 0;
}

.content-area.team .inner .team_member {
	display: none;
}

.content-area.team .inner .team_member.member_1 {
	display: block;
}

.content-area.team .inner .right_50 .inner .title h1 {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 22px;
	line-height: 28px;
	margin: 0;
	padding: 0;
	color: #e8c560;
	letter-spacing: 0.03em;
}

.content-area.team .inner .right_50 .inner .title h1 span {
	display: block;
	margin: 0;
	padding: 0 0 5px 0;
}

.content-area.team .inner .right_50 .inner .title h1 span.function {
	text-transform: none;
	padding: 25px 0 25px 0;
}

.content-area.team .inner .right_50 .inner .title h1 span.seph {
	height: 2px;
	background: #e8c560;
	width: 80px;
	padding: 0;
	margin: 0;
}

.content-area.team .inner .right_50 .inner .description {
	padding: 40px 0 60px 0;
	margin: 0;
	min-height: 235px;
} 

.content-area.team .inner .right_50 .inner .description p {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.03em;
}

.content-area.team .inner .right_50 .inner .team_select {
	display: block;
	padding-bottom: 0;
}

.content-area.team .inner .right_50 .inner .team_select .vignette_image {
	cursor: pointer;
	margin-bottom: 20px;
	width: 25%;
	min-height: 190px;
}

.content-area.team .inner .right_50 .inner .team_select .vignette_image:hover > img,
.content-area.team .inner .right_50 .inner .team_select .vignette_image.active img {
	border: 3px solid #e8c560;
}

.content-area.team .inner .right_50 .inner .team_select .vignette_image img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-transition: all 0.05s ease;
	-moz-transition: all 0.05s ease;
	-o-transition: all 0.05s ease;
	-ms-transition: all 0.05s ease;
	transition: all 0.05s ease;
}


.content-area.team .inner .right_50 .inner .team_select .vignette_image h2 {
	display: block;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.03em;
	margin: 0;
	padding: 20px 0;
	text-align: center;
	color: #e8c560;
	text-transform: uppercase;
	min-height: 90px;
}

.content-area.team .inner .right_50 .inner .mobile-team {
	display: none;
	width: 100%;
}


.content-area.team .inner .right_50 .inner .mobile-team .mobile_team_member {
	display: block;
	margin-bottom: 20px;
	padding: 0;
}

.content-area.team .inner .right_50 .inner .mobile-team .mobile_team_member .image {
	display: block;
	width: 200px;
	max-width: 100%;
	margin: 0 auto 10px auto;
}

.content-area.team .inner .right_50 .inner .mobile-team .mobile_team_member .image img {
	width: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.content-area.team .inner .right_50 .inner .mobile-team .mobile_team_member .info h2 {
	display: block;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.03em;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	color: #e8c560;
	text-transform: uppercase;
}

.content-area.team .inner .right_50 .inner .mobile-team .mobile_team_member .info .seph {
	display: block;
	width: 80px;
	height: 2px;
	background: #e8c560;
	padding: 0;
	margin: 20px auto 0 auto;
}

.content-area.team .inner .right_50 .inner .mobile-team .mobile_team_member .info .description {
	padding: 20px 0;
}





/* News */

.content-area .inner .page_header {
	display: block;
	padding: 80px 0 40px 0;
	text-align: center;
}

.content-area .inner .page_header h1 {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0.1em;
	font-weight: 300;
	text-transform: uppercase;
	color: #e8c560;
}

.content-area .inner .page_header h1 span {
	display: block;
	width: 80px;
	height: 2px;
	background: #e8c560;
	margin: 25px auto 40px auto;
}

.content-area .inner .page_header.news h1 span {
	margin-bottom: 0;
}

.content-area .inner .page_header p {
	display: block;
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.03em;
}

.content-area .inner .news_list h2 {
	display: block;
	margin: 0;
	padding: 20px 0 10px 0;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.03em;
	font-weight: 300;
	text-transform: uppercase;
	color: #e8c560;
}

.content-area .inner .news_list a {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.03em;
	font-weight: 300;
	color: #fff;
	text-decoration: none;
}

.content-area .inner .news_list a:hover {
	color: #e8c560;
}


.content-area .inner .news_list .see_all {
	display: block;
	padding: 80px 0 120px 0;
	text-align: center;
}

.content-area .inner .news_list .see_all a {
	display: inline-block;
	width: auto;
	font-size: 14px;
	letter-spacing: 0.03em;
	padding: 0 60px;
	height: 35px;
	line-height: 31px;
	background: #000;
	border: 2px solid #e8c560;
	color: #e8c560;
	font-weight: 300;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.content-area .inner .news_list .see_all a:hover {
	border: 2px solid #bcbcbc;
	text-decoration: none;
}

.content-area .inner .news_list {
	display: block;
	padding: 0 0 40px 0;
}

.content-area .inner .news_list .newswrap {
	border: 2px solid #e8c560;
	margin-bottom: 30px;
}

.content-area .inner .news_list .newswrap .image {
	display: block;
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.content-area .inner .news_list .newswrap .image img {
	margin-top: -30px;
}

.content-area .inner .news_list .newswrap .text {
	display: block;
	padding: 15px 10px 10px 10px;
	min-height: 100px;
}

.content-area .inner .news_list .newswrap .text p {
	letter-spacing: 0.03em;
}


/* Single & standart page */

.content-area .page_title.image {
	display: block;
	width: 100%;
	height: 300px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.content-area .page_title {
	display: block;
	width: 100%;
	height: auto;
}

.content-area .page_title .darken {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.content-area .page_title .inner h2 {
	display: block;
	font-size: 24px;
	line-height: 24px;
	font-weight: 300;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 70px 0 0 0;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

.content-area .page_title .inner span.seph {
	display: block;
	height: 2px;
	width: 80px;
	background: #e8c560;
	padding: 0;
	margin: 25px auto 0 auto;
}

.content-area .page_title.image .inner span.seph {
	margin: 25px auto 40px auto;
}

.content-area .page_title .inner h1 {
	display: block;
	font-size: 24px;
	line-height: 24px;
	font-weight: 300;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 80px 0 0 0;
	text-align: center;
	color: #e8c560;
	text-transform: uppercase;
}

.content-area .page_title.image .inner h1 {
	padding: 0 0 70px 0;
	font-size: 24px;
	line-height: 24px;
}

.content-area.page .page_title.image .inner h1 {
	padding: 80px 0 0 0;
	font-size: 24px;
	line-height: 24px;
}

.content-area .page_content,
.content-area .container-fluid {
	padding: 0 20px;
}

.content-area .page_content .inner {
	padding: 40px 0 80px 0;
	width: 830px
}

.content-area .page_content .inner h3 {
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	letter-spacing: 0.03em;
	margin: 0;
	padding: 0 0 40px 0;
	color: #e8c560;
	text-transform: uppercase;
}

.content-area .page_content .inner p {
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	letter-spacing: 0.03em;
	margin: 0;
	padding: 0 0 15px 0;
	color: #fff;
}

.content-area .page_content .inner .sepaimgsens {
	margin-top: 30px;
}




/* Expertise */

.content-area .inner .expertise_icons {
	display: block;
	padding: 40px 0 80px 0;
}

.content-area .inner .expertise_icons .image {
	min-height: 105px;
}
.content-area .inner .expertise_icons .image img {
	display: block;
	width: auto;
	margin: 0 auto;
	vertical-align: top;
}

.content-area .inner .expertise_icons .text {
	display: block;
	padding: 40px 20px;
	text-align: center;
	vertical-align: top;
}

.content-area .inner .expertise_icons .text p,
.content-area .inner .expertise_icons .text li {
	font-weight: 300;
}


/* Unique Places */

.content-area.unique_places .inner .left_50 {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 50%;
	min-height: 200px;
}

.content-area.unique_places .inner .right_50 {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 50%;
}

.content-area.unique_places .inner .right_50 .inner .page_header {
	padding-bottom: 20px;
	padding-left: 40px;
}

.content-area.unique_places .inner .right_50 .inner .page_header h1 {
	line-height: 30px
}

.content-area.unique_places .inner .right_50 .inner .page_content {
	display: block;
	padding: 0 0 0 40px;
	min-height: 380px;
}

.content-area.unique_places .inner .right_50 .inner .page_content p,
.content-area.unique_places .inner .right_50 .inner .page_content li {
	font-weight: 300;
}


.content-area.unique_places .inner .right_50 .inner .cta_offer {
	display: block;
	text-align: center;
}

.content-area.unique_places .inner .right_50 .inner .cta_offer a {
	display: inline-block;
	width: auto;
	font-size: 14px;
	letter-spacing: 0.03em;
	padding: 0 60px;
	margin: 20px 0;
	height: 35px;
	line-height: 31px;
	background: #000;
	border: 2px solid #e8c560;
	color: #e8c560;
	font-weight: 300;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.content-area.unique_places .inner .right_50 .inner .cta_offer a:hover {
	border: 2px solid #bcbcbc;
	text-decoration: none;
}

.content-area.unique_places .inner .right_50 .inner button.video {
	display: block;
	width: auto;
	font-size: 14px;
	letter-spacing: 0.03em;
	padding: 0 60px;
	margin: 0 auto 30px auto;
	height: 35px;
	line-height: 35px;
	background: #000;
	border: 2px solid #bcbcbc;
	color: #bcbcbc;
	font-weight: 300;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 0;
	-webkit-border-radius: 0;
}

.content-area.unique_places .inner .right_50 .inner button.video:hover {
	border: 2px solid #e8c560;
	text-decoration: none;
}


.modal {
	background: rgba(0, 0, 0, 0.7);
}

.modal-dialog {
	margin: 100px auto;
	width: 800px;
	max-width: 95%;
}

.modal-header {
	border: none;
	margin-bottom: 10px;
	padding: 0;
}

.modal-header .close {
	color: #e8c560;
	opacity: 0.7;
	text-shadow: none;
	-webkit-text-shadow: none;
}

.modal-header .close:hover {
	opacity: 1;
	background: transparent;
}

.modal-content {
	margin: 0 auto;
	border-radius: 0;
	-webkit-border-radius: 0;
	border: none;
	background: transparent;
} 

.modal-content .videocontainer {
	margin: 0 auto;
} 


.content-area.unique_places .inner .right_50 .inner .vignette_image {
	display: block;
	width: 20%;
	padding: 0;
	margin: 0;
	float: left;
	cursor: pointer;
}

.content-area.unique_places .inner .right_50 .inner .vignette_image:hover > img,
.content-area.unique_places .inner .right_50 .inner .vignette_image.active img {
	border: 2px solid #e8c560;
}

.content-area.unique_places .inner .right_50 .inner .vignette_image img {
	-webkit-transition: all 0.05s ease;
	-moz-transition: all 0.05s ease;
	-o-transition: all 0.05s ease;
	-ms-transition: all 0.05s ease;
	transition: all 0.05s ease;
}



.content-area.unique_places {
	position: relative;
}

.content-area.unique_places .left_big_image {
	width: 50%;
	height: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
}

.content-area.unique_places .left_big_image.image_1 {
	display: block;
}

.content-area.unique_places .inner .right_50 .inner .mobile_vignettes {
	display: none;
}

.content-area.unique_places .inner .right_50 .inner .mobile_vignettes .mobile_vignette_image {
	display: block;
	margin-bottom: 20px;
}




/* Gallery */



.video_content {
	display: block;
	width: 100%;
	padding: 40px 0;
}

.videocontainer { 
	position: relative; 
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	margin-bottom: 30px;
} 

.videocontainer iframe,
.videocontainer object,
.videocontainer embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




.content-area.main_gallery .inner {
	padding-bottom: 40px;
}

.content-area.main_unique_places .inner {
	padding-bottom: 80px;
}

.content-area.main_unique_places .page_title .inner {
	padding-bottom: 0;
}

.content-area.main_unique_places .page_content .inner {
	padding-bottom: 10px;
}

.content-area.main_unique_places .inner .unique_places_icon,
.content-area.main_gallery .inner .gallery_icon {
	margin-bottom: 40px;
}

.content-area.main_gallery .inner .gallery_icon .image,
.content-area.main_unique_places .inner .unique_places_icon .image {
	padding: 30px;
}

.content-area.main_unique_places .inner .unique_places_icon .image img,
.content-area.main_gallery .inner .gallery_icon .image img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.content-area.main_unique_places .inner .unique_places_icon h2,
.content-area.main_gallery .inner .gallery_icon h2 {
	text-align: center;
	display: block;
	margin: 0;
	padding: 0;
	color: #e8c560;
	letter-spacing: 0.03em;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
}

.content-area.main_unique_places .inner .unique_places_icon h2 {
	min-height: 40px;
}

.content-area.main_unique_places .inner .unique_places_icon h2 a,
.content-area.main_gallery .inner .gallery_icon h2 a {
	text-align: center;
	display: block;
	margin: 0;
	padding: 0;
	color: #e8c560;
	letter-spacing: 0.03em;
	font-size: 14px;
	text-transform: uppercase;
}

.content-area.main_unique_places .inner .unique_places_icon h2 a:hover,
.content-area.main_gallery .inner .gallery_icon h2 a:hover {
	color: #bcbcbc;
	text-decoration: none;
}

.content-area.gallery .page_content {
	padding: 0 0 60px 0;
	width: 100%;
}



/* Contact */

.content-area .page_content.contact .inner {
	width: 1160px;
}

.content-area .page_content.contact .inner .adresse-doree p {
	color: #e8c560;
}

.content-area.page .gform_wrapper {
	display: block;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #413a27;
	width: 100%;
	max-width: 100%;
}

.gform_wrapper .gform_heading {
	margin: 0 !important;
	width: 100% !important;
}

.content-area.page .gform_wrapper .gform_body:before,
.content-area.page .gform_wrapper .gform_body:after {
	display: table;
	clear: both;
}

.content-area.page .gform_wrapper .gform_body {
	margin-right: -15px;
	margin-left: -15px;
}

.content-area.page .gform_wrapper ul li {
	display: block;
	width: 50%;
	float: left;
	clear: none !important;
	padding: 0 15px;
	margin-bottom: 20px;
}

.content-area.page .gform_wrapper ul li.gfield_error {
	background: transparent !important;
	border: none !important;
	margin-top: 0 !important;
}


.content-area.page .gform_wrapper ul li.gfield_error .gfield_description.validation_message {
	margin: 0 !important;
	color: #7c6f4b !important;
	font-size: 14px !important;
	letter-spacing: 0.05em !important;
	font-weight: 300 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield_html {
	max-width: 100% !important;
}

.content-area.page .gform_wrapper .top_label .gfield_error textarea.textarea {
	width: 100% !important;
}

.content-area.page .gform_wrapper li#field_4_5.gfield,
.content-area.page .gform_wrapper li#field_5_5.gfield,
.content-area.page .gform_wrapper li#field_6_5.gfield,
.content-area.page .gform_wrapper li#field_3_5.gfield,
.content-area.page .gform_wrapper li.gfield.gsection {
	display: block;
	width: 100%;
	float: left;
	border: none;
}

.content-area.page .gform_wrapper .datepicker {
	width: 93% !important;
	margin-right: 2% !important;
}

.content-area.page .gform_wrapper .ui-datepicker-trigger {
	cursor: pointer;
}


.content-area.page .gform_wrapper .top_label .gfield_label {
	font-size: 14px !important;
	color: #e8c560 !important;
	font-weight: 300 !important;
	margin: 0 !important;
	padding: 0 0 10px 0 !important;
	text-transform: uppercase;
}

.content-area.page .gform_wrapper .top_label .gfield_label .gfield_required {
	color: #858585 !important;
	font-weight: 400 !important;
}

.content-area.page .gform_wrapper div.ginput_container {
	margin: 0 !important;
}

.content-area.page .gform_wrapper div.ginput_container input[type="text"] {
	border: 1px solid #858585;
	background: #858585;
	width: 100%;
	margin: 0;
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	color: #000;
}

.content-area.page .gform_wrapper div.ginput_container_select {
	background: #858585 url("images/select.png") center right no-repeat;
	background-size: 20px 12px;
}

.content-area.page .gform_wrapper div.ginput_container_select select {
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	margin: 0;
	border: 1px solid #858585;
	background: transparent;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	overflow: hidden;
	outline: none !important;
	cursor: pointer;
	color: #000;
}

.content-area.page .gform_wrapper div.ginput_container_select select:focus {
	outline: 0 !important;
	outline-style: none
}

.content-area.page .gform_wrapper div.ginput_container_select select option {
	padding: 5px 10px;
}

.content-area.page .gform_wrapper div.ginput_container_select select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

.content-area.page .gform_wrapper textarea.medium {
	width: 100%;
	border: 1px solid #858585;
	background: #858585;
	margin: 0;
	padding: 10px;
}

.content-area.page .gform_wrapper div.gform_footer input {
	border: 2px solid #e8c560;
	background: #000;
	color: #e8c560;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	height: 35px;
	line-height: 35px;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 0 30px;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.content-area.page .gform_wrapper div.gform_footer input:hover,
.content-area.page .gform_wrapper div.gform_footer input:active {
	border: 2px solid #bcbcbc;
}


.content-area.page .gform_wrapper div.validation_error {
	display: none !important;
}




/* Map */


.content-area.page .map .page_title h1 {
	padding-top: 20px;
}

.content-area.page .map .page_title span.seph {
	margin-bottom: 40px;
}

.map .info {
	text-align: center;
	padding-top: 60px;
}

.map .info a {
	color: #fff;
}

.gmap {
	display: block;
	width: 100%;
	height: 300px;
	margin: 20px auto
}

.content-area.page .map .gm-style-iw h2 {
	color: #debc5b;
	font-size: 17px;
	margin: 0;
	padding-bottom: 5px;
	font-weight: 400;
}

.content-area.page .map .gm-style-iw p {
	color: #000;
	font-size: 14px;
	margin: 0;
	padding: 0 0 3px 0;
}

.content-area.page .map .gm-style-iw p a {
	font-weight: 400;
}




/**
 * 7.0 Footer
 */

.footer {
	display: block;
	min-height: 200px;
	width: 100%;
	padding: 0 20px;
}

.footer .inner {
	padding: 30px 0 80px 0;
}

.footer .inner .social_icons {
	display: block;
	width: 50%;
	float: left;
}


.footer .inner .social_icons p {
	display: block;
	margin: 0;
	padding: 0 0 10px 0;
	color: #e8c560;
	letter-spacing: 0.03em;
	font-size: 14px;
	text-transform: uppercase;
}

.footer .inner .social_icons a {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 0;
	width: 36px;
	height: 36px;
	line-height: 36px;
	background: #6c6d6f;
	color: #000;
	font-size: 20px;
	text-align: center;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	text-decoration: none;
}

.footer .inner .social_icons a:active,
.footer .inner .social_icons a:focus,
.footer .inner .social_icons a:hover {
	background: #e8c560;
	color: #000 !important;
}


.footer .inner .newsletter {
	float: right;
	display: block;
	width: 370px;
	max-width: 100%;
}

.footer .inner .newsletter h2 {
	display: block;
	margin: 0;
	padding: 0 0 10px 0;
	color: #e8c560;
	letter-spacing: 0.03em;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
}

.footer .inner .newsletter .gform_wrapper {
	margin: 0;
}

.footer .inner .newsletter .gform_wrapper .gform_body {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}

.footer .inner .newsletter .gform_wrapper .gfield {
	display: block;
	width: 240px;
	max-width: 100%;
	padding: 0;
	position: relative;
	margin-top: 0;
}

.footer .inner .newsletter .gform_wrapper .gfield label {
	display: none;
}

.footer .inner .newsletter .gform_wrapper .gfield.gfield_error.ginput_container,
.footer .inner .newsletter .gform_wrapper .gfield .ginput_container {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.footer .inner .newsletter .gform_wrapper .gfield .ginput_container input {
	width: 100%;
	display: block;
	border: 2px solid #858585;
	background: #858585;
	color: #000;
	font-size: 12px;
	height: 35px;
	line-height: 35px;
	padding: 0 5px;
}

.footer .inner .newsletter .gform_wrapper .gform_footer {
	margin: 0;
	padding: 0;
	width: 120px;
	display: inline-block;
	margin-left: -4px;
	vertical-align: middle;
}

.footer .inner .newsletter .gform_wrapper .gform_footer input {
	width: 100%;
	display: block;
	border: 2px solid #e8c560;
	background: #000;
	color: #e8c560;
	font-size: 12px;
	height: 35px;
	line-height: 35px;
	padding: 0;
	margin: 0 !important;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.05em;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.footer .inner .newsletter .gform_wrapper .gform_footer input:hover,
.footer .inner .newsletter .gform_wrapper .gform_footer input:active {
	border: 2px solid #bcbcbc;
}

.footer .inner .newsletter .gform_wrapper .validation_error {
	display: none !important;
}

.footer .inner .newsletter .gform_wrapper .gfield.gfield_error {
	margin: 0 !important;
	background: transparent !important;
	border: none !important;
}

.footer .inner .newsletter .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	margin: 0 !important;
	padding: 10px 0 0 0 !important;
	position: absolute  !important;
	width: auto !important;
	color: #e8c560;
	font-size: 14px;
	font-weight: 300;
	font-style: italic;
}


/**
 * Carrière
 */

body.page-template-carriere #primary {
	min-height: calc(100vh - 350px);
}

body.page-template-carriere #primary .page_content .inner {
	padding-bottom: 20px;
}

#primary .carriere .fp_infos .fp_fonction,
#primary .carriere .fp_infos .fp_lieu {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 0.03em;
    margin: 0;
    padding: 0 0 8px 0;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	color: #e8c560;
}

#primary .carriere .fp_infos .fp_lieu {
	color: #fff;
	text-transform: none;
}

#primary .carriere .fp_infos:hover .fp_fonction,
#primary .carriere .fp_infos:hover .fp_lieu {
	color: #bcbcbc;
}

#primary .carriere .fp_details #fp_backbutton a,
#primary .carriere .fp_details .fp_contenu .fp_outils .fp_postuler,
#primary .carriere .fp_details .fp_contenu .fp_description .fp_postuler {
/*#primary .carriere #fp_backbutton a {*/
	border: 2px solid #e8c560;
	color: #e8c560;
	background: #000;
	font-size: 12px;
	transition: all 300ms ease;
}

#primary .carriere .fp_details .fp_contenu .fp_outils .fp_postuler,
#primary .carriere .fp_details .fp_contenu .fp_description .fp_postuler {
	font-size: 14px;
}

#primary .carriere .fp_details .fp_contenu .fp_description #fp_postuler_bottom_holder {
	text-align: left;
}

#primary .carriere #fp_backbutton a:hover,
#primary .carriere .fp_details .fp_contenu .fp_outils .fp_postuler:hover,
#primary .carriere .fp_details .fp_contenu .fp_description .fp_postuler:hover {
	color: #e8c560 !important;
	border: 2px solid #bcbcbc;
}

#primary .carriere .fp_details .fp_contenu .fp_outils .fp_postuler {
	display: none;
}

#primary .carriere .fp_details .fp_fonction {
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
	letter-spacing: 0.1em;
	padding: 10px 0;
    text-align: center;
    color: #e8c560;
	text-transform: uppercase;
	
	border-top: none;
	border-bottom: none;
}

#primary .carriere .fp_details .fp_contenu .fp_outils .fp_social {
	margin-top: 0px;
}

#primary .carriere .fp_details .fp_contenu .fp_outils .fp_imprimer img,
#primary .carriere .fp_details .fp_contenu .fp_outils .fp_envoyer img,
#primary .carriere .fp_details .fp_contenu .fp_outils .fp_partager img {
	display: none;
}

#primary .carriere .fp_details .fp_contenu .fp_outils .fp_imprimer a,
#primary .carriere .fp_details .fp_contenu .fp_outils .fp_envoyer a,
#primary .carriere .fp_details .fp_contenu .fp_outils .fp_partager a {
	color: #e8c560;
	transition: all 300ms ease;
}

#primary .carriere .fp_details .fp_contenu .fp_outils .fp_imprimer a:hover,
#primary .carriere .fp_details .fp_contenu .fp_outils .fp_envoyer a:hover,
#primary .carriere .fp_details .fp_contenu .fp_outils .fp_partager a:hover {
	color: #bcbcbc;
	transition: all 300ms ease;
}

#primary .carriere .fp_details .fp_contenu .fp_outils .fp_more {
	color: #fff;
}

#primary .carriere .fp_entete .fp_infos .fp_titre_principal {
	color: #e8c560;
	font-weight: 300;
}

#primary .carriere .fp_entete .fp_infos .fp_sous_titre {
	color: #ffffff;
	font-weight: 300;
}

#primary .carriere .fp_contenu .fp_description {
	color: #fff;
	font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 0.03em;
}

#primary .carriere .fp_contenu .fp_description a {
	color: #e8c560;
}

#primary .carriere .fp_contenu .fp_description a:hover {
	color: #bcbcbc;
}

.ginput_container_email input{
	border: 1px solid #858585;
	background: #858585;
	width: 100%;
	margin: 0;
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	color: #000;
	width:100%!important;
}


/**
 * Candidature spontanée
 */

.cta_candidature_spontanee {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}

.cta_candidature_spontanee .link {
	display: inline-block;
    width: auto;
    font-size: 14px;
    letter-spacing: 0.03em;
    padding: 0 60px;
    margin: 20px 0;
    /*height: 35px;*/
    line-height: 31px;
    background: #000;
    border: 2px solid #e8c560;
    color: #e8c560;
    font-weight: 300;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cta_candidature_spontanee .link:hover {
	border: 2px solid #bcbcbc;
	/*color: #e8c560 !important;*/
}

/* Banner cookie */
.c-bl > .desc > .p {
	margin-top: 0 !important;
}

/**
 * 8.0 - Media Queries
 */


@media only screen and (max-width: 1600px ) {

	.content-area.team { background-size: 55% auto; }
	.content-area.team .inner .right_50 .inner .team_select .vignette_image { width: 25%; }
}


@media only screen and (max-width: 1200px) {

	.header .inner { padding-top: 10px; }
	.header .toggle { display: block; }
	.header .logo { float: none; margin-top: 0; }
	.header .menu_top { display: none; float: none; margin: 10px auto; border-top: 1px solid #413a27; border-bottom: 1px solid #413a27; }
	.header .menu_top ul li { float: none; }
	.header .menu_top ul li a { height: auto; line-height: 17px; padding: 10px 22px; }
	.header .menu_top ul li ul { display: block; position: relative; }
	.header .menu_top ul li ul li { background: transparent; }
	.header .menu_top ul li ul li a { padding-left: 40px; }
	.content-area.team { background-size: cover }
	.content-area.team .inner { width: 100%; }
	.content-area.team .inner .left_50 { display: none; }
	.content-area.team .inner .right_50 { float: none; width: 100%; background: rgba(0, 0, 0, 0.65); padding: 0 20px; }
	.content-area.team .inner .right_50 .inner { padding: 60px 0; }
	.content-area.team .inner .right_50 .inner .title h1 { text-align: center; }
	.content-area.team .inner .right_50 .inner .title h1 span.function { padding: 15px 0; }
	.content-area.team .inner .right_50 .inner .title h1 span.seph { display: inline-block; }
	.content-area.team .inner .right_50 .inner .description { text-align: center; padding: 25px 0 40px 0; min-height: 50px; }
	.content-area.unique_places .inner .right_50 .inner .page_content { padding: 0 20px 0 30px; }
	.content-area.unique_places .inner .right_50 .inner .page_header { padding-left: 30px; }
	.content-area .inner .news_list { padding-right: 20px; padding-left: 20px; }
	.content-area .inner .news_list .newswrap .image img { margin-top: 0; width: 100%; }

}

@media only screen and (max-width: 1024px) {

	.content-area .inner .news_list .newswrap { min-height: 330px; }
	.content-area .inner .news_list .newswrap .image { height: 180px; }

}

@media only screen and (max-width: 960px) {

	.content-area .page_title.image { height: 200px; }
	.content-area.main_gallery .inner .gallery_icon { width: 33.3333%; }
	.content-area .page_content .inner { padding-bottom: 60px; padding-top: 25px; }
	.content-area .inner .news_list .newswrap {}

}

@media only screen and (max-width: 900px) {

	.content-area .inner .news_list .newswrap { min-height: 310px; }
	.content-area .inner .news_list .newswrap .image { height: 160px; }

}

@media only screen and (max-width: 840px) {

	.content-area .inner .expertise_icons .text { padding-top: 15px; }
	.content-area .inner .expertise_icons .icon { width: 100%; }
	.content-area .inner .news_list .col-sm-4 { width: 50%; float: left; }
	.content-area .inner .news_list .newswrap { min-height: 310px; }
	.content-area .inner .news_list .newswrap .image { height: 180px; }

}


@media only screen and (max-width: 768px) {

	.fluid-width-video-wrapper { margin-top: 70px; }
	.content-area .slider ul li .slider_title { padding-top: 50px; padding-bottom: 0; position: relative; top: 0; left: 0; }
	.content-area .slider ul li .slider_title span { margin-top: 25px; }
	.content-area .slider ul li .slider_title h1 { font-size: 18px; }
	.content-area .slider ul li .slider_caption { padding: 0 20px 40px 20px; }
	.content-area.team .inner .right_50 .inner .team_select .vignette_image { float: left; }
	.content-area.team .inner .right_50 .inner .title h1 { font-size: 20px; line-height: 24px; }
	.content-area.team .inner .right_50 .inner .title h1 span.function { padding: 10px 0; }
	
	.content-area .inner .page_header { padding: 0 }
	.content-area .inner .news_list { padding-top: 40px; }
	.content-area .inner .page_header h1, .content-area .page_title .inner h1 { font-size: 18px; padding-top: 50px; }
	.content-area.page .page_title.image .inner h1 { font-size: 20px; padding-top: 60px; }
	
	.content-area.unique_places .left_big_image, .content-area.unique_places .inner .left_50, .content-area.unique_places .inner .right_50 .inner .vignette_image { display: none !important; }
	.content-area.unique_places .inner .right_50 { float: none; width: 100%; }
	.content-area.unique_places .inner .right_50 .inner .page_content { padding: 0 20px; }
	.content-area.unique_places .inner .right_50 .inner .page_header { padding: 0; }
	.content-area.unique_places .inner .right_50 .inner .mobile_vignettes { display: block; padding: 0 20px; }
	
	.content-area .page_content .inner .sepaimgsens .col-sm-4 { width: 33.3333%; float: left; }
	
	.content-area.main_gallery .inner .gallery_icon { width: 50%; float: left; }
	
	.content-area.page .gform_wrapper ul li { width: 100%; }
	.content-area.page .gform_wrapper .top_label .gfield_label { padding-bottom: 5px !important;}
	
	.footer .inner .social_icons { width: 40%; }
	
	.gmap { margin: 10px auto; }
	.map .info { padding-top: 40px; }

}
@media only screen and (max-width: 701px) {
	#primary .carriere .fp_details .fp_contenu .fp_outils .fp_postuler {
		display: block;
	}
	#primary .carriere .fp_details .fp_contenu .fp_outils .fp_social {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 640px) {

	.header .lng_menu { right: 110px; top: 15px; }
	.header .toggle { right: 120px; top: 50px; }
	.content-area .slider ul li .slider_title h1 { font-size: 16px; line-height: 20px; }
	.content-area.team .inner .right_50 .inner .team_member, .content-area.team .inner .right_50 .inner .team_select { display: none; }
	.content-area.team .inner .right_50 .inner .mobile-team { display: block; }
	.content-area .inner .news_list .col-sm-4 { width: 100%; float: none; }
	.content-area .inner .news_list .newswrap { min-height: 310px; }
	.content-area .inner .news_list .newswrap .image { height: auto; }
	.footer .inner .social_icons { float: none; width: 100%; text-align: center; margin-bottom: 35px; }
	.footer .inner .newsletter { float: none; width: 100%; text-align: center; }
	.footer .inner .newsletter .gform_wrapper { display: inline-block; }
	#primary .carriere .fp_details .fp_contenu .fp_outils {
		flex: 0 0 100%;
		padding-right: 14px;
	}
	#primary .carriere .fp_details .fp_contenu .fp_outils .fp_postuler {
		width: 100%;
		margin-top: 20px;
	}
	#primary .carriere .fp_entete .fp_logo img {
		max-height: none;
	}
}


@media only screen and (max-width: 480px) {

	.content-area.main_gallery .inner .gallery_icon { margin-bottom: 20px; }
	
	.content-area .page_content .inner .sepaimgsens .col-sm-4 { width: 70%; float: none; padding-bottom: 30px; margin: 0 auto; }

}

@media only screen and (max-width: 405px) {

	.footer .inner .newsletter .gform_wrapper { width: 90%; }
	.footer .inner .newsletter .gform_wrapper .gform_body, .footer .inner .newsletter .gform_wrapper .gfield { width: 100%; }
	.footer .inner .newsletter .gform_wrapper .gform_footer { margin: 10px 0; width: 100%; }
	.footer .inner .newsletter .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description { position: relative !important; padding-top: 5px !important; }
}


@media only screen and (max-width: 380px) {

	.fluid-width-video-wrapper { margin-top: 75px; }
	.content-area.main_gallery .inner .gallery_icon { width: 100%; float: none; }
	.content-area .page_content .inner .sepaimgsens .col-sm-4 { width: 100%; padding: 30px; }

}



