/*** COULEURS ***/
/*** POLICES ***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #000;
  outline: none;
}

button {
  padding: 0;
  border: 0 none;
}

button:hover, button:focus {
  outline: none;
}

input, textarea, button, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
}

img {
  border: 0 none;
}

body, input, select, button, textarea, a {
  font-family: "Barlow", sans-serif;
  color: #000000;
}

.page-connexion {
  width: 100%;
  height: 100vh;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-left: 36px solid #424242;
}
.page-connexion .wrapper {
  width: 100%;
  margin: auto;
  max-width: 588px;
}
.page-connexion .wrapper .logo-wrapper .logo {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.page-connexion .wrapper .page-title {
  text-transform: uppercase;
  font-size: 2.625rem;
  font-weight: 200;
  text-align: center;
  margin-top: 40px;
}
.page-connexion .wrapper .page-subtitle {
  font-size: 20px;
  text-align: center;
}
.page-connexion .wrapper .page-subtitle strong {
  font-weight: 700;
}
.page-connexion .wrapper .form {
  margin-top: 24px;
}
.page-connexion .wrapper .form .form-group {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.page-connexion .wrapper .form .form-group:first-child {
  margin-top: 0;
}
.page-connexion .wrapper .form .form-group .label {
  display: block;
  width: 100%;
  max-width: 178px;
  font-size: 26px;
  padding-right: 28px;
  text-align: right;
}
.page-connexion .wrapper .form .form-group .input {
  display: block;
  width: 100%;
  max-width: 400px;
  height: 52px;
  border: 0 none;
  border-bottom: 4px solid #cccccc;
  background-color: #ffffff;
  padding: 0 20px;
  color: #999999;
  font-size: 26px;
}
.page-connexion .wrapper .form .form-group .input.active {
  border-bottom-color: #F59C00;
}
.page-connexion .wrapper .form .alert-danger {
  background-color: #dc3545;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  margin-top: 30px;
}
.page-connexion .wrapper .form .actions {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.page-connexion .wrapper .form .actions .btn-submit {
  display: block;
  width: 100%;
  max-width: 222px;
  font-size: 29px;
  height: 70px;
  background-color: #F59C00;
  color: #ffffff;
  cursor: pointer;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease 0s;
}
.page-connexion .wrapper .form .actions .btn-submit:hover {
  background-color: #dc8c00;
}
.page-connexion .wrapper .form .links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.page-connexion .wrapper .form .links .link {
  font-size: 21px;
  color: #329CD7;
  text-decoration: underline;
  text-align: center;
}

@media (max-width: 576px) {
  .page-connexion {
    border-left: none;
  }
}

/*# sourceMappingURL=connexion.output.css.map */
