html {
	overflow-y:scroll;
}
html, body {
	height: 100%;
}
body {
	color: #666666;
    font: 15px/1.4 'Source Sans Pro', sans-serif;
    font-weight: 400;
    margin:0;
    background: url(../img/interface/bg2.jpg) no-repeat center fixed;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardisée */
}
*:focus {
	box-shadow: none;
}
.sky-form .input input:focus, .sky-form .select select:focus, .sky-form .textarea textarea:focus, .sky-form .radio input:focus + i, .sky-form .checkbox input:focus + i, .sky-form .toggle input:focus + i { border-color: #ba293a !important; box-shadow: 0 0 2px #ba293a;}
.button:hover { color: #fff !important;}



/************* STYLE ************/

i.fa-file {
	margin-right: 10px;
	font-size: 18px;
}

a {
	text-decoration: none;
	color: #aa142d;
	border: 0;
}
a:hover {
	color: #131313;
}
h1 {
	color: #231f20;
	font-size: 30px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 28px;
	background: url(../img/interface/h1.png) no-repeat left bottom;
}
.droite {
	float: right;
}
.gauche {
	float: left;
}
.pave {
	background: white;
	width: 200px;
	height: 300px;
	padding: 50px 40px;
}
.pave h1 {
	margin-top: 0;
	padding-top: 0;
}
.rouge {
	color: #aa142d;
}
a img {
	border:none;
}

/********** HEADER **********/

header {
	height: 120px;
	background: white;
	margin-bottom: 30px;
}

header .grid_12 {
	position: relative;
}

header nav {
	float: right;
	height: 120px;
	position: relative;
}
header nav ul {
	list-style: none outside none;
	margin: 0;
	overflow: auto;
	padding: 0;
}
header nav ul li {
	float: left;
	margin-left: 25px;
}
header nav ul li a {
	color: #2b2829;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
	border-top: 3px solid white;
	height: 117px;
	line-height: 140px;
	text-decoration: none;
	overflow: hidden;
}
header nav ul li.is-selected a,
header nav ul li a:hover {
	color: #aa142d;
	border-top: 3px solid #aa142d;

}

/********** LANGUE **********/

#languages_menu {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
}

#languages_menu li {
	display: inline-block;
	margin-right: 5px;
}

#languages_menu li a {
	color: #2b2829;
	/*background: #2b2829;*/
	padding: 2px 3px;
	text-transform: uppercase;
	font-size: 13px;
}

#languages_menu li a:hover,
#languages_menu li.is-selected a {
	color: #aa142d;
}


/********** LOGO **********/

a#logo {
	background:url(../img/interface/logo.jpg) no-repeat;
	display: block;
    margin: 0;
    padding: 0;
    width: 250px;
    height: 120px;
    float: left;
}
a#logo span {
	display: none;
}


/*********** SERVICES ***********/

section, footer {
	margin-top: 20px;
}
#actualites {
	border-top: 1px solid #474747;
	padding-top: 20px;
	border-bottom: 1px solid #474747;
	padding-bottom: 20px;
}
#actualites article {
	background: white;
	height: 220px;
}
article .date {
	background: none repeat scroll 0 0 #231F20;
	color: #FFFFFF;
	font-family: 'Oswald',sans-serif;
	font-size: 24px;
	font-weight: 400;
	height: 200px;
  line-height: 24px;
  padding-top: 20px;
  text-align: center;
  text-transform: uppercase;
  width: 60px;
}
article .actu {
  float: right;
  padding: 30px;
  width: 340px;
}
article .titre {
  font-family: 'Oswald',sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  line-height: 20px;
  color: #131313;
}
article .titre a {
  color: #131313;
}
article .categorie {
  font-family: 'Oswald',sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  margin: 5px 0 0;
  line-height: 12px;
  color: #aeaeae;
}

div.spacer {
	display: block;
	height: 20px;
	clear: both;
}

/************* FOOTEr **************/

#coordonnees span.titre {
  font-family: 'Oswald',sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFF;
  margin: 0;
}
#coordonnees span.titre a {
  color: #FFF;
}
#coordonnees {
	background: #ba293a;
	height: 80px;
	color: #231f20;
	font-size: 14px;
	padding: 30px;
	width: 490px !important;
	position: relative;
}
.serial.grid_1{
	display: none;
}
#coordonnees p {
	padding: 0;
	margin: 0;
}
#roadgallery {
	text-align: right;
	margin-bottom: 15px;
}
#social {
  position: absolute;
  right: 30px;
  top: 16px;
  width: 40px;
}
#social a {
	color: black;
}



/********* FORM *********/

.widget {
  background: none repeat scroll 0 0 #FFFFFF;
  width: 100%;
}
.widget form {
    -moz-box-sizing: border-box;
    padding: 20px 10px;
}
p.row_full {
  width: 260px;
}
p.row_half {
  width: 119px;
}
.widget > form > p {
  display: inline-block;
  float: left;
  margin: 10px;
}
.widget > form > p label {
  color: #434c53;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}
.widget > form > p select, .widget select {
  -webkit-appearance:none;
  background-color:#F4F4F4;
  background-image:url(../img/interface/drop_down.png);
  background-position:100% 50%;
  background-repeat:no-repeat no-repeat;
  border:1px solid #E4E4E4;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  border-top-left-radius:0;
  border-top-right-radius:0;
  color:#737373;
  font-size:13px;
  font-weight:300;
  height:31px;
  padding:0 10px;
  width:100%;
}
.widget > form > p input[type="submit"] {
  background-color: #aa142d;
  border:  none;
	color: #FFF;
	font-family: 'Oswald',sans-serif;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
  font-size: 15px;
  height: 52px;
  width: 100%;
  cursor: pointer;
  margin-top: 6px;
}
/********** TRI **********/

#tri {
	background: white;
	padding: 20px;
	margin-bottom: 20px;
	position: relative;
}
#tri #nombrevoitures {
	margin: 0;
	font-family: 'Oswald',sans-serif;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}
/************ My User Dropdown ****************/
.orderby-dropdown {
    /* Size & position */
    position: absolute;
    top: 10px;
    right: 0;
    width: 100px;
    padding-left: 10px;
    height: 42px;
    line-height: 42px;
    z-index: 1400;
    font-size: 15px;


    /* Styles */
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease-out;
}
.orderby-dropdown:after { /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #aa142d transparent;
}
.orderby-dropdown .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;

    /* Styles */
    background: #fff;
    border-radius: 0 0 5px 5px;
    border-top: none;
    border-bottom: none;
    list-style: none;
    transition: all 0.3s ease-out;

    /* Hiding */
    max-height: 0;
    overflow: hidden;
}
.orderby-dropdown .dropdown li {
    padding: 0 10px ;
}
.orderby-dropdown .dropdown li a {
    display: block;
    text-decoration: none;
    color: #120F0E;
    font-weight: 400;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
}
.orderby-dropdown .dropdown li:last-of-type a {
    border: none;
}
.orderby-dropdown .dropdown li i {
    margin-right: 10px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */

.orderby-dropdown .dropdown li:hover a {
    color: #aa142d;
}

/* Active state */


.orderby-dropdown.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 400px;
}

/* No CSS3 support */

.no-opacity       .wrapper-dropdown-1 .dropdown,
.no-pointerevents .wrapper-dropdown-1 .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown-1.active .dropdown,
.no-pointerevents .wrapper-dropdown-1.active .dropdown {
    display: block;
}


/******* ANNONCE ***********/

#masque {
	display: none;
	background-color: #000;
	opacity: 0.5;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
article.produit {
	position: relative;
	margin-bottom:20px;
}
	article.produit:nth-child(3n+1) { margin-left:0; }
	article.produit:nth-child(3n+0) { margin-right:0; }

article.produit img{
	text-align: center;
	display: inherit;
	margin: 10px auto;
	vertical-align: bottom;
}
article.produit a{
	background: white;
	display: block;
}
article.produit a:hover .prix{
	background: #120F0E;
}
article.produit a:hover p.nom-vehicule {
	color: #AA142D;
}
article.produit .prix {
  background: none repeat scroll 0 0 #AA142D;
  color: #FFFFFF;
  font-family: 'Oswald',sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 20px;
  text-align: center;
}
article.produit .infos {
	padding: 25px 20px;
	background: 	url(../img/interface/h1.png)	no-repeat center top;
}
article.produit .tableau p{
	margin: 0;
}
article.produit .tableau {
	font-size: 14px;
	clear: both;
	color: #666666;
}
article.produit .tableau .alignleft {
	font-weight: 600;
}
p.nom-vehicule,
p.titre-actu {
	color: #120f0e;
	font-family: 'Oswald',sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	text-align: center;
}
p.etat-vehicule,
p.date-actu {
	color: #737070;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 0;
	text-align: center;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.espace {
  margin-bottom: 20px;
}
.gallery {
	margin:5px 0 2px 0;
}

/* SLIDESHOW */

#slideshow {
	float:right;
	position:relative;
}

#slideshow p {
	position:absolute;
	left:-260px;
	bottom:60px;
	width:220px;
}

.home-slide .cycle-slideshow img {
	float:left;
	position:relative;
}

.home-slide .pave h1 {
	background-position : bottom left;
}

/* CONTENT */

.cms-content .bloc {
	background:#FFF;
	padding-top:5px;
	padding-bottom:5px;
}
.cms-content .bloc > h1,
.cms-content .bloc > h2,
.cms-content .bloc > h3,
.cms-content .bloc > p,
.cms-content .bloc > ul,
.cms-content .bloc > form,
.cms-content .bloc > time,
.cms-content .bloc > div > p {
	padding-left:20px;
	padding-right:20px;
}
.cms-content h1,
.cms-content h2,
.cms-content h3 {
  font-family: 'Oswald',sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 20px;
  color: #131313;
	padding-bottom: 24px;
	background: url(../img/interface/h1.png) no-repeat 20px bottom;
}
.cms-content h3 {
	font-size:16px;
}
.cms-content {
	position:relative;
}
.cms-content ul {
	list-style-type:none;
	z-index:100;
	position:relative;
}
.cms-content ul li:before {
    font-family:'FontAwesome';
	float:left;
	margin-right:8px;
    content:"\f054";
	color:#ba293a;
}
.about {
	min-height:660px;
}
.image {
	margin-top:20px;
	height:160px;
}
.margin-bottom {
	margin-bottom:20px;
}

/* SERVICES */
a.services {
	min-height: 250px;
	background-position: 0px 57px !important;
	background-repeat: no-repeat !important;
	padding-bottom: 0px;
	margin-bottom: 20px;
	position: relative;
}
a.services div.background {
	height: 190px;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0px;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
a.services:hover div.background {
	opacity: 0.1;
}

a.services p.more {
	display: none;
}
a.services:hover p.more {
	position: absolute;
	display: block;
	bottom: 15px;
	color: #aa142d;
}

a.services .services {
	color: #000000;
	z-index: 200;
	position: absolute;
	line-height: 140px;
	height: 140px;
	display: table-cell;
	vertical-align: middle;
}
a.services .services p {
	display: none;
	z-index: 200;
}
a.services:hover h3 {
	color: #aa142d;
}
a.services:hover p {
	margin: 0 auto;
	display: inline-block;
	line-height: initial;
	vertical-align: middle;

}


.calltoaction > a {
	border:1px solid #aa142d;
	display:block;
	margin-bottom:24px;
	padding:20px;
	text-align:center;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	font-size:18px;
}
.calltoaction > a:hover {
	border:1px solid #fff;
	color:#fff;
}



li.item8 a, li.item16 a, li.item14 a, li.item15 a {
	color:#AAA;
}

li.item24 a{
	color: #aa142d;
}


.cta_openings{
/*
	max-width:550px;
	min-width: 320px;
	width: 100%;
	height:100%;
	min-height: 450px;
	background:url('../img/Suzuki-Ignis.jpg') no-repeat center center transparent;
	background-size: contain;
*/
}

.cta_openings-2{
	width:851px;
	height:400px;
	background:url('../img/pop-up-vacances.jpg') no-repeat center center transparent;
}



#bloc-form-contact{
	position: fixed;
	right: 0;
	top: 30%;
/*	transform: translate3d(0, -50%, 0); */
	width: 200px;
	overflow: hidden;
}
@media (max-width: 768px) {
	#bloc-form-contact{
		display: none !important;
	}
	.fb_dialog{
		bottom: 80pt !important;
	}
}
#bloc-form-contact a{
	display: block;
	text-transform: uppercase;
	color: #fff;
	background: #ba293a;
	padding: 5px 0;
	font-family: "Oswald",sans-serif;
	text-align: center;
	font-size: 20px;
	height: 75px;
	line-height: 74px;
	cursor: pointer;
	border-bottom: 1px solid #ba293a;
	-webkit-transition: all .3s ease-out;
	   -moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		 -o-transition: all .3s ease-out;
			transition: all .3s ease-out;
	-webkit-transform: translate3d(100%, 0, 0);
	   -moz-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		 -o-transform: translate3d(100%, 0, 0);
			transform: translate3d(100%, 0, 0);
}
#bloc-form-contact a.visible{
	-webkit-transform: translate3d(0%, 0, 0);
	   -moz-transform: translate3d(0%, 0, 0);
	    -ms-transform: translate3d(0%, 0, 0);
	     -o-transform: translate3d(0%, 0, 0);
			transform: translate3d(0%, 0, 0);
}
#bloc-form-contact a:hover{
	color: #404040;
	background: #fff;
}
#contenaire-formulaire{
	max-width: 100%;
	width: 550px;
	background: #fff;
}
#contenaire-formulaire figure{
	text-align: center;
	margin: 0;
	padding: 5px 0 20px;
}
#contenaire-formulaire figure figcaption{
	line-height: 20px;
	font-size: 17px;
}
#contenaire-formulaire #formulaire-all-pages{
	background: #fff;
}
#contenaire-formulaire #formulaire-all-pages div{
	padding: 0 10px 10px;
}
#contenaire-formulaire #formulaire-all-pages div:first-of-type{
	padding-top: 10px;
}
#contenaire-formulaire #formulaire-all-pages input[type="email"], 
#contenaire-formulaire #formulaire-all-pages input[type="text"],
#contenaire-formulaire #formulaire-all-pages textarea{
	display: block;
	font: 13px/19px "Lato",sans-serif;
	background: #ccc;
	color: #000;
	border: none;
	padding: 5px;
	resize: none;
	width: 520px;
	height: 30px;
}
#contenaire-formulaire #formulaire-all-pages textarea{
	height: 80px;
}
#contenaire-formulaire #formulaire-all-pages input[type="submit"]{
	display: block;
	text-transform: uppercase;
	color: #ccc;
	background: #404040;
	padding: 10px 0;
	font-family: "Oswald",sans-serif;
	text-align: center;
	font-size: 17px;
	border: none;
	width: 530px;
	cursor: pointer;
}




#les-commentaires{
/* 	display: none !important; */
}
#les-commentaires #caroussel-commentaires{
	margin-bottom: 20px;
	padding: 0 50px;
	position: relative;
	height: 230px;
}
.slick-list{
	height: 100%;
}
.slick-track{
	height: 100%;
}
#caroussel-commentaires .un-commentaire{
	
}
#caroussel-commentaires .slick-arrow{
	position: absolute;
	height: 100%;
	width: 30px;
	background: none;
	background-size: contain;
	top: 0;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -999px;
	border: none;
	cursor: pointer;
}
#caroussel-commentaires .slick-arrow.slick-prev{
	left: 0;
	background-position: left center;
	background-image: url('../img/left-arrow.png');
}
#caroussel-commentaires .slick-arrow.slick-next{
	right: 0;
	background-position: right center;
	background-image: url('../img/right-arrow.png');
}
#caroussel-commentaires .un-commentaire article{
	padding: 20px;
	margin: 0 20px;
	background: #c3efd0;
	height: 190px;
}
#caroussel-commentaires .un-commentaire article p{
	margin: 0 0 15px;
	text-align: justify;
	line-height: 1.3;
	max-height: 152px;
	font-size: 20px;
	overflow: hidden;
}
#caroussel-commentaires .un-commentaire article p:last-of-type{
	margin-bottom: 0;
}
#caroussel-commentaires .un-commentaire article span{
	display: block;
	margin-top: 25px;
	font-size: 14px;
}


.rgpd{
	background: #fff;
	padding: 50px;
	margin: 50px auto;
}

.rgpd b{
	text-transform: uppercase;
}