@charset "utf-8";
/*---------------NORMALIZE----------------*/

/* @font-face kit by Fonts2u (https://fonts2u.com) */
@font-face {
  font-family: "Lane Narrow";
  font-weight: normal;
  font-style: normal;

  src: url("../fonts/lanenar.eot?") format("eot"),url("../fonts/lanenar.woff") format("woff"),url("../fonts/lanenar.ttf") format("truetype"),url("../fonts/lanenar.svg#Lane-Narrow") format("svg");
}


html {
  font-size: .625rem;
}html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Open Sans",sans-serif;
  line-height: normal;
  color: #231f20;
}p {
  margin: 0;
}ol,
ul {
  margin: 0px;
  padding: 0px;
}a {
  cursor: pointer;
  text-decoration: none;
}a:active,
a:hover {
  outline: 0;
}a img {
  border: none;
}fieldset,
form {
  margin: 0;
  padding: 0;
  border: none;
}button,
input,
select {
  vertical-align: middle;
}iframe {
  border: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
}
/* retablissement de l'apparance des selects (surtout ios) */
select,
input {
  position: relative;   /* Safari 3-4, also probably droppable */   /* Firefox 1, probably can drop this */
  border-radius: 0px;
}
input,
textarea {
  font-family: Arial, Helvetica, sans-serif;
}
input[type="text"],
select,
textarea,
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"],
input[type="password"] {
  float: left;
  margin: 1% 0;
  padding: 8px 10px;
  background: #f4f4f4;
  text-transform: none;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
input[type="submit"] {
  margin: 2% 0;
  padding: 10px 30px;
  background: #fcb32b;
  font-size: 1.3em;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  border-radius: 4px;

  -webkit-appearance: none;
     -moz-appearance: none;
}
input[type="submit"]:hover {
  background: #000000;
}

/*---------------BASE----------------*/

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  float: left;
  min-height: 1px;
}
.col-1 {
  width: 8.3333333333%;
}
.col-2 {
  width: 16.6666666666%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.3333333333%;
}
.col-5 {
  width: 41.6666666666%;
}
.col-5-1 {
  width: 48%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.3333333333%;
}
.col-8 {
  width: 66.6666666666%;
}
.col-9 {
  width: 75%;
}

.col-wrapper .col-9 {
  padding-left: 30px;
}

.col-10 {
  width: 83.3333333333%;
}
.col-11 {
  width: 91.6666666666%;
}
.col-12 {
  width: 100%;
}
.col_left {
  float: left;
}
.col_right {
  float: right;
}

.content h2 {
  display: block;
  padding: 10px 0px;
  font-size: 1.9em;
  text-align: center;
  text-transform: uppercase;
  color: #fcb32b;
  border-bottom: 2px solid #ededed;
}
.content h3 {
  padding: 10px 0px;
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  color: #169ed9;
  border-bottom: 1px solid #ededed;
}
.overall {
  max-width: 1180px;
  margin: 0 auto;
}
.inner {
  width: 98%;
  max-width: 1160px;
  margin: 0px auto;
}
.decallage {
  margin: 0 -10px;
}
.clear {
  clear: both;
}
.clearfix:after {
  display: table;
  clear: both;
  content: "";
}
.display {
  display: none;
}
a {
  -webkit-transition: color 300ms;
          transition: color 300ms;
  color: #000000;
}
a:hover {
  color: #169ed9;
}
.contenu a {
  -webkit-transition: color 300ms;
          transition: color 300ms;
  color: #169ed9;
}
.contenu a:hover {
  color: #fcb32b;
}
.center {
  text-align: center !important;
}


/*---------------HEADER----------------*/

/*star new header*/

.header,
.Mon-Compte,
.slider,
.page-intro-searchbox,
.searchbox-title,
.searchbox-recherche {
  position: relative;
  float: left;
  width: 100%;
}
.searchbox-recherche input[type="text"] {
  display: block;
  width: 100%;
  padding: 17px 64px 17px 17px;
  font-size: 1.6em;
  font-weight: 300;
  color: #333333;
  border: none;
}
.searchbox-recherche input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 54px;
  background: url("../images/icon-recherche.png") center no-repeat;
  cursor: pointer;
  border: none;
}
.searchbox-recherche input[type="submit"]:hover {
  background-color: #fcb415;
}
.header {
  padding: 0px 0 0;
}

.header .inner {
  position: relative;
}

.first-logo {
  float: left;
  width: 25%;
  padding: 7px 0;
}

.first-logo span.h1 {
  display: block;
  margin-top: -11px;
  padding-left: 25px;
  font-size: 1.14em;
  font-weight: 400;
  text-align: left;
  color: #4b4b4b;
}

.Mon-Compte a,
.Mon-Compte a:last-child {
  padding-left: 6px;
  color: #fcb415;
  border-left: 1px solid #000000;
}

.holder-nav {
  float: left;
  width: 55%;
  padding: 0;
}

.holder-nav ul {
  display: table;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
}

.holder-nav ul li {
  float: left;
  padding: 0 9px;
}

.holder-nav ul li.active a,
.holder-nav ul li a:hover {
  /* color: #000; */
  font-weight: 700;
}

.holder-nav li a {
  position: relative;
  display: block;
  padding: 30px 10px;
  font-size: 1.4em;
  font-weight: 400;
  color: #4b4b4b;
}
.holder-nav li a:hover {
  color: #000000 !important;
}
.holder-nav ul li.has-sub .sub-menu {
  position: absolute;
  display: none;
  z-index: 9999;
  top: 78px;
  left: 0;
  width: 100%;
  min-height: 100px;
  background: #f2f2f2;
  border-bottom: 6px solid #fcb414;
}
.menu-items-marque {
  float: left;
  width: 25%;
  margin-top: 10px;
  padding: 0px 15px;
  border-right: 1px solid rgba(136, 136, 136, .26);
}

.menu-items-marque img {
  margin-top: 37px;
}

.menu-items-marque:last-child {
  border-right: none;
}

.menu-items-marque span.h3 {
  display: block;
  margin: 14px 0;
  font-size: 1.6em;
  font-weight: 400;
  color: #336683;
}

.menu-items-marque .menu-have {
  float: left;
  width: 50%;
}

.menu-items-marque .width-menu-marque {
  float: left;
  width: 100%;
}

.menu-items-marque .menu-have li {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-size: .9em;
  font-weight: 400;
}

.menu-items-marque .menu-have li a {
  display: block;
  padding: 2px 0;
  color: #000000;
}

.menu-items-marque .menu-have li a:after {
  display: none;
  opacity: 0;
}

.menu-items-marque .menu-have li a:hover {
  color: #fcb414;
}

.menu-items-marque .menu-afficher-lien {
  display: inline-block;
  /* font-size: 1em; */
  margin: 60px 0px 15px;
  padding: 10px 57px 10px 10px;
  color: #000000;
}

.menu-items-marque .menu-afficher-lien:after {
  background-image: url(../images/button-suivant.png);
}
#quisommesnous {
  padding: 0 0 0 310px;
  background-position: bottom center;
  background-size: cover;
  border-bottom: 4px solid #ffb114;
}
#quisommesnous ul {
  float: left;
  width: 280px;
  margin: 0 0 0 -310px;
}
#quisommesnous ul > li {
  display: block;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #e4e4e4;
}
#quisommesnous ul > li > a {
  position: relative;
  display: block;
  padding: 15px 15px;
  background: #ffffff;
  font-size: 1.4em;
  font-weight: 700;
}
#quisommesnous ul > li > a:after {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 9px;
  height: 15px;
  background: url(../images/button-suivant-b.png);
  content: "";
  -webkit-transition: all 200ms;
          transition: all 200ms;
}
#quisommesnous ul > li > a:hover:after {
  right: 10px;
}
#quisommesnous ul > li > a:hover,
#quisommesnous ul > li > a.active {
  background: #f2f2f2;
}
.content_smqui {
  display: block;
  padding: 30px;
  text-align: center;
}
.content_smqui span,
.content_smqui p {
  padding: 20px 0;
  font-size: 1.4em;
}
.content_smqui a {
  position: relative;
  display: inline-block !important;
  padding: 10px 57px 10px 15px !important;
  background-color: #fcb415;
  font-size: 1em;
  font-weight: 700!important;
  color: #000000 !important;
}
.content_smqui a:after {
  position: absolute;
  display: block;
  top: 0px;
  right: 0;
  bottom: 0px;
  width: 42px;
  height: 100%;
  background-color: rgba(255, 255, 255, .24);
  background-image: url(../images/button-suivant.png);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
.content_smqui a:hover {
  -webkit-filter: brightness(113%);
          filter: brightness(113%);
}
.last-logo {
  float: right;
  width: 20%;
  margin-top: 16px;
  padding: 0 0px 0px 18px;
  border-left: 1px solid #000000;
}

.last-logo span {
  display: block;
  margin-bottom: 4px;
  padding: 2px 0;
  background-image: url("../images/icon-telephone.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 33px;
  font-size: 2.4em;
  font-weight: 700;
  text-align: right;
  color: #fcb415;
}
.last-logo span a {
  color: #fcb415;
}
.Mon-Compte p {
  display: inline-block;
  padding-right: 2px;
  font-size: 1.09em;
  font-weight: 700;
}
.Mon-Compte a:first-of-type {
  display: inline-block;
  padding-right: 3px;
  padding-left: 0;
  font-size: 1rem;
  font-weight: 700;
  border-left: none;
}

.Mon-Compte a {
  padding-left: 6px;
  font-size: 1.3em;
  font-weight: 700;
  color: #fcb415;
  border-left: 1px solid #000000;
}
.Mon-Compte a:last-child {
  margin-left: 0!important;
  /*border-left: 1px solid #000;*/
  padding-left: 6px;
  text-transform: uppercase;
}


#header_principal,
#header_concession,
#header_departement {
  height: 85px;
}
#logo {
  float: left;
  height: 61px;
  margin: 5px 0 0 0;
  padding: 10px 0 10px 303px;
  background: url(../images/logo.png) left no-repeat;
}
#logo span,
#logo_departement span {
  display: inline-block;
  font-size: 1.1em;
  font-weight: 400;
  color: #231f20;
}
#header_principal #logo,
#header_concession #logo,
#header_departement #logo {
  width: 280px;
  height: auto;
  padding: 0px;
}
#header_principal #logo span,
#header_concession #logo span,
#header_departement #logo span {
  padding: 53px 0 0 25px;
}
#logo strong {
  display: block;
}
#logo_departement {
  float: left;
  padding: 20px 10px 10px 20px;
}
#header_departement #logo_departement span img,
#header_departement #logo_departement span strong {
  float: left;
}
#header_departement #logo_departement span strong {
  padding: 12px;
  font-size: 1.4em;
  text-transform: uppercase;
  color: #000000;
}
#recherche_tel {
  float: right;
  width: 28%;
  min-width: 265px;
  padding: 4px;
}
#recherche_tel span {
  display: block;
  margin-bottom: 5px;
  font-size: 2.6em;
  font-weight: 700;
  color: #fcb32b;
}
#header_concession #recherche_tel span {
  margin: 0px;
  padding: 20px 0 0 0;
}
#tel_header {
  float: right;
  padding: 22px 0 0 0;
  line-height: 1.1em;
  text-align: center;
}
#tel_header span {
  display: block;
  margin-bottom: 5px;
  font-size: 2.8em;
  font-weight: 700;
  color: #fcb32b;
}
#tel_header strong {
  font-size: 1.2em;
}
#recherche_tel span:before,
#tel_header span:before {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin: -5px 6px 0 0;
  background: url("../images/sprite.png") no-repeat -48px -82px;
  content: "";
  vertical-align: middle;
}
#recherche_tel span:after {
  display: inline-block;
  width: 23px;
  height: 16px;
  margin: 0 0 0 8px;
  background: url("../images/sprite.png") no-repeat 0 -88px;
  content: "";
  vertical-align: middle;
}
#header_departement #recherche_tel {
  width: 50%;
  min-width: inherit;
}
#header_departement #recherche_libre,
#header_departement #recherche_tel span {
  float: right;
}
#logos_marques {
  float: right;
  padding: 30px 10px 10px 20px;
}
#logos_marques img {
  float: left;
  margin-left: 5px;
}
#recherche_libre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 35px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 3px;

  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-ordinal-group: 100;
  -ms-flex-order: 99;
  order: 99;
}
#header_concession #recherche_libre {
  padding: 0px;
}
#recherche_tel input[type="text"],
#recherche_libre input[type="text"] {
  float: left;
  width: 86%;
  padding: 8px 10px;
  background: #f4f4f4;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
#recherche_libre input[type="text"] {
  min-width: 220px;
  margin: 0;
  background: #ffffff;
  font-size: 12px;
  border: 0;
}

#lien_header_eboutique {
  position: relative;

  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

#lien_header_eboutique .ajout-panier-alert {
  position: fixed;
  z-index: 9999999999;
  top: 155px;
  right: 50%;
  margin-top: 25px;
  margin-right: -590px;
  padding: 10px;
  background: #fcb415;
  font-family: "Lane Narrow";
  font-size: 1.2rem;
  white-space: nowrap;
  border-radius: 5px;
  opacity: 0;
  transform: translate(0, -10px);
  pointer-events: none;
  transition: .4s ease-out;
}

#lien_header_eboutique .ajout-panier-alert.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

#recherche_libre input[type="text"]::-webkit-input-placeholder {
  font-size: 12px;
  font-style: normal;
}

#recherche_libre input[type="text"]:-ms-input-placeholder {
  font-size: 12px;
  font-style: normal;
}

#recherche_libre input[type="text"]::-ms-input-placeholder {
  font-size: 12px;
  font-style: normal;
}

#recherche_libre input[type="text"]::placeholder {
  font-size: 12px;
  font-style: normal;
}

#recherche_tel input[type="submit"],
#recherche_libre input[type="submit"] {
  position: relative;
  float: left;
  width: 14%;
  min-width: 40px;
  height: 34px;
  margin: 1% 0;
  padding: 0px;
  background: url(../images/loupe_recherche.png) center no-repeat;
  cursor: pointer;
  border: none;
  border-radius: 3px;
}
#recherche_libre input[type="text"],
#recherche_libre input[type="submit"] {
  display: inline-block;
  width: inherit;
}

#recherche_libre input[type="submit"] {
  float: none;
  width: 40px;
  height: 100%;
  margin: 0;
  margin-left: auto;
  background: url(../images/loupe.png) no-repeat 50% 50%;
  background-size: 24px;
}

#tel_fix_footer {
  position: fixed;
  display: none;
  z-index: 20;
  bottom: 0px;
  width: 100%;
  height: 45px;
  background: #fcb32b;
}
#tel_fix_footer a:first-of-type {
  float: left;
  margin-top: 4px;
  font-size: 2.6em;
  font-weight: 700;
  color: #ffffff;
}
#tel_fix_footer a:first-of-type:before {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin: -3px 6px 0 10px;
  background: url("../images/sprite.png") no-repeat -105px -82px;
  content: "";
  vertical-align: middle;
}
#tel_fix_footer a:first-of-type:after {
  display: inline-block;
  width: 23px;
  height: 16px;
  margin: 0 0 0 8px;
  background: url("../images/sprite.png") no-repeat 0 -88px;
  content: "";
  vertical-align: middle;
}
#tel_fix_footer a.haut {
  float: right;
  max-width: 49px;
}
#tel_fix_footer a.haut img {
  width: auto;
  height: 100%;
}

/*  HEADER BOUTIQUE  */

#entete_eboutique {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 80px;
  margin: 10px 0 0 0;
  padding: 20px 10px;
  background: #4b4b4b;
  color: #ffffff;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#entete_eboutique > .overall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

#entete_eboutique > .overall > * {
  margin-top: 10px;
}

#entete_eboutique .h1 {
  width: 100%;
  margin: 0 10px;
  margin-top: 0;
  font-family: "Lane Narrow", sans-serif;
  font-size: 35px;
  font-weight: 300;
  color: #ffffff;
}
#google_translate_element {
  margin: 0 10px;
}
.goog-te-gadget-simple {
  border-radius: 3px;
}
.goog-te-menu2-item div,
.goog-te-menu2-item:link div,
.goog-te-menu2-item:visited div,
.goog-te-menu2-item:active div {
  color: #169ed9 !important;
}
.goog-te-gadget-simple .goog-te-menu-value {
  color: #aaaaaa !important;
}
#lien_header_eboutique a.compte,
#lien_header_eboutique a.panier {
  display: inline-block;
  padding: 8px 15px;
  font-size: 1.3em;
  font-weight: 700;
  text-transform: uppercase;
}
#lien_header_eboutique a.compte::before {
  display: inline-block;
  width: 22px;
  height: 26px;
  margin: 0 10px 0 0;
  background: url("../images/sprite.png") no-repeat -85px -958px;
  content: "";
  vertical-align: middle;
}

#lien_header_eboutique a.panier {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Lane Narrow", sans-serif;
  color: #ffffff;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*#lien_header_eboutique a.panier::before {
  display: block;
  width: 36px;
  height: 33px;
  margin: 0 15px 0 0;
  background: url(../images/caddy.png) no-repeat 50% 50%;
  content: "";

  -webkit-box-flex: 0;
  -ms-flex: 0 0 36px;
      flex: 0 0 36px;
}*/

/* NAV PRINCIPALE */

#nav_principale {
  width: 100%;
  min-height: 60px;
  margin: auto;
  background: #000000;
  border-bottom: 1px solid #ffffff;
}
#deroulant,
#deroulant2 {
  display: block;
  z-index: 55;
  margin: 0;
  padding: 0;
  list-style: none;
}
#deroulant > li,
#deroulant2 > li {
  display: block;
  float: left;
  overflow: visible;
}
#deroulant > li:first-child,
#deroulant2 > li:first-child {
  border: none;
}
#deroulant > li > a,
#deroulant2 > li > a {
  position: relative;
  display: block;
  max-width: 140px;
  padding: 15px 0px;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.2em;
  -webkit-transition: all 150ms;
          transition: all 150ms;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
#btn_louer_voiture {
  max-width: 120px !important;
}
#deroulant > li > a span {
  display: block;
  border-right: 1px dotted #808285;
}
#deroulant > li:hover a,
#deroulant > li > a.active,
#deroulant2 > li:hover a,
#deroulant2 > li > a.active {
  background: #ffffff;
  color: #000000;
}
#deroulant > li:hover a span,
#deroulant > li > a.active span,
#deroulant2 > li:hover a span,
#deroulant2 > li > a.active span {
  border-right: 1px dotted #ffffff !important;
}
#deroulant > li > a:hover,
#deroulant > li > a.active,
#deroulant2 > li > a:hover,
#deroulant2 > li > a.active {
  background: #ffffff;
}
#deroulant > li > a:hover span,
#deroulant2 > li > a:hover span {
  border-right: 1px dotted #ffffff;
}
#deroulant > li > ul,
#deroulant2 > li > ul {
  position: absolute;
  display: none;
  z-index: 25;
  top: 145px;
  left: 0;
  overflow: hidden;
  width: 100%;
  padding: 10px 0 20px 0;
  background: #282525;
  list-style: none;
  border-top: 1px solid #ffffff;
  -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,1);
          box-shadow: 0 1px 0 0 rgba(255,255,255,1);
}
#deroulant > li:hover ul,
#deroulant2 > li:hover ul {
  display: block;
}
#deroulant > li > ul > li,
#deroulant2 > li > ul > li {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
#deroulant > li > ul > li > div,
#deroulant2 > li > ul > li > div {
  float: left;
  width: 33.333333333%;
  padding: 5px;
}
#deroulant > li > ul > li > div > span.gtitre,
#deroulant2 > li > ul > li > div > span.gtitre {
  display: block;
  padding: 5px 0px;
  font-size: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
  color: #fcb32b;
}
#deroulant > li > ul > li > span,
#deroulant2 > li > ul > li > span {
  float: left;
  width: 25%;
}
#deroulant > li > ul > li a,
#deroulant2 > li > ul > li a {
  display: block;
  margin-bottom: 1px;
  padding: 10px 12px;
  background: #000000 !important;
  font-size: 1.3em;
  text-transform: inherit;
  color: #ffffff !important;
}
#deroulant > li > ul > li a:hover,
#deroulant2 > li > ul > li a:hover {
  background: #808285 !important;
}
a#btn_financez {
  max-width: 130px !important;
}
a#btn_trouvervnvo {
  max-width: 180px !important;
}
a#btn_autre_pt_vente span {
  border-right: none !important;
  border-left: 1px dotted #808285;
}
a#btn_autre_pt_vente:hover span {
  border-left: 1px dotted #ffffff;
}
#btn_estimez {
  float: right !important;
  background: #808285;
}
#btn_estimez > a {
  max-width: 222px !important;
  height: 60px;
  padding: 14px 10px !important;
  font-weight: 700 !important;
  text-align: left !important;
}
#btn_estimez > a:before {
  display: inline-block;
  float: left;
  width: 56px;
  height: 40px;
  margin: -4px 10px 0 0;
  background: url(../images/car_estimez.png) center no-repeat #231f20;
  content: "";
  vertical-align: middle;
  border-radius: 3px;
}
#btn_estimez:hover {
  background: #231f20;
}
#sticky_menu.show_low {
  display: none !important;
}

/*BURGER*/
#picto_menu::before {
  display: block;
  max-width: 35px;
  height: 4px;
  margin-bottom: 4px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 300ms;
          transition: all 300ms;
}
#picto_menu::after {
  display: block;
  max-width: 35px;
  height: 4px;
  margin-bottom: 4px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 300ms;
          transition: all 300ms;
}
#picto_menu span {
  display: block;
  width: 24px;
  height: 4px;
  margin-bottom: 4px;
  background: #ffffff;
  -webkit-transition: all 300ms;
          transition: all 300ms;
}
#picto_menu {
  float: left;
  margin: -3px 15px 0 -12px;
}
#btn_menu,
#btn_menu2 {
  display: none;
  padding: 17px 30px;
  font-size: 1.5em !important;
  font-weight: 400;
  line-height: 1em;
  cursor: pointer;
  text-transform: uppercase;
  color: #ffffff;
}

/*FIN_BURGER*/

/* NAV MIN */
.ancre {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -84px 0 0 0;
}
#nav_min {
  position: fixed;
  z-index: 20;
  top: 0;
  width: 100%;
  min-height: 82px;
  margin: auto;
  background: #000000;
  -webkit-transition: -webkit-transform .3s; /* Safari */ /* MOz */
          transition: -webkit-transform .3s;
          transition:         transform .3s;
          transition:         transform .3s, -webkit-transform .3s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  border-bottom: 1px solid #ffffff;
}
#nav_min.actif {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#logo_min {
  float: left;
  width: 22%;
  min-width: 260px;
  min-height: 58px;
  margin: 15px 15px 0 15px;
}
#logo_min img {
  width: 100%;
  height: auto;
}
#nav_min ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#nav_min ul li {
  float: left;
  max-width: 162px;
}
#nav_min ul > li > span {
  display: block;
  padding: 23px;
  font-size: 1.4em;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
#nav_min ul > li > span:hover,
#nav_min ul > li > span.active {
  background: #808285;
}
/* Bubble Bottom */
.hvr-bubble-bottom {
  position: relative;
  display: inline-block;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-bubble-bottom:before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: calc(50% - 10px);
  content: "";
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property:         transform;
  -webkit-transition-property: -webkit-transform;
          transition-property: -webkit-transform;
          transition-property:         transform;
          transition-property:         transform, -webkit-transform;
  pointer-events: none;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
}
.hvr-bubble-bottom:hover:before,
.hvr-bubble-bottom:focus:before,
.hvr-bubble-bottom:active:before {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  border-color: #808285 transparent transparent transparent;
}
.hvr-bubble-bottom.active:before {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  border-color: #808285 transparent transparent transparent;
}
.btn_je_trouve {
  float: right;
  margin: 20px 20px 20px 0px;
  padding: 12px 16px;
  background: #f09e2b;
  font-size: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 4px;
}
.btn_je_trouve:hover {
  background: #808285;
  color: #ffffff;
}

/* SLIDER */

#slider {
  position: relative;
          height: calc(100% - 362px);
  background: #171314;

     -moz-height: calc(100% - 362px);
  -webkit-height: calc(100% - 362px);
}
#slider > ul {
  /*height:100%;*/
  width: auto;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#slider > ul > li {
  height: 100%;
}
#slider .slide_txt {
  position: absolute;
  z-index: 10;
  width: 100%;
  font-size: 2.2em;
  line-height: 1em;
  color: #ffffff;
}
#slider .slide_txt .recentre {
  max-width: 1180px;
  margin: auto;
  padding: 50px 20px 0 380px;
}
#slider .slide_txt strong {
  font-size: 1.5em;
  text-transform: uppercase;
}
#slider .slide {
  position: relative;
  overflow: hidden;
  width: auto;
  height: 100%;
  text-align: center;
}
#slide_nav {
  position: absolute;
  z-index: 1;
  right: 40px;
  bottom: 30px;
}
#slide_nav > ul {
  margin: 0;
  padding: 0;
}
#slide_nav > ul > li {
  float: left;
  padding: 3px;
  list-style: none;
}
#slide_nav > ul > li > a {
  display: block;
  width: 20px;
  height: 20px;
  padding: 2px;
  border: 2px solid #e6e6e6;
  border-radius: 10px;
}
#slide_nav > ul > li > a span {
  display: block;
  width: 12px;
  height: 12px;
  background: #3a3637;
  border: 1px solid #ffffff;
  border-radius: 10px;
}
#slide_nav > ul > li > a:hover span,
#slide_nav > ul > li > a.actif span {
  background: #fcb32b ;
}
#slider .owl-controls {
  position: absolute;
  z-index: 1;
  right: 40px;
  bottom: 30px;
}

#slider .owl-controls .owl-dot {
  float: left;
  padding: 3px;
  list-style: none;
}

#slider .owl-controls .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  background: #3a3637;
  border: 1px solid #ffffff;
  border-radius: 10px;
}
#slider .slide .owl-stage-outer,
#slider .slide .owl-stage,
#slider .slide .owl-item {
  height: 100%;
}
#slider .slide .owl-item a {
  display: block;
  height: 100%;
  margin: auto;
  text-align: center;
}
#slider .slide .owl-item a img {
  display: inherit;
  width: auto !important;
  height: 100%;
  margin: auto;
}
#slider .slide .owl-item img {
  display: inherit;
  width: auto !important;
  height: 100%;
  margin: auto;
}

#slider .slide img {
  display: inherit;
  width: auto !important;
  height: 100%;
  margin: auto;
}
/*-----------------RECHERCHE_ACCUEIL-------------------------*/

.bloc_infos_recherche_accueil {
  padding: 15px;
  background: #231f20;
  font-size: 1.2em;
  color: #ffffff;
}
.bloc_infos_titre {
  margin: 0px;
  font-size: 1.6em;
  font-weight: 700;
  color: #ffffff;
}
.pastille_controle {
  float: left;
  margin: 0 15px 15px 0;
}
.btn_charte_qualite {
  float: left;
  padding: 12px 16px;
  background: #169ed9;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 4px;
}
.btn_equipement {
  display: inline-block;
  padding: 10px;
  background: #6da229;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff !important;
  border-radius: 4px;
}
.btn_charte_qualite:hover {
  background: #000000;
  color: #ffffff;
}
#form_menu_recherche_modele {
  padding: 15px;
}
#form_menu_recherche_modele a:after:hover {
  display: none !important;
}
.btn_choix_modele_prix {
  float: left;
  width: 32%;
  margin: 0px .5%;
  padding: 12px 16px;
  background: #169ed9;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 4px;
}
.btn_choix_modele_prix:hover,
#form_menu_recherche_modele a.active,
#form_menu_recherche_modele label.active {
  background: #000000;
  color: #ffffff;
}
#form_menu_recherche_modele .col_gauche,
#form_menu_recherche_modele .col_droite {
  float: left;
  width: 50%;
  padding: 15px 10px 0px 0px;
}
#form_menu_recherche_modele select,
#form_menu_recherche_modele input[type="text"] {
  width: 100%;
  height: 32px;
  margin-bottom: 15px;
  padding: 0px 10px;
  background: #f4f4f4;
  font-style: italic;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
#form_menu_recherche_modele input[type="submit"] {
  display: block;
  margin: 0px auto;
  padding: 10px 30px;
  background: #169ed9;
  font-size: 1.3em;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: -.5;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  border-radius: 4px;
}
#form_menu_recherche_modele input[type="submit"]:hover {
  background: #000000;
}
#form_menu_recherche_modele .col_full select,
#form_menu_recherche_modele .col_full input[type="text"] {
  float: left;
  width: 48%;
  margin: 10px 1%;
}
.lien_recherche_avance {
  display: inline-block;
  padding: 12px 15px;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
}
.lien_recherche_avance:before {
  display: inline-block;
  width: 16px;
  height: 10px;
  margin: -2px 5px 0 0;
  background: url("../images/sprite.png") no-repeat -323px -146px;
  content: "";
  vertical-align: middle;
}
#recherche_equipement #liste_options li {
  float: left;
  width: 32%;
  margin: .5%;
  padding: 4px;
  list-style: none;
  border: 1px solid #e6e6e6;
}



/*----------------SLIDER_MARQUE----------------*/
/*----------------SLIDER_TYPE----------------*/

#slider_marque {
  padding: 15px 0px;
  border-bottom: 1px solid #e6e6e6;
}
#slider_type {
  position: relative;
  padding: 0px;
  background: #f4f4f4;
  border-bottom: 1px solid #e6e6e6;
}
#slider_type .titre {
  position: absolute;
  z-index: 10;
  top: -22px;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  padding: 6px 0 0 0;
  background: #f4f4f4;
  font-size: 1.4em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px 4px 0 0;
}
#slider_type .owl-carousel .owl-item div a {
  position: relative;
  display: block;
  margin: 2px 0px 8px 0px;
  padding: 15px 0px;
}
#slider_type .owl-carousel .owl-item div a span {
  position: absolute;
  display: block;
  width: 100%;
  margin: 24px 0 0 0;
  padding: 2px 0px;
  font-weight: 700;
  -webkit-transition: all 300ms;
          transition: all 300ms;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0px 0px 0px 4px rgba(255,255,255,1.00);
}
#slider_marque .owl-carousel .owl-item div a:hover span,
#slider_type .owl-carousel .owl-item div a:hover span {
  margin: -15px 0 0 0;
}
#slider_marque .owl-carousel .owl-item:nth-child(1) div a span,
#slider_type .owl-carousel .owl-item:nth-child(1) div a span {
  color: #fbd432;
}
#slider_marque .owl-carousel .owl-item:nth-child(2) div a span,
#slider_type .owl-carousel .owl-item:nth-child(2) div a span {
  /*color:#cc2e3f;*/
  color: #f5ac54;
}
#slider_marque .owl-carousel .owl-item:nth-child(3) div a span,
#slider_type .owl-carousel .owl-item:nth-child(3) div a span {
  /*color:#8e3d7c;*/
  color: #f26522;
}
#slider_marque .owl-carousel .owl-item:nth-child(4) div a span,
#slider_type .owl-carousel .owl-item:nth-child(4) div a span {
  /*color:#2c6db4;*/
  color: #c73549;
}
#slider_marque .owl-carousel .owl-item:nth-child(5) div a span,
#slider_type .owl-carousel .owl-item:nth-child(5) div a span {
  /*color:#3bae9b;*/
  color: #2e71b6;
}
#slider_marque .owl-carousel .owl-item:nth-child(6) div a span,
#slider_type .owl-carousel .owl-item:nth-child(6) div a span {
  /*color:#8aaf38;*/
  color: #90c45e;
}
#slider_marque .owl-carousel .owl-item:nth-child(7) div a span,
#slider_type .owl-carousel .owl-item:nth-child(7) div a span {
  color: #2cb673;
}
#slider_marque .owl-carousel .owl-item:nth-child(8) div a span,
#slider_type .owl-carousel .owl-item:nth-child(8) div a span {
  color: #8ebcc9;
}
#slider_marque .owl-carousel .owl-item:nth-child(9) div a span,
#slider_type .owl-carousel .owl-item:nth-child(9) div a span {
  color: #884586;
}
#slider_marque .owl-carousel .owl-item:nth-child(10) div a span,
#slider_type .owl-carousel .owl-item:nth-child(10) div a span {
  color: #2e3192;
}
#slider_marque .owl-carousel .owl-item:nth-child(11) div a span,
#slider_type .owl-carousel .owl-item:nth-child(11) div a span {
  color: #97999a;
}
#slider_marque .owl-carousel .owl-item:nth-child(12) div a span,
#slider_type .owl-carousel .owl-item:nth-child(12) div a span {
  color: #82848a;
}
#slider_marque .owl-carousel .owl-item:nth-child(13) div a span,
#slider_type .owl-carousel .owl-item:nth-child(13) div a span {
  color: #1a6c3f;
}

#slider_marque .overall,
#slider_type .overall {
  max-width: 920px;
}
.carousel_marque .owl-item img {
  max-width: 54px;
  margin: auto;
}
.carousel_type .owl-item img {
  max-width: 70px;
  margin: auto;
}
.carousel_marque .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -60px;
  background: rgb(255,255,255); /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: -webkit-gradient(linear,  left top, left bottom,  color-stop(12%, rgba(255,255,255,1)),to(rgba(230,230,230,1)));
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 12%,rgba(230,230,230,1) 100%); /* W3C */
  text-indent: -500px;
  border: 1px solid #d4d4d5;
  -webkit-box-shadow: 2px 2px 0px rgba(0,0,0,.10);
          box-shadow: 2px 2px 0px rgba(0,0,0,.10);

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
}
.carousel_type .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -60px;
  cursor: pointer;
  text-indent: -500px;
}
.carousel_marque .owl-prev::before,
.carousel_type .owl-prev::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 13px;
  margin: -6px 0 0 -10px;
  background: url("../images/sprite.png") no-repeat -379px -117px;
  content: "";
}
.carousel_marque .owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin: -20px -60px 0 0;
  background: rgb(255,255,255); /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: -webkit-gradient(linear,  left top, left bottom,  color-stop(12%, rgba(255,255,255,1)),to(rgba(230,230,230,1)));
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 12%,rgba(230,230,230,1) 100%); /* W3C */
  text-indent: -500px;
  border: 1px solid #d4d4d5;
  -webkit-box-shadow: 2px 2px 0px rgba(0,0,0,.10);
          box-shadow: 2px 2px 0px rgba(0,0,0,.10);

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
}
.carousel_type .owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin: -20px -60px 0 0;
  text-indent: -500px;
}
.carousel_marque .owl-prev:hover,
.carousel_marque .owl-next:hover,
.carousel_type .owl-prev:hover,
.carousel_type .owl-next:hover {
  background: rgb(255,255,255);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.carousel_marque .owl-next::before,
.carousel_type .owl-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 13px;
  margin: -6px 0 0 -10px;
  background: url("../images/sprite.png") no-repeat -379px -136px;
  content: "";
}
.carousel_mobile {
  display: none;
}

/*----------------CONTENT----------------*/

#h1_home {
  display: block;
  max-width: 1180px;
  margin: 20px auto;
  padding: 0px 20px;
  font-size: 1.8em;
  line-height: 1.2em;
  text-align: center;
}
#zone_push .bloc_liste_item {
  margin: 0px -10px;
}
#zone_push .liste_item {
  float: left;
  width: 33.333333333%;
}
#zone_push .item {
  position: relative;
  display: block;
  margin: 10px;
  background: #ffffff;
}
#zone_push .img_max {
  position: relative;
  display: block;
  width: 100%;
  max-height: 240px;
  text-align: center;
}
#zone_push .img_max img {
  display: block;
  width: 100%;
  height: auto;
}
#zone_push .item a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
#zone_push .item .infos {
  display: block;
  padding: 15px;
}
#zone_push .item .titre {
  display: block;
  font-size: 1.8em;
  font-weight: 700;
  text-transform: uppercase;
  color: #0785c5;
}
#zone_push .item .sous_titre {
  display: block;
  font-size: 1.3em;
  font-weight: normal;
}
#zone_push .item a:hover .titre,
#zone_push .item a:hover .sous_titre {
  color: #000000;
}

#line_trust_pilot {
  padding: 10px;
  font-size: 1.4em;
  font-weight: 700;
  text-align: center;
}
#line_trust_pilot span {
  font-size: .9em;
  font-style: italic;
  color: #808285;
}
#line_trust_pilot .logo {
  display: inline-block;
  margin: 0 10px -10px 0;
}

.notation_trust {
  position: relative;
  display: inline-block;
  width: 128px;
  height: 24px;
  background: #d2d2d2;
}
.notation_trust img {
  position: absolute;
  z-index: 10;
  left: 0;
}
.notation_trust .etoile_jaune {
  position: relative;
  left: 0;
  width: 100%;
  max-width: 128px;
  height: 24px;
  background: #ffb357;
}
#lien_engagement {
  padding: 12px;
  background: #f4f4f4;
  font-size: 1.6em;
  font-style: italic;
  text-align: center;
  color: #808285;
  border-bottom: 1px solid #e6e6e6;
}
#lien_engagement a {
  font-size: .9em;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
#lien_engagement a:before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: -3px 5px 0 15px;
  background: url("../images/sprite.png") no-repeat -393px -165px;
  content: "";
  vertical-align: middle;
}
#fleche_scroll_first {
  display: block;
  width: 100%;
  height: 65px;
  background: #f4f4f4;
  cursor: pointer;
  -webkit-transition: all 500ms;
          transition: all 500ms;
  text-align: center;
}
#fleche_scroll_first:hover {
  background: #808285;
}
#fleche_scroll_first:before {
  display: inline-block;
  width: 62px;
  height: 25px;
  margin: 18px 0 0 0;
  background: url(../images/fleche_scroll.png) no-repeat;
  content: "";
  -webkit-animation: bounce 1.2s infinite;
          animation: bounce 1.2s infinite;
  vertical-align: middle;
}
@keyframes bounce {
  0%,
  100% {
    margin: 12px 0 0 0;
  }
  15%,
  85% {
    margin: 16px 0 0 0;
  }
  25%,
  75% {
    margin: 18px 0 0 0;
  }
  40%,
  60% {
    margin: 22px 0 0 0;
  }
  50% {
    margin: 25px 0 0 0;
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    margin: 12px 0 0 0;
  }
  15%,
  85% {
    margin: 16px 0 0 0;
  }
  25%,
  75% {
    margin: 18px 0 0 0;
  }
  40%,
  60% {
    margin: 22px 0 0 0;
  }
  50% {
    margin: 25px 0 0 0;
  }
}
section#accueil {
  position: absolute;
  z-index: 10;
  top: 100%;
  width: 100%;
  margin: auto;
  margin-top: -216px;
  background: #ffffff;
}
#moteur_recherche {
  position: absolute;
  z-index: 14;
  left: 50%;
  width: 320px;
  margin-left: -590px;
  padding: 40px 30px;
}
#moteur_recherche .titre {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0px 0px 5px rgba(0,0,0,.7);
}
#moteur_recherche .titre span:last-of-type {
  display: none;
}
#moteur_recherche .titre:before {
  display: inline-block;
  float: left;
  width: 74px;
  height: 73px;
  margin: -10px 3px 0 -13px;
  background: url("../images/sprite.png") no-repeat 0 -114px;
  content: "";
  vertical-align: middle;
}
#moteur_recherche > ul {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
}
#moteur_recherche > ul > li {
  display: block;
  margin-bottom: 5%;
  background: #ffffff;
  border: 3px solid #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,.5);
          box-shadow: 0px 0px 8px rgba(0,0,0,.5);
}
#recherche_marque {
  border-bottom: 3px solid #fcb32b !important;
}
#recherche_vehicule {
  border-bottom: 3px solid #ed1d27 !important;
}
#recherche_modele {
  border-bottom: 3px solid #169ed9 !important;
}
#recherche_equipement {
  border-bottom: 3px solid #8bc640 !important;
}
#moteur_recherche > ul > li > a {
  display: block;
  padding: 10px 12px;
  background: rgb(230,230,230); /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(230,230,230,1)),color-stop(54%, rgba(255,255,255,1)),to(rgba(255,255,255,1)));
  background: linear-gradient(to bottom,  rgba(230,230,230,1) 0%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 100%); /* W3C */
  font-size: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
  color: #808285;
  border-radius: 3px;

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#moteur_recherche > ul > li > a:after {
  display: inline-block;
  float: right;
  width: 16px;
  height: 10px;
  margin: 4px 0 0 0;
  background: url("../images/sprite.png") no-repeat -384px -88px;
  content: "";
  vertical-align: middle;
}
#moteur_recherche > ul > li > a:hover,
#moteur_recherche > ul > li > a.active_coul {
  color: #000000;
}
#moteur_recherche > ul > li:hover:after,
#moteur_recherche > ul > li.active:after {
  display: inline-block;
  float: right;
  width: 11px;
  height: 17px;
  margin: -27px -14px 0 0;
  background: url("../images/sprite.png") no-repeat -329px -198px;
  content: "";
  vertical-align: middle;
}
#recherche_marque > a:hover:after,
#recherche_marque > a.active_coul:after {
  display: inline-block;
  float: right;
  width: 16px;
  height: 10px;
  margin: 4px 0 0 0;
  background: url("../images/sprite.png") no-repeat -323px -88px;
  content: "";
  vertical-align: middle;
}
#recherche_vehicule > a:hover:after,
#recherche_vehicule > a.active_coul:after {
  display: inline-block;
  float: right;
  width: 16px;
  height: 10px;
  margin: 4px 0 0 0;
  background: url("../images/sprite.png") no-repeat -323px -117px;
  content: "";
  vertical-align: middle;
}
#recherche_modele > a:hover:after,
#recherche_modele > a.active_coul:after {
  display: inline-block;
  float: right;
  width: 16px;
  height: 10px;
  margin: 4px 0 0 0;
  background: url("../images/sprite.png") no-repeat -323px -146px;
  content: "";
  vertical-align: middle;
}
#recherche_equipement > a:hover:after,
#recherche_equipement > a.active_coul:after {
  display: inline-block;
  float: right;
  width: 16px;
  height: 10px;
  margin: 4px 0 0 0;
  background: url("../images/sprite.png") no-repeat -323px -175px;
  content: "";
  vertical-align: middle;
}
/* #sous_menu_marque li input[type="checkbox"],
#sous_menu_marque li label {
  display: block;
  float: none;
  margin: auto;
  cursor: pointer;
  text-align: center;
}
#sous_menu_marque li label {
  height: 58px;
}
#sous_menu_marque input[type="submit"],
#sous_menu_equipement input[type="submit"] {
  display: block;
  float: none;
  margin: 10px auto;
}
#sous_menu_equipement input[type="submit"] {
  background: #6da229;
} */
section#achetez {
  margin-top: 250px;
}
section#achetez_departement {
  margin-top: 240px;
}
section .entete {
  width: 100%;
  margin: auto;
  border-bottom: 1px solid #e6e6e6;
}
section .entete p {
  margin: 0;
  padding: 0 0 30px 0;
  font-size: 1.8em;
  text-align: center;
  color: #808285;
}
#achetez h2,
#achetez_departement h2 {
  margin: 0 0 20px 0;
  font-size: 1.9em;
  line-height: 1.4em;
  text-transform: uppercase;
  color: #231f20;
}
#achetez h2 strong,
#achetez_departement h2 strong {
  display: block;
  font-size: 1.5em;
  color: #fcb32b;
}
#achetez div.col-6,
#achetez_departement div.col-6 {
  position: relative;
  padding: 20px 20px 20px 0;
}
#achetez div.col-6:nth-child(even),
#achetez_departement div.col-6:nth-child(even) {
  padding: 20px 0 20px 20px;
  border-left: 1px solid #e6e6e6;
}
h2#trust_pilot:before {
  float: left;
  width: 60px;
  height: 50px;
  margin: 0 10px 0 0;
  background: url(../images/logo_trust_pilot.png);
  content: "";
  vertical-align: middle;
}
#achetez .notation_trust {
  position: absolute;
  top: 40px;
  right: 0;
  float: right;
}
#achetez div.col-6 p,
#achetez_departement div.col-6 p {
  font-size: 1.4em;
  color: #231f20;
}
section#livre {
  border-top: 1px solid #e6e6e6;
}
section#livre p {
  float: left;
  margin: 0px;
  padding-right: 40px;
  font-size: 1.4em;
  font-style: italic;
  text-align: justify;
  color: #231f20;
}
.visu_livraison {
  display: block;
  float: right;
  width: 100%;
  margin: 0;
}
#liste_engagement {
  width: 100%;
  margin: 30px 0 0 0;
  padding: 30px 0px;
  background: #231f20;
  border-bottom: 1px solid #ffffff;
}
#liste_engagement li {
  float: left;
  width: 33.3333333%;
  min-height: 92px;
  padding: 20px 40px;
  font-size: 1.6em;
  line-height: 1.2em;
  list-style: none;
  text-transform: uppercase;
  color: #ffffff;
  border-right: 1px dotted #808285;
}
#liste_engagement li:last-child {
  border-right: none;
}
#liste_engagement li:before {
  display: inline-block;
  float: left;
  margin: 0 20px 0 0;
  content: "";
  vertical-align: middle;
}
#engagement_choix:before {
  width: 96px;
  height: 27px;
  background: url("../images/sprite.png") no-repeat 0 -236px;
}
#engagement_securite:before {
  width: 42px;
  height: 50px;
  background: url("../images/sprite.png") no-repeat -158px -232px;
}
#engagement_service:before {
  width: 39px;
  height: 52px;
  background: url("../images/sprite.png") no-repeat -261px -232px;
}
#achetez .entete h2,
#livre h2,
#satisfait h2,
#achetez_departement .entete h2 {
  display: inline-block;
  width: 100%;
  margin: 20px 0 30px 0;
  font-size: 3em;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: #808285;
}
#liste_engagement h2 {
  width: 100%;
  margin: 0 0 40px 0;
  font-size: 3em;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
#satisfait {
  padding: 0 0 30px 0;
  border: 1px solid #efefef;
}
#satisfait h3 {
  font-size: 2.2em;
  font-weight: 300;
  line-height: 1em;
  text-transform: uppercase;
  color: #169ed9;
}
#satisfait div.tier {
  float: left;
  width: 33.33333333%;
  padding: 0 30px 0 0;
}
#satisfait div li {
  font-size: 1.2em;
  list-style: none;
  color: #808285;
}
#satisfait ul.demi {
  float: left;
  width: 50%;
  padding: 0 20px 0 0;
}
#satisfait div.tier p {
  font-size: 1.2em;
}
#satisfait #partage a {
  display: block;
  float: left;
  margin-right: 5px;
  background-color: #808285;
}
#satisfait #partage a:hover {
  background-color: #169ed9;
}
#satisfait .fb {
  width: 34px;
  height: 34px;
  background: url("../images/sprite.png") no-repeat 0px -386px;
}
#satisfait .tw {
  width: 34px;
  height: 34px;
  background: url("../images/sprite.png") no-repeat -36px -386px;
}
#satisfait .gp {
  width: 34px;
  height: 34px;
  background: url("../images/sprite.png") no-repeat -70px -386px;
}
#satisfait .yt {
  width: 34px;
  height: 34px;
  background: url("../images/sprite.png") no-repeat -109px -386px;
}
#satisfait .insta {
  width: 34px;
  height: 34px;
  background: url("../images/sprite.png") no-repeat -144px -386px;
}
#satisfait .bl {
  width: 34px;
  height: 34px;
  background: url("../images/sprite.png") no-repeat -181px -386px;
}
#satisfait .mail {
  width: 34px;
  height: 34px;
  background: url("../images/sprite.png") no-repeat -216px -386px;
  background-color: #169ed9 !important;
}
#satisfait .mail:hover {
  background-color: #000000 !important;
}
#liens_acces_rapide,
#liens_footer_pourquoi {
  font-size: 1.4em;
}
#liens_acces_rapide a:after {
  display: inline-block;
  margin: 0px 5px;
  content: "/";
}
#lien_supplement {
  padding: 20px 0px;
  background: #231f20;
}
.item_lien_supplement {
  float: left;
  width: 33.33333333%;
}
.item_lien_supplement img {
  float: left;
  width: 100%;
  max-width: 80px;
}
.item_lien_supplement span {
  float: left;
  padding: 20px 20px 20px 0px;
  font-size: 1.2em;
  color: #ffffff;
}
.item_lien_supplement span a {
  display: inline-block;
  margin: 5px 0 0 0;
  color: #ffffff;
}
.item_lien_supplement span a:hover {
  color: #169ed9;
}
.content h1 span {
  display: block;
  font-size: .8em;
  color: #808285;
}
.content h2 span {
  font-size: .8em;
  color: #231f20;
}
.map-mobile {
  display: none;
}
#map {
  width: 100%;
  height: 400px;
  margin: auto;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,.1);
          box-shadow: 0px 0px 15px rgba(0,0,0,.1);
}
#content_col_droite {
  padding: 0 0 0 40px;
}
#content_col_droite #item_services {
  font-size: .7em;
}
#content_col_droite #item_services li {
  float: left;
  width: 100%;
  margin: 0px;
  list-style: none;
}
#content_col_droite #item_services li p {
  margin: 0px;
}
#content_col_droite #item_services li h3 {
  padding: 0;
  border-bottom: none;
}
#content_col_droite #item_services li span.tel {
  float: left;
  margin: 10px 0 0 0;
}
#content_col_droite #item_services li h3:before {
  display: none;
}
#content_col_droite .btn_rel {
  width: 100%;
  font-size: 1.2em;
}
.btns_404 {
  display: block;
  float: none;
  margin: auto;
  font-size: .8em;
  text-align: center !important;
}
.btns_404 a {
  display: inline-block;
  float: none;
  margin: 0 1%;
}

/*----------------MAP_ACCUEIL----------------*/

#francemap_entretien {
  overflow: inherit !important;
  width: 600px;
  height: 490px;
  margin: auto;
  background-color: inherit !important;
}
/*#francemap_entretien svg g{
	transform: scale(1.5) translate(-40%,-40%);
}*/
#francemap_entretien img {
  position: absolute;
}


#francemap {
  position: relative;
  float: right;
  overflow: inherit !important;
  width: 395px;
  height: 360px;
  margin: -50px 0 0 0;
  background-color: inherit !important;
}
#info_francemap {
  position: absolute;
  display: block;
  max-width: 40%;
  margin: -160px 0px 0px 50px;
  font-size: 1.3em;
  font-style: italic;
  text-align: center;
}
#info_francemap:before,
#info_francemap_entretien:before {
  display: block;
  width: 25px;
  height: 25px;
  margin: 5px auto;
  background: url("../images/sprite.png") no-repeat 0 -190px;
  content: "";
}
#info_francemap_entretien {
  display: block;
  margin: -160px 0px 0px 0px;
  font-size: 1.2em;
  font-style: italic;
  text-align: center;
}
/*#francemap svg g{
	transform: scale(1.5) translate(-40%,-40%);
}*/
#francemap img {
  position: absolute;
}
#map_nissan_lannion {
  top: 122px;
  left: 162px;
}
#map_nissan_saintbrieuc {
  top: 132px;
  left: 218px;
}
#map_renault_cherbourg {
  top: 38px;
  left: 264px;
}
#map_renault_valogne {
  top: 47px;
  left: 269px;
}
#map_renault_coutance {
  top: 81px;
  left: 264px;
}
#map_renault_saintlo {
  top: 79px;
  left: 275px;
}
#map_renault_bayeux {
  top: 73px;
  left: 307px;
}
#map_renault_vire {
  top: 107px;
  left: 297px;
}
#map_renault_flers {
  top: 119px;
  left: 315px;
}
#map_renault_argentan {
  top: 121px;
  left: 340px;
}
#map_renault_alencon {
  top: 140px;
  left: 345px;
}
#map_renault_erquy {
  top: 125px;
  left: 224px;
}
#map_renault_lamballe {
  top: 135px;
  left: 210px;
}
#map_renault_saintbrieuc {
  top: 132px;
  left: 201px;
}
#map_renault_guingamp {
  top: 129px;
  left: 186px;
}
#map_renault_paimpol {
  top: 113px;
  left: 189px;
}
#map_renault_lannion {
  top: 117px;
  left: 168px;
}
#map_renault_morlaix {
  top: 117px;
  left: 145px;
}
#map_renault_landivisiau {
  top: 125px;
  left: 134px;
}
#map_renault_chateaulin {
  top: 147px;
  left: 134px;
}
#map_renault_douarnenez {
  top: 158px;
  left: 122px;
}
#map_renault_quimper {
  top: 163px;
  left: 129px;
}
#map_renault_pontlabbe {
  top: 170px;
  left: 122px;
}
#map_renault_fouesnant {
  top: 169px;
  left: 133px;
}
#map_renault_concarneau {
  top: 174px;
  left: 138px;
}
#map_renault_auray {
  top: 191px;
  left: 186px;
}
#map_renault_saintave {
  top: 186px;
  left: 198px;
}
#map_renault_vannes {
  top: 193px;
  left: 202px;
}
#map_renault_vanne_marne {
  top: 193px;
  left: 195px;
}
#map_renault_ploermel {
  top: 176px;
  left: 219px;
}
#map_renault_loudeac {
  top: 154px;
  left: 195px;
}
#map_renault_pontivy {
  top: 170px;
  left: 188px;
}

/*--------LISTING AVIS----------*/

.zone-slider {
  position: relative;
}

.zone-slider .holder-slider {
  position: absolute;
  z-index: 10;
  left: 50%;
  width: 100%;
  margin: 30px 0 0 -570px;
}

.zone-slider .holder-slider .inner {
  margin: 0;
}
.zone-slider .owl-carousel .owl-stage-outer {
  max-height: 700px;
}

.bloc-header-avis {
  max-width: 680px;
  padding: 16px;
  background: rgba(255,255,255,.5);
}
.bloc-header-avis h1 {
  position: relative;
  margin: 0;
  font-size: 5rem;
  font-weight: 700;
  text-transform: none;
  color: #ffffff;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, .75);
}
.bloc-header-avis p {
  margin: 10px 0 0 0;
  font-size: 2.4rem;
}
.bloc-header-avis img {
  display: inline-block;
  height: 20px;
  margin: 0 4px 0 0;
  vertical-align: baseline;
}
.bloc-header-avis p span {
  position: relative;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0 20px 0 0;
  vertical-align: baseline;
}
.bloc-header-avis p span::after {
  position: absolute;
  top: 12px;
  right: 0;
  width: 10px;
  height: 10px;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 2px solid #000000;
  border-bottom: 0;
  border-left: 0;
}

.btns-slider {
  margin-top: 10px;
}

.btns-slider a {
  width: 280px;
  margin: 0 0 12px 0;
  padding: 12px 55px 12px 15px;
  text-align: center;
}

#slider-page-avis.owl-carousel .owl-controls {
  position: absolute;
  top: 50%;
  right: 32px;
  left: 32px;
}

#slider-page-avis.owl-carousel .owl-prev {
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  font-size: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border: 4px solid #ffffff;
  border-right: 0;
  border-bottom: 0;
}
#slider-page-avis.owl-carousel .owl-next {
  position: absolute;
  right: 0;
  width: 24px;
  height: 24px;
  font-size: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 4px solid #ffffff;
  border-bottom: 0;
  border-left: 0;
}

#slider-page-avis.owl-carousel .owl-item {
  position: relative;
  overflow: hidden;
}

.intro {
  clear: both;
  padding: 30px 16px;
}
.avis-autre-vehicule {
  margin-bottom: 40px;
}
.avis-autre-vehicule a {
  font-size: 1.5rem;
}
.intro h2,
.avis-autre-vehicule h2 {
  margin-bottom: 32px;
  font-size: 3.1rem;
  line-height: 1em;
  text-align: center;
  color: #33667f;
}

.avis-autre-vehicule ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.avis-autre-vehicule li {
  width: 33%;
  list-style-type: none;
  text-align: center;
}

.intro h3 {
  margin-bottom: 20px;
  font-size: 1.9rem;
  line-height: 1em;
  color: #33667f;
}
.intro p {
  font-size: 1.7rem;
}
.intro p strong {
  color: #1d5166;
}

.listing-avis-modele {
  margin: 0;
  padding: 0 16px;
  list-style: none;
}
.listing-avis-modele li {
  display: block;
  padding: 30px 0;
}
.listing-avis-modele li .entete-avis {
  padding: 8px 75px;
  background: #b2e5ff;
  text-align: left;
  border: 2px solid #e7e7e4;
}
.listing-avis-modele li .entete-avis > div {
  min-width: 190px;
}
.listing-avis-modele li .entete-avis h3 {
  display: inline-block;
  margin: 0;
  font-size: 1.9rem;
  line-height: 2.5rem;
  vertical-align: middle;
  color: #33667f;
}
.listing-avis-modele li .entete-avis h3 strong {
  font-weight: bold;
}
.listing-avis-modele li .entete-avis h3 span {
  font-size: 1.9rem;
  font-weight: 400;
}
.listing-avis-modele li .zone-txt-avis {
  padding: 16px;
  border: 2px solid #e7e7e4;
  border-top: 0;
}
.listing-avis-modele li .zone-txt-avis p {
  font-size: 1.7rem;
  font-style: italic;
  color: #999999;
}

.date-poste-avis {
  display: block;
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: right;
  color: #52a3cc;
}
.etoiles-avis-modele {
  display: inline-block;
  margin: 5px;
  vertical-align: middle;
}
.etoiles-avis-modele .etoile {
  display: inline-block;
  width: 33px;
  height: 30px;
  margin: 2px;
  background: url(../images/etoiles/etoile-avis1.png) no-repeat center;
  vertical-align: middle;
}
.etoiles-avis-modele .etoile.moitie {
  background: url(../images/etoiles/etoile-avis2.png) no-repeat center;
}
.etoiles-avis-modele .etoile.vide {
  background: url(../images/etoiles/etoile-avis3.png) no-repeat center;
}

.pagination-avis {
  padding: 20px 0 40px 0;
  font-size: 0;
  text-align: center;
}
.pagination-avis a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50px;
  height: 50px;
  margin: 6px;
  padding: 0 12px;
  background: #a8bbc4;
  font-size: 1.5rem;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination-avis a.disabled {
  background: #ee8f31;
}
.listing-avis-modele li .entete-avis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.entete-avis div img {
  width: 30px;
  margin-left: 5px;
}

.footer-adress-left p,
.footer-adress-right p {
  font-size: .9em !important;
}

.pagination-avis a {
  font-size: 2.5rem;
  font-weight: 300;
}



/*----------------AVIS_ACCUEIL----------------*/

.item_avis {
  display: inline-block;
  width: 100%;
  margin: 8px 0px;
  border: 1px solid #e6e6e6;
}
.item_avis p:first-of-type {
  margin: 0px;
  padding: 10px 15px;
  color: #000000 !important;
}
.item_avis p:first-of-type span.date {
  font-style: italic;
  color: #808285;
}
.item_avis p:last-of-type {
  margin: 0px;
  padding: 10px 15px;
  background: #f4f4f4;
}
.notation_trust_min {
  position: relative;
  float: right;
  width: 80px;
  height: 18px;
  background: #ffffff;
}
#onglet_avis > span > span.right > span {
  margin: 10px 0;
}
.notation_trust_min img {
  position: absolute;
  z-index: 10;
  left: 0;
  width: 80px !important;
}
.notation_trust_min .etoile_jaune {
  position: relative;
  display: block;
  width: 100%;
  max-width: 97px;
  height: 15px;
  background: #ffb357;
}
/*.btn_rel{
	float:right;
	padding:15px;
	border:1px solid #e6e6e6;
	color:#000000;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing:-0.5;
	margin:10px 0px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 15%, rgba(230,230,230,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,rgba(255,255,255,1)), color-stop(100%,rgba(230,230,230,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 15%,rgba(230,230,230,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 15%,rgba(230,230,230,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 15%,rgba(230,230,230,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 15%,rgba(230,230,230,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 );
}*/
.btn_rel,
.btn_repriseref {
  display: inline-block;
  float: right;
  margin: 10px 0px;
  padding: 15px;
  background: rgb(252,179,43); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(252,179,43,1)),to(rgba(240,158,43,1)));
  background: linear-gradient(to bottom,  rgba(252,179,43,1) 0%,rgba(240,158,43,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  font-size: 1.4em;
  font-weight: 700;
  letter-spacing: -.5px;
  text-transform: uppercase;
  color: #ffffff !important;

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb32b', endColorstr='#f09e2b',GradientType=0 ); /* IE6-9 */
}
.btn_rel:before {
  display: inline-block;
  width: 16px;
  height: 10px;
  margin: -2px 6px 0 0;
  background: url("../images/sprite.png") no-repeat -384px -88px;
  content: "";
  vertical-align: middle;
}
.btn_rel:hover,
.btn_repriseref:hover {
  background: rgb(240,158,43); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(240,158,43,1)),to(rgba(252,179,43,1)));
  background: linear-gradient(to bottom,  rgba(240,158,43,1) 0%,rgba(252,179,43,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #ffffff;

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09e2b', endColorstr='#fcb32b',GradientType=0 ); /* IE6-9 */
}

/* Ajout Jennifer pour avoir plusieurs style de bouton dans les pages de contenu*/

.btn_repriserefViolet {
  display: inline-block;
  float: right;
  margin: 10px 0px;
  padding: 15px;
  background: rgb(142,61,124); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(142,61,124,1)),to(rgba(142,61,124,1)));
  background: linear-gradient(to bottom,  rgba(142,61,124,1) 0%,rgba(142,61,124,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  font-size: 1.4em;
  font-weight: 700;
  letter-spacing: -.5px;
  text-transform: uppercase;
  color: #ffffff !important;

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8E3D7C', endColorstr='#8E3D7C',GradientType=0 ); /* IE6-9 */
}
.btn_repriserefViolet:hover {
  background: rgb(142,61,124); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(142,61,124,1)),to(rgba(142,61,124,1)));
  background: linear-gradient(to bottom,  rgba(142,61,124,1) 0%,rgba(142,61,124,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #ffffff;

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8E3D7C', endColorstr='#8E3D7C',GradientType=0 ); /* IE6-9 */
}

.btn_repriserefRge {
  display: inline-block;
  float: right;
  margin: 10px 0px;
  padding: 15px;
  background: rgb(204,46,63); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(204,46,63,1)),to(rgba(204,46,63,1)));
  background: linear-gradient(to bottom,  rgba(204,46,63,1) 0%,rgba(204,46,63,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  font-size: 1.4em;
  font-weight: 700;
  letter-spacing: -.5px;
  text-transform: uppercase;
  color: #ffffff !important;

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CC2E3F', endColorstr='#CC2E3F',GradientType=0 ); /* IE6-9 */
}
.btn_repriserefRge:hover {
  background: rgb(204,46,63); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(204,46,63,1)),to(rgba(204,46,63,1)));
  background: linear-gradient(to bottom,  rgba(204,46,63,1) 0%,rgba(204,46,63,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #ffffff;

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CC2E3F', endColorstr='#CC2E3F',GradientType=0 ); /* IE6-9 */
}



#fil_ariane {
  display: inline-block;
  width: 100%;
  margin: auto;
  padding: 10px;
  background: #51a3cb;
}
#fil_ariane .inner {
  padding: 0;
}
#fil_ariane ul li {
  display: inline-block;
  list-style: none;
  vertical-align: middle;
}
#fil_ariane ul li a {
  font-size: 1.1em;
  font-weight: 600;
  font-style: italic;
  color: #ffffff;
}
#fil_ariane ul li a:before {
  display: inline-block;
  margin: 0 10px;
  content: ">";
  color: #fcb415;
}
#fil_ariane ul li a:hover {
  color: #fcb415;
}
section h1 {
  display: inline-block;
  width: 100%;
  margin: 20px 0px 10px 0px;
  font-size: 3em;
  font-weight: 500;
  line-height: 1em;
  text-align: left;
  text-transform: uppercase;
  color: #444041;
}
.entete_page {
  font-size: 1.2em;
}
.entete_page ul {
  margin: 15px 0px;
  padding: 5px;
  background: #f4f4f4;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
.entete_page ul li {
  float: left;
  margin: .25%;
  list-style: none;
}
.entete_page ul li a {
  display: block;
  padding: 4px 6px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
.entete_page ul li a:hover {
  background: #169ed9;
  color: #ffffff;
  border: 1px solid #169ed9;
}

/*----------------LISTING----------------*/

.btn_appliquer {
  display: none;
}
#recherche_vehicule_listing {
  margin: 15px 0px;
  padding: 5px;
  background: #f4f4f4;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
#recherche_vehicule_listing .titre {
  float: left;
  padding: 7px;
  font-size: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
  color: #808285;
}
#recherche_vehicule_listing form {
  float: left;
  margin: 0 10%;
}
#recherche_vehicule_listing form label {
  display: inline-block;
  padding: 4px 0 0 0;
  font-size: 1.2em;
  line-height: 1em;
  text-transform: uppercase;
}
#recherche_vehicule_listing form input[type="text"] {
  display: inline-block;
  float: none;
  max-width: 60px;
  margin: -13px 15px 0 9px;
  padding: 6px;
  background: #ffffff;
  font-size: 1.5em;
  text-align: center;
  color: #169ed9;
  border: 1px solid #e6e6e6;
}
#recherche_vehicule_listing form span {
  font-size: 1.4em;
  line-height: 1em;
  text-transform: uppercase;
}
#recherche_vehicule_listing form span strong {
  color: #169ed9;
}
#recherche_vehicule_listing a {
  float: right;
  margin-left: 5px;
  padding: 15px;
  background-color: #e6e6e6;
  border: 1px solid #d4d4d5;
  border-radius: 3px;
}
#recherche_vehicule_listing a.aff_liste {
  width: 24px;
  height: 17px;
  background-image: url("../images/sprite.png");
  background-repeat: no-repeat;
  background-position: -47px -494px;
}
#recherche_vehicule_listing a.aff_mos {
  width: 24px;
  height: 17px;
  background-image: url("../images/sprite.png");
  background-repeat: no-repeat;
  background-position: 3px -494px;
}
#recherche_vehicule_listing a:hover,
#recherche_vehicule_listing a.actif {
  background-color: #ffffff;
}
/* #col_filtre {
  float: left;
} */
.col_filtre_fix {
  position: fixed;
  z-index: 1;
  top: 0;
  max-width: 295px;
}
/* #titre_filtre_listing {
  position: relative;
  display: block;
  padding: 15px;
  background: #444041;
  font-size: 1.6em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
#bloc_filtres {
  margin: 0px;
  padding: 0px;
}
#bloc_filtres > li {
  position: relative;
  display: inline-block;
  width: 100%;
  list-style: none;
  border-bottom: 1px solid #efefef;
}
#bloc_filtres > li > a {
  position: relative;
  display: block;
  padding: 15px;
  background: rgb(230,230,230);
  background: -webkit-gradient(linear,  left top, left bottom,  color-stop(31%, rgba(230,230,230,1)),to(rgba(208,208,208,1)));
  background: linear-gradient(to bottom,  rgba(230,230,230,1) 31%,rgba(208,208,208,1) 100%);
  font-size: 1.5em;
  font-weight: 700;

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#d0d0d0',GradientType=0 );
}
#bloc_filtres > li > input[type="checkbox"] {
  display: inline-block;
  margin: 2px 5px 5px 5px;
}
#bloc_filtres > li > a:after {
  float: right;
  width: 16px;
  height: 16px;
  margin: 0 -5px 0 0;
  background: url("../images/sprite.png") no-repeat -384px -928px;
  content: "";
  vertical-align: middle;
}
#bloc_filtres > li > a:hover:after {
  float: right;
  width: 16px;
  height: 16px;
  margin: 0 -5px 0 0;
  background: url("../images/sprite.png") no-repeat -363px -928px;
  content: "";
  vertical-align: middle;
}
#bloc_filtres > li > a:hover,
#bloc_filtres > li.active_coul > a {
  background: #fcb32b;
  color: #ffffff;
}
#bloc_filtres > li > ul {
  position: absolute;
  display: none;
  z-index: 12;
  right: 0;
  width: 680px;
  margin-top: -50px;
  margin-right: -680px;
  padding: 2px;
  background: #ffffff;
  font-size: 1.1em;
  border: 10px solid #e6e6e6;
  -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,.8);
          box-shadow: 2px 2px 10px rgba(0,0,0,.8);
}
#bloc_recherche_accueil > li > ul {
  position: absolute;
  display: none;
  z-index: 20;
  top: 120px;
  right: 0;
  width: 680px;
  margin-right: -665px;
  padding: 4px;
  background: #ffffff;
  font-size: 1.1em;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,.8);
          box-shadow: 2px 2px 10px rgba(0,0,0,.8);
} */
ul#sous_menu_type li label img {
  display: block;
  margin: auto;
  margin-top: -15px;
}
ul#sous_menu_type li label span {
  display: block;
  text-align: center;
}
ul#sous_menu_equipement li input {
  float: left;
  margin: 2px 5px 0 0;
}
ul#sous_menu_option .bloc_overflow li input {
  float: left;
}
ul#sous_menu_option .bloc_overflow {
  overflow: auto;
  width: 100%;
  height: 220px;
}
ul#sous_menu_equipement li label span,
ul#sous_menu_option .bloc_overflow li label span {
  float: left;
  padding: 3px 0px;
  line-height: 1em;
}
ul#sous_menu_energie div,
ul#sous_menu_option .bloc_overflow div {
  float: left;
  width: 49%;
}
ul#sous_menu_energie div p {
  margin: 0 0 15px 0;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}
ul#sous_menu_energie div li {
  list-style: none;
}
ul#sous_menu_equipement .bloc_infos_recherche_accueil a {
  color: #8bc640;
}
ul#sous_menu_couleur li {
  /*width:15.6666666% !important;*/
  padding: 4px 4px 20px 4px !important;
}
ul#sous_menu_couleur input {
  display: block;
}
ul#sous_menu_couleur label {
  display: block;
  width: 100%;
  height: 32px;
  cursor: pointer;
  border: none;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.30);
          box-shadow: 0px 0px 10px rgba(0,0,0,.30);
}
ul#sous_menu_couleur label span {
  display: block;
  padding: 34px 0 0 0;
  text-align: center;
}
/* #bloc_filtres > li > ul > li.fermer {
  display: block;
  width: 100% !important;
  margin: 0 0 0 4px;
  padding: 0px !important;
  border: none;
} */
#bloc_recherche_accueil > li > ul > li.fermer,
#bloc_recherche_accueil > li > ul > form > li.fermer {
  float: right;
  width: inherit;
  padding: 0px;
  border: none;
}
/* #bloc_filtres > li > ul > li.fermer a {
  position: absolute;
  width: 36px;
  height: 36px;
  margin: -30px 0 0 643px;
  padding: 1px 0 0 1px;
  background: #444041;
  font-size: 1.4em;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  border: 5px solid #e6e6e6;
  border-radius: 24px;
} */
#bloc_recherche_accueil > li > ul > li.fermer a,
#bloc_recherche_accueil > li > ul > form > li.fermer a {
  position: absolute;
  width: 36px;
  height: 36px;
  margin: -26px 0 0 673px;
  padding: 1px 0 0 1px;
  background: #444041;
  font-size: 1.4em;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  border: 5px solid #ffffff;
  border-radius: 34px;
}
/* #bloc_filtres > li > ul > li.fermer a:hover, */
#bloc_recherche_accueil > li > ul > li.fermer a:hover {
  background: #e6e6e6;
  color: #000000;
}
/* #bloc_filtres > li > ul > li.fermer a:after, */
#bloc_recherche_accueil > li > ul > li.fermer a:after {
  display: none;
}
/* #bloc_filtres > li > ul > li, */
#bloc_recherche_accueil > li > ul > li,
#bloc_recherche_accueil > li > ul > form > li {
  float: left;
  width: 24%;
  margin: .5%;
  padding: 4px;
  list-style: none;
  border: 1px solid #e6e6e6;
}
#bloc_recherche_accueil > li#recherche_vehicule > ul > li {
  text-align: center;
}
#bloc_recherche_accueil > li#recherche_vehicule > ul > li.fermer {
  text-align: inherit;
}
#recherche_vehicule {
  display: none !important;
}
#sous_menu_energie > div > li {
  float: left;
  width: 100%;
  margin: .5% 0;
  padding: 4px;
  list-style: none;
  border: 1px solid #e6e6e6;
}
.suppr_filtre {
  float: right;
  padding: 15px 0px;
  font-size: 1.4em;
  font-weight: 700;
  color: #909394;
}
.suppr_filtre:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 5px 5px 0 0;
  background: #e6e6e6;
  line-height: 1.1em;
  content: "x";
  text-align: center;
  color: #ffffff;
  border: 1px solid #d4d4d5;
  border-radius: 2px;
}
.suppr_filtre:hover:before {
  color: #231f20;
}
#listing_vehicule {
  margin: 0px -10px;
  margin-bottom: 30px;
}
/* #col_filtre > div {
  display: block;
  padding: 10px 0px;
} */
/* #bloc_filtres > li > ul > li:after {
  display: none;
}
#bloc_filtres > li > ul > li input[type="checkbox"] {
  cursor: pointer;
}
#bloc_filtres > li > ul > li label {
  font-size: 1.1em;
  text-transform: inherit;
} */
#sous_menu_annee input[type="text"],
#sous_menu_prix input[type="text"],
#sous_menu_km input[type="text"] {
  float: none;
  background: none;
}
#listing_vehicule {
  float: right;
}
#filtre_listing_type_vehicule {
  padding: 10px 20px;
}
#filtre_listing_type_vehicule a {
  float: left;
  width: 25%;
  min-height: 55px;
  padding: 15px 5px;
  text-align: center;
  text-transform: uppercase;
}
#filtre_listing_type_vehicule a img {
  display: block;
  margin: auto auto 5px auto;
}
#filtre_listing_type_vehicule a span {
  color: #929596;
}
/* #bloc_filtres > li  .sous_menu > div {
  padding: 10px;
  font-size: 1.1em;
}
#bloc_filtres > li  .sous_menu > div p {
  margin: 0px;
  padding: 0 0 10px 0;
}
#bloc_filtres > li  .sous_menu > div p #prix,
#bloc_filtres > li  .sous_menu > div p #km,
#bloc_filtres > li  .sous_menu > div p #annee {
  font-size: 1.6em;
} */
.input_carrosserie label {
  cursor: pointer;
}/*
.ui-widget-content{
	height:30px !important;
    border: 1px solid #D4D4D4 !important;
	width:94% !important;
	margin:auto !important;
	background:#f4f4f4 !important;
}
.ui-widget-header{
	background:#444041 !important;
	-webkit-box-shadow: inset 0px 8px 10px rgba(0,0,0,0.2);
	-moz-box-shadow:inset 0px 8px 10px rgba(0,0,0,0.2);
	box-shadow: inset 0px 8px 10px rgba(0,0,0,0.2);
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	width:36px !important;
	height:36px !important;
	cursor:pointer !important;
}
.ui-slider-horizontal .ui-slider-handle{
	margin-left: -1.3em !important;
}*/


#listing_vehicule_sdetail {
  float: none;
  min-width: 70%;
  margin: auto;
  /*	border:1px solid #EDEDED;*/
}
span.class_h3 {
  display: block;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 1.3em;
  font-weight: bold;
  color: #33667f;
  /* text-align: center; */
}
#onglet_avis span.class_h3,
#onglet_livraison span.class_h3,
#onglet_concession span.class_h3,
#onglet_equipements > span.class_h3,
#titre_livraison {
  text-align: center;
}
#listing_vehicule_sdetail h3,
#listing_vehicule_sdetail span.class_h3 {
  font-size: 2em;
  text-align: center;
  text-align: center;
  text-transform: uppercase;
  color: #33667f;
}
#autres_vehicule .lien_action_listing {
  position: relative;
  display: -moz-flex;
  display:  -ms-flex;
  display:   -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display:      flex;
  margin: 0;
  margin-top: 10px;

  -ms-flex-pack: distribute;
  justify-content: space-around;
}
#onglet_avis .notation_trust_min,
#autres_vehicule > div > div > a > span.txt > span.avis_vehicule > span.notation_trust_min {
  width: 96px !important;
  height: 24px !important;
}
.bloc_listing_vehicule {
  float: left;
  width: 33.333333333%;
}
.comparateur {
  margin: 0px !important;
  padding: 35px 0 0 0;
  border-top: 1px solid #ededed;
}
.vider_comparateur {
  float: right;
  margin: 10px 10px 15px 0;
  font-size: 1.3em;
  font-weight: 700;
  text-transform: uppercase;
}
.vider_comparateur:after {
  display: inline-block;
  width: 14px;
  height: 22px;
  margin: -2px 0 0 10px;
  background: url("../images/sprite.png") no-repeat -233px -472px;
  content: "";
  vertical-align: middle;
}
.bloc_listing_vehicule_sdetail {
  float: left;
  width: 25%;
}
.bloc_listing_vehicule_liste {
  float: left;
  width: 100%;
}
.item_listing_vehicule {
  position: relative;
  display: block;
  padding: 10px;
}
.item_listing_vehicule a {
  position: relative;
  display: block;
  margin: 0 0 10px 0;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
}
.item_comparateur a {
  border: none;
}
.item_comparateur {
  position: relative;
  display: block;
  margin: 0 0 40px 0;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
}
.item_comparateur .suppr_comp {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  margin: -33px -1px 0 0;
  background: url("../images/sprite.png") no-repeat -269px -467px #000000;
}
.item_comparateur .suppr_comp:hover {
  background-color: #444041;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.item_listing_vehicule a span.img {
  overflow: hidden;
  width: 100%;
  max-height: 210px;
}
.item_comparateur a .img {
  overflow: hidden;
  width: 100%;
  max-height: inherit;
}
.bloc_listing_vehicule_liste .item_listing_vehicule a .img {
  float: left;
  width: 20%;
}
.item_listing_vehicule a .img img,
.bloc_listing_vehicule_liste .item_listing_vehicule a .img img,
.item_comparateur .img img {
  width: 100%;
  height: auto;
}
.item_listing_vehicule a:hover {
  -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,.15);
          box-shadow: 0px 0px 15px rgba(0,0,0,.15);
}
#autres_vehicule > div.bloc_listing_vehicule_sdetail > div > a {
  color: #000000;
}
.item_listing_vehicule a .txt,
.item_comparateur .txt {
  display: block;
  padding: 8px 12px 10px 12px;
  font-size: 1.5em;
  color: #808285;
}
.item_comparateur .txt {
  display: block;
  width: 100%;
  padding: 10px 15px;
}
.bloc_listing_vehicule_liste .item_listing_vehicule a .txt {
  float: left;
  width: 50%;
  border-right: 1px solid #e6e6e6;
}
.item_listing_vehicule a .txt strong,
.item_comparateur .txt strong {
  display: block;
  overflow: hidden;
  font-size: 1.2em;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #444041;
}
#autres_vehicule > div.bloc_listing_vehicule_sdetail > div > a > span.txt > a {
  position: relative;
}
#autres_vehicule > div.bloc_listing_vehicule_sdetail > div > a.lien_avis > span > span.notation_trust_min {
  width: 96px;
  height: 21px;
}
#autres_vehicule > div.bloc_listing_vehicule_sdetail > div > a.lien_avis > span > span.notation_trust_min > span {
  max-width: 96px;
  height: 17px;
}
.item_listing_vehicule a .txt span,
.item_comparateur .txt span,
#autres_vehicule > div.bloc_listing_vehicule_sdetail > div > a > span.txt > a > span,
#autres_vehicule div.bloc_listing_vehicule_sdetail div a.lien_avis span {
  display: block;
  overflow: hidden;
  padding: 5px 0 0 0;
  font-size: .9em;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #444041;
}
.item_listing_vehicule a .txt span.finition,
.item_comparateur .txt span.finition {
  display: block;
  overflow: hidden;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #808285;
}
.item_listing_vehicule a .txt span strong {
  float: right;
  font-size: 1em;
}
.item_listing_vehicule a .txt span strong:before {
  display: inline-block;
  width: 18px;
  height: 11px;
  margin: 0 4px 0 0;
  background: url("../images/sprite.png") no-repeat -154px -500px;
  content: "";
}
.item_listing_vehicule a .prix,
.item_comparateur .prix {
  position: relative;
  display: block;
  min-height: 93px;
  background: #f4f4f4;
  font-size: 1.4em;
  border-top: 1px solid #e6e6e6;
}
.item_comparateur .prix {
  border-bottom: 1px solid #e6e6e6;
}
.bloc_listing_vehicule_liste .item_listing_vehicule a .prix {
  float: left;
  width: 30%;
  background: none;
  border: none;
}
.item_listing_vehicule a .etiquette,
.item_comparateur .etiquette {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 6px;
  background: #444041;
  font-size: .8em;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}
.item_listing_vehicule a .etiquette#prepa,
.item_comparateur .etiquette#prepa {
  background: #f09e2b;
}
.item_listing_vehicule a .etiquette#baisse,
.item_comparateur .etiquette#baisse {
  background: #8bc640;
}
.item_listing_vehicule a .etiquette#new,
.item_comparateur .etiquette#new {
  background: #16ccd9;
}
.item_listing_vehicule a .prix_ct,
.item_comparateur .prix_ct {
  float: right;
  padding: 4px 0px;
}
.item_listing_vehicule a .prix_ct strong,
.item_comparateur .prix_ct strong {
  font-size: 2.3em;
  line-height: 1em;
}
.item_listing_vehicule a .prix_ct .ttc,
.item_comparateur .prix_ct .ttc {
  padding: 0 10px 0 5px;
}
.item_listing_vehicule a .prix_barre,
.item_comparateur .prix_barre {
  display: block;
  margin: 5px 0 0 0;
  padding: 5px 10px 0px 0;
  font-size: .9em;
  text-align: right;
  color: #808285;
  border-top: 1px solid #dddddd;
}
.item_listing_vehicule a .prix_barre strong,
.item_comparateur .prix_barre strong {
  font-size: 1.1em;
  text-decoration: line-through;
}
.item_listing_vehicule a .a_partir_de,
.item_comparateur .a_partir_de {
  display: block;
  margin: 3px 0 0 0;
  padding: 3px 10px 0px 0;
  font-size: .8em;
  text-align: right;
  color: #444041;
  border-top: 1px solid #dddddd;
}
.item_listing_vehicule a .a_partir_de span,
.item_comparateur .a_partir_de span {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #fcb32b;
  font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.3em;
  text-align: center;
  text-transform: lowercase;
  color: #ffffff;
  border-radius: 50%;
}
.descr_comparateur {
  padding: 15px;
  font-size: 1.4em;
}
.descr_comparateur p {
  padding: 0 0 15px 0;
  border-bottom: 1px solid #dfe0e0;
}
.descr_comparateur p:last-of-type {
  margin-bottom: 0px;
  border-bottom: none;
}
.descr_comparateur .titre {
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  color: #f09e2b;
}
.lien_action_listing {
  position: absolute;
  margin: -47px 0 0 8px;
}
.lien_action_listing a {
  border: none;
}
.lien_action_listing a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bloc_listing_vehicule_liste .lien_action_listing {
  position: absolute;
  right: 20px;
  bottom: 30px;
}
#listing_vehicule p {
  display: block;
  width: 100%;
  padding: 20px;
  font-size: 1.4em;
  text-align: center;
}
p.critere_selec {
  margin: 3px 0px;
  padding: 5px;
  background: #444041;
  font-size: 1.1em;
  color: #ffffff;
}
p.critere_selec a {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 4px;
  padding: 2px;
  background: #ffffff;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.4em;
  text-align: center;
  color: #444041;
}
p.critere_selec a:hover {
  background: #000000;
  color: #ffffff;
}
#bloc_contact > div.lien_action_listing {
  position: relative;
  margin: 20px;
}
#bloc_contact .button_detail:hover,
#bloc_contact .button_detail_2:hover {
  -webkit-filter: brightness(113%);
          filter: brightness(113%);
}
#bloc_contact .button_detail:hover span,
#bloc_contact .button_detail_2:hover span {
  -webkit-transition: 1s ease;
          transition: 1s ease;
  /*    color:#000000;*/

  -webkit-filter: brightness(113%);
          filter: brightness(113%);
}
.btn_suivre_vehicule,
.btn_ajout_comparateur {
  display: inline-block;
}
.btn_suivre_vehicule::before {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin: 0px 2px !important;
  background: url("../images/sprite.png") no-repeat;
  background-color: inherit !important;
  background-position: -342px -457px;
  content: "";
  -webkit-transition: ease-out 100ms;
          transition: ease-out 100ms;
  vertical-align: middle;
}
.btn_suivre_vehicule span,
.btn_ajout_comparateur span {
  display: inline-block;
  padding: 0;
  font-size: 1.1rem;
  font-weight: 700;
  vertical-align: middle;
}
.btn_ajout_comparateur::before {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin: 0px 2px !important;
  background: url("../images/sprite.png") no-repeat;
  background-color: inherit !important;
  background-position: -373px -457px;
  content: "";
  -webkit-transition: ease-out 100ms;
          transition: ease-out 100ms;
  vertical-align: middle;
}
.btn_suivre_vehicule:hover::before {
  background-position: -342px -484px;
}
.btn_ajout_comparateur:hover::before {
  background-position: -373px -484px;
}
.bloc_pub {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
.bloc_pub a img {
  width: 100%;
  height: auto;
}
.bloc_pub img {
  width: 100%;
  height: auto;
}
.plus_result {
  display: block;
  clear: both;
  padding: 15px;
  font-size: 1.6em;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #cecece;
}
#vehicule_demo {
  position: absolute;
  width: 100%;
  padding: 5px;
  background: #16426b;
  font-size: 1.3em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.bloc_listing_vehicule_liste #vehicule_demo {
  width: 20%;
}
#sous_menu_energie .energie:before {
  display: inline-block;
  width: 35px;
  height: 42px;
  margin: -7px 10px 0 0;
  background: url("../images/sprite.png") no-repeat 0 -1019px;
  content: "";
  vertical-align: middle;
}
#sous_menu_energie .bdv:before {
  display: inline-block;
  width: 31px;
  height: 34px;
  margin: -2px 10px 0 0;
  background: url("../images/sprite.png") no-repeat -59px -1022px;
  content: "";
  vertical-align: middle;
}
ul#sous_menu_option .bloc_overflow {
  padding: inherit !important;
  font-size: inherit !important;
}
ul#sous_menu_option .bloc_overflow div {
  padding: 10px;
  font-size: 1.1em;
}
ul#sous_menu_option .bloc_overflow div p {
  margin: 0;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}
#sous_menu_option .bloc_overflow > div > li {
  float: left;
  width: 100% !important;
  margin: .5% 0;
  padding: 4px;
  list-style: none;
  border: 1px solid #e6e6e6;
}
#sous_menu_option .generique:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -7px 10px 0 0;
  background: url("../images/sprite.png") no-repeat -166px -1019px;
  content: "";
  vertical-align: middle;
}
#sous_menu_option .hitech:before {
  display: inline-block;
  width: 26px;
  height: 40px;
  margin: -7px 10px 0 0;
  background: url("../images/sprite.png") no-repeat -227px -1019px;
  content: "";
  vertical-align: middle;
}
#sous_menu_option .securite:before {
  display: inline-block;
  width: 35px;
  height: 39px;
  margin: -7px 10px 0 0;
  background: url("../images/sprite.png") no-repeat -110px -1020px;
  content: "";
  vertical-align: middle;
}
.btn_appliquer:before {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0;
  content: ".";
}
.btn_appliquer {
  width: 100% !important;
  margin: 0px !important;
  border: none !important;
}
.btn_appliquer a {
  display: block !important;
  float: none !important;
  margin: auto !important;
  padding: 12px 30px;
  background: #fcb32b;
  font-size: 1.4em;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  border-radius: 4px;

  -webkit-appearance: none;
     -moz-appearance: none;
}
.btn_appliquer a:hover {
  background: #000000;
}

/*----------------FICHE_DETAIL----------------*/

h1#detail_vehicule {
  width: 70%;
  margin-bottom: 0;
  /*	float:left;*/
  font-size: 2.2em;
  font-weight: 500;
  color: #808285;
  /* margin-bottom:10px; */
}
h1#detail_vehicule strong {
  font-size: 1.4em;
  text-transform: uppercase;
  color: #444041;
}
h2.detail_vehicule {
  margin-top: 0;
  /* text-transform: uppercase; */
  font-size: 2em;
  font-weight: 500;
  color: #808080;
}
p#prix_detail {
  float: right;
  width: 30%;
  padding-top: 1em;
  font-size: 2.3em;
  line-height: 1.4em;
  text-align: right;
}
p#prix_detail strong {
  font-size: 2em;
}
p#prix_detail span {
  display: block;
  font-size: .6em;
  text-decoration: line-through;
  color: #808285;
}
p#info_primaire {
  float: left;
  margin: 0px;
  font-size: 1.4em;
  color: #808285;
}
p#info_primaire span {
  float: left;
  padding: 0px 10px;
}
span.carburant:before {
  display: inline-block;
  width: 14px;
  height: 17px;
  margin: -3px 5px 0 0;
  background: url("../images/sprite.png") no-repeat 0 -540px;
  content: "";
  vertical-align: middle;
}
/*
span.kilometrage:before{
	content:'';
	display:inline-block;
	vertical-align:middle;
	background: url('../images/sprite.png') no-repeat -31px -539px;
	width: 18px;
	height: 18px;
	margin:-3px 5px 0 0;
}
*/
span.localisation:before {
  display: inline-block;
  width: 12px;
  height: 17px;
  margin: -3px 5px 0 0;
  background: url("../images/sprite.png") no-repeat -66px -539px;
  content: "";
  vertical-align: middle;
}
.photo_principale img {
  display: block;
  margin: auto;
}
#photos_detail {
  position: relative;
  display: inline-block;
  width: 74%;
  margin: 0px 0px 10px;
}
#photos_detail .compte_photos {
  display: none;
}
#bloc_infos_vehicule {
  display: inline-block;
  float: right;
  width: 24%;
  height: 510px;
  background: #f4f4f4;
  border: 1px solid #d9d9d9;;
  /*    padding:20px;*/
}
#bloc_prixm {
  display: none;
}
#bloc_prix,
#bloc_avis {
  margin: 0 20px;
  padding: 15px 0 10px;
  border-bottom: 1px solid #e1e1e1;
}
#bloc_prix #simulation_prix {
  position: relative;
  bottom: 2px;
}
#bloc_avis .avis_vehicule {
  position: relative;
  margin: 10px 0;
}
#bloc_avis .avis_vehicule:hover:after {
  position: absolute;
  top: 15px;
  left: 0;
  font-weight: 600;
  content: "Voir les avis";
  -webkit-transition: 1s ease;
          transition: 1s ease;
  text-transform: none;
  color: #323232;
}
#bloc_avis span.avis_vehicule span.notation_trust_min {
  position: absolute;
  left: 0;
  width: 96px;
  height: 20px;
  margin: 0;
  background: #f4f4f4;
}
#bloc_avis span.avis_vehicule span.notation_trust_min span.etoile_jaune {
  max-width: 96px !important;
  height: 18px;
}
.avis_vehicule .note_moyenne {
  /* position: absolute; */
  right: 50px;
  margin-left: 20px;
  font-size: 1.8em;
  text-align: left;
  color: #33667f;

  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  -webkit-box-flex: 2;
  -ms-flex: 2;
      flex: 2;;
}
#bloc_tel {
  margin: 0 20px;
  padding: 20px 0;
  -webkit-transition: 1s ease;
          transition: 1s ease;
  border-bottom: 1px solid #e1e1e1;
}
#bloc_tel:hover {
  background: #e1e1e1;
  -webkit-transition: 1s ease;
          transition: 1s ease;
}
span.millesime {
  font-size: 2em;
  font-weight: 600;
}
span.kilometrage {
  float: right;
  font-size: 2em;
  font-weight: 600;
  color: #323232;
}
span.avis_vehicule {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1em;
  font-weight: 600;
  text-align: right;
  text-transform: uppercase;
  color: #fcb32b;

  -ms-flex-pack: distribute;
  justify-content: space-around;
}
#simulation_prix a {
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  color: #169ed9;
}
#onglet_avis > div.item_avis > p.avis-titre {
  padding: 12px;
  background-color: #b2e5ff;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: #33667f !important;
}
#onglet_avis > div.item_avis > p.avis-titre > strong {
  font-size: 1.2em;
}
#onglet_avis > div.item_avis > p.avis-txt {
  margin: 10px;
  font-size: 1.6rem !important;
  font-weight: 300 !important;
  font-style: italic !important;
  color: #999999 !important;;
}
#onglet_avis > div.item_avis > p.avis-author {
  background: none;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.4;
  text-align: right;
  color: #7db6d6;
}
#onglet_avis > div.item_avis > p.avis-titre > span {
  top: 3px;
  right: 115px;
  width: 96px;
  height: 19px;
  margin: 0;
}
#onglet_avis > div.item_avis > p.avis-titre > span .etoile_jaune {
  max-width: 96px;
}
a.button_detail,
a.button_detail_2 {
  display: block;
  width: 86%;
  height: 50px;
  margin: 10px auto;
  background: #fcb32b;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
a.button_detail span {
  position: relative;
  top: 15px;
}
a.button_detail_2 span {
  position: relative;
  top: 5px;
}
a.button_detail:after {
  float: right;
  padding: 15px 20px;
  background: #fdcc71;
  content: url(../images/button-suivant.png);
}
a.button_detail_2:after {
  position: relative;
  bottom: 20px;
  float: right;
  padding: 15px 20px;
  background: #fdcc71;
  content: url(../images/button-suivant.png);
}
/*
#bloc_contact > div{
	margin: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
#bloc_contact > div .suivre, #bloc_contact > div .comparateur{
    width: 50%;
    padding: 0 !important;
    border: none;
    display: inline-block;
}
#bloc_contact > div .suivre, #bloc_contact > div .comparateur{
    font-size: 1.1rem;
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    padding: 0 2px;
}
#bloc_contact > div .comparateur:before{
	content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../images/sprite.png) no-repeat;
    background-color: inherit !important;
    background-position: -373px -457px;
    width: 27px;
    height: 27px;
    -webkit-transition: ease-out 100ms;
    -moz-transition: ease-out 100ms;
    -o-transition: ease-out 100ms;
    -ms-transition: ease-out 100ms;
    transition: ease-out 100ms;
}
#bloc_contact > div .suivre:before{
	content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../images/sprite.png) no-repeat;
    background-color: inherit !important;
    background-position: -373px -457px;
    width: 27px;
    height: 27px;
    -webkit-transition: ease-out 100ms;
    -moz-transition: ease-out 100ms;
    -o-transition: ease-out 100ms;
    -ms-transition: ease-out 100ms;
    transition: ease-out 100ms;
}
#bloc_contact > div .suivre:hover:before, #bloc_contact > div .comparateur:hover:before{
    background-position: -373px -484px;
}
*/
#bloc_infos_vehicule #bloc_contact a.button-click {
  padding: 12px 60px 12px 10px;
  font-size: 1.5em;
  text-align: center;
  text-transform: uppercase;
}
#garantie_slider {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  width: 95px;
  height: 113px;
  margin-left: -320px;
  padding: 7px 15px 0 10px;
  background: url(../images/picto_garantie_12mois.png);
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.1em;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
#bloc_info_vehicule {
  position: relative;
  /*	border:1px solid #dfe0e0;*/
  max-width: 1180px;
  min-height: 50px;
  margin: -20px auto;
}
#bloc_info_vehicule #col_gauche {
  float: left;
  /*  	width: 100%;*/
  width: 75%;
  min-height: 50px;
}
#bloc_info_vehicule #col_droite {
  position: absolute;
  right: 280px;
  float: right;
  width: 280px;
  height: 100%;
  min-height: 50px;
  margin: 0 -280px 0 0;
  background: #f4f4f4;
  border-left: 1px solid #dfe0e0;
}
#bloc_info_vehicule .notation_trust_min {
  width: 96px;
  height: 19px;
}
#info_vehicule_base {
  display: block;
  padding: 20px;
}
#onglet_detail_vehicule {
  display: -moz-flex;
  display:  -ms-flex;
  display:   -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display:      flex;
  width: 100%;
  margin: 0px;
  padding: 0px;

  -ms-flex-wrap: nowrap;
   -o-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#onglet_detail_vehicule li {
  min-width: 14%;
  height: 60px;
  list-style: none;
  border-right: 1px solid #ffffff;
}
#onglet_detail_vehicule li:last-of-type {
  border-right: none;
}
#onglet_detail_vehicule li a {
  display: -moz-flex;
  display:  -ms-flex;
  display:   -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display:      flex;
  height: 100%;
  padding: 0 1px;
  background: #e6e6e6;
  font-size: 1.14em;
  text-align: center;
  text-transform: uppercase;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#onglet_detail_vehicule li:last-child a {
  background: #51a3cb;
  color: #ffffff;
}
#onglet_detail_vehicule li:last-child a:hover,
#onglet_detail_vehicule li:last-child a.active {
  background: #51a3cb;
}
#onglet_detail_vehicule li:nth-last-child(2) a:hover,
#onglet_detail_vehicule li:nth-last-child(2) a.active {
  background: #fcb415;
}
#onglet_detail_vehicule li:nth-last-child(2) a:hover:after {
  color: #ffffff;
}
#onglet_detail_vehicule li a:hover,
#onglet_detail_vehicule li a.active {
  background: #fcb415;
  font-weight: bold;
  color: #ffffff;
}
#onglet_avis .class_h3,
#onglet_livraison span.class_h3,
#onglet_concession span.class_h3,
#onglet_equipements #titre_equipement_option,
#onglet_financement span.class_h3 {
  font-size: 2em;
  text-align: center;
  color: #33667f;
}
#onglet_avis .left {
  display: inline-block;
  margin-left: 50px;
  font-size: 1.6em;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  color: #1f3f4f;

  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 4;
  -ms-flex: 4;
      flex: 4;;
}
#onglet_avis .right {
  position: relative;
  bottom: 5px;

  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
#onglet_avis ul {
  display: -moz-flex;
  display:  -ms-flex;
  display:   -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display:      flex;

  -ms-flex-pack: distribute;
  justify-content: space-around;
}
#onglet_avis li {
  list-style: none;
}
#onglet_avis .button_avis,
.button_avis {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 40px;
  margin: 20px;
  padding: 7px 45px 7px 15px;
  background: #fcb32b;
  font-size: 1.5em;
  font-weight: bold;
  text-transform: none;
  color: #000000;
}
#autres_vehicule > a.button_avis {
  top: 20px;
  max-width: 490px;
  margin: 20px auto 40px;
  color: black;
}
#autres_vehicule > div.bloc_listing_vehicule_sdetail span.prix.clearfix {
  min-height: 0;
}
#autres_vehicule a .txt {
  padding: 8px 12px 20px 12px;
}
#autres_vehicule > div > div > a > span.txt > span.avis_vehicule,
#autres_vehicule > div.bloc_listing_vehicule_sdetail > div > a.lien_avis > span {
  position: absolute !important;
  right: 5px;
  bottom: 10px;
}
/* #autres_vehicule > div > div > a > span.txt > span.avis_vehicule:hover:after{
    content:'Voir les avis';
    position: absolute;
    top:15px;
    left: 0;
    color:#323232;
    font-weight: 600;
    text-transform: none;
    transition: 1s ease;
} */
#onglet_avis .button_avis:after,
.button_avis:after {
  position: absolute;
  top: 0;
  right: 0;
  height: 10px;
  padding: 15px 20px;
  /* float: right; */
  background: #fdcc71;
  line-height: .1em;
  content: url(../images/button-suivant.png);
}
#onglet_avis .button_avis:hover,
.button_avis:hover {
  -webkit-filter: brightness(113%);
          filter: brightness(113%);
}
.button_avis a {
  color: black;
}
#onglet_detail_vehicule li:nth-last-child(2) a:after {
  font-size: 1.5em;
  line-height: .5em;
  content: "\002605";
  color: #fcb415;
}
#onglet_detail_vehicule li:nth-last-child(2) a.active:after {
  color: #ffffff;
}
/*
#onglet_detail_vehicule li a.active:after{
    content: '';
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid black;
    position: absolute;
    top: 30px;
    right: 15%;
}
*/
.padding_detail {
  /*Rajout Alex*/
  min-height: 840px;
  /**/
  padding: 20px;
}
.padding_detail h2,
.padding_detail span.class_h2 {
  font-size: 1.6em;
  text-transform: uppercase;
}
#reassurance_detail {
  margin: 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dfe0e0;
}
#reassurance_detail li {
  float: left;
  width: 33.3333333333%;
  padding: 0px 20px 10px 20px;
  font-size: 1.4em;
  line-height: 1.1em;
  list-style: none;
  text-align: center;
}
#reassurance_detail li strong {
  display: block;
  font-size: 1.2em;
  color: #f09e2b;
}
#reassurance_detail li:before {
  display: inline-block;
  width: 65px;
  height: 65px;
  margin: 0 0 10px 0;
  background-color: #fcb32b;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
  border-radius: 33px;
}
#reassurance_detail li:nth-child(1):before {
  background-image: url("../images/sprite.png");
  background-position: 18px -565px;
}
#reassurance_detail li:nth-child(2):before {
  background-image: url("../images/sprite.png");
  background-position: -58px -566px;
}
#reassurance_detail li:nth-child(3):before {
  background-image: url("../images/sprite.png");
  background-position: -135px -564px;
}
#col_gauche .col_gauche {
  float: left;
  width: 45%;
  padding-top: 10px;
  padding-right: 30px;
}
#col_gauche .col_droite {
  float: left;
  width: 55%;
  padding-top: 10px;
}
.col_full {
  width: 100%;
}
#col_gauche .col_gauche h2,
#col_gauche .col_droite h2,
#col_gauche .col_droite span.class_h2 {
  font-size: 1.8em;
  letter-spacing: -1px;
  text-transform: uppercase;
}
span.class_h2#titre_caracteristique_technique:before {
  display: inline-block;
  width: 28px;
  height: 23px;
  margin: -3px 5px 0 0;
  background: url("../images/sprite.png") no-repeat -106px -534px;
  content: "";
  vertical-align: middle;
}
#col_gauche .col_gauche h3,
#col_gauche .col_gauche span.class_h3 {
  font-size: 1.6em;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}
#col_gauche .col_gauche ul {
  margin: 0 0 20px 0;
}
#col_gauche .col_gauche ul li {
  padding: 5px 0px;
  font-size: 1.4em;
  list-style: none;
  color: #6b6e70;
}
#col_gauche .col_gauche ul li span {
  font-size: 1.1em;
  font-weight: 700;
  color: #000000;
}
#col_gauche .col_gauche .diagramme {
  width: 80%;
  height: auto;
}
span.class_h2#titre_dimension:before {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: -3px 5px 0 0;
  background: url("../images/sprite.png") no-repeat -253px -534px;
  content: "";
  vertical-align: middle;
}
span.class_h2 {
  font-weight: bold;
}
span.class_h2#titre_equipement_option:before {
  display: inline-block;
  width: 29px;
  height: 23px;
  margin: -3px 5px 0 0;
  background: url("../images/sprite.png") no-repeat -158px -534px;
  content: "";
  vertical-align: middle;
}
#options h3,
#options span.class_h3 {
  margin-bottom: 10px;
  font-size: 1.7em;
  font-weight: 700;
  color: #fcb32b;
}
#col_gauche .col_droite ul {
  margin: 0px;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #dfe0e0;
}
#col_gauche .col_droite ul:last-of-type {
  border-bottom: none;
}
#col_gauche .col_droite ul li {
  padding: 5px 0 5px 0;
  font-size: 1.4em;
  list-style: none;
  color: #6b6e70;
}
#bloc_infos_vehicule h2 {
  margin: 0px;
  padding-bottom: 15px;
  font-size: 1.4em;
  font-weight: 500;
  color: #808285;
  border-bottom: 1px solid #dfe0e0;
}
#bloc_infos_vehicule h2 strong {
  font-size: 1.4em;
  text-transform: uppercase;
  color: #444041;
}
#bloc_infos_vehicule h2 span {
  text-transform: uppercase;
}
#bloc_infos_vehicule ul {
  margin: 0px;
  padding: 15px 0;
  font-size: 1.4em;
  color: #808285;
}
#bloc_infos_vehicule ul li {
  padding: 5px 0px;
  list-style: none;
  border-bottom: 1px solid #dfe0e0;
}
#bloc_infos_vehicule ul li span {
  float: right;
  font-weight: bold;
  color: #444041;
}
#titre_total {
  margin: 0px;
  font-size: 2em;
  font-weight: 700;
  color: #fcb32b;
}
#prix_total {
  margin: 0px;
  font-size: 2em;
  color: #169ed9;
}
#prix_total strong {
  font-size: 2em;
}
#simulation {
  font-size: 1.5em;
  font-weight: 700;
  color: #fcb32b;
}
#bloc_infos_vehicule #simulation {
  /*	margin-left: 2px;*/
  display: inline-block;
  margin-top: 5px;
  padding: 5px;
  background: #169ed9;
  font-size: 1em;
  font-weight: 700;
  -webkit-transition: 1s ease;
          transition: 1s ease;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  border-radius: 4px;;
}
#bloc_infos_vehicule #simulation:hover {
  background: #3a82a3;
  -webkit-transition: 1s ease;
          transition: 1s ease;
  color: #ffffff;
}
#simulation a {
  font-size: .7em;
}
#simulation a:after {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 0 0 5px;
  background: url("../images/sprite.png") no-repeat -211px -541px;
  content: "";
  vertical-align: middle;
}
.btn_col_droite {
  display: block;
  min-height: 84px;
  padding: 15px 20px;
  border-top: 1px solid #dfe0e0;
}
.btn_col_droite:hover {
  background: #e6e6e6;
  color: inherit;
}
#ar_contact_tel_mobile {
  display: none;
}
.ar_contact_tel {
  font-size: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
  color: #323232;
}
.ar_contact_tel strong {
  font-size: 1.8em;
  color: #fcb415;
}
.ar_contact_tel:before {
  position: relative;
  display: inline-block;
  bottom: 7px;
  float: left;
  width: 62px;
  height: 62px;
  margin: -3px 5px 0 -5px;
  background: url("../images/sprite.png") no-repeat 0 -652px;
  content: "";
  vertical-align: middle;
}
#ar_reserver_essai strong {
  display: block;
  max-width: 192px;
  padding: 5px 0 0 0;
  font-size: 2em;
  line-height: 1em;
  text-transform: uppercase;
  color: #169ed9;
}
#ar_reserver_essai:before {
  display: inline-block;
  float: left;
  width: 62px;
  height: 62px;
  margin: -3px 5px 0 -5px;
  background: url("../images/sprite.png") no-repeat -106px -652px;
  content: "";
  vertical-align: middle;
}
#ar_plus_infos span,
#ar_rappeler span {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1em;
}
#ar_plus_infos strong {
  display: block;
  padding: 5px 0 0 0;
  font-size: 2em;
  line-height: 1em;
  text-transform: uppercase;
  color: #8bc640;
}
#ar_plus_infos:before {
  display: inline-block;
  float: left;
  width: 62px;
  height: 62px;
  margin: -3px 5px 0 -5px;
  background: url("../images/sprite.png") no-repeat -212px -652px;
  content: "";
  vertical-align: middle;
}
#ar_rappeler strong {
  display: block;
  padding: 5px 0 0 0;
  font-size: 2em;
  line-height: 1em;
  text-transform: uppercase;
  color: #ff8345;
}
#ar_rappeler:before {
  display: inline-block;
  float: left;
  width: 62px;
  height: 62px;
  margin: -3px 5px 0 -5px;
  background: url("../images/sprite.png") no-repeat -338px -652px;
  content: "";
  vertical-align: middle;
}
#form_rappeler {
  display: inline-block;
  width: 100%;
  margin: 10px 0px;
}
#form_rappeler input[type="text"] {
  float: left;
  width: 84%;
  margin-right: 3px;
  padding: 8px 10px;
  background: #ffffff;
  font-style: italic;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
#form_rappeler input[type="button"] {
  float: left;
  width: 14%;
  min-width: 32px;
  height: 32px;
  background: #ff8345;
  font-weight: 700;
  cursor: pointer;
  color: #ffffff;
  border: none;
  border-radius: 3px;
}
#form_rappeler input[type="button"]:hover {
  background: #000000;
}
#ar_imprimer:before {
  display: inline-block;
  float: left;
  width: 62px;
  height: 62px;
  margin: -3px 5px 0 -5px;
  background: url("../images/sprite.png") no-repeat 0 -736px;
  content: "";
  vertical-align: middle;
}
#ar_imprimer strong {
  display: block;
  max-width: 192px;
  padding: 5px 0 0 0;
  font-size: 2em;
  line-height: 1em;
  text-transform: uppercase;
  color: #808285;
}
#liens_secondaire_fiche {
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
  background: #169ed9;
}
#liens_secondaire_fiche ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  max-width: 70%;
  margin: 0px auto;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#liens_secondaire_fiche ul li {
  list-style: none;
  /*	float:left;*/
  /*	border-right:1px solid #FFFFFF;*/
}
#liens_secondaire_fiche ul li:last-of-type {
  border-right: none;
}
#liens_secondaire_fiche ul li a {
  display: block;
  padding: 15px;
  font-size: 1.4em;
  /* text-transform: uppercase; */
  font-weight: 700;
  white-space: nowrap;
  color: #ffffff;;
}

#liens_secondaire_fiche ul li a:before {
  display: inline-block;
  width: 37px;
  height: 37px;
  margin: 0 10px 0 0;
  content: "";
  vertical-align: middle;
}
#liens_secondaire_fiche ul li:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#lien_suivre_vehicule:before {
  background: url("../images/sprite.png") no-repeat -116px -762px;
}
#lien_ajout_comparateur:before {
  background: url("../images/sprite.png") no-repeat -182px -762px;
}
#lien_tel:before {
  background: url("../images/sprite.png") no-repeat -243px -762px;
}
#lien_imprimer_page:before {
  background: url("../images/sprite.png") no-repeat -304px -761px;
}
#lien_demander_info:before {
  background: url("../images/sprite.png") no-repeat -363px -761px;
}
#lien_autorigin:before {
  background: url("../images/sprite.png") no-repeat -116px -807px;
}
#bloc_alerte {
  height: 125px;
  margin-bottom: 20px;
  background: url(../images/alerte2.jpg) bottom center no-repeat;
  border-radius: 3px;
}
#bloc_alerte a {
  display: block;
  height: 125px;
  font-size: 2.2em;
  font-weight: 700;
  color: #ffffff;
}
#bloc_alerte a span.txt_alerte {
  display: inline-block;
  width: 100%;
  max-width: 60%;
  padding: 30px 0 30px 20px;
  line-height: 1.3em;
}
#bloc_alerte a span.txt_alerte strong {
  font-size: 2em;
}
#bloc_alerte a span.btn_alerte {
  float: right;
  width: 100%;
  max-width: 34%;
  margin: 36px 36px 36px 0px;
  padding: 12px 30px;
  background: #fcb32b;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
}
#bloc_alerte a span.txt_alerte:before {
  float: left;
  width: 59px;
  height: 59px;
  margin: 4px 15px 0 0;
  background: url("../images/sprite.png") no-repeat -341px -1014px;
  content: "";
  vertical-align: middle;
}
#bloc_alerte a:hover span.btn_alerte {
  background: #000000;
}
#listing_vehicule_sdetail {
  margin-bottom: 30px;
}
#listing_vehicule_sdetail .item_listing_vehicule a {
  margin: 0px;
}
#article_supplement_detail {
  padding: 20px 0px;
  background: url(../images/fond_gris_texture.png);
}
.item_article_supplement .img {
  overflow: hidden;
  width: 100%;
  height: 220px;
  margin-bottom: 15px;
  border: 1px solid #ffffff;
}
.item_article_supplement .img img {
  width: 100%;
  height: auto;
}
.item_article_supplement span {
  display: block;
  float: left;
  width: 100%;
  padding: 0 20px 20px 20px;
  font-size: 1.2em;
  font-size: 1.4em;
  text-align: center;
  color: #ffffff;
  color: #808285;
}
.item_article_supplement span strong {
  font-size: 1.4em;
  font-weight: 500;
  text-transform: uppercase;
  color: #169ed9;
}
#article_supplement_detail #listing_article_suplement_detail {
  margin: 0px -10px;
}
#listing_article_suplement_detail div {
  float: left;
  width: 25%;
}
#listing_article_suplement_detail div a {
  display: block;
  padding: 10px;
}
#listing_article_suplement_detail div a:hover span strong {
  color: #000000;
}
.cadre_couleur {
  display: block;
  width: 70px;
  height: 20px;
  margin: auto;
  border: solid 1px #000000;
}

.diagramme {
  display: block;
  padding: 10px;
  background: #ffffff;
  text-align: center;
}
.diagramme img {
  float: left;
  width: 90%;
  margin-bottom: 20px;
}
#compteur_comparateur {
  position: fixed;
  z-index: 14;
  top: 195px;
  right: 0;
  width: 68px;
  height: 86px;
  background: url(../images/compteur_comparateur.png) center 15px no-repeat #fcb32b;
  color: #ffffff;
  -webkit-box-shadow: -2px 5px 10px rgba(0,0,0,.2);
          box-shadow: -2px 5px 10px rgba(0,0,0,.2);
}
#compteur_comparateur:hover {
  background-color: #000000;
}
#compteur_comparateur span {
  display: block;
  padding: 40px 5px 5px 5px;
  font-size: 1.2em;
  text-align: center;
  color: white;
}
#compteur_comparateur span strong {
  font-size: 1.4em;
}
.columns {
  -webkit-columns: 2;
          columns: 2;
  -webkit-column-gap: 15px;
          column-gap: 15px;
}
#onglet_equipements ul li,
#onglet_financement ul li {
  padding: 5px 0px;
  font-size: 1.4em;
  list-style: none;
  color: #6b6e70;
}
#onglet_equipements ul,
#onglet_financement ul {
  padding-bottom: 15px;
  border-bottom: 1px solid #dfe0e0;
}
#onglet_equipements h3,
#onglet_financement h3,
.coordonnees_vendeur h3,
.coordonnees_vendeur span.class_h3,
#onglet_equipements div span.class_h3 {
  margin: 15px 0px 10px 0px;
  font-size: 1.6em;
  font-weight: 500;
  text-transform: uppercase;
  color: #f09e2b;
}
#onglet_livraison p {
  font-size: 1.4em;
}
/*#onglet_livraison p img{
	display:block;
	margin:auto;
	float:none;
}*/
.coordonnees_vendeur {
  padding: 15px;
  font-size: 1.5em;
}
.coordonnees_vendeur a {
  color: #f09e2b;
}
.photo_vendeur img {
  width: 100%;
  height: auto;
}
.coordonnees_vendeur h3,
.coordonnees_vendeur span.class_h3 {
  font-size: 1.1em !important;
}
.content .contenu {
  padding: 20px 0px;
  font-size: 1.4em;
}
.content .contenu p {
  text-align: justify;
}
.photo_full {
  display: block;
  float: none;
  max-width: 100%;
  height: auto !important;
  margin: auto;
}
.photo_fl {
  float: left;
  margin: 0 25px 20px 0;
}
.photo_fr {
  float: right;
  margin: 0 0 20px 25px;
}
.trouver_concession h2 {
  line-height: 1.1em;
  text-align: left;
}
.trouver_concession form {
  position: relative;
  max-width: 50%;
  margin: auto;
  padding: 15px;
  background: #f4f4f4;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}
/*
bug avec cette classe trouver_concession qui a été utilisée à divers endroits et crée des incompatibilités.
*/
#contact_popup .trouver_concession a {
  position: absolute;
  right: 30px;
  padding: 10px 8px;
  font-size: 1.5em;
  font-weight: bold;
  color: black;
}
#contact_popup .trouver_concession a:hover {
  padding: 10px 8px;
  background: #169ed9;
  font-size: 1.5em;
  color: black;
}
.trouver_concession form .formFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 41px;

  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.trouver_concession form .formFlex .leftExplain {
  width: 45%;
}
.trouver_concession form .formFlex .leftExplain .g-recaptcha {
  margin-top: 25px;
  margin-bottom: 25px;
}
.trouver_concession form .formFlex .rightForm .captchaMobile {
  display: none;
}
.trouver_concession p {
  text-align: justify;
}
.trouver_concession .horairesConcession {
  margin-top: 30px;
}
.trouver_concession form h3 {
  padding: 10px 0px;
  font-size: 1.5em;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  color: #169ed9;
  border-bottom: 1px solid #ededed;
}

.trouver_concession form .formFlex .rightForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-direction: column;
  width: 45%;
  margin-top: 26px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: baseline;
  -ms-flex-pack: baseline;
  justify-content: baseline;
}

.trouver_concession form .formFlex .rightForm input,
.trouver_concession form .formFlex .rightForm select {
  margin-bottom: 15px;
}
.trouver_concession form .formFlex .rightForm input {
  padding: 11px 10px;
}

.trouver_concession label {
  display: block;
  padding: 10px 0px;
  font-size: 1.3em;
}
.trouver_concession input,
.trouver_concession textarea {
  width: 100%;
}
.trouver_concession input[type="text"],
.trouver_concession textarea,
.trouver_concession select {
  background: #ffffff;
}
.content .contenu ul {
  margin: 0 0 0 40px;
  color: #000000;
}
#resultats_concessions {
  padding: 20px 0px;
  font-size: 1.3em;
}
#resultats_concessions .bloc_liste_concession {
  float: left;
  width: 31.33333333%;
  margin: 1%;
  padding: 15px;
  border-left: 1px solid #e6e6e6;
}
#resultats_concessions .titre_concession a {
  display: block;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 700;
  color: #fcb32b;
}
#resultats_concessions .titre_concession a:hover {
  color: #000000;
}
#resultats_concessions .titre_concession a:before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: -2px 4px 0 0;
  background: url("../images/sprite.png") no-repeat -392px -183px;
  content: "";
  vertical-align: middle;
}
#resultats_concessions .bloc_liste_concession li {
  padding: 3px 10px;
  list-style: none;
}
#resultats_concessions .bloc_liste_concession li:before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: -2px 4px 0 0;
  background: url("../images/sprite.png") no-repeat -393px -165px;
  content: "";
  vertical-align: middle;
}
.concession_detail_col {
  float: left;
  width: 31%;
  height: 118px;
  margin: 1%;
  padding: 15px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}
.concession_detail_col .col-6 img {
  width: 100%;
  height: auto;
}
.concession_detail_col .col-6:last-of-type {
  padding: 0 0 0 20px;
}
.concession_detail_col .col-6 a {
  font-weight: 700;
  color: #169ed9;
}
#tags div span {
  display: block;
  clear: both;
  font-size: 1.2em;
}
#sommaire_reparation {
  margin: 0px;
  padding: 0px;
  border: 1px solid #e6e6e6;
}
#sommaire_reparation li {
  list-style: none;
}
#sommaire_reparation li a {
  position: relative;
  display: block;
  padding: 10px;
  background: rgb(230,230,230);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(31%, rgba(230,230,230,1)),to(rgba(208,208,208,1)));
  background: linear-gradient(to bottom, rgba(230,230,230,1) 31%,rgba(208,208,208,1) 100%);
  font-size: 1.1em;
  color: #000000;

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#d0d0d0',GradientType=0 );
}
#sommaire_reparation li a:hover {
  background: #fcb32b;
  color: #ffffff;
}
.content .contenu iframe {
  float: left !important;
  width: 100%;
  max-width: 350px;
  margin: 0 25px 20px 0 !important;
}
.btn_click_garantie {
  cursor: pointer;
}
.btn_click_garantie:hover:before {
  background-color: #169ed9 !important;
}
.btn_click_garantie:hover strong {
  color: #169ed9 !important;
}


/*----------------SLIDER_DETAIL----------------------*/

.slick-prev,
.slick-next {
  /* background:#000000 !important; */
  height: 80px !important;
  margin-top: -40px !important;
}
.slick-prev:before,
.slick-next:before {
  content: "" !important;
  opacity: 1 !important;
}
.slick-prev:before {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: url("../images/sprite.png") no-repeat -393px -196px;
  vertical-align: middle;
}
.slick-next:before {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: url("../images/sprite.png") no-repeat -392px -183px;
  vertical-align: middle;
}
.slick-prev:hover,
.slick-next:hover {
  background: #444041 !important;
}
.slider-nav.overall {
  max-width: 1130px;
  max-width: 94%;
}
.slider-for .slick-prev,
.slider-for .slick-next {
  position: absolute;
  z-index: 22;
  width: 68px;
  height: 68px !important;
  background: rgba(255,255,255,1.00) !important;
  border-radius: 33px;
}
.slider-for .slick-next {
  right: 1%;
}
.slider-for .slick-prev {
  left: 1%;
}
.slider-for .slick-prev:hover,
.slider-for .slick-next:hover {
  background: rgba(255,255,255,.8) !important;
}
.slider-for .slick-prev:before {
  display: inline-block;
  width: 24px;
  height: 40px;
  margin: 0 0 0 -5px;
  background: url("../images/sprite.png") no-repeat 0 -944px;
  vertical-align: middle;
}
.slider-for .slick-next:before {
  display: inline-block;
  width: 24px;
  height: 40px;
  margin: 0 -5px 0 0;
  background: url("../images/sprite.png") no-repeat -33px -944px;
  vertical-align: middle;
}
.slick-slide {
  padding: 0px 4px;
}
.slider-for {
  margin-bottom: 8px !important;
}
#masque_gauche,
#masque_droite {
  position: absolute;
  z-index: 13;
  width: calc((100% - 688px) / 2);
  height: 510px;
}
#masque_gauche {
  left: 0;
  background: rgba(255,255,255,.6);
}
#masque_droite {
  right: 0;
  background: rgba(255,255,255,.6);
}


/* Pagination */
/* PAGINATION */

.pagination {
  position: relative;
  display: block;
  margin: 0 0 10px 0;
  padding: 10px;
  text-align: center;
}
.pagination a,
.pagination span {
  position: relative;
  display: inline-block !important;
  z-index: 2;
  margin: 0 !important;
  padding: 8px 14px;
  background: #ffffff;
  font-family: Arial,Helvetica, sans-serif;
  font-size: .875em;
  font-weight: bold;
  font-style: normal;
  -webkit-transition: all 300ms;
          transition: all 300ms;
  text-align: center;
  color: #4d4d4d;
  border: 1px solid #cccccc;
}
.pagination a:hover,
.pagination span:hover {
  background: #e6e6e6;
}
.pagination a.disabled {
  background: #169ed9;
  color: #ffffff;
  border: 1px solid #0085a1;
}

.pagination span.current {
  margin-left: 4px !important;
  background: #fc4a14 !important;
  color: #ffffff;
  border: 1px solid #dadada;
}
.pagination span.dots {
  background: #e6e6e6;
}


#pagination {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px;
  background: #ffffff;
  border-top: 1px solid #e6e6e6;
}
#pagination a {
  float: left;
  width: 30px;
  height: 30px;
}
#pagination a:hover {
  background: #e6e6e6;
}
#pagination a img {
  display: block;
  width: 10px;
  margin: 7px auto auto auto;
}
.pagination_gauche {
  float: left;
}
.pagination_droite {
  float: right;
}
#pagination_centre {
  font-size: 1.2em;
  text-align: center;
}
#pagination_centre select {
  min-width: 50px;
  margin: 0 10px;
  padding: 8px 10px;
  background: #f4f4f4;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
#pagination_centre .minict_wrapper {
  display: inline-block;
  width: 80px;
  margin: 0 auto;
  vertical-align: middle;
}

/* Alert Message */
.alert_message {
  position: relative;
  z-index: 120;
  top: -10px;
  left: 50%;
  width: 400px;
  margin-left: -200px;
  padding: 10px;
  font-size: 1.2em;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,.56) ;
          box-shadow: 0px 2px 5px rgba(0,0,0,.56) ;
}

.alert_message.error {
  background: #d7246f;
}

.alert_message.success {
  background: #186e8c;
}

.alert_message p {
  margin-top: 0px;
  margin-bottom: 0px;
}

.div_messages_fiche {
  position: fixed;
  display: none;
  z-index: 9601;
  top: 25px;
  left: 50%;
  width: 680px;
  margin: 0 0 0 -335px;
  padding: 20px;
  background: #f4f4f4;
  font-size: 1.3em;
  border: 5px solid #51a3cb;
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,.8);
          box-shadow: 2px 2px 10px rgba(0,0,0,.8);
}
.div_messages_fiche .titre {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #33667f;
}
.div_messages_fiche input[type="text"],
.div_messages_fiche input[type="email"] {
  display: block;
  width: 100%;
  margin: 20px 0;
  background: #ffffff;
  border-radius: 2px;
}
.div_messages_fiche input[type="submit"] {
  position: relative;
  padding: 10px 50px 10px 30px;
  background-color: #51a3cb;
  background-image: url(../images/puce_submit.png);
  background-repeat: no-repeat;
  background-position: right;
  border-radius: 2px;;
}
.div_messages_fiche input[type="submit"]:hover {
  background-color: #3e82a3;
}
input[type="checkbox"] {
  width: 20px;
  height: 20px;
}
#newsletter:before {
  position: absolute;
  width: 17px;
  height: 17px;
  margin-bottom: 15px;
  background: #ffffff;
  content: "";
  border: 1px solid #d5d5d5;
  border-radius: 3px;
}
#message_faire_essai li {
  list-style-position: inside;
  list-style-image: url(../images/puce_coche.png);
}
#message_faire_essai .infos_vehicule,
#message_plus_infos .infos_vehicule,
#message_suivre_vehicule .infos_vehicule {
  padding: 15px;
  background: #f4f4f4;
  font-size: 1.2em;
  text-align: center;
}
#message_faire_essai .infos_vehicule p strong {
  display: block;
  font-size: 1.1em;
}
#message_faire_essai .col_gauche,
#message_plus_infos .col_gauche,
#message_suivre_vehicule .col_gauche {
  padding: 0 15px 0 0;
}
#message_faire_essai input[type="text"],
#message_faire_essai textarea,
#message_plus_infos input[type="text"],
#message_plus_infos textarea {
  width: 100%;
}
#message .notation_trust_min,
#devis .notation_trust_min,
#devis2 .notation_trust_min {
  width: 96px;
  height: 25px;
}
.div_messages_fiche .bt_fermer_div {
  position: absolute;
  display: block;
  width: 34px;
  height: 34px;
  margin-top: -38px;
  margin-left: 635px;
  padding: 0px;
  background: #444041;
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  border: 5px solid #e6e6e6;
  border-radius: 34px;
}
.div_messages_fiche .bt_fermer_div:hover {
  background: #e6e6e6;
  color: #000000;
}
.col_gauche,
.col_droite {
  float: left;
  width: 50%;
}
#garantie_detail {
  overflow: auto;
  height: 400px;
}
#garantie_detail .bt_fermer_div {
  position: fixed;
  margin-top: -40px;
  margin-left: 640px;
}
#garantie_detail h2:first-of-type {
  margin-top: 0px;
}
#garantie_detail .col_gauche {
  width: 100%;
}
#garantie_detail .col_gauche img {
  float: left;
  margin: 0 20px 15px 0;
}

/*-------------------MESSAGE-----------------------*/
#message,
#devis,
#essai {
  /* display: none; */
  position: fixed;
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, .5);
  font-size: 1.4em;
  -webkit-transition: opacity 1s ease;
          transition: opacity 1s ease;
  opacity: 0;
}
#devis2 {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, .5);
  font-size: 1.4em;
  -webkit-transition: opacity 1s ease;
          transition: opacity 1s ease;
  opacity: 1;
}
#devis2.cache {
  position: absolute;
  /* display: none; */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  -webkit-transition: opacity 1s ease;
          transition: opacity 1s ease;
  opacity: 0;
}
#message:target,
#devis:target,
#essai:target {
  position: fixed;
  display: block;
  width: auto;
  height: auto;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-property: opacity;
          transition-property: opacity;
  opacity: 1;
}
#message a,
#devis a,
#devis2 a,
#essai a {
  position: absolute;
  /*	top: 50%;*/
  /*	left: 50px;*/
  top: 0;
  right: 0;
  padding: 10px 25px;
  font-size: 1.5em;
  font-weight: bold;
}
#message a:after,
#devis a:after,
#devis2 a:after,
#essai a:after {
  content: "X";
}
#message .popup,
#devis .popup,
#devis2 .popup,
#essai .popup {
  position: absolute;
  top: 3%;
  left: 15%;
  width: 70%;
  padding: 20px;
  /* height: 80%; */
  background-color: #f5f5f5;
  border: 1px solid #51a3cb;
  border-radius: 20px;
  /* display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex; */
}
#essai .popup {
  display: -moz-flex;
  display:  -ms-flex;
  display:   -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display:      flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#message .popup .right,
#devis .popup .right,
#devis2 .popup .right,
#essai .popup .right {
  float: right;
  width: 50%;
}
#message .popup .left,
#devis .popup .left,
#devis2 .popup .left,
#essai .popup .left {
  float: left;
  /* margin-right: 25px; */
  width: 47%;
}
#message span.class_h2,
#devis span.class_h2,
#devis2 span.class_h2,
#essai span.class_h2 {
  font-size: 1.3em;
  font-weight: 600;
  text-transform: uppercase;
  color: #33667f;
}
#message label,
#devis label,
#devis2 label,
#essai label {
  font-size: 1.1em;
  font-weight: 500;
  /* font-style: italic; */
  color: #323232;
}
#message select,
#devis select,
#devis2 select,
#essai select {
  background-color: #ffffff;
  font-weight: 500;
  font-style: italic;
  color: #8c8c8c;
}
#message input,
#message textarea,
#devis input,
#devis textarea,
#devis2 input,
#devis2 textarea,
#essai input,
#essai textarea {
  max-height: 100px;
  background-color: #ffffff;
  color: #8c8c8c;;
}
#message input[type="submit"],
#devis input[type="submit"],
#devis2 input[type="submit"],
#essai input[type="submit"] {
  position: relative;
  display: block;
  margin: 10px auto;
  padding: 10px 50px 10px 30px;
  background-image: url(../images/puce_submit.png);
  background-repeat: no-repeat;
  background-position: right;
  color: #ffffff;
  border-radius: 2px;
}
#message label,
#message input,
#message select,
#message textarea,
#devis label,
#devis input,
#devis select,
#devis textarea,
#devis2 label,
#devis2 select,
#devis2 input,
#devis2 textarea,
#essai label,
#essai select,
#essai input,
#essai textarea {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}
#devis2 label,
#devis2 select,
#devis2 input,
#essai input {
  margin-top: 8px;
}
#devis2 .right form input[type="text"] {
  margin-top: 0;
}
#message input.moitie,
#message select.moitie,
#message label.moitie,
#devis input.moitie,
#devis select.moitie,
#devis label.moitie,
#devis2 input.moitie,
#devis2 select.moitie,
#devis2 label.moitie,
#essai input.moitie,
#essai select.moitie,
#essai label.moitie {
  width: 50%;
}
#message div.right form div.flex,
#devis div.right form div.flex,
#devis2 div.right form div.flex,
#essai div.right form div.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#message div.right form div.flex,
#essai div.right form div.flex {
  width: 100%;
}
#message div.right form div.flex > div,
#devis div.right form div.flex div,
#devis2 div.right form div.flex > div,
#essai div.right form div.flex > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-direction: column;
  width: 50%;
  margin-right: 2%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}
#devis a.btn_form {
  position: relative;
  top: 20px;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 5px;
}
#devis a.btn_form:after {
  content: "";
}
#devis2 a.download_pdf {
  position: relative;
  padding: 0;
}
#devis2 a.download_pdf:after {
  content: "";
}
#devis2 a.download_pdf:before {
  position: relative;
  top: 10px;
  margin: 15px;
  margin-left: 0;
  content: url("../images/icon_pdf.png");
}
#message .contact_essai,
#message .contact_trouver,
#message .contact_question {
  display: none;
}
#message .contact_essai.affiche,
#message .contact_trouver.affiche,
#message .contact_question.affiche {
  display: block;
}
#message .btn_form,
#devis .btn_form,
#devis2 .btn_form,
#essai .btn_form {
  width: auto;
  background: #51a3cb;
}
#devis input[type="checkbox"] {
  width: 0;
  height: 0;
  cursor: pointer;
}
#message .btn_form:hover,
#devis .btn_form:hover,
#devis2 .btn_form:hover,
#essai .btn_form:hover {
  background: #3e82a3;
  background-image: url(../images/puce_submit.png);
  background-repeat: no-repeat;
  background-position: right;
}
#message .item_listing_vehicule,
#devis .item_listing_vehicule,
#devis2 .item_listing_vehicule,
#essai .item_listing_vehicule {
  /* max-width: 85%; */
  min-width: 342px;
  max-width: 450px;
  margin: auto;
}
#message .item_listing_vehicule a,
#message .item_listing_vehicule a,
#devis .item_listing_vehicule a,
#devis .item_listing_vehicule a,
#devis2 .item_listing_vehicule a,
#essai .item_listing_vehicule a {
  position: relative;
  font-size: .9em;
}
#message > .popup > .contact_essai.affiche > h2,
#message > .popup > .contact_essai.affiche > span.class_h2 {
  font-size: 1.3em;
  text-transform: uppercase;
  color: #33667f;
}
#message > .popup > .contact_essai.affiche ul,
#essai > .popup > .contact_essai.affiche ul {
  margin-top: 10px;
  margin-left: 25px;;
}
#message > .popup > .contact_essai.affiche ul li,
#essai > .popup > .contact_essai.affiche ul li {
  position: relative;
  margin-bottom: 15px;
  margin-left: 15px;
  font-size: 1.1em;
  list-style: none;
}
#message > .popup > .contact_essai.affiche ul li:before,
#essai > .popup > .contact_essai.affiche ul li:before {
  position: absolute;
  top: 0px;
  left: -40px;
  width: 20px;
  height: 20px;
  background: #51a3cb;
  content: "";
  border: 1px solid #51a3cb;
  border-radius: 3px;
}
#message > .popup > .contact_essai.affiche ul li:after,
#essai > .popup > .contact_essai.affiche ul li:after {
  position: absolute;
  top: -3px;
  left: -36px;
  width: 12px;
  height: 12px;
  font-size: 1.2em;
  content: "✔";
  -webkit-transition: all .2s;
          transition: all .2s;
  color: #ffffff;
  border-radius: 3px;
}
#devis #newsletter:before {
  position: absolute;
  display: inline-block;
  bottom: -10px;
  left: 2px;
  float: left;
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  background: #ffffff;
  content: "";
  vertical-align: middle;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
}
#devis #newsletter:checked:after {
  position: absolute;
  bottom: 21px;
  left: 3px;
  width: 12px;
  height: 12px;
  font-size: 1.2em;
  content: "✔";
  -webkit-transition: all .2s;
          transition: all .2s;
  color: #fcb32b;
  border-radius: 3px;
}
#devis #newsletter[type="checkbox"]:not(:checked) + label:after {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
#devis #newsletter[type="checkbox"]:checked + label:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}


/*-----------------CONCESSIONS---------------------*/

#logo span#titre_concession strong,
#titre_concession strong {
  display: block;
  font-size: 1.6em;
  text-transform: uppercase;
}
span#tel_concession:after {
  display: none;
}
span#tel_concession strong {
  display: inline-block;
  padding: 0 0 0 10px;
  font-size: .5em;
  color: #000000;
}
.bloc_recherche_concession {
  width: 33% !important;
}

/* SLIDER */

#slider_concession {
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d8d9da+0,ffffff+70,ececec+100 */
  background: rgb(216,217,218); /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(216,217,218,1)),color-stop(70%, rgba(255,255,255,1)),to(rgba(236,236,236,1)));
  background: linear-gradient(to bottom,  rgba(216,217,218,1) 0%,rgba(255,255,255,1) 70%,rgba(236,236,236,1) 100%); /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d9da', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
}
#slider_concession > ul {
  /*height:100%;*/
  width: auto;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#slider_concession > ul > li {
  height: 100%;
}
#slider_concession .slide_txt {
  position: absolute;
  z-index: 10;
  width: 100%;
  font-size: 2.2em;
  line-height: 1em;
  color: #ffffff;
}
#slider_concession .slide {
  position: relative;
  overflow: hidden;
  width: auto;
  height: 100%;
  text-align: center;
}
#slider_concession .slide img {
  display: block;
  width: auto;
  height: auto;
  max-height: 100%;
  margin: auto;
}
#slide_nav_concession {
  position: absolute;
  z-index: 14;
  bottom: 20px;
  left: 50%;
  margin-left: 22%;
}
#slide_nav_concession > ul {
  margin: 0;
  padding: 0;
}
#slide_nav_concession > ul > li {
  float: left;
  padding: 3px;
  list-style: none;
}
#slide_nav_concession > ul > li > a {
  display: block;
  width: 20px;
  height: 20px;
  padding: 2px;
  border: 2px solid #e6e6e6;
  border-radius: 10px;
}
#slide_nav_concession > ul > li > a span {
  display: block;
  width: 12px;
  height: 12px;
  background: #3a3637;
  border: 1px solid #ffffff;
  border-radius: 10px;
}
#slide_nav_concession > ul > li > a:hover span {
  background: #fcb32b ;
}
#line_trust_pilot .btn_rel {
  margin: -10px 0 0 0;
  font-size: .9em;
}
.trust_concession {
  padding: 25px !important;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.signature {
  font-style: italic;
}
#edito h2 {
  margin: 0 0 20px 0;
  font-size: 1.9em;
  line-height: 1.4em;
  text-transform: uppercase;
  color: #231f20;
}
#edito h2 strong {
  display: block;
  font-size: 1.5em;
  color: #fcb32b;
}
#edito div.col-6 {
  position: relative;
  padding: 20px 20px 20px 0;
}
#edito div.col-6:nth-child(even) {
  padding: 20px 0 20px 20px;
  border-left: 1px solid #e6e6e6;
}
#edito .notation_trust {
  position: absolute;
  top: 40px;
  right: 0;
  float: right;
}
#edito div.col-6 p {
  font-size: 1.4em;
  color: #231f20;
}
.coordonnees {
  padding: 20px;
  font-size: 1.4em;
  color: #000000;
  border-right: 1px solid #e6e6e6;
}
.coordonnees h1.h1_concession {
  display: inherit;
  width: 100%;
  margin: 10px 0px;
  font-size: 1.8em;
  font-weight: 300;
  line-height: inherit;
  text-align: inherit;
  text-transform: uppercase;
  color: #808285;
}
.coordonnees h2,
.horaires h2 {
  width: 100%;
  margin: 10px 0px;
  font-size: 1.8em;
  font-weight: 300;
  text-transform: uppercase;
  color: #808285;
}
.coordonnees a.tel {
  font-size: 1.6em;
  font-weight: 700;
  color: #169ed9;
}
.coordonnees a.envoye_mail {
  display: inline-block;
  margin: 10px 0 0 0;
  font-weight: 700;
  text-transform: uppercase;
}
.coordonnees a.envoye_mail:before {
  float: left;
  width: 27px;
  height: 18px;
  margin: 1px 8px 0 0;
  background: url("../images/sprite.png") no-repeat -182px -847px;
  content: "";
}
.horaires {
  padding: 20px;
  font-size: 1.4em;
  color: #000000;
}
.horaires ul li {
  float: left;
  width: 48%;
  margin: 0px 1%;
  padding: 8px;
  font-size: .9em;
  list-style: none;
  border-bottom: 1px solid #e6e6e6;
}
.horaires ul li span:first-of-type {
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
}
#item_services {
  margin: 20px 0px;
  padding: 0px;
}
#item_services li {
  float: left;
  width: 48%;
  margin: 5px 1%;
  list-style: none;
}
#item_services li span {
  display: block;
}
#item_services li > span:first-of-type {
  padding: 15px;
  background: url(../images/fond_gris_texture.png);
  border-bottom: 1px solid #ffffff;
}
#item_services li h3 {
  float: left;
  margin: 0px;
  font-size: 1.6em;
  text-transform: uppercase;
  color: #169ed9;
}
#item_services li h3:before {
  display: inline-block;
  margin: -5px 6px 0 0;
  content: "";
  vertical-align: middle;
}
#item_services li#service_vn h3:before {
  width: 22px;
  height: 17px;
  background: url("../images/sprite.png") no-repeat -232px -847px;
}
#item_services li#service_vo h3:before {
  width: 30px;
  height: 17px;
  background: url("../images/sprite.png") no-repeat -272px -847px;
}
#item_services li#service_rm h3:before {
  width: 26px;
  height: 26px;
  margin: -7px 6px 0 0 !important;
  background: url("../images/sprite.png") no-repeat -183px -875px;
}
#item_services li#service_meca h3:before {
  width: 23px;
  height: 24px;
  background: url("../images/sprite.png") no-repeat -232px -876px;
}
#item_services li#service_carro h3:before {
  width: 22px;
  height: 16px;
  background: url("../images/sprite.png") no-repeat -276px -880px;
}
#item_services li#service_pr h3:before {
  width: 22px;
  height: 22px;
  background: url("../images/sprite.png") no-repeat -314px -878px;
}
#item_services li#service_loc h3:before {
  width: 23px;
  height: 26px;
  margin: -7px 6px 0 0 !important;
  background: url("../images/sprite.png") no-repeat -316px -840px;
}
#item_services li#service_station h3:before {
  width: 20px;
  height: 24px;
  margin: -7px 6px 0 0 !important;
  background: url("../images/sprite.png") no-repeat -232px -913px;
}
#item_services li span.tel {
  float: right;
  font-size: 1.6em;
  font-weight: 700;
}
#item_services li span.tel:before {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin: -5px 5px 0 0;
  background: url("../images/sprite.png") no-repeat -183px -916px;
  content: "";
  vertical-align: middle;
}
#item_services li > span:last-of-type {
  padding: 15px;
  background: #e6e6e6;
  font-size: 1.3em;
  color: #000000;
}
#item_services li p {
  margin: 0px;
}
#calcule_itineraire {
  padding: 25px;
  background: #231f20;
  text-align: center;
}
#calcule_itineraire span {
  display: inline-block;
  padding: 0px 15px;
  font-size: 2em;
  font-weight: 700;
  vertical-align: top;
  text-transform: uppercase;
  color: #ffffff;
}
#calcule_itineraire div {
  display: inline-block;
  min-width: 400px;
}
#calcule_itineraire input[type="text"] {
  float: left;
  width: 86%;
  padding: 8px 10px;
  background: #ffffff;
  font-style: italic;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
#calcule_itineraire input[type="submit"],
#calcule_itineraire input[type="button"] {
  position: relative;
  float: left;
  width: 14%;
  min-width: 34px;
  height: 34px;
  background: url(../images/loupe_recherche.png) center no-repeat;
  cursor: pointer;
  border: none;
  border-radius: 3px;
}
#selection_occasion_concession {
  width: 100%;
  padding: 30px 0px;
  background: #231f20;
  border-bottom: 1px solid #ffffff;
}
#selection_occasion_concession h2 {
  width: 100%;
  margin: 0 0 40px 0;
  font-size: 3em;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
#selection_occasion_concession .listing_selection_occasion {
  margin: 0px -10px;
}
.listing_selection_occasion a.acces {
  margin: 0 0 1px 0 !important;
  padding: 15px;
  font-size: 2em;
  font-weight: 700;
  color: #ffffff;
  border: none !important;
}
.listing_selection_occasion a.acces:after {
  float: right;
  width: 57px;
  height: 57px;
  margin: -15px -15px 0 0;
  background: url("../images/sprite.png") no-repeat -363px -519px rgba(0,0,0,.15);
  content: "";
  vertical-align: top;
}
.listing_selection_occasion a.acces:hover:after {
  background: url("../images/sprite.png") no-repeat -363px -519px rgba(0,0,0,0);
}
#acces_acces_vo {
  background: #ff8345;
}
#acces_prix_futes {
  background: #ed1d27;
}
#acces_vo_recents {
  background: #169ed9;
}
#acces_premium {
  background: #8bc640;
}
#lien_agence_proximite {
  padding: 20px 0px;
  background: url(../images/fond_gris_texture.png);
}
#lien_agence_proximite h3 {
  font-size: 2em;
  font-weight: 500;
  text-transform: uppercase;
  color: #169ed9;
}
#lien_agence_proximite .item_lien_supplement a {
  display: block;
}
#lien_agence_proximite .item_lien_supplement a img {
  border: 1px solid #ffffff;
}
#lien_agence_proximite .item_lien_supplement a span {
  color: #808285 !important;
}
#lien_agence_proximite .item_lien_supplement a span strong {
  font-size: 1.3em;
  color: #000000;
}

/*----------------DEPARTEMENT------------------*/

#carte_departement,
.nom_carte_departement {
  font-size: 1.8em !important;
  font-style: italic;
  text-align: center;
}
span#tel_departement:after {
  display: none;
}
span#tel_departement strong {
  display: block;
  padding: 0 0 0 35px;
  font-size: .5em;
  color: #000000;
}
#header_departement #recherche_libre {
  width: 53%;
  padding: 12px 15px 0 0;
}
#header_departement #recherche_tel {
  padding: 10px 5px;
}
#carte_departement div {
  position: relative;
}
#carte_departement div .carte {
  z-index: 1;
}
#carte_departement .curseur {
  position: absolute;
  z-index: 2;
}
#cherbourg {
  top: 22%;
  left: 49%;
}
#valognes {
  top: 27%;
  left: 52%;
}
#saint_lo {
  top: 37%;
  left: 55%;
}
#coutances {
  top: 43%;
  left: 51%;
}
#bayeux {
  top: 34%;
  left: 47%;
}
#vire {
  top: 47%;
  left: 46%;
}
#flers {
  top: 36%;
  left: 44%;
}
#argentan {
  top: 37%;
  left: 51%;
}
#alencon {
  top: 47%;
  left: 53%;
}
#ploermel {
  top: 37%;
  left: 61%;
}
#pontivy {
  top: 33%;
  left: 51%;
}
#auray {
  top: 45%;
  left: 48%;
}
#saint_ave {
  top: 42%;
  left: 53%;
}
#vanneslm {
  top: 46%;
  left: 52%;
}
#vannes {
  top: 47%;
  left: 55%;
}
#morlaix {
  top: 28%;
  left: 59%;
}
#landivisiau {
  top: 30%;
  left: 55%;
}
#chateaulin {
  top: 43%;
  left: 54%;
}
#douarnenez {
  top: 47%;
  left: 50%;
}
#quimper {
  top: 49%;
  left: 52%;
}
#pont_labbe {
  top: 56%;
  left: 50%;
}
#fouesnant {
  top: 53%;
  left: 54%;
}
#concarneau {
  top: 55%;
  left: 56%;
}
#lannion_nissan {
  top: 35%;
  left: 41%;
}
#lannion {
  top: 31%;
  left: 43%;
}
#paimpol {
  top: 29%;
  left: 48%;
}
#guingamp {
  top: 38%;
  left: 47%;
}
#saint_brieuc_nissan {
  top: 45%;
  left: 52%;
}
#saint_brieuc {
  top: 40%;
  left: 52%;
}
#lamballe {
  top: 42%;
  left: 55%;
}
#erquy {
  top: 37%;
  left: 57%;
}
#loudeac {
  top: 53%;
  left: 53%;
}



/*----------------ALERTE------------------*/

#alerte p {
  font-size: 1.2em;
}
#alerte #entete {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 250px;
  padding: 15px;
  background: url(../images/alerte.jpg) center no-repeat;
  background-size: cover;
}
#alerte #entete span {
  position: absolute;
  display: block;
  bottom: 30px;
  left: 30px;
  width: 96%;
  color: #ffffff;
}
#alerte #entete span:before {
  float: left;
  width: 59px;
  height: 59px;
  margin: -4px 15px 0 0;
  background: url("../images/sprite.png") no-repeat -341px -1014px;
  content: "";
  vertical-align: middle;
}
#alerte #entete {
  font-size: 2em ;
}
#alerte .col_gauche,
#alerte .col_droite {
  padding: 0px 20px;
}
.slider_cursor label {
  float: left;
  font-size: 1.2em;
  font-weight: 700;
}
.slider_cursor span {
  float: left;
}
.slider_cursor input {
  margin: 0;
  padding: 3px 10px;
  background: none;
}
#alerte .ui-widget-content {
  height: 10px !important;
}
#alerte .ui-state-default {
  width: 20px !important;
  height: 20px !important;
}
#alerte .ui-slider-horizontal .ui-slider-handle {
  top: -.5em;
}
#alerte .col_gauche select,
#alerte .col_droite select {
  min-width: 100%;
}
#alerte ul.couleur {
  float: left;
  margin: 0;
  padding: 10px;
}
#alerte ul.couleur li {
  float: left;
  list-style: none;
}
#alerte ul.couleur li input {
  display: none;
}
#alerte ul.couleur li .cadre_couleur {
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  border: solid 1px #000000;
}
#alerte ul.couleur li label {
  float: left;
  cursor: pointer;
}
#alerte ul.couleur li label.active {
  border: solid 1px #ffffff;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(0,0,0,1.00);
          box-shadow: 0px 0px 0px 2px rgba(0,0,0,1.00);
}
#alerte ul.options_divers {
  float: left;
  width: 50%;
  padding: 5px;
  font-size: 1.3em;
  list-style: none;
}
#nom_mail {
  padding: 10px;
  background: #e6e6e6;
  border-radius: 4px;
}
#nom_mail label {
  float: left;
  padding: 10px;
  font-size: 1.3em;
  font-weight: 700;
}
#nom_mail input,
#nom_mail select {
  min-width: 100%;
  background: #ffffff;
}
hr {
  display: block;
  width: 100%;
  height: 1px;
  margin: 15px 0px;
  border: none;
  border-bottom: 1px solid #ededed;
}

/*----------------REPRISE-------------------*/

#personnage {
  position: relative;
  float: left;
  width: 20%;
  padding: 280px 20px 0 0;
  background: url(../images/personnage.png) no-repeat center top;
  text-align: center;
}
#cadi {
  position: relative;
  display: block;
  width: 100%;
  height: 205px;
  background: url(../images/cadi.png) no-repeat  center;
}
#repere_euro {
  position: absolute;
  width: 80px;
  height: 87px;
  margin: 10px 0 0 45%;
  background: url(../images/repere_euro.png) no-repeat;
}
#cadi > p {
  margin: 0;
  padding-top: 155px;
  font-size: 14px;
  font-style: italic;
  text-align: center;
  color: #125b84;
}
#frame_reprise {
  float: left;
  width: 100%;
}
.btn_repriseref,
.btn_repriserefViolet,
.btn_repriserefRge {
  display: block !important;
  float: none !important;
  max-width: 350px;
  margin: 15px auto !important;
  text-align: center;
  border-radius: 3px;
}
.triptique_reprise {
  display: block;
  text-align: center;
}
.triptique_reprise img {
  display: inline-block;
  max-width: 250px;
  height: auto;
}

/*----------------ENTRETIEN_REPARATION------------------*/

.entretien_bloc_form .col_gauche,
.entretien_bloc_form .col_droite,
.entretien_bloc_form .col_full {
  padding: 0px 20px;
}
.entretien_bloc_form input,
.entretien_bloc_form select,
.entretien_bloc_form textarea {
  min-width: 60%;
}
#et1:before {
  display: block;
  width: 66px;
  height: 66px;
  margin: auto;
  margin-bottom: 5px;
  background: url("../images/sprite.png") no-repeat 0 -1101px;
  content: "";
}
#et2:before {
  display: block;
  width: 66px;
  height: 66px;
  margin: auto;
  margin-bottom: 5px;
  background: url("../images/sprite.png") no-repeat -86px -1101px;
  content: "";
}
#et3:before {
  display: block;
  width: 66px;
  height: 66px;
  margin: auto;
  margin-bottom: 5px;
  background: url("../images/sprite.png") no-repeat -172px -1101px;
  content: "";
}
#et4:before {
  display: block;
  width: 66px;
  height: 66px;
  margin: auto;
  margin-bottom: 5px;
  background: url("../images/sprite.png") no-repeat -258px -1101px;
  content: "";
}
#rdv_ampm {
  padding: 15px;
}
#rdv_ampm label,
#rdv_ampm input {
  float: left;
  min-width: inherit;
}
#rdv_ampm label {
  padding: 0px 20px 10px 5px;
  font-size: 1.3em;
}
#rdv_ampm input {
  padding: 0px !important;
}
.finaliser_rdv {
  font-size: 1.3em;
}
.g-recaptcha {
  float: left;
  margin-right: 20px;
}
.finaliser_rdv input {
  min-width: inherit;
}
.finaliser_rdv input[type="submit"] {
  display: block;
  float: inherit;
  margin: 15px auto;
}

/*------------------LOUER VOITURE-----------------*/

#carte_pdv_rassure {
  margin: 20px 0px;
}
#carte_pdv_rassure img {
  width: 100%;
  height: auto;
}
#carte_pdv_rassure span {
  margin: 10px 0px 10px 0px;
  font-size: 1.3em;
  font-weight: 700;
  list-style: none;
  text-transform: uppercase;
  color: #169ed9;
}

/*---------------FOOTER----------------*/

footer {
  margin: 0px;
  padding: 10px;
  background: #ffffff;
  border-top: 1px solid #ededed;
}
footer .overall p:first-of-type {
  float: left;
}
footer .overall p:first-of-type img {
  float: left;
  margin: -10px 0px 0px 10px;
}
footer .overall p:last-of-type {
  float: right;
}
footer .overall p:last-of-type img {
  float: right;
  margin: -10px 0px 0px 10px;
}
span.real {
  display: block;
  padding: 10px;
  font-weight: 700;
  text-align: center;
  border-top: 1px solid #ededed;
}

/*
.item_onglet {
  display: none;
}
.item_onglet.actif {
  display: block;
}

#onglets {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px;
  border-bottom: 4px solid #000000;
}
#onglets li {
  float: left;
  padding: 10px 15px;
  background: #f4f4f4;
  font-size: 1.3em;
  list-style: none;
  text-align: center;
  text-transform: uppercase;
  border-right: 4px solid #ffffff;
}
#onglets li:hover,
#onglets li.actif {
  background: #000000;
  cursor: pointer;
  color: #ffffff;
}
#onglets li.actif:hover {
  cursor: default;
}
#contenu_onglets {
  padding: 0px !important;
}
#contenu_onglets .item_onglet ul {
  margin: 0px;
  padding: 2px 0 0 0;
}
#contenu_onglets .item_onglet ul li {
  float: left;
  width: 32.3333333%;
  margin: .5%;
  padding: 4px;
  list-style: none;
  border: 1px solid #e6e6e6;
} */

/*Rajout Alex*/
#financer_votre_vehicule {
  width: 100%;
  height: 450px;
  border: none;
}

.ul_bloc_droite {
  margin: 10px 0 0 30px;
}
.ul_bloc_droite li {
  margin: 10px 0px 10px 0px;
  font-size: 1.3em;
  font-weight: 700;
  list-style: none;
  text-transform: uppercase;
  color: #f09e2b;
}
.ul_bloc_droite ul > li > a {
  display: block;
  margin: 0px;
  padding: 5px 0px;
  font-size: .7em !important;
  color: #000000;
  border-bottom: 1px solid #dfe0e0;
}
.ul_bloc_droite ul {
  margin: 0 0 20px 0 !important;
}
.ul_bloc_droite ul li a.active {
  color: #f09e2b;
}
.ul_bloc_droite_entretien {
  margin: 0px !important;
  padding: 0px;
}
.ul_bloc_droite_entretien li {
  position: relative;
  display: block;
  margin: 10px 0 0 0;
  padding: 10px;
  background: rgb(230,230,230);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(31%, rgba(230,230,230,1)),to(rgba(208,208,208,1)));
  background: linear-gradient(to bottom, rgba(230,230,230,1) 31%,rgba(208,208,208,1) 100%);
  font-size: 1em;
  font-weight: 700;
  list-style: none;
  cursor: pointer;

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#d0d0d0',GradientType=0 );
}
.ul_bloc_droite_entretien li:hover,
.ul_bloc_droite_entretien li.active {
  background: #fcb32b;
  color: #ffffff;
}
.ul_bloc_droite_entretien ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px !important;
  padding: 15px;
  font-size: .9em;
  border: 1px solid #e6e6e6;
}


/* TABLEAU */

.tab_gen {
  margin-bottom: 20px;
  border: solid 1px #d1d1d1;
}
.tab_gen th {
  padding: 10px;
  background: #000000;
  background-color: #000000;
  font-size: 13px;
  color: #ffffff;
  border-top: solid 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  text-shadow: 0px 1px 0px #000000;
}
.tab_gen th a {
  color: #6fb9cb;
}
.tab_gen th a:hover {
  color: #d4145a;
}
.tab_gen tr {
  background: #efefef;
}
.tab_gen tr:nth-child(even) {
  background: #ffffff !important;
}
.tab_gen tr:hover {
  background: #e4eef1 !important;
}
.tab_gen td {
  background: url(http://www.amenothes-dev.com/cdn/images/admin/bordure_menu.png) right repeat-y;
  font-size: 13px;
  text-align: center;
  border-bottom: 1px solid #e3e3e3;
}
.tab_gen td:last-child {
  background: none !important;
}
.tab_gen td > a,
.tab_gen td > span {
  display: block;
  padding: 8px;
}

.tab_gen tr.separation td,
table tr.separation td {
  padding: 5px;
  background: #162e3d !important; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#162e3d),to(#062131)) !important;
  background: linear-gradient(to bottom, #162e3d 0%,#062131 100%) !important; /* W3C */
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 1px 0px #000000;

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162e3d', endColorstr='#062131',GradientType=0 ) !important; /* IE6-9 */
}
/*.tab_gen th span {
	display:block;
	padding:10px;
	background:url(http://www.amenothes-dev.com/cdn/images/admin/bordure_menu.png) right repeat-y;
}*/

.tab_tri {
  margin-bottom: 10px;
  border-bottom: solid 1px #d1d1d1;
}
.tab_tri td {
  padding: 5px;
}

.tab_tri td table tr td {
  padding: 0 5px;
}

.texte_credit {
  position: absolute;
  display: none;
  z-index: 10;
  left: 50%;
  width: 100%;
  max-width: 862px;
  margin-left: -274px;
  background: #000000;
  font-size: .8em;
  text-align: left;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.20);
          box-shadow: 0px 0px 10px rgba(0,0,0,.20);
}
.texte_credit p {
  margin: 0px;
  padding: 15px;
  text-align: left;
}
.texte_credit a {
  color: #fcb32b;
}
.texte_credit a:hover {
  color: #ffffff;
}

.titre_liste_reprise {
  display: block;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 700;
  color: #fcb32b;
}
#plan_site .contenu > ul {
  margin: 0px;
  padding: 20px;
  list-style: none;
  border: 1px solid #e6e6e6;
}
#plan_site .contenu > ul > li {
  padding: 6px;
}
#plan_site .contenu > ul > li > a {
  display: block;
  margin-bottom: 1px;
  padding: 15px;
  background: #f4f4f4;
  font-weight: 700;
  text-transform: uppercase;
}
#plan_site .contenu li {
  padding: 6px;
  list-style: none;
  border-bottom: 1px solid #e6e6e6;
}
#plan_site .contenu ul li ul li {
  font-weight: 700;
}
.show_responsive {
  display: none;
}



/**    CORRECTION STYLE FOOTER     **/
#autres_vehicule div.block {
  text-align: center;
}
.button-click {
  position: relative;
  display: inline-block;
  margin: 5px 20px;
  padding: 12px 75px 12px 15px;
  background-color: #fcb415;
  font-size: 1.7em;
  font-weight: bold;
  color: #000000;
}
.button-click:hover {
  color: #000000;
}

#reassurance_detail li a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

#btn_historique {
  position: relative;
}

.clik-blanc:after {
  position: absolute;
  display: block;
  top: 0px;
  right: 0;
  bottom: 0px;
  width: 46px;
  height: 100%;
  background-color: rgba(255, 255, 255, .24);
  background-image: url(../images/button-suivant.png);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}

a.button-click.clik-blanc:hover {
  -webkit-filter: brightness(113%);
          filter: brightness(113%);
}

.calltoaction {
  float: left;
  width: 100%;
  padding: 50px 0;
  background-color: #59737f;
}

.calltoaction-items {
  float: left;
  width: 33.333%;
  padding: 0 30px;
  text-align: center;
  color: #ffffff;
}

.calltoaction-items:last-child {
  padding-right: 0;
}

.calltoaction-items p {
  font-size: 1.6em;
  font-weight: 200;
}

.calltoaction-items strong {
  display: block;
  margin: 10px 0px 5px;
  font-size: 1.3em;
  font-weight: 600;
  text-transform: uppercase;
}

.calltoaction-items .with-trouver {
  width: 100%;
  margin: 21px 0px 0px;
  padding: 11px 45px;
}


/*.calltoaction-left {
    background-image: url('../images/concessions.png');
    background-repeat: no-repeat;
    background-position: center top;
}
.calltoaction-inner {
    background-image: url('../images/conseiller.png');
    background-repeat: no-repeat;
    background-position: center top;
}
.calltoaction-right {
    background-image: url('../images/offres.png');
    background-repeat: no-repeat;
    background-position: center top;
}*/

.calltoaction-items form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  clear: both;
  width: 100%;
  /* display: block; */
  margin: 21px auto 0;
}

.calltoaction-items input[type="submit"] {
  float: left;
  padding: 10px 15px;
  background-color: #fcb415;
  font-size: 1.7em;
  font-weight: 700;
  cursor: pointer;
  border: 0;
}
.calltoaction-items input[type="submit"]:hover {
  background-color: #fcb415;

  -webkit-filter: brightness(113%);
          filter: brightness(113%);
}
.calltoaction-items input[type="text"],
.calltoaction-items input[type="tel"],
.calltoaction-items input[type="email"],
.calltoaction-items input[type="password"] {
  float: left;
  width: 100%;
  padding: 11px;
  font-size: 1.5em;
  border: 0;
}

.footer-holder {
  float: left;
  width: 100%;
  padding: 20px 0px 0px 0px;
  background-color: #1f3f4f;
}

.footer-head {
  float: left;
  width: 100%;
}

.footer-parametre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 10px 0px 0px 30%;
  background-image: url("../images/logo-bodemer-auto-footer.png");
  background-repeat: no-repeat;
  background-position: left center;

  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-parametre span {
  display: block;
  width: calc(100% / 5);
  padding: 0 10px;
  text-align: center;
}
.footer-parametre a {
  display: block;
  width: 100%;
  margin: auto;
  padding: 10px 20px;
  font-size: 1.2em;
  color: #ffffff;
}

.footer-parametre img {
  display: block;
  margin: auto;
}

.footer-chiffre {
  background-repeat: no-repeat;
  background-position: left center;
}

.footer-financement {
  background-repeat: no-repeat;
  background-position: left center;
}

.footer-garantie {
  background-repeat: no-repeat;
  background-position: left center;
}

.footer-controle {
  background-repeat: no-repeat;
  background-position: left center;
}

.footer-controle {
  background-repeat: no-repeat;
  background-position: left center;
}

.footer-laivraison {
  background-repeat: no-repeat;
  background-position: left center;
}

.footer-contactez {
  float: left;
  width: 100%;
  padding: 40px 0;
}

.footer-left {
  float: left;
  width: 49%;
  margin-right: 1%;
  padding-left: 1%;
  border-right: 1px solid #ffffff;
}

.paragraphe-footer-left {
  float: left;
}

.paragraphe-footer-left a {
  margin: 10px 0;
}

.paragraphe-footer-left p {
  margin: 0px 0px 10px;
  padding-right: 20px;
  font-size: 1.2em;
  font-weight: 300;
  text-align: justify;
  color: #ffffff;
}

.paragraphe-footer-right {
  float: left;
  width: 49%;
  margin-left: 1%;
}

.acheter {
  float: left;
  width: 30%;
  color: #ffffff;
}

.acheter a {
  display: block;
  font-size: 1.1em;
  line-height: 1.7;
  color: #ffffff;
}

.acheter a:hover {
  color: #fcb415;
}

.acheter .h6 {
  margin: 0px 0px 10px;
  font-size: 1.3em;
  font-weight: 700;
  text-transform: uppercase;
}

.acheter .Responsive {
  display: block;
  padding: 0px 0px 20px;
  font-size: .94em;
}

.Responsive strong {
  display: block;
  margin: 0px 0px 0px;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #fcb415;
}

.left-certifaction {
  position: relative;
  bottom: -20px;
  float: left;
  width: 100%;
}

.left-certifaction a {
  /* width: 100%; */
  color: #ffffff;
}

.icon-paiment {
  float: left;
  width: 53%;
  padding: 20px 0;
  padding-right: 34%;
  background-image: url("../images/icon-paiment.png");
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 1.2em;
}

.certifaction-icon {
  float: left;
  width: 40%;
  padding: 20px 10px 20px 0px;
  background-image: url("../images/icon-paiment-one.png");
  background-repeat: no-repeat;
  background-position: 83% center;
  font-size: 1.2em;
}

.suivez-nous {
  display: inline-block;
  width: 100%;
  padding: 43px 0px 0px 0px;
  text-align: right;
}

.suivez-nous .h5 {
  position: relative;
  display: inline-block;
  top: -15px;
  margin: 10px;
  padding-right: 25px;
  background-image: url("../images/copie1.png");
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 1.5em;
  font-weight: 700;
  text-align: left;
  color: #fcb415;
}

.suivez-nous a {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 0px 24px;
}

.suivez-nous a:hover {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.face {
  background-image: url("../images/icon-face.png");
  background-repeat: no-repeat;
}

.twitter {
  background-image: url("../images/icon-twitter.png");
  background-repeat: no-repeat;
}

.google {
  background-image: url("../images/icon-g+.png");
  background-repeat: no-repeat;
}

.Youtube {
  background-image: url("../images/icon-youtube.png");
  background-repeat: no-repeat;
}

.intagram {
  background-image: url("../images/icon-insta.png");
  background-repeat: no-repeat;
}

.linkedin {
  background-image: url("../images/icon-linkedin.png");
  background-repeat: no-repeat;
}

.footer-adress {
  float: left;
  width: 100%;
}

.footer-adress-left {
  float: left;
  width: 68%;
}

.footer-adress-left p {
  padding: 10px 0;
  font-size: .9em;
  font-weight: 400;
}

.footer-adress-right {
  float: left;
  width: 30%;
}

.footer-adress-right p a:hover {
  color: #fcb415;
}

.footer-adress-right p a {
  color: #000000;
}

.footer-adress-right p {
  padding: 10px 0;
  font-size: .9em;
  font-weight: 400;
  text-align: right;
}

.ajouter-icon {
  display: none;
}

.Ajouter-vendre-footer {
  display: none;
}

/* Rajout Alex */

#bloc_vendre {
  display: none;
}

.searchbox {
  position: relative !important;
}

.hidden {
  display: none !important;
}

.searchbox > div > .layout {
  position: absolute;
  z-index: 2000;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: default;
}
.calltoaction-items form input {
  margin: 0;
  text-transform: none;
  border-radius: 0;
}
.calltoaction-items form input[type="submit"] {
  color: black;
}

.popup .item_listing_vehicule a {
  cursor: default;
}
.popup .item_listing_vehicule a:hover {
  color: #000000;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header_pro_p {
  display: inline-block;
  padding-right: 5px !important;
  vertical-align: middle;
  border-right: 1px solid black;
}

.bandeau {
  display: block;
  /*width:100%;*/
  width: 80%;
  margin-right: auto;
  margin-left: auto;;
}
/*MODIF INSCRIPTION*/
.compte_pro {
  margin-left: 25%;
  font-size: 35px;
  text-transform: uppercase;
}

.ouverture_pro_principal {
  width: 40%;
  padding-right: 25px;
  padding-left: 25px;
  font-size: 15px;
  border-right: 2px solid #ededed;
  border-left: 2px solid #ededed;
}
.compte_pro_h1 {
  margin-left: 25%;
  font-size: 35px;
  text-transform: uppercase;
}
.ouverture_compte {
  margin-right: auto;
  margin-left: auto;
  color: #878787;
}
.ouverture_compte_part1 {
  margin-bottom: 5%;
  text-align: center;
}
.ouverture_compte_part2 {
  text-align: center;
}
.ouverture_compte_part3 {
  margin-top: 5%;
  margin-bottom: 5%;
  margin-left: 25%;
}
.ouverture_compte_part4 {
  text-align: center;
}
.ouverture_compte_part4 a {
  color: #51a3cb;
}
.ouverture_compte_part5 {
  margin-top: 2.5%;
  margin-bottom: 2.5%;
  text-align: center;
}
.acces-pro {
  float: right;
  padding: 2px 12px !important;
  background-color: #fcb415 !important;
  font-size: 1rem !important;
  white-space: nowrap;
  text-transform: none;
  color: white !important;
  border-left: none !important;
  border-radius: 3px !important;
}
.acces-pro img {
  display: inline-block;
  margin: -2px 0 0 3px;
  vertical-align: middle;
}

.header_pro_p {
  display: inline-block;
  padding-right: 5px !important;
  vertical-align: middle;
  border-right: 1px solid black;
}

/*-----------------------------RESPONSIVE------------------------*/

@media screen and (max-width:1220px) {
  a.button_detail,
  a.button_detail_2 {
    position: relative;
    padding-right: 50px;
    font-size: 1.2em;
  }
  a.button_detail:after,
  a.button_detail_2:after {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #moteur_recherche {
    margin-left: -50%;
    padding: 36px 30px;
  }
  #slider_marque .overall,
  #slider_type .overall {
    max-width: 80%;
  }
  section.overall,
  section .entete,
  section .overall {
    padding: 0px 20px;
  }
  #achetez .notation_trust,
  #edito .notation_trust {
    position: inherit;
    display: block;
    top: inherit;
    float: left;
  }
  #achetez h2 {
    margin: 0 0 10px 0;
  }
  section#achetez_departement {
    margin-top: 170px;
  }
  #liste_engagement li:before {
    display: block;
    float: none;
    margin: auto;
    margin-bottom: 15px;
  }
  #liste_engagement li {
    text-align: center;
  }
  #satisfait ul.demi {
    width: 100%;
  }
  footer .overall p:first-of-type {
    display: block;
    width: 100%;
    text-align: center;
  }
  .bloc_listing_vehicule {
    width: 50%;
  }
  .item_listing_vehicule a .img {
    max-height: inherit;
  }
  #recherche_vehicule_listing form {
    margin: 0 0 0 15px;
  }
  .overall#entete {
    padding: 0px 10px;
  }
  .slider-nav.overall {
    max-width: 90%;
  }
  #onglet_detail_vehicule li,
  #liens_secondaire_fiche ul li {
    float: left;
    /*		width:20%;*/
  }
  #onglet_detail_vehicule li a {
    min-height: 74px;
    padding: 20px 7px;
    font-size: 1.2em;
  }
  #liens_secondaire_fiche ul li {
    min-height: 108px;
  }
  #liens_secondaire_fiche ul li a {
    text-align: center;
  }
  #liens_secondaire_fiche ul li a:before {
    display: block;
    float: none;
    margin: auto;
    margin-bottom: 5px;
  }
  #compteur_comparateur {
    top: inherit;
    bottom: 0px;
    left: 49px;
    height: 45px;
    background-image: none;
  }
  #compteur_comparateur span {
    padding: 8px 5px;
    line-height: 1.1em;
  }
  .concession_detail_col {
    width: 48%;
  }
  #bloc_info_vehicule #col_gauche {
    width: 75%;
  }
  #devis2 .left {
    display: none;
  }
  #devis2 .right {
    width: 100% !important;
  }

  /*--------------CONCESSION et DEPARTEMENT-------------*/
  #header_departement {
    height: auto;
  }
  #header_concession h1,
  #header_departement h1 {
    width: 100%;
  }
  #header_departement #recherche_tel {
    float: left;
    width: 80% !important;
    min-width: inherit;
  }
  #header_concession #tel_concession,
  #header_concession #recherche_libre,
  #header_departement #tel_departement,
  #header_departement #recherche_libre {
    float: left;
    width: 50%;
  }
  #header_departement #recherche_libre {
    padding: 0px;
  }
  #header_concession #recherche_libre {
    float: right;
  }

  /*----------------DEPARTEMENT------------------*/
  #header_departement #recherche_tel {
    width: 100% !important;
  }
  span#tel_departement strong {
    display: inline-block;
    padding: 0 0 0 10px;
    font-size: .5em;
    color: #000000;
  }
  #tel_departement {
    text-align: right;
  }
  /*------------------REPRISE-------------------*/
  #frame_reprise {
    width: 100%;
  }
  #personnage {
    display: none;
  }
  #slider {
    position: relative;
            height: calc(100% - 351px);
    background: #171314;

       -moz-height: calc(100% - 351px);
    -webkit-height: calc(100% - 351px);
  }
  #bloc_alerte a {
    font-size: 1.8em;
  }

  /**    DETAILS   **/
  #bloc_tel {
    padding: 15px;
  }
  #bloc_tel .ar_contact_tel {
    font-size: 1.2em;
  }
}

@media only screen and (max-width: 1340px) {
  .trouver_concession form {
    max-width: 80%;
  }
}

@media only screen and (max-width: 1200px) {
  .btns-slider {
    top: 430px;
    left: 24px;
    margin: 0;
    -webkit-transform: none;
            transform: none;
  }
  .zone-slider .holder-slider {
    bottom: auto !important;
    left: 24px !important;
    margin: 30px 0 0 0 !important;
    padding-left: 0;
    text-align: left !important;
  }
}


@media screen and (max-width:1024px) {
  h1#detail_vehicule {
    font-size: 2em;
  }
  h1#detail_vehicule strong {
    font-size: 1.4em;
  }
  div#bloc_infos_vehicule {
    float: none;
  }
  #onglet_detail_vehicule li a {
    padding: 20px 6px;
    font-size: 1.05em;
  }
  #bloc_tel {
    margin: 0 10px;
    padding: 20px 0;
  }
  #bloc_prix,
  #bloc_avis {
    margin: 0px 15px;
    padding: 15px 0;
  }
  #prix_total {
    font-size: 2.1em;
  }
  .ar_contact_tel strong {
    font-size: 1.5em;
  }
  #message .popup,
  #devis .popup {
    left: 5%;
    width: 90%;
  }
  .contenu .img {
    width: 100%;
    max-width: 80%;
    height: auto;
  }
  #logos_marques,
  #satisfait .overall div#liens_footer_occasions {
    display: none;
  }
  #satisfait div.tier {
    width: 50%;
  }
  #satisfait ul.demi {
    width: 50%;
  }
  #logo_min {
    width: 16%;
    min-width: inherit;
    margin: 20px 10px 0 15px;
  }
  .bloc_listing_vehicule_sdetail,
  #listing_article_suplement_detail div {
    width: 33.3333333333%;
  }
  #listing_vehicule_sdetail div.bloc_listing_vehicule_sdetail:nth-child(4),
  #listing_article_suplement_detail div:nth-child(4) {
    display: none;
  }
  .content .contenu {
    width: 100%;
  }
  #content_col_droite {
    padding: 0px;
  }
  span.real {
    padding: 10px 10px 40px 10px;
  }

  /*--------------CONCESSION------------------*/
  #line_trust_pilot .btn_rel {
    display: block;
    float: none;
    margin: 10px 0 0 0;
  }
  #alerte .col_gauche,
  #alerte .col_droite {
    width: 100%;
  }
  .columns {
    -webkit-columns: 1;
            columns: 1;
    -webkit-column-gap: 15px;
            column-gap: 15px;
  }
  #trouver_un_garage .col-9,
  #trouver_un_garage .col-3 {
    width: 100%;
  }
  #trouver_un_garage .col-3 {
    padding: 0px;
  }
  #bloc_alerte a span.txt_alerte strong {
    font-size: 1.6em;
  }
  .holder-nav ul li {
    padding: 10px 0 !important;
  }
  .first-logo {
    width: auto !important;
  }
  .Mon-Compte {
    margin: -4px 0 0 10px !important;
  }
}
@media (max-width: 980px) {
  span.avis_vehicule {
    position: relative;
    display: block;
    margin: 10px 0;
    text-align: right;
  }
  .avis_vehicule span.notation_trust_min {
    position: relative;
    bottom: 5px;
    float: none;
  }
  a.button_detail,
  a.button_detail_2 {
    height: 48px;
    margin: 15px;
    font-size: 1.1em;
  }
  .ar_contact_tel {
    font-size: 1.3em;
  }
  #bloc_info_vehicule #col_gauche {
    width: 79%;
  }

  #recherche_libre input[type="text"] {
    width: 76%;
  }
  .col-6 {
    width: 100%;
  }
  #achetez div.col-6 {
    padding: 20px 0px;
  }
  #achetez div.col-6 p {
    text-align: center;
  }
  #achetez div.col-6:nth-child(even),
  #edito div.col-6:nth-child(even) {
    padding: 20px 0;
    border: none;
    border-top: 1px solid #e6e6e6;
  }
  .item_avis p:first-of-type,
  .item_avis p:last-of-type {
    text-align: left !important;
  }
  section#livre p {
    padding-right: 0px;
  }
  .visu_livraison {
    display: block;
    float: none;
    margin: 20px auto;
  }
  #liens_acces_rapide > a:nth-child(-n+17) {
    display: none;
  }
  #nav_min ul li {
    max-width: 134px;
  }
  #nav_min ul > li > span {
    padding: 23px 12px;
  }
  #col_filtre,
  #listing_vehicule {
    width: 100%;
  }
  /* #bloc_filtres {
    display: none;
  } */
  #titre_filtre_listing {
    cursor: pointer;
  }
  /* #bloc_filtres.actif {
    display: block;
  } */
  .bloc_listing_vehicule {
    width: 33.333333333%;
  }
  #listing_vehicule {
    margin: 0px !important;
  }
  /*.item_listing_vehicule a .prix{
		padding-top:20px;
	}*/
  #recherche_vehicule_listing .titre {
    display: block;
    width: 100%;
    text-align: center;
  }
  /* #bloc_filtres > li > a {
    position: inherit;
  }
  #bloc_filtres > li {
    position: inherit;
  }
  #bloc_filtres > li > ul {
    position: fixed;
    z-index: 22;
    top: 0px;
    right: inherit;
    left: 0px;
    overflow: scroll;
    width: 100%;
    height: 100%;
    margin: auto;
    padding-top: 37px;
  } */
  #bloc_recherche_accueil > li > ul {
    position: fixed;
    z-index: 22;
    top: 0px;
    right: inherit;
    left: 0px;
    overflow: scroll;
    width: 100%;
    height: 100%;
    margin: auto;
    padding-top: 37px;
    border-radius: 0px;
  }
  /* #bloc_filtres > li > ul > li, */
  #bloc_recherche_accueil > li > ul > li {
    position: static;
  }
  /* #bloc_filtres > li > ul > li.fermer, */
  #bloc_recherche_accueil > li > ul > li.fermer {
    position: fixed;
    top: 5px;
    right: 27px;
    width: 100%;
    margin: inherit;
  }
  /* #bloc_filtres > li > ul > li.fermer a, */
  #bloc_recherche_accueil > li > ul > li.fermer a {
    right: 0px;
    width: 42px;
    height: 42px;
    margin: 0 0 0 637px;
    font-size: 2em;
    line-height: 1.1em;
    border-radius: 0px;
  }
  #col_gauche .col_gauche,
  #col_gauche .col_droite {
    width: 100%;
  }

  .onglet_meme_gamme {
    width: 50% !important;
  }
  .onglet_meme_gamme a {
    min-height: inherit !important;
  }
  /* #titre_filtre_listing:after {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 14px;
    height: 8px;
    margin-bottom: -8px;
    margin-left: -7px;
    background: url("../images/sprite.png") no-repeat -386px -212px;
    content: "";
  } */
  /* #col_filtre ul li:after {
    display: none;
  }
  .col_filtre_fix {
    position: inherit;
    top: inherit;
    max-width: inherit;
  } */
  .concession_detail_col .col-6 {
    width: 48%;
  }
  .btn_appliquer {
    display: block;
  }

  /*-------------CONCESSION----------------*/

  #item_services li h3 {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
  }
  #item_services li span.tel {
    float: left;
  }
  #selection_occasion_concession .listing_selection_occasion .bloc_listing_vehicule_sdetail {
    width: 50%;
  }
  #header_departement #logo span {
    display: block;
  }

  /*-------------ENTRETIEN_REPARATION----------------*/
  .entretien_bloc_form input,
  .entretien_bloc_form select,
  .entretien_bloc_form textarea {
    width: 100%;
    min-width: inherit;
  }
  #rdv_ampm input,
  .finaliser_rdv input {
    width: inherit;
  }
  ul#sous_menu_option .bloc_overflow {
    overflow: inherit;
    height: inherit;
  }
}

@media (max-width: 920px) {
  .triptique_reprise {
    display: none;
  }
  #header_concession #recherche_tel {
    display: none;
  }
  #photos_detail {
    display: block;
    width: 100%;
    margin: 0px auto 10px;
  }
  #bloc_infos_vehicule {
    display: block;
    float: none;
    width: 90%;
    margin: auto;
  }
  a.button_detail,
  a.button_detail_2 {
    width: 35%;
    font-size: 1.5em;
  }
  #bloc_info_vehicule {
    width: 90%;
  }
  #bloc_info_vehicule #col_gauche {
    width: 100%;
  }
  #onglet_detail_vehicule li a {
    /*        font-size: 1.2em;*/
    padding: 20px 5px;
  }
  .avis_vehicule .note_moyenne {
    position: static;
    display: block;
    margin: auto;
    font-size: 3em;
    text-align: center;
  }
  .avis_vehicule span.notation_trust_min {
    display: block;
    margin: auto;
    /* width: 90%; */
    text-align: center;
  }
  .notation_trust_min img {
    position: absolute;
    width: 97px!important;
  }
  #onglet_avis .left {
    display: block;
    margin: 15px auto;
    text-align: center;
  }
  #bloc_prixm {
    display: block;
    float: none;
    width: 95%;
    margin: auto;
    padding: 20px;
    padding: 15px 20px;
    background: #f4f4f4;
    border: 1px solid #d9d9d9;
    /* max-width: 290px; */
  }
  #bloc_prix #simulation_prix a#bloc_info_vehicule,
  #simulation {
    display: inline-block;
    margin-top: 5px;
    padding: 5px 4px;
    background: #169ed9;
    font-size: 1.1em !important;
    font-weight: 700;
    -webkit-transition: 1s ease;
            transition: 1s ease;
    text-transform: uppercase;
    color: #ffffff !important;
    border: none;
    border-radius: 4px;
  }
  #bloc_infos_vehicule > div:first-child {
    display: none;
  }
  a.button_detail:after,
  a.button_detail_2:after {
    padding: 14px 20px;
  }
  .slick-slide {
    position: relative !important;
  }
  #photos_detail .compte_photos {
    position: absolute;
    display: inline-block;
    top: 2px;
    right: 10px;
    padding: 5px;
    background: #444041cc;
    color: #ffffff;
    border-radius: 6px;;
  }
}

@media (max-width: 820px) {
  #liens_secondaire_fiche ul {
    display: block;
    width: 90%;
    max-width: 90%;
  }
  .bloc_listing_vehicule {
    width: 50%;
  }
  #message .left,
  #devis .left {
    display: none;
  }
  #message .popup .right,
  #devis .popup .right,
  #devis2 .popup .right {
    float: none;
    width: 100%;
  }
  .bloc_listing_vehicule_sdetail,
  #listing_article_suplement_detail div {
    float: none;
    /* width:50%; */
    width: 80%;
    margin: auto;
  }
  #listing_vehicule_sdetail div.bloc_listing_vehicule_sdetail:nth-child(3),
  #listing_article_suplement_detail div:nth-child(3) {
    display: none;
  }
  h1#detail_vehicule,
  p#prix_detail {
    width: 100%;
  }
  p#prix_detail {
    margin-top: 0px;
    padding: 15px 0 10px 15px;
    background: #f4f4f4;
    text-align: left;
  }
  p#prix_detail span {
    display: inline-block;
  }
  #reassurance_detail {
    display: none;
  }
  #bloc_info_vehicule {
    padding: 0px;
  }
  #bloc_info_vehicule #col_droite {
    position: inherit;
    right: inherit;
    width: 100%;
    margin: 0px;
  }
  #col_gauche .col_gauche {
    width: 50%;
  }
  #col_gauche .col_droite {
    width: 50%;
  }
  #liens_secondaire_fiche ul li {
    width: 50%;
  }
  #onglet_detail_vehicule li a {
    min-height: 0px;
  }
  #liens_secondaire_fiche ul li {
    border: none;
    border-bottom: 1px solid #ffffff;
  }
  #onglet_detail_vehicule li a {
    min-height: 82px;
    padding: 20px 8px;
  }
  #onglet_detail_vehicule {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  #liens_secondaire_fiche ul li:last-of-type {
    border: none;
  }
  #fleche_scroll_first {
    display: none;
  }
  section#achetez {
    margin-top: 190px;
  }
  .btn_je_trouve {
    font-size: 1.1em;
  }
  #nav_min ul > li > span {
    font-size: 1.3em;
  }
  #resultats_concessions .bloc_liste_concession {
    width: 100%;
    margin: 0px;
    border-bottom: 1px solid #e6e6e6;
    border-left: none;
  }
  .trouver_concession form {
    max-width: 100%;
  }
  .concession_detail_col {
    width: 100%;
    height: inherit;
    margin: 1% 0;
  }
  section#achetez_departement {
    margin-top: 130px;
  }

  /*-----------------CONCESSION----------------*/
  #recherche_tel span {
    font-size: 2em;
  }
  #slide_nav_concession {
    display: none;
  }
}
@media only screen and (max-width: 769px) {
  .btns-slider {
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
    padding: 20px 0;
    text-align: center;
  }
  .bloc-header-avis h1 {
    text-align: center;
  }
  .zone-slider {
    position: relative;
    clear: both;
  }
  .zone-slider .holder-slider p {
    display: block;
  }
  .zone-slider .holder-slider a {
    width: 100% !important;
    margin: auto;
    padding: 10px;
    font-size: 1.5rem;
  }
  .zone-slider .owl-carousel .owl-stage-outer {
    display: block;
  }
  #slider-page-avis.owl-carousel .owl-item img {
    position: relative;
    left: 50%;
    min-width: 1440px !important;
    min-height: 342px !important;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .zone-slider .holder-slider {
    top: auto;
    right: 24px;
    width: auto;
    text-align: center !important;
  }
  .zone-slider .holder-slider .inner {
    width: 100%;
    max-width: 100%;
  }
  .intro {
    padding: 16px;
  }
  .intro h2 {
    font-size: 2em;
  }
  .listing-avis-modele li .entete-avis h3,
  .listing-avis-modele li .entete-avis h3 span {
    font-size: 1.8rem;
  }
  .btns-slider {
    padding: 0;
  }
  .bloc-header-avis p span::after {
    top: 8px;
    font-size: 1.7rem;
  }
  .avis-autre-vehicule ul {
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }
  #essai .popup {
    top: 2%;
    left: 5%;
        flex-direction: column-reverse;
    width: 90%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
  }
  #essai .popup .left,
  #essai .popup .right {
    width: 100%;
  }
  #essai > .popup > .contact_essai.affiche ul li {
    margin-bottom: 0;
  }
  #essai span.class_h2 {
    font-size: 12px;
  }
  #essai .popup .left {
    font-size: 11px;
  }
  #essai .popup .right {
    font-size: 11px;
  }
  .avis-autre-vehicule a h3 {
    margin: 0;
  }
  .itineraire .overall .flexSearchIt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }
  .itineraire .overall div label {
    margin-bottom: 10px;
  }
  .avis-autre-vehicule {
    margin-top: 50px;
  }
  .trouver_concession form .formFlex {
    margin-top: 0;
  }
  .trouver_concession .horairesConcession {
    margin-top: 15px;
  }
  .trouver_concession form h3 {
    margin: 5px 0;
    padding: 0;
  }
  .trouver_concession form .formFlex .rightForm {
    margin-top: 5px;
  }
  .trouver_concession form .formFlex .rightForm input,
  .trouver_concession form .formFlex .rightForm select {
    margin-bottom: 0px;
  }
  .trouver_concession textarea {
    height: 50px;
  }
  .trouver_concession input[type="submit"] {
    margin-top: -54px;
    margin-bottom: 0;
  }
  .trouver_concession form .formFlex .rightForm .clear {
    display: none;
  }
  .trouver_concession a {
    position: absolute;
    top: 0;
    right: 8px;
  }
  .popup .col-12 {
    margin-top: 0!important;
  }
  .map-mobile {
    display: block;
  }
  .map-desktop {
    display: none!important;
  }
}

@media (max-width: 750px) {
  #photos_detail .compte_photos {
    right: 75px;
  }
  a.button_detail,
  a.button_detail_2 {
    width: 50%;
  }
  section.overall,
  section .entete,
  section .overall {
    padding: 0px 10px;
  }
  #slider_marque .overall,
  #slider_type .overall {
    max-width: 70%;
  }
  .item_avis:last-of-type,
  .legende_carte {
    display: none;
  }
  #nav_min ul li,
  .btn_je_trouve {
    max-width: 138px;
  }
  .btn_je_trouve {
    margin: 10px;
    line-height: 1em;
    text-align: center;
  }
  #nav_min ul > li > span {
    padding: 23px 10px;
  }
  #nav_min ul li,
  .btn_je_trouve {
    max-width: 124px;
  }
  .item_lien_supplement span {
    width: 100%;
    padding: 20px 20px 20px 0px;
  }
  #recherche_vehicule_listing a {
    display: none;
  }
  section h1 {
    margin: 20px 0px 10px 0px;
    font-size: 2em;
    text-align: center;
  }
  .content h2 {
    font-size: 1.3em;
  }
  #recherche_vehicule_listing form {
    width: 100%;
    margin: 0px;
    padding: 10px;
  }
  #recherche_vehicule_listing form span {
    display: block;
    width: 100%;
    padding: 15px 0 0 0;
    text-align: center;
  }
  #recherche_vehicule_listing form label,
  #recherche_vehicule_listing form input[type="text"] {
    width: 25%;
  }
  #recherche_vehicule_listing form label {
    text-align: right;
  }
  /* #bloc_filtres > li > ul > li, */
  #bloc_recherche_accueil > li > ul > li {
    width: 32%;
  }
  .bloc_listing_vehicule_liste .item_listing_vehicule a .img {
    width: 30%;
  }
  .bloc_listing_vehicule_liste .item_listing_vehicule a .txt {
    width: 70%;
    border: none;
  }
  .bloc_listing_vehicule_liste .item_listing_vehicule a .prix {
    width: 100%;
    background: #f4f4f4;
    border-top: 1px solid #e6e6e6;
  }
  .slider-nav.overall {
    max-width: 80%;
  }
  h1#detail_vehicule {
    font-size: 1.8em;
  }

  h2.detail_vehicule {
    font-size: 1.8em;
  }
  #garantie_slider {
    left: 0;
    margin-left: inherit;
  }
  #filtre_listing_type_vehicule a {
    width: 33.333333333%;
  }
  #satisfait div.tier {
    width: 100%;
    padding: 0px;
  }
  .div_messages_fiche,
  #garantie_detail {
    top: 0;
    left: 0;
    overflow: auto;
    width: 100%;
    height: 100%;
    margin: 0px;
  }
  .div_messages_fiche .bt_fermer_div,
  #garantie_detail .bt_fermer_div {
    position: fixed;
    z-index: 10;
    top: -5px;
    right: 30px;
    margin: 0px;
    border-radius: 0px;
  }
  #zone_push .liste_item {
    float: none;
    width: 100%;
    max-width: 60%;
    margin: auto;
  }
  #header_principal .col-4 {
    width: 50%;
  }
  #zone_push .img_max {
    max-height: inherit;
  }
  section#achetez {
    margin-top: 212px;
  }
  #alerte #entete span {
    width: inherit;
  }
  .slider-for .slick-prev {
    left: 5%;
  }
  .slider-for .slick-next {
    right: 5%;
  }
  .photo_principale img {
    width: 80%;
  }
  #bloc_alerte {
    height: 150px;
  }
  #bloc_alerte a span.txt_alerte,
  #bloc_alerte a span.btn_alerte {
    max-width: inherit;
  }
  #bloc_alerte a {
    height: 150px;
  }
  #bloc_alerte a span.txt_alerte {
    padding: 18px 0 0px 20px;
  }
  #bloc_alerte a span.btn_alerte {
    display: block;
    float: none;
    margin: 5px auto;
  }
  #bloc_alerte a span.txt_alerte:before {
    margin: -2px 15px 0 0;
  }
  .bloc_listing_vehicule_liste #vehicule_demo {
    width: 30%;
  }
  #deroulant > li > ul > li > div,
  #deroulant2 > li > ul > li > div {
    width: 50%;
  }

  /*----------------CONCESSION-----------------*/
  .coordonnees,
  .horaires {
    width: 100%;
  }
  .coordonnees {
    border: none;
    border-bottom: 1px solid #e6e6e6;
  }

  .first-logo {
    width: 170px !important;
  }
  .first-logo img {
    width: 100%!important;
  }
  .first-logo span.h1 {
    margin-top: -6px !important;
    padding: 0 10px 0 14px !important;
    line-height: 1em !important;
  }
  .trouver_concession form .formFlex {
        flex-direction: column!important;

    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
  }
  .trouver_concession form .formFlex .leftExplain,
  .trouver_concession form .formFlex .rightForm {
    width: 100%;
  }
  .trouver_concession form .formFlex .leftExplain .captchaDesktop {
    display: none;
  }
  .trouver_concession form .formFlex .rightForm .captchaMobile {
    display: block;
  }
}

@media screen and (min-width:320px) and (max-width: 376px) {
  .trouver_concession form .formFlex .rightForm .captchaMobile {
    -webkit-transform: scale(.77);
            transform: scale(.77);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}

@media (orientation: landscape) and (max-height : 880px) {
  /* #bloc_filtres > li > ul {
    position: fixed;
    z-index: 22;
    top: 0px;
    right: inherit;
    left: 0px;
    overflow: scroll;
    width: 100%;
    height: 100%;
    margin: auto;
    padding-top: 37px;
  } */
  /* #bloc_filtres > li > ul > li.fermer a, */
  #bloc_recherche_accueil > li > ul > li.fermer a {
    right: 0px;
    width: 42px;
    height: 42px;
    margin: 0 0 0 637px;
    font-size: 2em;
    line-height: 1.1em;
    border-radius: 0px;
  }
  /* #bloc_filtres > li > ul > li.fermer {
    position: fixed;
    top: 5px;
    right: 27px;
    width: 100%;
    margin: inherit;
  } */
  ul#sous_menu_option .bloc_overflow {
    overflow: inherit;
    height: inherit;
  }
  .btn_appliquer {
    display: block;
  }
}


@media (orientation: landscape) and (max-height : 860px) {
  #bloc_recherche_accueil > li > ul {
    position: fixed;
    z-index: 22;
    top: 0px;
    right: inherit;
    left: 0px;
    overflow: scroll;
    width: 100%;
    height: 100%;
    margin: auto;
    padding-top: 37px;
    border-radius: 0px;
  }
  #bloc_recherche_accueil > li > ul > li {
    position: static;
  }
  #bloc_recherche_accueil > li > ul > li.fermer {
    position: fixed;
    top: 5px;
    right: 27px;
    width: 100%;
    margin: inherit;
  }
  #bloc_recherche_accueil > li > ul > li.fermer a {
    right: 0px;
    width: 42px;
    height: 42px;
    margin: 0 0 0 637px;
    font-size: 2em;
    line-height: 1.1em;
    border-radius: 0px;
  }
  #fleche_scroll_first {
    height: 43px;
  }
  #fleche_scroll_first:before {
    background-size: 70%;
  }
  section#accueil {
    margin-top: -194px;
    /*margin-top: -117px;*/
  }
  #slider {
    position: relative;
            height: calc(100% - 330px);
    background: #171314;

       -moz-height: calc(100% - 330px);
    -webkit-height: calc(100% - 330px);
  }
}

@media (orientation: landscape) and (max-height : 680px) {
  #moteur_recherche > ul > li {
    display: inherit;
    float: left;
    width: 46%;
    margin: 0 2%;
    margin-bottom: 3%;
  }
  #moteur_recherche {
    width: 570px;
  }
}

@media (orientation: landscape) and (max-height : 600px) {
  #slider {
    position: relative;
            height: 215px;
    background: #171314;

       -moz-height: calc(100% - 351px);
    -webkit-height: calc(100% - 351px);
  }
  #moteur_recherche {
    width: 100%;
    padding: 25px;
  }
  #moteur_recherche > ul {
    max-width: 96%;
    margin: 10px auto;
  }

  #moteur_recherche .titre {
    display: inline-block;
    font-size: 2em;
  }
  #moteur_recherche .titre:before {
    margin: -26px -3px 0 -11px;
  }
  #moteur_recherche .titre span:first-of-type {
    display: none;
  }
  #moteur_recherche .titre span:last-of-type {
    display: inline-block;
  }
  #recherche_vehicule {
    display: block !important;
  }
  section#livre p,
  #recherche_tel,
  #slider .slide_txt,
  #slide_nav,
  #slider_marque,
  #slider_type,
  #line_trust_pilot,
  #lien_engagement,
  #logo_min,
  #fleche_scroll_first {
    display: none;
  }
  section#achetez {
    margin-top: inherit;
  }
  .Mon-Compte a:last-child {
    font-size: 1rem !important;
  }
  .Mon-Compte {
    margin: -5px 0 0 -2px !important;
  }
}

@media only screen and (max-width: 600px) {
  .avis-autre-vehicule li {
    width: 70%;
  }
  .avis-autre-vehicule li a h3 {
    margin: 0;
  }
  .bloc-header-avis p {
    margin-top: 0;
  }
  .bloc-header-avis p span::after {
    position: absolute;
    top: 4px;
    right: 0;
    width: 7px;
    height: 7px;
    content: "";
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border: 2px solid #000000;
    border-bottom: 0;
    border-left: 0;
  }
  .entete-avis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .entete-avis h3 {
    text-align: center;
  }
  .entete-avis h3 span {
    display: block;
    font-weight: 400;
  }
  .entete-avis h3,
  .entete-avis div {
    margin: 10px 0 !important;
  }
  .listing-avis-modele li {
    padding: 15px 0;
  }
  .avis-autre-vehicule h2 {
    font-size: 2em;
  }
}

@media screen and (max-width: 640px) {
  h1#detail_vehicule {
    font-size: 1.5em;
  }
  h2.detail_vehicule {
    font-size: 1.5em;
  }
  #message .popup,
  #devis .popup {
    left: 0;
    width: 100%;;
  }
  .contenu #slider {
    display: none;
  }
  section#livre p,
  #recherche_tel,
  #slider .slide_txt,
  #slide_nav,
  #slider_marque,
  #slider_type,
  #line_trust_pilot,
  #lien_engagement,
  #logo_min {
    display: none;
  }
  #nav_min {
    min-height: 77px;
  }
  #nav_min ul > li > span {
    font-size: 1.1em;
  }
  .btn_je_trouve {
    font-size: 1em;
  }
  #nav_min ul li,
  .btn_je_trouve {
    max-width: 105px;
  }
  section#achetez {
    margin-top: inherit;
  }
  section#achetez_departement {
    margin-top: inherit;
  }
  #liste_engagement li {
    padding: 20px;
    font-size: 1.2em;
  }
  #tel_fix_footer {
    display: block;
  }
  #slider {
    height: 320px;
  }
  #satisfait div#liens_footer_ville,
  .entete_page {
    display: none;
  }
  #col_gauche .col_gauche,
  #col_gauche .col_droite {
    width: 100%;
  }
  #logo_departement {
    display: block;
    float: none;
    margin: auto;
    margin-bottom: 10px;
    padding: 0px;
    text-align: center;
  }
  #recherche_vehicule {
    display: block !important;
  }
  #message_faire_essai .col_gauche,
  #message_plus_infos .col_gauche,
  #message_suivre_vehicule .col_gauche,
  #message_faire_essai .col_droite,
  #message_plus_infos .col_droite,
  #message_suivre_vehicule .col_droite {
    width: 100%;
    padding: 0px;
  }


  /*--------------CONCESSION----------------*/
  #header_departement {
    min-height: 98px;
  }
  #header_concession {
    min-height: 150px;
  }
  #header_concession #logo,
  #header_departement #logo {
    display: block;
    float: none;
    margin: auto;
    padding: 20px 0 15px 0;
    text-align: center;
  }
  #header_concession #logo span#titre_concession strong {
    display: inline-block;
    padding-right: 10px;
    font-size: 1.2em;
  }
  #selection_occasion_concession .listing_selection_occasion .bloc_listing_vehicule_sdetail {
    width: 100%;
  }
  #item_services li h3 {
    min-height: 45px;
  }
  /*----------------RECHERCHE_ACCUEIL-----------------*/
  #moteur_recherche .titre span:first-of-type {
    display: none;
  }
  #moteur_recherche {
    width: 100%;
    padding: 25px;
  }
  #moteur_recherche .titre {
    display: inline-block;
  }
  #moteur_recherche .titre:before {
    margin: -26px -3px 0 -11px;
  }
  #moteur_recherche > ul {
    max-width: 96%;
    margin: 10px auto;
  }
  #moteur_recherche > ul > li {
    margin-bottom: 3%;
  }
  #moteur_recherche .titre {
    font-size: 2em;
  }
  #moteur_recherche .titre span:last-of-type {
    display: inline-block;
  }
  #alerte ul.options_divers {
    width: 100%;
  }
  #alerte #entete span:before {
    display: none;
  }
  #alerte #entete {
    min-height: inherit;
    margin: 0px;
    padding: 10px 0px;
    background: none;
  }
  #alerte #entete span {
    position: inherit;
    bottom: inherit;
    left: inherit;
    font-size: .8em;
    text-align: center;
    color: #000000;
  }

  /*-------------ENTRETIEN_REPARATION----------------*/

  .g-recaptcha {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .entretien_bloc_form .col_gauche,
  .entretien_bloc_form .col_droite,
  .entretien_bloc_form .col_full {
    width: 100%;
    padding: 0px;
  }
  #recherche_equipement #liste_options li {
    width: 49%;
  }
  .Mon-Compte a:last-child {
    font-size: 1rem !important;
  }
  .Mon-Compte {
    margin: -5px 0 0 -2px !important;
  }
  .concession_proximite .overall {
        flex-direction: column !important;

    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
  }
  .concession_proximite .overall .item_lien_supplement {
    width: auto !important;

    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
}

@media screen and (max-width: 570px) {
  #photos_detail .compte_photos {
    right: 141px;
  }
  #onglet_avis span span.right > span {
    margin: 10px auto;
  }
  #onglet_avis .notation_trust_min .etoile_jaune {
    max-width: 96px;
  }
  #onglet_avis ul li a.button-click {
    width: 90%;
  }
  #detail_vehicule {
    font-size: 1.2em;
  }
  h2.detail_vehicule {
    font-size: 1.2em;
  }
  a.button_detail,
  a.button_detail_2 {
    width: 85%;
  }
  #onglet_detail_vehicule {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bloc_listing_vehicule {
    width: 100%;
  }
  .item_listing_vehicule {
    padding: 3px 0px;
  }
  /* #bloc_filtres > li > ul > li, */
  #bloc_recherche_accueil > li > ul > li {
    width: 49%;
  }

  .bloc_listing_vehicule_sdetail .item_listing_vehicule {
    padding: 10px;
  }
  #onglet_detail_vehicule li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
  #onglet_detail_vehicule li a {
    min-height: inherit;
    font-size: 1.4em;
  }
  #onglet_avis ul {
    display: block;
  }
  #liens_secondaire_fiche {
    width: 90%;
  }
  #filtre_listing_type_vehicule a {
    width: 50%;
  }
  #slider_concession > ul {
    height: 340px;
  }
  #carte_departement img {
    width: 100%;
    height: auto;
  }
  ul#sous_menu_energie div,
  ul#sous_menu_option .bloc_overflow div {
    width: 99%;
  }
  /*#francemap svg g{
		transform: scale(1.5) translate(-40%,-33%);
	}*/
  #info_francemap {
    position: inherit;
    max-width: inherit;
    margin: 0px;
  }
  /*ul#sous_menu_couleur li {
		width: 19% !important;
	}*/
  #zone_push .liste_item {
    max-width: 100%;
  }

  .photo_principale img {
    width: 60%;
  }
  #sous_menu_marque form > li {
    width: 32% !important;
  }
  .content .contenu iframe {
    display: block;
    float: none !important;
    margin: auto !important;
  }
  .concession_detail_col .col-6:first-of-type {
    width: 30%;
  }
  .concession_detail_col .col-6:last-of-type {
    width: 70%;
  }

  ul#sous_menu_modele li {
    width: 49% !important;
  }
  ul#sous_menu_modele .btn_appliquer {
    width: 100% !important;
  }
  #compteur_comparateur {
    position: absolute;
    top: 75px;
    bottom: inherit;
    left: inherit;
    height: 49px;
  }
  #form_menu_recherche_modele .col_full select,
  #form_menu_recherche_modele .col_full input[type="text"] {
    float: left;
    width: 100%;
    margin: 10px 0;
  }
  #slider {
    height: 320px;
  }
  .carousel_mobile {
    display: block;
  }
  #nav_caracteristique,
  .bloc_guide_achat {
    display: none !important;
  }
  .Mon-Compte a:last-child {
    font-size: 1rem !important;
  }
  .Mon-Compte {
    margin: -5px 0 0 -2px !important;
  }
  #message .popup,
  #devis .popup,
  #devis2 .popup {
    display: block;
    top: 1%;
    /* height: 99%; */
    left: 0;
    width: 100%;;
  }
  #message .popup .left,
  #message .popup .right,
  #devis .popup .left,
  #devis .popup .right,
  #devis2 .popup .left,
  #devis2 .popup .right {
    width: 100%;
  }
  #message .item_listing_vehicule a,
  #message .item_listing_vehicule a,
  #devis .item_listing_vehicule a,
  #devis .item_listing_vehicule a,
  #devis2 .item_lien_vehicule {
    font-size: .7em;
  }
  #message label,
  #message input,
  #message select,
  #devis label,
  #devis input,
  #devis select,
  #devis2 select {
    margin-top: 0;
  }
  #message .btn_form,
  #devis .btn_form,
  #devis2 btn_form {
    padding: 10px 20px;
  }
  #message h2,
  #devis h2,
  #devis2 h2 {
    margin: 0;
  }
  #devis .left {
    display: none;
  }
  #message > .popup > .contact_essai.affiche ul li {
    position: relative;
    font-size: 1.1em;
    line-height: 1.4em;
  }
  #message > .popup > .contact_essai.affiche ul li:before {
    width: 15px;
    height: 15px;
  }
  #message > .popup > .contact_essai.affiche ul li:after {
    top: 1px;
    left: -24px;
    left: -24px;
    width: 10px;
    height: 10px;
  }
  #message .left {
    display: none;
  }
  #message > .popup > .contact_essai.affiche {
    margin: 10px 0 !important;
  }
}

@media screen and (max-width: 480px) {
  #photos_detail .compte_photos {
    right: 175px;
  }
  .ar_contact_tel {
    font-size: 1.4em;
  }
  .diagramme {
    width: 100%;
    padding: 0;
  }
  #message .popup > a {
    padding: 10px 15px;
  }
  #message .popup {
    /* overflow: scroll; */
    max-height: 95%;
  }
  #message .popup .class_h2 {
    font-size: 1.2em;
  }
  #message .popup .contact_essai.affiche span.class_h2 {
    font-size: 1.1em !important;
  }
  #message .popup .contact_essai.affiche ul {
    margin-top: 2px;
    margin-left: 20px;;
  }
  #message .popup .contact_essai.affiche ul li {
    margin-bottom: 3px;
    font-size: 1em;
  }
  #message .popup .contact_essai.affiche ul li:before {
    left: -20px;
    width: 15px;
    height: 15px;;
  }
  #message .popup .contact_essai.affiche ul li:after {
    left: -18px;
    width: 7px;
    height: 7px;;
  }
  #message input[type="submit"] {
    margin: 5px auto;
    padding-top: 7px;
    padding-bottom: 7px;;
  }
  #message textarea {
    max-height: 85px;
  }
  #message hr {
    margin: 8px 0;
  }
  #ar_contact_tel_mobile {
    display: block;
  }

  #slider_marque .overall {
    max-width: 50%;
  }
  .btn_je_trouve {
    width: 100%;
    max-width: inherit;
    margin: 0px;
    padding: 16px;
    border-radius: 0px;
  }
  #nav_min ul li {
    width: 33.33333333%;
    max-width: inherit;
  }
  #nav_min ul > li > span {
    padding: 10px;
  }
  #achetez h2 {
    font-size: 1.7em;
    text-align: center;
  }
  #achetez .entete h2,
  #livre h2,
  #satisfait h2 {
    margin: 20px 0;
    font-size: 2.5em;
  }
  #liste_engagement li {
    width: 100%;
    padding: 10px 20px;
    border: none;
    border-bottom: 1px dotted #808285;
  }
  #liste_engagement li:last-of-type {
    border-bottom: none;
  }
  #satisfait #partage a {
    margin-right: 1px;
  }
  #lien_supplement,
  #fil_ariane {
    display: none;
  }
  section.overall,
  section .overall,
  #alerte .col_gauche,
  #alerte .col_droite {
    padding: 0px 10px;
  }
  #recherche_vehicule_listing form label {
    width: 60%;
    padding: 5px 0px 15px 0px;
  }
  #recherche_vehicule_listing form input[type="text"] {
    width: 30%;
  }
  #recherche_vehicule_listing {
    margin: 0px;
  }
  #liens_secondaire_fiche ul li {
    width: 100%;
  }
  /* #bloc_filtres > li > ul > li, */
  #bloc_recherche_accueil > li > ul > li {
    width: 99%;
  }
  .bloc_listing_vehicule_liste .item_listing_vehicule a .img,
  .bloc_listing_vehicule_liste .item_listing_vehicule a .txt {
    width: 100%;
  }
  #liens_secondaire_fiche ul li a:before {
    display: inherit;
    float: left;
    margin: -10px 10px 0 0;
  }
  #liens_secondaire_fiche ul li {
    min-height: inherit;
  }
  #liens_secondaire_fiche ul li a {
    text-align: left;
  }
  p#info_primaire span {
    display: block;
    width: 100%;
    padding: 5px 0px;
  }
  p#prix_detail {
    margin-bottom: 0px;
  }
  #moteur_recherche > ul,
  #moteur_recherche .titre {
    max-width: 100%;
  }
  #form_cp label:last-of-type,
  #form_cp input:last-of-type,
  #form_cp span {
    display: none !important;
  }
  #recherche_vehicule_listing form label {
    width: 40%;
    padding: 0px;
  }
  #recherche_vehicule_listing form input[type="text"] {
    width: 60%;
    max-width: 100px;
  }
  #logo {
    height: 50px;
    margin: 8px 0 0 0;
    padding: 0px;
    background-size: 200px;
  }
  #header_principal,
  #header_concession,
  #header_departement {
    height: 70px;
  }
  #header_principal #logo span {
    padding: 47px 0 0 55px;
    font-size: 1em;
  }
  #recherche_vehicule_listing {
    padding: 0px;
  }
  #titre_filtre_listing {
    padding: 10px;
  }
  #filtre_listing_type_vehicule a {
    width: 100%;
  }
  /*#francemap svg g{
		transform: scale(1.2) translate(-4%,-21%);
	}*/
  #liens_footer_pourquoi img {
    width: 100%;
    height: auto;
  }
  #tel_fix_footer a:first-of-type {
    padding: 6px 9px;
    font-size: 1.9em;
  }
  #tel_fix_footer a:first-of-type:before {
    display: none;
  }
  .vider_comparateur {
    display: block;
    float: none;
    margin: 10px auto;
    text-align: center;
  }
  #francemap {
    height: 326px;
  }
  .slider-for .slick-next,
  .slider-for .slick-prev {
    display: none !important;
  }
  .photo_principale img {
    width: 50%;
  }
  .bloc_listing_vehicule_liste #vehicule_demo {
    width: 100%;
  }
  ul#sous_menu_modele li {
    width: 100% !important;
  }
  #compteur_comparateur {
    top: 70px;
  }

  /*-------------CONCESSION-------------*/
  #header_concession {
    min-height: 115px;
  }
  #header_concession #logo,
  #header_departement #logo {
    padding: 0px;
  }
  #item_services li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  #item_services li h3 {
    min-height: inherit;
  }
  .coordonnees,
  .horaires {
    padding: 15px 0px;
  }
  .horaires ul li {
    width: 100%;
    margin: 0px;
  }
  #calcule_itineraire form {
    width: 100%;
    min-width: 73%;
    margin: 5px 0 0 0;
  }
  #calcule_itineraire {
    margin: 0 0 10px 0;
    padding: 20px 0px;
  }
  /*----------------DEPARTEMENT------------------*/
  #header_departement {
    min-height: 130px;
  }

  /*----------------RECHERCHE_ACCUEIL-----------------------------*/

  #form_menu_recherche_modele .col_gauche,
  #form_menu_recherche_modele .col_droite {
    width: 100%;
    padding: 15px 0 0 0;
  }
  .btn_choix_modele_prix {
    width: 100%;
    margin: 1% 0;
  }
  #form_menu_recherche_modele .col_droite {
    padding-top: 0px;
  }
  #alerte .col_gauche select,
  #alerte .col_droite select,
  #nom_mail input {
    width: 100%;
    min-width: inherit;
  }
  ul#sous_menu_couleur li {
    width: 32% !important;
  }
  ul#sous_menu_couleur li:last-of-type {
    width: 99% !important;
  }
  #calcule_itineraire input[type="text"] {
    width: 84%;
  }
  #calcule_itineraire div {
    width: 98%;
    min-width: inherit;
  }
  #sous_menu_marque form > li {
    width: 49% !important;
  }
  #recherche_equipement #liste_options li {
    width: 100%;
  }
  .contenu .img {
    max-width: 100%;
  }
  .btns_404 a {
    display: block;
    margin: 1% 0px;
  }
  .photo_fl,
  .photo_fr {
    display: block;
    float: none;
    width: 60% !important;
    max-width: inherit !important;
    height: auto !important;
    margin: auto;
  }
  #bloc_alerte a span.txt_alerte strong {
    display: none;
  }
  #onglet_livraison p img {
    display: block;
    float: none;
    width: 100%;
    max-width: 90%;
    height: auto;
    margin: auto;
  }
  .btn_repriseref,
  .btn_repriserefViolet,
  .btn_repriseRge {
    font-size: 1.1em;
  }
  #vwatch {
    display: none !important;
  }
  .zone-slider .holder-slider {
    right: 0 !important;
    left: 0 !important;
    margin: 0 !important;
  }
  .bloc-header-avis {
    padding: 10px;
  }
  .bloc-header-avis h1 {
    font-size: 2.4rem;
  }
  .bloc-header-avis img {
    height: 14px;
    margin-right: 4px;
  }
  #slider-page-avis.owl-carousel .owl-item img {
    position: relative;
    left: 50%;
    min-width: 960px !important;
    min-height: 228px !important;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .btns-slider a {
    width: 100%;
  }
  .date-poste-avis {
    text-align: left;
  }
  .bloc-header-avis {
    background: none;
  }
  .holder-slider a {
    margin: 0 auto 0 !important;
  }
}



/* REDIM IMAGES HD */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5) {
}


/*Rajout Alex*/
.infobox_concession .nom {
  font-weight: 700;
}
.infobox_concession .details {
  display: block;
  margin: 2% 0;
  padding: 4px 18px;
  background: #fcb32b;
  font-size: .9em;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  border-radius: 4px;

  -webkit-appearance: none;
}
.infobox_concession .detailstock {
  display: block;
  margin: 2% 0;
  padding: 4px 18px;
  background: #52a3cc;
  font-size: .9em;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  border-radius: 4px;

  -webkit-appearance: none;
}

#notifySnack-nhk5r5l-pusher {
  position: absolute !important;
}
@media only screen and (min-width: 1200px) {
  .holder-nav ul li.has-sub:hover:nth-child(1) > a:after,
  .holder-nav ul li.has-sub:hover:nth-child(5) > a:after {
    position: absolute;
    display: block;
    bottom: 0;
    left: calc(50% - 5px);
    width: 0;
    height: 0;
    margin: 0 auto;
    content: "";
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f2f2f2;
    border-left: 10px solid transparent;
  }
  .holder-nav ul li.has-sub:hover .sub-menu {
    display: block;
  }
}

@media only screen and (max-width: 1200px) {
  .last-logo {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 15px;
    padding: 5px 0 0 0;
    text-align: right;
    border-top: 1px solid #000000;
    border-left: none;
  }
  .last-logo span {
    display: inline-block;
    padding: 0 10px;
    background-image: none;
  }
  .Mon-Compte {
    display: inline-block;
    float: none;
    width: auto;
  }
  .last-logo span:before {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 3px 8px 0 0;
    background: url(../images/icon-telephone.png);
    content: "";
    vertical-align: middle;
  }
  .holder-nav {
    float: right;
    width: auto;
  }
  .clear_mob {
    clear: both;
  }
  .holder-nav li a {
    padding: 20px 10px;
  }
  .header {
    padding: 15px 0 0;
  }
  .first-logo {
    padding: 0;
  }
  .owl-carousel .owl-controls .owl-nav .owl-prev,
  .owl-carousel .owl-controls .owl-nav .owl-next {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .holder-slider {
    bottom: 51px;
    padding-left: 80px;
    text-align: center;
  }
  .Prix-distinctions-holder {
    width: 100%;
  }
  .Prix-distinctions-holder,
  .Prix-distinctions-holder strong,
  .Prix-distinctions-holder p {
    text-align: center !important;
  }
  .img_slider {
    display: block;
    float: none !important;
    margin: auto;
    text-align: center;
  }
  .Prix-distinctions-inner a {
    display: table;
    float: none;
    margin: auto;
    margin-top: 20px;
  }
  .items-confiance {
    zoom: 90%;
  }
  .holder-nav ul li {
    padding: 10px 10px;
  }
  .holder-nav ul {
    padding-left: 20px;
  }
  .searchbox-holder {
    margin-top: 0px;
    padding-top: 45px;
  }
  .calltoaction-items input[type="text"] {
    width: 59%;
  }
  .button-click {
    /* margin:10px 0; */
    padding: 12px 45px 12px 15px;
    /* font-size: 20px; */
    /* width: 90%; */
    /* text-align: left; */
  }
  .last-logo {
    padding-left: 10px;
  }
  .Mon-Compte a {
    font-size: 11px;
  }
  .last-logo span {
    font-size: 23px;
  }
  .searchbox a {
    width: 100% !important;
    margin-right: .9%;
    padding: 10px 5px;
    background-position: 95% center;
    font-size: .7em;
    text-align: left;
  }
  .searchbox > div {
    width: 33.3333%;
  }
  .footer-parametre {
    background-size: 30%;
  }
  .slider.owl-carousel .owl-item img {
    min-height: inherit !important;
    margin: auto;
  }
  .searchbox p {
    padding: 14px 7px;
  }
  .footer-left {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
  .footer-left,
  .paragraphe-footer-right {
    width: 100%;
  }
  .budget-search-cars {
    padding: 5px 0;
  }
  .budget-search-cars .btn {
    margin-top: 5px;
  }
  .carrosserie-search-cars-btn-wrap {
    padding: 0;
  }
  .offre-items {
    width: 29%;
  }
}

@media only screen and (max-width: 890px) {
  #btn_menu,
  #btn_menu2 {
    position: absolute;
    display: block;
    top: 10px;
    right: 20px;
    width: 61px;
    height: 13px;
    padding: 19px 7px 22px;
    border-radius: 4px;
  }
  .holder-nav {
    width: initial;
  }
  #btn_menu span::after,
  #btn_menu span::before,
  #btn_menu2 span::after,
  #btn_menu2 span::before {
    position: absolute;
    top: -9px;
    left: 0;
    content: "";
  }
  #btn_menu span::after,
  #btn_menu2 span::after {
    top: 9px;
  }
  #btn_menu span,
  #btn_menu2 span {
    position: relative;
    display: block;
  }
  #btn_menu span,
  #btn_menu span::after,
  #btn_menu span::before,
  #btn_menu2 span,
  #btn_menu2 span::after,
  #btn_menu2 span::before {
    width: 100%;
    height: 5px;
    background-color: #fcb415;
    -webkit-transition: all .3s ease 0s;
            transition: all .3s ease 0s;
    border-radius: 2px;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #btn_menu.on span,
  #btn_menu2.on span {
    background-color: transparent;
  }
  .holder-slider {
    padding: 0;
  }
  #btn_menu.on span::before,
  #btn_menu2.on span::before {
    -webkit-transform: rotate(45deg) translate(5px, 5px);
            transform: rotate(45deg) translate(5px, 5px);
    color: #000000;
  }
  #btn_menu.on span::after,
  #btn_menu2.on span::after {
    -webkit-transform: rotate(-45deg) translate(7px, -8px);
            transform: rotate(-45deg) translate(7px, -8px);
    color: #000000;
  }
  #btn_menu.on + #deroulant,
  #btn_menu2.on + #deroulant2 {
    display: block;
  }
  #btn_menu.on + #deroulant,
  #btn_menu2.on + #deroulant2 {
    display: block;
  }
  #deroulant li,
  #deroulant2 li {
    float: left;
    width: 100%;
    margin: 0;
    padding: 2px 0px;
    border-bottom: 1px solid #f2f2f2;
  }

  .nav ul li:after {
    display: none;
  }
  #deroulant,
  #deroulant2 {
    position: absolute;
    display: none;
    z-index: 9999;
    top: 55px;
    left: 0px;
    float: left;
    width: 100%;
    margin: 0px;
    padding: 5px 0% 0px;
    background: #ffffff;
    -webkit-transition: opacity .4s ease 0s;
            transition: opacity .4s ease 0s;
    text-align: center;
  }
  #deroulant ul,
  #deroulant2 ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  #deroulant::after,
  #deroulant2::after {
    display: block;
  }
  .active-link {
    padding-top: 10px!important;
    background: none;
  }
  li a {
    padding: 5px;
    -webkit-transition: all .2s ease 0s;
            transition: all .2s ease 0s;
    text-decoration: none;
    color: #888888;
  }
  #deroulant ul span.display,
  #deroulant2 ul span.display {
    display: block;
  }
  #deroulant li a,
  #deroulant2 li a {
    display: block;
    float: none;
    margin: 0 auto;
    margin-bottom: 7px;
    padding: 10px 0 15px;
    font-size: 15px;
    color: #000000;
    border: none;
  }
  .last-logo {
    width: 238px;
    margin-right: 100px;
    border: none;
  }
  .Mon-Compte {
    float: left;
    margin: -4px 0 0 26px;
  }
  .first-logo img {
    width: 100% !important;
  }
  .header .clear_mob {
    display: none !important;
  }
  .calltoaction-items input[type="text"],
  .calltoaction-items input[type="tel"],
  .calltoaction-items input[type="email"],
  .calltoaction-items input[type="password"] {
    font-size: 1.4em;
  }
  .first-logo h1 {
    display: none;
  }
}

@media only screen and (max-width: 769px) {
  .map-right {
    width: 100%;
  }
  body {
    zoom: 100%;
  }
  .head-page form {
    margin-right: 118px;
    margin-left: -108px;
  }

  .first-logo {
    width: 170px;
  }
  .holder-slider span.h2 {
    display: block;
    width: 40%;
    margin: 0px auto;
    font-size: 27px;
    text-align: center;
  }
  .holder-slider p {
    display: none;
  }
  .holder-slider a {
    display: block;
    width: 26%;
    margin: 1% 36% 2%;
    padding: 11px 60px 11px 11px;
    font-size: 19px;
    text-align: center;
  }
  .searchbox-holder {
    width: 90%;
    margin: 0px auto;
    padding: 0;
  }
  .page-regions-title h4 {
    font-size: 35px;
  }
  .Prix-distinctions-holder {
    padding: 10px 64px 10px 23%;
  }
  .searchbox a {
    float: left;
    width: 33.11%;
    background-position: 95% center;
  }
  .page-regions-lien {
    width: 90%;
  }
  .items {
    float: left;
    width: 90%;
    margin: 10px 5%;
    text-align: center;
  }
  .page-regions-title h3 {
    padding: 0px 20px;
  }
  .searchbox p {
    display: none;
  }
  .searchbox-title {
    display: none;
  }
  .page-intro-searchbox {
    z-index: 1;
    padding: 20px 0;
  }
  .item_avis {
    display: none;
  }
  .confiance-right {
    width: 90%;
    margin: 10px 5%;
    padding: 10px 0;
    text-align: center;
  }
  .items-confiance {
    float: left;
    width: 100%;
  }
  .items-confiance span {
    padding-bottom: 71px;
    background-position: bottom;
    text-align: center;
  }
  .items-confiance p {
    padding: 30px;
    text-align: center;
  }
  .confiance-holder {
    padding: 0px;
    background-image: none;
  }
  .confiance-title h3 {
    font-size: 26px;
  }
  .page-regions-trouver {
    padding: 0 20px;
  }
  .page-regions-holder a {
    display: block;
    width: 100%;
  }
  .confiance-holder a {
    margin: 10px auto;
  }
  .page-regions-lien .Vendre-lien {
    text-align: center;
  }
  .page-regions-holder a {
    /* display: block; */
    /* width: 44%; */
    margin: 10px auto;
    /* text-align: left; */
    /* padding: 10px 0px 10px 3px; */
    /* font-size: 20px; */
  }
  .Prix-distinctions {
    padding: 0;
  }
  .Prix-distinctions-holder {
    padding: 30px 0px 101px 0px;
    background-image: none;
    text-align: center;
  }
  .Prix-distinctions-holder h3 {
    padding-bottom: 162px;
    background-image: url("../images/Reanlt.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 21%;
    text-align: center;
  }
  .Prix-distinctions-holder strong {
    display: block;
    font-size: 24px;
    font-weight: 400;
    text-align: none;
    text-transform: uppercase;
  }
  .Prix-distinctions-holder p {
    display: none;
  }
  .Prix-distinctions-holder a {
    margin-top: 20px;
  }
  .calltoaction-items {
    width: 100%;
    margin: 10px 0px;
    padding-right: 0;
    text-align: center;
  }
  .calltoaction-items .with-trouver {
    width: 50%;
    padding: 11px 0px;
  }
  .calltoaction-items form {
    width: 50%;
    margin: 21px 25%;
    /* float: none; */
  }
  .calltoaction-items input[type="text"] {
    width: 64%;
  }
  .footer-parametre {
    background-image: none;
  }
  .footer-parametre a {
    display: none;
  }
  .footer-left {
    width: 100%;
    border: none;
  }
  .paragraphe-footer-left {
    float: left;
    width: 100%;
    padding: 10px 20px 10px 50%;
    background-image: url("../images/logo-bodemer-auto-footer.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 150px;
  }
  .paragraphe-footer-left .button-click {
    float: right;
    padding: 11px 60px 11px 20px;
    font-size: 18.5px;
    text-align: left;
  }
  .footer-left p {
    display: none;
  }
  .left-certifaction {
    display: none;
  }
  .paragraphe-footer-right {
    float: left;
    width: 100%;
  }
  .blockacheter {
    display: block;
    width: 100%;
  }
  .achterdebut a {
    display: none;
  }
  .achterdebut h6 a {
    display: block;
  }
  .achterdebut {
    display: block;
    float: left;
    width: 50%;
  }
  .acheter h6 {
    padding-left: 10%;
    background-image: url(../images/button-suivant.png);
    background-repeat: no-repeat;
    background-position: 70% center;
    font-size: 30px;
    font-weight: 400;
  }
  .acheter .Responsive strong {
    background-image: url("../images/copie1.png");
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 30px;
    font-weight: 400;
  }
  .acheter .Responsive p {
    display: none;
  }
  .suivez-nous {
    padding: 10px 0px 0px 10%;
  }
  .suivez-nous h5 {
    display: inline-block;
    font-size: 2.4em;
  }
  .suivez-nous a {
    margin-top: 40px;
  }
  .footer-adress-left {
    width: 100%;
    padding: 5px 0;
    text-align: center;
  }
  .footer-adress-left p {
    padding: 10px;
    font-size: 1.2em;
  }
  .footer-adress-right {
    width: 100%;
    padding: 5px;
    font-size: 1.3em;
    text-align: center;
  }
  .footer-adress-right p {
    text-align: center;
  }
  .offre-left {
    display: none;
  }
  .offre-right {
    display: none;
  }
  .offres-lien {
    display: none;
  }
  .responsive-offre {
    display: block;
    width: 100%;
    margin: 10px auto;
    /*padding: 0px 5%;*/
  }
  .responsive-offre .owl-stage .owl-item {
    padding: 0 30px;
  }
  .responsive-offre .owl-stage .owl-item img {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px solid #e3e2e0;
  }
  .respnsive-photo {
    border: none !important;
  }
  .responsive-offre h5 {
    margin-top: 0;
    font-size: 2em;
    font-weight: 400;
    text-align: center;
  }
  .respnsive-photo {
    width: 100%;
    border: 2px solid #e4e2e1;
  }
  .offre-items {
    width: 96%;
  }
  .offre-items strong {
    font-size: 25px;
    font-weight: 700;
    color: #000000;
  }
  .offre-items {
    /* font-size: 18px; */
    color: #b6b6b6;
  }
  .offre-items .color-change {
    background-color: #33667f;
  }
  .concessions {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px 25px 30px 25px;
  }
  .map-holder {
    padding-left: 0px;
    background-image: none;
  }
  .ajouter-icon {
    display: block;
    float: left;
    width: 100%;
  }
  .icon-marque-automobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    width: 100%;
    margin: 30px 0;
    text-align: center;
  }
  .icon-marque-automobile a:last-child {
    margin-right: 0px;
  }
  .icon-marque-automobile a {
    display: inline-block;
    width: 182px;
    height: 182px;
    margin: 0px 4% 0px 4%;
    background-color: #ffffff;
    border-radius: 100px;
  }
  .icon-ranault {
    background-image: url("../images/icon-Renault.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 59%;
  }
  .icon-dacia {
    background-image: url("../images/icon-dacia.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 59%;
  }
  .icon-nissan {
    background-image: url("../images/icon-nissan.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 59%;
  }
  .ajouter-icon form select {
    display: block;
    width: 78%;
    margin: 10px auto;
    padding: 10px 20px;
    background-color: #cbdde6;
    font-size: 2.1em;
    font-weight: 400;
    text-align: center;
    color: #000000;
    border: 0;
  }
  .map-right p {
    display: none;
  }
  .map-paragraphe p {
    display: block;
    margin: 38px 0;
  }
  .Ajouter-vendre-footer {
    display: block;
    float: left;
    width: 100%;
    background-color: #ffffff;
  }
  .items-Ajouter-voiture {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 10px 20px 50px;
    text-align: center;
    color: #303030;
  }
  .items-Ajouter-voiture span {
    position: absolute;
    top: calc(50% - 18px);
    left: 10px;
    width: 36px;
    height: 36px;
    padding: 3px;
    background-color: #e6e6e6;
    font-size: 2.6em;
    line-height: 1em;
    text-align: center;
    color: #303030;
    border-radius: 50%;
  }
  .items-Ajouter-voiture p {
    display: block;
    width: 100%;
    font-size: 1.6em;
    font-weight: 500;
  }
  .border-voiture-ajouter {
    border-bottom: 1px solid #e6e6e6;
  }
  .offre-items a {
    display: block;
    float: none;
    width: 90%;
    margin: 5px auto;
  }
  .mark-model-layout {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .footer-parametre {
    display: none;
  }
  .holder-slider {
    left: inherit;
  }
  .acheter .Responsive strong,
  .acheter h6 {
    font-size: 1.5rem !important;
  }
  .notation_trust {
    float: none;
  }
  .Prix-distinctions .inner {
    width: 100%;
    padding: 0 20px;
  }
  .Prix-distinctions-inner .img_slider {
    display: block;
    float: inherit;
    margin: auto;
  }
  .Prix-distinctions-holder,
  .Prix-distinctions-holder strong {
    text-align: center !important;
  }
  .owl-carousel .owl-controls .owl-nav .owl-prev,
  .owl-carousel .owl-controls .owl-nav .owl-next {
    display: none;
  }
  .respnsive-photo .owl-controls .owl-nav .owl-prev,
  .respnsive-photo .owl-controls .owl-nav .owl-next {
    display: block !important;
    background-size: 12px;
  }

  .Prix-distinctions-inner .owl-item > div {
    padding: 0;
  }
  .carrosserie-item {
    width: 33%;
  }
  .Prix-distinctions-holder {
    width: 100%;
  }
  .Prix-distinctions-inner a {
    float: none;
  }
  .slider.owl-carousel .owl-item img {
    position: relative;
    left: 50%;
    width: 100%!important;
    min-width: 823px!important;
    height: auto!important;
    min-height: 300px!important;
    -webkit-transform: translate(-50%,0);
            transform: translate(-50%,0);
  }
  .page-concession .horaire .adresse,
  .page-concession .horaire .detail_horaire {
    float: none;
    width: 100%;
    text-align: center;
  }
  .concession_proximite .overall .item_lien_supplement {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
}

@media only screen and (max-width: 600px) {
  .disable_responsive {
    display: none;
  }
  .show_responsive {
    display: block;
  }
  .mark-model-model-item {
    width: 48% !important;
  }
  .mark-model-model-item:nth-child(3n+1) {
    clear: none !important;
  }
  .mark-model-model-item {
    float: left !important;
    margin-right: 2%;
  }
  .mark-model-model-item:nth-child(2n+1) {
    clear: both !important;
  }
  .mark-model-model-item:nth-child(2n) {
    float: right !important;
    margin-right: 0% !important;
  }
  .searchbox {
    font-size: .8em;
  }
  .holder-nav {
    float: left;
    width: 7%;
  }
  #btn_menu,
  #btn_menu2 {
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    width: 54px;
    height: 13px;
    padding: 19px 7px 22px;
    border-radius: 4px;
  }
  .last-logo span {
    /* padding: 10px 0; */
    background-size: 20%;
    font-size: 17px;
  }
  .header {
    padding: 5px 0 10px;
  }
  .first-logo h1 {
    display: none;
  }
  .last-logo {
    width: 193px;
    margin-right: 64px;
    margin-bottom: 0;
  }
  .Mon-Compte {
    margin: -5px 0 0 -2px;
  }
  .Mon-Compte p {
    font-size: 10px;
  }
  .holder-nav {
    float: left;
    width: 5%;
    margin-top: 19px;
  }
  .holder-slider {
    bottom: 33px;
  }
  .holder-slider span.h2 {
    width: 80%;
    margin-top: 0px;
    padding-top: 0px;
    font-size: 18px;
  }
  .holder-slider a {
    display: table;
    float: none;
    width: auto !important;
    margin: 10px auto 0 !important;
    padding: 10px 30px 10px 15px;
    font-size: 1.2rem;
  }
  .searchbox-recherche input {
    background-size: 25px;
    font-size: 1em;
  }

  .page-regions-holder a {
    font-size: 14px;
  }
  .items-confiance span {
    display: block;
    padding-bottom: 20px;
    background-size: 80%;
    font-size: 6em;
  }
  .confiance-left {
    display: none;
  }
  .confiance-holder a {
    /* margin: 10px 11%; */
    margin: 0 auto;
    font-size: 1.4em;
  }
  .confiance-title h3 {
    margin: 30px 0 0 0;
  }
  .calltoaction-items .with-trouver {
    width: 100%;
    margin: 10px auto 0;
    padding: 11px 4px;
    font-size: 17px;
  }
  .items-confiance strong {
    font-size: 1em;
  }
  .calltoaction-items form {
    width: 100%;
    margin: 20px 0;
    text-align: center;
  }
  .calltoaction-items {
    padding: 0 20px !important;
  }
  .calltoaction-items input[type="text"] {
    /* width: 49%; */
    font-size: 1.4em;
    /* padding: 14.3px 25px; */
  }
  .acheter .Responsive {
    padding: 0px 0px 20px 0px;
  }
  .acheter {
    width: 50%;
  }
  .suivez-nous {
    padding: 10px;
  }
  .suivez-nous a {
    float: left;
    width: 34px;
    height: 26px;
    margin-top: 13px;
    padding: 0px 9px;
    background-size: 25px;
  }
  .Prix-distinctions-holder h3 {
    background-size: 52%;
    font-size: 20px;
  }
  .blockacheter {
    width: 100%;
  }
  .acheter h6 {
    font-size: 1em;
  }
  .acheter .Responsive strong {
    font-size: 1.1em;
  }
  .Prix-distinctions-holder a {
    margin: 10px auto 0;
    font-size: 15px;
  }
  .Prix-distinctions-holder strong {
    font-size: 20px;
  }
  .suivez-nous h5 {
    display: block;
    margin: 0;
    margin-top: 20px;
  }
  .icon-marque-automobile a {
    width: 80px;
    height: 80px;
    margin: 0px 1%;
  }
  /*.clik-blanc:after {
    width: 22px;
  }*/
  .map-right {
    padding: 20px;
  }
  .map-right a {
    margin: 10px auto;
    font-size: 1.4em;
  }
  .ajouter-icon form select {
    font-size: 1.5em;
  }
  .map-holder #map_concessions {
    display: none;
  }

  .notation_trust {
    position: relative;
    display: inline-block;
    width: 190px;
    height: 35px;
    margin: 0;
    background: #ffffff;
  }

  .notation_trust img {
    position: absolute;
    z-index: 10;
    left: 0;
    width: 100%;
    height: auto;
  }

  .notation_trust .etoile_jaune {
    position: relative;
    left: 0;
    width: 100%;
    max-width: 190px;
    height: 35px;
    background: #fcb415;
  }
  .icon-marque-automobile {
    display: block;
  }
  .calltoaction input {
    width: 50%;
  }

  .mark-model-search-cars,
  .mark-model-search-cars-label,
  .mark-model-search-cars-label {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }
  .suivez-nous {
    padding: 0;
  }
  .suivez-nous h5 {
    float: left;
    padding: 10px 10px 0 0;
    background-image: none;
    font-size: 1.6em;
  }
  .achterdebut,
  .acheter {
    width: 100%;
  }
  .acheter h6 {
    padding-left: 0;
    background-position: 100% center;
  }
  .acheter .Responsive {
    padding: 0px 0px 8px 0px;
  }
  .calltoaction-items input[type="submit"] {
    font-size: 1.5em;
  }
  .footer-left {
    margin-bottom: 0;
  }
  .paragraphe-footer-right {
    margin: 0;
    padding: 0 15px;
  }
  .acheter a {
    font-size: 1em;
  }
  .clearmob {
    display: block;
    clear: both;
    height: 5px;
  }
  .budget-search-cars-btn-wrap {
    text-align: center;
  }
  .budget-wrap #slider {
    width: 90% !important;
  }
  .budget-wrap {
    margin: 15px 0;
  }
  .carrosserie-item {
    width: 49%;
  }
  .mark-model-mark-select,
  .mark-model-modele-wrap {
    width: 100%;
  }
  .mark-model-search-cars-btn-wrap .btn {
    font-size: 1rem;
  }
  .page-regions-title h2 {
    font-size: 2em !important;
  }
  .searchbox > div a {
    height: 50px;
  }
  .responsive-offre .owl-carousel .owl-controls .owl-nav .owl-prev,
  .responsive-offre .owl-carousel .owl-controls .owl-nav .owl-next {
    width: 32px;
    height: 32px;
    background-size: 8px;
  }
  .offre-items strong {
    font-size: 18px;
  }
  .items-Ajouter-voiture {
    font-size: .8em;
  }
  .items-Ajouter-voiture span {
    line-height: 1.2em;
  }
  .paragraphe-footer-left {
    background-size: 120px;
  }
  .confiance-title h3 {
    font-size: 1.8em;
  }
  .first-logo h1,
  .first-logo span.h1 {
    display: none !important;
  }
}
@media screen and (min-width:880px) and  (max-width:1130px) {
  .bloc-header-avis h1 {
    font-size: 5rem;
  }
}
@media screen and (min-width:769px) and  (max-width:880px) {
  .bloc-header-avis h1 {
    font-size: 3rem;
  }
}

/**
 * GRID
 */
.grid {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  margin: 20px 0;
  padding: 0 !important;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.grid .grid-item {
  width: 100%;
  padding: 10px;
}


/**
 * Bloc img Txt
 */
.bloc-img-text {
  margin: 10px 0;
  font-size: 1.6rem;
  text-align: center;
}

/* Image */
.bloc-img-text .bloc-img-text_image {
  margin: 0 0 20px 0;
}

.bloc-img-text .bloc-img-text_image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

/* Title */
.bloc-img-text .bloc-img-text_title {
  margin: 0 0 20px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  color: #33667f;
}

/* Content */
.bloc-img-text .bloc-img-text_content {
  font-family: "Open Sans", sans-serif;
  font-size: inherit;
  line-height: 1.5;
  color: #646464;
}

.bloc-img-text .bloc-img-text_content p {
  margin: 0;
}

.bloc-img-text .bloc-img-text_content p + p {
  margin-top: 10px;
}

/**
 * List Colonne
 */
.list-column {
  padding-left: 20px;
  list-style-position: outside;
  list-style-type: disc;
}

/**
 * Min Width 640px
 */
@media (min-width: 640px) {
  .grid .grid-item-1-2
  .grid .grid-item-1-3,
  .grid .grid-item-2-3,
  .grid .grid-item-1-4,
  .grid .grid-item-3-4,
  .grid .grid-item-1-5,
  .grid .grid-item-2-5,
  .grid .grid-item-3-5,
  .grid .grid-item-4-5,
  .grid .grid-item-1-6,
  .grid .grid-item-5-6 {
    width: 50%;

    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }
}
/**
 * Min Width 750px
 */
@media (min-width: 750px) {
  #recherche_libre {
    margin-right: 10px;
    margin-left: 10px;

    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }
}

/**
 * Min Width 960px
 */
@media (min-width: 960px) {
  #entete_eboutique > .overall {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
  }
  #entete_eboutique > .overall > * {
    margin-top: 0;
  }

  .list-column {
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }

  .list-column.list-column-2 {
    -webkit-column-count: 2;
            column-count: 2;
  }

  .list-column.list-column-3 {
    -webkit-column-count: 3;
            column-count: 3;
  }

  .grid .grid-item-1-2 {
    width: calc(100% / 2);
  }

  .grid .grid-item-1-3 {
    width: calc(100% / 3);
  }

  .grid .grid-item-2-3 {
    width: calc((100% / 3) * 2);
  }

  .grid .grid-item-1-4 {
    width: calc(100% / 4);
  }

  .grid .grid-item-3-4 {
    width: calc((100% / 4) * 3);
  }

  .grid .grid-item-1-5 {
    width: calc(100% / 5);
  }

  .grid .grid-item-2-5 {
    width: calc((100% / 5) * 2);
  }

  .grid .grid-item-3-5 {
    width: calc((100% / 5) * 3);
  }

  .grid .grid-item-4-5 {
    width: calc((100% / 5) * 4);
  }

  .grid .grid-item-1-6 {
    width: calc(100% / 6);
  }

  .grid .grid-item-5-6 {
    width: calc((100% / 6) * 5);
  }
}

/**
 * Min Width 1040px
 */
@media (min-width: 1040px) {
}

.bouton_menu_boutique {
  padding: 4px 10px;
  background: #4b4b4b;
  font-size: 1.5em;
  font-weight: 700;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  border: none;
  border-radius: 4px;
}
.bouton_menu_boutique:hover {
  padding: 4px 10px;
  background: #000000;
  font-size: 1.5em;
  font-weight: 700;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  border: none;
  border-radius: 4px;
}

@media screen and (max-width: 890px) {
  .footer-contactez {
    padding-top: 0;
  }
}