body {
  font-family: 'Open Sans';
}
a {
  text-decoration: none;
  color: #333333;
}

.crossfade > figure {
  animation: imageAnimation 30s linear infinite 0s;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  color: transparent;
  height: 100%;
  left: -40px;
  opacity: 0;
  position: absolute;
  top: -15px;
  width: 100%;
  z-index: 0;
}

.crossfade > figure:nth-child(1) { background-image: url('../img/background-connexion.png'); }

.crossfade > figure:nth-child(2) {
  animation-delay: 6s;
  background-image: url('../img/F900R.jpg');}

.crossfade > figure:nth-child(3) {
  animation-delay: 12s;
  background-image: url('../img/trail-R1250GS.jpg');
}
.crossfade > figure:nth-child(4) {
  animation-delay: 18s;
  background-image: url('../img/F900R.jpg');
}
.crossfade > figure:nth-child(5) {
  animation-delay: 24s;
  background-image: url('../img/trail-R1250GS.jpg');
}


@keyframes 
imageAnimation {  0% {
 animation-timing-function: ease-in;
 opacity: 0;
}
 8% {
 animation-timing-function: ease-out;
 opacity: 1;
}
 17% {
 opacity: 1
}
 25% {
 opacity: 0
}
 100% {
 opacity: 0
}
}

#bloc-form {
 /* background-image: url(../img/background-connexion.png); */
  height: 100vh;
  width: 100%;
  max-height: 900px;
  background-size: cover;
  background-position: center center;
  position: relative;
}

#form {
  height: 350px;
  width: 450px;
  background-color: #fff;
  margin: 0 auto;
  padding-top: 1.4em;
}

#form input {
  border: none;
  background-color: #efefef;
  margin: 0 0 5px 0;
  padding-left: 7%;
  width: 93%;
}

#form input:focus {
  box-shadow: none;
}

.input-field input[type=text]:focus {
  border-bottom: none;
  box-shadow: none;
}

.modal { width: 50% !important ;  } 

blockquote{
  margin: 20px 0;
  padding: 0.5rem 0 0.5rem 1.5rem;
  border-left: 5px solid #95c11f; /* Just change the color value and that's it*/
  background-color:#e9e9e9;  
}
#connexion{
  box-shadow: none;
  background-color: #95c11f;
  width: 100%;
  text-transform: none;
  padding: 2px 20px;
  height: auto;
}
#forgot-password,  #courrielAssistance  {
  color: #777777;
  text-decoration: underline;
}

#recup-email-password {
  box-shadow: none;
  background-color: #95c11f;
  text-transform: none;
  padding: 2px 20px;
  height: auto;
  margin-top:20px;
}

.titre-recup-email{
  font-size: 16px;
  color: #777777;
  font-weight: bold;
}

#code-email, #code-site{
  border: 1px solid #e9e9e9;
  padding-left: 1em;
  margin-bottom: 0px;
}
#code-email:focus, #code-site:focus{
  border-color: #cccccc;
}

::-webkit-input-placeholder {
   color: #777777;
}

:-moz-placeholder { /* Firefox 18- */
   color: #777777;
   padding-left: 20px;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #777777;
   padding-left: 20px;
}

:-ms-input-placeholder {
   color: #777777;
   padding-left: 20px;
}


/* Footer */
.footer {
  padding-top: 0px;
  background-color: #fff;
}
.footer .footer-copyright {
  background-color: #fff;
  color: #050400;
}
.footer-copyright .container {
  max-width: 100%;
  background-color: #fff;
  width: 100%;
  padding-right: 3%;
  padding:12px;
  font-size: 0.750em;
  z-index: 1;
}
