
body {
  height: 100% !important ;
  background-image: url('parallax-1.jpg') ;
  background-size: cover;
}

#sticky-footer {
  flex-shrink: none;
}
a{
    text-decoration: none !important;
}

#app {
  flex: 1 0 auto;
}

#sticky-footer {
  flex-shrink: none;
}

/*
bouton google
*/
.google {
  width: 200px;
  color: #757575;
  font-weight: 500;
  margin-right: 8px;
  border-color: #757575;
}


.form-signin {
  width: 100%;
  padding: 15px;
}

.jss299 {
    color: #1877F2 !important;
    border-color: #1877F2 !important;
}
.jss300 {
    color: #005983 !important;
    border-color: #005983 !important;
}
.jss128 {
    cursor: pointer;
    display: inline-flex;
    padding: 8px 16px;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    text-decoration: none;
}
.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > label {
  height: 3.125rem;
  padding: .75rem;
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  cursor: text; /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}


.entete {
  color: rgba(0, 0, 0, 0.92);
  font-size: 2.5rem;
  font-family: Montserrat;
  font-weight: 700;
  line-height: 3.125rem;
  letter-spacing: 0;
}

.autre_choix {
  width: 150px;
  height: 1px;
  margin: 32px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d2d2d2;
}

.autre_choix span {
  padding-left: 16px;
  padding-right: 16px;
  text-transform: uppercase;
  background-color: white;
}

.entete_inscription_2 {
  color: rgba(0, 0, 0, 0.92);
  font-size: 1rem;
  font-family: Montserrat;
  font-weight: 500;
  line-height: 1.625rem;

  margin: 32px auto;
}

.btn-green, .btn-green:hover {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  /* margin-top: 30px; */
  color: #fff;
  background: #34b7a7;
}
