/** version 02/03/2022 10:45 **/
body * {
  box-sizing: border-box;
}
.header .inner {
  position: relative;
}
/* Edition */
.body3 {
  width: 1200px;
}
.body4 {
  width: 1200px;
}
/* Slider */
.slider_loading {
  position: absolute;
  top: 0;
  left: 0;
}
.slider_loading_fond {
  filter: alpha(opacity=70);
  opacity: 0.7;
  position: absolute;
  display: block;
  background-color: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider_loading_image {
  position: absolute;
  display: block;
  background: url(../images/attente.gif) no-repeat center center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider_slides {
  cursor: move;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
}
.slider_thumbnavigator {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 45px;
  width: 100%;
}
.slider_description {
  position: absolute;
  display: block;
  background-color: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider_prototype {
  position: absolute;
  width: auto;
  height: 45px;
  top: 0;
  left: 0;
}
.slider_thmnailtemplate {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  POSITION: absolute;
  WIDTH: 100%;
  HEIGHT: 100%;
  TOP: 0;
  LEFT: 0;
  color: #fff;
  line-height: 45px;
  font-size: 20px;
  padding-left: 10px;
}
.slider_lien {
  width: 100%;
  display: block;
  z-index: 1200;
  position: absolute;
}
@media screen and (min-width: 900px) {
  .clearfix-mobile {
    display: none;
  }
}
.jssorb01 {
  position: absolute;
}
.jssorb01 div,
.jssorb01 div:hover,
.jssorb01 .av {
  position: absolute;
  width: 12px;
  height: 12px;
  filter: alpha(opacity=70);
  opacity: 0.7;
  overflow: hidden;
  cursor: pointer;
  border: #000 1px solid;
  border-radius: 20px !important;
}
/* Bullet */
.jssorb01 div {
  background-color: gray;
}
.jssorb01 div:hover,
.jssorb01 .av:hover {
  background-color: #d3d3d3;
}
.jssorb01 .av {
  background-color: #fff;
}
.jssorb01 .dn,
.jssorb01 .dn:hover {
  background-color: #555555;
}
.jssora05l,
.jssora05r {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url(../images/a17.png) no-repeat;
  overflow: hidden;
}
/* Arrow */
.jssora05l {
  background-position: -10px -40px;
}
.jssora05r {
  background-position: -70px -40px;
}
.jssora05l:hover {
  background-position: -130px -40px;
}
.jssora05r:hover {
  background-position: -190px -40px;
}
.jssora05l.jssora05ldn {
  background-position: -250px -40px;
}
.jssora05r.jssora05rdn {
  background-position: -310px -40px;
}
/* Généralités */
.svositec_container {
  position: relative;
  /*max-width: 75.5rem;*/
  margin: auto !important;
}
.svositec_bouton,
.svositec_notreagence input.bouton {
  width: auto;
  font-size: 14px;
  padding: 5px 10px;
  margin: 5px auto;
  border: none;
}
/* Splash */
.svositec_splash_contenu {
  background-color: #ffffff;
}
/* Formulaire splash */
.svositec_splash_formulaire {
  padding: 0;
  text-align: center;
}
.svositec_splash_formulaire #svositec_splash_formulaire {
  padding-top: 40px;
}
.svositec_splash_formulaire h1 {
  font-size: 20px;
  padding: 5px;
}
.svositec_splash_formulaire h1 span {
  font-size: 12px;
  padding: 5px;
  display: inline-block;
  float: right;
}
.svositec_splash_formulaire h2 {
  font-size: 20px;
}
.svositec_splash_formulaire h4 {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  background-color: transparent;
  display: inline-block;
  width: 33%;
  padding: 0;
}
.svositec_splash_formulaire h3 {
  text-align: center;
}
.svositec_splash_formulaire h4.large {
  display: inline;
  white-space: nowrap;
}
/*.svositec_splash_formulaire .bloc_formulaire_container {width:80%;margin:0 auto;text-align:center;-webkit-box-shadow: 0 0 15px #000000;-moz-box-shadow: 0 0 15px #000000;box-shadow: 0 0 15px #000000;background-color:rgba(255,255,255,0.8);}*/
.svositec_splash_formulaire .bloc_formulaire_container {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  background-color: transparent;
}
.svositec_splash_formulaire .bloc_formulaire_container .bloc_formulaire {
  padding: 10px 0;
}
.svositec_splash_formulaire .bloc_formulaire_container .bloc_formulaire br {
  display: none;
}
.svositec_splash_formulaire #svosite_form_km_max_show {
  width: auto;
}
.svositec_splash_formulaire #svositec_bouton_rechercher {
  margin: 10px auto;
}
.svositec_splash_formulaire select {
  width: calc(20% - 10px);
  border-radius: 5px;
  padding: 5px;
  background-image: url(../images/select.svg);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 25px 19px;
  height: 50px;
  font-size: 14px;
}
.svositec_splash_formulaire input[type=text] {
  width: calc(33% - 10px);
  font-size: 16px;
  border-radius: 5px;
  padding: 5px;
}
.svositec_splash_formulaire .cursor_container {
  width: 80%;
  font-size: 16px;
  border-radius: 5px;
  display: inline-block;
  padding-bottom: 10px;
  vertical-align: top;
}
.svositec_splash_formulaire .cursor_container {
  text-shadow: 0 0 10px #ffffff;
  color: #000000;
}
.svositec_splash_formulaire .svositec_splash_bouton {
  font-size: 18px;
}
#svositec_form_modele option {
  /*text-transform: lowercase;*/
}
#svositec_form_modele option:first-letter {
  /*text-transform: uppercase;*/
}
/* Formulaire */
.svositec_formulaire {
  text-align: left;
  overflow: hidden;
  margin-top: 10px;
  box-sizing: border-box;
  padding: 10px;
}
/*.svositec_formulaire.absolute {position:absolute;top:0;}*/
/*.svositec_formulaire.fixed {position:fixed;top:139px;margin-top:0px!important;}*/
.svositec_formulaire h2 {
  text-align: center;
  position: relative;
  /*background:transparent url(/canevas/svor/svositec/images/recherche.png) top left no-repeat;padding-left:45px;*/
  padding-bottom: 10px;
  padding-top: 15px;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.svositec_formulaire h4 {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  background-color: transparent;
  display: inline-block;
  width: 33%;
  padding: 0;
}
.svositec_formulaire h4.large {
  width: 100%;
}
.svositec_formulaire.position_g {
  margin-bottom: 20px;
  width: 300px;
  float: left;
  margin-right: 4px;
  /*margin-top:10px*/
  /*border-radius:8px;*/
}
.svositec_formulaire.position_d {
  margin-bottom: 20px;
  width: 290px;
  float: right;
  margin-left: 4px;
  /*margin-top:10px;*/
  /*border-radius:8px;*/
}
.svositec_formulaire.position_g .bloc_formulaire_container {
  width: 100%;
  margin: 0 auto;
}
.svositec_formulaire.position_h .bloc_formulaire_container {
  width: calc(100% / 3);
  float: left;
  text-align: center;
  padding: 0;
}
.svositec_formulaire.position_h .bloc_formulaire_container.plein {
  width: 100%;
  float: none;
}
.svositec_formulaire.position_h .bloc_formulaire_container .bloc_formulaire {
  width: 90%;
  margin: 0 auto;
}
.svositec_formulaire.position_h #svositec_bouton_rechercher {
  margin: 10px auto;
}
.svositec_formulaire.position_g #svositec_bouton_rechercher,
.svositec_formulaire.position_d #svositec_bouton_rechercher {
  width: 80%;
}
.svositec_formulaire.position_h h3 {
  text-align: center;
}
.svositec_formulaire.position_h .toggle h3 {
  text-align: left;
}
.svositec_formulaire input[type=text],
.svositec_formulaire select {
  box-sizing: border-box;
  width: 95%;
  font-size: 16px;
  border-radius: 0;
  padding: 5px;
  margin-bottom: 3px;
}
.svositec_formulaire input[type=text],
.svositec_formulaire input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: center right;
  width: 100%;
  padding: 15px 10px;
  height: auto;
  font-size: 14px;
}
.svositec_formulaire .form_checkbox {
  width: calc(100% - 1px);
  padding: 13px 10px;
  height: auto;
  font-size: 14px;
  background: transparent;
  box-sizing: border-box;
  text-align: left;
  float: left;
  display: block;
  vertical-align: top;
}
@media screen and (min-width: 501px) and (max-width: 1065px) {
  .svositec_formulaire .form_checkbox {
    width: calc(50% - 1px);
    margin-top: 1px;
  }
}
.svositec_formulaire .form_checkbox label {
  text-align: left;
  width: auto;
}
.svositec_formulaire select {
  background-image: url(/canevas/svor/svositec/images/select.png);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: center right;
  width: 100%;
  padding: 15px 10px;
  height: auto;
  font-size: 14px;
  background-repeat: no-repeat;
  background-size: 25px 19px;
}
.svositec_formulaire.position_g .cursor_container,
.svositec_formulaire.position_d .cursor_container,
.svositec_formulaire.position_h .cursor_container {
  padding: 10px;
}
#svositec_bouton_rechercher {
  cursor: pointer;
  font-size: 16px;
}
.ui-slider {
  margin-top: 3px;
}
@media screen and (max-width: 1065px) {
  .svositec_formulaire.position_g .bloc_formulaire_container {
    width: 90%;
    margin: 0 auto;
  }
}
.svositec_contenu {
  padding: 3px 0;
  margin-left: 6px;
  background: #fff;
}
.svositec_contenu.position_g {
  padding-left: 300px;
}
.svositec_contenu.position_h {
  min-height: 250px;
  padding: 3px;
}
.svositec_contenu.position_d {
  padding-right: 296px;
}
.liste-car {
  text-align: left;
}
.svositec_liste_vehicule .line-car {
  text-align: left;
  max-width: 280px;
  width: calc((100% - 20px) / 3);
  display: inline-block;
  box-sizing: border-box;
  /*margin:1%;*/
  margin-bottom: 20px;
  vertical-align: top;
  background: #FFF;
  overflow: hidden;
  margin-right: 23px;
  border-radius: 15px;
}
.svositec_liste_vehicule {
  background: #f3f3f3;
  padding-left: 20px;
}
.svositec_liste_vehicule .line-car-liste {
  text-align: left;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  /*margin:1%;*/
  margin-bottom: 10px;
  vertical-align: top;
  overflow: hidden;
  border: 5px solid #FFF;
  margin-right: 10px;
  position: relative;
  height: 185px;
  background: #fff;
}
.svositec_liste_vehicule .line-car-liste .encart_image {
  position: relative;
  width: 26%;
  float: left;
  margin: 5px 15px 5px 5px;
  min-height: 170px;
}
.svositec_liste_vehicule .line-car-liste .encart_image .thumbnail {
  height: 170px;
}
.svositec_liste_vehicule .line-car-liste .encart_banniere {
  width: 100%;
}
.svositec_liste_vehicule .line-car-liste .infocontainer .marquemodele {
  font-size: 20px;
  line-height: 30px;
}
.svositec_liste_vehicule .line-car-liste .infocontainer .version {
  font-size: 16px;
}
.svositec_liste_vehicule .line-car-liste .infocontainer .pictos {
  zoom: 1.2;
  text-align: left;
}
.svositec_liste_vehicule .line-car-liste .infocontainer .liste_option {
  display: block;
}
.svositec_liste_vehicule .line-car-liste .infocontainer .liste_option span {
  float: left;
}
.svositec_liste_vehicule .line-car-liste .infocontainer .ligne_credit {
  float: right;
  text-align: right;
  position: absolute;
  right: 0;
  padding: 22px 5px;
}
.svositec_liste_vehicule .banniere-horizontale {
  height: 180px;
  width: 100%;
}
.svositec_liste_vehicule .line-car .infocontainer .ligne_credit {
  font-size: 12px;
  text-align: left;
  font-weight: normal;
}
.svositec_liste_vehicule .banniere {
  height: 328px !important;
}
.row-car {
  position: relative;
  cursor: pointer;
  background: #fff;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  border-top: 1px solid #e0e0e0;
  padding: 5px;
}
#svositec_favoris .row-car {
  margin: 0 auto 10px auto;
  max-width: 650px;
}
.row-car:after {
  content: " ";
  display: block;
  height: 10px;
}
.row-car:hover {
  background: #f0f0f0;
}
.row-car .encart_image {
  vertical-align: top;
  width: 33%;
  display: inline-block;
  box-sizing: border-box;
}
.row-car div.infocontainer {
  vertical-align: top;
  width: 64%;
  margin-left: 1%;
  display: inline-block;
  box-sizing: border-box;
  background: none;
}
.row-car div.infocontainer .marquemodele {
  line-height: 2em;
  color: #666;
  font-size: 1.5em;
}
.row-car div.infocontainer .encart_prix {
  float: none;
  font-size: 2.1em;
  transform: translateY(-2px);
}
.encart_prix.notlogged {
  float: none;
  transform: none !important;
  display: block;
}
/*.svositec_liste_vehicule .line-car:nth-child(3n) {
  margin-right: 0;
}*/
.svositec_liste_vehicule .line-car {
  opacity: 1;
  transition: opacity 0.1s ease-in, margin-top 0.1s ease-out;
}
.svositec_liste_vehicule .line-car.js-reveal--hidden {
  opacity: 0;
  margin-top: 3em;
}
.svositec_liste_vehicule ul.infos {
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.svositec_liste_vehicule ul.infos li {
  background: none;
  display: inline;
  border: none;
}
.svositec_liste_vehicule ul.infos li:before {
  content: " | ";
}
.svositec_liste_vehicule ul.infos li:first-child:before {
  content: "";
}
.svositec_liste_vehicule ul.infos li:hover {
  background: inherit;
}
.svositec_liste_vehicule .p-10 {
  padding: 10px;
}
.svositec_liste_vehicule .infos-car {
  background: #ebebeb;
  min-height: 67px;
}
.svositec_liste_vehicule .title-car {
  text-align: center;
  margin: 0 5px;
}
.svositec_liste_vehicule .title-car .marquemodele {
  color: #2c4a4c;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  font-size: 1.2em;
  text-transform: uppercase;
}
.svositec_liste_vehicule .title-car .version {
  display: block;
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 500px) {
  .svositec_liste_vehicule .title-car .marquemodele {
    max-height: 19px;
    overflow: hidden;
  }
  .svositec_liste_vehicule .title-car .version {
    max-height: 19px;
    overflow: hidden;
    margin-top: 0;
  }
}
.svositec_liste_vehicule .col-mid {
  width: 50%;
  display: inline-block;
  padding: 10px 0;
  color: #FFF;
  font-size: 1.5em;
  text-align: center;
}
.svositec_liste_vehicule .col-mid.blue {
  font-weight: bold;
}
.svositec_liste_vehicule .btn-full {
  display: block;
  width: 100% !important;
  border-radius: 0;
  background: #057bb1;
  border: none;
  color: #FFF !important;
  padding: 5px 0 !important;
}
.svositec_liste_vehicule .cetelem {
  text-align: center;
  font-weight: 600;
}
.svositec_liste_vehicule .viaxel_simu {
  background: url(../images/viaxel.png) no-repeat 50% 0;
  width: 100%;
  height: 67px;
  margin: 15px auto 0 auto;
  display: block;
  cursor: pointer;
}
.svositec_liste_vehicule hr.mobile {
  display: none;
}
/*
.svositec_liste_vehicule .ligne {min-height:170px;cursor:pointer;font-size:0;}
.svositec_liste_vehicule .ligne .colonne {width:25%;float:right;min-width:135px;position:relative;}
.svositec_liste_vehicule .ligne .colonne .prix {height:100px;}
.svositec_liste_vehicule .ligne .colonne .prix span {display:block;font-size:15px;font-weight:bold;text-align:center;line-height:26px;height:26px;}
.svositec_liste_vehicule .ligne .colonne .cetelem_mensualite {color:#656565;text-align:center;font-size:15px;font-weight:bold;}
.svositec_liste_vehicule .ligne .colonne .bouton_detail {font-size:12px;font-weight:bold;display:block;text-align:center;line-height:26px;height:26px;}
.svositec_liste_vehicule .ligne .colonne .reference {font-size:11px;color:#a5a5a5;line-height:26px;height:26px;}
.svositec_liste_vehicule .ligne .marquemodele {font-size:16px;font-weight:bold;display:block;}
.svositec_liste_vehicule .ligne .version {font-weight:normal;font-size:16px;display:block;}
.svositec_liste_vehicule .ligne a.image {display:inline-block; width:25%;max-width:145px;}
.svositec_liste_vehicule .ligne .info {display:inline-block;width:25%;padding:0;height:100px;font-size:11px;vertical-align:top;overflow:hidden;}
.svositec_liste_vehicule .ligne .info label {width:50%;min-width:115px;text-align:left;line-height:16px;cursor:pointer;font-weight:bold;}
*/
.viaxel_simu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.viaxel_simu > span:first-child {
  cursor: pointer;
  background: url(../images/viaxel.png) no-repeat 50% 0;
  width: 100%;
  height: 30px;
  margin: 15px auto 5px auto;
  display: block;
}
.viaxel_simu > span:first-child + span {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 5px 0;
  display: block;
  text-align: center;
  background: #143091;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
}
.viaxel_simu > span:last-child {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.vivafi_simu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.vivafi_simu > span:first-child {
  cursor: pointer;
  background: url(../images/viaxel.png) no-repeat 50% 0;
  width: 100%;
  height: 30px;
  margin: 15px auto 5px auto;
  display: none;
}
.vivafi_simu > span:first-child + span {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 5px 0;
  display: block;
  text-align: center;
  background: #143091;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
}
.vivafi_simu > span:last-child {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.svositec_liste_vehicule ul {
  display: block;
  text-align: center;
  margin-top: 0;
}
.svositec_liste_vehicule ul li.active-result {
  text-align: left;
}
.svositec_liste_vehicule ul li:not(.active-result) {
  display: inline-block;
  width: 30px;
  height: 30px;
  /*border:1px solid #a0a0a0;*/
  text-align: center;
  vertical-align: middle;
  /*background-color:#d0d0d0;*/
  cursor: pointer;
  margin-bottom: 1px;
  border-radius: 100%;
  margin-left: 2px;
  margin-right: 2px;
  background: #0c7ce6;
  border: 1px solid #0c7ce6;
  color: #fff;
}
.svositec_liste_vehicule ul li:not(.active-result):hover {
  /*background-color:#c0c0c0;*/
  background-color: #ffffff;
  color: #0c7ce6;
}
.svositec_liste_vehicule ul li:not(.active-result) span {
  display: inline-block;
  line-height: 30px;
  cursor: pointer;
}
/*.svositec_liste_vehicule ul li.premier {border-left:1px solid #a0a0a0;border-top-left-radius:5px;border-bottom-left-radius:5px;}*/
/*.svositec_liste_vehicule ul li.dernier {border-top-right-radius:5px;border-bottom-right-radius:5px;}*/
.svositec_liste_vehicule ul li.actif {
  background-color: #ffffff;
  color: #0c7ce6;
  cursor: default;
}
.svositec_liste_vehicule ul li.actif span {
  cursor: default;
}
.svositec_liste_vehicule ul li.separation {
  background: transparent;
  border-color: transparent;
  color: #0c7ce6;
}
.svositec_liste_vehicule .liste_vide {
  text-align: center;
  font-size: 16px;
  margin: 15px;
}
.svositec_liste_vehicule .info_liste {
  text-align: center;
  margin-bottom: 5px;
}
.svositec_liste_vehicule .info_liste_v2 {
  padding: 10px 0;
  display: flex;
  flex-flow: row;
  flex-direction: row;
  flex-wrap: wrap;
}
.svositec_liste_vehicule .info_liste_v2 > div {
  flex-grow: 1;
  flex-basis: 0;
  align-self: center;
  white-space: nowrap;
}
.svositec_liste_vehicule .info_liste_v2 > div.col_found {
  font-size: 16px;
}
.svositec_liste_vehicule .info_liste_v2 > div.col_alert {
  text-align: center;
}
.svositec_liste_vehicule .info_liste_v2 > div.col_tri {
  text-align: right;
}
.svositec_liste_vehicule .info_liste_v2 a.badge {
  background: #ccc;
  padding: 5px 20px;
  border-radius: 26px;
  line-height: 26px;
  display: inline-block;
  font-size: 14px;
}
.svositec_liste_vehicule .info_liste_v2 a.badge i {
  font-size: 18px;
}
.svositec_liste_vehicule .info_liste_v2 a.badge.badge-alerte {
  background: #000;
  color: #fff;
}
.svositec_liste_vehicule .info_liste_v2 span {
  font-weight: bold;
}
.svositec_liste_vehicule .info_liste span {
  font-weight: bold;
}
@media screen and (max-width: 479px) {
  .svositec_liste_vehicule .info_liste_v2 {
    flex-direction: column;
  }
  .svositec_liste_vehicule .info_liste_v2 > div {
    padding: 5px 0;
  }
}
@media screen and (max-width: 1023px) {
  .svositec_liste_vehicule .info_liste_v2 > div.col_alert {
    order: 1;
    flex: 1 1 100%;
    padding: 15px 0;
  }
  .svositec_liste_vehicule .info_liste_v2 > div.col_found {
    order: 2;
  }
  .svositec_liste_vehicule .info_liste_v2 > div.col_tri {
    order: 3;
  }
}
@media screen and (min-width: 1023px) {
  .svositec_liste_vehicule .info_liste_v2 > div br {
    display: none;
  }
}
.svositec_vehicule {
  position: relative;
  font-size: 0;
  padding-left: 10px;
  padding-right: 10px;
  background: #fff;
}
.svositec_vehicule .top {
  background-color: #ffffff;
  padding-top: 10px;
}
.svositec_vehicule .top .image_principale {
  max-width: 100%;
  display: block;
  margin: 0 auto 10px auto;
  text-align: center;
}
.svositec_vehicule .info_vehicule {
  font-size: 14px;
  text-align: center;
  min-height: 69px;
  overflow: hidden;
  /*background:#ebebeb;*/
}
.svositec_vehicule .info_vehicule ul.infos:first-child {
  margin-top: 15px;
}
.svositec_vehicule .info_vehicule ul.infos {
  padding: 0;
  margin: 0;
}
.svositec_vehicule .info_vehicule ul.infos li {
  background: none;
  display: inline;
  border: none;
}
.svositec_vehicule .info_vehicule ul.infos li:before {
  content: " | ";
}
.svositec_vehicule .info_vehicule ul.infos li:first-child:before {
  content: "";
}
.svositec_vehicule .info_vehicule ul.infos li:hover {
  background: inherit;
}
.svositec_vehicule .info_vehicule_suite {
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  margin: 10px 0;
  padding: 10px 0;
}
.svositec_vehicule .info_vehicule_suite.centre {
  border-left: 1px solid #959595;
  border-right: 1px solid #959595;
}
.svositec_vehicule .prix {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  min-height: 59px;
  overflow: hidden;
  padding-top: 10px;
}
.svositec_vehicule .prix span.pr {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .svositec_vehicule .prix,
  .svositec_vehicule .prix span.pr {
    font-size: 34px;
  }
}
.svositec_vehicule .fre {
  font-size: 26px;
  font-weight: bold;
  color: #32bfff;
}
.svositec_vehicule .fre span {
  font-size: 14px;
  font-weight: normal;
}
.svositec_vehicule .gauche > div.fre {
  font-size: 26px;
  font-weight: bold;
}
.svositec_vehicule .gauche > div.fre span {
  font-size: 14px;
  font-weight: normal;
}
.svositec_vehicule .prix sup {
  padding-left: 5px;
  font-size: 18px;
}
.svositec_vehicule .prix > span:first-child {
  font-size: 12px;
  text-transform: uppercase;
}
.svositec_vehicule .prix.credit {
  font-size: 16px;
}
.svositec_vehicule .prix.credit .viaxelWS {
  font-weight: normal;
  display: inline;
  font-size: 16px;
}
.svositec_vehicule .prix.credit .viaxelWS .xlInf {
  font-size: 16px;
  text-align: right;
  font-weight: normal;
  text-transform: none;
}
.svositec_vehicule .prix.credit .viaxelWS .xlInf strong {
  font-size: 26px;
}
.svositec_vehicule .titre {
  font-size: 30px;
  margin: 15px 0 0 0;
  background-color: #ffffff;
  padding-left: 10px;
  min-height: 64px;
}
.svositec_vehicule .titre span {
  font-size: 15px;
  font-weight: normal;
}
.svositec_vehicule .reseaux_sociaux {
  text-align: right;
  margin: 0px 0;
  background-color: #ffffff;
  min-height: 59px;
  padding-top: 5px;
}
.svositec_vehicule .reseaux_sociaux a {
  display: inline-block;
  border: none;
  box-shadow: none;
  width: 43px;
  height: 43px;
  border-radius: 0;
  padding: 0;
  margin: 5px;
  background-position: 0 -43px;
  background-repeat: no-repeat;
}
.svositec_vehicule .reseaux_sociaux a:hover {
  border: none;
  background-position: 0 0;
}
.svositec_vehicule .reseaux_sociaux a.facebook {
  background-image: url(../images/rs_facebook.jpg);
}
.svositec_vehicule .reseaux_sociaux a.googlep {
  background-image: url(../images/rs_googlep.jpg);
}
.svositec_vehicule .reseaux_sociaux a.twitter {
  background-image: url(../images/rs_twitter.jpg);
}
.svositec_vehicule .reseaux_sociaux a.print {
  background-image: url(../images/rs_print.jpg);
}
.svositec_vehicule .reseaux_sociaux a.linkedin {
  background-image: url(../images/rs_linkedin.jpg);
}
.svositec_vehicule .reseaux_sociaux a.viadeo {
  background-image: url(../images/rs_viadeo.jpg);
}
.svositec_vehicule .reseaux_sociaux a.pinterest {
  background-image: url(../images/rs_pinterest.jpg);
}
.svositec_vehicule .reseaux_sociaux a span {
  display: none;
}
.svositec_vehicule .reseaux_sociaux .pinterest_off {
  float: left;
  width: 43px;
  height: 43px;
  background: url(../images/rs_pinterest_off.jpg) no-repeat 0 0;
  cursor: not-allowed;
}
.svositec_vehicule .gauche {
  display: inline-block;
  width: 70%;
  vertical-align: top;
}
.svositec_vehicule .droite {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}
.svositec_vehicule .gauche > div {
  padding-right: 5px;
  font-size: 12px;
}
.svositec_vehicule .droite > div {
  padding-left: 5px;
  font-size: 12px;
}
.svositec_vehicule .droite input[type=button] {
  width: 100%;
}
.svositec_vehicule .onglet {
  display: block;
  margin: 10px 0 0 0;
  position: relative;
  font-size: 14px;
}
.svositec_vehicule .onglet li {
  transition: all 0.125s ease-in-out;
  box-sizing: border-box;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  list-style: none;
  text-align: center;
  vertical-align: middle;
  padding: 0 10px;
  border-bottom: 2px solid #ffffff;
  background-color: #ffffff;
  cursor: pointer;
  width: calc(50% - 4px);
  /* inline-block left margin avoid */
  white-space: nowrap;
}
/*.svositec_vehicule .onglet li:hover {background:#32bfff;color:#fff;border-bottom:2px solid #32bfff;}*/
.svositec_vehicule .onglet li.actif {
  /*background-color:#dedede;*/
  border-bottom: 2px solid #32bfff;
}
.svositec_vehicule .contenu_onglet {
  display: none;
  height: auto;
  min-height: 250px;
  margin-top: 0;
  background-color: #ffffff;
  padding: 20px;
}
.svositec_vehicule .contenu_onglet h3 {
  font-size: 16px;
  padding: 15px 0;
}
.svositec_vehicule .contenu_onglet h3 span {
  font-weight: normal;
}
.svositec_vehicule .contenu_onglet.actif {
  display: block;
}
.svositec_vehicule .contenu_onglet table {
  width: calc(100% - 5px);
  margin: 5px 0;
  border-collapse: collapse;
}
.svositec_vehicule .contenu_onglet table td:nth-child(2) {
  font-weight: bold;
}
.svositec_vehicule .contenu_onglet table td {
  width: 50%;
  line-height: 24px;
  font-size: 12px;
}
.svositec_vehicule .contenu_onglet .liste_option_container {
  max-height: 235px;
  overflow: hidden;
  transition: max-height ease 0.8s;
}
.svositec_vehicule .contenu_onglet .liste_option_container div {
  height: auto;
}
/*.svositec_vehicule .contenu_onglet .liste_option_container div .liste_option {-moz-column-count: 2;-webkit-column-count: 2;column-count: 2;margin-left:10px;}*/
/*.liste_option >span { display:block;line-height:20px;padding-left:16px;position:relative;}*/
/*.liste_option .chok {color:#00BFFF !important;font-size:16px;padding-right:10px;display:inline-block;position:absolute;left:0; }*/
@media screen and (max-width: 767px) {
  .svositec_vehicule .contenu_onglet .liste_option_container div .liste_option {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    margin-left: 10px;
  }
  .liste_option > span {
    display: block;
    line-height: 20px;
    position: relative;
    box-sizing: border-box;
    padding-left: 10px;
  }
  .liste_option > span.clearfix:before {
    content: '\2022';
    color: #00BFFF !important;
    position: absolute;
    left: 0;
  }
  .liste_option .chok {
    display: none;
  }
  /*color:#00BFFF !important;font-size:16px;padding-right:10px;display:inline-block;position:absolute;left:0; }*/
}
@media screen and (min-width: 768px) {
  .svositec_vehicule .contenu_onglet .liste_option_container div .liste_option {
    margin-left: 10px;
    display: flex;
    flex-wrap: wrap;
  }
  .liste_option .chok {
    display: none;
  }
  .liste_option > span.clearfix:before {
    content: '\2022';
    color: #00BFFF !important;
    position: absolute;
    left: 0;
  }
  .liste_option > span.clearfix {
    display: block;
    line-height: 24px;
    position: relative;
    flex: 1 0 50%;
    text-align: left;
    /* border: 1px solid red; */
    /* box-sizing: border-box; */
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;
    padding: 0 10px 0 10px;
  }
}
#svositec_voir_options {
  display: none;
}
.svositec_vehicule .vendeur {
  padding-bottom: 10px;
  background-color: #ffffff;
}
.svositec_vehicule .vendeur h2 {
  color: #32bfff;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 10px 5px 5px;
  margin: 0px -5px;
}
.svositec_vehicule .vendeur .adresse {
  margin: 5px;
}
.svositec_vehicule .vendeur .adresse span {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}
.svositec_vehicule .description {
  background-color: #ffffff;
}
.svositec_vehicule .description > div {
  font-size: 13px;
  margin: 10px;
  padding: 10px 0;
}
.svositec_vehicule .description {
  background-color: #ffffff;
}
.svositec_vehicule .gauche .description > div {
  font-size: 13px;
  margin: 10px 0;
  padding: 10px 0;
}
.svositec_vehicule .conso_moyenne {
  font-size: 18px;
}
.svositec_vehicule .commandes {
  font-size: 0;
  text-align: center;
  padding: 0;
}
.svositec_vehicule .commandes a {
  box-sizing: border-box;
  display: inline-block;
  font-weight: normal;
  padding: 5px;
  text-align: center;
  margin: 0 1%;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 32px;
  vertical-align: top;
  border-radius: 3px;
  transition: background-color linear 0.12s;
  width: 25%;
}
.svositec_vehicule .commandes input[type=button] {
  display: inline-block;
  width: 25%;
  box-sizing: border-box;
  margin: 0 1%;
  line-height: 32px;
  font-size: 16px;
  text-transform: uppercase;
}
.svositec_vehicule .droite .commandes {
  font-size: 0;
  text-align: center;
  padding: 0;
}
.svositec_vehicule .droite .commandes a {
  text-align: left;
  box-sizing: border-box;
  display: block;
  font-weight: normal;
  padding: 5px 10px;
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 32px;
  width: 100%;
  vertical-align: top;
  border-radius: 3px;
  transition: background-color linear 0.125s;
}
.svositec_vehicule .droite .commandes input[type=button],
.svositec_vehicule .droite .commandes button {
  transition: all 0.125s ease-in-out;
  cursor: pointer;
  border-radius: 3px;
  text-align: left;
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 5px 0;
  line-height: 32px;
  font-size: 16px;
  text-transform: uppercase;
}
.svositec_vehicule #svositec_bouton_site_stock {
  transition: all 0.125s ease-in-out;
  cursor: pointer;
  border-radius: 3px;
  text-align: left;
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 5px 0;
  text-transform: uppercase;
  font-size: 12px;
}
a.svositec_video {
  border-color: #272a34 !important;
  background: #272a34 !important;
}
a.svositec_video:hover {
  background: #272a34 !important;
  border-color: #272a34 !important;
  color: #fff !important;
}
.svositec_vehicule .consommation {
  background-color: #ffffff;
}
.svositec_vehicule .gauche.consommation > div {
  margin: 10px;
}
.svositec_vehicule .gauche .consommation > div {
  margin: 10px 0;
}
.svositec_vehicule .consommation label {
  text-align: left;
}
.svositec_vehicule .boutons_haut {
  border: 1px solid #888888;
  margin-bottom: 5px;
  text-align: center;
  padding-top: 2px;
  background-color: #ffffff;
}
.svositec_vehicule .boutons_haut input[type=button],
.svositec_vehicule .droite .boutons_haut a {
  box-shadow: none !important;
  border: none !important;
  display: inline-block;
  text-align: center;
  font-size: 11px;
  padding: 5px;
  color: #454545 !important;
}
/*#svositec_bouton_envoi_ami {
  background: url(../images/rs_share.jpg) no-repeat 2px 0% !important;
  width: 123px;
}*/
#svositec_bouton_imprimer {
  background: url(../images/imprimante.png) no-repeat 2px 50%;
  width: 73px;
}
#svositec_bouton_envoi_ami:hover,
#svositec_bouton_imprimer:hover {
  box-shadow: none;
  color: #000000;
  border: none;
}
#svositec_bouton_click2call,
#svo_inputClick2callAppeler {
  display: block;
  padding: 15px 10px;
  background: #4aaa02;
  border-color: #4aaa02;
}
#svositec_bouton_click2call:hover,
#svo_inputClick2callAppeler:hover {
  border-color: #4aaa02;
  background: #fff;
  color: #4aaa02 !important;
}
#carroussel_vignette {
  margin: 5px auto 10px auto;
  padding-bottom: 10px;
}
.svositec_vehicule .droite > div {
  width: 100%;
}
.svositec_vehicule .droite > div img.normeco2 {
  width: 100%;
  height: auto;
  max-width: 260px;
}
.svositec_vehicule .pictos {
  width: 100%;
  margin: 0;
  text-align: center;
  border: none;
}
.svositec_vehicule .pictos div {
  border: none;
  width: auto;
  overflow: visible;
}
.svositec_vehicule .pictos > div div {
  padding: 5px 15px !important;
  font-size: 10px;
  display: inline-block;
  min-width: 60px;
  text-align: center;
  max-width: 90px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.svositec_vehicule .info_vehicule .pictos {
  width: 100%;
  margin: 0;
  text-align: center;
  border: none;
}
.svositec_vehicule .info_vehicule .pictos div {
  border: none;
  width: auto;
  overflow: visible;
}
.svositec_vehicule .info_vehicule .pictos > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.svositec_vehicule .info_vehicule .pictos > div div {
  border: 1px solid #f0f0f0;
  padding: 5px 5px !important;
  font-size: 11px;
  display: inline-block;
  min-width: 90px;
  text-align: center;
  max-width: 90px;
  width: max-content !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1 1 0;
  margin: 0 5px 10px 5px;
  box-sizing: border-box;
}
.svositec_vehicule .info_vehicule .pictos > div div span.plabel {
  display: block;
  text-transform: uppercase;
  padding-bottom: 5px;
  font-size: 8px;
  color: #E21928;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 479px) {
  .svositec_vehicule .info_vehicule .pictos > div div {
    font-size: 9px;
    min-width: 58px;
    max-width: 60px;
  }
}
/*
.svositec_formulaire_contact {padding:10px;}
.svositec_formulaire_contact>div {overflow:auto;position:absolute;top:40px;left:10px;right:10px;bottom:10px;}
.svositec_formulaire_contact h1 {text-align:center;font-size:24px;font-weight:normal;}
.svositec_formulaire_contact label {text-align:left;vertical-align:top;}
.svositec_formulaire_contact label.code_securite {width:auto;}
.svositec_formulaire_contact label.large {width:260px;}
.svositec_formulaire_contact label.plein {width:100%;}
.svositec_formulaire_contact .info_droits,.svositec_formulaire_contact .info_droits a {font-size:10px;margin-top:5px;}
.svositec_formulaire_contact textarea {width:95%;min-height:70px;}
*/
.svositec_formulaire_contact_gene {
  padding: 0 0 10px 0;
}
.svositec_formulaire_contact_gene h1 {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
}
.svositec_formulaire_contact_gene label {
  text-align: left;
  display: block;
  vertical-align: top;
}
.svositec_formulaire_contact_gene label.plein {
  width: 100%;
}
.svositec_formulaire_contact textarea {
  min-height: 70px;
}
#svositec_vendre_projet_oui_container {
  display: none;
}
.svositec_notreagence ul {
  margin: 0;
  text-align: center;
}
.svositec_notreagence li {
  display: inline-block;
  width: 110px;
  margin: 5px;
  text-align: center;
}
.svositec_notreagence .moitier > div {
  margin: 5px;
}
.google_maps_container {
  width: 100%;
  height: 480px;
  position: relative;
  overflow: auto;
}
#svositec_google_maps {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#ImageToShowImageAgence {
  display: block;
  margin: 10px auto;
}
#ImageToShowImageAgence img {
  width: 100%;
}
.svositec_nouveaute {
  font-size: 0;
  text-align: center;
}
.svositec_nouveaute .encart_image {
  position: relative;
  background-size: 135%;
  background-position: center center;
  border-radius: 20px;
}
.svositec_nouveaute a {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  font-size: 12px;
  white-space: nowrap;
  width: 0;
}
.svositec_nouveaute a > div {
  width: 90%;
  margin: 5%;
  overflow: hidden;
  cursor: pointer;
  text-align: left;
  line-height: 18px;
  box-shadow: rgba(100, 100, 111, 0.4) 0px 7px 15px 0px;
  box-sizing: border-box;
  border-radius: 15px;
  padding: 8px;
}
.svositec_nouveaute a > div span.svositec_nouv_image {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.svositec_nouveaute a > div span.svositec_nouv_abstract {
  display: block;
  padding: 5px;
}
.svositec_nouveaute a > div span.svositec_nouv_abstract .version {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #5F6A7A;
}
.svositec_nouveaute a > div span.svositec_nouv_image img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.3s;
}
.svositec_nouveaute .pictos {
  width: 100%;
  text-align: center;
  margin: 10px 0 0;
  border: none !important;
}
.svositec_nouveaute .pictos div {
  width: auto;
  overflow: visible;
  border: none !important;
}
.svositec_nouveaute .pictos > div {
  /*display:inline-block;*/
  /*margin:0px auto;*/
  text-align: center;
  border: none !important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.svositec_nouveaute .pictos > div .pictocard {
  background: #EFF1F5;
  border-radius: 10px;
  color: #535965;
}
.svositec_nouveaute .pictos > div .pictocard img {
  margin-bottom: 0px;
  filter: invert(1) sepia(100%) saturate(10000%) hue-rotate(45deg);
}
.svositec_nouveaute .pictos > div div {
  margin: 0;
  /*padding:5px 12px;*/
  padding: 5px;
  font-size: 10px;
  display: inline-block;
  /*min-width:50px;*/
  min-width: 40px;
  text-align: center;
  max-width: 80px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: none !important;
  flex: 1 1 auto;
}
@media screen and (max-width: 799px) {
  .svositec_nouveaute .pictos > div {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 501px) {
  .svositec_nouveaute a:hover div span.svositec_nouv_image img {
    transition: all 0.3s;
    transform: scale(1.3);
  }
}
.svositec_nouveaute a div span.svositec_nouv_marque_modele {
  max-width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.svositec_nouveaute a div span.svositec_nouv_marque_modele:after {
  content: " ";
  display: block;
  clear: both;
}
.svositec_nouveaute a div span.svositec_nouv_marque {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 10px;
}
.svositec_nouveaute a div span.svositec_nouv_prix {
  float: right;
  padding: 0 0 5px 10px;
  font-size: 18px;
  font-weight: bold;
}
#google_maps_container {
  width: 100%;
  min-height: 400px;
  margin-top: 10px;
}
#map_canvas {
  width: 100%;
  height: 100%;
}
.svositec_nosagences ul {
  list-style: none;
  margin-left: 5px;
  overflow: hidden;
}
.svositec_nosagences ul li {
  height: 20px;
  line-height: 20px;
  padding-left: 5px;
  margin: 15px 0;
}
.svositec_nosagences ul li,
.svositec_nosagences ul li a {
  font-size: 14px;
}
.ctlm_simu_default {
  margin: 0 auto !important;
}
.bouton_detail {
  border-radius: 5px;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Open Sans';
}
/**************/
/* Responsive */
/**************/
@media screen and (min-width: 1066px) and (max-width: 1199px) {
  .svositec_splash_formulaire .bloc_formulaire_container:first-child {
    padding-top: 30px !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 1065px) {
  .svositec_formulaire.position_g,
  .svositec_formulaire.position_d {
    width: 100%;
    /*width:calc(100% - 6px);*/
    float: none;
    position: static;
    border-radius: 0;
    margin: 0 0 10px;
  }
  .svositec_formulaire.position_g .bloc_formulaire_container,
  .svositec_formulaire.position_d .bloc_formulaire_container {
    /*width:50%;float:left;*/
  }
  .svositec_formulaire.position_g #svositec_bouton_rechercher,
  .svositec_formulaire.position_d #svositec_bouton_rechercher {
    width: auto;
    margin: 10px auto;
  }
  .svositec_contenu.position_g {
    max-width: 10000px;
    float: none;
    margin-right: 10px;
    padding: 0;
  }
  /*
  .svositec_liste_vehicule .ligne {width:100%;}
  .svositec_liste_vehicule .ligne .colonne {float:none;width:100%;}
  .svositec_liste_vehicule .ligne .colonne .reference {display:inline-block;width:33%;vertical-align:top;}
  .svositec_liste_vehicule .ligne .colonne .prix {display:inline-block;width:33%;vertical-align:top; border-radius: 5px; margin-right: 2px;height:auto;}
  .svositec_liste_vehicule .ligne .colonne .bouton_detail {display:inline-block;width:33%;vertical-align:top;}
  .svositec_liste_vehicule .ligne .colonne .prix+a.bouton_detail{margin-top:0;}
  .svositec_liste_vehicule .ligne .marquemodele {display:inline;vertical-align:middle;line-height:22px;margin-right:15px;}
  .svositec_liste_vehicule .ligne .version {display:inline;vertical-align:middle;line-height:22px;}
  .svositec_liste_vehicule .ligne .version::after {content:'\A';white-space:pre;}
  .svositec_liste_vehicule .ligne .info {width:33%;padding:0;}
  .svositec_liste_vehicule .ligne .image {width:33%;text-align:center;}
  */
  .svositec_vehicule .gauche {
    width: 66%;
  }
  .svositec_vehicule .gauche .image_principale {
    width: calc(100% - 10px);
  }
  .svositec_vehicule .droite {
    width: 33%;
    margin: 0;
  }
  .svositec_vehicule .contenu_onglet {
    width: calc(100% - 10px);
  }
  .svositec_vehicule .onglet li {
    width: auto;
  }
  .svositec_vehicule .droite .reseaux_sociaux {
    padding: 10px;
  }
  .svositec_vehicule .droite .reseaux_sociaux {
    padding: 10px;
  }
  .svositec_splash_formulaire .bloc_formulaire_container {
    width: 98%;
  }
  .svositec_splash_formulaire .bloc_formulaire_container:first-child {
    padding-top: 30px !important;
  }
}
@media screen and (min-width: 500px) and (max-width: 1065px) {
  .svositec_liste_vehicule .line-car {
    text-align: left;
    /*  width: 280px;display: inline-block;*/
    max-width: none;
    width: calc((100% - 10px) / 3);
    display: inline-block;
    box-sizing: border-box;
    /*margin:1%;*/
    margin-bottom: 10px;
    vertical-align: top;
    background: #FFF;
    overflow: hidden;
    border: 5px solid #FFF;
    margin-right: 5px;
  }
  .svositec_liste_vehicule .line-car:nth-child(3n) {
    margin-right: 0;
  }
  .bloc_formulaire > select,
  .bloc_formulaire > div.toggle,
  .bloc_formulaire > div.form_demi {
    width: 50%;
    float: left;
    display: block;
    box-sizing: border-box;
    vertical-align: top;
  }
  .bloc_formulaire_container br {
    display: none !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 899px) {
  .svositec_splash_formulaire select {
    width: calc(50% - 10px);
  }
  .svositec_splash_formulaire input[type=text] {
    width: calc(50% - 10px);
  }
  .svositec_splash_formulaire .tiers {
    width: calc(100% - 10px);
    margin-top: 15px;
  }
  .svositec_liste_vehicule .line-car {
    width: calc(50% - 10px);
    max-width: none;
    margin: auto 5px 10px;
  }
  .svositec_vehicule .reseaux_sociaux a {
    margin: 2px;
  }
  .svositec_vehicule .info_vehicule_suite {
    padding: 0;
  }
  .svositec_vehicule .info_vehicule_suite.centre {
    border: none;
  }
  .svositec_vehicule .contenu_onglet .liste_option_container div .liste_option {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    margin-left: 10px;
  }
  #svositec_voir_options {
    width: calc(100% - 10px);
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1px) and (max-width: 715px) {
  .svositec_liste_vehicule .viaxel_simu {
    display: none;
  }
  .svositec_liste_vehicule .vivafi_simu {
    display: none;
  }
}
@media screen and (min-width: 1px) and (max-width: 632px) {
  /*
  .svositec_vehicule .onglet {width:calc(100% - 8px);}
  .svositec_vehicule .onglet li {display:block;border:1px solid #bebebe;}
  .svositec_vehicule .onglet li.premier, .svositec_vehicule .onglet li.dernier {border-radius:0;}
  */
  .svositec_notreagence .moitier {
    width: 100%;
  }
}
@media screen and (min-width: 1px) and (max-width: 600px) {
  /*
  .svositec_liste_vehicule .ligne .info {width:50%;padding:0;}
  .svositec_liste_vehicule .ligne a.image	 {display:block;width:140px;margin-top: -44px;}
  .svositec_liste_vehicule .ligne .marquemodele {display:bloc;margin-right:0;}
  .svositec_liste_vehicule .ligne .version {display:block;}
  .svositec_liste_vehicule .ligne .version:after {content:'';}
  .svositec_liste_vehicule .ligne .mmv_container {margin-left:140px;text-align:right;padding-right:5px;}
  */
  .svositec_vehicule .commandes a {
    font-size: 14px;
  }
  .svositec_vehicule .commandes input[type=button] {
    font-size: 14px;
  }
}
@media screen and (min-width: 1px) and (max-width: 500px) {
  .svositec_contenu.position_g,
  .svositec_contenu.position_d {
    margin: 0 3px;
  }
  .svositec_nouveaute a {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    white-space: nowrap;
    width: 100% !important;
  }
  .svositec_nouveaute a div {
    width: 90%;
    margin: 5%;
    overflow: hidden;
  }
  .svositec_nouveaute a div span.svositec_nouv_image {
    width: 100%;
    height: auto;
    display: block;
    float: none;
    /*margin-bottom:0;*/
    margin-right: 5px;
  }
  .svositec_formulaire_contact h1 {
    font-size: 4vw;
  }
  .svositec_formulaire_contact > div {
    border-top: 1px dashed #666666;
  }
  .svositec_formulaire {
    /*max-height:35px;*/
    transition: max-height 0.5s;
  }
  /*.svositec_formulaire:hover {max-height:initial;}*/
  .svositec_formulaire h2 {
    text-align: center;
    cursor: pointer;
    /*margin-bottom:0px;*/
  }
  /*.svositec_formulaire h2::after {content:"\2261";font-size: 27px;margin: 0 10px 0px 0px;position:absolute;top:0;right:0;}*/
  .svositec_formulaire.position_g .bloc_formulaire_container,
  .svositec_formulaire.position_d .bloc_formulaire_container,
  .svositec_formulaire.position_h .bloc_formulaire_container {
    width: 100%;
    float: none;
  }
  /*
  .svositec_liste_vehicule .ligne .info {height:auto; font-size:14px;}
  .svositec_liste_vehicule .ligne .info {height:auto;}
  .svositec_liste_vehicule .ligne .info label {display:bloc;font-weight:lighter;margin-top:2px;white-space: nowrap;font-size:12px;}
  .svositec_liste_vehicule .ligne .info label {font-weight:lighter;margin-top:2px;white-space: nowrap;}
  .svositec_liste_vehicule .ligne .colonne .reference {display:block;width:100%;}
  .svositec_liste_vehicule .ligne .colonne .prix {display:block;width:100%;}
  .svositec_liste_vehicule .ligne .colonne .bouton_detail {display:block;width:100%;}
  .svositec_liste_vehicule .ligne .info {width:100%;padding:0;}
  */
  .svositec_liste_vehicule .line-car {
    margin: 10px auto !important;
    width: calc(100% - 20px);
    display: block;
  }
  .svositec_liste_vehicule hr.mobile {
    display: block;
    margin: 0 auto;
    background: #CCC;
    border: none;
  }
  .svositec_vehicule .titre br {
    display: inline;
  }
  .svositec_vehicule .titre span {
    margin-left: 0;
  }
  .svositec_vehicule .gauche {
    width: 100%;
  }
  .svositec_vehicule .droite {
    width: 100%;
  }
  .svositec_vehicule .onglet {
    width: 100%;
  }
  .svositec_vehicule .droite > div,
  .svositec_vehicule .gauche > div {
    padding: 0;
  }
  .svositec_vehicule .droite > div img.normeco2 {
    width: auto;
    height: auto;
  }
  /*	.svositec_vehicule .commandes a {display:block;width:calc(100% - 12px);padding:5px 0;font-size:18px;}
      .svositec_vehicule .commandes input[type="button"] {display:block;width:calc(100% - 10px);font-size:18px;}*/
  .svositec_vehicule .commandes a,
  .svositec_vehicule .commandes input[type="button"] {
    font-size: 18px;
  }
  #svositec_formulaire_contact label:not(.code_securite) {
    display: block;
  }
  .svositec_splash_formulaire select {
    width: calc(100% - 10px);
  }
  .svositec_splash_formulaire input[type=text] {
    width: calc(100% - 10px);
    /*margin: 0px 0px 2px 0px;*/
  }
  .svositec_splash_formulaire .bloc_formulaire_container {
    padding-top: 30px !important;
  }
}
/* bloc téléphone header */
.header .block_right {
  width: 12.5%;
  float: right;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
}
.main-menu-btn {
  float: left;
  z-index: 2000;
}
.header .block_right > div + div {
  border-left: 1px solid #eeeeee;
}
.header .mon_compte {
  float: right;
  display: block;
  width: 100%;
  /*margin-top:20px;*/
  padding-left: 40px;
  background: transparent url('/canevas/svor/svositec/images/header_compte.png') top left no-repeat;
  box-sizing: border-box;
}
.header .mon_compte span {
  font-weight: bold;
  display: block;
  line-height: 20px;
}
.header .mon_compte span a {
  font-size: 14px;
  color: #0680b7;
  font-weight: bold;
}
.phone_bloc {
  margin-top: 10px;
  padding-left: 40px;
  box-sizing: border-box;
  width: 100%;
  transition: all 0.2s ease;
  float: none;
  display: inline-block;
  background: transparent url('/canevas/svor/svositec/images/header_contact.png') top left no-repeat;
}
.phone_bloc span {
  display: block;
  text-align: left;
  line-height: 20px;
}
.phone_bloc span {
  transition: all 0.2s ease;
  font-weight: bold;
  color: #333;
}
.phone_bloc span a {
  font-size: 14px;
  color: #0680b7;
  font-weight: bold;
}
.phone_bloc span:last-child a {
  transition: all 0.2s ease;
  font-size: 14px;
  color: #0680b7;
  font-weight: bold;
}
@media only screen and (max-width: 1279px) {
  .clear_mob {
    clear: both;
  }
  .header .block_right {
    text-align: center;
    margin-top: 4px;
    margin-bottom: 15px;
    border-left: none;
    border-top: none;
    /*background:#f0f0f0;*/
    width: 100%;
    padding: 5px 0 0 0;
  }
  .header .mon_compte,
  .phone_bloc {
    margin: 0 20px 0 0;
    width: auto;
    float: none;
    display: inline-block;
    text-align: left;
  }
}
.fixed_header a.header_logo img {
  transform: scale(1) !important;
}
/*@media screen and (min-width: 1201px) {
  .header .block_right { width:12.5%;float:left; }
  .header .block_right > div { border-left: 1px solid #eeeeee; }
  .header .mon_compte, .phone_bloc {
    margin:0px 0px 0px 0px;
    margin-top:20px;
  width:auto;
  float:left;
  }
}*/
@media screen and (min-width: 1280px) {
  .header .block_right {
    width: 25%;
    float: right;
    text-align: right;
  }
  .header .mon_compte,
  .phone_bloc {
    margin: -7px 10px 0 0;
    width: auto;
    float: none;
    display: inline-block;
    text-align: left;
  }
}
@media screen and (max-width: 899px) {
  .header .block_right {
    text-align: center;
    display: block;
    float: none;
    clear: both;
    width: 100%;
    margin-top: 10px;
  }
  .header .mon_compte,
  .phone_bloc {
    text-align: left;
    margin-top: 0;
    width: auto;
    display: inline-block;
    box-sizing: content-box;
    float: none;
  }
}
@media screen and (max-width: 1199px) {
  /*  .phone_bloc { margin:20px 20px 0px 0px;padding-left:50px;}
    .phone_bloc span:first-child { line-height:25px;font-size:25px}
    .phone_bloc span+span { font-size:13px;}
    */
}
@media screen and (max-width: 1023px) {
  /*  .phone_bloc { margin:15px 15px 0px 0px;padding-left:40px;}
    .phone_bloc span:first-child { line-height:22px;font-size:21px}
    .phone_bloc span+span { font-size:12px;}*/
}
@media screen and (max-width: 767px) {
  /*  .phone_bloc { margin:0;position:absolute;top:10px;right:10px;padding-left:35px;}
    .phone_bloc span:first-child { line-height:15px;font-size:14px;font-weight:bold;}
    .phone_bloc span+span { font-size:9px;}*/
  .header_logo img {
    max-height: 150px;
    width: auto;
    height: auto;
  }
  .header {
    background-size: cover !important;
  }
}
@media screen and (max-width: 479px) {
  .header_logo {
    margin: 10px 0 0 10px;
  }
  .header_logo img {
    max-height: inherit;
    max-width: 200px;
    width: auto;
    height: auto;
  }
}
.cetelem {
  margin-left: 5px;
  background: #fff;
  box-sizing: border-box;
  padding: 5px;
}
.cetelem_mensualite {
  text-align: center;
  margin-top: 10px;
}
.bloc_formulaire_criteres {
  padding: 0;
  text-align: left;
  align-items: center;
}
.bloc_formulaire_criteres p {
  font-size: 14px;
  color: #323232;
  padding: 0 0 10px 0;
  text-align: left;
  text-transform: uppercase;
}
.bloc_formulaire_criteres label {
  color: #fff;
}
.bloc_formulaire_criteres .chips {
  max-width: 150px;
  overflow: hidden;
  font-size: 12px;
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 8px 15px;
  margin: 3px 6px 3px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 8px;
}
.bloc_formulaire_criteres .chips:after {
  content: 'x';
  background: #555;
  color: #fff;
  border-radius: 8px;
  display: inline-block;
  width: 11px;
  height: 11px;
  line-height: 13px;
  font-size: 8px;
  text-align: center;
  margin: 0px 5px;
  cursor: pointer;
}
.bloc_formulaire_criteres {
  margin: 0 0 15px 0;
  display: block;
}
.bloc_formulaire_criteres.ElementCache {
  display: none;
}
.toggle {
  position: relative;
  margin-bottom: 3px;
}
.arrow {
  position: absolute;
  right: 6px;
  top: 4px;
  width: 16px;
}
.toggle .arrow {
  top: 4px;
}
.toggle h3 {
  position: relative;
  cursor: pointer;
  text-align: left !important;
  background-color: #ffffff;
  color: #585858;
  font-weight: normal;
  border: 1px solid #ccc;
  background-image: url(/canevas/svor/svositec/images/select.png);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 25px 19px;
  width: 100%;
  font-size: 14px;
  border-radius: 0;
  outline: 0;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
  line-height: 46px;
  padding: 0 10px;
}
.toggle.disabled h3 {
  background: #f0f0f0;
  color: #ccc;
  cursor: wait;
}
.toggle.disabled div.container {
  display: none !important;
}
/*.form_demi .toggle .container { width:200%;}*/
.toggle div.container {
  position: absolute;
  display: none;
  padding: 10px 0;
  max-height: 160px;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  background: #fff;
  color: #000 !important;
  margin: 0;
  /*position:absolute;*/
  z-index: 1000;
}
.toggle div.container::-webkit-scrollbar {
  width: 6px;
  background-color: #F0F0F0;
}
.toggle div.container::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.toggle div.container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.toggle ul {
  margin: 0;
  list-style: none outside;
}
.toggle li {
  line-height: 24px;
  vertical-align: middle;
  margin: 0 10px;
  text-align: left;
}
.toggle li label {
  width: auto;
  font-size: 12px;
  vertical-align: middle;
  padding-left: 10px;
  text-align: left;
  text-transform: uppercase;
}
.svositec_formulaire .container label {
  display: inline-block;
  color: #000 !important;
}
.svositec_formulaire .container input[type=checkbox] {
  display: inline-block;
  vertical-align: middle;
}
.form_demi {
  position: relative;
}
@media screen and (min-width: 500px) {
  .form_demi {
    width: 100%;
    margin: 0 auto;
  }
  .form_demi select,
  .form_demi input[type=text] {
    width: calc(100% / 2);
    display: block;
    float: left;
    box-sizing: border-box;
    font-size: 14px;
  }
  .form_demi .toggle {
    width: calc(100% / 2);
    float: left;
  }
}
.svositec_form_recherche_defaut {
  width: 50%;
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
#svositec_form_recherche_marque_modele {
  position: relative;
  width: 100%;
  border-radius: 16px;
  height: 32px;
  padding: 0 20px;
  margin: 0;
}
#svositec_form_recherche_marque_modele + button {
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 2px;
  right: 3px;
  width: 45px;
  height: 30px;
  border-radius: 16px;
  margin: 0;
  padding: 0;
  border: none;
  background: #000 url('../images/rechercher.png') center center no-repeat;
  background-size: 22px;
}
@media screen and (max-width: 479px) {
  .fleche li {
    background: none !important;
    padding-left: 0 !important;
  }
  .svositec_splash_formulaire {
    margin-top: 10px;
  }
  .svositec_form_recherche_defaut {
    width: 80%;
  }
  #svositec_form_recherche_marque_modele {
    font-size: 13px;
    padding: 0 10px;
  }
  /*#svositec_form_recherche_marque_modele+button { display:none;}*/
}
.svositec_form_recherche_defaut .btn_more {
  display: inline-block;
  padding: 4px 8px;
  margin: 15px;
  cursor: pointer;
}
.svositec_form_recherche_defaut .btn_more:hover {
  text-shadow: 0 0 5px #ffffff;
}
#svositec_splash_bouton_rechercher_adv {
  cursor: pointer;
  background: #000;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  border-radius: 20px;
  line-height: 20px;
  padding: 5px 20px;
  outline: none;
}
#svositec_splash_bouton_rechercher_adv .ic_r {
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #000 url('../images/rechercher.png') center center no-repeat;
  background-size: 20px;
}
.recherche_avancee {
  border: none;
  background: #f1f1f1;
}
.recherche_avancee .r_header {
  background: #000;
  color: #fff;
  padding: 10px 0;
}
.recherche_avancee h2 {
  cursor: pointer;
  color: #fff;
}
.recherche_avancee h3 {
  margin: 0;
  padding: 10px 0 20px 0;
  font-size: 20px;
  font-weight: normal;
}
.recherche_avancee .bloc_formulaire {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .recherche_avancee h3 {
    font-size: 14px;
  }
}
#carroussel_galerie {
  margin-bottom: 20px;
}
.svositec_liste_vehicule .line-car div.thumbnail {
  background-size: cover;
  background: transparent center center;
}
.svositec_liste_vehicule .line-car div.thumbnail > div {
  /*transition:all ease-in-out 0.125s;*/
}
@media screen and (min-width: 501px) {
  .svositec_liste_vehicule .line-car:hover div.thumbnail > div {
    /*transform: scale(1.2);*/
  }
}
.svositec_liste_vehicule .line-car div.thumbnail,
.svositec_liste_vehicule .line-car div.thumbnail > div {
  height: 195px;
  overflow: hidden;
}
@media screen and (max-width: 1179px) {
  .svositec_liste_vehicule .line-car div.thumbnail,
  .svositec_liste_vehicule .line-car div.thumbnail > div {
    max-height: 180px;
  }
}
@media screen and (max-width: 1067px) {
  .svositec_liste_vehicule .line-car div.thumbnail,
  .svositec_liste_vehicule .line-car div.thumbnail > div {
    max-height: 220px;
  }
}
@media screen and (max-width: 899px) {
  .svositec_liste_vehicule .line-car div.thumbnail,
  .svositec_liste_vehicule .line-car div.thumbnail > div {
    max-height: 185px;
  }
}
@media screen and (max-width: 767px) {
  .svositec_liste_vehicule .line-car div.thumbnail,
  .svositec_liste_vehicule .line-car div.thumbnail > div {
    max-height: 240px;
  }
}
@media screen and (max-width: 679px) {
  .svositec_liste_vehicule .line-car div.thumbnail,
  .svositec_liste_vehicule .line-car div.thumbnail > div {
    height: 300px;
  }
}
.svositec_liste_vehicule .nomax {
  max-height: none !important;
}
.svositec_liste_vehicule .nomin {
  min-height: 0 !important;
}
.svositec_estimation {
  position: relative;
  transition: all ease-in-out 0.25s;
}
#svositec_formulaire_estimation h2 {
  padding: 25px 0;
  background: #3E65B3;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: normal;
}
#svositec_formulaire_estimation .form-horizontal {
  text-align: center;
  transition: all ease-in-out 0.25s;
  margin: 10px auto;
  padding: 10px;
}
#svositec_formulaire_estimation .svositec_estimation.disabled {
  opacity: 0.5;
}
.svositec_estimation input,
.svositec_estimation select {
  border: 1px solid #ccc;
  border-radius: 0;
  width: 100%;
  margin-bottom: 5px;
}
.svositec_estimation .immat {
  position: relative;
  margin-bottom: 5px;
}
.svositec_estimation .immat:before {
  border-radius: 4px 0 0 4px;
  position: absolute;
  content: " ";
  display: block;
  left: 0;
  top: 2px;
  bottom: 2px;
  background: #2A77BB url('../images/plaque.png') center center no-repeat;
  background-size: cover;
  min-height: 20px;
  width: 20px;
  z-index: 20;
}
.svositec_estimation .immat:after {
  border-radius: 0 4px 4px 0;
  position: absolute;
  content: " ";
  display: block;
  right: 0;
  top: 0;
  bottom: 0;
  background: #2A77BB;
  min-height: 20px;
  width: 20px;
  z-index: 20;
}
.svositec_estimation .immat input {
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  height: 48px;
  line-height: 32px;
  margin-bottom: 0;
  padding-left: 28px;
  padding-right: 28px;
  background: #fff;
  border: 2px solid #2A77BB;
  z-index: 19;
}
#svositec_estim_km {
  text-align: center;
}
.svositec_estimation .btn-estim {
  display: block;
  background: orange;
  color: white;
  text-transform: uppercase;
  margin: 15px 0;
  padding: 10px 5px;
  width: 100%;
  border: none;
}
.svositec_estimation {
  transform: translateX(0);
}
.svositec_estimation.proceed {
  display: none;
  transform: translateX(-500%);
}
.svositec_estimation.disabled {
  display: none;
  transform: translateX(500%);
}
.svositec_estimation .estim_panel {
  margin: 0 30px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.9);
}
/*.svositec_estimation.disabled:after {content:" ";position:absolute;display:block;background:none;opacity:0;top:0;left:0;right:0;bottom:0;}*/
.svositec_estimation .estim_header {
  text-align: center;
}
.svositec_estimation .estim_header h3 {
  margin: 10px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 20px;
}
.svositec_estimation .estim_header span.nb {
  width: 64px;
  line-height: 64px;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  background: #3E65B3;
  color: white;
  font-size: 32px;
  font-weight: bold;
  border-radius: 32px;
}
.svositec_estimation.disabled .estim_header span.nb {
  background: #ccc;
}
.svositec_estimation .estim_body {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.svositec_estimation .btn_group input[type=radio] {
  width: 16px;
  border: none;
  display: block;
  clear: both;
  text-align: center;
  margin: 0 auto;
}
.svositec_estimation textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 4px;
  min-height: 140px;
}
.svositec_estimation .btn_group label {
  width: auto;
  margin: 10px;
  padding: 5px 10px;
  background: #eee;
  border-radius: 4px;
  min-width: 50px;
  text-align: center;
}
.svositec_estimation .moitier,
.svositec_estimation .cinquieme,
.svositec_estimation .deuxcinquiemes {
  display: block;
  float: none;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .svositec_estimation .estim_panel {
    margin: 0 10px;
  }
  .svositec_estimation.disabled {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .svositec_estimation .moitier {
    width: calc( ( 100% - 4px) / 2);
    box-sizing: border-box;
    display: block;
    float: left;
    margin: 0;
  }
  .svositec_estimation .cinquieme {
    width: calc( ( 100% - 4px ) / 5);
    box-sizing: border-box;
    display: block;
    float: left;
    margin: 0;
  }
  .svositec_estimation .deuxcinquiemes {
    width: calc(  ( 100% - 9px) / 2.5);
    box-sizing: border-box;
    display: block;
    float: left;
    margin: 0 0 0 4px;
  }
  .svositec_estimation .moitier:first-child {
    margin-right: 4px;
  }
  .svositec_estimation .moitier:last-child {
    margin-left: 4px;
  }
  #estim_versions {
    max-height: 250px;
    overflow: auto;
  }
}
#estim_versions label {
  box-sizing: border-box;
  padding: 10px 10px;
  margin: 0;
  background: #eee;
  border: 1px solid #ccc;
  width: 100%;
  display: table;
  text-align: left;
}
#estim_versions input {
  width: auto;
  float: left;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
#estim_version span {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.columns iframe {
  max-width: 100%;
}
.header-video {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .header-video {
    position: relative;
    overflow: hidden;
    /*  min-height:420px;*/
  }
}
/*
.header-video:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

    background: transparent url(http://s14.directupload.net/images/111129/44ga9qid.png);
    background-size: 2px 2px;
    z-index: -1;
}
*/
.header-video iframe,
.header-video video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.header-video iframe {
  height: 100%;
  width: 100%;
}
.header-video video {
  width: 100%;
}
.header-video__teaser-video {
  width: 100%;
  height: auto;
}
.header-video__media {
  /* width: 100%; */
  /* height: auto; */
}
.header-video__play-trigger {
  z-index: 5;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  color: white;
  text-decoration: none;
  padding: 1.5em 3em;
  left: 50%;
  top: 50%;
  border-radius: 10px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  transition: background 0.5s;
}
.header-video__play-trigger:hover {
  background: rgba(0, 0, 0, 0.5);
}
/**
  Just some basic styling for the closing trigger
**/
.header-video__close-trigger {
  z-index: 99;
  position: absolute;
  background: #A61212;
  text-align: center;
  color: white;
  text-decoration: none;
  padding: 2em 3em;
  border-radius: 10px;
  right: 30px;
  top: 30px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  border: none;
}
.header-video__close-trigger:hover {
  background: #363636;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .hidden_desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .hidden_mobile {
    display: none !important;
  }
}
span.icv {
  display: block;
  clear: both;
  height: 24px;
  width: 24px;
  margin: 0 auto 4px;
  background: transparent url(/canevas/svor/svositec/images/ic_fiche2.png) 0 0 no-repeat;
}
span.icv.icv_trans {
  background-position: 0px -24px;
}
span.icv.icv_energy {
  background-position: 0px -48px;
}
span.icv.icv_km {
  background-position: 0px -72px;
}
span.icv.icv_year {
  background-position: 0px -96px;
}
.line-car > a {
  position: relative;
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .line-car-liste:hover .btnI {
    visibility: visible;
    height: auto;
    opacity: 1;
    transform: translateY(-40px);
    background: #fff;
  }
  .infocontainer {
    background: #fff;
    transition: all 0.25s ease-in-out;
  }
}
.droite .viaxelWS {
  text-align: center;
  font-size: 14px;
  display: block;
}
.encart_prix {
  font-weight: bold;
  font-size: 18px;
  float: right;
  transform: translateY(-2px);
}
.encart_prix.credit {
  transform: none;
  float: none;
  margin: 0 auto;
  display: block;
  text-align: left;
  font-size: 20px;
  line-height: 24px;
}
.line-car-liste .encart_prix.prixmarchand {
  min-width: 180px;
  padding: 5px 10px;
  line-height: 20px !important;
}
.line-car-liste .encart_prix.prixmarchand span.prix {
  display: block;
  font-weight: bold;
  font-size: 12px;
}
.line-car-liste .encart_prix.prixmarchand span.prix span {
  font-size: 18px;
}
.line-car-liste .encart_prix.prixmarchand span.tvarecup {
  display: block;
  font-size: 12px;
}
.line-car .encart_prix.prixmarchand {
  float: none;
  text-align: center;
  transform: none !important;
  height: 52px;
}
.line-car .encart_prix.prixmarchand:not(.tvarecup) span.prix {
  line-height: 42px;
}
.line-car .encart_prix.prixmarchand span.prix {
  display: block;
  font-weight: bold;
  font-size: 12px;
}
.line-car .encart_prix.prixmarchand span.prix span {
  font-size: 18px;
}
.line-car .encart_prix.prixmarchand span.tvarecup {
  display: block;
  font-size: 12px;
}
.encart_prix.credit .viaxelWS {
  font-weight: normal;
  display: block !important;
  float: right;
  font-size: 14px;
}
.encart_prix.credit .viaxelWS .xlInf {
  font-size: 14px;
  text-align: right;
  font-weight: normal;
  text-transform: none;
}
.encart_prix.credit .viaxelWS .xlInf strong {
  font-size: 18px;
}
.encart_prix.credit .viaxelWS.vehicule .xlInf {
  font-size: 10px;
  text-align: right;
  font-weight: normal;
  text-transform: none;
}
.infocontainer {
  padding: 8px 0 0 0px;
  line-height: 20px;
}
.infocontainer .btnI {
  text-align: center;
  vertical-align: middle;
  line-height: 60px;
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.125s ease-in-out;
}
.infocontainer .btnI .btn {
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 0;
}
.line-car:hover .infocontainer .btnI {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.line-car:hover .infocontainer .btnI .btn {
  top: 10px;
}
.infocontainer .pictos {
  text-align: center;
  margin-top: 10px;
}
.infocontainer .pictos > div {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
.infocontainer .pictos > div div {
  padding: 5px 5px;
  font-size: 11px;
  display: inline-block;
  max-width: 80px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.thumbnail:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
}
.line-car:hover .thumbnail:after {
  content: "Voir le véhicule ";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  transition: all 0.125s ease-in-out;
  text-align: center;
  line-height: 200px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
}
.ElementCache {
  display: none !important;
}
#contact_page input[type=text] {
  font-size: 14px;
  border-radius: unset;
  box-sizing: border-box;
  margin: 5px 0;
  border: none;
  width: 100%;
  line-height: 24px;
}
#contact_page select {
  font-size: 14px;
  border-radius: unset;
  box-sizing: border-box;
  margin: 5px 0;
  border: none;
  width: 100%;
  line-height: 24px;
  -webkit-appearance: menulist;
}
#contact_page label {
  cursor: pointer;
  width: auto;
  text-align: left;
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 24px;
}
#contact_page label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#contact_page label .checkmark {
  transition: all 0.12s ease-in-out;
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #ccc;
  content: '  ';
  display: inline-block;
}
#contact_page label input[type=checkbox]:checked ~ .checkmark {
  visibility: visible;
  width: 16px;
  height: 16px;
  /*border-radius:8px;*/
}
#contact_page label a {
  font-weight: bold;
  text-decoration: underline;
}
#contact_page label a[target="_blank"]:after {
  font-family: Font Awesome\ 5 Free;
  font-size: 10px;
  content: " \f360";
}
#contact_page label .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
  transition: all 0.12s ease-in-out;
}
/* Show the checkmark when checked */
#contact_page label input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
  opacity: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* Style the checkmark/indicator */
#contact_page label .checkmark:after {
  left: 4px;
  top: 0;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 3px 3px 0;
}
#contact_page textarea {
  font-size: 14px;
  border-radius: 0;
  height: auto;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 5px 10px;
  border: none;
  width: 100%;
  line-height: 24px;
}
#contact_page .plein,
#contact_page .moitier {
  box-sizing: border-box;
  padding: 5px 0;
}
#contact_page .moitier {
  box-sizing: border-box;
  padding: 5px 10px;
}
#contact_page .moitier:nth-child(2n) {
  box-sizing: border-box;
  padding-right: 0;
}
#contact_page .moitier:nth-child(2n+1) {
  box-sizing: border-box;
  padding-left: 0;
}
#contact_page .required {
  color: red;
  font-weight: bold;
  font-variant-position: super;
}
#contact_page .message_formulaire {
  text-align: right;
}
#contact_page .btn-send {
  margin: 10px 0;
  line-height: 24px;
  display: inline-block;
  padding: 5px 40px;
  background: lightblue;
  font-weight: bold;
}
#contact_page .btn-send:hover {
  color: #000;
  background-color: #fff;
}
#contact_page .form-horizontal {
  width: 100%;
  max-width: 768px;
  margin: 15px auto;
}
@media screen and (max-width: 500px) {
  #contact_page .moitier {
    box-sizing: border-box;
    padding: 5px 0;
  }
  #contact_page .moitier:nth-child(2n) {
    box-sizing: border-box;
    padding: 5px 0;
  }
  #contact_page .moitier:nth-child(2n+1) {
    box-sizing: border-box;
    padding: 5px 0;
  }
}
#svositec_form_couleur {
  display: block;
  width: auto;
  text-align: left;
}
#svositec_form_couleur label {
  margin: 5px 8px;
  cursor: pointer;
  text-align: left;
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  border: 1px solid #ccc;
}
#svositec_form_couleur label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#svositec_form_couleur label .checkmark {
  border-radius: 14px;
  transition: all 0.12s ease-in-out;
  visibility: visible;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 28px;
  height: 28px;
  background: transparent;
  border: none;
  content: '  ';
  display: inline-block;
}
#svositec_form_couleur label input[type=checkbox]:checked ~ .checkmark {
  visibility: visible;
  width: 28px;
  height: 28px;
  /*border-radius:8px;*/
  border-radius: 14px;
  background-color: rgba(255, 255, 255, 0.5);
}
#svositec_form_couleur label .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
  transition: all 0.12s ease-in-out;
}
/* Show the checkmark when checked */
#svositec_form_couleur label input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
  opacity: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* Style the checkmark/indicator */
#svositec_form_couleur label .checkmark:after {
  left: 10px;
  top: 3px;
  width: 7px;
  height: 14px;
  border: solid #000;
  border-width: 0 3px 3px 0;
}
/** checkbox **/
.form_checkbox {
  position: relative;
}
.form_checkbox label {
  cursor: pointer;
  padding-left: 26px;
  position: relative;
  display: block;
  width: auto;
}
.form_checkbox label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.form_checkbox label .checkmark {
  border: 1px solid #ccc;
  border-radius: 3px;
  transition: all 0.12s ease-in-out;
  visibility: visible;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background: transparent;
  content: '  ';
  display: inline-block;
}
.form_checkbox label input[type=checkbox]:checked ~ .checkmark {
  visibility: visible;
  width: 16px;
  height: 16px;
  /*border-radius:8px;*/
  background-color: rgba(255, 255, 255, 0.5);
}
.form_checkbox label .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
  transition: all 0.12s ease-in-out;
}
/* Show the checkmark when checked */
.form_checkbox label input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
  opacity: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* Style the checkmark/indicator */
.form_checkbox label .checkmark:after {
  left: 6px;
  top: -4px;
  width: 8px;
  height: 13px;
  border: solid #000;
  border-width: 0 3px 3px 0;
}
.contact_proposition .ligne .col-centre {
  margin: 0 auto;
  text-align: center;
}
.contact_proposition .ligne .col-centre > div {
  display: inline-block;
}
.contact_proposition .ligne > div {
  box-sizing: border-box;
  padding: 5px 10px;
}
.contact_proposition .ligne .col-demi {
  width: 50%;
  display: block;
  float: left;
}
@media screen and (max-width: 767px) {
  .contact_proposition .ligne .col-demi {
    width: 100%;
    float: none;
  }
}
.modal .form-control {
  box-sizing: border-box;
}
.cont_trigger {
  cursor: pointer;
  height: 26px;
  width: 76px;
  padding: 2px;
  background: #ccc;
  color: #666;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  margin: 1% 2%;
}
.cont_trigger.active {
  background: #00c7fc;
  color: #fff;
}
.cont_trigger label {
  cursor: pointer;
  display: block;
  width: auto;
}
.cont_trigger.disabled label {
  cursor: not-allowed;
}
.cont_trigger .checkbox_lug {
  height: 22px;
  width: 22px;
  background: white;
  display: inline-block;
  vertical-align: top;
  float: left;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #ffffff;
}
.cont_trigger:hover .checkbox_lug {
  background: #00c7fc;
}
.cont_trigger.active .checkbox_lug {
  float: right;
}
.cont_trigger.active .checked {
  color: #ffffff;
}
.cont_trigger span {
  line-height: 28px;
  display: none;
  vertical-align: top;
  padding: 0 5px;
  text-align: center;
  text-transform: uppercase;
}
.cont_trigger span.active {
  display: block;
}
.cont_trigger input {
  display: none;
}
.contact_proposition .btn-send {
  cursor: pointer;
  background-color: #00c7fc;
  color: #fff;
  border: 1px solid #00c7fc;
  line-height: 36px;
  padding: 5px 20px;
}
.contact_proposition .btn-send:hover {
  background: #fff;
  color: #00c7fc;
}
#form_credit .form-modal {
  margin: 10px auto;
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box;
}
#form_credit p {
  font-size: 14px;
  margin: 0;
  padding: 0 0 10px 0;
}
.qtip-credit {
  background-color: #fff;
  border-color: #ccc;
  min-width: 300px;
  max-width: 800px;
}
/*.moitier.prel { position:relative;}*/
.ligne_credit {
  display: block;
  /* float: left; */
  font-size: 15px;
  /*width: 25%;*/
  text-align: center;
  box-sizing: border-box;
  /*height: 100%;*/
  /*position: absolute;*/
  /*left: 0;*/
  /* right: 0; */
  /*width: 40%;*/
  /*padding: 22px 5px;*/
}
.ligne_credit + .prix {
  margin-left: 40%;
}
.svositec_vehicule .flexbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.svositec_vehicule .flexbox .ligne_credit {
  width: 60%;
  flex-direction: column;
  display: flex;
  /*flex:1;*/
  align-items: center;
  justify-content: center;
}
.svositec_vehicule .flexbox .prix {
  flex: 1 1 50%;
  margin: 0;
  flex-direction: column;
  display: flex;
  /*flex:1;*/
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.svositec_vehicule .flexbox .fre {
  flex: 1 1 50%;
  margin: 0;
  flex-direction: column;
  display: flex;
  /*flex:1;*/
  align-items: center;
  justify-content: center;
  min-height: 59px;
  overflow: hidden;
  font-weight: bold;
  font-size: 25px;
  padding: 5px;
  border-right: 2px solid #ffffff;
}
.svositec_vehicule .flexbox .fre span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  padding-bottom: 5px;
}
.svositec_vehicule .flexbox.orga_viaxel .prix {
  width: 50%;
}
.svositec_vehicule .flexbox.orga_viaxel .ligne_credit {
  width: 50%;
}
.svositec_vehicule .flexbox.orga_vivafi .prix {
  width: 50%;
}
.svositec_vehicule .flexbox.orga_vivafi .ligne_credit {
  width: 50%;
}
.svositec_vehicule .flexbox.orga_cetelem .ligne_credit {
  background: #0680b7;
  color: #fff;
}
.svositec_vehicule .flexbox.orga_cetelem .prix {
  width: 40%;
  /*background: #454545;color:#fff;*/
}
body.splash .recherche_avancee {
  background-color: rgba(255, 255, 255, 0) !important;
}
.recherche_avancee h3 {
  color: #fff !important;
  text-shadow: 1px 1px #333;
}
.auto-complete {
  display: none;
  position: absolute;
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.7);
  /*margin-left: 25px;*/
  /*width: calc(45% - 15px);*/
  text-align: left;
  z-index: 999 !important;
  /*margin-top: -35px;*/
  margin: 0 !important;
  width: 100% !important;
}
.auto-complete ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.auto-complete ul li {
  padding: 5px 15px;
}
.auto-complete ul li:hover {
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.auto-complete ul li span {
  font-weight: bold;
}
.form-input {
  width: calc(40% - 10px) !important;
  height: 50px !important;
  font-size: 14px !important;
}
@media screen and (max-width: 501px) {
  /*.form-input {*/
  /*    width: calc(100% - 10px) !important;*/
  /*    float: left;*/
  /*    margin-left: 5px;*/
  /*}*/
  /*.auto-complete*/
  /*{*/
  /*    float: left;*/
  /*    margin-left: 0;*/
  /*    width: calc(100% - 15px);*/
  /*    position: relative;*/
  /*    margin-bottom: 15px;*/
  /*    background: rgba(255, 255, 255, 0.9);*/
  /*}*/
}
@media screen and (min-width: 501px) and (max-width: 1065px) {
  /*.auto-complete*/
  /*{*/
  /*    margin-left: calc(55% - 10px);*/
  /*}*/
}
#svositec_splash_bouton_rechercher_adv.btn {
  /*background: rgb(6, 128, 183);*/
  /*line-height: 30px;*/
  height: 50px;
  border-radius: 5px;
  margin-left: 10px;
}
.bloc_formulaire.button {
  display: inline-block;
  /*width: calc( 15% - 10px );*/
}
.bloc_formulaire {
  margin-bottom: 20px;
}
.preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-image: url('../images/loader.gif');
  background-repeat: no-repeat;
  background-color: #FFF;
  background-position: center;
}
.bloc_formulaire,
.bloc_formulaire label {
  text-align: left;
}
.bloc_formulaire .form-header label,
.bloc_formulaire .form-header h3 {
  font-size: 14px;
  line-height: 30px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  color: #191b28;
  margin-bottom: 5px;
  text-transform: uppercase;
  padding: 5px 15px;
}
.svoselect-contain > div.svoselect-outer > div.svoselect-display {
  font-size: 14px;
  line-height: 45px;
  width: 100%;
  color: #191b28;
  margin-bottom: 5px;
  text-transform: uppercase;
  padding: 0 !important;
}
#leformrecherche .form-group.form-header label::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  float: right;
}
.svoselect-contain > div.svoselect-outer::after {
  border-top: 5px solid rgba(0, 0, 0, 0.8);
}
.svoselect-contain {
  height: 45px;
  border-top: 1px solid #e5e5e5;
}
.bloc_formulaire .form-header label {
  padding: 10px 5px 0 0;
  margin-bottom: 0;
}
.bloc_formulaire .form-group input + label {
  width: auto;
  max-width: calc(100% - 40px);
}
.bloc_formulaire .form-group {
  line-height: 25px;
  font-size: 13px;
  position: relative;
}
.bloc_formulaire .form-group .form-group:last-child:not(:first-child) {
  margin-bottom: 5px;
}
.bloc_formulaire .show-more {
  font-weight: bold;
  cursor: pointer;
}
.bloc_formulaire .show-more > i {
  margin-left: 0;
  margin-right: 10px;
}
.bloc_formulaire .form-group input[type=radio],
.bloc_formulaire .form-group input[type=checkbox] {
  margin-right: 10px;
  margin-left: 0;
}
.bloc_formulaire .form-group input[type=text] {
  margin-top: 5px;
  border: 1px solid #ccc;
  background: #fff;
  line-height: 20px;
  height: 20px;
  padding: 3px;
}
.bloc_formulaire .form-group input[type=text]:first-child {
  margin-left: 0 !important;
}
.range-value-min,
.range-value-max {
  display: inline-block;
  width: calc(50% - 30px);
  margin: 0;
}
.range-value-min {
  text-align: left;
  padding-left: 5px;
}
.range-value-max {
  float: right;
  text-align: right;
  padding-right: 5px;
}
.range-select {
  width: 90%;
  margin: auto auto 25px;
}
.ui-slider-handle.ui-state-default.ui-corner-all {
  border-radius: 20px;
}
.ui-slider-horizontal {
  height: 4px;
}
.ui-slider-horizontal {
  border: none;
}
.ui-widget-content {
  background: none;
}
.ui-slider-horizontal .ui-slider-range {
  top: 3px;
}
.form-group.form-header > label {
  cursor: pointer;
}
.form-group.form-header > label > i {
  float: right;
  line-height: 20px;
  margin-right: 10px;
}
.svositec_splash {
  /*padding-top: 50px;*/
}
.ui-slider-handle,
.ui-slider-handle:hover,
.ui-slider-handle:focus {
  outline: none;
}
.row {
  display: block;
  width: 100%;
}
.col-50 {
  display: inline-block;
  width: calc(50% - 5px);
}
@media screen and (min-width: 1px) and (max-width: 300px) {
  .col-50 {
    display: inline-block;
    width: calc(100% - 5px);
  }
}
.consommation hr {
  display: none;
}
.lg-outer {
  margin-top: 70px;
  max-height: calc(100% - 70px);
}
.lSAction > .lSPrev,
.lSAction > .lSNext {
  font-weight: bold;
  color: #666;
  /*border: 2px solid #666;*/
  border-radius: 30px;
  /*background: none !important;*/
  line-height: 30px;
  text-align: center;
  font-size: 0;
}
.lSAction > .lSPrev {
  left: 0 !important;
}
.lSAction > .lSNext {
  right: 0 !important;
}
.lSPager.lSGallery {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  /*width: auto !important;*/
}
.lSPager.lSGallery li {
  display: flex !important;
}
#imageGallery img {
  max-width: 100%;
}
.lSAction > .lSPrev {
  background: url('../images/lSPrev.png') !important;
  background-size: contain !important;
}
.lSNext {
  background: url('../images/lSNext.png') !important;
  background-size: contain !important;
}
@media screen and (min-width: 1px) and (max-width: 500px) {
  .bloc_formulaire > input,
  .bloc_formulaire > select {
    margin-bottom: 6px;
  }
  #svositec_splash_bouton_rechercher_adv.btn {
    width: 100%;
    margin-left: 0;
  }
  .svositec_splash_formulaire .bloc_formulaire_container .bloc_formulaire {
    width: calc(100% - 17px);
  }
}
.bloc_formulaire .form-group[data-group-name] {
  margin-bottom: 10px;
  background: transparent;
}
.bloc_formulaire .form-group[data-group-name] .form-group:not(.form-header) {
  margin-left: 0;
}
.bloc_formulaire .form-group .row-flex {
  display: flex;
}
.bloc_formulaire .form-group .row-flex * {
  margin: 5px;
}
.bloc_formulaire .form-header + .form-group {
  padding-top: 5px;
  border-top: 1px solid #f0f0f0;
}
.bloc_formulaire .form-header label,
.bloc_formulaire .form-header h3 {
  box-sizing: border-box;
  border-bottom: 0;
}
/** bookmarks **/
#favlist {
  display: inline-block;
  margin-right: 10px;
  font-size: 25px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
#favlist .subMenuBaseline {
  display: none;
  background: rgba(255, 255, 255, 0.95);
  padding: 5px;
  min-width: 300px;
  border: 1px solid #ccc;
}
@media screen and (min-width: 960px) {
  #favlist {
    margin-top: 20px;
  }
  #favlist .subMenuBaseline {
    position: absolute;
    right: 0;
  }
}
@media screen and (min-width: 900px) {
  #favlist {
    margin-top: 20px;
  }
}
#favlist .subMenuBaseline ul {
  margin: 0;
  padding: 0;
}
#favlist .subMenuBaseline ul li {
  cursor: pointer;
  display: block;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
#favlist .subMenuBaseline ul li br {
  display: block;
}
#favlist .subMenuBaseline ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
#favlist .bookmark {
  text-align: left;
  display: block;
  clear: both;
}
#favlist #NbreSelect {
  display: inline-block;
  font-size: 10px;
}
#favlist .bookmark img {
  display: block;
  float: left;
  width: 90px;
  margin-right: 10px;
}
.love {
  font-size: 16px;
  position: absolute;
  top: 5px;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 7px 5px 5px;
  border-radius: 18px;
  color: #ffffff;
  right: 5px;
  left: auto;
}
.love.toRight {
  right: 10px;
  left: auto;
}
#favlist.active,
.love:hover,
.love.active {
  color: #fcb415;
}
#svositec_bouton_favori i {
  color: #fff;
}
#svositec_bouton_favori.active i {
  color: #fcb415;
}
/* gestion formulaire splash */
#svositec_splash_formulaire {
  position: relative;
}
#svositec_splash_formulaire .splash_recherche_libre {
  position: relative;
  display: inline-block;
  width: 100%;
  clear: both;
  margin: 0 5px 5px 5px;
}
#svositec_splash_formulaire .splash_recherche_group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
#svositec_splash_formulaire .splash_recherche_group input {
  box-sizing: border-box;
  width: 100% !important;
  border: none;
  background: transparent;
}
#svositec_splash_formulaire .splash_recherche_group button {
  outline: unset;
  background: none;
  border: none;
}
#svositec_splash_formulaire .splash_bloc_formulaire {
  padding: 0 10px 0;
}
#svositec_splash_formulaire .svositec_splash_formulaire {
  position: relative;
}
#svositec_splash_formulaire .recherche_avancee {
  position: relative;
}
@media screen and (min-width: 901px) {
  #svositec_splash_formulaire .recherche_avancee.stick {
    position: absolute;
    width: 100%;
    z-index: 10;
    bottom: 30px;
  }
}
#svositec_splash_formulaire .bloc_container {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 960px;
}
#svositec_splash_formulaire .bloc_container select {
  box-sizing: border-box;
}
#svositec_splash_formulaire .bloc_container select {
  margin: 0 5px 5px 5px;
  width: unset;
  min-width: 18%;
  flex: 1 1 auto;
}
#svositec_splash_formulaire .bloc_container .bloc_formulaire.button {
  margin: 0 5px 5px 5px;
  padding: 0;
  display: block;
  /*flex: 1 1 auto;*/
}
@media screen and (max-width: 900px) {
  .svositec_liste_vehicule.ligne .love {
    font-size: 16px;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 18px;
    color: #ffffff;
  }
  .svositec_liste_vehicule.ligne .love.toRight {
    right: 10px;
    left: auto;
  }
  .switch-lang {
    margin-top: -20px;
    margin-right: 25px;
    float: right;
  }
  #svositec_splash_formulaire .bloc_container .bloc_formulaire.button {
    flex: 1 1 100%;
  }
}
#svositec_splash_formulaire .bloc_container #svositec_splash_bouton_rechercher_adv.btn {
  margin: 0;
  /*width: 100%;*/
  padding: 0 30px;
  border-radius: 50px;
}
@media screen and (max-width: 900px) {
  #svositec_splash_formulaire .bloc_container select {
    flex: 1 1 47%;
  }
  .cnBtn {
    font-size: 0 !important;
    /* Cache le texte en réduisant sa taille à 0 */
  }
  .cnBtn i {
    font-size: 12px !important;
    /* Assure que l'icône conserve sa taille normale */
    line-height: 20px;
  }
}
@media screen and (max-width: 500px) {
  #svositec_splash_formulaire .bloc_container select {
    flex: 1 1 100%;
  }
}
#svositec_splash_formulaire .formulaire_header {
  margin: 0 auto;
  max-width: 960px;
}
#svositec_splash_formulaire .formulaire_header_container {
  display: flex;
  margin: 0 5px 5px 5px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 600px) {
  #svositec_splash_formulaire .formulaire_header_container {
    display: block;
  }
}
#svositec_splash_formulaire .formulaire_header h3 {
  margin: 0;
  padding: 10px 0 10px 0;
  text-transform: uppercase;
}
#svositec_splash_formulaire .formulaire_header a {
  align-self: center;
  flex: 1 0 auto;
  text-align: right;
}
#svositec_splash_formulaire .splash_formulaire_lien_vehicule {
  text-transform: uppercase;
  text-align: right;
}
/* Config Formulaire Splash par défaut */
#svositec_splash_formulaire .splash_formulaire_fond_header {
  background-color: transparent;
}
#svositec_splash_formulaire .splash_formulaire_fond_texte_header {
  border-radius: 5px;
  color: #FFFFFF;
}
#svositec_splash_formulaire .splash_formulaire_titre_h3 {
  text-shadow: none;
  color: #FFFFFF;
}
#svositec_splash_formulaire .recherche_avancee h3 {
  text-shadow: none;
  color: #FFFFFF;
}
#svositec_splash_formulaire .splash_formulaire_lien_vehicule {
  color: #FFFFFF;
}
#svositec_splash_formulaire .splash_formulaire_fond_select {
  color: #585858;
  background-color: #ffffff;
}
#svositec_splash_formulaire .splash_formulaire_fond_select option {
  background: #ffffff;
  color: #585858;
}
#svositec_splash_formulaire .splash_formulaire_fond_input {
  background-color: #ffffff;
}
#svositec_splash_formulaire .svositec_splash_formulaire .svositec_splash_bouton,
#svositec_splash_bouton_rechercher_adv {
  transition: all 0.2s ease-in-out;
  border: none;
  color: #585858;
  background-color: #ffffff;
}
#svositec_splash_formulaire .svositec_splash_formulaire .svositec_splash_bouton:hover,
#svositec_splash_bouton_rechercher_adv:hover {
  border: none;
  color: #ffffff;
  background-color: #585858;
}
#svositec_splash_formulaire .splash_formulaire_texte_libre {
  color: #585858;
}
#svositec_splash_formulaire .splash_formulaire_texte_libre input {
  color: #585858;
}
#svositec_splash_formulaire .splash_formulaire_texte_libre input::placeholder {
  color: #585858;
}
#svositec_splash_formulaire .splash_formulaire_fond_libre {
  border-radius: 5px;
  color: #585858;
  background-color: #ffffff;
}
/*@media screen and (min-width: 400px) {

  .modal_alerte_mandat {
    background: url(/canevas/svor/svositec/images/contactForm.jpg);
    background-size: cover;

    display: flex;
    flex-direction: row-reverse;

  }


  .modal_alerte_mandat > div {
    background: #fff;
    flex: 0 0 auto;
    width: 100%;
    max-width: 660px;
    display: flex;
    flex-direction: row-reverse;

  }
}*/
.modal_alerte_mandat .header-modal {
  padding: 10px 10px 10px 20px !important;
  background: none !important;
}
.modal_alerte_mandat .header-modal h1 {
  padding-left: 10px;
}
.modal_alerte_mandat .form-modal {
  margin-top: 0;
  width: 90% !important;
}
.modal_alerte_mandat .footer-modal {
  padding: 10px 10px 10px 20px !important;
}
.modal_alerte_mandat h1 {
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: -1px;
  font-weight: 600;
}
.modal_alerte_mandat h1 i {
  font-size: 26px;
}
.modal_alerte_mandat h2 {
  font-weight: 400;
}
.modal_alerte_mandat .ligne .col-centre {
  margin: 0 auto;
  text-align: center;
}
.modal_alerte_mandat .ligne .col-centre > div {
  display: inline-block;
}
.modal_alerte_mandat .ligne > div {
  box-sizing: border-box;
  padding: 5px 0;
}
.modal_alerte_mandat .ligne .col-demi {
  width: 50%;
  display: block;
  float: left;
  padding: 5px 0;
}
.modal_alerte_mandat label {
  display: none !important;
}
.modal_alerte_mandat .btn-close:active,
.modal_alerte_mandat .btn-ok:active {
  outline: none;
}
.modal_alerte_mandat .btn-close,
.modal_alerte_mandat .btn-ok {
  border: 1px solid #ccc;
  line-height: 20px;
  min-width: 100px;
  outline: none;
  transition: all 0.125s ease-in-out;
  margin: 0 15px;
  font-size: 16px;
  text-align: center;
  padding: 15px 30px;
  border-radius: 30px;
}
.modal_alerte_mandat .btn-close {
  background: #fff;
  color: #000;
}
.modal_alerte_mandat .btn-ok {
  color: #fff;
  background: #0680b7;
}
.modal_alerte_mandat .btn-close:hover {
  color: #000;
  background: #CCC;
}
.modal_alerte_mandat .btn-ok:hover {
  color: #fff;
  background: #076d99;
}
.modal_alerte_mandat .form-modal-buttons {
  margin: 15px 0 !important;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .modal_alerte_mandat .ligne .col-demi {
    width: 100%;
    float: none;
  }
}
.modal.modal_alerte_mandat .chosen-container-single .chosen-single {
  padding-left: 0;
  color: #454545;
  font-size: 12px;
}
.modal.modal_alerte_mandat .form-control::placeholder,
.modal_alerte_mandat .form-control {
  color: #454545;
  font-size: 12px;
}
.modal.modal_alerte_mandat .form-control,
.modal_alerte_mandat .form-control {
  box-sizing: border-box;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  width: calc(100% - 10px) !important;
  display: block;
  margin-right: 5px;
}
.modal .header-modal .button-cancel {
  transition: all 0.125s ease-in-out;
}
.modal .header-modal .button-cancel:hover {
  transform: rotate(180deg);
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
.modal.modal_alerte_mandat .form-control.fieldError.chosen-container-single .chosen-single,
.modal.modal_alerte_mandat .form-control.fieldError::placeholder {
  color: red !important;
}
.modal_alerte_mandat .form-control.fieldError {
  color: red !important;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
}
/* blocs remise */
.bloc_remise_vehicule {
  border: 2px solid #33bfff;
  box-shadow: 4px 4px 10px #000;
  position: absolute;
  top: 2%;
  right: 2%;
  background: #1f80b7;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  text-align: center;
  color: white;
}
.bloc_remise_vehicule > div:first-child {
  line-height: 110px;
  font-weight: bold;
  font-size: 33px;
  color: inherit;
}
.bloc_remise_vehicule > div:last-child {
  position: absolute;
  top: 60%;
  font-size: 18px;
  text-align: center;
  width: 100%;
  color: inherit;
}
@media screen and (min-width: 1200px) {
  .bloc_remise_vehicule {
    right: 7%;
  }
}
@media screen and (min-width: 840px) and (max-width: 1065px) {
  .bloc_remise_vehicule {
    right: 7%;
  }
}
@media screen and (max-width: 599px) {
  .bloc_remise_vehicule {
    right: 2%;
  }
}
@media screen and (max-width: 639px) {
  .bloc_remise_vehicule {
    width: 80px;
    height: 80px;
    right: 2%;
  }
  .bloc_remise_vehicule > div:first-child {
    line-height: 70px;
    font-weight: bold;
    font-size: 20px;
    color: white;
  }
  .bloc_remise_vehicule > div:last-child {
    font-size: 13px;
  }
}
.liste-car .bloc_remise {
  border: 2px solid #33bfff;
  box-shadow: 4px 4px 10px #000;
  position: absolute;
  top: 4%;
  right: 4%;
  background: #1f80b7;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  color: white;
}
.liste-car .bloc_remise > div:first-child {
  line-height: 3.1em;
  font-weight: bold;
  font-size: 1.5em;
  color: inherit;
}
.liste-car .bloc_remise > div + div {
  position: absolute;
  top: 61%;
  font-size: 0.77em;
  text-align: center;
  width: 100%;
  color: inherit;
}
.liste-car .line-car-liste .bloc_remise {
  border: none;
  box-shadow: 1px 1px 3px #000;
  position: absolute;
  top: 22%;
  right: 1.5%;
  background: #1f80b7;
  width: 70px;
  height: 35px;
  border-radius: 10%;
  text-align: center;
  color: white;
}
.liste-car .line-car-liste .bloc_remise > div:first-child {
  line-height: 1.7em;
  font-weight: bold;
  font-size: 1.5em;
  color: inherit;
}
.svositec_nouveaute .bloc_remise {
  border: 2px solid #33bfff;
  box-shadow: 4px 4px 10px #000;
  position: absolute;
  top: 4%;
  right: 4%;
  margin: 0 !important;
  background: #1f80b7;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  text-align: center;
  color: white;
}
.svositec_nouveaute .bloc_remise > span:first-child {
  display: block;
  line-height: 3.7em;
  font-weight: bold;
  font-size: 1.17em;
  color: inherit;
}
.svositec_nouveaute .bloc_remise > span + span {
  display: block;
  position: absolute;
  top: 61%;
  font-size: 0.77em;
  text-align: center;
  width: 100%;
  color: inherit;
}
/** Avis clients **/
.avis_clients {
  font-size: 16px;
  max-width: 75rem;
  margin: 20px auto;
}
.avis_clients ul {
  display: block;
  text-align: center;
  margin-top: 0;
}
.avis_clients .pagination {
  font-size: 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
}
.avis_clients .pagination a,
.avis_clients .pagination span {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: 1px;
  line-height: 30px;
  border-radius: 100%;
  margin-left: 2px;
  margin-right: 2px;
  background: #0c7ce6;
  border: 1px solid #0c7ce6;
  color: #fff;
}
.avis_clients .pagination :hover {
  background-color: #ffffff;
  color: #0c7ce6;
}
.avis_clients .pagination .current {
  background-color: #ffffff;
  color: #0c7ce6;
  cursor: default;
}
.avis_clients .pagination .current.prev,
.avis_clients .pagination .current.next {
  color: #666;
  border-color: #999;
  background: #ccc;
}
.avis_clients .titre_avis {
  font-size: 15px;
  margin: 15px auto;
  text-align: center;
}
.avis_clients img {
  display: inline-block !important;
  vertical-align: middle;
}
.avis_clients .debug {
  margin: 20px;
  background: #2AA7DE;
  border-left: 12px solid #1b6d85;
  padding: 10px 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.avis_clients .note_img {
  display: inline !important;
  vertical-align: middle;
  height: 24px;
}
.avis_clients .note_value {
  display: inline !important;
  vertical-align: middle;
  line-height: 24px;
  font-size: 14px;
}
.avis_clients .btn_avis {
  font-size: 18px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: bold;
  color: #333;
  display: block;
}
.avis_clients .debug pre {
  word-break: break-word;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
.avis_clients ul.infos_stock {
  margin: 0;
  padding: 0;
  list-style: none outside;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.avis_clients ul.infos_stock li {
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  padding: 5px 0 15px 0;
}
.avis_clients ul.infos_stock li span {
  text-transform: none;
  color: #aaa;
  font-size: 14px;
  font-weight: normal;
  float: right;
  text-align: right;
}
.avis_clients ul.classement {
  margin: 10px 30px;
  padding: 0;
  list-style: none outside;
}
.avis_clients ul.classement li {
  font-size: 16px !important;
  margin: 0;
  padding: 0 0;
  text-align: left;
}
.avis_clients ul.classement li.positif span {
  color: green;
}
.avis_clients ul.classement li.neutre span {
  color: orange;
}
.avis_clients ul.classement li.negatif span {
  color: darkred;
}
.avis_clients ul.classement li span {
  line-height: 40px;
  font-size: 16px !important;
  float: right;
  font-weight: bold;
}
.avis_clients .logo_stock {
  text-align: left;
}
.avis_clients .logo_stock img {
  max-height: 40px;
  margin: 0;
  max-width: none;
  display: inline-block;
}
.avis_clients .liste_avis {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: left;
  width: 100%;
}
.avis_clients .avis_user {
  font-size: 16px;
  text-align: left;
  padding: 5px;
}
.avis_clients .avis_date {
  float: right;
  font-size: 12px;
  color: #B1B1B2;
  text-align: right;
  padding: 5px;
}
.avis_clients .avis_vehicule {
  font-size: 15px;
  text-align: left;
  padding: 5px;
  color: #CBB11E;
}
.avis_clients .avis_vehicule img {
  float: right;
  width: 80px;
}
.avis_clients .avis_message {
  min-height: 80px;
  overflow: hidden;
  border-top: 1px solid #ccc;
  font-size: 14px;
  line-height: 1.8;
  padding: 5px;
}
.avis_clients .avis_note {
  text-align: right;
}
.avis_clients {
  margin: 20px auto;
}
.avis_clients .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.avis_clients .column,
.avis_clients .columns {
  box-sizing: border-box;
}
.avis_clients .avis {
  padding: 5px 10px 15px 10px;
}
.avis_clients h2.titre_avis2 {
  font-weight: lighter;
  line-height: 24px;
  margin-bottom: 17px;
  margin-top: 0;
  font-size: 24px;
  text-transform: uppercase;
  text-align: left !important;
}
.avis_clients h1 {
  margin: 0;
  padding: 10px 60px 10px 0;
  text-align: right;
  font-weight: 900;
  font-size: 32px;
  text-transform: uppercase;
}
.avis_clients h1.center {
  text-align: center;
  padding-right: 0;
}
.avis_clients .row.field input,
.avis_clients .row.field textarea {
  margin-bottom: 10px;
}
.avis_clients input[type=text],
.avis_clients textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 5px;
}
.avis_clients textarea {
  min-height: 100px;
}
.avis_clients .btn_commentaire {
  background-color: #fff !important;
  color: #333 !important;
  border: 2px solid #333 !important;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  cursor: pointer;
}
.avis_clients .btn_commentaire:hover {
  background-color: #333 !important;
  color: #fff !important;
}
.avis_clients .star-cb-group {
  /* remove inline-block whitespace */
  font-size: 0;
  /* flip the order so we can use the + and ~ combinators */
  unicode-bidi: bidi-override;
  direction: rtl;
  /* the hidden clearer */
}
.avis_clients .star-cb-group * {
  font-size: 40px;
}
.avis_clients .star-cb-group > input {
  display: none;
}
.avis_clients .star-cb-group > input + label {
  /* only enough room for the star */
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 48px;
  line-height: 40px;
  white-space: nowrap;
  cursor: pointer;
}
.avis_clients .star-cb-group > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: url('/canevas/svor/svositec/images/avis/off.png');
  /*color: #888;*/
}
.avis_clients .star-cb-group > input:checked ~ label:before,
.avis_clients .star-cb-group > input + label:hover ~ label:before,
.avis_clients .star-cb-group > input + label:hover:before {
  content: url('/canevas/svor/svositec/images/avis/on.png');
  color: #fcb415;
  /*text-shadow: 0 0 1px #333;*/
}
.avis_clients .star-cb-group > .star-cb-clear + label {
  text-indent: -9999px;
  width: 0.5em;
  margin-left: -0.5em;
}
.avis_clients .star-cb-group > .star-cb-clear + label:before {
  width: 0.5em;
}
.avis_clients .star-cb-group:hover > input + label:before {
  content: url('/canevas/svor/svositec/images/avis/off.png');
  /*color: #888;*/
  text-shadow: none;
}
.avis_clients .star-cb-group:hover > input + label:hover ~ label:before,
.avis_clients .star-cb-group:hover > input + label:hover:before {
  content: url('/canevas/svor/svositec/images/avis/on.png');
  color: #fcb415;
  /*text-shadow: 0 0 1px #333;*/
}
.pull-right {
  float: right !important;
}
@media only screen and (max-width: 580px) {
  .desktopview {
    display: none !important;
  }
}
/* liste avis clients  */
.liste_avis {
  margin: 20px auto;
}
.liste_avis .avis_user {
  font-size: 16px;
  text-align: left;
  padding: 5px;
}
.liste_avis .avis_date {
  float: right;
  font-size: 12px;
  color: #B1B1B2;
  text-align: right;
  padding: 5px;
}
.liste_avis .avis_vehicule {
  font-size: 15px;
  text-align: left;
  padding: 5px;
  color: #CBB11E;
  /*display: flex;*/
}
.liste_avis .avis_vehicule img {
  float: right;
  width: 80px;
}
.liste_avis .item {
  padding: 0px 10px;
  margin: 0px 10px;
  box-sizing: border-box;
}
.liste_avis .avis_message {
  min-height: 80px;
  overflow: hidden;
  border-top: 1px solid #ccc;
  font-size: 14px;
  line-height: 1.8;
  padding: 5px;
  min-height: 150px;
  text-overflow: ellipsis;
}
.liste_avis .avis_note {
  text-align: right;
}
.liste_avis .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.liste_avis .column,
.liste_avis .columns {
  box-sizing: border-box;
}
/* comparateur sélection favoris */
#compare {
  background: #ffffff;
}
#compare .container {
  margin: 0px auto;
  padding: 0px 20px;
  box-sizing: border-box;
  max-width: 1300px;
}
#compare .hidden {
  display: none !important;
}
#compare div.vignette {
  text-align: center;
  overflow: hidden;
}
#compare div.vignette img {
  height: auto;
  width: 100%;
}
#compare .iminfo {
  width: 28px;
  height: auto;
}
#compare select {
  appearance: unset;
  width: 100%;
  -webkit-appearance: menulist;
}
#compare input[type="checkbox"] {
  display: inline;
}
#compare h1 {
  font-size: 2.4em;
  padding: 0;
  color: #9B9B9B;
}
#compare h3 {
  padding: 5px 0px;
}
#compare table {
  margin: 0px;
}
#compare .table-responsive {
  margin: 30px 0 0 0;
  border: 0;
}
#compare .table-responsive table {
  width: 100%;
}
#compare .delete {
  display: block;
  margin: 0 0 10px 0;
}
#compare .delete a {
  color: #FD7403;
}
#compare .delete i {
  font-size: 18px;
}
#compare tr.borderBottom {
  display: block;
  width: 100% !important;
}
#compare td {
  vertical-align: top;
  padding: 10px;
  margin: 0 ;
}
#compare td img {
  display: inline-block;
  margin: 0 5px 0 0;
}
#compare td img.calage {
  display: block;
  height: 1px;
  width: 283px;
}
#compare td .refAuto {
  margin: 5px 0 0 0;
  color: #636363;
  text-transform: uppercase;
  font-size: 16px;
}
#compare td .textLight {
  font-size: 14px;
}
#compare td .prix {
  white-space: nowrap;
  font-size: 20px;
}
#compare td .carac {
  padding: 10px 0 0 0;
  display: inline-block;
}
#compare td .carac .textLight {
  font-weight: 100;
}
#compare td .carac p {
  margin: 0;
}
#compare td .carac span {
  font-size: 1.3em;
  font-weight: 400;
}
#compare td li {
  list-style-type: none;
  line-height: 18px;
  display: flex;
  flex-wrap: no;
  flex-direction: row;
}
#compare td li:before {
  content: '-';
  padding-right: 5px;
}
#compare td.colUn,
#compare td.colDeux,
#compare td.colTrois {
  width: 23%;
  max-width: 320px;
}
#compare ul {
  padding: 0;
  margin: 0;
  list-style: none outside;
}
#compare ul span {
  font-weight: normal;
}
#compare .options li span,
#compare .equipements li span {
  font-weight: normal;
  flex: 1 1 auto;
}
#compare .options .montant,
#compare .equipements .montant {
  white-space: nowrap;
  font-weight: 600;
  flex: 1 1 auto;
  margin-right: 0;
  text-align: right;
}
#compare .options .title,
#compare .equipements .title {
  font-size: 1.2em;
}
#compare .btn-demander {
  text-transform: uppercase;
}
#compare .caracteristiques .to_compare {
  display: flex;
  line-height: 25px;
  padding-bottom: 1px;
  border-bottom: 1px solid #9B9B9B;
}
#compare .caracteristiques .to_compare > span {
  padding: 2px 10px;
  flex: 1 1 40%;
  background: #f0f0f0;
}
#compare .caracteristiques .to_compare > span:first-child {
  background: transparent;
  flex: 1 1 60%;
}
@media (max-width: 479px) {
  #compare {
    padding: 0 0 0 0;
  }
  #compare .iminfo {
    display: none;
  }
  #compare .options .montant,
  #compare .equipements .montant {
    white-space: nowrap;
    display: block;
    text-align: right;
  }
  #compare .caracteristiques .to_compare {
    display: block;
    line-height: 25px;
    padding-bottom: 1px;
    border-bottom: none;
    /*1px solid @grisClair;*/
  }
  #compare .caracteristiques .to_compare > span {
    display: block;
    padding: 0;
    /*padding:2px 10px;flex:1 1 40%;*/
    background: #f0f0f0;
  }
  #compare .caracteristiques .to_compare > span:first-child {
    display: block;
    /*background:transparent;flex:1 1 60%*/
  }
  #compare td img.calage {
    display: block;
    height: 1px;
    width: 110px;
  }
  #compare td.colUn,
  #compare td.colDeux {
    display: table-cell;
  }
  #compare td.colTrois,
  #compare td.colQuatre {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #compare {
    padding: 0 0 0 0;
  }
  #compare .caracteristiques .to_compare {
    display: flex;
    line-height: 25px;
    padding-bottom: 1px;
    border-bottom: 1px solid #9B9B9B;
  }
  #compare .caracteristiques .to_compare > span {
    padding: 2px 10px;
    flex: 1 1 40%;
    background: #f0f0f0;
  }
  #compare .caracteristiques .to_compare > span:first-child {
    background: transparent;
    flex: 1 1 60%;
  }
  #compare td img.calage {
    display: block;
    height: 1px;
    width: 110px;
  }
  #compare td.colUn,
  #compare td.colDeux {
    display: table-cell;
  }
  #compare td.colTrois,
  #compare td.colQuatre {
    display: none !important;
  }
}
@media (min-width: 768px) {
  #compare {
    padding: 150px 0 0 0;
  }
  #compare td img.calage {
    display: block;
    height: 1px;
    width: 200px;
  }
  #compare td.colUn,
  #compare td.colDeux {
    display: table-cell;
  }
  #compare td.colTrois {
    display: table-cell;
  }
  #compare td.colQuatre {
    display: none;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #compare {
    padding: 15px 0 0 0;
  }
  #compare td img.calage {
    display: block;
    height: 1px;
    width: 250px;
  }
  #compare td.colUn,
  #compare td.colDeux,
  #compare td.colTrois,
  #compare td.colQuatre {
    display: table-cell;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #compare {
    padding: 15px 0 0 0;
  }
  #compare td img.calage {
    display: block;
    height: 1px;
    width: 280px;
  }
  #compare td.colUn,
  #compare td.colDeux,
  #compare td.colTrois,
  #compare td.colQuatre {
    display: table-cell;
  }
}
@media (min-width: 992px) {
  #compare .infos {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  #compare .infos > div {
    flex: 1 1 auto;
  }
  #compare .infos > div:last-child {
    flex: 0 2 auto;
  }
  #compare .colSummary {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  #compare .colSummary .to_compare {
    flex: 1 2 50%;
  }
  #compare div[data-maxkm] {
    order: 1;
  }
  #compare div[data-energy] {
    order: 3;
  }
  #compare div[data-year] {
    order: 2;
  }
  #compare div[data-transmission] {
    order: 4;
  }
}
/* comparateur sélection favoris */
#generation_offre {
  background: #ffffff;
}
#generation_offre .bouton {
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 10px 10px 10px 10px;
  padding: 15px 15px 15px 15px;
  margin: 10px 0;
  border: none;
  display: inline-block;
  cursor: pointer;
}
#generation_offre .row {
  display: flex !important;
}
#generation_offre .columns {
  float: none !important;
  place-self: center;
}
#generation_offre .container {
  margin: 0px auto;
  padding: 0px 20px;
  box-sizing: border-box;
  max-width: 1300px;
}
#generation_offre .hidden {
  display: none !important;
}
#generation_offre div.vignette {
  text-align: center;
  overflow: hidden;
}
#generation_offre div.vignette img {
  height: auto;
  width: 100%;
}
#generation_offre .iminfo {
  width: 28px;
  height: auto;
}
#generation_offre select {
  appearance: unset;
  width: 100%;
  -webkit-appearance: menulist;
}
#generation_offre input[type="checkbox"] {
  display: inline;
}
#generation_offre h1 {
  font-size: 2.4em;
  padding: 0;
  color: #9B9B9B;
}
#generation_offre h3 {
  padding: 5px 0px;
}
#generation_offre table {
  margin: 0px;
}
#generation_offre .table-responsive {
  margin: 30px 0 0 0;
  border: 0;
}
#generation_offre .table-responsive table {
  width: 100%;
}
#generation_offre .delete {
  display: block;
  margin: 0 0 10px 0;
}
#generation_offre .delete a {
  color: #FD7403;
}
#generation_offre .delete i {
  font-size: 18px;
}
#generation_offre tr.borderBottom {
  display: block;
  width: 100% !important;
}
#generation_offre td {
  vertical-align: top;
  padding: 10px;
  margin: 0 ;
}
#generation_offre td img {
  display: inline-block;
  margin: 0 5px 0 0;
}
#generation_offre td img.calage {
  display: block;
  height: 1px;
  width: 283px;
}
#generation_offre td .refAuto {
  margin: 5px 0 0 0;
  color: #636363;
  text-transform: uppercase;
  font-size: 16px;
}
#generation_offre td .textLight {
  font-size: 14px;
}
#generation_offre td .prix {
  white-space: nowrap;
  font-size: 20px;
}
#generation_offre td .carac {
  padding: 10px 0 0 0;
  display: inline-block;
}
#generation_offre td .carac .textLight {
  font-weight: 100;
}
#generation_offre td .carac p {
  margin: 0;
}
#generation_offre td .carac span {
  font-size: 1.3em;
  font-weight: 400;
}
#generation_offre td li {
  list-style-type: none;
  line-height: 18px;
  display: flex;
  flex-wrap: no;
  flex-direction: row;
}
#generation_offre td li:before {
  content: '-';
  padding-right: 5px;
}
#generation_offre td.colUn,
#generation_offre td.colDeux,
#generation_offre td.colTrois {
  width: 23%;
  max-width: 320px;
}
#generation_offre ul {
  padding: 0;
  margin: 0;
  list-style: none outside;
}
#generation_offre ul span {
  font-weight: normal;
}
#generation_offre .options li span,
#generation_offre .equipements li span {
  font-weight: normal;
  flex: 1 1 auto;
}
#generation_offre .options .montant,
#generation_offre .equipements .montant {
  white-space: nowrap;
  font-weight: 600;
  flex: 1 1 auto;
  margin-right: 0;
  text-align: right;
}
#generation_offre .options .title,
#generation_offre .equipements .title {
  font-size: 1.2em;
}
#generation_offre .btn-demander {
  text-transform: uppercase;
}
#generation_offre .caracteristiques .to_compare {
  display: flex;
  line-height: 25px;
  padding-bottom: 1px;
  border-bottom: 1px solid #9B9B9B;
}
#generation_offre .caracteristiques .to_compare > span {
  padding: 2px 10px;
  flex: 1 1 40%;
  background: #f0f0f0;
}
#generation_offre .caracteristiques .to_compare > span:first-child {
  background: transparent;
  flex: 1 1 60%;
}
@media (max-width: 479px) {
  #compare {
    padding: 0 0 0 0;
  }
  #compare .iminfo {
    display: none;
  }
  #compare .options .montant,
  #compare .equipements .montant {
    white-space: nowrap;
    display: block;
    text-align: right;
  }
  #compare .caracteristiques .to_compare {
    display: block;
    line-height: 25px;
    padding-bottom: 1px;
    border-bottom: none;
    /*1px solid @grisClair;*/
  }
  #compare .caracteristiques .to_compare > span {
    display: block;
    padding: 0;
    /*padding:2px 10px;flex:1 1 40%;*/
    background: #f0f0f0;
  }
  #compare .caracteristiques .to_compare > span:first-child {
    display: block;
    /*background:transparent;flex:1 1 60%*/
  }
  #compare td img.calage {
    display: block;
    height: 1px;
    width: 110px;
  }
  #compare td.colUn,
  #compare td.colDeux {
    display: table-cell;
  }
  #compare td.colTrois,
  #compare td.colQuatre {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #compare {
    padding: 0 0 0 0;
  }
  #compare .caracteristiques .to_compare {
    display: flex;
    line-height: 25px;
    padding-bottom: 1px;
    border-bottom: 1px solid #9B9B9B;
  }
  #compare .caracteristiques .to_compare > span {
    padding: 2px 10px;
    flex: 1 1 40%;
    background: #f0f0f0;
  }
  #compare .caracteristiques .to_compare > span:first-child {
    background: transparent;
    flex: 1 1 60%;
  }
  #compare td img.calage {
    display: block;
    height: 1px;
    width: 110px;
  }
  #compare td.colUn,
  #compare td.colDeux {
    display: table-cell;
  }
  #compare td.colTrois,
  #compare td.colQuatre {
    display: none !important;
  }
}
@media (min-width: 768px) {
  #compare {
    padding: 150px 0 0 0;
  }
  #compare td img.calage {
    display: block;
    height: 1px;
    width: 200px;
  }
  #compare td.colUn,
  #compare td.colDeux {
    display: table-cell;
  }
  #compare td.colTrois {
    display: table-cell;
  }
  #compare td.colQuatre {
    display: none;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #compare {
    padding: 15px 0 0 0;
  }
  #compare td img.calage {
    display: block;
    height: 1px;
    width: 250px;
  }
  #compare td.colUn,
  #compare td.colDeux,
  #compare td.colTrois,
  #compare td.colQuatre {
    display: table-cell;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #compare {
    padding: 15px 0 0 0;
  }
  #compare td img.calage {
    display: block;
    height: 1px;
    width: 280px;
  }
  #compare td.colUn,
  #compare td.colDeux,
  #compare td.colTrois,
  #compare td.colQuatre {
    display: table-cell;
  }
}
@media (min-width: 992px) {
  #compare .infos {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  #compare .infos > div {
    flex: 1 1 auto;
  }
  #compare .infos > div:last-child {
    flex: 0 2 auto;
  }
  #compare .colSummary {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  #compare .colSummary .to_compare {
    flex: 1 2 50%;
  }
  #compare div[data-maxkm] {
    order: 1;
  }
  #compare div[data-energy] {
    order: 3;
  }
  #compare div[data-year] {
    order: 2;
  }
  #compare div[data-transmission] {
    order: 4;
  }
}
.offredumoment > div {
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 5px 10px;
  border-radius: 5px;
  background: #CCCCCC;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  float: left;
}
.promos {
  position: absolute;
  top: 8px;
  left: 8px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.promos > div {
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 5px 10px;
  border-radius: 15px;
  background: #CCCCCC;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}
.offredumoment {
  position: relative;
  top: 8px;
  left: 8px;
  display: block;
  flex-wrap: wrap;
  flex-direction: row;
}
.offredumoment > div {
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 5px 10px;
  background: transparent;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid;
  border-radius: 30px;
}
.offredumoment div[class^='pmt_'],
.offredumoment div[class*=' pmt_'] {
  border: 1px solid;
  border-radius: 30px;
  background: transparent;
  color: #000;
}
.svositec_vehicule .promos {
  top: 10px;
  left: 60px;
}
@media screen and (max-width: 767px) {
  .svositec_vehicule .promos {
    top: 10px;
    left: 30px;
  }
}
#suggestions-vehicules .promos {
  left: 10px;
}
.userLogin {
  display: inline-block;
  text-align: right;
  position: absolute;
  right: 40px;
  top: 0px;
  z-index: 20000;
}
.userLogin > div {
  font-size: 12px;
  margin: 0px auto;
}
.userLogin.notlogged {
  top: 15px;
}
.cnBtn {
  outline: none;
  display: inline-block;
  padding: 5px 10px;
  color: #ffffff;
  background: #2ecc71;
  border-color: #2ecc71;
  border-radius: 4px;
  line-height: 14px;
  font-size: 14px;
  text-transform: uppercase;
  transition: all ease-in-out 125ms;
}
.cnBtn:active,
.cnBtn:focus {
  outline: none;
}
.dnBtn {
  outline: none;
  display: inline-block;
  padding: 5px 10px;
  color: #ffffff;
  background: #e74c3c;
  border-color: #e74c3c;
  border-radius: 4px;
  line-height: 14px;
  font-size: 14px;
  text-transform: uppercase;
  transition: all ease-in-out 125ms;
}
.dnBtn:active,
.dnBtn:focus {
  outline: none;
}
.dnBtn:hover {
  background: #c0392b;
}
@media screen and (max-width: 899px) {
  .main-menu-btn {
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .main-menu-btn {
    left: 20px;
  }
}
/* Badges */
.badgedispo {
  text-align: center;
  margin: 5px auto;
}
.badgedispo .badge {
  display: inline-block;
  min-width: 4px;
  padding: 4px 8px;
  /*  font-size: @font-size-small;
  font-weight: @badge-font-weight;
  color: @badge-color;
  line-height: @badge-line-height;*/
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #f0f0f0;
  color: #000;
  border-radius: 12px;
  line-height: 12px;
  font-size: 12px;
  /*  background-color: @badge-bg;
  border-radius: @badge-border-radius;*/
}
.badgedispo .badge.rouge {
  background: #FC6258;
  color: #fff;
}
.badgedispo .badge.bleu {
  background: #6986c3;
  color: #fff;
}
.badgedispo .badge.vert {
  background: yellowgreen;
  color: #fff;
}
.badgedispo .badge.orange {
  background: #4B5A7B;
  color: #fff;
}
.badgedispo .badge.orange2 {
  background: #fd971f;
  color: #fff;
}
.badgedispo .badge.gris {
  background: #666666;
  color: #fff;
}
.badgedispo .badge:empty {
  display: none;
}
.badgedispo .badge.d_e {
  color: #000;
  background: #6dd1a9 !important;
  font-size: 14px;
}
.badgedispo .badge.livre {
  color: #fff;
  background: #4B5A7B !important;
  font-size: 14px;
}
.badgedispo .badge.gagne {
  color: #000;
  background: #fd971f !important;
  font-size: 14px;
}
.badgedispo .badge.vide {
  color: #000;
  background: none !important;
  font-size: 14px;
}
.badgedispo .badge.dispo_v {
  margin: 5px auto !important;
}
.badgedispo .badge.dispo_v.dispo_s00 {
  max-width: 120px;
  margin: 5px 10px;
  box-sizing: border-box;
  width: calc(100% - 20px);
  color: #fff;
  font-size: 12px;
  background-color: #6dd1a9 !important;
}
.badgedispo .badge.dispo_v.dispo_s10 {
  max-width: 120px;
  margin: 5px 10px;
  box-sizing: border-box;
  width: calc(100% - 20px);
  color: #fff;
  font-size: 12px;
  background-color: #fd971f !important;
}
.badgedispo .badge.dispo_v.dispo_s20 {
  max-width: 120px;
  margin: 5px 10px;
  box-sizing: border-box;
  width: calc(100% - 20px);
  color: #fff;
  font-size: 12px;
  background-color: #ef3623 !important;
}
.badgedispo .badge.dispo_v.dispo_s30 {
  max-width: 120px;
  margin: 5px 10px;
  box-sizing: border-box;
  width: calc(100% - 20px);
  color: #fff;
  font-size: 12px;
  background-color: #4B5A7B !important;
}
.badgedispo .badge.dispo_v.dispo_s40 {
  max-width: 120px;
  margin: 5px 10px;
  box-sizing: border-box;
  width: calc(100% - 20px);
  color: grey;
  font-size: 12px;
}
.badgedispo .badge.dispo_v.dispo_s999 {
  max-width: 120px;
  margin: 5px 10px;
  box-sizing: border-box;
  width: calc(100% - 20px);
  color: grey;
  font-size: 12px;
}
.line-car-liste .badgedispo {
  text-align: left;
  display: block;
}
.flexboxcentervetical {
  display: flex !important;
  align-content: center;
}
.flexboxcentervetical span:first-child {
  font-size: 16px;
  padding: 0 8px;
}
.flexboxcentervetical > span {
  flex: 1 1 auto;
  display: block;
  align-self: center;
}
/** bloc inscription utilisateur **/
.form-inscription {
  margin-top: 30px !important;
}
.form-inscription .error {
  color: #de5353;
}
.form-inscription .obligatoire {
  padding-right: 5px;
}
.form-inscription label {
  width: auto !important;
}
.form-inscription label span.error {
  display: none;
}
.form-inscription label.error > span.error {
  padding-left: 10px;
  font-weight: bold;
  display: inline;
}
.form-inscription .bloc_div h4 {
  padding: 15px 0;
  border-bottom: 2px solid #909090;
  background: none;
  font-size: 16px;
}
.form-inscription .bloc_div .container {
  padding: 10px;
  background: #ffffff;
}
.form-inscription ul li {
  list-style: none;
  display: inline-block;
  padding: 5px;
  margin: 10px;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #c5c5c5;
  font-size: 16px;
  border-radius: 5px;
}
.form-inscription ul li:hover {
  box-shadow: 0 0 4px 1px #384e6a;
}
.form-inscription ul li label.radio {
  text-align: center;
  cursor: pointer;
}
.form-inscription ul li input {
  display: none;
}
.form-inscription ul li input:checked + label.radio h2 {
  color: #F64C28;
}
.form-inscription ul li label.radio h2 {
  text-transform: uppercase;
  cursor: pointer;
}
.form-inscription ul li label.radio span {
  display: block;
  background: #d5d5d5;
  color: #384e6a;
  cursor: pointer;
  font-size: 16px;
  margin: 10px 0;
  padding: 10px 5px;
}
.form-inscription ul li input:checked + label.radio span {
  background: #F64C28;
  color: #ffffff;
}
.form-inscription .cont_trigger {
  margin-left: 0;
}
.form-inscription .cont_trigger span {
  line-height: 23px;
}
.form-inscription .conditions {
  margin: 0 10px;
  border: 1px solid #AAA;
  padding: 10px;
  border-radius: 0;
}
.form-inscription .conditions > div {
  overflow: auto;
  height: 120px;
}
.form-inscription .field {
  padding: 10px;
}
.form-inscription label {
  text-align: left;
}
.form-inscription select {
  width: 100%;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.07);
  font-family: Arial, sans-serif;
  -webkit-appearance: none;
  outline: 0;
  height: 35px;
  padding: 9px 12px;
  line-height: normal;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
  min-height: 35px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.form-inscription button {
  outline: none;
  display: inline-block;
  padding: 10px 15px;
  color: #ffffff;
  background: #2ecc71;
  border: 1px solid #2ecc71;
  border-radius: 4px;
  line-height: 14px;
  font-size: 14px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all ease-in-out 125ms;
}
.form-inscription button:active,
.form-inscription button:focus {
  outline: none;
}
.form-inscription button:hover {
  background: #27ae60;
}
.form-inscription input[type=text],
.form-inscription input[type=password] {
  width: 100%;
  box-sizing: border-box;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.07);
  font-family: Arial, sans-serif;
  -webkit-appearance: none;
  outline: 0;
  height: 35px;
  padding: 9px 12px;
  line-height: normal;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
  min-height: 35px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.form-inscription textarea {
  width: 100%;
  box-sizing: border-box;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.07);
  font-family: Arial, sans-serif;
  -webkit-appearance: none;
  outline: 0;
  height: 35px;
  padding: 9px 12px;
  line-height: normal;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
  min-height: 35px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.prix_barre {
  padding-right: 10px;
}
.prix_barre span {
  font-weight: 100;
  color: #454545 !important;
  text-decoration: line-through;
  text-decoration-color: #454545;
}
.prix_barre-v {
  display: contents;
  padding-right: 10px;
}
.prix_barre-v span {
  font-weight: 100;
  display: inline-block;
  color: #454545 !important;
  text-decoration: line-through;
  text-decoration-color: #454545;
  padding: 0;
}
.orga_cetelem .prix_barre-v,
.orga_vivafi .prix_barre-v,
.orga_viaxel .prix_barre-v {
  display: block !important;
  padding: 0 !important;
}
@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .hide-on-small-only,
  .hide-on-small-and-down {
    display: none !important;
  }
}
.switch-lang {
  cursor: pointer;
  /*right: 5px;
  text-align: left;
  top: 20px;*/
  width: 70px;
  z-index: 50;
}
.switch-lang:hover .lang-dropdown {
  display: block;
}
.switcher-link {
  color: #ffffff;
}
.switcher-link:hover {
  color: #ffffff;
}
.current-lang {
  background: transparent;
  text-align: center;
  /*border-radius: 5px;
  padding: 3px 5px 0px 5px;*/
}
.current-lang a {
  font-size: 12px;
}
.lang-flag {
  display: inline-block;
  width: 20px;
}
.lang-text {
  display: inline-block;
  margin-left: 5px;
  margin-top: 2px;
  vertical-align: top;
  color: #ffffff;
}
.lang-dropdown {
  background: transparent;
  border-radius: 5px;
  display: none;
  margin-top: -1px;
  padding-top: 3px;
  min-width: 100px;
  position: absolute;
}
.selecting-lang {
  cursor: pointer;
  padding: 3px 5px 3px 5px;
}
.selecting-lang:hover {
  background: #22313f;
}
ul:first-child {
  border-radius: 5px 5px 0px 0px;
}
ul:last-child {
  border-radius: 0px 0px 5px 5px;
}
li {
  list-style-type: none;
}
.menu-arrow {
  display: inline-block;
  margin-left: 10px;
  margin-top: 6px;
  vertical-align: top;
  width: 10px;
}
/** CETELEM -> écrasé ... */
.mention_credit {
  font-weight: bold;
  text-align: center;
  padding: 5px 0 10px 0;
}
.ligne_credit .div-box .apartirde {
  margin: 10px 0;
  font-size: 11px;
  line-height: 14px;
}
.ligne_credit .div-box .btn.btn-box {
  background: none !important;
  border: none !important;
  padding: 10px 0;
}
.ligne_credit .div-box .btn.btn-box input[type=button] {
  transition: all 0.125s ease-in-out;
  cursor: pointer;
  border-radius: 3px;
  text-align: left;
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 5px 0;
  line-height: 32px;
  font-size: 11px;
  text-transform: uppercase;
}
.line-car .apartirde {
  font-size: 10px;
  line-height: 12px;
  margin: 5px 0;
}
.overlay360 {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  opacity: 1;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  cursor: pointer;
}
.lSPager li {
  position: relative;
}
#menu > li a,
.block_right {
  font-family: 'Roboto Condensed', sans-serif;
}
.form_commande h3 {
  font-weight: normal;
}
.form_commande .main {
  background-color: #FFFFFF;
  width: 400px;
  height: 300px;
  margin: 7em auto;
  border-radius: 1.5em;
  box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.14);
}
.form_commande .sign {
  padding-top: 40px;
  color: #686868;
  font-weight: bold;
  font-size: 23px;
}
.form_commande #commandeemail {
  width: 76%;
  color: #263238;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  background: rgba(136, 126, 126, 0.04);
  padding: 10px 20px;
  border-radius: 20px;
  outline: none;
  box-sizing: border-box;
  border: 2px solid rgba(0, 0, 0, 0.02);
  margin-bottom: 50px;
  margin-left: 46px;
  text-align: center;
  margin-top: 40px;
}
.form_commande #commandeemail:focus {
  border: 2px solid rgba(0, 0, 0, 0.18) !important;
}
.form_commande .submit {
  cursor: pointer;
  border-radius: 5em;
  color: #fff;
  background: #808080;
  border: 0;
  padding: 10px 40px;
  margin-left: 33%;
  font-size: 13px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.04);
}
.otc {
  position: relative;
  margin: 0 auto;
  /* 2 group of 3 items */
}
.otc .inputotc[type="number"] {
  width: 1.4em;
  line-height: 1;
  margin: 0.1em;
  padding: 8px 0 4px;
  font-size: 2.65em;
  text-align: center;
  appearance: textfield;
  -webkit-appearance: textfield;
  border: 2px solid #f0f0f0;
  color: #686868;
  border-radius: 4px;
}
.otc .inputotc::-webkit-outer-spin-button,
.otc .inputotc::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.otc .inputotc[type="number"]:nth-child(n+4) {
  order: 2;
}
.commande_espace {
  width: 100%;
  padding: 10px;
}
.commande_opportunite {
  background-color: #FFFFFF;
  min-height: 200px;
  margin: 3em auto;
  border-radius: 1.5em;
  box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.14);
  padding: 0px;
}
#form_commande_opportunite {
  margin: 1em auto;
  width: 80%;
}
.opportunite_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.opportunite_body {
  display: flex;
  justify-content: space-between;
}
/** timeline **/
.timeline-background {
  display: block;
  margin: 0px auto;
  width: 100%;
  max-width: 80%;
  background: transparent url(/canevas/svor/svo/images/prospection/tl-bg-sitec.png) top center repeat-x;
  background-size: auto 30px;
  background-position: center;
}
@media screen and (max-width: 799px) {
  .timeline-background {
    max-width: 95%;
    zoom: 0.8;
  }
}
.timeline-background .tlstatus {
  display: block;
  width: 100%;
  height: 50px;
  background: transparent url('/canevas/svor/svo/images/prospection/tl-off-sitec.png') top center no-repeat;
  position: relative;
}
.timeline-background .tlstatus.on {
  background: transparent url('/canevas/svor/svo/images/prospection/tl-on-sitec.png') top center no-repeat;
}
.timeline-background > div {
  display: block;
  width: calc(100% / 7);
  float: left;
  line-height: 20px;
  text-align: center;
}
.timeline2 > div {
  width: calc(100% / 4);
}
.timeline-background .tlname {
  font-size: 12px;
  color: #0FE193;
  font-weight: bold;
}
.timeline-background .tldate {
  font-size: 14px;
  color: #CCCCCC;
  font-weight: bold;
}
.timeline-background > div:last-child {
  text-align: right;
}
.timeline-background > div:first-child {
  text-align: left;
}
.timeline-background > div:first-child .tlstatus {
  background-position: top left;
}
.timeline-background > div:last-child .tlstatus {
  background-position: right;
}
.commande_label {
  margin: 10px 0;
  text-align: right;
}
.commande_label label {
  float: left;
  text-align: left;
}
.commande_label p {
  padding: 7px 0;
  min-height: 20px;
}
.drag-file-area {
  border: 2px dashed #000;
  border-radius: 15px;
  margin: 10px 0 15px;
  padding: 20px 15px;
  text-align: center;
}
.drag-file-area .upload-icon {
  font-size: 50px;
}
.drag-file-area h3 {
  font-size: 26px;
  margin: 15px 0;
}
.drag-file-area label {
  font-size: 15px;
  width: 100%;
  text-align: center;
}
.drag-file-area label .browse-files-text {
  color: #000;
  font-weight: bolder;
  cursor: pointer;
}
.default-file-input {
  opacity: 0;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.upload-button-icon {
  padding-right: 10px;
}
.file-block {
  color: #f7fff7;
  background-color: #000;
  transition: all 1s;
  width: 390px;
  position: relative;
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 15px;
  padding: 10px 20px;
  border-radius: 25px;
  cursor: pointer;
}
.file-info {
  display: flex;
  align-items: center;
  font-size: 15px;
}
.file-icon {
  margin-right: 10px;
}
.file-name,
.file-size {
  padding: 0 3px;
}
.upload-button {
  background-color: #000;
  color: #f7fff7;
  font-size: 15px;
  border: none;
  border-radius: 15px;
  padding: 15px 20px;
  cursor: pointer;
  float: right;
}
span.recu {
  color: #63BA3D;
}
span.nonrecu {
  color: #DF614E;
}
span.enattente {
  color: #E87D11;
}
.opportunite_body .demibloc {
  padding: 30px;
  margin: 20px 40px;
  background-color: #fff;
  border-radius: 10px;
}
.opportunite_body .demiblocgris {
  padding: 30px;
  margin: 20px 40px;
  background-color: #F8F8F8;
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  #form_commande_opportunite {
    margin: 1em auto;
    width: 100%;
  }
  .opportunite_body .demibloc {
    padding: 10px;
    margin: 20px 0px;
    background-color: #fff;
    border-radius: 10px;
  }
  .opportunite_body .demiblocgris {
    padding: 10px;
    margin: 20px 0px;
    background-color: #F8F8F8;
    border-radius: 10px;
  }
}
.commande_rounded_top {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 200px;
}
.commande_gradient_top {
  background: linear-gradient(90deg, #21212e 10%, rgba(255, 255, 255, 0) 100%);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 20px;
  min-height: 200px;
}
.commande_gradient_top p {
  text-align: left;
  margin: 10px 0 20px 0;
  color: #fff;
  font-size: 16px;
}
.commande_gradient_top p .nomvehicule {
  font-size: 22px;
  font-weight: bold;
  border: none;
}
.commande_gradient_top span.ronded {
  margin-right: 20px;
  padding: 8px 14px;
  border-radius: 20px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 16px;
}
.commande_gradient_top span.ronded:empty {
  display: none;
}
.commande_status {
  display: inline-block;
  border-radius: 10px;
  padding: 5px 15px;
  margin: 0 20px;
}
.commande_status.cloture {
  border: 1px solid #FEBFAF !important;
  color: #FEBFAF;
}
.commande_status.encours {
  border: 1px solid #59D69A;
  color: #59D69A;
}
.commande_status:empty {
  display: none;
}
.commande_nom {
  margin: 15px 0;
  color: #fff;
}
.commande_footer {
  text-align: right;
}
.commande_footer a:hover {
  color: #344c56;
}
.commande_button {
  cursor: pointer !important;
  padding: 10px 40px !important;
  font-size: 14px !important;
  font-weight: bold !important;
  border-radius: 10px !important;
}
.commande_conseiller {
  text-align: center;
}
.commande_conseiller p {
  margin-bottom: 10px;
  font-size: 14px;
}
.commande_btn_filtre {
  display: inline-block;
  border-radius: 10px;
  border: 1px solid #000;
  padding: 5px 10px;
  color: #000;
  margin-left: 10px;
  cursor: pointer;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .opportunite_body {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .mobile-flex {
    display: flex;
    flex-flow: column;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
}
.switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
}
.switch input {
  display: none;
}
.switch .slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
  height: 30px;
}
.switch .slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: 26px;
  top: 2px;
}
.switch input:checked + .slider {
  background-color: #66bb6a;
}
.switch input:checked + .slider:before {
  transform: translateX(26px);
}
.switch .slider.roundedswitch {
  border-radius: 34px;
}
.switch .slider.roundedswitch:before {
  border-radius: 50%;
}
.modal .header-modal {
  background: none;
  padding: 0px !important;
  position: relative;
}
.modal .header-modal .left {
  background: rgba(255, 255, 255, 0.8);
  border-top-right-radius: 31px;
  border-bottom-right-radius: 31px;
  display: inline-block;
  margin-top: 40px;
  padding: 5px 40px;
  backdrop-filter: blur(10px);
}
.modal .header-modal .left .title1 {
  display: block;
  font-size: 25px;
  font-weight: bold;
}
.modal .header-modal .left .title2 {
  display: block;
  font-size: 15px;
}
.modal .header-modal .price {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  display: inline-block;
  margin: 40px 0;
  padding: 5px 40px;
  font-size: 25px;
}
.modal .header-modal .button-cancel {
  border: none !important;
  padding: 5px 10px !important;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  color: #000;
}
.modal .reference {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #EDF8F1;
  padding: 7px 20px;
  display: inline-block;
  border-radius: 20px;
  color: #619772;
}
.modal .header-modal-image {
  min-height: 200px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.popinlateral {
  width: 80% !important;
  max-width: 900px !important;
}
.mobile-margin-left-20 {
  margin: 0 0 0 20px;
}
@media (max-width: 500px) {
  .popinlateral {
    width: 100% !important;
    max-width: none;
  }
  .mobile-margin-left-20 {
    margin: 10px 0 0 0;
  }
}
.popinlateral-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed !important;
  z-index: 999 !important;
}
#cMenuContainer,
.fixedIcons {
  transition: all ease-in-out 0.5s !important;
  position: fixed;
}
.datetimepicker th.switch {
  display: table-cell !important;
}
.reinitsearch {
  font-size: 12px;
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 8px 15px;
  margin: 3px 6px 3px 0;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 20px;
  float: left;
}
#svoselect-svositec_form_marque {
  border-top: none !important;
}
.svoselect-contain > div.svoselect-outer::after {
  border: none;
  right: 33px;
  font-size: 14px !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
}
/*DPE*/
.dpe {
  font-family: sans-serif;
  color: #555;
  width: 300px;
  font-size: 12px;
  border: 1px solid #ccc;
  padding: 10px;
  margin: 20px auto;
}
.dpe .title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
}
.dpe .row {
  overflow: hidden;
}
.dpe .information {
  font-size: 0.8em;
  margin: 10px 0;
}
.dpe .left {
  float: left;
}
.dpe .right {
  float: right;
}
.dpe .letters {
  color: #000;
  margin-top: 5px;
}
.dpe .letters > div {
  overflow: hidden;
  height: 25px;
  margin-bottom: 0.4em;
}
.dpe .letters > div .line,
.dpe .letters > div .sticker {
  line-height: 25px;
  height: 25px;
  position: relative;
}
.dpe .letters > div .line {
  position: relative;
  padding-left: 0.5em;
  float: left;
}
.dpe .letters > div .line em {
  font-size: 0.8em;
}
.dpe .letters > div .line strong {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.dpe .letters > div .line::after {
  content: " ";
  display: block;
  transform: rotate(-45deg);
  transform-origin: bottom;
  width: 19.23076923px;
  height: 19.23076923px;
  position: absolute;
  right: -1.25em;
  top: 0em;
  z-index: 1;
}
.dpe .letters .sticker {
  float: right;
  width: 2.5em;
  text-align: center;
  font-weight: bold;
  font-size: 1.3em;
  display: none;
}
.dpe .letters .sticker.minimal {
  width: 1.5em;
}
.dpe .letters .sticker b {
  position: absolute;
  z-index: 2;
  left: 0px;
}
.dpe .letters .sticker::before {
  content: " ";
  display: block;
  transform: rotate(-45deg);
  transform-origin: bottom;
  width: 19.23076923px;
  height: 19.23076923px;
  position: absolute;
  left: -0.2em;
  top: 0em;
  z-index: 1;
}
.dpe .letter-a {
  width: 100%;
}
.dpe .letter-a .line {
  width: 30%;
}
.dpe .letter-a em,
.dpe .letter-a strong,
.dpe .letter-a .sticker b {
  color: #fff;
}
.dpe .letter-a .line,
.dpe .letter-a .line::after,
.dpe .letter-a .sticker,
.dpe .letter-a .sticker::before {
  background-color: #329837;
}
.dpe.a .letter-a .sticker {
  display: block;
}
.dpe .letter-b {
  width: 100%;
}
.dpe .letter-b .line {
  width: 35%;
}
.dpe .letter-b .line,
.dpe .letter-b .line::after,
.dpe .letter-b .sticker,
.dpe .letter-b .sticker::before {
  background-color: #57af37;
}
.dpe.b .letter-b .sticker {
  display: block;
}
.dpe .letter-c {
  width: 100%;
}
.dpe .letter-c .line {
  width: 40%;
}
.dpe .letter-c .line,
.dpe .letter-c .line::after,
.dpe .letter-c .sticker,
.dpe .letter-c .sticker::before {
  background-color: #c6d300;
}
.dpe.c .letter-c .sticker {
  display: block;
}
.dpe .letter-d {
  width: 100%;
}
.dpe .letter-d .line {
  width: 45%;
}
.dpe .letter-d .line,
.dpe .letter-d .line::after,
.dpe .letter-d .sticker,
.dpe .letter-d .sticker::before {
  background-color: #f2e500;
}
.dpe.d .letter-d .sticker {
  display: block;
}
.dpe .letter-e {
  width: 100%;
}
.dpe .letter-e .line {
  width: 50%;
}
.dpe .letter-e .line,
.dpe .letter-e .line::after,
.dpe .letter-e .sticker,
.dpe .letter-e .sticker::before {
  background-color: #ffcb03;
}
.dpe.e .letter-e .sticker {
  display: block;
}
.dpe .letter-f {
  width: 100%;
}
.dpe .letter-f .line {
  width: 55%;
}
.dpe .letter-f .line,
.dpe .letter-f .line::after,
.dpe .letter-f .sticker,
.dpe .letter-f .sticker::before {
  background-color: #f39739;
}
.dpe.f .letter-f .sticker {
  display: block;
}
.dpe .letter-g {
  width: 100%;
}
.dpe .letter-g .line {
  width: 60%;
}
.dpe .letter-g .line,
.dpe .letter-g .line::after,
.dpe .letter-g .sticker,
.dpe .letter-g .sticker::before {
  background-color: #e4251f;
}
.dpe.g .letter-g .sticker {
  display: block;
}
.dpe .letter-g em,
.dpe .letter-g strong,
.dpe .letter-g .sticker b {
  color: #fff;
}
.soldOut {
  margin: 0;
  padding: 10px 28px;
  border: 1px solid hsla(0, 0%, 67%, 0.5);
  border-radius: 10px;
}
.soldOut h3 {
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
}
.soldOut p {
  text-align: center;
  font-size: 14px;
}
.encart_new {
  float: initial;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: none !important;
  padding: 15px;
  min-height: 46px;
  font-size: 20px;
}
.alone_center {
  justify-content: center;
}
.ligne_credit.viaxelWS strong {
  font-size: 18px;
}
.hide {
  display: none !important;
}
.apartirde-div {
  padding: 0 10px;
}
.apartirde-div span[name="box-auto-rent-value"] {
  font-size: 14px;
}
.apartirde-div span[name="box-auto-rent-label"] {
  display: block;
}
:root {
  --bs-gray-200: #eee;
  --bs-gray-500: #999;
  --bs-gray-600: #777;
  --bs-gray-800: #444;
  --bs-light: #f9f9f9;
  --bs-pink: #00BC2F;
  --fnt: sans-serif;
  --fnt-size: 1rem;
}
.stepper {
  font-family: var(--fnt);
  font-size: var(--fnt-size);
  position: relative;
  counter-reset: step 0;
  width: 100%;
  margin: 2rem 0;
  display: flex;
  flex-flow: row nowrap;
  gap: 0;
  justify-content: space-around;
  align-items: flex-start;
}
.stepper > .step {
  position: relative;
  counter-increment: step;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
.stepper > .step::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--bs-gray-200);
  left: 0;
  top: 1.1rem;
}
.stepper > .step > .step-label {
  position: relative;
  width: 2.2rem;
  height: 2.2rem;
  line-height: 2.2rem;
  background: var(--bs-gray-200);
  color: var(--bs-gray-600);
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
}
.stepper > .step > .step-label::before {
  content: counter(step);
}
.stepper > .step.active::before {
  background: linear-gradient(to right, var(--bs-pink), var(--bs-gray-200));
}
.stepper > .step.active > .step-label {
  background: var(--bs-pink);
  color: var(--bs-light);
  font-weight: bold;
}
.stepper > .step.completed::before {
  background: var(--bs-pink);
}
.stepper > .step.completed > .step-label {
  background: var(--bs-pink);
  color: var(--bs-light);
}
.stepper > .step > .step-description {
  font-size: x-small;
  color: var(--bs-gray-500);
  margin-top: 0.5rem;
  overflow-wrap: break-word;
  hyphens: auto;
  text-align: center;
}
.stepper > .step.active > .step-description,
.stepper > .step.completed > .step-description {
  color: var(--bs-gray-800);
}
.stepper > .step.active > .step-description {
  font-weight: bold;
  font-size: 100%;
}
canvas#confetti {
  width: 100%;
}
.ui-tooltip {
  background-color: #fff;
}
.lesphotos img {
  max-width: 100%;
}
.linkNosVehicules {
  width: 260px !important;
  padding: 15px;
  border-radius: 30px;
}
.slick-slide .encart_image {
  position: relative;
  overflow: hidden;
}
.hover_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  /* Fond noir avec transparence de 50% */
  color: white;
  font-size: 18px;
  font-weight: bold;
  opacity: 0;
  /* Caché par défaut */
  transition: opacity 0.3s ease;
  /* Transition fluide lors du hover */
}
.encart_image:hover .hover_text {
  opacity: 1;
  /* Affiche le texte lors du survol */
}
#sliderb_container img[u="image"] {
  /*border-radius: 20px;*/
}
#modal_alerte_mandat .select,
#modal-alerte-content .select {
  background-color: #E9EBF1;
  border-radius: 50px;
  padding-left: 15px;
  border: none;
  margin-right: 10px;
  margin-top: 10px;
  height: 45px;
}
#modal-alerte-content .chosen-container-single .chosen-single span {
  text-transform: uppercase;
}
#modal-alerte-content .svoselect-contain {
  border: none;
}
#modal-alerte-content .svoselect-contain:hover {
  background: unset;
}
#modal-alerte-content input[type="text"],
#modal-alerte-content input[type="number"],
#modal-alerte-content select {
  height: 45px;
  text-transform: uppercase;
}
.step-identification .select {
  border-radius: 50px !important;
}
input.btn-send,
.btnCompare,
.btnReception,
.btnPrint {
  border-radius: 30px;
}
.infocontainer > .clearfix:first-of-type {
  padding: 0 10px;
}
.wrapper {
  display: flex;
  background: #f3f3f3;
  border-radius: 40px;
  padding: 7px;
  justify-content: space-around;
  margin-bottom: 15px;
  width: 97%;
}
.wrapper input[type="radio"] {
  display: inline-block;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  padding: 0;
  border: 0;
}
.wrapper .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  border-radius: 0.5rem;
  padding: 0.5rem;
  overflow: hidden;
  border: 1px solid #CFD4E4;
  background: #fff;
}
.wrapper .icon:hover {
  cursor: pointer;
  background-color: #dee3f2;
}
.wrapper .peer.selected ~ .icon {
  background-color: #CFD4E4;
}
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  vertical-align: bottom;
}
input[type="radio"]:checked {
  background-color: #11e193;
  border-color: #11e193;
}
.no-scroll,
.noscroll {
  overscroll-behavior: contain;
  overflow: hidden;
}
.demiblocgris label {
  width: auto;
}
.custom-file-upload {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.custom-file-upload input[type="file"] {
  display: none;
}
.btn-upload {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(180deg, #9c9c9c 0%, #7d7d7d 100%);
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.2s;
  border: none;
}
.btn-upload:hover {
  background: linear-gradient(180deg, #7d7d7d 0%, #9c9c9c 100%);
}
label.btn.btn-upload {
  padding: 10px 30px;
  margin: 10px 0;
}
/*# sourceMappingURL=svositec.css.map */