body {
    background: #000;
    margin-top: 0;
    /*background: url(/images/fond-noir.jpg) no-repeat center center fixed;*/

    background-image: url(/images/fond-noir.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

ul li, p {font-size: 0.9rem;}



.column, .columns {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

body.produit {
    background: #000;
    width: 100%!important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


/*url("/images/mondial.jpg")*/



#favoriteIcon {
display: none;
    /* background: #333; */
    padding: 1px 20px 26px 20px;
    height: 10px;
    /* width: 150px; */
    margin-top: 1px;
}

#favoriteIcon a:hover {
    color: rgb(231, 231, 18);
}

#favoriteIcon span {
    color: #fff;
    font-size:1rem;
    font-weight: bold;
}

.voirParc {
    background: #008CFF !important;
  font-weight: bold;
  font-size: 12px !important;
  min-height: 22px !important;
}

/*.buttonFavorite {
    background: #F02179;
    padding: 6px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: bold;
    margin-right: 14px;
} */.buttonFavorite a {color: #383838;}

.buttonFavorite {
    background: #000;
    border: 1px solid #F02179;
    padding: 6px 10px;
    border-radius: 0;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 0.7rem;
    font-weight: bold;
    margin-right: 14px;
/*background: #E4E4E4;
    padding: 6px;
    border-radius: 0;
    color: #383838;
    cursor: pointer;

    margin-right: 14px;*/
}

.buttonFavorite i {
    color: #F02179;
    background: #fff;
    border-radius: 6px;
    height: 9px;
    width: 9px;
}

.pageProduit .buttonFavorite {
    width: 100%;
    display: block;
        font-size: 1rem;
    font-weight: bold;
}

.buttonFavorite.remove {
    opacity: 0.4;
}

.pageProduit .buttonFavorite i {
    color: #F02179;
    background: #fff;
    border-radius: 7px;
    height: 14px;
    width: 14px;
}

button.success, .button.success {
  background-color: #F02179;
  border-color: #D00056;
  color: #fff;
  border-radius: 6px;
  font-weight: bold;
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #D00056;
}

.link {
    color: #008CFF;
    text-decoration: underline;
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

ul.noDisc {
    list-style-type: none;
}

/* NAV */
.top-bar.expanded .title-area {
    background: #fff;
}

.top-bar {
    background: transparent;
    height: 90px;
    /*line-height: 137px;*/
}





.top-bar input, .top-bar .button, .top-bar button {
    top: 0px;
}

.top-bar .name {
	min-height: 90px;
}


.title-area img {
    width: 250px;
    padding-top: 10px;
}

.top-bar-section ul {margin-bottom: 12px;}

.top-bar-section ul li {
    background: #FCA13F;
}.top-bar-section ul li a {
        color: #000;
        font-weight: bold;
    }

@media only screen and (min-width: 40.063em) {

    .top-bar-section ul {margin-bottom: 0;}

    .top-bar-section ul li {
        background: transparent;
    }

    .title-area img {
        /*margin-top: 18px;*/
        padding-top: 4px;
        margin-left: 20px;
        width: 100%;
    }

    .top-bar-section ul li > a {
        line-height: 137px;
        background: transparent !important;
    }
}
@media only screen and (max-width: 40.062em) {
    input[type="radio"] + label {
          display: inline-block;
          margin-left: 0.2rem;
    }
}

.top-bar .toggle-topbar.menu-icon a {
    color: #444;
}

.top-bar .toggle-topbar.menu-icon a span::after {
    box-shadow: 0 0px 0 1px #444, 0 7px 0 1px #444, 0 14px 0 1px #444;
 }


.formHome #form_query {
    height: 38px;
    font-size: 1rem;
    color: #666;
    border: 0px solid transparent;
}

.formHome .button {
    padding: 6px;
	height: 38px;
}

.formHome #toggleAdvanced {
    height: 38px;
    background: #E61D72;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    cursor: pointer;
}

@media only screen and (max-width: 40.062em) {
	.formHome #toggleAdvanced {
		font-size: 1rem;
  		padding-top: 10px;
	}

	.formHome .button {
		font-size: 0.8rem;
  		padding-top: 8px;
	}


}

.formHome a {
    color: #fff;
    font-weight: bold;
}

.bold, .gras {
    font-weight: bold;
}

/* FONTS */
h1 {
    font-size: 1.6rem;
    font-weight: bold;
}


div.titre {
    /*margin: 20px 0;*/
}

div.titre, h2 , .h2 {
font-size: 1rem;
    font-weight: bold;
    color: #f02179;
    /* text-transform: uppercase; */
}
.page-1 h2{
    color: #fff;
        border-bottom: 1px solid #666666;
}

h3 {
    font-size: 1rem;
    font-weight: bold;
}

.small {
    font-size: 0.8rem !important;
}

.font09 {
    font-size: 0.9rem;
}

.big {
    font-size: 2.6rem !important;
}

/* FOND*/
.fondFonce {
    background: #2c3e50;
}

.fondBlanc {
    background: #fff;
}

.fondBleuFonce {
    background: #074e68;
}

.button.violet, .fondViolet {
    color: #fff;
    background: #E61D72;
}

.fondVioletClair {
    color: #fff;
    background: #4C4C4C;
}

.width100 {
    width:100%;
}

.yellow {
    color: #FCA13F !important;
}

.blanc {
    color: #fff !important;
}

a.blanc:hover {
    color: #eee;
}

.black {
    color: #333;
}


.rose {color: #F02179 !important;}
.fondRose {background: #F02179 !important;}
a.hoverRose:hover {color: #F02179 !important;}
a.hoverYellow:hover {color: #FCA13F !important;}

.violet {
    color: #E61D72;
}

.gris {
    color: #aaa;
}

.noir {
    color: #000;
}

.text-align-right {
    text-align: right;
}

.text-align-center {
    text-align: center;
}

.button.success {
    background: #10B917;
    color: #fff;
}

/*
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #339C38; }
*/
button.validAlerteEmail{
    height: 1.8rem !important;
    padding-bottom: 6px !important;
    padding-top: 6px !important;
}
.floatLeft {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px
}


/** alert */
.alert-box {
    /*margin-top: 1.25rem;*/
}

/* PANELS */
.panel {
    border-style: solid;
    border-width: 1px;
    border-color: #e7e7e7;
    background: #fff;
    position: relative;
}

.panel.magazine {
    padding: 0;
}

.panel.magazine h2 {
    font-size: 1rem;
    font-weight: bold;
}

.panel.magazine p {
    font-size: .8rem;
    text-align: justify;
    margin-bottom: 0;
}

.panel.magazine a.button {
    font-size: .8rem;
    margin-bottom: 0;
}

/* ANNONCE LARGE */
.panel.serp {
    padding: 10px 15px;
    margin-bottom: 10px;
    /*cursor: pointer;*/
}

.panel.serp.noPointer {
    cursor: default !important;
}

.panel.serp:hover {
    border-color: #aaa;
}

.panel.serp .content {
        padding: 10px 30px 10px 30px;
    }

@media only screen and (min-width: 40.063em) {
    .panel.serp .content {
        padding: 0 20px 0 0;
    }
}

#listResult h1 {font-size: 1.2rem;}
.panel.serp .content a.titre {
    font-size: 1.3rem;
    font-weight: bold;
    color: #f02179;
}

.count {color: #fff;}
.panel.serp .content h2 {
    margin-bottom: 6px;
    margin-top: 0;
}

.panel.serp .content h3 {
    padding-bottom: 6px;
    font-size: 1rem;
    margin-bottom: 3px;
    border-bottom: 1px solid #a5a5a5;
}

.panel.serp .content p, p.small {
    font-size: .8rem;
    margin-bottom: 3px;
    color: #000;
}

.panel.serp .content p.infoSup {
    font-weight: bold;
    font-size: 0.76rem;
    color: #000;
    margin-bottom: 6px;
}

.panel.serp .content p.infoSup i.fa:not(:first-child) {
    margin-left: 8px;
}
.clearing-thumbs li, [data-clearing] li {
    margin-right: 8px;
    margin-top: 4px;
    margin-left: 8px;
}

.clearing-thumbs li:last-child, [data-clearing] li:last-child  {
    margin-right: 0;
}
.vehicule-thumb {
    /*margin-top: -88px;
    position: absolute;*/
    min-height: 80px;
    overflow: hidden;
}

.hidden {display: none !important;}

/* ANNONCE SMALL */

img.full {
    width: 100%;
}


.annonce-small {
    cursor: pointer;
    border-color: #222;
    border-width: 0;
}
.overflow {
    overflow: hidden;
    position: relative;

    min-height: 237px;
}
.annonce-small:hover {
    border-color: #666;
}


.annonce-small .infoSup a.titre {
    font-size: 0.8rem;
    font-weight: bold;
}

.annonce-small div.infoSup {
    font-size: .8rem;
    color: #444;
    /*position: absolute;
    bottom: -1px;*/
    padding: 3px 15px 3px 3px;
    background: #fff;
    opacity: 1;
    line-height: 1.2rem;
    /*width: 218px;*/
}

.annonce-small a {
    color: #f02179;
}

.list-actu {
    /*padding: 0;
    margin-top: 20px;*/
}

.titreActu {
    background: url(/images/noirFonceTransparent.png);
    position: absolute;
    bottom: 15px;
    padding: 10px 15px;
    line-height: 1.3;
    font-size: 24px;
    width: 90%;
    right: 0;
    text-align: left;
}
.titreActu.agenda {
    font-size: 16px;
}
.titreUne {
    background: url(/images/noirFonceTransparent.png);
    position: absolute;
    bottom: 15px;
    padding: 5px;
    line-height: 1.3;
    font-size: 16px;
    width: 100%;
    right: 0;
    text-align: center;
    color: #fff;
    margin-right: 8px;
}
/*
.list-actu .panel{
    min-height: 120px;
}

.list-actu > div.row {
    padding-bottom: 25px;
}



.list-actu h3 {
    margin-top: 0;
    margin-bottom: 3px;
    font-size: 0.8rem;
    font-weight: bold; }
    .list-actu h3 a {   font-size: 16px;
  line-height: 1.4;}

.list-actu p {
    font-size: .76rem;
    color: #444;
    margin-bottom: 0;
}

.list-actu p.published {
    text-align: right;
    color: #ccc;
}*/

.carteVisite {
    background: #444;
    color: #fff;
    padding: 0;
    margin-bottom: 0;
    border-width: 0;
}

.carteVisite p {
    padding: 0;
    margin-bottom: 8px;
}

.carteVisite p:last-child {
    margin-bottom: 3px;
}

.carteVisite p:first-child {
    color: #fff;
    /*font-size: 13px;*/
    padding: 10px 0 0 14px;
    line-height: 1.2;
}

.carteVisite p button {
    padding-bottom: 0;
}

.carteVisite span.nom {
    font-size: 1.4rem;
    /*font-weight: bold;*/
}

.italic {
    font-style: italic;
}

.carteVisite a {
    color: #12D7E7;
    font-size: 14px;
}

.carteVisite .button{
    background: #F02179;
    font-weight: bold;
    font-size: 18px;
    min-height: 42px;
    margin-left: 15px;
}
.carteVisite .button.success {
    background: #10B917;
    color: #fff;
}

article {
    position: relative;
}

.article p {
    text-align: justify;
}

.memo {
    background: #f02179;
    color: #fff;
    margin-top: 20px;
}

.memo p {
    color: #fff;
}

.memo a {
    color: #fff;
    font-weight: bold;
    font-size: 0.8rem;
}

.memo div.titre {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 24px;
}

.clearing-thumbs.galerie li  , [data-clearing].galerie li {
    float: none;
    display: inline;
}

.titleRose {
    background-color: #FCA13F;/*#F02179;*/
    font-weight: bold;
    text-align: center;
    padding: 5px 6px;
    color: #fff; margin-bottom: 20px;}
    .titleRose i {color: #fff;}

div.listeArticleDroite i {color: #333;}
div.listeArticleDroite {border-top: 1px solid #e7e7e7; margin-top: 20px ; padding-top:20px;}

div.listeArticleDroite ul li a {font-weight: normal; font-size: .8rem;}
div.listeArticleDroite ul li {line-height: 1; margin-bottom: 10px;}

.rechercheAvancee {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.8s;
    -moz-transition: height 0.8s;
    transition: height 0.8s;
    padding-left: 5px;
}

.rechercheAvancee .titre {font-weight: normal; font-size: 0.8rem;}
div.rechercheAvancee.open {
    height: auto;
}

div.scrollable {
    height: 100px;
    overflow: hidden;
    -webkit-transition: height 0.8s;
    -moz-transition: height 0.8s;
    transition: height 0.8s;
}

div.scrollable.open {
    height: auto;
}

ul.inline, div.listeArticleDroite ul {
    list-style: none;
    margin-left: 0;
}

ul.inline li {
    display: inline;
}

ul.inline li.inline33 {
    display: inline-block;
    width: 32%;
}

ul.inline li.inline25 {
    display: inline-block;
    width: 24%;
}

ul.inline li.inline13 {
    display: inline-block;
    width: 13%;
}

ul.inline li.inline50 {
    display: inline-block;
    width: 49%;
}

.breadcrumbs {
    border: 0px solid transparent;
    border-radius: 0;
    background: none;
    border-style: solid;
}
    .breadcrumbs > * a {
      color: #000; }
    .breadcrumbs > *.current {
      cursor: default;
      font-weight: bold; }
      .breadcrumbs > *.current a {
        cursor: default;
        color: #000;
    }

  .breadcrumbs > * {
    font-size: 0.7rem;
    color: #000;
}
.breadcrumbs > *:before { color: #000;}

.searchOnglet:first-child {
    border-radius: 6px 0 0 0;
}
.searchOnglet:last-child {
    border-radius: 0 6px 0 0;
}
.searchOnglet {
    padding: 10px 35px;
    font-size: 14px;
    background: #31383B;
    margin-right: -5px;
    color: #fff;}
.searchOnglet:hover, .searchOnglet.active {
    color: #fff;
    background: #D00056;
}
.searchOnglet.active:hover {
    background: #D00056;
}
a.searchOnglet:focus {
    color: #fff;
}

a.facebook {
    float: right;
    color: #fff;
    font-size: 22px;
    line-height: 1;
}
.searchConteneur {
    border: 1px solid #585858;
    padding: 15px 15px 15px 25px !important;
}

.homeSearch .onglets {
    padding: 15px 10px 6px 10px;
}
.fondJaune {
    background: #FCA13F;
}

.fondMetal {
    background-image: url(/images/bande-metal.png);
    background-repeat: no-repeat;
    background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
      margin-bottom: 15px;
}

.fondFonce {
    background: #F8AA44;
}


/* AlerteEmail */
.alerteEmailPub {
    padding: 20px 0 20px 0;
    background-image: url(/images/bg-zc.jpg);
    background-repeat: no-repeat;
    background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  /*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}

/** fond voiture */
.fondVoiture {
    background-image: url(/images/bg-voiture.jpg);
    background-repeat: no-repeat;
    background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 }

.fondAccueil {
    background-image: url(/images/bg-zc.jpg);
    background-repeat: no-repeat;
    background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 }

.fondMoto {
    background-image: url(/images/bannieres/moto.jpg);
    background-repeat: no-repeat;
    background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 }

.fondMercedesBenz {
    background-image: url(/images/bg-voiture-mercedez-benz.jpg);
    background-repeat: no-repeat;
    background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 }

 .fondCitroen{
    background-image: url(/images/bg-voiture-citroen.jpg);
    background-repeat: no-repeat;
    background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 }

.fondUtilitaire {
    background-image: url(/images/bannieres/utilitaires.jpg);
    background-repeat: no-repeat;
    background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 }

.fondCampingCar {
    background-image: url(/images/bg-camping-car.jpg);
    background-repeat: no-repeat;
    background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 }

/* MAIN FORM */
.main-form {
    padding: 25px 0 20px 0;

  /*-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}

@media only screen and (min-width: 40.063em) {
    .main-form {
        padding: 20px 0 20px 0;
    }

}

.main-form input, .main-form .button {
    margin-bottom: 0;
}




.orbit-container .orbit-timer {
    display: none;
}

/* MAIN ARTICLE */
article {
    /*padding-top: 20px;*/
    /*background: #ecf0f1;*/
}


/* LABELS */

.blocs {
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    z-index: 10;
    /*left: 15px;*/
    /*padding-right: 15px;*/
}
.left15 {
    left: 15px;
}

.blocs.bottom {
    bottom: 0;
    top: inherit;
    padding-right: 15px;
    padding-left: 15px;
}


span.label {
    font-weight: bold;
    font-family: inherit;
    /*text-transform: capitalize;*/
    margin-bottom: inherit;
    padding: 0.3rem;
    font-size: .8rem;
    color: white;
    float: left;
    background-color: transparent;
    background: url(/images/fondNoirTransparent.png);
}

span.label.nouveaute {float: right;}
span.price {
    float: right;
    font-size: 1.2rem;
    margin-right: -5px;
}

.productPrice, .price {
    background-color: #444;/*#008CFF;*//*#008CFF 8A0176*/;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
}
.productPrice {
    display: inline-block;
    /* border-radius: 3px; */
    padding: 6px 0px;
    margin: 10px 0;
    width: 100%;
    text-align: center;
}
span.photo {
    background-color: #000;
    color: #fff;
    /*margin-top: 9px;*/
    float: right;
    margin-right: 10px;
}

span.coeur, span.nouveaute {
    background-color: #E61D72;
}
span.jaune {
    background-color: #FCA13F;
    color: #000;
}

span.blanc {
    color: #fff;
}

span.gros {font-size: 22px;}

span.faibleKm {
    background-color: #27ae60;
}

span.recent {
    background-color: #f1c40f;
}

span.premiereMain {
    background-color: #2DBCCF;
}



.panel.annonce-small span.price {
    font-size: 1.2rem;
}

.annonce-detail h1 {
    margin-top: 12px;
    font-size: 1.6rem;
    font-weight: bold;
}
/*
.annonce-detail span.label, .annonce-detail span.price {
    font-size: 1.4rem;
}
*/
.clearBoth {
    clear: both;
}
p.caracteristiques {
    font-size: 0.8rem;
}


/** onglet dans fiche garage */
.tabs dd > a, .tabs .tab-title > a {
    padding: 6px 10px;

}

.caracteristiques ul {
    margin-left: 0;
    list-style-type: none;
}

.caracteristiques ul.tabs {
    border-bottom: 1px solid #D2D2D2;
}

.tabs dd.active a, .tabs .tab-title.active a {
  background-color: #D2D2D2;
  /*color: #fff;*/
}

.caracteristiques ul.tabs li {
    padding: 0;
}

.caracteristiques ul.list li:nth-of-type(even) {
    background: #f9f9f9;
}

.caracteristiques ul li span {
    font-weight: bold;
}


.maxHeight {
  max-height: 700px;/*440px;*/
  overflow: auto;
  padding-right: 14px;
  /*border-: 1px solid #D2D2D2;*/
}

button.tiny {
    height: 2rem;
}

.bgBlancTransparent {
    background: url(/images/bgBlanc.png);
}

.block {display: block;}
.relative {position: relative;}
.block4 {width: 50%; float: left; padding: 5px 10px 5px 10px;}
/* RECHERCHE */
.homeSearch {
    padding-left: 5px !important;
    padding-right: 0px !important;
}
/*
.homeSearch span {
    line-height: 1.2;
    font-size: 0.8rem;
    color: #F5A324;
    cursor: pointer;
}*/

.homeSearch p {
font-size: 2rem;
    color: #f02179;
    /* text-shadow: #444 1px 1px 1px; */
    line-height: 1.4;
    font-weight: bold;
}

.b1 {border: 1px solid #585858; padding: 5px;}
.bb1 {border-bottom: 1px solid #666666;}
.b1 > .row {padding: 0 5px 5px 5px;}

.fondNoir {background: #000;}
footer.fondNoir {border-top: 1px solid #585858; padding-top: 20px; margin-top: 20px;}
.alertMailBox, .fondNoirTransparent {
    background: #333;
    /*background: url(/images/bgSearch.png);*/
    /*margin:0px -21px -21px -21px;*/
    padding: 15px;
    color: #fff;}
    .fondNoirTransparent {background: url(/images/fondNoirTransparent.png);}

.alertMailBox p {color: #fff;}
.alertMailBox .titre, .alertMailBox .titre .fa {
    font-size: 1rem !important;
}


.homeAdvancedSearch {
    margin-top: 20px !important;
    display: block;
}

#advancedSearch {
    border: 1px solid #ddd;
}

#advancedSearch.stick {

}

#advancedSearch .titre {
    /*border-bottom: 1px solid #ccc;*/
    padding-bottom: 10px;
    font-size: 1rem;
}




.pr0-onlarge {}
.pl0-onlarge {}
.pl15-onsmall {padding-left: 30px;}
@media only screen and (min-width: 1010px) {
    .pr0-onlarge {
        padding-right: 0;
    }
    .pl0-onlarge {
        padding-left: 0;
    }
    .pl15-onsmall {padding-left: 15px;}
    #advancedSearch.stick {
      position: fixed;
      width: 235px;
      top: 12px;
      z-index: 100;
    }
}

.load, .flou {
    width: 100%;
    height: 100%;
    background: #000;
    opacity:0.9;
    top: 0;
    text-align: center;
    position: fixed;
    z-index: 1000;
    display: none;
}

.flou {
    background: url(/images/noirFonceTransparent.png);
    opacity:0.9;

  -webkit-filter: blur(100px);
  -moz-filter: blur(100px);
  -o-filter: blur(100px);
  -ms-filter: blur(100px);
  filter: blur(100px);
}

.load img {
    margin: 0 auto;
    padding-top: 200px;
}

.homeSearch ul { line-height: 1; margin-bottom: 0;}
.homeSearch ul li a {color: #fff; font-weight: normal;}

#formMulti button {margin-bottom: 6px; display: block;}
#formMulti .columns {
    padding-left: 10px;
    padding-right: 10px;
}
#formMulti .row.collapse .columns {
    padding:0 !important;
}

#formMulti .titre {
    margin: 0 0 12px 0;
    padding-bottom: 4px;
        border-width: 0;
    /*padding: 0;*/
    font-size: 0.8rem;
}

#formMulti .fa {
    /*color: #ddd;*/
}

input, select {
      height: inherit;
}

#orderResult select {
    height: 1.8rem;
    padding: 6px;
    font-weight: bold;
    font-size: 12px;
    margin-top: 7px;
}

#formMulti input, #formMulti select {

    /*height: 14px
    padding: 3px;*/
    font-size:0.8rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 0;
}

/*#formMulti*/ input[type="checkbox"] {
    width: 14px;
    height: 14px;
    margin-bottom: 0px;
    box-shadow: 0 0 0 none !important;
}

#form_energie > label, #form_categorie > label {
    vertical-align: middle;
    height: 24px;
    color: #fff;
}

#formMulti ul {
    list-style-type: none;
    margin-left: 0;
}

#formMulti ul li {
    line-height: 1.2;
}

#formMulti ul li a {
    font-size: 0.9rem;
}


#formMulti input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
color: #666;
}
#formMulti input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #666;
opacity: 1;
}
#formMulti input::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #666;
opacity: 1;
}
#formMulti input:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #666;
}

#formMulti span.postfix {
    height: 1.8rem;
    line-height: 1.8rem;
    background: #F7F7F7;
    border-left: none;
    color: #4C4B4B;
    border-color: #cccccc;
}

#formMulti span {font-size: 0.8rem;}
#formMulti a {
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    margin-right: 12px;
}


.pageAlerteEmail label {font-weight: bold; color: #4d4d4d !important;}

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
    height: 1.8rem;
    padding: 6px;
}

#message input {
    margin-bottom: 3px;
}

#message label {
    font-weight: bold;
}

.recaptchatable #recaptcha_response_field {
    height: 1.4rem;
    margin: 0;
}

.recaptchatable #recaptcha_image {
    border: 0px solid transparent;
}

#formMulti  label {
    color: #fff;
}

@media only screen and (min-width: 1010px) {

    #form_categorie > label, #form_boite > label, #form_energie > label  {
        width: 170px;
        margin-right: 0;
        margin-left: 3px;
    }

    .pageAlerteEmail #form_categorie > label, .pageAlerteEmail  #form_boite > label, .pageAlerteEmail  #form_energie > label  {
        width: 84px;
    }
}

.inputValued {
    background-color: #fff;
    font-weight: bold;
    border: 1px solid #aaa !important;
    box-shadow: 0px 0px 6px #aaa !important;
}

.pagination {
    padding-bottom: 60px;
}

.pagination span a, .pagination span.current {
    border: 1px solid #ccc;
    padding: 3px 10px;
    font-size: 0.9rem;
    background-color: #000000;
    border-color: #f02179;
    color: white;
}
}

.pagination span.current a {
    font-weight: bold;
}

.pagination span a:hover, .pagination span.current {
    background-color: #f02179;
}
/* FOOTER */
footer {
    /*color: #fff;*/
}

footer .titre {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

footer div.titre {
    border-bottom: 1px solid #ccc;
}

footer .final , footer .final a{
    color: #666;
    font-size: 1rem;
}

footer .final a:hover{
    color: #CCC;
}

footer .social {
    font-size: 2.4rem;
    padding-right: 6px;
}

footer ul {
    font-size: 0.8rem;
    line-height: 1.4;
    color: #fff;
    margin-left: 0;
}

footer ul a {
    color: #D7D7D7;
        font-size: 0.9rem;
}

footer ul a:hover, footer ul a:active, footer ul a:focus {
    color: #fff;
}

/* -----------------------------------------

   *************
   *************
   ***       ***
   ***       ***
   *************
   *************
   ***
   ***
   ***          ADDINGS / MARGINS

----------------------------------------- */
.b0 {border: 0 solid transparent !important;}
.center {text-align: center;}
.w100 {width: 100%;}

.p0 {padding: 0px;}
.p2 {padding: 2px;}
.p3 {padding: 3px;}
.p6 {padding: 6px !important;}
.p8 {padding: 8px !important;}
.p10 {padding: 10px;}
.p12 {padding: 12px;}
.p14 {padding: 14px;}
.p15 {padding: 15px;}
.p16 {padding: 16px;}
.p20 {padding: 20px;}

.pt0 {padding-top: 0;}
.pt3 {padding-top: 3px;}
.pt4 {padding-top: 4px;}
.pt5 {padding-top: 5px;}
.pt6 {padding-top: 6px;}
.pt8 {padding-top: 8px;}
.pt10 {padding-top: 10px;}
.pt12 {padding-top: 12px;}
.pt14 {padding-top: 14px !important;}
.pt15 {padding-top: 15px !important;}
.pt16 {padding-top: 16px;}
.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px !important;}
.pt24 {padding-top: 24px;}
.pt40 {padding-top: 40px;}

.pr0 {padding-right: 0;}
.pr5 {padding-right: 5px;}
.pr6 {padding-right: 6px;}
.pr10 {padding-right: 10px;}
.pr15 {padding-right: 15px;}
.pr16 {padding-right: 16px;}
.pr20 {padding-right: 20px;}

.pl0 {padding-left: 0;}
.pl3 {padding-left: 3px;}
.pl5 {padding-left: 5px;     display: inline-block;}
.pl6 {padding-left: 6px;}
.pl10 {padding-left: 10px;}
.pl15 {padding-left: 15px;}
.pl16 {padding-left: 16px;}
.pl20 {padding-left: 20px;}
.pl40 {padding-left: 40px;}
.pl46 {padding-left: 46px;}
.pl80 {padding-left: 80px;}
.pl120 {padding-left: 120px;}

.pb0 {padding-bottom: 0 !important;}
.pb1 {padding-bottom: 1px;}
.pb3 {padding-bottom: 3px;}
.pb6 {padding-bottom: 6px;}
.pb10 {padding-bottom: 10px;}
.pb12 {padding-bottom: 12px;}
.pb15 {padding-bottom: 15px;}
.pb20 {padding-bottom: 20px;}
.pb24 {padding-bottom: 24px;}
.pb40 {padding-bottom: 40px;}
.pb80 {padding-bottom: 80px;}

.relative {position: relative;}
.m0a {margin: 0 auto;}
.m0 {margin: 0px !important;}
.m4 {margin: 4px;}
.m6 {margin: 6px;}
.m8 {margin: 8px;}
.m10 {margin: 10px;}
.m20 {margin: 20px;}
.m30 {margin: 30px;}

.mt0 {margin-top: 0px;}
.mt2 {margin-top: 2px;}
.mt2 {margin-top: 2px !important;}
.mt3 {margin-top: 3px !important;}
.mt4 {margin-top: 4px !important;}
.mt6 {margin-top: 6px !important;}
.mt8 {margin-top: 8px !important;}
.mt10 {margin-top: 10px !important;}
.mt12 {margin-top: 12px;}
.mt14 {margin-top: 14px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px !important;}
.mt26 {margin-top: 26px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
.mt60 {margin-top: 60px;}
.mt66 {margin-top: 66px;}
.mt70 {margin-top: 70px;}
.mt80 {margin-top: 80px;}
.mt-20 {margin-top: -20px;}

.mr0 {margin-right: 0px !important;}
.mr4 {margin-right: 4px;}
.mr6 {margin-right: 6px;}
.mr8 {margin-right: 8px;}
.mr10 {margin-right: 10px;}
.mr12 {margin-right: 12px;}
.mr14 {margin-right: 14px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr30 {margin-right: 30px;}
.mr-15 {margin-right: -15px;}

.ml-3 {margin-left: -3px !important;}
.ml-10 {margin-left: -10px;}
.ml-15 {margin-left: -15px;}
.ml0 {margin-left: 0px;}
.ml2 {margin-left: 2px;}
.ml3 {margin-left: 3px;}
.ml4 {margin-left: 4px;}
.ml6 {margin-left: 6px;}
.ml8 {margin-left: 8px;}
.ml10 {margin-left: 10px;}
.ml14 {margin-left: 14px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml30 {margin-left: 30px;}
.ml45 {margin-left: 45px;}
.ml60 {margin-left: 60px;}

.mb0 {margin-bottom: 0px !important;}
.mb1 {margin-bottom: 1px;}
.mb2 {margin-bottom: 2px;}
.mb3 {margin-bottom: 3px;}
.mb4 {margin-bottom: 4px !important;}
.mb6 {margin-bottom: 6px;}
.mb8 {margin-bottom: 8px;}
.mb10 {margin-bottom: 10px;}
.mb12 {margin-bottom: 12px;}
.mb14 {margin-bottom: 14px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px !important;}
.mb22 {margin-bottom: 22px !important;}
.mb30 {margin-bottom: 30px;}
.mb80 {margin-bottom: 80px;}
.mb-1 {margin-bottom: -1px;}
.mb-2 {margin-bottom: -2px;}

.lh16 {
  line-height: 16px;
}

.noFloatRight:last-child {
  float: left !important; }

div.share {
background: none;
cursor: normal;
padding: 0 10px;
} div.share.facebookButton {
    bottom: 4px;
}

div.share:hover {
    background: #fff;
}


#cookie-banner {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 115px;
    opacity: 0.9;
    background: #444;
    color: #eee;
    padding: 14px;
    font-size: 0.8rem;
    line-height: 1.2rem;
    border-radius: 6px 0 0 0;
    z-index: 100;
}

.zoom {
    -webkit-transition: all 0.3s ease; /* Safari and Chrome */
    -moz-transition: all 0.3s ease; /* Firefox */
    -ms-transition: all 0.3s ease; /* IE 9 */
    -o-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease;
    z-index:1;
    position:relative;
}

.zoom:hover {
    -webkit-transform:scale(1.05); /* Safari and Chrome */
    -moz-transform:scale(1.05); /* Firefox */
    -ms-transform:scale(1.05); /* IE 9 */
    -o-transform:scale(1.05); /* Opera */
     transform:scale(1.05);
     z-index:2;
}

.overflow img.zoom:hover {
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
     z-index:2;
}

.tabs dd.active a, .tabs .tab-title.vendeur a {background-color: #F02179; font-weight: bold; color: #fff;}

a {font-weight: bold;color: #f02179;}

#form_alerteEmail {display: none;}
.pageAlerteEmail #form_alerteEmail {display: block;}
.tokens {font-size: 14px; padding: 12px 0; color: #fff;}
.token { background: #E4E4E4; font-size: 12px; padding: 3px 6px; border-radius: 8px;}.token i, .token {color: #333;}

#newsletter {
    position: fixed;
    height: 190px;
    width: 480px;
    padding: 15px;
    z-index: 0;
    bottom: 40%;
    right: 40%;
    background: #fff;
    display: none;
    opacity: 0;
    border: 5px solid #E61D72;
    border-radius: 2px;
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -ms-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
} #newsletter p {font-size: 0.9rem; margin-bottom: 12px;}
  #newsletter label {font-weight: bold;}
  #newsletter .close {position: absolute;
    bottom: 5px;
    left: 0;
    font-weight: bold;
    cursor: pointer;
    font-size: 0.8rem;
    margin-left: 15px;
    color: #434343;}
  #newsletter button {    margin-top: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 0px;
    height: 30px;}

#newsletter.displayed {
  zoom: 1;
  display: block;
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 10000;
}
#newsletter input {margin-bottom: 0;}

#newsletter .errorBox {
    font-size: 12px;
    color: #F02179;
    font-weight: bold;
}




#bgSite {position: relative; overflow: hidden;}
/**http://tympanus.net/codrops/2012/01/02/fullscreen-background-image-slideshow-with-css3 */
/*#diaporama,
#diaporama:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;margin: 0;overflow: hidden;
}
#diaporama:after {
   / * content: '';
    background: transparent url(/images/pattern.png) repeat top left;* /
}
#diaporama li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 18s linear infinite 0s;
    -moz-animation: imageAnimation 18s linear infinite 0s;
    -o-animation: imageAnimation 18s linear infinite 0s;
    -ms-animation: imageAnimation 18s linear infinite 0s;
    animation: imageAnimation 18s linear infinite 0s;
}


#diaporama li:nth-child(1) span {
    background-image: url(/images/bannieres/voiture.jpg);
}
#diaporama li:nth-child(2) span {
    background-image: url(/images/bannieres/voiture-2.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
#diaporama li:nth-child(3) span {
    background-image: url(/images/bannieres/voiture-3.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
#diaporama li:nth-child(4) span {
    background-image: url(/images/bannieres/voiture-4.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
#diaporama li:nth-child(5) span {
    background-image: url(/images/bannieres/utilitaires.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
#diaporama li:nth-child(6) span {
    background-image: url(/images/bannieres/moto.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
*/

/* Animation for the slideshow images * /
@-webkit-keyframes imageAnimation {
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    50% { opacity: 1 }
    100% { opacity: 0; transform: scale(1.5); }
}
@-moz-keyframes imageAnimation {
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    50% { opacity: 1 }
    100% { opacity: 0; transform: scale(1.5); }
}
@-o-keyframes imageAnimation {
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    50% { opacity: 1 }
    100% { opacity: 0; transform: scale(1.5); }
}
@-ms-keyframes imageAnimation {
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    50% { opacity: 1 }
    100% { opacity: 0; transform: scale(1.5); }
}
@keyframes imageAnimation {
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    50% { opacity: 1 }
    100% { opacity: 0; transform: scale(1.5); }
}
/* Animation for the title *//*
@-webkit-keyframes titleAnimation {
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation {
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation {
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation {
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation {
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}*/
/* Show at least something when animations not supported * /
.no-cssanimations #diaporama li span{
    opacity: 1;
}*/
/*
@media screen and (max-width: 1140px) {
    .cb-slideshow li div { font-size: 140px }
}
@media screen and (max-width: 600px) {
    .cb-slideshow li div { font-size: 80px }
}
*/

.joyride-tip-guide {
    background: #F02179;
}

.joyride-close-tip {
    color: #FFF !important;
}

.joyride-tip-guide .joyride-nub.bottom {
    border-color: #F02179 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
}

#filtreMarque button, .jeu {background: #444;
background: #444;
    padding: 3px 10px;
    margin-right: 10px;
    font-size: 0.8rem;
    margin-bottom: 10px;
    text-transform: uppercase;}

.jeu {
    padding: 15px;
    font-size: 1rem;
}

#filtreMarque button:hover, #filtreMarque button:focus, .jeu:hover, .jeu:focus{
    background: #666;
}

.compatateurPage {font-family: verdana;}
h1.comparateur {
	font-size: 1.8rem;
    line-height: 1.2;
    text-align: center;
    padding-top: 15px;
}
div.comparateur_top_height {height: 270px; text-align: center;}

.comparateur .title ,.comparateur_value .title{height: 240px;}

.comparateur_value .title {font-size: 0.8rem; font-weight: bold; line-height: 1.2;}

ul.comparateur , ul.comparateur_value  {
    list-style-type: none;
}

ul.comparateur_value  {border-left: 1px solid #828282;}


ul.comparateur li, ul.comparateur_value li {
	background: #BF487B;
    color: #fff;
    padding: 6px;
    margin-bottom: 15px;
    width: auto;
    border-radius: 6px;
	font-weight: bold;
    font-size: 1.1rem;
}

ul.comparateur_value li {font-weight: normal; background: transparent; color: #000;     text-align: center;}

ul.comparateur li.garantie, ul.comparateur_value li.garantie, ul.comparateur li.ville, ul.comparateur_value li.ville {
    height: 60px;
    padding-top: 20px;
    line-height: 1;
}


ul.comparateur_value li.garantie {
    font-size: 0.8rem;
}

ul.comparateur_value li.prix {
    background: #E61D72;
    color: #fff;
    margin: 0 15px 15px 15px;
    font-weight: bold;
}

ul.comparateur_value  li a.button {
	background: #009F4D;
    color: #fff;
    text-align: center;
    border-radius: 6px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0;
    font-size: 1rem;
}

ul.comparateur_value  li a.retirer {
    font-weight: normal;
    font-size: 0.8rem;
}



.alert-box.warning {
    background-color: #f02179;
    border-color: #f02179;
    color: #fff;
}

.formNewsletter {
    background: #F7F7F7;
    padding: 15px 15px 0 15px;
} .formNewsletter label {font-weight: bold; color: #444; text-align: right;}


.reponse.ok {
    background: #f02179;
    color: #fff;
    padding: 15px;
    margin: 15px 0 30px;
    text-align: center;
    font-weight: bold;
}

.alert-box {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: 0.8125rem;
    font-weight: normal;
    margin-bottom: 1.25rem;
    padding: 0.875rem 1.5rem 0.875rem 0.875rem;
    position: relative;
    transition: opacity 300ms ease-out;
    background-color: #f02179;
    border-color: #f02179;
    color: #fff;
    font-weight: bold;
}

#ajaxMessage {background: #f02179; text-align: center;
    color: #fff;
    margin-top: 15px;}


.alert-box.success {
    background-color: #f02179;
    border-color: #f02179;
    color: #fff;
}

