@font-face {
	font-family: "Bauhaus";
	src: url('fonts/Bauhaus_Light.ttf');
}
h2.h6{
  font-family: "Bauhaus"!important;
  font-weight:600;
  font-size:1.4rem;
}
body.css-login {
  background: url(../img/equinoxe_background_2_cut.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

a.btn.btn-secondary.responsive{
  margin-top: 85px;
}

/* AJOUT ALEXIS - 07/09/2018 */
.form-signin a.btn.btn-secondary.responsive:last-child{
  width: 136px;
  margin-left: 20px;
}
/* ------------------------ */

@media (min-width: 1001px) and (max-width: 1450px){
  body.css-login {
     /* background-size: 865px; */
     background-size: 100%;
  }
}

  @media (min-width: 731px) and (max-width: 1000px){
    body.css-login {
       /* background-size: 865px; */
       background-size: 120%;
    }
  }

@media (min-width: 501px) and (max-width: 730px) {
  body.css-login {
     /* background-size: 865px; */
     background-size: 181%;
  }
}

@media (max-width: 500px){
  body.css-login {
     background-size: 210%;
  }
  a.btn.btn-secondary.responsive{
    margin-top: 60px;
  }
}

@media (min-width: 731px) and (max-width: 1000px){
  body.css-login {
     /* background-size: 865px; */
     background-size: 120%;
  }
}

/* AJOUT ALEXIS - 07/09/2018 */
@media (max-width: 357px){
  .form-signin a.btn.btn-secondary.responsive:last-child{
    margin: 10px auto 0 auto;
    display: block;
  }
}
/* ------------------------- */