/*
Theme Name: Carrosserie de la Famenne
Theme URI: 
Description: 
Version: - 1.0
Author: HelloMaksim SPRL
Author URI: http://www.hellomaksim.com/
*/

/** FONTS */
@font-face {
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/titillium-web-v6-latin-regular.eot');
	src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'),
		url('fonts/titillium-web-v6-latin-regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/titillium-web-v6-latin-regular.woff2') format('woff2'),
		url('fonts/titillium-web-v6-latin-regular.woff') format('woff'),
		url('fonts/titillium-web-v6-latin-regular.ttf') format('truetype'),
		url('fonts/titillium-web-v6-latin-regular.svg#TitilliumWeb') format('svg');
}
@font-face {
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/titillium-web-v6-latin-700.eot');
	src: local('Titillium Web Bold'), local('TitilliumWeb-Bold'),
		url('fonts/titillium-web-v6-latin-700.eot?#iefix') format('embedded-opentype'),
		url('fonts/titillium-web-v6-latin-700.woff2') format('woff2'),
		url('fonts/titillium-web-v6-latin-700.woff') format('woff'),
		url('fonts/titillium-web-v6-latin-700.ttf') format('truetype'),
		url('fonts/titillium-web-v6-latin-700.svg#TitilliumWeb') format('svg');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/open-sans-v15-latin-ext_latin-regular.eot');
	src: local('Open Sans Regular'), local('OpenSans-Regular'),
		url('fonts/open-sans-v15-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/open-sans-v15-latin-ext_latin-regular.woff2') format('woff2'),
		url('fonts/open-sans-v15-latin-ext_latin-regular.woff') format('woff'),
		url('fonts/open-sans-v15-latin-ext_latin-regular.ttf') format('truetype'),
		url('fonts/open-sans-v15-latin-ext_latin-regular.svg#OpenSans') format('svg');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/open-sans-v15-latin-ext_latin-700.eot');
	src: local('Open Sans Bold'), local('OpenSans-Bold'),
		url('fonts/open-sans-v15-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'),
		url('fonts/open-sans-v15-latin-ext_latin-700.woff2') format('woff2'),
		url('fonts/open-sans-v15-latin-ext_latin-700.woff') format('woff'),
		url('fonts/open-sans-v15-latin-ext_latin-700.ttf') format('truetype'),
		url('fonts/open-sans-v15-latin-ext_latin-700.svg#OpenSans') format('svg');
}
@font-face {
	font-family: 'icons';
	src: url('fonts/icons.eot');
	src: url('fonts/icons.eot?#iefix') format('embedded-opentype'),
		 url('fonts/icons.woff2') format('woff2'),
		 url('fonts/icons.woff') format('woff'),
		 url('fonts/icons.ttf') format('truetype'),
		 url('fonts/icons.svg#icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/** TAGS */
::-moz-selection {
	color: #FFF;
	background: #005daa;
}
::selection {
	color: #FFF;
	background: #005daa;
}
* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
*, *:before, *:after {
	box-sizing: inherit;
}
html {
	box-sizing: border-box;
}
html, body {
	height: 100%;
}
body {
	width: 100%;
	max-width: 100%;
	margin: 0;
	font-family: 'Open Sans', Arial, Verdana, Geneva, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	font-size: 14px;
	line-height: 1.713571em;
	font-weight: 400;
	text-align: left;
	color: #6e6e6e;
	direction: ltr;
	background: #FFF;
}
a {
	color: #005daa;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}
a img, form {
	border: none;
}
b, strong {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
i, em {
	font-style: italic;
}
small {
	font-size: 0.9em;
}
p {
	margin: 0 0 1em 0;
}
blockquote {
	margin: 2em 0;
	padding: 3em;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2857em;
	color: #005daa;
	text-align: center;
	font-style: italic;
	background: #f4f3f3;
}
blockquote p:last-child {
	margin: 0;
}
form {
	margin: 1em 0 1em 0;
}
table {
	max-width: 100%;
	margin: 0 0 1em 0;
}
table td {
	vertical-align: top;
}
table td form {
	margin: 0;
}
form p > span {
	padding: 0 0 0.25em 0;
}
input, select, textarea {
	vertical-align: middle;
	max-width: 100%;
	padding: 0.9em 1.5em 0.85em;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.713571em;
	color: #333;
	background-color: #f7f7f7;
	border: 1px solid #E6E6E6;
	border-radius: 3px;
}
input:focus, select:focus, textarea:focus {
	border-color: #005daa;
	outline-style: none;
	box-shadow: none;
}
input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus:-moz-placeholder {
	color: transparent;
	opacity: 1;
}
input:focus:-ms-input-placeholder {
	color: transparent;
}
input:focus::placeholder {
	color: transparent;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="submit"], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="submit"] {
	display: inline-block;
	margin: 1em 0;
	padding: 0.9em 1.7em 0.85em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 1.2em;
	text-decoration: none;
	color: #FFF;
	background: #005daa;
	cursor: pointer;
	border: 2px solid #005daa;
	transition: background-color 0.2s ease, color 0.2s ease;
	border-radius: 3px;
}
input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
	color: #005daa;
	background: #FFF;
}
textarea {
	width: 100%;
	padding: 1em 1.4em;
	line-height: 1.5em;
}
select {
	width: 266px;
	height: 2.5em;
	padding: 0 1em;
	background: transparent;
	border: 2px solid #FFF;
}
option {
	padding: 2px 8px;
}
ul, ol {
	margin: 0 0 1em 0;
	padding: 0;
	list-style-position: inside;
}
ul {
	list-style: none;
}
ol {
	margin-left: 1em;
	list-style-position: outside;
}
li {
	margin: 0 0 0.4em 0;
	padding: 0;
}
ol li {
	padding: 0 0 0 0.4em;
}
h2, h3, h4 {
	margin: 1.25em 0 1.75em 0;
	font-family: 'Titillium Web', sans-serif;
	font-size: 1.1428em;
	font-weight: 700;
	line-height: 1.35em;
	color: #2a2420;
}
h2:after, h3:after, h4:after {
	content: '';
	display: block;
	width: 2.5em;
	height: 3px;
	margin: 0.6em 0 0 0;
	background: #005daa;
}
h2 {
	margin-bottom: 1.3em;
	font-size: 2.8572em;
	text-transform: uppercase;
}
h3 {
	margin-bottom: 1.25em;
	font-size: 2.285714em;
}
h3:after {
	margin: 0.35em 0 0 0;
	width: 1.6em;
	height: 4px;
}
h4 {
	margin: 1.05em 0 1.2em 0;
	font-size: 1.785715em;
}
h5 {
	margin: 1.5em 0 0.6em 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #2a2420;
}
h2:first-child, h3:first-child, h4:first-child, h5:first-child {
	margin-top: 0;
}

/** CONTAINERS */
#container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	width: 100%;
	max-width: 100%;
	min-height: 100vh;
}
#content_wrapper {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 0;
	-ms-flex: 1 0 0;
	flex: 1 0 0;
}
.inner, .content {
	width: 1170px;
	max-width: 1170px;
	margin: 0 auto;
	padding: 4em 0;
}

/** TOP */
#top_wrapper {
	background: #2c394c;
}
#top {
	padding: 0.45em 0 0.35em 0;
	color: #FFF;
}
#top a {
	display: inline-block;
	color: #FFF;
	text-decoration: none;
}
#top a:hover {
	text-decoration: underline;
}
#top .contact {
	display: inline-block;
}
#top .contact a:first-child {
	margin: 0 1.6em 0 0;
}
#top .contact a:first-child:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 1.6em;
	width: 1px;
	height: 1em;
	background-color: #FFF;
}
#top .mail:before, #top .tel:before {
	content: '\F0E0';
	display: inline-block;
	margin: 0 0.85em 0 0;
	font-family: icons;
	font-size: 0.8928571em;
}
#top .tel:before {
	content: '\E800';
}
#top .socials a {
	width: 2em;
	margin: 0 0 0 0.2em;
	font-size: 1.285714em;
	line-height: 1.85em;
	background-color: transparent;
	transition: background-color 0.15s ease;
}
#top .socials a:hover {
	color: #005daa;
	background-color: #FFF;
}

/** HEADER */
#header_wrapper {
	width: 100%;
	background: #FFF;
}
#header {
	padding: 0.6em 0;
}
#logo {
	position: relative;
	display: block;
	margin: 0 0 1px 0;
	color: #2D2D2D;
	line-height: 1em;
	text-decoration: none;
}
#logo img {
	display: block;
	width: auto;
	height: 88px;
}

/** NAV */
#nav_wrapper {
	position: relative;
	z-index: 11;
}
#nav-menu {
	position: relative;
}
#nav-menu-button, #nav-menu-link {
	display: none;
}
#nav {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
#nav li:before {
	content: none;
}
#nav a {
	display: block;
	margin: 0;
	padding: 0.4em 1em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.107142em;
	color: #2a2420;
	line-height: 1.714275em;
	text-transform: uppercase;
	text-decoration: none;
	will-change: color;
	transition: color 0.15s ease;
}

#nav li#menu-item-1289 a {
    background-color: orangered;
    color: #fff;
	border-radius: 3px;
}

#nav li#menu-item-1289 a:hover {
	background-color: #ea0e2d;
}

#nav > li.menu-item:hover > a, 
#nav a:hover, 
#nav a:active, 
#nav a:focus, 
#nav > .current-menu-item > a, 
#nav > .current-page-ancestor > a,  
#nav > .current-menu-ancestor > a, 
#nav > .current-menu-item > a:active, 
#nav > .current-menu-item > a:focus, 
#nav > .current-page-ancestor > a:active, 
#nav > .current-page-ancestor > a:focus {
	color: #005daa;
}
#nav li.searchlink a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 2.4em;
	height: 2.4em;
	margin: 0 0 0 1.25em;
	padding: 0;
	color: #FFF;
	line-height: 2.35em;
	text-align: center;
	background: #e2e2e2;
	border-radius: 100%;
	overflow: hidden;
}
#nav li.searchlink:hover a, #nav li.searchlink:active a, #nav li.searchlink:focus a {
	color: #FFF;
}
#nav li.searchlink a:before {
	content: '\E801';
	display: inline-block;
	width: 100%;
	font-family: icons;
}
#nav li.searchlink a:hover, #nav li.searchlink a:active, #nav li.searchlink a:focus {
	color: #FFF;
	background: #005daa;
}

/** NAV - SUBMENU */
#nav li.menu-item-has-children {
	position: relative;
}
#nav > li.menu-item-has-children > a:after {
	content: '\F107';
	padding: 0 0 0 0.5em;
	font-family: icons;
	font-size: 0.933334em;
	color: #666;
}
#nav li.menu-item-has-children.current-menu-item > a:after, #nav li.menu-item-has-children:hover > a:after {
	color: #005daa;
}
#nav .sub-menu {
	position: absolute;
	left: -0.2em;
	display: none;
	min-width: 100%;
	padding: 0.6em 0.15em;
	z-index: 12;
	background-color: #FFF;
	opacity: 0;
	will-change: opacity;
	transition: opacity 0.15s ease;
	border: 1px solid #F0F0F0;
}
#nav li.menu-item-has-children:hover .sub-menu {
	display: block;
	opacity: 1;
}
#nav .sub-menu li {
	display: block;
}
#nav .sub-menu a {
	padding: 0.2em 1.25em;
	white-space: nowrap;
}
#nav .sub-menu .current_page_item a {
	color: #005daa;
}


/** BREADCRUMB */
#breadcrumb_wrapper {
	background: #F0F0F0;
}
#breadcrumb {
	padding: 1.5em 0;
}
#breadcrumb h2 {
	margin: 0;
	font-size: 2.285714em;
	color: #222;
	text-transform: initial;
}
#breadcrumb h2:after {
	content: none;
}
#breadcrumb .trail {
	position: relative;
	font-size: 1.071428em;
}
#breadcrumb .trail > a {
	color: #6e6e6e;
}
#breadcrumb .trail > a:first-of-type {
	color: #005daa;
}
#breadcrumb .trail > a:after {
	display: inline-block;
	content: '\F105';
	margin: 0 0.7em;
	font-family: icons;
	color: #005daa;
}
#breadcrumb .trail > a:last-of-type:after {
	content: none;
}
#breadcrumb .share_button {
	position: relative;
	margin: 0 0 0 2.1em;
	font-size: initial;
	border: 1px solid #005daa;
	will-change: color, background-color;
	transition: color 0.15s ease, background-color 0.15s ease;
}
#breadcrumb .share_button:hover, #breadcrumb .share_button.active {
	color: #005daa;
	background: #FFF;
}

/** SLIDER */
#slider_wrapper {
	position: relative;
	background-color: #909090;
}
#slider, .bx-wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}
.bx-viewport {
	height: 100%;
}
#slider .slide {
	float: left;
	width: 100%;
	height: 100%;
	background: url('img/slide-1.jpg') no-repeat center center;
	background-size: cover;
}
#slide_mask {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: rgba(34, 34, 34, 0.5);
	z-index: 2;
}
#slide_content {
	position: relative;
	padding: 12em 0;
	color: #FFF;
	z-index: 3;
	text-align: center;
}
#slide_content .bigtitle {
	margin: 0 0 0.7em 0;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	font-size: 4.285714em;
	line-height: 1.175em;
}
#slide_content .title {
	margin: 0;
	font-family: 'Titillium Web', sans-serif;
	font-size: 1.571428em;
	font-weight: normal;
	line-height: 1.363636em;
	color: #FFF;
	text-transform: none;
}
#slide_content .title:after {
	content: none;
}
#slide_content .button {
    display: inline-block;
    text-transform: uppercase;
    margin: 60px 20px;
    padding: .6em 1.6em .5em;
    font-family: 'Titillium Web',sans-serif;
    font-weight: 700;
    font-size: 1.142857em;
    line-height: 1.875em;
    color: #fff;
    border: 2px solid;
	border-color: orangered;
    border-radius: 3px;
    background-color: orangered;
    will-change: background-color,border-color;
    transition: background-color .15s ease,border-color .15s ease;
}
#slide_content .button:hover, #slide_content .button:active, #slide_content .button:focus {
	text-decoration: none;
	background-color: #ea0e2d;
	border-color: #ea0e2d;
}

/** HOME - Banner */
#banner_wrapper {
	background-color: #8396A5;
}
#banner {
	padding: 3em 0;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
}
#banner.flex {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
#banner .text {
	font-size: 1.571428em;
	line-height: 1.636363em;
	color: #FFF;
}
#banner a.button {
	padding: 0.5em 1.5em 0.4em;
	font-size: 1.142857em;
	line-height: 1.875em;
	color: #FFF;
	white-space: nowrap;
	border: 2px solid #FFF;
	border-radius: 3px;
	will-change: background-color, color;
	transition: background-color 0.15s ease, color 0.15s ease;
}
#banner a.button:hover, #banner a.button:active, #banner a.button:focus {
	text-decoration: none;
	color: #8396A5;
	background-color: #FFF;
}

/** HOME - INFOS */
#infos_wrapper {
	background-color: #FFF;
}
#infos {
	font-size: 1.071428em;
}
#infos.flex {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
#infos .box {
	flex: 1;
}
#infos a {
	color: #6E6E6E;
}
#infos a:hover, #infos a:active, #infos a:focus {
	color: #005daa;
	text-decoration: none;
}

/** HOME - Highlights */
/*
#highlights {
	padding: 4em 0;
}
#highlights a.box {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 370px;
	min-height: 16em;
	background-color: #f7f7f7;
}
#highlights a.box > img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#highlights .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	color: #FFF;
	background-color: rgba(44, 57, 76, 0.8);
	transition: background-color 0.15s ease;
}
#highlights a.box:hover .title {
	background-color: #005daa;
}
#highlights .title > span {
	padding: 0.5em 1em;
	font-size: 1.428571em;
}
#highlights .title:before {
	content: '\E803';
	display: inline-block;
	padding: 1em 1.3em;
	font-family: icons;
	font-size: 1.285714em;
	color: #FFF;
	background-color: #005daa;
}
*/

/** HOME - Assets */
#assets_wrapper {
	background-color: #f0f0f0;
}
#assets .flex {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
a.asset {
	display: inline-block;
	vertical-align: top;
	width: 22%;
	margin: 2em 0 0 0;
	font-size: 1.071428em;
	text-align: center;
	color: #6E6E6E;
}
.asset:hover, .asset:active, .asset:focus {
	text-decoration: none;
}
.asset:before {
	content: '';
	display: block;
	width: 2em;
	height: 2em;
	margin: 0 auto 0.9em auto;
	font-family: icons;
	font-size: 1.9em;
	color: #FFF;
	line-height: 2.1em;
	background-color: #8396A5;
	border-radius: 100%;
	will-change: background-color;
	transition: background-color 0.15s ease;
}
.asset:hover:before {
	background-color: #005daa;
}
.item-1:before {
	/*content: '\f38e';*/
	content: '\F0D0';
}
.item-2:before {
	/*content: '\f2d9';*/
	content: '\F132';
}
.item-3:before {
	content: '\f357';
}
.item-4:before {
	content: '\f276';
}
.item-5:before {
	content: '\E80A';
}
.item-6:before {
	content: '\f1fd';
}
.item-7:before {
	content: '\f36f';
}
.item-8:before {
	content: '\f2ba';
}
.asset .title {
	margin: 0 0 0.5em 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.333334em;
	color: #222;
	line-height: 1.5em;
}

/** HOME - Models */
#models .slider {
	white-space: nowrap;
	overflow: hidden;
}
#models .head {
	position: relative;
}
#models .pager {
	position: absolute;
	bottom: 0;
	right: 0;
}
#models .pager > a {
	display: inline-block;
	vertical-align: top;
	width: 3em;
	height: 3em;
	margin: 0 0 0 0.4em;
	line-height: 3em;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	background-color: #f0f0f0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#models .pager > a:hover, #models .pager > a:active, #models .pager > a:focus {
	background-color: #005daa;
}
#models .prev:before, #models .next:before {
	content: '\E809';
	display: inline-block;
	vertical-align: middle;
	font-family: icons;
	font-size: 1.071428em;
	color: #222;
}
#models .next:before {
	content: '\E803';
}
#models .pager > a:hover:before, #models .pager > a:active:before, #models .pager > a:focus:before {
	color: #FFF;
}
#models a.box {
	display: inline-block;
	width: 285px;
	min-height: 14.25em;
	margin: 0 10px 0 0;
}
#models a.box:hover, #models a.box:active, #models a.box:focus {
	text-decoration: none;
}
#models img {
	display: block;
	width: 100%;
	height: auto;
}
#models .title {
	margin: 0.75em 0 0 0;
	color: #222;
	background: #f3f3f3;
	will-change: background-color, color;
	transition: background-color 0.15s ease, color 0.15s ease;
}
#models a.box:hover .title {
	color: #FFF;
	background-color: #005daa;
}
#models .title > span {
	padding: 0.8em 1.1em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.285714em;
}
#models .title:before {
	content: '\E803';
	display: inline-block;
	padding: 0.8em 1.2em 0.80em 1.25em;
	font-family: icons;
	font-size: 1.142857em;
	color: #FFF;
	background-color: #005daa;
}

/** HOME - Test drive */
#testdrive_wrapper {
	background-color: #005daa;
}
#testdrive {
	color: #FFF;	
}
#testdrive h3 {
	margin-bottom: 1em;
	color: #FFF;
}
#testdrive h3:after {
	content: none;
}
#testdrive .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#testdrive > .flex > .left {
	width: 35%;
}
#testdrive > .flex > .right {
	width: 58%;
	padding: 0.5em 0 0 0;
}
#testdrive form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0.2em 0 0 0;
}
#testdrive form > .left, #testdrive form > .right {
	flex: 1;
}
#testdrive form > .left {
	padding: 0 1em 0 0;
}
#testdrive form > .right {
	padding: 0 0 0 1em;
}
#testdrive p, #testdrive .wpcf7-form-control-wrap {
	display: block;
	margin: 0 0 1.25em 0;
}
#testdrive br {
	display: none;
	visibility: hidden;
}
#testdrive select, #testdrive input {
	display: inline-block;
	width: 100%;
	height: 48px;
	margin: 0;
	line-height: 48px;
	color: #FFF;
	border: 2px solid #FFF;
	background: transparent;
}
#testdrive select {
	padding: 0 1.5em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#testdrive option {
	padding: 0 1.5em;
}
@-moz-document url-prefix() {
	#testdrive select {
		padding: 0 1.2em;
	}
	#testdrive select:focus {
		outline: none;
	}
	#testdrive option {
		padding: 0 1.3em;
	}
}
#testdrive .wpcf7-form-control-wrap.model {
	position: relative;
	border: 2px solid #FFF;
	border-radius: 3px;
}
#testdrive .wpcf7-form-control-wrap.model:after {
	position: absolute;
	top: 0.8em;
	right: 0;
	content: '\F107';
	display: inline-block;
	vertical-align: middle;
	padding: 0 1em 0 0;
	font-family: icons;
	font-size: 1.214285em;
	color: #FFF;
	pointer-events: none;
}
#testdrive .wpcf7-form-control-wrap.model > select {
	display: inline-block;
	width: 100%;
	height: 44px;
	line-height: 44px;
	border: none;
}
#testdrive input::-webkit-input-placeholder {
	color: #FFF;
}
#testdrive input::-moz-placeholder {
	color: #FFF;
	opacity: 1;
}
#testdrive input:-ms-input-placeholder {
	color: #FFF;
}
#testdrive input::placeholder {
	color: #FFF;
}
#testdrive input:focus::-webkit-input-placeholder {
	color: transparent;
}
#testdrive input:focus::-moz-placeholder {
	color: transparent;
	opacity: 0;
}
#testdrive input:focus:-ms-input-placeholder {
	color: transparent;
}
#testdrive input:focus::placeholder {
	color: transparent;
}
#testdrive input[type='submit'] {
	width: auto;
	padding-left: 3em;
	padding-right: 3em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.142857em;
	line-height: 1em;
	color: #FFF;
	border: 2px solid #FFF;
	background: transparent;
}
#testdrive input[type='submit']:hover, #testdrive input[type='submit']:active, #testdrive input[type='submit']:focus {
	color: #005daa;
	background: #FFF;
}
#testdrive .wpcf7-response-output {
	width: 100%;
	margin: 1.25em 0 0 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.285714em;
	border: none;
}

/** HOME - News */
#news {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#news a.box {
	position: relative;
	display: inline-block;
	width: 270px;
	padding: 0 0 2.5em 0;
	color: #6e6e6e;
}
#news a.box:hover, #news a.box:active, #news a.box:focus {
	text-decoration: none;
}
#news .img {
	position: relative;
	width: 270px;
	height: 180px;
	min-height: 180px;
	margin: 0 0 1.6em 0;
	background-color: #f7f7f7;
	overflow: hidden;
}
#news .img > img {
	display: block;
	width: 270px;
	max-width: none;
	height: auto;
	will-change: transform;
	transition: transform 0.5s ease;
	transform-origin: center center;
}
#news a.box:hover .img > img, #news a.box:active .img > img, #news a.box:focus .img > img {
	transform: scale(1.05);
}
#news .date {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	padding: 0.4em 0.7em 0.525em;
	font-size: 1.357142em;
	color: #FFF;
	text-align: center;
	background-color: #005daa;
	z-index: 1;
}
#news .date > span {
	display: block;
	font-size: 0.894736em;
	line-height: 1.176470em;
}
#news .title {
	margin: 0 0 0.6em 0;
	padding: 0 0.05em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.357142em;
	color: #333;
}
#news .excerpt {
	padding: 0 0.05em;
	font-size: 1.035714em;
}
#news .excerpt p {
	margin: 0;
}
#news .link {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0.9em 0 0 0;
	padding: 0 0.05em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.071428em;
	color: #005daa;
	will-change: color;
	transition: color 0.15s ease;
}
#news .link:after {
	content: '\E805';
	display: inline-block;
	vertical-align: bottom;
	margin: 0 0 0 0.4em;
	font-family: icons;
	font-size: 1.3em;
	color: #005daa;
	will-change: margin, color;
	transition: margin 0.15s ease, color 0.15s ease;
}
#news a.box:hover .link, #news a.box:hover .link:after {
	color: #333;
}
#news a.box:hover .link:after {
	margin: 0 0 0 0.6em;
}

/** MODELS - CATS */
.models .cats_selector {
	flex-flow: row nowrap;
	font-size: 1.071428em;
	margin: 0.9em 0.1em 2.142857em 0.1em;
}
.models .cats_selector:after {
	content: '';
	display: block;
	margin: 0.25em 0 0 0;
	height: 1px;
	background-color: #eff0f4;
}
.models .cats_selector > div.flex {
	flex-flow: row nowrap;
	margin: 0;
}
.models .cats_selector .item {
	margin: 0 2em 1em 0;
	cursor: pointer;
}
.models .cats_selector .item:last-of-type {
	margin-right: 0;
}
.models .cats_selector input[type="radio"] {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.25em 0 0;
	font-size: 2em;
	color: #005daa;
	cursor: pointer;
}
.models .cats_selector label {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.models .cats_selector .selected label, .models .cats_selector .item:hover label, .models .cats_selector input[type="radio"]:checked+label {
	color: #005daa;
}
.models .cats_selector .selected label {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

/** MODELS */
.models > .flex {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.models > .flex a.box:nth-child(3n+2) {
	margin-right: 30px;
	margin-left: 30px;
}
.models a.box {
	display: inline-block;
	width: 270px;
	min-height: 14em;
	margin: 0 0 2.142857em 0;
	color: #6e6e6e;
}
.models a.box:nth-last-child(-n+3) {
	margin-bottom: 0;
}
.models a.box:hover, .models a.box:active, .models a.box:focus {
	text-decoration: none;
}
.models .thumb {
	width: 100%;
	min-height: 135px;
	margin: 0 0 0.75em 0;
	background-color: #f7f7f7;
	overflow: hidden;
}
.models .thumb > img {
	display: block;
	width: 100%;
	height: auto;
	will-change: transform;
	transition: transform 0.5s ease;
	transform-origin: center center;
}
.models.occasions  .thumb {
	width: 100%;
	height: 180px;
	min-height: 180px;
	margin: 0 0 0.75em 0;
	background-color: #f7f7f7;
	overflow: hidden;
}
.models.occasions .thumb > img {
	display: block;
	width: 100%;
	min-height: 180px;
	will-change: transform;
	transition: transform 0.5s ease;
	transform-origin: center center;
}
.models a.box:hover .thumb > img, .models a.box:active .thumb > img, .models a.box:focus .thumb > img {
	transform: scale(1.05);
}
.models .title {
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.428571em;
	color: #333;
}
.models .subtitle {
	margin: 0.6em 0 0 0;
}
.models .link {
	margin: 0.525em 0 0 0;
	padding: 0 0.05em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.071428em;
	color: #005daa;
	will-change: color;
	transition: color 0.15s ease;
}
.models .link:after {
	content: '\E805';
	display: inline-block;
	vertical-align: bottom;
	margin: 0 0 0 0.4em;
	font-family: icons;
	font-size: 1.3em;
	color: #005daa;
	will-change: margin, color;
	transition: margin 0.15s ease, color 0.15s ease;
}
.models a.box:hover .link:after, .models a.box:active .link:after, .models a.box:focus .link:after {
	margin: 0 0 0 0.6em;
}
.models a.box:hover .link, .models a.box:hover .link:after, .models a.box:active .link, .models a.box:active .link:after, .models a.box:focus .link, .models a.box:focus .link:after {
	color: #333;
}

/** MODELS - SINGLE */
.single.model h3.title {
	margin-bottom: 0.2em;
}
.single.model h3.title:after, .single.model h4:first-of-type:after {
	content: none;
}
.single.model h4:first-of-type {
	margin: 0 0 1em 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 2em;
}
.single.model p a:last-of-type {
	margin: 0.75em 0 0 0;
}

/** MODELS - SINGLE - GALLERY */
.gallery.flex {
	justify-content: flex-start;
}
.gallery.flex .thumb {
	margin-right: 10px;
}
.gallery.flex .thumb:nth-child(4n+0) {
	margin-right: 0;
}
.gallery a.link {
	position: relative;
	display: inline-block;
	cursor: zoom-in;
}
.gallery a.link > img {
	display: block;
}
.gallery a.link:after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '\E801';
	display: block;
	margin: -22.84705px 0 0 -34.5905px;
	padding: 0.4em 0.85em;
	font-family: icons;
	font-size: 1.857142em;
	line-height: 1em;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, 0.66);
	opacity: 0;
	will-change: opacity;
	transition: opacity 0.15s ease;
}
.gallery a.link:hover:after {
	opacity: 1;
}

/** OCCASIONS - LIST - SEARCHBOX */
.occasions .searchbox {
	font-size: 1.071428em;
	padding: 0.95em 0.1em 2.142857em 0.1em;
}
.occasions .searchbox:after {
	content: '';
	display: block;
	margin: 1.25em 0 0 0;
	height: 1px;
	background-color: #eff0f4;
}
.occasions .searchbox .flex {
	flex-direction: row;
}
.occasions .searchbox form {
	margin: 0;
}
.occasions .searchbox input, .occasions .searchbox select {
	width: auto;
	height: auto;
	margin: 0 0 0 0.5em;
	padding: 0.1em 0.5em;
	line-height: 1em;
}
.occasions .searchbox select {
	min-width: 10em;
	background-color: #f7f7f7;
    border: 1px solid #E6E6E6;
    border-radius: 3px;
}
.occasions .searchbox input[type='submit'] {
	padding: 0.425em 0.8em 0.3em 0.8em;
	color: #333;
	border: none;
	background-color: #F2F2F2;
}
.occasions .searchbox input[type='submit']:hover {
	color: #FFF;
	background-color: #005daa;
}

/** OCCASIONS - SINGLE - DETAILS */
.occasion .flex {
	margin: 1.5em 0 2em 0;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.occasion .details {
	margin: 0 0 0 2.5em;
}

/** BUSINESS - SINGLE */
.business .box .thumb {
	min-height: 121px;
}
.business table {
	width: 100%;
}
.business td {
	padding: 0.25em 0;
	border-bottom: 1px solid #f0f0f0;
}

/** NEWS */
.news {
	margin: 0 0 1em 0;
}
.news:after {
	content: '';
	display: block;
	width: 100%;
	margin: 4em 0 3em 0;
	height: 1px;
	background: #eff0f4;
}
.news:last-of-type:after {
	content: none;
}
.news a.title {
	display: block;
	margin: 0 0 1em 0;
	font-family: 'Titillium Web', sans-serif;
	font-size: 2em;
	color: #333;
	line-height: 1.5em;
	will-change: color;
	transition: color 0.15s ease;
}
.news a.title:hover, .news a.title:active, .news a.title:focus {
	color: #005daa;
	text-decoration: none;
}
.news-img-wrap {
	position: relative;
}
.news-img {
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
	background-color: #F3F3F3;
}
.news-img > img {
	display: block;
	width: 100%;
	height: auto;
}
.news-date {
	display: inline-block;
	margin: 0 0 1.4em 0;
	padding: 0.4em 0.7em 0.525em;
	font-size: 1.357142em;
	color: #FFF;
	text-align: center;
	background-color: #005daa;
}
.news-img-wrap .news-date {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	margin: 0;
	z-index: 1;
}
.news-date > span {
	display: block;
	font-size: 0.894736em;
	line-height: 1.176470em;
}
.news .excerpt {
	font-size: 1.071428em;
}
.news .excerpt p {
	margin: 0;
}
.news a.link {
	display: inline-block;
	vertical-align: top;
	margin: 1.75em 0 0 0;
	padding: 0.7em 1.3em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.142857em;
	color: #FFF;
	border: 2px solid #005daa;
	background-color: #005daa;
	border-radius: 3px;
}
.news a.link:after {
	content: '\E803';
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 0.9em;
	font-family: icons;
}
.news a.link:hover, .news a.link:active, .news a.link:focus {
	color: #005daa;
	text-decoration: none;
	background-color: #FFF;
}

/** EQUIPE */
.equipe.flex {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.equipe .box {
	width: 32%;
	margin: 2em 0 0 0;
}
.equipe .box.flex {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.equipe .thumb {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: block;
	margin: 0 1em 0 0;
}
.equipe .box > div {
	flex: 1;
}
.equipe .name {
	margin: 0 0 0.3em 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #222;
}
.equipe .job {
	line-height: 1.428571em;
}
.equipe .job br {
	line-height: 1.713571em;
}

/** CONTACT PAGE */
#contact {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
#contact .box_2 {
	margin: 0 0 2.5em 0;
}

/** CONTACT - FORM */
#contact_form .flex {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
#contact_form .left, #contact_form .right {
	flex: 1;
}
#contact_form .left {
	margin: 0 4em 0 0;
}
#contact_form form {
	margin: 0 0 0 0;
}
#contact_form form h4 {
	margin: 0 0 1.45em 0;
}
#contact_form form p {
	margin: 0 0 1.65em 0;
}
/*#contact_form form label {
	line-height: 1.95em;
}*/
#contact_form form input {
	width: 100%;
}
#contact_form .submit {
	margin-bottom: 0;
	text-align: right;
}
#contact_form form input[type="submit"] {
	width: auto;
	margin: 0;
}
#contact_form form p:last-child {
	margin-bottom: 0;
}

#contact_form p.form_rgpd{
	background-color: #cfe2f2;
	padding: 20px 20px; 
	border-radius: 4px;
	margin-top: 20px;
}

#contact_form label.title_in_form{
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
	font-weight: 700;
}


/* DEMANDE DE DEVIS */

#contact_form{
	padding: 0 0 0 40px;
	width: 100%;
}

.label-right .field-wrap, .label-right .nf-field-label {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

#contact_form form label {
    line-height: 1em;
	margin: 20px 0 20px 0;
}

.nf-response-msg {
	display: block;
    text-align: center;
    padding-top: 30vh;
}

#nf-form-1-cont .nf-response-msg {
    padding-top: 20vh;
}


.nf-response-msg p {
    font-size: 22px;
    background: #ABCA44;
    line-height: 4em;
    color: #fff;
}



/** CONTENT */
.content {
	padding: 4em 0;
}
.content ul li:before {
	content: '\E807';
	vertical-align: top;
	margin: 0 0.65em 0 0.075em;
	font-family: icons;
	color: #005daa;
}
#content_wrapper .content {
	padding-top: 4em;
	padding-bottom: 4em;
}
.content img {
	max-width: 100%;
	height: auto;
}
.content td img {
	max-width: none;
	width: initial;
	height: initial;
}
.content_inner {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 74.358975%;
	margin: 0 0 0 2.564103%;
}
.content_inner.left {
	margin: 0 2.564103% 0 0;
}

/** SIDEBAR */
#sidebar {
	display: inline-block;
	vertical-align: top;
	min-width: 200px;
	width: 23.076923%;
}
#sidebar h3 {
	text-transform: uppercase;
}
#sidebar ul {
	margin: 0 0 4em 0;
}
#sidebar li {
	position: relative;
	margin: 0 0 0.25em 0;
	padding: 0;
}
#sidebar li:before {
	content: none;
}
#sidebar li > a {
	display: block;
}
#sidebar .side_menu a {
	padding: 1em 1.5em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.142857em;
	color: #333;
	text-decoration: none;
	background-color: #F2F2F2;
	transition: background-color 0.15s ease, color 0.15s ease;
}
#sidebar .side_menu li:last-child a {
	border-bottom: 0;
}
#sidebar .archives a {
	text-transform: capitalize;
}
#sidebar .side_menu li.current_page_item a, #sidebar .side_menu li:hover a {
	color: #FFF;
	background-color: #005daa;
}
#sidebar .box {
	margin: 3em 0 0 0;
	padding: 2em;
	font-family: montserratbold;
	font-size: 0.9285em;
	line-height: 1.6923em;
	color: #FFF;
	text-align: center;
	border-radius: 0.5em;
	background: #005daa;
}
#sidebar .box .title {
	margin: 0 0 1em 0;
	font-family: montserratregular;
	font-size: 0.8846em;
	text-transform: uppercase;
}

/** SIDEBAR - NEWS */
#sidebar ul.style_1 li {
	line-height: 1.5em;
}
#sidebar ul.style_1 a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.071428em;
	color: #333;
	will-change: color;
	transition: color 0.15s ease;
}
#sidebar ul.style_1 a:hover, #sidebar ul.style_1 a:active, #sidebar ul.style_1 a:focus {
	color: #005daa;
	text-decoration: none;
}
#sidebar ul.style_1 .date {
	margin: 0.3em 0 0 0;
}
#sidebar ul.style_1 li, #sidebar ul.style_2 li {
	margin: 0 0 1em 0.1em;
	padding: 0 0 0.85em 0;
	border-bottom: 1px solid #eaeaea;
}
#sidebar ul.style_2 a {
	color: #333;
	will-change: color;
	transition: color 0.15s ease;
}
#sidebar ul.style_2 a:before {
	content: '\E807';
	font-family: icons;
	margin: 0 0.8em 0 0;
	color: #666;
}
#sidebar ul.style_2 a:hover, #sidebar ul.style_2 a:active, #sidebar ul.style_2 a:focus {
	color: #005daa;
	text-decoration: none;
}
#sidebar ul.style_2 a:hover:before, #sidebar ul.style_2 a:active:before, #sidebar ul.style_2 a:focus:before {
	color: #005daa;
}
#sidebar .tagcloud a {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0.4em 0;
	padding: 0.5em 1em;
	color: #999;
	border: 1px solid #999;
	border-radius: 2em;
}
#sidebar .tagcloud a:hover, #sidebar .tagcloud a:active, #sidebar .tagcloud a:focus {
	color: #FFF;
	text-decoration: none;
	border-color: #005daa;
	background: #005daa;
}

/** SIDEBAR - BOX INFOS */
.box_infos {
	padding: 2em 1.9em;
	border: 1px solid #CCC;
}
.box_infos .title {
	margin: 0 0 1em 0;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	font-size: 1.642857em;
	color: #333;
}
.box_infos a.link {
	position: relative;
	display: block;
	margin: 1.5em 0 0 0;
	padding: 0.5em 2.75em 0.5em 1.15em;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	font-size: 1.142857em;
	color: #fff;
	border: 2px solid #005daa;
	background-color: #005daa;
	border-radius: 3px;
}
.box_infos a.link.short {
	display: inline-block;
	padding: 0.5em 1.15em;
}
.box_infos a.file:after {
	position: absolute;
	right: 1.15em;
	content: '\F1C1';
	display: inline-block;
	margin: 0 0 0 0.9em;
	font-family: icons;
}
.box_infos a.link:hover, .box_infos a.link:active, .box_infos a.link:focus {
	color: #005daa;
	text-decoration: none;
	background: transparent;
}






/** PARTNERS */
#partners.flex {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
#partners a.item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 268px;
	height: 168px;
	margin: 2.357143em 2.357143em 0 0;
	padding: 8px;
	border: 1px solid #ebebeb;
	will-change: border-color;
	transition: border-color 0.15s;
}
#partners a.item:nth-of-type(3n) {
	margin-right: 0;
}
#partners a.item > img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
#partners a.item:hover, #partners a.item.active {
	border-color: #005daa;
}

/** FOOT */
#foot_wrapper {
	background: #222222;
}
#foot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
	padding-top: 3em;
	padding-bottom: 3em;
	color: #969696;
	line-height: 2em;
}
#foot a {
	color: #FFF;
	text-decoration: none;
}
#foot a:hover {
	text-decoration: underline;
}
#foot p {
	margin: 0 0 1.5em 0;
}
#foot p:last-child {
	margin: 0;
}
#foot h4, #foot svg {
	color: #FFF;
}
#foot h5 {
	color: #FFF;
}
#foot .box {
	width: 27%;
}
#logo_foot {
	height: 85px;
	margin: 0 0 1.35em 0;
}
/*
#logo_foot svg .tagline {
	fill: #FFF;
}
.ic-2 svg .tagline {
	fill: #FFF;
}
*/
#foot .socials {
	margin: 2.05em 0 0 0;
}

/** FOOTER */
#footer_wrapper {
	background: #181818;
}
#footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
	padding-top: 2em;
	padding-bottom: 2em;
	color: #868686;
}
#footer a {
	color: #868686;
	text-decoration: none;
}
#footer a:hover, #makers a:hover {
	color: #FFF;
}
#links > a:before {
	content: '-';
	color: #868686;
	padding: 0 0.4em;
}

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

/** SVG */
/*
#logo_svg {
	position: absolute;
}
*/

/** CLASSES */
img.alignnone {
	display: block;
	margin: 0 0 1.5em 0;
}
td img.alignnone {
	margin: 0 2em 2em 0;
}
.alignleft {
	display: block;
	float: left;
}
img.alignleft {
	margin: 0.25em 1.5em 1.5em 0;	
}
.alignright {
	display: block;
	float: right;
}
img.alignright {
	margin: 0.25em 0 1.5em 1.5em;	
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
td > img.alignnone {
	margin: 0.25em 1.5em 1.5em 0;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
a.link-button, h5 a {
	display: inline-block;
	padding: 0.7em 1.3em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.142857em;
	color: #fff;
	border: 2px solid #005daa;
	background-color: #005daa;
	border-radius: 3px;
}
a.link-button:after, h5 a:after {
    content: '\E803';
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 0.9em;
    font-family: icons;
}
a.link-button:hover, a.link-button:active, a.link-button:focus, h5 a:hover {
	color: #005daa;
	text-decoration: none;
	background: transparent;
}
.single .title {
	position: relative;
}
.share_button {
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	vertical-align: middle;
	width: 2.4em;
	height: 2.4em;
	margin: 0 0 0 1.25em;
	padding: 0;
	color: #FFF;
	font-size: 0.484375em;
	line-height: 2.3em;
	text-align: center;
	background-color: #005daa;
	border-radius: 100%;
	cursor: pointer;
	transition: background-color 0.15s ease;
}
.share_button:before {
	content: '\E80B';
	font-family: icons;
}
.share_button:hover, .share_button.active {
	background-color: #8396A5;
}
.share_button > .share_buttons {
	position: absolute;
	top: 3.1em;
	right: 0;
	display: block;
	opacity: 0;
	visibility: hidden;
	width: 9.2em;
	padding: 0.6em;
	line-height: 0.8em;
	background-color: #FFF;
	border-radius: 0.15em;
	border: 1px solid #ccc;
	box-sizing: border-box;
	transition: opacity 0.15s ease, visibility 0.15s ease;
}
.share_button > .share_buttons:after, .share_button > .share_buttons:before {
	bottom: 100%;
	right: 6px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.share_button > .share_buttons:after {
	right: 7px;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #FFF;
	border-width: 11px;
	margin-left: -11px;
}
.share_button > .share_buttons:before {
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #ccc;
	border-width: 12px;
	margin-left: -12px;
}
.share_button.active > .share_buttons {
	opacity: 1;
	visibility: visible;
}
.share_button > .share_buttons > .sharer {
	display: inline-block;
	vertical-align: top;
	width: 3.2em;
	margin: 0.25em;
	padding: 0.45em 0.8em 0.4em;
	border-radius: 0.125em;
	background: #ccc;
}
.share_button > .share_buttons > .sharer:before {
	font-family: icons;
	color: #FFF;
}
.share_button > .share_buttons > .share-fb:before {
	content: '\F09A';
}
.share_button > .share_buttons > .share-tw:before {
	content: '\F099';
}
.share_button > .share_buttons > .share-li:before {
	content: '\F0E1';
}
.share_button > .share_buttons > .share-gp:before {
	content: '\F0D5';
}
.share_button > .share_buttons > .sharer:hover {
	background-color: #005daa;
}

/** SOCIALS */
.socials > a {
	display: inline-block;
	vertical-align: top;
	width: 2.5em;
	margin: 0 0.5em 0 0;
	font-family: icons;
	font-size: 1.142857em;
	line-height: 2.5em;
	text-align: center;
	background: #2d2d2d;
	border-radius: 0.3em;
}
.socials > a:hover:before {
	color: #005daa;
}
.socials > a:before {
	display: inline-block;
	color: #FFF;
}
.socials > a.facebook:before {
	content: '\f09a';
}
.socials > a.twitter:before {
	content: '\f099';
}
.socials > a.linkedin:before {
	content: '\f0e1';
}
.socials > a.googleplus:before {
	content: '\f0d5';
}

/** TABLE */
/*
div.row {
	display: flex;
	width: 100%;
	padding: 0.25em 0;
	border-bottom: 1px dotted #f0f0f0;
}
div.row.title {
	font-weight: bold;
}
div.col {
	width: 49.5%;
}
*/

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

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

/** Responsive */
@media all and (max-width: 1170px) {
	.inner, .content, #top, #header, #slide_content, #banner, #breadcrumb {
		width: 100%;
		max-width: 100%;
		padding-left: 1em;
		padding-right: 1em;
	}
	.flex {
		flex-wrap: wrap;
	}
	#infos {
		align-items: flex-start;
	}
	#infos .box, a.asset {
		flex: 0 1 auto;
		width: 47%;
	}
	#header.flex {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	#nav > li.menu-item > a {
		padding-left: 0.75em;
		padding-right: 0.75em;
	}
	#slide_content {
		padding-top: 5em;
		padding-bottom: 5em;
	}
	#slide_content .bigtitle {
		font-size: 2.5em;
	}
	#slide_content .button {
		margin-top: 2em;
	}
	#banner a.button {
		margin: 1em 0 0 0;
	}
}
@media all and (max-width: 1024px) {
	#infos {
		padding-bottom: 2em;
	}
	#infos .box {
		margin-bottom: 2em;
		text-align: center;
	}
	#infos h2:after, #infos h3:after, #infos h4:after {
		margin-left: auto;
		margin-right: auto;
	}
	.models a.box {
		margin-right: 30px;
	}
	.models > .flex a.box:nth-child(3n+2) {
		margin-left: 0;
		margin-right: 30px;
	}
	.models a.box:nth-last-child(-n+3) {
		margin-bottom: 2.142857em;
	}
	.gallery.flex .thumb:nth-child(4n+0) {
		margin-right: 10px;
	}
}
@media all and (max-width: 960px) {
	#logo {
		margin-left: auto;
		margin-right: auto;
	}
	#nav_wrapper {
		width: 100%;
	}
	#testdrive .flex {
		flex-direction: column;
	}
	#testdrive > .flex > .left, #testdrive > .flex > .right {
		width: auto;
	}
	#testdrive > .flex > .right {
		margin: 1.5em 0 0 0;
	}
	#testdrive form {
		display: block;
	}
	#testdrive form > .left, #testdrive form > .right {
		padding: 0;
	}
	#testdrive form > .right {
		margin: 1em 0 0 0;
	}
	#news a.box {
		margin-top: 2em;
	}
	.equipe .box.flex {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.equipe .box {
		width: 47%;
	}
	.equipe .thumb {
		margin: 0 0 1em 0;
	}
	.models .cats_selector {
		margin-top: 0;
	}
	.models .cats_selector > div.flex {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}
	.models .cats_selector .item {
		flex: 1;
		margin: 0 1.5em 1em 1.5em;
	}
	.models .cats_selector .item:last-of-type {
		margin-right: 1.5em;
	}
	#foot .box {
		width: 21%;
		margin: 0 5% 0 0;
	}
	#cookie-notice {
		width: 100%;
		min-width: 0;
		max-width: 100%;
	}
	.cookie-notice-container {
		padding: 1em;
	}
	#cn-notice-text {
		display: block;
		margin: 0 0 1em 0;
	}
	#cookie-notice a.button.wp-default {
		display: inline-block;
		margin: 0 0.5em;
		padding: 0.5em 1em;
		text-transform: uppercase;
	}
}
@media all and (max-width: 768px) {
	table {
		table-layout: fixed;
	}
	.business table {
		display: block;
		width: 100%;
		border-collapse: separate;
		border: 0;
		overflow-x: auto;
	}
	table tr {
		display: block;
	}
	.business table tr {
		display: table-row;
		margin: 0;
	}
	table td {
		width: 100%;
		height: auto;
	}
	table td:nth-child(3n) {
		display: block;
	}
	.business td, .business table td:nth-child(3n) {
		display: table-cell;
		width: auto;
		white-space: nowrap;
		padding: 0 1em 0 0;
	}
	#header.flex {
		flex-wrap: wrap;
	}
	.slide_content {
		max-width: 100%;
		padding: 3.5em 0;
	}
	#nav_wrapper {
		margin: 1em 0 0 0;
		overflow: visible;
	}
	#nav-menu {
		position: relative;
		display: block;
		height: 42px;
		margin: 0 auto;
	}
	#nav-menu-button {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 42px;
		height: 42px;
		padding: 19px 0 0 7px;
		border-left: 1px solid #3B3B39;
		border-bottom: 1px solid #3B3B39;
		background: #3B3B39;
		z-index: 11;
	}
	#nav-menu.active #nav-menu-button {
		border-left: 1px solid #005daa;
		border-bottom: 1px solid #005daa;
	}
	#nav-menu-button span, #nav-menu-button span:before, #nav-menu-button span:after {
		position: absolute;
		display: block;
		content: '';
		height: 3px;
		width: 26px;
		background: #FFF;
		border-radius: 1px;
		cursor: pointer;
	}
	#nav-menu-button span:before {
		top: -8px; 
	}
	#nav-menu-button span:after {
		bottom: -8px;
	}
	#nav-menu.active #nav-menu-button span {
		background-color: transparent;
	}
	#nav-menu.active #nav-menu-button span:before, #nav-menu.active #nav-menu-button span:after {
		top: 0;
	}
	#nav-menu.active #nav-menu-button span:before {
		-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
	}
	#nav-menu.active #nav-menu-button span:after {
		-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
	}
	a#nav-menu-link {
		display: block;
		height: 42px;
		padding: 0 52px 0 12px;
		font-family: montserratbold, sans-serif;
		font-size: 1em;
		line-height: 42px;
		color: #005daa;
		text-transform: uppercase;
		text-decoration: none;
		border: 1px solid #3B3B39;
		cursor: pointer;
		overflow: hidden;
	}
	#nav-menu.active a#nav-menu-link {
		display: none;
	}
	#nav {
		position: relative;
		display: none;
		max-width: 100%;
		width: 100%;
		margin: 0;
		padding: 0;
		height: 42px;
		top: auto;
		right: auto;
		z-index: 10;
	}
	#nav-menu.active #nav {
		display: block;
	}
	#nav > li {
		display: block;
	}
	#nav > li > a {
		height: 42px;
		margin: 0;
		padding: 0 1em;
		font-size: 1.0714em;
		line-height: 42px;
		text-align: left;
		color: #FFF;
		background: #3B3B39;
		border: none;
		border-radius: 0;
		transition: none;
	}
	
	#nav > li#menu-item-1289 > a {
		background-color: #3b3b39;
	}
	
	
	#nav > li.searchlink > a {
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		height: 42px;
		margin: 0;
		padding: 0 0.75em;
		line-height: 2.7em;
		text-align: left;
		text-indent: 0;
		background: #3B3B39;
		border-radius: 0;
		overflow: visible;
	}
	#nav > li.searchlink > a:before {
		content: none;
	}
	#nav > li:last-child > a {
		border-bottom: none;
	}
	#nav > li.current-menu-item > a, #nav > li.current_page_item > a, #nav > li.current-page-ancestor > a, #nav > li.menu-item:hover > a, #nav a:hover, #nav a:active, #nav a:focus {
		color: #FFF;
		background-color: #005daa;
	}
	#nav > li.menu-item-has-children > a:after {
		content: none;
	}
	#nav .sub-menu {
		display: none;
		visibility: hidden;
	}
	#news {
		justify-content: space-around;
	}
	.content_inner.left .news {
		margin: 0 0 3em 0;
	}
	.models > .flex {
		justify-content: center;
	}
	.occasions .searchbox .flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.models a.box:nth-last-child(-n+3) {
		margin-bottom: 2.142857em;
	}
	#sidebar {
		display: block;
		width: auto;
		margin: 0 auto 3em auto;
	}
	.content_inner {
		width: 100%;
		margin: 0;
	}
	#foot .box {
		width: 100%;
		margin: 0 2em 3em 0;
	}
	#footer {
		display: block;
	}
}
@media all and (max-width: 480px) {
	input, select {
		width: auto;
	}
	table td {
		display: block;
		margin: 0 0 1em 0;
	}
	#top.flex {
		justify-content: center;
	}
	#top .socials {
		display: none;
		visibility: hidden;
	}
	#breadcrumb.flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	#breadcrumb .trail {
		position: relative;
		width: 100%;
		min-height: 2.6em;
		margin: 0.75em 0 0 0;
	}
	#breadcrumb .share_button {
		position: absolute;
		top: 0;
		right: 0;
	}
	#banner.flex {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#contact {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#contact_form .flex {
		flex-direction: column;
	}
	#contact_form .left {
		margin: 0 0 3em 0;
	}
	#foot {
		display: block;
	}
	#foot .box {
		width: 100%;
		margin-left: 0;
		margin-bottom: 3em;
	}
	#foot .box:last-child {
		margin-bottom: 0;
	}
}