html
{
  margin-top: 50px;

}



.finition
{
  padding: 20px;
  height: auto;
  margin-bottom: 15px;
}

.footer
{ 
  background-color: #fafafa;
  color: #666;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  box-shadow: 0 50vh 0 50vh #fafafa;
  font-size: 12px ;
  transition: 0.5s;
}

.separateur
{
  display: inline-block solid;
  width: 20px;
}

.footer a 
{
  text-decoration: none;
  color: #06c;
}

form {
    display: inline;
}

/******************/

.center
{
  text-align: center;
}

.checkboxLogin
{
  margin-bottom: 15px;
}

.btnDelete
{
  width: auto;
  margin-bottom: 10px;
  margin-left: 7px;
}

.spacer
{
  margin-bottom: 20px;
  border: 1px solid black;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

.spacer2
{
  margin-bottom: 20px;
  border: 1px solid black;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

.supprimer
{
  font-size: 16px;
  width: 33px;
  height: 25px;
  background-color: #DD3444;
  border: 0;
  cursor: pointer;
  font-weight: normal;
  color: #fafafa;
  font-family: 'Open Sans', sans-serif;
  border-radius: 4px;
}

.editer
{
  font-size: 16px;
  width: 33px;
  height: 25px;
  background-color: #FFCD36;
  border: 0;
  cursor: pointer;
  font-weight: normal;
  color: #fafafa;
  font-family: 'Open Sans', sans-serif;
  border-radius: 4px;
}


button[name="supprimer"]:hover
{
  background-color: #bd2b39;
  transition: background-color 0.2s;
}

.card-comptes
{
  width: 290px;
  height: 290px;
  margin-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
}

.card-salles
{
  width: 290px;
  height: 250px;
  margin-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
}

.card-salles
{
  width: 290px;
  height: 320px;
  margin-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
}

.card-bateau
{
  width: 490px;
  height: auto;
  margin-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
}

.card-edit
{
  width: 400px;
  height: auto;
  margin-top: 25px;
  margin-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
}

.red
{
  color: red !important;
}

input[type="checkbox"]
{
  margin-top: 8px;
  position: relative;
  width: 30px;
  height: 15px;
  -webkit-appearance: none;
  background: #c6c6c6;
  outline: none;
  border-radius: 20px;
  box-shadow: inset 0 0 5px rgba(0,0,0,.2);
  transition: .5s;
}

input:checked[type="checkbox"]
{
  background: #03a9f4;

}

input[type="checkbox"]:before
{
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 20px;
  top: 0;
  left: 0;
  background: #fff;
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0,0,0,.2);
  transition: .5s;
}
input:checked[type="checkbox"]:before
{
  left: 15px;
}

/************************** BOITES **************************/

.boite
{
  padding-top: 50px;
  box-shadow: 0 5px 20px 0 rgba(18,38,63,.1)!important;
  text-align: center;
  margin-bottom: 100px;
  margin-right: 320px;
  margin-left: 300px;
  padding-bottom: 20px;
  width: auto;
  height: auto;
  border-radius: 6px;
  background-color: #fff;
  color: #555;
  transition: 0.5s;
}

.boiteLogs
{
  padding-top: 25px;
  box-shadow: 0 5px 20px 0 rgba(18,38,63,.1)!important;
  padding: 20px;
  width: auto;
  height: auto;
  border-radius: 3px;
  background-color: #fcfcfc;
  color: #555;
  transition: 0.5s;
  margin-bottom: -50px;
  margin: 30px;
}

.boiteBack
{
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0 5px 20px 0 rgba(0.3, 0.3, 0.3, 0.3)!important;
  margin-bottom: 100px;
  padding: 20px;
  height: auto;
  border-radius: 6px;
  background-color: #fff;
  color: #555;
  transition: 0.5s;
}

.boiteEditCompte
{
  padding-top: 15px;
  padding-bottom: 15px;
  padding: 20px;
  box-shadow: 0 5px 20px 0 rgba(18,38,63,.1)!important; 
  margin-bottom: 100px;
  margin-right: auto;
  margin-left: auto;
  width: 400px;
  height: auto;
  border-radius: 6px;
  background-color: #fff;
  color: #555;
  transition: 0.5s;
}

.boutonEdit
{
  margin-top: 20px;
  text-align: center;
}

.btn-compte
{
  margin-top: 15px;
}

.btn-edit
{
  margin-top: 15px;
  color: #fff !important;
}

.boite a
{
  text-decoration: none;
  color: #06c;
}

.boiteBack h2 
{
  text-align: center;
  color: #333;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 15px;
  transition: 0.5s;
}


/************************** FOOTER **************************/

.finition
{
  padding: 20px;
  height: auto;
  margin-bottom: 15px;
}

.footer
{ 
  background-color: #fafafa;
  color: #666;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  box-shadow: 0 50vh 0 50vh #fafafa;
  font-size: 12px ;
  transition: 0.5s;
}

.separateur
{
  display: inline-block solid;
  width: 20px;
}

.footer a 
{
  text-decoration: none;
  color: #06c;
}

/************************** LOGIN **************************/

.boiteLogin 
{
  box-shadow: 6px 6px 6px 6px rgba(0.2,0.2,0.2,0.2); 
  margin-top: 20px;
  margin-bottom: 40px;
  margin-right: auto;
  margin-left: auto;
  width: 400px;
  height: auto;
  border-radius: 3px;
  background-color: #fff;
  transition: 0.5s;
  text-align: center;
  color: #888;
}

.alert-danger
{
 width: 318px;    
}

.alert-success
{
 width: 445px;
 margin-right: auto;
 margin-left: auto;  
}

.alert-doc
{
 width: 700px;    
 margin-top: -65px;
 margin-bottom: 10px;
 margin-right: auto;
 margin-left: auto;
}

.boiteLogin h2 
{
  text-align: center;
  color: #333;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 15px;
  transition: 0.5s;
}

.boiteLogin form 
{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 0px;
}

.boiteLogin form input[type="password"], .boiteLogin form input[type="text"] 
{
  width: 318px;
  height: 48px;
  border: 1px solid #a3a3a3;
  margin-bottom: 10px;
  padding: 0 15px;
  background-color: #fff;
  font-size: 14px;
  border-radius: 4px;
  transition: 0.5s;
}

.boiteLogin button[type="submit"] 
{
  width: 318px;
  padding: 15px;
  margin-top: 5px;
  font-size: 16px;
  background-color: #333;
  border: 0;
  cursor: pointer;
  font-weight: normal;
  color: #ffffff;
  transition: background-color 0.2s;
  font-family: 'Open Sans', sans-serif;
  border-radius: 4px;
  transition: 0.5s;
}

.boiteLogin button[type="submit"]:hover 
{
  background-color: #111;
  transition: background-color 0.2s;
}

.boiteLogin a
{
  text-decoration: none;
  text-align: center;
  color: #06c;
}

/************************** MEDIA QUERY **************************/

@media screen and (min-device-width: 320px) and (max-device-width: 480px)
{
  .boite
  {
    margin: 15px;
    height: 500px;
    width: 900px;
    font-size: 30px;
  }

  .boiteLogin
  {
    margin-top: 40px;
    width: 700px;
    height: 400px;
  }

  .boiteLogin h2
  {
    font-size: 65px;
  }

  .boiteLogin form input[type="password"], .boiteLogin form input[type="text"] 
  {
    width: 900px;
    height: 90px;
    font-size: 20px;
  }

  .boiteLogin button[type="submit"] 
  {
    width: 700px;
    height: 85px;
    font-size: 20px;
  }

  .footer
  { 
    font-size: 20px ;
  }

  h2
  {
    font-size: 35px;
  }
}

/************************** FIN MEDIA QUERY **************************/
