/* Définitions des couleurs du thème
------------------------------------------------------------*/
/* Couleurs de la charte : background */
/* Couleurs de la charte : footer & divers */
/* Couleurs de la charte : menus */
/* Couleurs de la charte : sous menus ou menu secondaire*/
/* Couleurs des textes */
/* Couleurs des arrières plans */
/* Couleurs des bordures */
/* Couleurs des titres */
/* Couleurs des sous-titres */
/* Éléments cliquables (liens, boutons, etc.) */
/* Champs de formulaires */
/* Encart */
/* Modules */
/*.center-block() {
	display: block;
	margin-left: auto;
	margin-right: auto;
}*/
/*.ie7-restore-left-whitespace() {
  *margin-left: .3em;

	&:first-child {
		*margin-left: 0;
	}
}*/
/*.ie7-restore-right-whitespace() {
  *margin-right: .3em;
}*/
/*.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}*/
/*---------------------------------------------------
    DIV
  ---------------------------------------------------*/
/* Clearfix */
/* Possibilité de redimentionner la div pour le navigateur : sur un textarea par exemple */
/* https://www.w3schools.com/cssref/playit.asp?filename=playcss_resize&preval=none
	 https://developer.mozilla.org/fr/docs/Web/CSS/resize */
/* Pas compatible ie et edge */
/* permet d'inclure le padding et la border dans la height et width de l'element */
/* https://www.w3schools.com/cssref/css3_pr_box-sizing.asp
	 https://developer.mozilla.org/fr/docs/Web/CSS/box-sizing */
/* rectangle */
/* carré */
/*---------------------------------------------------
    BORDURES et COINS ARRONDIS
  ---------------------------------------------------*/
/* Coins arrondis
	 https://developer.mozilla.org/fr/docs/Web/CSS/border-radius */
/* Même valeur pour tous les coins */
/* Valeurs différentes pour les coins */
/* Un seul arrondi */
/* En haut à gauche */
/* En haut à droite */
/* En bas à droite */
/* En bas à gauche */
/* Arrondis d'un côté */
/* En haut */
/* À droite */
/* En bas */
/* À gauche */
/*---------------------------------------------------
    FOND
  ---------------------------------------------------*/
/* Définit la taille des images d'arrière-plan pour l'élément : cover */
/* https://developer.mozilla.org/fr/docs/Web/CSS/background-size */
/* Définit la façon dont l'arrière-plan d'un élément (que ce soit l'image ou la couleur) s'étend sous la boîte de bordure, la boîte de remplissage (padding) ou la boîte de contenu */
/* https://developer.mozilla.org/fr/docs/Web/CSS/background-clip */
/* Dégradés
	 https://developer.mozilla.org/fr/docs/Web/CSS/Utilisation_de_d%C3%A9grad%C3%A9s_CSS */
/* Dégradés avec deux couleurs */
/* Horizontal */
/* Vertical */
/* Diagonale */
/* Radial */
/* Dégradés avec trois couleurs */
/* Horizontal */
/* Vertical */
/* Diagonale */
/* Radial */
/*---------------------------------------------------
    OPACITE
  ---------------------------------------------------*/
/*---------------------------------------------------
    OMBRES
  ---------------------------------------------------*/
/* Sur une boite */
/* Ombre externe sur une boite */
/* Ombre interne sur une boite */
/* Sur un texte */
/*---------------------------------------------------
    TEXTE
  ---------------------------------------------------*/
/* Gestion des traits d'union lors des sauts de ligne */
/* https://developer.mozilla.org/fr/docs/Web/CSS/hyphens
   https://www.w3schools.com/cssref/css3_pr_word-wrap.asp */
/* Autoriser ou non la sélection de texte */
/* Masquer le texte qui dépasse de la div */
/* Limiter l'affichage du contenu d'un bloc à un nombre donné de lignes
	 https://developer.mozilla.org/fr/docs/Web/CSS/-webkit-line-clamp */
/*---------------------------------------------------
    INPUT
  ---------------------------------------------------*/
/* Placeholder text */
/*---------------------------------------------------
    3D
  ---------------------------------------------------*/
/* Prevent browsers from flickering when using CSS 3D transforms.
Default value is `visible`, but can be changed to `hidden
See git pull https://github.com/dannykeane/bootstrap.git backface-visibility for examples
https://developer.mozilla.org/fr/docs/Web/CSS/backface-visibility */
/*---------------------------------------------------
    Transformations
  ---------------------------------------------------*/
/* La propriété transform modifie l'espace de coordonnées utilisé pour la mise en forme visuelle.
	 https://developer.mozilla.org/fr/docs/Web/CSS/transform */
/* Déplacer */
/* Déplacement 3D */
/* Modifier la taille */
/* Tourner */
/* Perspective */
/*---------------------------------------------------
    Transitions
  ---------------------------------------------------*/
/* Contrôler la vitesse d'animation
	 https://developer.mozilla.org/fr/docs/Web/CSS/CSS_Transitions/Utiliser_transitions_CSS
	 https://developer.mozilla.org/fr/docs/Web/CSS/transition */
/* Durée de l'animation */
/* Durée à attendre avant de débuter la transition */
/* Pagination site */
.ul_pagination {
  *zoom: 1;
  border: 0;
  margin: 1em auto;
  padding: 0;
  clear: both;
  text-align: center;
}
.ul_pagination:before,
.ul_pagination:after {
  display: table;
  content: "";
  line-height: 0;
}
.ul_pagination:after {
  clear: both;
}
.ul_pagination li {
  border: 0;
  margin: 0 3px;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.ul_pagination a.pagination_link,
.ul_pagination .active {
  border-radius: 0;
  padding: 10px 15px;
  text-decoration: none;
  text-align: center;
  /*width: 2.6em;
		height: 2.6em;*/
}
.ul_pagination a.pagination_link {
  background-color: #fafafa;
  color: #202020;
  display: block;
}
.ul_pagination a.pagination_link:hover {
  opacity: 0.8;
}
.ul_pagination .active {
  background: #0090ff;
  color: #ffffff;
  font-weight: bold;
}
.ul_pagination a.pagination_grp {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  color: #1c1c1c;
}
.commonImage {
  border-radius: 0;
}
.commonHoverImageScale {
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  transition: all .7s ease;
}
.commonHoverImageScale:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.commonErrorBox,
.commonSuccessBox {
  margin: 20px 0;
  padding: 1px;
  position: relative;
  font-family: 'Fugaz One', cursive;
  text-align: center;
}
.commonErrorBox p,
.commonSuccessBox p,
.commonErrorBox ul,
.commonSuccessBox ul {
  display: block;
  margin: 0;
  padding: 20px;
}
.commonErrorBox {
  border: 2px solid #1428c6;
  padding: 15px;
  color: #1428c6;
  /*background-color:@clickable_background_color;*/
}
.commonErrorBox p,
.commonErrorBox ul {
  display: block;
  margin: 0;
  color: #1428c6;
  /*background-color:@clickable_background_color; border:2px solid @clickable_border_color;*/
}
.commonErrorBox ul {
  padding-left: 2em;
  list-style: none;
}
.commonSuccessBox {
  background-color: #c6cdaa;
  background: -webkit-gradient(linear, left top, left bottom, from(#a8ae8e), to(#c6cdaa));
  background: -o-linear-gradient(top, #a8ae8e 0%, #c6cdaa 100%);
  background: linear-gradient(to bottom, #a8ae8e 0%, #c6cdaa 100%);
  -webkit-box-shadow: 0px 0px 6px rgba(223, 230, 198, 0.7);
  box-shadow: 0px 0px 6px rgba(223, 230, 198, 0.7);
}
.commonSuccessBox p,
.commonSuccessBox ul {
  display: block;
  margin: 0;
  color: #676b5b;
  text-shadow: 1px 1px 0px #d6dcc3;
  background-color: #e2e8c9;
  background: -webkit-gradient(linear, left top, left bottom, from(#c1c8a7), to(#e2e8c9));
  background: -o-linear-gradient(top, #c1c8a7 0%, #e2e8c9 100%);
  background: linear-gradient(to bottom, #c1c8a7 0%, #e2e8c9 100%);
  -webkit-box-shadow: inset 0px 1px 0px #ebf0da;
  box-shadow: inset 0px 1px 0px #ebf0da;
}
.commonSuccessBox ul {
  padding-left: 2em;
}
.vehiclesBtnRetour a {
  display: block;
  background-color: #0090ff;
  color: #ffffff;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  padding: .4em;
  margin: 1em 0;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.vehiclesBtnRetour a:hover {
  opacity: .8;
}
/*Bouton pour afficher les filtres*/
#showFilter {
  background-color: #fafafa;
  padding: 10px 9px;
  margin: 10px 0 0;
  font-size: 1.1em;
  cursor: pointer;
  font-family: 'Fugaz One', cursive;
}
#showFilter a {
  text-decoration: none;
  color: #202020;
}
#showFilter a:hover {
  opacity: 0.8;
}
#showFilter .glyphicon {
  color: #0090ff;
  padding: 0 10px;
  font-size: 1.3em;
}
#wrapItemVehicule {
  margin-top: .5em;
}
#wrapItemVehicule #vehicle-title {
  background-color: #f7f7f7;
  padding: 0;
  /*gestion du prix*/
}
#wrapItemVehicule #vehicle-title .zoneInfo {
  padding: 0 .5em 0 .8em;
}
#wrapItemVehicule #vehicle-title .brand {
  color: #1428c6;
  font-size: 1.6em;
  font-weight: bold;
  font-family: 'Fugaz One', cursive;
  text-transform: uppercase;
  margin: .4em 0;
  line-height: 1em;
}
#wrapItemVehicule #vehicle-title .model {
  color: #2b2b2b;
  margin: .3em 0;
  font-size: 1.2em;
  line-height: 1;
}
@media (max-width: 991px) {
  #wrapItemVehicule #vehicle-title .model {
    font-size: 1em;
  }
}
#wrapItemVehicule #vehicle-title #Vprice {
  text-align: center;
  color: #ffffff;
  background-color: #0090ff;
  font-size: 1.4em;
  font-family: 'Fugaz One', cursive;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.2em;
}
@media (min-width: 768px) and (max-width: 991px) {
  #wrapItemVehicule #vehicle-title #Vprice {
    font-size: 1.2em;
    height: 3.9em;
  }
}
@media (max-width: 767px) {
  #wrapItemVehicule #vehicle-title #Vprice {
    font-size: 1.6em;
    height: 2em;
    margin-top: .7em;
  }
}
/*Gestion images*/
#vehicle-images {
  position: relative;
}
#vehicle-images .bxslider {
  margin: 0;
}
#vehicle-images .bxslider img {
  border: none;
  width: 100%;
}
#vehicle-images .bx-wrapper .bx-controls-direction a {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  outline: 0;
  top: 50%;
  z-index: 2;
  color: #0090ff;
  font-size: 2.5em;
}
#vehicle-images .bx-wrapper .bx-prev:before {
  position: absolute;
  top: -3px;
  z-index: 1;
  font-family: "fontawesome";
  content: "\f053";
}
#vehicle-images .bx-wrapper .bx-next:before {
  position: absolute;
  top: -3px;
  z-index: 1;
  font-family: "fontawesome";
  content: "\f054";
}
#vehicle-images .bx-wrapper .bx-prev {
  left: 10px;
}
#vehicle-images .bx-wrapper .bx-next {
  right: 10px;
}
#vehicle-images .bx-wrapper .bx-viewport {
  max-height: 500px;
}
#vehicle-images .bx-wrapper {
  margin: 0;
  left: 5px;
}
#vehicle-images #bx-pager {
  position: absolute;
  top: 30px;
  right: 20px;
}
#vehicle-images #bx-pager img {
  border: 1px solid #ffffff;
  padding: 0;
  margin: 4px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
#vehicle-images #bx-pager img:hover {
  /*opacity:.8;*/
  border: 5px solid #ffffff;
  margin: 0;
}
/*** XS ***/
@media (max-width: 991px) {
  #bx-pager {
    display: none;
  }
}
/*gestion des infos*/
#vehicles-details #pictoCars .details {
  font-size: .9em;
  text-transform: uppercase;
}
#vehicles-details #pictoCars .details .col-xs-3 {
  text-transform: uppercase;
  color: #565656;
}
#vehicles-details #pictoCars .details .col-xs-3:not(:last-child):after {
  content: "";
  height: 40px;
  width: 1px;
  background: #f0f0f0;
  position: absolute;
  right: 0;
  top: 8px;
}
#vehicles-details #pictoCars svg {
  width: 45%;
}
@media (min-width: 768px) and (max-width: 991px) {
  #vehicles-details #pictoCars svg {
    width: 20%;
  }
}
#vehicles-details #pictoCars .colorVehiclePicto {
  fill: #1428c6;
}
#vehicles-details .colorVehiclePicto {
  fill: #1428c6;
}
#vehicles-details .titreVehicule {
  font-family: 'Fugaz One', cursive;
  color: #1428c6;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.5;
  margin: 0;
}
#vehicles-details .titreVehicule svg {
  width: 30px;
  padding-top: 2px;
  float: left;
  margin-right: 10px;
}
#vehicles-details .sousTitre {
  color: #2b2b2b;
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 1em;
}
#vehicles-details .vehicles-details_item {
  background-color: #f7f7f7;
  border: 1px solid #f0f0f0;
  color: #565656;
  overflow: hidden;
  margin: 0 0 15px 0;
  padding: 1em;
}
#vehicles-details .vehicles-details_item .spec {
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #fafafa;
  color: #202020;
}
#vehicles-details .vehicles-details_item .spec span {
  opacity: .8;
}
@media (min-width: 992px) {
  #vehicles-details .vehicles-details_item .spec.col-md-6:nth-child(4n-1),
  #vehicles-details .vehicles-details_item .spec.col-md-6:nth-child(4n+4),
  #vehicles-details .vehicles-details_item .spec.col-md-4:nth-child(6n-1),
  #vehicles-details .vehicles-details_item .spec.col-md-4:nth-child(6n+6),
  #vehicles-details .vehicles-details_item .spec.col-md-4:nth-child(6n+4) {
    background-color: #f7f7f7;
    color: #565656;
  }
}
@media (max-width: 991px) {
  #vehicles-details .vehicles-details_item .spec.col-md-6:nth-child(even),
  #vehicles-details .vehicles-details_item .spec.col-md-4:nth-child(even) {
    background-color: #f7f7f7;
    color: #565656;
  }
}
#etiquette {
  /*Couleur des picto : couleur du picto + fond du picto*/
  /* Tooltip text */
}
#etiquette .spec {
  text-align: center;
  padding-top: 20px;
}
#etiquette .spec .fa {
  color: #0090ff;
  font-size: 1.4em;
}
#etiquette .pictoVehicles {
  fill: #0090ff;
}
#etiquette .fondPictoVehicles {
  fill: #fafafa;
}
#etiquette svg {
  width: 30px;
  height: 30px;
}
#etiquette .fa {
  position: relative;
  display: inline-block;
}
#etiquette .fa .tooltiptext {
  visibility: hidden;
  width: 100px;
  background-color: #0090ff;
  color: #ffffff;
  font-family: 'Fugaz One', cursive;
  text-align: center;
  padding: 5px 0;
  border-radius: 2px;
  font-size: .7em;
  position: absolute;
  z-index: 10;
  bottom: 125%;
  left: 50%;
  margin-left: -50px;
  /* Use half of the width (120/2 = 60), to center the tooltip */
}
#etiquette .fa:hover .tooltiptext {
  visibility: visible;
}
#etiquette .fa .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #0090ff transparent transparent transparent;
}
#v_option .col-md-4 {
  min-height: 3.1em;
}
#v_option .col-md-4 .option {
  margin: 10px 0 0;
}
#v_option .col-md-4 .option span .fa {
  color: #0090ff;
  float: left;
}
#v_option .col-md-4 .option span span {
  float: left;
  max-width: 90%;
  margin-left: 10px;
}
.interested {
  background: #f7f7f7;
  color: #565656;
  padding: 0 15px 96px;
}
.interested .titreInterested {
  text-transform: uppercase;
  font-size: 1.8em;
  color: #1428c6;
  line-height: 1.4;
  margin: 0 0 2em 0;
  padding-top: 29px;
}
.interested .vendu {
  margin-bottom: 9em;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .interested .titreInterested {
    margin: 0;
  }
  .interested .vendu {
    margin-bottom: 10em;
  }
}
.interested .testerVehicule {
  font-weight: bold;
  font-size: 1.3em;
}
.interested .adresse {
  font-size: 1.2em;
}
.interested .phone a {
  text-decoration: none;
  font-size: 1.4em;
  font-weight: bold;
}
.interested .phone a:hover {
  opacity: .8;
}
.contactGarage {
  background: #0090ff;
  width: 100%;
  display: block;
  padding: 2em 1em;
  font-family: 'Fugaz One', cursive;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.6em;
  margin: 0;
  display: inline-block;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  line-height: 1.3;
}
.contactGarage:hover {
  opacity: .8;
}
.contactGarage .fa {
  color: #ffffff;
}
/*** MD ***/
@media (min-width: 992px) and (max-width: 1199px) {
  .interested {
    padding-bottom: 38px;
  }
}
/*** SM + XS ***/
@media (max-width: 991px) {
  .interested {
    padding-bottom: 1em;
  }
}
/*** XS ***/
@media (max-width: 767px) {
  .interested .titreInterested {
    margin-bottom: 0;
    font-size: 1.7em;
    padding-top: .5em;
  }
}
#backTop {
  width: 35px;
  height: 35px;
  padding: 10px;
  border-radius: 2px;
  font-size: 2em;
  text-indent: 0;
}
#backTop.sitti {
  background-color: #1b33f2;
  border: 1px solid #06c1f5;
  color: #ffffff;
}
#backTop.sitti:hover {
  opacity: .8;
}
