/*
  Auteur      : Théo Angéloz
  Date        : 19.12.2019
  Description : Css du projet  
*/
/* Paramètre généraux*/
/*====================================================================================================*/
*{
  margin: 0;
  padding: 0;
}

.containerAccueil{
    display: flex;
    justify-content: flex-start;
    background-color: black;
    overflow: hidden;
    height: 5em;
}


/*barre de scroll
::-webkit-scrollbar{ 
  width: 12px; 
} 
::-webkit-scrollbar-track{ 
  -webkit-border-radius: 10px; 
  border-radius: 10px; 
} 
::-webkit-scrollbar-thumb { 
  -webkit-border-radius: 10px; 
  border-radius: 10px; 
  background: rgb(102, 99, 99); 
}  
/* Menu de navigation*/
/*.barreNav {
  background-color: darkgrey;
  overflow: hidden;
  height: 80px;
}

.barreNav a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 5px 20px;
  text-decoration: none;
  font-size: 17px;
}

.barreNav ul {
  margin: 25px 0 0 0;
  list-style: none;
}

.barreNav a:hover {
  background-color: white;
  color: darkgrey;
}

#boutonAccueil {
  background-color: darkgrey;
  color: white;
}

.barreNav .active {
  background-color: white;
  color: darkgray;
}
*/
::selection{
  color: #fff;
  background: #17A2B8;
}
.wrapper{
  width: 25em;
  border-radius: 6.25em;
  margin-left: 6.25em;
  margin-right: 6.25em;
}

.price-input{
  width: 100%;
  display: flex;
  margin: 0;
}
.price-input .field{
  display: flex;
  width: 95%;
  align-items: center;
}
.field input{
  border-radius: 0.313em;
  text-align: center;
  border: 0.063em solid #999;
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.slider{
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 0.313em;
}
.slider .progress{
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 0.313em;
  background: #17A2B8;
}
.range-input{
  position: relative;
}
.range-input input{
  position: absolute;
  width: 100%;
  height: 0.313em;
  top: -0.313em;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb{
  height: 1.063em;
  width: 1.063em;
  border-radius: 50%;
  background: #17A2B8;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0,0,0,0.05);
}
input[type="range"]::-moz-range-thumb{
  height: 1.063em;
  width: 1.063em;
  border: none;
  border-radius: 50%;
  background: #17A2B8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0,0,0,0.05);
}

input.input-max, input.input-min {
  width: 3.125em;
  margin-top: 1.938em;
  margin-bottom: 1em;
}

#max.field{
  width: 3.125em;
}

.chercherMoto{
  margin-left: 3.125em;
  margin-top: 1.938em;
}

.cbxMarque{
  margin-right: 6.25em;
  margin-left: 6.25em;
  margin-top: 1.938em;
}


.cbxType{
  margin-left: 6.25em;
  margin-right: 6.25em;
  margin-top: 1.938em;
}

.chercherMoto{
  margin-left: 3.125em;
  margin-top: 1.938em;
  text-align: right;
}

#searchInput{
  text-align: center;
  border-radius: 0.72em;
}

#lbl{
  color: white;
}

#type{
  border-radius: 1em;
}

#marque{
  border-radius: 1em;
}

.connexion{
  margin-left: 18.5em;
  margin-top: 1.938em;
}

.deconnexion{
  margin-left: 65.5em;
  margin-top: 1.938em;
}

.withoutStyle{
  color: white;
  text-decoration: none;
}
.withoutStyle:hover{
  background-color: #999;
  border-radius: 0.72em;
}

/*====================================================================================================*/
/*PARAMETRAGES DE LA PAGE DU LOGIN*/
/*====================================================================================================*/
/*Paramétre de la page de login*/ 
#container .user-form{
  background-color: lightblue;
  width: 90%;
  padding: 1em;
  margin: auto;
  width:400px;
}

/*====================================================================================================*/
/*Configuration du formulaire de la page de login*/ 
.user-form {
  padding: 0em;
  width:100%;
  padding: 30px;
  border: 1px solid #f1f1f1;
  background: linear-gradient(pink, 20%, lightblue);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

/*====================================================================================================*/
/*Paramétrage du div se trouvant dans le formulaire du login*/ 
.user-form .field {
  padding: 0.5em;
}

/*====================================================================================================*/
/*Paramétrage des labels du div se trouvant dans le formulaire du login*/ 
.user-form .field label {
  display: inline-block;
  width: 10em;
}

/*====================================================================================================*/
/*Paramétrage des champs permettant d'entrer les informations d'identification*/ 
#username, input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/*====================================================================================================*/
/*Paramétrage du bouton valider de la page login qui permet d'accèder sur la page suivante*/ 
.but-valider {
    font-size: 1em;
    width: 7em;
    border-radius: 1em;
    background-image: linear-gradient(to right, #fbc2eb 0%, #a6c1ee 51%, #fbc2eb 100%);
    margin-top: 15px;
}

.imgMoto{
  width: auto;
  height: 8em;
  border-radius: 1em;
}

.containerMoto{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 5%;
}

.boxMoto{
  border: solid 10px black;
  border-radius: 1em;
  text-align: center;
  width:auto;
  background-color: black;
  color: white;
}

h1{
  text-align: center;
  font-size: 3.5em;
}
