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



.alert p.lorem {
	font-family: Sansita, Georgia, Arial;
    margin: 0 0 10px 0;
	font-size: 16px;
}
.alert p.lorem:after {
	background-color: #DD4925;
    margin: 6px 0 0;
    display: block;
    height: 1px;
    width: 45px;
    content: '';
}
#avis {
	min-height: 10px;
}

 /*
COMMENT
 */
.comment-list {
	margin-bottom: 20px;
	padding-left: 40px;
	padding-right: 60px;
}
.comment-list>li {
	margin-bottom: 10px;
}
.comment-list .second {
	padding-left: 50px;
	border-left: dashed 1px #CCC;
}
.comment-list .thirth {
	padding-left: 100px;
	border-left: dashed 1px #CCC;
}
.comment-list p.icone {
    /*
	color: #369;
    */
	color: #90B6C9;
	font-size: 12px;
}
.comment-list p img.debut {
	margin-right: 5px;
}
.comment-list p img.fin {
	margin-left: 5px;
}
.comment-list .emoticone {
	margin-right: 5px;
}
.comment-list .message {
	line-height: 24px;
	font-size: 15px;
	color: #CCC;
	/*
	color: #999;
    color: #333;
	color: #D5D5D5;
    */
	margin-top: -10px;
	margin-bottom: 5px;
	padding-left: 60px;
}
.comment-list .message a {
	display: inline;
	color: #DD4925;
}
.comment-list>li>a {
	display: inline-block;
	color: #0088CC;
    /*
	color: #369;
    */
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 5px;
}
.comment-list>li>a i {
	color: #3399cc;
	font-size: 12px;
}
.comment-list ul {
	font-size: 12px;
    margin: 10px 0 0 0;
    padding: 0 0 0 60px;
}
.comment-list ul li {
	display: inline-block;
	margin-right: 15px;
}
.comment-list .like {
	color: #029743;
}
.comment-list .unlike {
	color: #af1520;
}
.comment-list .reply {
	color: #0088CC;
	/*
    color: #545455;
    */
}
.comment-list .nbReply {
	background-color: #535F6F;
	color: #FFF;
    border-radius: 5px;
	padding: 2px 10px 0 10px;
    /*
	color: #DD4925;
	background-color: #EEE;
    */
}
.comment-list .like a, .comment-list .unlike a {
	cursor: pointer;
}
.comment-list .like i, .comment-list .unlike i, .comment-list .reply i {
	margin-right: 4px;
}


 /*
PAGINATION
 */
.pages {
	width: 100%;
	padding: 0;
	margin: 20px 0;
	text-align: center;
}
.pages li {
	margin: 0 5px;
	font-weight: bold;
	display: inline-block;
}
.pages a {
	color: #808080;
	font-size: 12px;
	padding: 7px 12px;
}
.pages li.active a,.pages li:hover a {
	color: #FFF;
	border-radius: 50%;
	/*
    background-color: #EF5A28;
    */
	background-color: #CB563A;
	text-decoration: none !important;
}
.pages i.fa-chevron-right {
	/*
    color: #EF5A28;
    */
	color: #CB563A;
}
.pages li:hover a i {
	color: #FFF;
}


 /*
TABS
 */
#tabs-auto ul, #tabs-moto ul {
	/*
	padding-left: 40px;
	*/
    margin-bottom: 10px;
}
#tabs-auto li, #tabs-moto li {
	display: inline-block;
	padding: 5px 15px 0 15px;
	/*
	padding: 8px 15px 0 15px;
	*/
}
#tabs-auto li.ui-tabs-active, #tabs-moto li.ui-tabs-active {
    border-radius: 5px;
	color: #FFF;
	background: #535F6F;
    /*
	background: #293448;
    */
}
#tabs-auto .ui-tabs-nav li a:hover, #tabs-moto .ui-tabs-nav li a:hover{
    color: #CB563A;
}
#tabs-auto .ui-tabs-nav li a, #tabs-moto .ui-tabs-nav li a {
	color: #959595;
	display: inline-block;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none !important;
	font-family: Sansita, Georgia, Arial;
}
#tabs-auto .ui-tabs-nav li a::first-letter, #tabs-moto .ui-tabs-nav li a::first-letter {
	font-size: 18px;
}
#tabs-auto .ui-tabs-nav li a:focus, #tabs-moto .ui-tabs-nav li a:focus {
	outline: none;
}
#tabs-auto li.ui-tabs-active a, #tabs-moto li.ui-tabs-active a {
	color: #FFF;
	font-weight: normal;
}
#tabs-auto .seconde, #tabs-moto .seconde {
	margin-top: 8px;
}


 /*
CAROUSEL
 */
.owl-dots {
	margin-top: 10px;
}
.owl-dot {
	cursor: pointer;
}
.owl-dot span {
	background: transparent !important;
	border: 2px solid #8c9098;
	width: 17px !important;
	height: 17px !important;
}
.owl-dot:hover span, .owl-dot.active span {
	background: #dd4d27 !important;
}
.body-blue .owl-dot:hover span, .body-blue .owl-dot.active span {
	background: #FFF !important;
}
.owl-carousel {
	/*
	background: url("../imgs/spinner.gif") no-repeat center center;
	*/
}
.owl-carousel img{
	display: block;
	width: 100%;
}
.owl-carousel .img{
	display: block;
	margin-bottom: 10px;    
    border-radius: 10px;  
    /*
	margin-bottom: 5px;  
    */
}
.owl-theme.legende {
	color: #999;
	font-size: 11px;
	/*
	padding-left: 70px;
	padding: 15px 0 0 0;
	*/
}
.owl-theme.legende p {
    color: #999;
}
.owl-theme.legende span{
	color: #EF5A28;
    font-weight: bold;
}
.owl-carousel {
	/* nothing */
}
.owl-nav {
	height: 100%;
	z-index: 2;
}
.owl-prev, .owl-next {
	position: absolute;
	padding: 10px;
	top: 42%;
    /*
	color: #CCC!important;
	color: #999!important;
	color: #606060!important;
    */
	color: #FFF !important;
	background: rgba(20,20,20,.35);
}
.owl-prev {
	/*
	left: 0;
	left: -7%;
	left: -5%;
	*/
	left: -4%;
}
.owl-next {
	/*
	right: 0;
	right: -7%;
	right: -5%;
	*/
	right: -4%;
}
.owl-prev .fa, .owl-next .fa {
	font-size: 2em;
	padding: 10px;
	text-shadow: 2px 2px grey;
}
.owl-prev.disabled, .owl-next.disabled {
	display: none;
}
#slider-offre .owl-prev, #slider-offre .owl-next, #autonews .owl-prev, #autonews .owl-next {
	color: #FFF!important;
}
#slider-offre .owl-prev, #autonews .owl-prev {
	left: 0;
}
#slider-offre .owl-next, #autonews .owl-next {
	right: 0;
}

#tabs-auto .owl-prev {
	/*
	left: -3%;
	*/
}
#tabs-auto .owl-next, #tabs-moto .owl-next {
	right: -3%;
}
#tabs-new-auto .owl-prev, #tabs-new-auto .owl-next, #tabs-new-moto .owl-prev, #tabs-new-moto .owl-next, #tabs-popular .owl-prev, #tabs-popular .owl-next, #tabs-coming .owl-prev, #tabs-coming .owl-next {
	/*
    top: 45%;
    */
	top: 30%;
}
.body-blue .owl-carousel .owl-prev, .body-blue .owl-carousel .owl-next {
	/*
    top: 30%;
    */
    top: 36%;
}
#bloc-occasion .owl-prev, #bloc-occasion .owl-next {
	top: 25%;
	/*
	right: -2%;
	top: 65%;
	*/
}
#carousel-neuf-offre .owl-prev, #carousel-neuf-offre .owl-next {
	top: 35%;
}
#carousel-populaires .owl-prev, #carousel-populaires .owl-next {
	top: 40%;
}
.body-blue .owl-carousel {
	/*
	padding-left: 20px;
	*/
}
.body-blue .owl-carousel img {
	/*
	height: 150px;
	*/
}
.body-blue p {
	margin-bottom: -5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.owl-carousel .tag {
	/*
	color: #8ea8d8;
	*/
	color: #72A8C5;
	font-size: 14px;
}
.body-blue .titre {
	/*
    margin-bottom: 5px;
    */
	color: #FFF;
    margin: 2px 0 0 0;
    letter-spacing: 0.5px;
	font-family: Sansita, Georgia, Arial;
}



    /*
  AUTO-MOTO
    */

#tabs-auto .owl-carousel .img {
    padding: 5px;
	display: block;
    background-color: #FFF;
    /*
    width: 105%;
    height: 245px;
    height: 150px;
    border-radius: 25px;
    border-radius: 15px;
    padding-top: 10px;
    padding-top: 25px;
    margin-bottom: 10px;
    */
}
#tabs-moto .owl-carousel .img {
    background-color: #FFF;
	display: block;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    border-radius: 10px;
    /*
    margin-bottom: 5px;
    width: 105%;
    height: 245px;
    padding-top: 50px;
    border-radius: 200px;
    */
}


/* loupe */
.body-blue .loupe {
    position: absolute;
    text-align: center;
    font-size: 24px;
	opacity: 0.65;
    height: 45px;
    width: 45px;
    z-index: 2;
    top: -45px;
    left: 0;
    right: 0;
    bottom: 0;
	color: #FFF;
    padding: 5px;
    margin: auto;
    border-radius: 50%;
    background-color: #ff8060;
}

#highlights p{
	/*
    color: #666;
	color: #999;
    */
	color: #CCC;
	font-size: 16px;
	text-align: justify;
	margin-bottom: 20px;
}
#highlights .item-1{
	float: right;
}
#highlights .video-bloc, #highlights .image-bloc{
	margin: 20px auto 0 auto;
}
#thumb-video{
	width: 480px;
	height: 360px;
}
#thumb-photo{
}
#highlights .image-bloc{
	margin-bottom: 50px;
}
#highlights .image-bloc a{
	position: relative;
	display: block;
	width: 480px;
	height: 360px;
	max-height: 360px;
    padding: 20px 0;
    background-color: #000;
}
#highlights .image-bloc .loupe {
    z-index: 2;
    width: 45px;
    height: 45px;
    position: absolute;
    text-align: center;
    font-size: 24px;
	color: #FFF;
	opacity: 0.65;
	top: 45%;
	left: 45%;
    padding: 5px;
    border-radius: 50%;
    background-color: #D42323;
}
#highlights .video-bloc iframe{
	width: 300px;
	height: auto;
	margin: 0 auto;
	display: block;
}
#highlights .video-bloc a{
	position: relative;
	display: block;
	margin: 0 auto;
}
#highlights .video-bloc .play{
	position: absolute;
	top: 40%;
	left: 40%;
}



.body-blue .video-play {
	position: absolute;
	left: 45%;
	top: 35%;
	width: 40px !important;
	height: 30px !important;
	/*
	color: #FFF;
	*/
}
.owl-carousel .img:hover .owl-plus {
	background-color: #FFF;
	color: #e14d42;
}
.owl-carousel .show-all img{
	width: auto;
	height: auto;
	display: inline-block;
	margin-bottom: 15px;
}
.owl-carousel .show-all a{
	height: 150px;
	width: 100%;
	display: block; 
	text-align: center;
	color: #a0a3a9;
	padding-top: 40px;
	border: 1px solid #FFF;
	font-size: 14px;
}

/*-- Occasion carousel--*/
#bloc-occasion .owl-stage-outer {
	/*
	padding: 0 20px;
	*/
	text-align: center;
}
#bloc-occasion .img {
	border: 1px solid #796f6f;
    margin-bottom: 15px;
	display: block;
}
#bloc-occasion img {
	/*
	height: 130px;
	*/
}
#bloc-occasion .marque-modele {
	/*
    color: #FFF;
	font-size: 16px;
	margin-bottom: 5px;
    */
	font-family: Sansita, Georgia, Arial;
	display: inline-block;
	letter-spacing: 0.8px;
	font-weight: 700;
	font-size: 18px;
    color: #72A8C5;
	margin-bottom: 0;
}
#bloc-occasion .detail {
	margin-bottom: 0;
	font-size: 12px;
	color: #CCC;
    /*
	color: #8ea8d8;
    */
}
#bloc-occasion .prix {
	/*
    color: #EF5A28;
	margin-bottom: 0;
    */
    color: #DD4925;
	font-size: 16px;
    margin: 5px 0 0 0;
	font-family: Sansita, Georgia, Arial;
}
#bloc-occasion .prix sup {
	/*
	top: -0.3em;
	color: #999;
    margin-left: 5px;
	*/
}

/*-- News --*/
#carousel-news img {
	min-height: 350px;
	max-height: 450px;
}
#carousel-news .info {
	position: absolute;
	left: 15px;
	bottom: 20px;
}
#carousel-news .info a {
	display: block;
	background-color: rgba(0,0,0,0.5);
	padding: 0 20px 0 10px;
}
#carousel-news .tag {
	display: inline-block;
	margin-bottom: 5px;
	color: #FFFCC8;
	font-size: 18px;
}
#carousel-news .titre {
	color: #FFF;
	font-size: 24px;
	font-family: Sansita, Georgia, Arial;
}

/*-- Offres Carousel --*/
#carousel-offres {
	padding: 0 70px 0 50px;
}
#offre img {
	height: auto;
    border-radius: 5px;
	margin-bottom: 5px;
}
#offre li {
	/*
    color: #999;
    */
	font-size: 12px;
	text-align: center;
    background: #242830;
    border-radius: 10px;
    padding: 5px 5px 10px 5px;
}
#offre li i {
	/*
    color: #cfcfcf;
    */
	color: #CCC;
	margin-right: 5px;
}
#offre li p {
	text-align: left;
    padding: 5px;
    border-radius: 5px;
    background-color: #535F6F;
}
#offre li span {
    /*
	margin-left: 5px;
	color: #CB563A;
	color: #EF5A28;
    */
}

/*-- Carousel Tabs --*/
#tabs-auto .owl-carousel, #tabs-moto .owl-carousel {
	/*
	padding-left: 70px;
	*/
	text-align: center;
}
#tabs-auto .owl-carousel li, #tabs-moto .owl-carousel li {
	width: 100%;
}
#tabs-auto img {
	/*
	height: 130px;
	*/
}
#tabs-auto .marque-modele, #tabs-moto .marque-modele {
	color: #666;
	font-size: 18px;
	font-weight: 700;
	overflow: hidden;
    white-space: nowrap;
	display: inline-block;
    text-overflow: ellipsis;
	font-family: Sansita, Georgia, Arial;
}
#tabs-auto .marque-modele a, #tabs-moto .marque-modele a {
    color: #72A8C5;
}
#tabs-auto .marque-modele a:hover, #tabs-moto .marque-modele a:hover {
    color: #CB563A;
}
#tabs-auto .prix, #tabs-moto .prix {
    /*
    color: #EF5A28;
    color: #CB563A;
    margin: -5px 0 15px 0;
    */
    color: #DD4925;
    margin: -10px 0 15px 0;
	font-size: 18px !important;
    font-family: Sansita, Georgia, Arial;
}
#tabs-auto .prix sup, #tabs-moto .prix sup {
	/*
	top: -0.3em;
	color: #999;
	margin-left: 4px;
	*/
}
#tabs-auto .btn, #tabs-moto .btn {
	padding: 5px 0;
	width: 85%;
}
#tabs-auto .btn:first-letter, #tabs-moto .btn:first-letter {
	font-size: 15px;
}


#tabs-video .control, #tabs-photo .control, #tabs-occasion .control{
	padding-left: 30px;
	margin-bottom: 20px;
}
#tabs-video .control li, #tabs-photo .control li, #tabs-occasion .control li{
	display: inline-block;
	margin-right: 25px;
}
#tabs-video .control a, #tabs-photo .control a, #tabs-occasion .control a{
	text-transform: uppercase;
	font-size: 20px;
	/*
    color: #FFF;
    */
	color: #ABB4BE;
	padding:0 20px;
	outline: none !important;
	text-decoration: none !important;
	font-family: Sansita, Georgia, Arial;
}
#tabs-video .control li.ui-tabs-active a, #tabs-photo .control li.ui-tabs-active a,  #tabs-occasion .control li.ui-tabs-active a{
	/*
	border-bottom: 2px solid #ABB4BE;
    */
    color: #FFF;
    border-bottom: 2px solid #FFF;
}
#tabs-video .control a:first-letter, #tabs-photo .control a:first-letter, #tabs-occasion .control a:first-letter{
	font-size: 1.2em;
}


/*-- Carousel similaire --*/
#similaire .owl-carousel {
	/*
	padding:0 50px 0 60px;
	padding: 0 20px;
	*/
	padding: 0;
}
#similaire li {
	/*
    border: 1px solid #f0f0f0;
	padding: 10px 15px 0;
    */
    padding: 25px;
    border-radius: 10px;
    background-color: #242830;
}
#similaire img {
	margin: 0 auto;
	max-height: 100%;
    border-radius: 10px;
}
#similaire .marque-modele {
	/*
	font-weight: bold;
	color: #333;
	*/
    color: #72A8C5;
	font-size: 18px;
	margin-bottom: 5px;
	font-family: Sansita, Georgia, Arial;
}
#similaire select {
    /*
	background-color: #FFF;
	color: #808080;
    */
    color: #CCC;
	width: 100%;
	font-size: 12px;
	margin-bottom: 10px;
	background-color: #666;
    border-radius: 3px;
}
#similaire .prix {
	color: #DD4925;
	font-size: 16px;
	/*
	color: #EF5A28;
	font-weight: bold;
	*/
	padding-bottom: 10px;
	border-bottom: 1px solid #D7D7D7;
	font-family: Sansita, Georgia, Arial;
}
#similaire .prix span {
	position: relative;
	font-size: 10px;
	color: #666;
	top: -3px;
	font-weight: normal;
}
#similaire .checkbox {
	color: #666;
	font-size: 12px;
	line-height: 18px;
    margin-top: 10px;
}

/*Pupular*/
#carousel-populaires{
	/*
	padding: 0 30px;
	*/
}
#carousel-populaires img{
	height: 130px;
}
#carousel-populaires .tag{
	margin: 8px 0 -5px 0;
	font-size: 14px;
	color: #EF5A28;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#carousel-populaires .titre{
	color: #373637;
	font-size: 15px;
	max-height: 40px;
	overflow: hidden;
	line-height: 18px;
}


 /*
SEARCH BOX
 */
#search-box {
	float: left;
	width: 350px;
	height: 400px;
	padding: 25px 20px;
	background-color: #FFF;
	border: 2px solid #EFEFEF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#search-box h2 {
	margin-bottom: 40px;
}
#search-box form {
	/*
	padding: 20px 10px;
	*/
	padding: 5px 10px;
}
#search-box .search-radio {
	margin-bottom: 25px;
}
#search-box label {
	margin-bottom: 0;
}
#search-box select {
	/*
    background-color: #FFF;
    */
}
#search-box .submit {
	text-transform: uppercase;
	text-align: center;
	margin-top: 40px;
	padding: 11px 0;
	width: 100%;
	font-size: 15px;
	border-radius: 5px;
	/*
	font-size: 18px;
    font-weight: 700;
    */
}


 /*
BREADCRUMB
 */
#breadcrumb {
	border-bottom: 1px solid #999;
    background-color: #535F6F;
	margin: 0 0 40px 0;
	min-width: 1140px;
    padding: 5px 0 0 0;
    /*
    background-color: #6D7F97;
    */
}
#breadcrumb ol {
	padding-bottom: 5px;
	list-style: none;
}
#breadcrumb li {
	/*
    color: #737373;
	color: #ADACAC;
    */
	float: left;
    color: #CCC;
}
#breadcrumb li:before {
	display: inline-block;
	padding: 0 10px;
    color: #72A8C5;
	content: "»";
	/*
    color: #636c72;
    color: #BDD1DB;
    color: #D59988;
    */
}
#breadcrumb li:first-child {
	padding-left: 5px;
}
#breadcrumb li:first-child:before{
	display: none;
}
#breadcrumb a {
	/*
    color: #369;
    color: #577899;
    color: #BDD1DB;
    color: #D59988;
    */
    color: #72A8C5;
	overflow: initial;
}
#breadcrumb i {
	margin-right: 5px;
}
#breadcrumb .no-text i {
	margin-right: 0;
}

/*-- Seconde nav --*/
#nav-second {
	margin: -40px 0 40px 0;
}
#nav-second .body {
	padding-top: 5px;
	padding-bottom: 0;
	font-family: Sansita, Georgia, Arial;
}
#nav-second .logo {
	/*
    padding: 5px 0 0 0;
    */
    padding: 0;
}
#nav-second .logo img {
	max-height: 40px;
    border-radius: 5px;
}
#nav-second li {
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	color: #CCC;
	float: left;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 8px 0 5px 0;
	margin: 0 25px 0 0;
    /*
	color: #FFF;
    */
}
#nav-second li.active {
	/*
    font-weight: bold;
    */
	border-bottom: 2px solid #CB563A;
}
#nav-second li.active a span {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -5px;
}
#nav-second li.active a span:after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #EF5A28;
	margin: 0 auto;
}
#nav-second-container {
	background: #293448;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 200;
	position: fixed;
	text-align: center;
}
#nav-second-container li {
	float: none;
}
#nav-second-container .logo {
	display: none;
}




	/*-- 
	TOOLS 
	--*/

#tool-complement .title {
	padding-left:60px;
	color: #2f2b2b;
	font-size: 16px;
	margin-bottom: 25px;
}
#tool-complement li {
	/*
    background-color: #f2f2f2;
    */
	float: left;
	width: 15%;
	padding: 25px 0;
	margin: 0 0 10px 2%;
    border-radius: 10px;
    background-color: #2E353E;
}
#tool-complement li:first-child {
	margin-left: 0;
}
#tool-complement li a {
	text-align: center;
	display: block;
	/*
	font-weight: bold;
	font-size: 15px;
	color: #696969;
	*/
	font-size: 12px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-decoration: none !important;
}
#tool-complement li p {
    color: #CCC;
}
#tool-complement li img {
	height: 50px;
	max-width: 50px;
	margin-bottom: 5px;
}
#tool-complement li img.on {
	display: none;
}
#tool-complement li:hover img.on {
	display: inline-block;
}
#tool-complement li:hover img.off {
	display: none;
}
#tool-complement li:hover a {
	color: #EF5A28;
}
#tool-complement .tool8 li {
	width: 130px;
	margin-left: 8px;
	border-radius: 10px;
    background-color: #2E353E;
	/*
    background-color: #575656;
	*/
}
#tool-complement .tool8 li a {
	/*
	font-size: 12px;
	font-weight: normal;
	*/
}

/*-- Brands --*/
#brand ul{
	padding-right: 100px;
	padding-top: 20px;
	text-align: center;
}
#brand li{
	display: inline-block;
	width: 18%;
	padding: 0 3%;
	margin-bottom: 20px;
	vertical-align: middle;
}
#brand li img{
	margin: 0 auto;
}

/*-- Detail & links --*/
ul.detail,ul.stats{
	margin-bottom: 10px;
}
ul.detail li, ul.stats li{
	/*
    color: #8D8D8D;
    */
    color: #CCC;
	font-size: 13px;
	display: inline-block;
}
ul.stats li{
	/*
    color: #333;
    */
	color: #CCC;
}
ul.stats li span {
	/*
    color: #EF5A28;
    color: #bddbed;
    color: #edbded;
    */
    color: #72A8C5;
}
ul.detail li:after,ul.stats li:after{
	content: '';
	display: inline-block;
	border-radius: 50%;
	width: 3px;
	height: 3px;
	top: -2px;
	margin: 0 7px 0 9px;
	position: relative;
}
ul.detail li:after{
	background-color: #a09e9e;
}
ul.stats li:after{
	background-color: #333;
}
ul.detail li:last-child:after,ul.stats li:last-child:after{
	display: none;
}
ul.links{
	display: inline-block;
}
ul.links li{
	display: inline-block;
	float: left;
	margin-right: 35px;
}
ul.links li:last-child{
	margin-right: 0;
}
ul.links i{
	font-size: 14px;
	margin-right: 5px;
	margin-top: 15px;
}
ul.links li a{
	color: #666;
	font-size: 13px;
}

/*--Relation client--*/
.relation-client{
	border: 4px solid #f0f0f0;
	border-color: #DD4925;
	padding: 0 0 10px;
	border-radius: 3px;
	width: 300px;
	margin: 0 auto 20px auto;
}
.relation-client h2{
	color: #FFF;
	font-size: 20px;
	margin: 0 0 10px 0;
	padding: 10px 0 15px 15px;
	background-color: #808080;
	border-bottom: 2px solid #EF5A28;
}
.relation-client h2:after{
	display: none;
}
.relation-client legend{
    border: none;
	color: #808080;
	font-size: 13px;
	/*
    background: #FFF;
    */
	margin-bottom: 0;
	padding: 10px 15px;
}
.relation-client form{
	/*
	padding: 0 15px;
	*/
	padding: 15px 15px 0 15px;
}
.relation-client .form-group {
	margin-bottom: 10px;
}
.relation-client #objetRCO {
	margin-bottom: 20px;
    padding-left: 15px;
}
.relation-client label{
	color: #333;
	font-size: 13px;
}
.relation-client input.form-control, .relation-client textarea.form-control, .relation-client select.form-control {
	background-color: #F0F0F0;
	color: #625B5B;
	font-size: 12px;
}
.relation-client .btn{
	display: block;
	width: 75%;
	font-size: 16px;
	padding: 5px 10px;
	margin: 0 auto 10px auto;
}
.g-recaptcha{
	margin: 20px 0;
	display: inline-block;
}
.g-recaptcha.min {
	transform: scale(0.80);
	transform-origin: 75px 25px;
	-ms-transform: scale(0.80);
	-webkit-transform: scale(0.80);
	-ms-transform-origin: 75px 25px;
	-webkit-transform-origin: 75px 25px;
}
.custom-err{
	font-size: 10px;
	color: #900 !important;
}
.relation-client .messages{
	padding: 30px 20px 40px;
}
.relation-client .messages p{
	color: #3D3D3D;
	text-align: center;
	margin-bottom: 20px;
	font-size: 10px;
}
.relation-client .messages p.error{
	font-weight: bold;
	color: #b22222;
	font-size: 12px;
}
.relation-client .msg {
	color: #A3A3A3;
	font-size: 10px;
	text-align: center;
}

/*-- Tool Concession--*/
#tool-concession {
	/*
    border: 1px solid #F0F0F0;
	background-color: #EEE;
    background-color: #658D9C;
    */
	margin: 0 auto 20px;
	padding: 10px 20px;
	width: 100%;
    border-radius: 5px;
    border: 1px solid #CCC;
    background-color: #858585;
}
#tool-concession:after {
	display: block;
	content: '';
	clear: both;
}
#tool-concession a {
    color: black;
	display: inline;
}
#tool-concession img {
	float: left;
	margin-right: 15px;
}
#tool-concession p {
	margin-top:10px;
	font-size: 14px;
	color: #333;
}
#tool-concession p:hover {
	color: #EF5A28;
}

/*--Somaire--*/
#sommaire {
	background-color: transparent;
	background-color: none;
	display: none;
	z-index: 101;
	position: absolute;
	pointer-events: none;
	left: 0;
	right: 0;
}
#sommaire.absolute {
	display: block;
	position: absolute;
}
#sommaire.fixed {
	bottom: 75px;
	display: block;
	top: initial !important;
	position: fixed;
}
#sommaire.fixed {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
#sommaire a {
	position: absolute;
	top: 0 !important;
	right: 380px;
	display: inline-block;
	text-align: center;
	background-color: #ff4b28;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	font-size: 15px;
	color: #FFF;
	pointer-events: auto;
	padding-top: 7px;
}

/*-- Catégories --*/
#categorie h2 {
	margin-bottom: 40px;
}
#categorie ul {
	padding: 0 5px;
}
#categorie ul:after {
	clear: both;
	display: block;
	content: '';
}
#categorie li {
	float: left;
	width: 33.33333333%;
}
#categorie li a {
	background-color: #2E353E; 
    border-radius: 10px;
	margin: 15px;
	color: #696969;
	display: block;
    padding: 25px 0;
	text-align: center;
	text-decoration: none !important;
    /*
	background: #f2f2f2; 
	margin:0 45px 20px 0;
    */
}
#categorie li p {
	margin-top: 10px;
}
#categorie li .span {
	padding: 0 30px;
}
#categorie li span {
	background-position-x: 100%;
	background-size: 200% 100%;
	display: block;
	width: 150px;
	height: 65px;
}
#categorie li a:hover {
	color: #dd4d27;
}
#categorie li a:hover span {
	background-position-x: 0px;
	-webkit-transition:background-position 0.5s ease;
}




/*-- Modal --*/
.modal {
	background-color: rgba(35, 34, 34, 0.5);
}
.modal .modal-dialog {
	border-radius: 3px;
    /*
	background: #FFF;
    */
	padding-top: 10px;
	border: 3px solid #F2F2F2;
    background-color: #585858;
}
.modal .logo {
	margin-bottom: 15px;
	position: relative;
	text-align: center;
}
.modal .logo img {
	height: auto;
	width: 200px;
}
.modal .logo a {	
    background-color: #585858;
	display: inline-block;
	position: relative;
	/*
    background: #FFF;
    */
	padding: 0 30px;
	z-index: 2;
}
.modal .logo:after {
	background-color: #cdc4c4;
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 0;
}
.modal button.close {
	position: absolute;
	right: 10px;
	top: 0;
}
.modal .footer {
	color: #999;
	padding: 10px 0;
	font-size: 12px;
	text-align: center;
	border-top: 1px solid #d2d2d2;
}
.modal .title {
	font-size: 14px;
	margin-bottom: 25px;
	text-align: center;
}
.modal .links {
	text-align: center;
	margin-bottom: 20px;
}




/*Social share*/
.social-share {
	padding-bottom: 10px;
	margin-bottom: 25px;
    border-bottom: 1px solid #666;
    /*
	border-bottom: 1px solid #ccc;
    */
}
.social-share>p {
	/*
	color: #369;
	font-size: 16px;
	*/
	color: #999;
	margin-top: 8px;
	display: inline-block;
}
.social-share>p img, .social-share>p i {
	margin: 0 20px 0 5px;
}
.social-share ul {
	float: right;
}
.social-share li {
	float: left;
	margin-left: 10px;
}
.social-share li a {
	padding: 5px 20px 5px 10px;
	white-space: pre;
	color: #FFF;
	font-size: 12px;
}
.social-share li a i {
	margin-right: 5px;
}
.social-share .facebook {
	background-color: #3d5b98;
}
.social-share .linkedin {
	background-color: #1b79b5;
}
.social-share .twitter {
	background-color: #27a0f2;
}
.social-share .google {
	background-color: #dc5144;
}
.social-share .plus {
	background-color: #fc6752;
}

/*-- Helpers --*/
.hide-md {
	display: none !important;
}






	/*-- 
	Basculer 
	--*/

.basculer {
	/*
	background-color: #FFE;
	*/
    border-radius: 5px;
    border: 1px solid #666;
	background-color: #073A5D;
	padding: 10px 20px 10px 15px;
	/*
    border-top: 1px #ECECEC solid;
	border-bottom: 1px #ECECEC solid;
    */
}
.basculer .titre {
	float: left;
	/*
	font-size: 16px;
	*/
}
.basculer .select-bloc {
	float: right;
}
.basculer .select{
	width: initial;
	float: left;
}
.basculer .select:after {
	top: 3px;
	right: 7px;
}
.basculer select {
    /*
	background-color: #FFF;
	border-radius: 0;
    color: #FFF;
    border-radius: 3px;
    font-size: 12px;
    */
    color: #CCC;
    padding: 0 15px;
	min-width: 160px;
    background-color: #666;
}
.basculer .select.item-1 {
	min-width: 140px;
	margin-right: 15px;
}
.basculer .select.item-2 {
	min-width: 210px;
}









@media (min-width: 768px) {
	#nav-second-container {
		top: 0 !important;
	}
}
@media (max-width: 767px) {
	/*-- BreadCrump --*/
	#breadcrumb {
		border-bottom: 0;
		min-width: 0;
	}
	#breadcrumb li {
		font-size: 12px;
        margin: 0 2px;
	}
	#breadcrumb .body {
        padding: 0 5px 5px 5px;
        background-color: #535F6F;
		/*
		padding: 5px;
        padding-top: 0;
		background-color: #EFEFEF;
        background-color: #6D7F97;
        */
	}
	#breadcrumb a {
		padding: 0;
        /*
        color: #BDD1DB;
        */
	}
	#breadcrumb i {
		margin-right: 0;
	}
	#breadcrumb li:before {
		padding: 0 5px;
        /*
        color: #BDD1DB;
        color: #90B6C9;
        */
	}
	/*-- Second Nav --*/
	#nav-second {
		margin-top: -15px;
		padding-right: 15px;
	}
	#nav-second-container {
		padding-right: 15px;
	}
	#nav-second ul {
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		padding: 0 !important;
	}
	#nav-second ul:hover::-webkit-scrollbar {
		width: 0;
		height: 0;
	}
	#nav-second ul::-webkit-scrollbar {
		width: 0;
		height: 0;
	}
	#nav-second li {
		float: none !important;
		margin: 0 10px;
		font-size: 14px;
		vertical-align: top;
	}
	#nav-second li.active a span {
		bottom: 2px;
	}
	#nav-second .logo {
        margin: 3px 10px 0 10px;
    }
	/*-- Brands --*/
	#brand ul {
		padding-right: 15px;
		padding: 0;
	}
	#brand li {
		width: 24%;
	}
	/*-- Comments --*/
	.comment-list {
		padding-left: 0;
		padding-right: 0;
	}
	/*-- Pagination --*/
	.pages {
		margin-bottom: 5px;
	}
	.pages li {
		margin: 0;
		vertical-align: middle;
	}
	.pages a {
		padding: 2px 10px;
	}
	.pages li.active a {
		padding: 5px 10px;
	}
	.pages li:hover a {
		background-color: #FFF;
		color: #808080;
	}
	.pages li:hover a i {
		color: #EF5A28;
	}
	/*-- Tabs --*/
    #tabs-auto .owl-carousel .img {
        height: 100%;
        padding: 0;
    }
    #tabs-moto .owl-carousel .img {
        width: 100%;
        height: auto;
        padding-top: 20px;
        margin-bottom: 25px;
        border-radius: 20px;
    }
	#tabs-auto .btn, #tabs-moto .btn {
		/*
		width: 90%;
		font-size: 12px;
		*/
		width: auto;
		font-size: 12px;
		padding: 5px 20px;
	}
	#tabs-auto > ul, #tabs-moto > ul {
		padding-left: 0;
	}
	#tabs-auto li, #tabs-moto li {
		padding: 5px 10px 0 10px;
	}
	#tabs-auto .ui-tabs-nav li a, #tabs-moto .ui-tabs-nav li a {
		font-size: 15px;
	}
	#tabs-auto li.ui-tabs-active, #tabs-moto li.ui-tabs-active {
		background: #293448;
		border: 0;
	}
	#tabs-auto li.ui-tabs-active a, #tabs-moto li.ui-tabs-active a {
		color: #FFF;
	}
	#tabs-auto .seconde, #tabs-moto .seconde {
		margin-top: 0;
		padding-left: 0;
	}
	#tabs-auto img, #tabs-moto img {
		height: auto;
	}
	#tabs-auto .marque-modele, #tabs-moto .marque-modele {
        font-size: 16px;
	}
	#tabs-auto .prix, #tabs-moto .prix {
		margin-bottom: 10px;        
        font-size: 16px !important;
	}
	
	
	#tabs-video .control, #tabs-photo .control, #tabs-occasion .control {
		padding-left: 0;
		margin-bottom: 10px;
	}
	#tabs-video .control li, #tabs-photo .control li, #tabs-occasion .control li{
		margin-right: 0;
	}
	#tabs-video .control a, #tabs-photo .control a, #tabs-occasion .control a{
		font-size: 15px;
		padding:3px 10px;
	}
	#tabs-video .control li.ui-tabs-active a, #tabs-photo .control li.ui-tabs-active a, #tabs-occasion .control li.ui-tabs-active a{
		border-bottom: none;
		color: #293448;
		background-color: #FFF;
	}
		
	.owl-dot span {
		width: 14px !important;
		height: 14px !important;
	}
	.owl-carousel {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.owl-theme.legende {
		/*
		padding-left: 0;
		*/
		font-size: 10px;
		margin: 0 0 10px 0;
	}
	
    /* --- 	fleches --- */
    .owl-prev .fa, .owl-next .fa {
        font-size: 1.4em;
    }
    .owl-prev, .owl-next {
        top: 40%;
        padding: 20px 10px;
    }
    
    
    #tabs-video .owl-carousel .owl-prev, #tabs-photo .owl-carousel .owl-prev {
        left: 0%;
    }
    #tabs-video .owl-carousel .owl-next, #tabs-photo .owl-carousel .owl-next {
        right: 0%;
    }
    #tabs-video .owl-carousel .owl-prev, #tabs-video .owl-carousel .owl-next, #tabs-photo .owl-carousel .owl-prev, #tabs-photo .owl-carousel .owl-next {
        top: 38%;
        color: #FFF !important;
    }
    
    
    #carousel-neuf-offre .owl-prev, #carousel-neuf-offre .owl-next {
        top: 45%;
        color: #FFF !important;
    }
    #carousel-neuf-offre .owl-prev {
        left: 0%;
    }
    #carousel-neuf-offre .owl-next {
        right: 0%;
    }
    
    
    #tabs-popular .owl-prev, #tabs-popular .owl-next, #tabs-coming .owl-prev, #tabs-coming .owl-next, #bloc-occasion .owl-prev, #bloc-occasion .owl-next {
	    /*
        top: 85%;
        */
        top: 62%;
    }
    #tabs-auto .owl-prev, #tabs-auto .owl-next {
        top: 50%;
    }
    #tabs-new-moto .owl-prev, #tabs-new-moto .owl-next {
        top: 62%;
    }
    #tabs-auto .owl-next, #tabs-new-moto .owl-next {
        right: -6%;
    }
    #tabs-auto .owl-prev, #tabs-new-moto .owl-prev {
        left: -6%;
    }
    
    
				
	.body-blue .tag {
        font-size: 15px;
    }
	.body-blue .titre {
        font-size: 18px;
    }
	
	.body-blue .owl-carousel img{
		height: auto;
	}
	.body-blue .video-play {
		left: 45%;
		top: 35%;
	}
    
    #bloc-occasion .marque-modele {
        font-size: 16px;
    }
    #bloc-occasion .detail {
		/*
        font-size: 14px;
        */
    }
    #bloc-occasion .prix {
        /*
        font-size: 20px;
        */
        font-size: 18px;
    }
	#bloc-occasion p {
		/*
        font-size: 13px;
        */
	}	
	#bloc-occasion img {
		/*
		height: 150px;
		*/
	}	
	#bloc-occasion .img {
		/*
		width: 80%;
		*/
		margin: 0 auto 10px auto;
	}
    
    
	#similaire .owl-carousel{
		padding: 0;
	}
	#carousel-offres{
		padding: 0 40px !important;
	}
	#offre img{
		height: auto;
	}
	/*News*/
	#carousel-news{
		margin: 0 -15px;
		width: auto;
	}
	#carousel-news img{
		height: auto;
		min-height: 0;
	}
	#carousel-news .tag {
		font-size: 14px;
	}	
	#carousel-news .titre {
		font-size: 16px;
	}	
	#carousel-news .info {
		left: 10px;
		bottom: 15px;
	}
	/*Popular*/
	#carousel-populaires img {
		height: 85px;
	}
	#carousel-populaires .titre {
		font-size: 16px;
		max-height: 55px;
	}
	#carousel-populaires .tag {
		font-size: 15px;
	}
	/*Search box*/
	#search-box {
		border: 0;
		float: none;
		height: auto;
		padding: 0;
		width: 100%;
	}
	#search-box h2 {
		margin-bottom: 0;
	}
	#search-box:after {
		display: block;
	}
	#search-box form {
		/*
		padding-left: 25px;
		padding-right: 25px;
		*/
		width: 100%;
		padding: 20px 25px;
	}
	#search-box label {
		border-radius: 3px;
		padding: 10px 0;
		/*
        font-weight: bold;
        */
	}
	#search-box select {
		padding: 10px;
		/*
		font-size: 16px;
		*/
	}
	#search-box .select:after {
		top: 15px;
	}
	#search-box .submit {
		margin-top: 20px;
		padding: 13px 0;
		font-size: 16px;
		/*
        font-weight: bold;
		border-radius: 3px;
        */
	}
	/*-- Tools --*/
	#tool-complement h2{
		padding-left: 0;
	}
	#tool-complement .title{
		padding: 0;
		font-size: 14px;
	}
	#tool-complement .title span {
		display: block;
		font-weight: bold;
		color: #369;
		margin-bottom: 15px;
	}
	#tool-complement li{
		margin-left: 2%;
		width: 32%;
	}
	#tool-complement li:nth-child(3n+1){
		margin-left: 0;
	}
	#tool-complement li a{
		font-size: 10px;
	}
	#tool-complement .tool8 li{
		width: 32%;
		margin-left: 2%;
        background-color: #575656;
	}
	#tool-complement .tool8 li:nth-child(3n+1){
		margin-left: 0;
	}
	#tool-complement .tool8 li a{
		font-size: 10px;
        color: #999;
	}
	
	
	#tool-concession a {
		font-size: 13px;
	}
	#tool-concession img {
    	width: 35px;
		margin: 5px 15px 0 0;
	}
	#tool-concession{
		padding: 10px 0;
	}
	#tool-concession .icon1{
		margin-bottom: 5px;
		padding-left: 35px;
	}
	#tool-concession .icon2{
		padding-left: 60px;
	}
	
	/*-- Sommaire --*/
	#sommaire a {
		right: 20px;
		width: 40px;
		height: 40px;
		padding-top: 3px;
		font-size: 12px;
	}
	#sommaire.absolute a{
		bottom: 15px !important;
		top: initial !important;
	}
	#sommaire img{
		width: 25px;
		height: auto;
	}
	
	/*-- Detail and links --*/
	ul.detail li,ul.stats li{
	}
	ul.links li {
		margin-right: 10px;
	}
	ul.links li a {
		font-size: 12px;
	}
	/*Categories*/
	#categorie h2{
		margin-bottom: 20px;
	}
	#categorie ul{
		padding: 0;
		margin: 0 -10px;
	}
	#categorie li{
		padding: 10px;
		width: 50%;
	}
	#categorie li a{
		font-size: 12px;
		margin: 0;
	}	
	#categorie li span{
		width: 100px;
		height: 44px;
		margin: 0 auto;
	}
	#categorie li .span {
		padding: 0 5px;
	}
	#categorie li p {
		margin-top: 10px;
	}
	/*-- Helpers --*/
	.hide-md {
		display: block !important;
	}
	.hide-xs {
		display: none !important;
	}
	.g-recaptcha.min-xs {
		-ms-transform: scale(0.80);
		-webkit-transform: scale(0.80);
		transform: scale(0.80);
		-ms-transform-origin: 75px 25px;
		-webkit-transform-origin: 75px 25px;
		transform-origin: 75px 25px;
	}
	/*Social share*/
	.social-share{
		padding-bottom: 0;
		border-bottom: none;
	}
	.social-share>p{
		display: block;
		font-size: 14px;
		padding-bottom: 10px;
		border-bottom: 1px solid #ccc;
	}
	.social-share>p img {
		margin: 0 15px 0 3px;
	}
	.social-share ul{
		float: none;
	}
	.social-share ul li{
		margin-left: 0px;
		margin-right: 5px;
	}
	.social-share li a{
		padding: 5px 8px 4px 10px;
	}
	.social-share li a i{
		margin-right: 0;
	}
	.social-share li a span{
		display: none;
	}
	/* basculer */
	.basculer .titre {
		/*
        font-size: 14px;
        */
        font-size: 12px;
		margin-bottom: 5px;
	}
	.basculer .select.item-1, .basculer .select.item-2 {
		min-width: inherit;
	}
	.basculer{
		background-color: transparent;
		padding: 10px 0 0;
	}
	/* basculer FT */
	.basculer .titre {
		float: none;
		margin-bottom: 10px;
		padding: 0 5px 0 15px;
	}
	.basculer .select-bloc {
		float: none;
		background-color: #073A5D;
		padding: 10px 5px 10px 15px;
		/*
        background-color: #FFE;
		border-top: 1px #ECECEC solid;
        */
	}
	.basculer .select-bloc:after{
		clear: both;
		content: "";
		display: table;
	}
	.basculer .select.item-1,.basculer .select.item-2{
		min-width: 85px;
		max-width: 48%;
	}
	.basculer .select.item-1{
		margin-right: 2%;
	}
	.comment-list .message {
		line-height: 20px;
		font-size: 14px;
		padding: 10px 0 0 20px;
	}
	.comment-list p.icone {
		font-size: 12px;
	}
	.comment-list p img {
		max-width: 30px;
	}
	/*
	.comment-list .second, .comment-list .thirth {
		padding-left: 15px;
	}
	*/
	.comment-list .second {
		padding-left: 20px;
	}
	.comment-list .thirth {
		padding-left: 40px;
	}
	.comment-list ul {
		padding-left: 20px;
	}
	.comment-list ul li {
		margin-right: 15px;
	}
	.comment-list .like i, .comment-list .unlike i, .comment-list .reply i {
    	margin: 2px;
	}
	.comment-list>li>a {
		font-size: 14px;
	}
	.basculer select {
		min-width: 120px;
		font-size: 13px;
	}
    
    #offre li span {
        /*
        float: left;
        */
    }
	
	#highlights{
		margin-bottom: 20px;
	}
	#highlights p {
		font-size: 14px;
	}
	#highlights .image-bloc a, #thumb-video {
		width: auto;
		height: auto;
	}
	.relation-client{
		margin: 0 auto 40px auto !important;
	}
}


@media (max-width: 414px) {
	
    #bloc-occasion .img {
		/*
		width: 100%;
		*/
	}
	#bloc-occasion img {
		/*
		height: 110px;
		*/
	}
	#bloc-occasion .owl-prev, #bloc-occasion .owl-next {
		top: 85%;
	}
	.body-blue .video-play {
		left: 40%;
		top: 30%;
	}
    #tabs-auto .owl-carousel .img {
        height: 100%;
        padding: 0;
    }
	#tabs-auto .prix, #tabs-moto .prix {
		font-size: 18px;
		/*
		margin-top: -10px;
		*/
	}
    #tabs-moto .owl-carousel .img {
        width: 100%;
        height: auto;
        padding-top: 20px;
        margin-bottom: 25px;
        border-radius: 20px;
    }
}


@media (max-width: 360px) {
	
	.owl-theme.legende {
		font-size: 9px;
	}
	#tabs-auto .btn, #tabs-moto .btn {
		/*
		width: 60%;
		*/
	}
	#tabs-auto li, #tabs-moto li {
		padding: 2px 5px;
	}
	#tabs-auto .ui-tabs-nav li a, #tabs-moto .ui-tabs-nav li a {
		font-size: 14px;
	}
	#tabs-auto .owl-carousel li, #tabs-moto .owl-carousel li {
		font-size: 16px;
	}
	#bloc-occasion .img {
		/*
		width: 80%;
		*/
		margin: 0 auto 10px auto;
	}
	
}