html{
  height: 100%;
}
body{
  font-family: Play, sans-serif;
  color: #000;
  height: 100%;
}
#Corps{
  min-height: 54%;
  font-size: 0.9rem;
}
.Contenu1200{
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding : 10px;
}
/* Styles de padding */
.pt4px{
  padding-top : 4px;
}
.pb4px{
  padding-bottom: 4px;
}

/* Styles du menu */
.navbar-toggler{
  color: #fff;
  background-color: #ffffff;
  padding-right: 6px;
  padding-left: 6px;
  padding-top: 0px;
  padding-bottom: 0;
  margin-right: auto;
  margin-left: auto;
}
.navbar-toggler-icon{
  background-color: #ffffff;
}
.dropdown-menu{
  color: #000;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: rgb(19,0,125);
  color: #fff;
}

/* Styles du pied de page  */
#Pied-Bloc{
  background-image: url('../img/BGTexture.jpg');
  background-position: center;
  /* background-size: contain; */
  background-repeat: repeat;
  margin-bottom: 44px;
  padding-top: 30px;
  padding-bottom: 10px;
}
.footer{
  margin-bottom: 0;
}
.LobsterViolet{
  color: #7C65AD;
  font-family: Lobster;
  font-size: 26px;
}
.LienBlanc{
  color:#ffffff;
  font-size: 14px;
}
.LienBlanc:hover{
  color : #ffffff;
}
.ColorViolet{
  color: #7C65AD;
}
#Pied{
  background-color: #000000;
  margin-top: 100px;
  padding-top:8px;
  padding-bottom: 8px;
}

#Jumbotron-Auto{
  margin-top: 10px;
  background-image: url('../img/Voiture.jpg');
  color: #D0D1D6;
  margin-bottom: 10px;
  padding-right: 0;
  padding-left: 0;
}

#Jumbotron-Quad{
  margin-top: 5px;
  background-image: url('../img/quad.jpg');
  color: #D0D1D6;
  margin-bottom: 10px;
  padding-right: 0;
  padding-left: 0;
}

.BandeauJumbotron{
  background-color: rgba(0,0,0,0.4);
  color: #000000;
  margin-left: 0;
  margin-right: 0;
}

.pr15pl15mt20mb20{
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mw180{
  max-width: 180px;
}

.mb20{
  margin-bottom: 20px;
}

.mh16{
  max-height: 16px;
}

.TexteBlanc{
  color:#fff;
}

.FontNeuro{
  font-family: Neuropol;
}

.Font32{
  font-size: 32px;
}

.dropdown-toggle{
  outline: none;
}

.TitrePage{
  color: #7C65AD;
  font-family: Lobster;
  font-size: 26px;
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: center;
}

.ddactive{
  color:#7C65AD;
}

.photo1{
  width: 100%;
  -webkit-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.44);
  -moz-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.44);
  box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.44);
}

.photo2{
  width: 100%;
  max-width: 250px;
  -webkit-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.44);
  -moz-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.44);
  box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.44);
}

.LibelleListeVehicule, .LibelleListeVehicule a{
  color:#7C65AD;
  font-weight: bold;
  font-size: 1.1rem;
}

.LegendeListeVehicule{
  /* font-style: italic; */
  color:rgb(160, 160, 160);
  font-family: Lobster;
}

#DivFiltreFond{
  margin-top: 10px;
  background-image: url('../img/route.jpeg');
  color: #D0D1D6;
  margin-bottom: 10px;
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
  background-size: cover;
  background-position: right center;
  position: relative;
  min-height: 200px;
}
.DivFiltre{
  background-color: rgba(0,0,0,0.4);
  color: #000000;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top:10px;
  padding-bottom: 10px;
}

.DivFiltreIcon{
  width: 30px;
}

.DivFiltreRadio{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  width: 8px;
  height: 8px;

  border: 2px solid #fff;
  transition: 0.2s all linear;
  margin-right: 5px;

  position: relative;
  top: 4px;
}
.DivFiltreRadio:checked{
  border: 4px solid #fff;
}

@media (min-width:768px) {
  .DivFiltreIcon{
    width: 40px;
  }
  .DivFiltreRadio{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    width: 14px;
    height: 14px;
  
    border: 2px solid #fff;
    transition: 0.2s all linear;
    margin-right: 5px;
  
    position: relative;
    top: 4px;
  }
  .DivFiltreRadio:checked{
    border: 7px solid #fff;
  }
}

.DivFiltreQualification{
  background-color:#7C65AD;
  margin-top:10px;
  font-weight: bold;
  color: #fff;
}

ion-icon{
  font-size:16px;
  color:#000;
  margin-top:-20px;
  margin-bottom: -20px;
  padding:0;
}

.DivTriLibelle{
  font-family: Lobster;
  font-size: 1rem;
}

#lienIconTous {
  cursor: pointer;
}
#lienIconTous:hover img {
  filter:grayscale(100%);
}
.IconActif{
  filter:grayscale(100%);
}

.StockLienDemandePrix{
  cursor: pointer;
}
.StockLienDemandePrix:hover{
  color: #7C65AD;
}

/* Fenêtre Modale pour demande prix de la page stock (background) */
.StockModalDemandePrix {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Fenêtre Modale pour demande prix de la page stock (The Close Button) */
.StockModalDemandePrix-Close {
  color: #fff;
  float: right;
  font-size: 32px;
  font-weight: bold;
}
.StockModalDemandePrix-Close:hover,
.StockModalDemandePrix-Close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* Modal Header */
.StockModalDemandePrix-Header {
  padding: 2px 16px;
  background-color: #7C65AD;
  color: white;
  font-family: Lobster;
}

/* Modal Body */
.StockModalDemandePrix-Body {padding: 2px 16px;}

/* Modal Content */
.StockModalDemandePrix-Content {
  position: relative;
  background-color: #fff;
  margin: 15% auto;
  padding: 0;
  border: 1px solid #888;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}

.FormSaisie{
  padding-left:5px;
  border: 1px solid #888;
}
.FormSaisie:hover, .FormSaisie:focus{
  border-color:#7C65AD;
}

.FormDivBouton{
  cursor: pointer;
  border: 1px solid #888;
  background-color: #7C65AD;
  color: #fff;
  text-align: center;
  padding-top:5px;
  padding-bottom: 5px;
  margin-top:10px;
}
.FormDivBouton:hover{
  background-color: #D0D1D6;
  color:#000000;
}
.FormAlert{
  margin-top: -5px;
  padding-top: -5px;
  color:#7C65AD;
  font-style: italic;
}

#FormStatutEnvoi{
  margin-top:10px;
  text-align: center;
}

.DivConstruction{
  width: 100%;
}

.TailleIcone{
  height: 40px;
}

.TexteGras{
  font-weight: bold;
}

#VideoPolarisContainer{
  width:100%;
  padding: 0px;
  margin:0px;
}

#VideoPolaris{
  width:100%;
  padding: 0px;
  margin:0px;
}

.Ombre{
  box-shadow: 0px 4px 5px 0px rgba(81,78,85,1);
  border: none;
  padding-top: 10px;
}

#StockFicheCarousel .carousel-inner{
  padding-top:10px;
  padding-bottom:10px;
  text-align: center;
}
#StockFicheCarousel .carousel-inner .carousel-item img{
  width: 100%;
  max-width: 800px;
  height: auto;
  -webkit-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.44);
  -moz-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.44);
  box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.44);
}

.ColorBlack{
  color:#000;
}

#StockFicheCarouselMiniatures{
  margin-top: 15px; 
}

#StockFicheCarouselMiniatures .carousel-item{
  text-align: center;
}

.thumb{
  border: 2px solid rgba(0,0,0,0.44);
  width: 100%; 
  margin: 0 2%; 
  display: inline-block; 
  vertical-align: middle; 
  cursor: pointer; 
  max-width: 150px;
}

.thumb:hover{
  border-color: #7C65AD;
}

#StockFicheCarouselMiniatures .carousel-inner .carousel-item img{
  width: 100%;
}