/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0;
	overflow-x: hidden;
	width: 100%;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

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

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

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

input {
	line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

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

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: bold
}

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

td,
th {
	padding: 0
}

body {
	margin: 0
}

a {
	text-decoration: none;
}

figure {
	margin: 0;
}

iframe {
	border: none;
}

#reseaux_detail {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	display: block;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
	float: left;
}

.col-1 {
	width: 8.3333333333%;
}

.col-2 {
	width: 16.6666666666%;
}

.col-3 {
	width: 25%;
}

.col-4 {
	width: 33.3333333333%;
}

.col-5 {
	width: 41.6666666666%;
}

.col-5-1 {
	width: 48%
}

.col-6 {
	width: 50%;
}

.col-7 {
	width: 58.3333333333%;
}

.col-8 {
	width: 66.6666666666%;
}

.col-9 {
	width: 75%;
}

.col-10 {
	width: 83.3333333333%;
}

.col-11 {
	width: 91.6666666666%;
}

.col-12 {
	width: 100%;
}

.col_left {
	float: left;
}

.col_right {
	float: right;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-border-radius: 0px;
	/* Firefox 1, probably can drop this */
	-webkit-border-radius: 0px;
	/* Safari 3-4, also probably droppable */
	border-radius: 0px;
	position: relative;
}

html {
	font-size: 62.5%;
}

body {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	color: #fff;
}

body p,
ul li {
	font-size: 1.4em;
}

body .contenu p {
	margin: 18px 0;
	line-height: 1.5em;
}

a {
	color: #FCC000;
	-webkit-transition: color 500ms;
	-moz-transition: color 500ms;
	-o-transition: color 500ms;
	-ms-transition: color 500ms;
	transition: color 500ms;
}

a:hover {
	color: #B21823;
}

#fil_ariane ul {
	list-style: none;
	margin: 5px 0 20px 0;
	padding: 0 0 0 0;
}

#fil_ariane ul li {
	display: inline-block;
	padding: 0 0 0 12px;
	margin: 0 10px 0 0;
	background: url(../images/ariane.png) no-repeat center left;
}

.contenu a.btn {
	background: #FCC000;
	margin-top: 30px;
	color: #fff;
	padding: 15px;
	-webkit-transition: background 500ms;
	-moz-transition: background 500ms;
	-o-transition: background 500ms;
	-ms-transition: background 500ms;
	transition: background 500ms;
	text-align: center;
	font-size: 1.5em;
	display: block;
}

.contenu a.btn:hover {
	background: #B21823;
	color: #fff;
}

.contenu_page {
	margin-bottom: 40px !important;
}

img {
	display: block;
	max-width: 100%;
}

h1,
.h1 {
	font-size: 2.6em;
}

.h1 {
	text-transform: none;
	font-weight: bold;
}

h2 {
	font-size: 2.4em;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
}

h3 {
	font-size: 1.8em;
}

h4 {
	font-size: 1.6em;
}

h5 {
	font-size: 1.4em;
}

h6 {
	font-size: 1.2em;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.overall {
	max-width: 1080px;
	margin: auto;
}

.decallage {
	margin: 0 -15px;
}

.decallage .container_item:nth-of-type(3n+1) {
	clear: both;
}

.clear {
	clear: both;
}

.container_image {
	overflow: hidden;
	display: block;
}


/* GENERALITE PAGE DE CONTENU*/

.contenu {
	line-height: 1.5em;
}

.contenu a {
	color: #fcc000;
}

.contenu a:hover {
	color: #FFF;
}

.contenu ul li,
#detail ul li {
	list-style: none;
	background-repeat: no-repeat;
	padding: 0px 15px 5px 15px;
	background-position: 0px 5px;
	margin-top: 5px;
	font-size: 1.5em !important;
}

.contenu ul li:before,
#detail ul li:before {
	content: "";
	width: 5px;
	height: 5px;
	display: inline-block;
	vertical-align: middle;
	background: #fcc000;
	margin-right: 8px;
}

.contenu h1, #contenu_home h1 {
	color: #fcc000;
	font-size: 3.2em;
	line-height: 1em;
	font-weight: normal;
}

.contenu h2 {
	color: #fcc000;
	line-height: 1em;
	text-transform: none;
}

.contenu p strong {
	color: #fcc000;
}

#presentation h2 a,
#actualite h2 {
	color: #fff;
}


/*--*--*--*-- HEADER -*--*--*--*/

header {
	background: #fff;
}


/*--*--*--*-- LOGO -*--*--*--*/

header div.overall {
	position: relative;
}

header {
	background: url(../images/bg_slide.jpg) no-repeat top center;
	background-size: cover;
}

#logo {
	padding-right: 20px;
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	outline: none;
}

#logo h1 {
	text-indent: -999999px;
	display: block;
	margin: 0;
	height: 0;
}

#header_contact {
	background: rgba(0, 0, 0, 0.6);
	padding: 10px 20px;
}

#coordonnees_contact {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	width: 49%;
}

#coordonnees_contact:after {
	content: "";
	background: url(../images/logo_opel.png);
	display: inline-block;
	vertical-align: middle;
	width: 71px;
	height: 76px;
}

#coordonnees_contact > div {
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
}

#coordonnees_contact div p:first-of-type {
	font-size: 1.8em;
	margin: 0;
}

#coordonnees_contact div p span {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 700;
}

#coordonnees_contact div p:last-of-type {
	font-size: 2em;
	color: #FCC000;
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 700;
	margin: 0;
}


/*--*--*--*-- NAVIGATION -*--*--*--*/

#btn_menu {
	display: none;
}

#navigation_principale {
	border-top: 4px solid #FCC000;
	text-align: right;
}

#navigation_principale ul {
	background: #FCC000;
	display: inline-block;
	padding: 0;
	text-align: right;
	margin-top: -4px;
}

#navigation_principale ul li {
	display: inline-block;
	vertical-align: top;
	background: none;
	font-size: 1.6em;
	list-style: none;
}

#navigation_principale ul li a {
	color: #000;
	text-transform: uppercase;
	padding: 20px 18.5px;
	display: block;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	border-left: 1px solid rgba(66, 44, 28, 0.3);
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
}

#navigation_principale ul li:first-of-type a {
	border-left: 1px solid #FCC000;
}

#navigation_principale ul li:last-of-type a {
	border-right: 1px solid #FCC000;
}

#navigation_principale ul li:hover a {
	color: #fff;
}

#navigation_principale ul li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #B21823;
	height: 100%;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

#navigation_principale ul li a.active {
	background: #B21823;
	color: #fff;
}

#navigation_principale ul li a:hover:before,
#navigation_principale ul li a:focus:before,
#navigation_principale ul li a:active:before {
	left: 0;
	right: 0;
}


/*--*--*--*-- haut page spotlight-*--*--*--*/

.haut_page_recherche {
	background: url(../images/fond_spotlight.jpg) top center no-repeat;
	width: 100%;
	padding-top: 35px;
	padding-bottom: 20px;
}

.haut_page_recherche .overall {
	position: relative;
}

.haut_page_recherche img {
	float: right;
	width: 68%;
}

hr {
	border: none;
	height: 18px;
	border-bottom: 1px solid #333;
}


/*--*--*--*-- RECHERCHE-*--*--*--*/

#recherche {
	background: #FCC000;
	/* Old browsers */
	position: relative;
}

.titre_recherche {
	margin: 0;
	color: #000;
	font-size: 1.6em;
	padding: 17px 5px 17px 17px;
	display: inline-block;
	vertical-align: top;
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
	width: 18%;
}

#bloc_recherche {
	display: inline-block;
	vertical-align: top;
	padding: 12px 12px 12px 5px;
	width: 81%;
}

#recherche .field {
	position: relative;
	padding: 0 2px;
	display: inline-block;
	vertical-align: top;
	width: 23.5%;
}

#recherche select {
	background: #fff;
	border: none;
	outline: none;
	width: 100%;
	font-size: 1.5em;
	color: #6D6D6D;
}

.recherche_btn {
	height: 30px;
	margin: 0 2px;
	border: none;
	background: url('../images/sprites.png') no-repeat -49px -50px;
	background-color: #000;
	display: inline-block;
	vertical-align: top;
	width: 30px;
	text-indent: -999999px;
	-webkit-transition: width .3s;
	-moz-transition: width .3s;
	-o-transition: width .3s;
	transition: width .3s;
}


/*--*--*--*-- Banniere -*--*--*--*/

#banniere {
	padding-top: 10px;
}

#banniere img {
	padding-top: 15px;
	clear: both;
}

#slogan a {
	background: url(../images/logo_opel_grand.png) no-repeat;
	display: block;
	vertical-align: middle;
	width: 111px;
	height: 83px;
	float: left;
	margin-right: 10px;
}


#slogan > div {}

#slogan > div > p:first-of-type {
	color: #FCC000;
	font-size: 3.2em;
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
	margin: 0;
}

#slogan > div > p:last-of-type {
	font-size: 2.2em;
	margin: 0;
}

#slogan > div > p.home {
	font-size: 3.2em;
}

#slogan h1 {
	margin: 0;
	font-size: 2.2em;
	font-weight: normal;
}

/*--*--*--*-- Accueil -*--*--*--*/

#contenu_home {
	background: url(../images/bg_contenu.jpg) center no-repeat;
	background-size: cover;
}

#bottom_home {
	padding: 15px 0 30px 0;
}


/*--*- PRESENTATION -*--*/

#presentation {
	width: 66%;
	float: left;
	position: relative;
	padding-right: 25px;
}

#presentation h2 a:before,
#actualite h2:before {
	content: "";
	background: url(../images/sprites.png) no-repeat -50px -5px;
	width: 27px;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
}

#presentation img {
	-webkit-transition: transform 800ms;
	-moz-transition: transform 800ms;
	-o-transition: transform 800ms;
	-ms-transition: transform 800ms;
	transition: transform 800ms;
}

#presentation:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

#presentation .container_image {
	float: left;
	max-width: 50%;
}

#content_presentation {
	text-align: justify;
	float: left;
	width: 50%;
	padding-left: 20px;
}

#content_presentation a:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#content_presentation p {
	color: #C9C9C9;
	font-family: "arial";
	font-size: 1.2em;
}

#content_presentation strong {
	font-size: 1.4em;
	color: #fff;
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
}

#content_presentation strong {
	-webkit-transition: color 500ms;
	-moz-transition: color 500ms;
	-o-transition: color 500ms;
	-ms-transition: color 500ms;
	transition: color 500ms;
}

#content_presentation:hover strong {
	color: #FCC000;
}


/*--*- ACTUALITE PAGE ACCUEIL -*--*/

#actualite {
	color: #fff;
	width: 33%;
	float: right;
}

#actualite article {
	display: table;
	padding-bottom: 18px;
	position: relative;
	-webkit-transition: color 500ms;
	-moz-transition: color 500ms;
	-o-transition: color 500ms;
	-ms-transition: color 500ms;
	transition: color 500ms;
}

#actualite article img,
.content_actualite {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}

.content_actualite {
	width: 68%;
	padding-left: 15px;
}

#actualite .listing {
	margin-bottom: 0;
}

#actualite article h3 {
	margin: 0;
	font-size: inherit;
	font-weight: normal;
}

#actualite article h3 a {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
	margin: 0;
	font-size: 1.6em;
	color: #fff;
	display: block;
}

#actualite article p {
	margin-top: 0;
	font-size: 1.2em;
	color: #C9C9C9;
}

#actualite article a:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#actualite article:hover h3 a {
	color: #FCC000;
}


/*--*- COUP DE COEUR -*--*/

#listing_coup_coeur h2:before {
	content: "";
	background: url(../images/sprites.png) no-repeat -3px -3px;
	width: 32px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	padding-right: 10px;
}

#listing_coup_coeur .container_item {
	width: 25%;
}

#listing_coup_coeur .decallage .container_item {
	clear: none !important;
}


/*--*- COUP DE COEUR AND GENERAL ITEM-*--*/

.container_item {
	padding: 0 15px;
	float: left;
}

.item {
	position: relative;
	background: #fff;
}

.item img {
	-webkit-transition: transform 800ms;
	-moz-transition: transform 800ms;
	-o-transition: transform 800ms;
	-ms-transition: transform 800ms;
	transition: transform 500ms;
	width: 100%;
}

.item:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.item .content_item {
	padding: 15px;
	min-height: 85px;
}

.item .content_item a {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
	font-size: 1.6em;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #000;
	display: block;
}

.item .content_item a:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.item .content_item p {
	margin: 0;
	color: #8E8E8E;
	font-size: 1.2em;
}

.item .content_item .price {
	color: #B21823;
	padding-top: 5px;
	display: block;
}

.price {
	color: #000000;
	font-size: 1.8em;
}


/*--*- FOOTER -*--*/

footer {
	background: #FCC000;
	padding: 30px 0;
	text-align: center;
}

footer ul {
	margin: 0;
	list-style: none;
	padding: 0;
	font-size: 1.1em;
}

footer ul li,
footer ul li a {
	color: #000;
	padding: 5px;
	font-weight: 300;
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
}

footer ul li a:hover {
	color: #B21823;
}

footer ul li {
	display: inline-block;
	background: none;
}


/*-*-*-*-*Listing-*-*-*-*-*/

.listing .container_item {
	width: 33.33%;
	padding: 15px;
}


/*-*-*-*-* DETAIL-*-*-*-*-*/


/* Pagination */

#pagination {
	padding: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	background: #CCC;
	color: #212121;
}

#pagination a {
	width: 30px;
	height: 30px;
	float: left;
}

#pagination a:hover {
	background: #FFF;
}

#pagination a img {
	width: 10px;
	display: block;
	margin: 7px auto auto auto;
}

.pagination_gauche {
	float: left;
}

.pagination_droite {
	float: right;
}

#pagination_centre {
	font-size: 1.250rem;
	text-align: center;
}

#pagination_centre select {
	border: none;
	padding: 5px;
	margin: 0 10px;
	min-width: 50px;
	text-align: center;
	background: #FFF;
}


/*Titre detail*/

.titre {
	background: #fcc000;
	padding: 10px;
}

#detail .titre h1 {
	color: #fff;
	margin: 4px 0px 8px 0;
	font-size: 2.5em;
}

.titre .reference {
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 1em;
}


/* photos principale */

.agrandissement .container_image:hover {
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.50);
	-o-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.50);
	-ms-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.50);
	cursor: url('../images/zoom75.svg'), default;
}

.agrandissement .container_image img {
	-webkit-transition: transform 500ms;
	-moz-transition: transform 500ms;
	-o-transition: transform 500ms;
	-ms-transition: transform 500ms;
	transition: transform 500ms;
	width: 100%;
}

.agrandissement .container_image img:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}


/* MINIATURE PHOTOS */

#miniatures {
	margin: 7px -5px;
}

.miniature_photo {
	display: block;
	float: left;
	padding: 5px;
	width: 20%;
	overflow: hidden;
}

.miniature_photo a {
	display: block;
	overflow: hidden;
}

#miniatures a img:hover {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

#miniatures a img {
	width: 100%;
	display: block;
	margin: 0 auto;
	box-shadow: 0px 1px 3px 1px #B7B7B7;
	-webkit-box-shadow: 0px 1px 3px 1px #B7B7B7;
	-moz-box-shadow: 0px 1px 3px 1px #B7B7B7;
	-o-box-shadow: 0px 1px 3px 1px #B7B7B7;
	-ms-box-shadow: 0px 1px 3px 1px #B7B7B7;
	-webkit-transition: transform 500ms;
	-moz-transition: transform 500ms;
	-o-transition: transform 500ms;
	-ms-transition: transform 500ms;
	transition: transform 500ms;
}

.miniature_photo a:hover {
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.50);
	-o-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.50);
	-ms-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.50);
}


/* CONTENU DETAIL */

#detail h2 {
	font-size: 2.8em;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(34, 34, 43, 0.09);
}

.caracteristique {
	padding-left: 20px;
	line-height: 1em;
}

.caracteristique .cell {
	padding: 16px 2px;
	font-size: 1.125em;
	border-bottom: 1px solid #333;
	display: table;
	width: 100%;
}

.caracteristique .cell p {
	display: table-cell;
}

.caracteristique .cell p:last-of-type {
	text-align: right;
}

.caracteristique .cell p:first-of-type {
	color: #fcc000;
	width: 50%;
	font-size: 1.4em;
}

.caracteristique .price {
	font-size: 4em;
	color: #fcc000;
	margin: 20px 0;
	padding: 15px 0;
	font-weight: 600;
}


/* equipement*/

.bas_details ul {
	padding: 0;
}

.bas_details ul li {
	float: left;
	width: 33.33%;
}

.equipement,
.option {
	margin: 30px 0;
}


/*Voiture associer */

#voiture_similaire {
	background: #212121;
	padding: 20px 0;
}

#voiture_similaire {
	margin-bottom: 0px;
	box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.76);
	-webkit-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.76);
	-moz-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.76);
	-o-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.76);
	-ms-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.76);
}

#voiture_similaire .container_item {
	width: 25%;
}


/*--*- PAGE Listing actualite   -*--*/

.listing_actu article {
	float: left;
	width: 33.33%;
	padding: 15px;
	position: relative;
	-webkit-transition: color 500ms;
	-moz-transition: color 500ms;
	-o-transition: color 500ms;
	-ms-transition: color 500ms;
	transition: color 500ms;
}

.listing_actu article .container_actu {
	background: #fff;
	position: relative;
}

.listing_actu article img,
.listing_actu .content_actualite {
	vertical-align: top;
	width: 100%;
}

.listing_actu .content_actualite {
	padding: 20px;
}

.listing_actu .container_actu:hover {
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
	-o-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
	-ms-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.33);
}

.listing_actu article h2 {
	margin: 0;
	line-height: 18px;
}

.listing_actu article h2 a {
	padding-bottom: 10px;
	display: block;
	font-size: 1em;
	color: #000;
	margin-top: 0;
}

.listing_actu article a:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.listing_actu article p {
	margin-top: 0;
	color: #8E8E8E;
	-webkit-transition: color 500ms;
	-moz-transition: color 500ms;
	-o-transition: color 500ms;
	-ms-transition: color 500ms;
	transition: color 500ms;
}


/*--*- Actualite Details  -*--*/

#actualite_detail img {
	float: left;
	padding: 0 25px 10px 0;
}

#actualite_detail .content_actu {
	line-height: 1.5em;
	text-align: justify;
}


/*--*- contact  -*--*/

#contact iframe {
	height: 400px;
	width: 100%;
	display: block;
}

#contact {
	padding-bottom: 40px;
}

#adresse h2:before {
	content: "";
	background: url('../images/sprites_contact.png') no-repeat -5px -4px;
	width: 28px;
	height: 36px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.horaire h2:before {
	content: "";
	background: url('../images/sprites_contact.png') no-repeat -71px -7px;
	width: 29px;
	height: 29px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

#tel_fax h2:before {
	content: "";
	background: url('../images/sprites_contact.png') no-repeat -36px -6px;
	width: 31px;
	height: 31px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

#adresse h2,
.horaire h2,
#tel_fax h2 {
	padding-bottom: 0;
}

#adresse p,
.horaire p,
#tel_fax p {
	font-size: 1.4em;
	line-height: 1.4em;
}

.contact_gauche {
	display: none;
}

.contact_droite {
	width: 100%;
}

.contact_gauche label {
	padding: 10px;
	display: block;
	margin: 5px 0;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #fcc000;
	text-align: left;
}

#contact form {
	background: rgba(218, 218, 218, 0.21);
	padding: 20px;
}

textarea {
	min-height: 153px;
}

input[type="text"],
input[type="tel"],
textarea {
	border: none;
	font-size: 1.3em;
	color: #212121;
	padding: 10px;
	margin: 5px 0;
	outline: none;
	width: 100%;
	border: 1px solid #EAEAEA;
	background-color: #FFF;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #fcc000;
}

input[type="submit"] {
	padding: 10px;
	width: 100%;
	background: #fff;
	color: #212121;
	font-size: 1.4em;
	text-transform: uppercase;
	border: none;
	margin: 0 auto;
	display: block;
	-webkit-transition: background 800ms;
	-moz-transition: background 800ms;
	-o-transition: background 800ms;
	-ms-transition: background 800ms;
	transition: background 800ms;
	border-left: 4px solid #FCC000;
	border-right: 4px solid #FCC000;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #FCC000;
	color: #fff;
	outline: none;
}

.champs_obligatoires {
	color: #FCC000;
}

.alert_message {
	position: relative;
	top: -10px;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	border-radius: 5px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.56);
	padding: 10px;
	z-index: 120;
	color: #FFFFFF;
	text-align: center;
}

.alert_message.error {
	background: #d7246f;
}

.alert_message.success {
	background: #186e8c;
}

.alert_message p {
	margin-top: 0px;
	margin-bottom: 0px;
}


/*
Mention légales */

#mention_legales {
	padding-bottom: 40px;
}

#btn_conf {
	color: #FFF;
	font-size: 0.875em;
	text-align: center;
	display: block;
	padding: 15px;
	background: #fcc000;
}

#btn_imprimer {
	display: block;
	font-size: 1.2em;
}

#btn_imprimer img {
	float: left;
	margin: 0 10px 0 0;
}

.voile_popup {
	display: none;
	position: fixed;
	z-index: 9;
	background: rgba(0, 0, 0, 0.50);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.popup {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 400px;
	margin-top: -300px;
	margin-left: -200px;
	background: rgba(255, 255, 255, 1.00);
	border-radius: 5px;
	padding: 20px;
	z-index: 10;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30);
	font-size: 0.875em;
}

.btn_fermer {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px 10px;
	background: #212121;
	color: #FFF;
	font-size: 1.25em;
	line-height: 1em;
}

#btn_partager {
	clear: both;
	display: block;
	margin: 15px 0;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.1em;
}

.img_gauche {
	float: left;
	margin: 0 20px 15px 0;
	max-width: 45%;
}

.img_droite {
	float: right;
	margin: 20px 40px;
	max-width: 43%;
}

.img_pare-brise {
	width: 25%;
	display: inline-block;
	float: left;
	padding: 10px;
}

#presentation_societe p {
	text-align: justify;
}

.description {
	padding: 15px 20px;
	margin: 25px 0 15px 0;
	border: 1px solid #444;
	background: #212121;
}

.description h2 {
	margin-top: 0;
}

.description p {
	color: #BBB;
	text-align: justify;
}

#facebook img {
	width: 20px;
	position: relative;
	margin: 2px 5px 0 0;
	display: inline-block !important;
}


/*--*- RESPONSIVE  -*--*/

@media screen and (max-width: 1080px) {
	#banniere {
		margin: 0 10px;
	}
}

@media screen and (max-width: 800px) {
	.haut_page_recherche img {
		float: none;
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	/* Recherche */
	#recherche {
		max-width: inherit;
		width: 100%;
	}
	.titre_recherche {
		text-align: center;
		width: 100%;
		display: block;
		padding: 10px 0;
		cursor: pointer;
		-webkit-transition: width 800ms;
		-moz-transition: width 800ms;
		-o-transition: width 800ms;
		-ms-transition: width 800ms;
		transition: width 800ms;
	}
	#recherche .field {
		width: 50%;
		padding: 10px;
		float: left;
	}
	/* _______ MENU _____*/
	#contenu_home {
		padding: 0 10px;
	}
	#btn_menu {
		cursor: pointer;
		display: block;
		position: relative;
		color: #FFF;
		padding: 12px;
		font-size: 1.5em;
		text-transform: uppercase;
		z-index: 4;
		width: 100%;
		background: #FCC000;
		-webkit-transition: color 800ms;
		-moz-transition: color 800ms;
		-o-transition: color 800ms;
		-ms-transition: color 800ms;
		transition: color 800ms;
	}
	#navigation_principale {
		border-top: none;
	}
	#btn_menu:before {
		content: "";
		background-image: url(../images/menu9.png);
		background-position: center;
		background-repeat: no-repeat;
		width: 41px;
		height: 41px;
		background-size: cover;
		display: inline-block;
		vertical-align: middle;
	}
	#navigation_principale ul.actif {
		top: 218px;
	}
	#navigation_principale ul li {
		width: 100%;
		border: none;
		float: none;
		border-bottom: 1px solid #ff9c00;
	}
	#navigation_principale ul li a {
		padding: 20px 14px;
	}
	#deroulant {
		top: -600px;
		position: absolute;
		-webkit-transition: top 800ms;
		-moz-transition: top 800ms;
		-o-transition: top 800ms;
		-ms-transition: top 800ms;
		transition: top 800ms;
		background: #fcc000;
		z-index: 3;
		width: 100%;
		border-top: 1px solid #ff9c00;
		left: 0;
		text-align: left !important;
	}
	#header_contact {
		background: #000;
		position: relative;
		z-index: 10;
	}
	#bloc_recherche {
		width: 100%;
	}
	.recherche_btn {
		width: 97%;
		text-align: center;
		margin: 10px;
	}
	.haut_page_recherche {
		padding-top: 10px;
	}
	.img_pare-brise {
		width: 50%;
		display: inline-block;
		float: left;
		padding: 10px;
	}
}

@media screen and (max-width: 750px) {
	/* PRESENTATION */
	#presentation {
		width: 100%;
		float: none;
		padding-right: 0;
	}
	#presentation .container_image {
		float: left;
	}
	/* COUP DE COEUR */
	#listing_coup_coeur {
		width: 100%;
		float: none;
		padding-left: 0;
	}
	#listing_coup_coeur img {
		width: 100%;
	}
	/* ACTU  accueil */
	#actualite {
		float: none;
		width: 100%;
	}
	#actualite article img,
	.content_actualite {
		display: block;
		width: 100%;
	}
	#actualite article img {
		width: 100px;
		margin: 0 auto;
	}
	/* Actualite home */
	#actualite .listing article {
		width: 100%;
		float: none;
	}
	#actualite article img {
		width: 100px;
		display: table-cell;
	}
	#actualite .content_actualite {
		display: table-cell;
		width: 80%;
	}
	#actualite article img {
		min-width: 100px;
	}
	/*Linsting*/
	.listing .container_item {
		width: 50%
	}
	.listing .container_item img {
		width: 100%
	}
	.decallage .container_item:nth-of-type(3n+1) {
		clear: none;
	}
	.decallage .container_item:nth-of-type(2n+1) {
		clear: both;
	}
	/*    voiture similaire*/
	#voiture_similaire .container_item {
		width: 50%;
	}
	/*    detail produit*/
	.haut_detail #bloc_photos,
	.haut_detail .caracteristique {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	.bas_details ul li {
		float: left;
		width: 50%;
	}
	/*    listing actualite */
	.listing_actu article {
		width: 50%;
	}
	.listing_actu .content_actualite {
		min-height: 140px;
	}
	#contact .col_left,
	#contact .col_right {
		float: none;
		width: 100%;
	}
	#contact #adresse,
	#contact #tel_fax,
	#contact .horaire {
		text-align: center;
	}
}

@media screen and (max-width: 650px) {}

@media screen and (max-width: 600px) {
	#logo {
		display: block;
		margin: 0 auto;
		padding: 20px 0;
		width: 100%;
	}
	#coordonnees_contact {
		display: block;
		text-align: center;
		width: 100%;
	}
	#coordonnees_contact:after {
		display: none;
	}
	#top_header {
		padding-bottom: 14px;
	}
	.titre_page,
	#presentation h1,
	#listing_coup_coeur h1,
	#actualite h1 {
		text-align: center;
		display: block;
		width: 100%
	}
	.container_item {
		padding: 15px;
	}
	.haut_page_recherche img {
		position: relative;
	}
	/*presentation*/
	#presentation .container_image,
	#content_presentation {
		float: none;
		width: 100%;
		max-width: inherit;
	}
	#content_presentation {
		padding-left: 0;
		padding-top: 20px;
	}
	#presentation img {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	#listing_coup_coeur .container_item {
		width: 100%;
	}
	/*    detail produit*/
	.bas_details ul li {
		float: left;
		width: 100%;
	}
	#contact iframe {
		height: 200px;
	}
}

@media screen and (max-width: 480px) {
	#bloc_recherche {
		display: none;
	}
	#bloc_recherche.actif {
		display: block;
	}
	#recherche {
		width: 100%;
	}
	#recherche .field {
		width: 100%;
		display: block;
		padding: 0px 10px;
		margin: 15px 0;
		float: none;
	}
	.recherche_btn {
		position: relative;
		display: block;
		width: 97%;
	}
	.recherche_btn {
		width: 93%;
	}
	/* Actualite listing */
	.listing_actu article {
		float: none;
		width: 100%;
	}
	.listing_actu article img,
	.listing_actu .content_actualite {
		vertical-align: middle;
	}
	.listing_actu .content_actualite {
		min-height: inherit;
	}
	/*Linsting*/
	.listing .container_item {
		width: 100%
	}
	/*    voiture similaire*/
	#voiture_similaire .container_item {
		width: 100%;
	}
	.img_gauche,
	.img_droite {
		margin: 15px 0;
		max-width: 100%;
		width: 100%;
	}
	.img_pare-brise {
		width: 100%;
		display: block;
		float: none;
		padding: 10px 0;
	}
	#banniere {
		display: none;
	}
	#coordonnees_contact div p:first-of-type {
		font-size: 1.4em;
		margin: 0 0 8px 0;
	}
}

#contact select {
	appearance: normal !important;
	-webkit-appearance: normal !important;
	-moz-appearance: normal !important;
	-o-appearance: normal !important;
	-ms-appearance: normal !important;
	padding: 6px;
	border: 1px solid #eaeaea;
	color: #B21823;
	font-size: 1.3em;
	margin: 4px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
	.recherche_btn:before,
	#presentation h1 a:before,
	.minict_wrapper:after,
	.minict_wrapper.active:after,
	.contenu h2:before,
	#listing_coup_coeur h2:before,
	#presentation h2 a:before,
	#actualite h2:before,
	.listing h1:before,
	#voiture_similaire h3:before,
	.contenu h1:before,
	#detail h2:before,
	.horaire h2:before,
	#tel_fax h2:before,
	#adresse h2:before {
		background-image: url(../images/x2/sprites.png);
		background-size: 79px;
	}
	.contenu ul li,
	#detail ul li {
		background-image: url('../images/x2/puce.jpg');
		background-size: 6px 6px;
	}
	#slogan:before {
		background-image: url(../images/x2/logo_opel_grand.png);
		background-size: 111px;
	}
	#btn_menu:before {
		background-image: url(../images/x2/menu9.png);
		background-size: 41px;
	}
	#top_header {
		background-image: url(../images/x2/voiture_logo.png);
		background-size: 152px 60px;
	}
}

.contenu>ul {
	display: table;
	padding-left: 0;
}