@charset "UTF-8";
/* CSS Document */

#conteneur {
	max-width: 980px;
	width: 100%;
}

.fil-ariane {
	width: 97%;
	max-width: 980px;
	min-height: 28px;
	height: auto;
	padding-left: 3%;
	margin-bottom: 7px;
}

h1 {
	padding-top: 12px;
	color: #4d789b;
	padding-bottom: 2px;
}

ul {
	padding-left: 5%;
}

/**** BOUTONS ****/

a:hover {
	opacity: 0.9;
}

.bt-prix {
	background: none;
	background-color: #024476;
}

.bt {
	background: rgb(117,117,117); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc1NzU3NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NjU2NTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(117,117,117,1) 0%, rgba(86,86,86,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(117,117,117,1)), color-stop(100%,rgba(86,86,86,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(117,117,117,1) 0%,rgba(86,86,86,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(117,117,117,1) 0%,rgba(86,86,86,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(117,117,117,1) 0%,rgba(86,86,86,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(117,117,117,1) 0%,rgba(86,86,86,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#757575', endColorstr='#565656',GradientType=0 ); /* IE6-8 */
}

.bt:hover {
	opacity: 0.9;
	background: rgb(86,86,86); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU2NTY1NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NTc1NzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(86,86,86,1) 0%, rgba(117,117,117,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(86,86,86,1)), color-stop(100%,rgba(117,117,117,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(86,86,86,1) 0%,rgba(117,117,117,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(86,86,86,1) 0%,rgba(117,117,117,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(86,86,86,1) 0%,rgba(117,117,117,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(86,86,86,1) 0%,rgba(117,117,117,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#757575',GradientType=0 ); /* IE6-8 */
}

.bt-g, .bt-c, .bt-d {
	background: none;
}

#contact .button {
	color: #ffffff;
	border: none;
	background-color: #4d789b;
	padding: 4px 10px 6px;
	font-size: 13px;
}

#contact .button:hover {
	background-color: #4d789b;
	color: #eeeeee;
}

/**** HEADER ****/

.entete {
	background: rgb(51,51,51); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MTYxNjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(51,51,51,1) 0%, rgba(97,97,97,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(51,51,51,1)), color-stop(100%,rgba(97,97,97,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(51,51,51,1) 0%,rgba(97,97,97,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(51,51,51,1) 0%,rgba(97,97,97,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(51,51,51,1) 0%,rgba(97,97,97,1) 100%); /* IE10+ */	
	background: linear-gradient(to right,  rgba(51,51,51,1) 0%,rgba(97,97,97,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#616161',GradientType=1 ); /* IE6-8 */
	min-height: 67px;
	height: auto;
}

.entete img {
	width: 45%;
}

.txt-entete {
	width: 53%;
	max-width: 525px;
	padding-left: 2%;
}

.menu {
	max-width: 980px;
	width: 100%;
	background-color:#4d789b;
}

ul.s-lien-menu {
	background-color:#4d789b;
}

.lien-menu {
	padding-left: 15px;
	padding-right: 15px;
}

.lien-menu:hover {
	opacity: .8;
	color: #ffffff;
}

.texte-onglet-accueil {
	display: none;
}

.menu li a {
	border-left: 1px #ffffff solid;
}

.menu li a.lien-menu-accueil,
.menu .s-lien-menu li a {
	border-left: none;
}

li.lien-menu-hover,
ul.s-lien-menu {
	width: 120px;
}

ul.s-lien-menu li {
	width: 104px;
}

/**** DIAPORAMA ****/

.diaporama {
	max-width: 980px;
	height: auto;
	width: 100%;
	padding-bottom: 7px;
	background-color: #ffffff;
}

#slider {
	width: 100% !important;
}

/**** CONTENU ****/

.contenu {
	max-width: 980px;
	width: 100%;
}

.col-gauche {
	max-width: 700px;
	width: 70%;
}

.col-gauche #nav {
	margin-bottom: 20px;
}

.recherche {
	max-width: 663px;
	width: 97%;
	min-height: 121px;
	height: auto;
	margin-left: 3%;
	border-top: 1px #024677 solid;
	margin-top: 30px;
	padding-bottom: 10px;
}

.onglet {
	background: none;
	background-color: #4d789b;
	padding-top: 7px;
	padding-bottom: 4px;
	text-transform: uppercase;
	font-weight: normal;
	width: 115px;
	margin-top: -31px;
}

#news {
	max-width: 663px;
	width: 97%;
	min-height: 30px;
	height: auto;
	margin-left: 3%;
	background-color: #f2f3f3;
	border-bottom: 2px #626262 solid;
	margin-top: 5px;
	margin-bottom: 15px;
}

.text_news {
	color: #333333;
	float: left;
	width: 86%;
	padding-right: 2%;
	padding-left: 2%;
}

.titre-block,
.titre-block-gris,
.titre-block-bleu {
	text-transform: uppercase;
	font-weight: normal;
	width: auto;
	margin-top: 5px;
	padding: 7px 17px 8px;
	margin-left: -8px;
	background: #757575 url(../img/fond-titre-block.png) no-repeat bottom left;
	height: 24px;
}

.col-gauche iframe {
	max-width: 665px;
	width: 94%;
	margin-bottom: 20px;
	padding-left: 3%;
	padding-right: 3%;
}

/**** COLONNE ****/

.col-droite {
	max-width: 280px;
	width: 27%;
	float: right;
	margin-left: 3%;
}

.block-contact,
.block,
.block-gris,
.block-bleu {
	width: 100%;
	max-width: 259px;
	margin-top: 0;
	margin-bottom: 15px;
	height: auto;
}

.block-contact,
.block,
.block-gris,
.block-bleu {
	background-color: #f2f3f3;
	border-bottom: 2px #626262 solid;
	padding-bottom: 10px;
}

.block-bleu {
	border-bottom: 2px #024476 solid;
}

.txt-block {
	color: #333333;
	float: left;
	padding-top: 2px;
	width: 89%;
}

.img-block {
	margin-right: 10px;
}

.block-contact .img-block {
	border:1px #999999 solid;
}

.bt-a, .bt-a2{
	margin-top: -5px;
	margin-left: 10px;
}

.col-droite .titre-block,
.col-droite .titre-block-gris,
.col-droite .titre-block-bleu {
	font-size: 14px;
}

.txt-block-gris {
	padding-left: 15px;
}

.txt-block-gris img {
	max-width: 230px;
	width: 100%;
	height: auto;
}

.titre-block-bleu {
	background-color: #4d789b;
}

.content-block-bleu {
	float: left;
	margin-left: 15px;
	margin-bottom: 10px;
}

.txt-block-bleu {
	padding-left: 0;
	width: 100px;
	clear: left;
}

.txt-block-bleu img {
	width: 100px;
	height: auto;
}

.prix-misenavant {
	background-color: #024479;
	width: 100px;
}

.col-droite .bt {
	margin-left: 5px;
}

/**** VOITURES RESULTATS ****/

#result_search_xhr {
	margin-left: 3%;
}

#result_search_xhr h1 {
	padding-left: 0;
	margin-bottom: 10px;
	padding-top: 5px;
}

form#search img:hover {
	opacity: 0.9;
}

.liste {
	max-width: 663px;
	width: 100%;
	height: auto;
	background: none;
	background-color: #F2F3F3;
	margin-left: 0;
	border-left: 2px solid #0a497a;
	margin-bottom: 15px;
	padding-bottom: 20px;
}

.img-liste {
	background: none;
	margin-left: 3%;
	width: 32%;
	max-width: 206px;
	height: auto;
}

.contenu-img-liste {
	margin: 0;
	width: 100%;
	height: auto;
	max-width: 194px;
}

.contenu-img-liste img {
	width: 100%;
	height: auto;
}

.description-liste {
	max-width: 400px;
	padding-left: 3%;
	width: 62%;
}

.bt-prix {
	margin-left: 3%;
}

/**** PAGE VOITURE ****/

.titre-details {
	max-width: 490px;
	width: 70%;
}

.ref-details {
	float: right;
	max-width: 200px;
	width: 30%;
}

.contenu-img-details {
	background: none;
	background-color: #F2F3F3;
	margin-top: 10px;
	margin-left: 3%;
	max-width: 700px;
	width: 97%;
	height: auto;
	padding-bottom: 30px;
	border-left: 2px solid #0a497a;
}

.imgdetails {
	max-width: 442px;
	width: 60%;
	height: auto;
	margin-left: 2%;
}

.imgdetails img {
	width: 100%;
	height: auto;
}

.imgvignettedetails {
	max-width: 230px;
	width: 36%;
	padding-left: 1%;
	padding-right: 1%;
}

#gallery {
	width: 108%;
	max-width: 250px;
}

.vdetails {
	width: 30%;
	max-width: 75px;
	height: auto;
}

.vdetails img {
	width: 100%;
	max-width: 75px;
	height: auto;
}


@media screen and (max-width: 359px) {
	.imgdetails, .imgvignettedetails  {
		width: 94%;
		margin-left: 3%;
	}
}

.contenu-description-details {
	width: 91%;
	max-width: 640px;
	margin-left: 3%;
	padding: 3%;
	border-radius: 0;
	margin-bottom: 30px;
}

.contenu-onglet-details {
	max-width: 600px;
	width: 106%;
	margin-top: -48px;
	margin-left: -2%;
}

.nocurrent, .current {
	margin-top: 0;
	padding: 5px 15px 0;
	border-radius: 0;
	margin-right: 2px;
}

#contact {
	width: 100%;
	padding: 0;
}

#infosg table {
	width: 100% !important;
}

#recapt {
	width: 96%;
	max-width: 441px;
}

textarea#message {
	width: 94%;
}

#jquery-overlay {
	width: 100% !important;
}

#lightbox-container-image-box {
	width: 98% !important;
	height: auto !important;
	max-width: 900px;
}

#lightbox-image {
	width: 100%;
}

#lightbox-container-image-data-box {
	width: 98% !important;
	padding: 0;
	max-width: 900px;
}

#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
	height: 100% !important;
}

/**** FORMULAIRE ****/

form#form_contact {
	margin-left: 20px;
	margin-bottom: 20px;
}

#adresse_garage {
	margin-left: 20px;
}

#contact_veh form#form_contact {
	margin-left: 0;
}

.contenu-description-details #adresse_garage {
	margin-left: 0;
}

.contenu-description-details form#form_contact {
	margin-bottom: 0;
	margin-left: 3%;
}

select#raison {
	width: 94%;
}

/**** FOOTER ****/

.footer {
	max-width: 980px;
	width: 100%;
	height: auto;
	min-height: 210px;
}

.footer-txt-g {
	padding-left: 2%;
	max-width: 480px;
	width: 53%;
}

.footer-txt-d {
	max-width: 400px;
	width: 41%;
	padding-right: 2%;
}


/**** MEDIA QUERIES ****/

@media screen and (max-width: 979px) {
	.txt-entete {
		padding-top: 1%;
	}
	.menu {
		min-height: 24px;
		height: auto;
		padding-bottom: 6px;
	}
	.lien-menu-accueil {
		padding: 0 7px 0 10px;
	}
	.lien-menu {
		padding: 0 7px;
		padding: 0 10px;
	}
	.menu li {
		padding: 5px 0
	}
	.s-lien-menu {
		display: none !important;
	}
	li.lien-menu-hover {
		width: auto;
	}
	.contenu-onglet-details {
		margin-top: -45px
	}
}

@media screen and (max-width: 767px) {
	.diaporama {
		display: none;
	}
	.contenu-onglet-details {
		margin-top: -43px
	}
	.nocurrent, .current {
		padding: 5px 10px 0;
		margin-top: 0;
		font-size: 14px;
	}
	.col-gauche {
		width: 97%;
	}
	.col-droite {
		width: 100%;
		float: none;
		margin: 0 auto;
	}
	.block-contact,
	.block,
	.block-gris,
	.block-bleu {
		float: left;
	}
	.contenu-onglet-details {
		margin-top: -46px
	}
}

@media screen and (max-width: 700px) {
	.entete img {
		width: 100%;
		max-width: 440px;
	}
	.txt-entete {
		width: 98%;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 479px) {
	.txt-entete {
		display: none;
	}
	.entete {
		padding-top: 10px;
	}
	.titre-details, .ref-details {
		width: 100%;
	}
	.ref-details {
		padding-top: 0;
	}
	.contenu-onglet-details {
		margin-top: -39px;
		margin-left: -3%;
	}
	.nocurrent, .current {
		padding: 7px 6px 0;
		margin-top: 0;
		font-size: 11px;
		margin-right: 1px;
	}
	.img-liste {
		width: 97%;
	}
	.description-liste {
		width: 97%;
		padding-top: 0px;
	}
	.bt-prix {
		width: 100px;
	}
}

/**** MENU VERSION MOBILE ****/

@media screen and (max-width: 767px) {
	nav ul {
		max-height: 27em;
		transform: translateZ(0);
		transition: max-height .4s;
	}
	nav.is-closed ul {
		max-height: 0;
		overflow: hidden;
	}
	nav > button {
		display: block;
		z-index: 1;
		height: 20px;
		width: 94%;
		background-color: transparent;
		background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#3fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
		background-image: -webkit-linear-gradient(left, #fff, #fff), -webkit-linear-gradient(left, #fff, #fff), -webkit-linear-gradient(left, #fff, #fff);
		background-image: linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff);
		background-position: right top, right, right bottom;
		background-repeat: no-repeat;
		-webkit-background-size: 3.5rem .9rem;
		background-size: 30px 4px;
		outline: 0;
		border: 0;
		cursor: pointer;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		-webkit-transition: .2s;
		transition: .2s;
		text-align: left;
		margin-right: 3%;
		margin-left: 3%;
		padding: 0;
		text-transform: uppercase;
		font-size: 14px;
		color: #ffffff;
		margin-top: 1px;
	}
	nav > button i {
		font-style: normal;
	}
	.img-accueil-logo {
		display: none;
	}
	.texte-onglet-accueil {
		display: block;
	}
	.lien-menu-accueil {
		text-align: left;
		text-decoration: none;
		font-size: 13px;
		color: #FFF;
	}
	a.lien-menu-accueil:hover {
		color: #ffffff;
	}
	a.lien-menu-accueil:hover .texte-onglet-accueil {
		opacity: 0.8;
	}
	.menu li {
		width: 97%;
		margin-left: 3%;
		padding-top: 12px;
	}
	.menu li a {
		border-left: none;
		padding: 0;
		font-size: 13px;
	}
}