@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
 * v2.0 | 20110126
 * License: none (public domain)
 * Changed from CSS to SASS */
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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

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

hr {
  border-width: 0;
}

/*** ⚠️ Toute modification dans ce fichier doit être reportée (si besoin) dans les brand-style des marques blanches ⚠️ ***/

#brand-logo-white {
  background-image: url(../img/logo_dematrh_white.png);
}

#brand-logo {
  background-image: url(../img/logo_dematrh_blue.png);
}

/*****************/
/*** Responsive **/
/*****************/
#banner-bg {
  background-color: #2E3862;
  background-blend-mode: overlay;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: fixed;
}

#banner-bg-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#banner-bg-bottom {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  max-height: calc(100% - 450px);
}

#banner-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
#banner-content p {
  color: #F1F3F6;
  line-height: normal;
  font-weight: 600;
  margin: 64px auto auto 64px;
  z-index: 1;
}

#brand-logo-white {
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  height: 62px;
  margin: 10vh auto 0 34px;
  z-index: 1;
}

.alert {
  display: flex;
  align-items: stretch;
  margin-bottom: 32px;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0px 8px 8px -8px rgb(32, 39, 68);
  color: #2E3862;
}
.alert > span:first-of-type {
  padding: 13px;
  background-color: #2E3862;
  border-radius: 4px 0 0 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.alert > .kc-feedback-text {
  padding: 14px 16px 14px;
  font-size: 14px;
  line-height: 22px;
}
.alert > .kc-feedback-text > div {
  display: flex;
  justify-content: space-between;
}
.alert h4 {
  margin-bottom: 6px;
}
.alert p {
  margin: 0 0 8px;
}
.alert p:last-of-type {
  margin-bottom: 0;
}

.alert-text {
  font-size: 14px;
  line-height: 22px;
  color: #2E3862;
  margin-bottom: 8px;
}
.alert-text:last-of-type {
  margin-bottom: 0;
}

span:first-of-type {
  color: #FFFFFF;
  content: "X";
}

.brand-text {
  font-weight: bold;
  color: #101E21 !important;
}

#alert-close {
  background-image: url(../img/icon-close-line-grey.svg);
  background-position: center;
  width: 24px;
  height: 24px;
}
#alert-close:hover {
  background-image: url(../img/icon-close-line-darkgrey.svg);
}

a#alert-close:focus {
  padding: 2px;
}

/* Error/Danger */
.alert-error, .alert-danger {
  box-shadow: 0px 1px 3px 0px rgba(241, 65, 108, 0.14), 0px 5px 15px 0px rgba(241, 65, 108, 0.10);
}

.alert-error > span:first-of-type, .alert-danger > span:first-of-type {
  background-color: #F1416C;
  content: url(../img/icon-alert-line.svg);
}

.alert-error > span:last-of-type, .alert-error h4, .alert-danger > span:last-of-type, .alert-danger h4 {
  color: #2E3862;
}

/* Warning */
.alert-warning {
  box-shadow: 0px 1px 3px 0px rgba(215, 167, 0, 0.14), 0px 5px 15px 0px rgba(215, 167, 0, 0.10);
}

.alert-warning > span:first-of-type {
  background-color: #F6C000;
  content: url(../img/icon-error-warning-line.svg);
}

.alert-warning > span:last-of-type, .alert-warning h4 {
  color: #2E3862;
}

/* Success */
.alert-success {
  box-shadow: 0px 1px 3px 0px rgba(54, 174, 109, 0.14), 0px 5px 15px 0px rgba(54, 174, 109, 0.10);
}

.alert-success > span:first-of-type {
  background-color: #50CD89;
  content: url(../img/icon-check-line.svg);
}

.alert-success > span:last-of-type, .alert-success h4 {
  color: #2E3862;
}

/* Information */
.alert-info {
  box-shadow: 0px 1px 3px 0px rgba(114, 57, 234, 0.14), 0px 5px 15px 0px rgba(114, 57, 234, 0.10);
}

.alert-info > span:first-of-type {
  background-color: #7239EA;
  content: url(../img/icon-information-line.svg);
}

.alert-info > span:last-of-type, .alert-info h4 {
  color: #2E3862;
}

.primostyle-btn {
  padding: 12px 24px;
  border-radius: 4px;
  border: 0;
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  font-weight: 500;
}
.primostyle-btn:hover {
  cursor: pointer;
}
.primostyle-btn:focus {
  box-shadow: none;
  border: 2px solid #dc6c51;
  outline: none;
  margin: -2px;
}

/* Primary */
.primostyle-btn-primary {
  background: #FF6136;
  color: #FFFFFF;
}
.primostyle-btn-primary:hover {
  box-shadow: none;
}
.primostyle-btn-primary:active {
  box-shadow: none;
  background: #943922;
}
.primostyle-btn-primary:visited {
  background: #943922;
}
.primostyle-btn-primary:disabled {
  background: #ffad93;
  color: #edf6fa;
}

/* Secondary */
.primostyle-btn-secondary {
  color: #FF6136;
  text-decoration: underline;
}
.primostyle-btn-secondary:hover {
  text-decoration: none;
}
.primostyle-btn-secondary:active:visited {
  color: #943922;
}
.primostyle-btn-secondary:disabled {
  color: #edf6fa;
}

.login-pf {
  background-color: #FFFFFF;
  height: 100%;
}

.login-pf-page {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
  width: 500px;
  flex-direction: column;
}
.login-pf-page > div {
  width: 500px;
  margin: auto;
}

.login-pf-page div.login-pf-content {
  flex: 1;
}

.login-pf-footer {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: absolute;
  bottom: 0;
  color: #586081;
  font-size: 14px;
}

.login-pf-footer p {
  margin-top: 0;
}

#password-criteria {
  margin-top: 16px;
  color: #6D7591;
  font-size: 13px;
  line-height: 16px;
}

#password-criteria > ul {
  list-style: square;
  list-style-position: inside;
  margin-left: 15px;
}
#password-criteria > ul li {
  margin-top: 8px;
}

#kc-locale {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

#kc-locale ul {
  position: absolute;
  background-color: #F1F3F6;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
  display: none;
}

#kc-locale:hover {
  position: relative;
  display: inline-block;
}
#kc-locale:hover ul {
  display: block;
}

li.kc-dropdown-item {
  margin: 10px;
}

a#kc-current-locale-link::after {
  content: "˅";
  margin-left: 4px;
}

div#kc-locale-dropdown a {
  text-decoration: none;
  color: #0E72E7;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

div#kc-locale-dropdown a:hover {
  color: #80D7F7;
}

#kc-error-message p:last-of-type {
  margin-top: 32px;
}

.form-group {
  margin-top: 32px;
}

label {
  display: flex;
  align-items: center;
  color: #2E3862;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}

.pf-c-form-control {
  height: 40px;
  width: 100%;
  background: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: #D5D7E0;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px 15px;
  font-size: 13px;
  line-height: normal;
  color: #2E3862;
  box-shadow: none;
}
.pf-c-form-control:hover {
  border-color: #2E3862;
}
.pf-c-form-control:focus {
  border-color: #0E72E7;
  box-shadow: 0px 8px 8px -8px #67b1d7;
}

#forget-password {
  margin-top: 8px;
  text-align: right;
}

#kc-form-buttons {
  text-align: center;
  margin-bottom: 16px;
}

#kc-form-options {
  text-align: center;
  margin-top: 28px;
  margin-bottom: 32px;
}

body {
  font-family: Geometria, Arial, sans serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #2E3862;
  background-color: #F7F7F7;
}

p {
  margin: 8px 0;
}

.small {
  font-size: 13px;
  line-height: 16px;
}

/*****************/
/**** Heading ****/
/*****************/
h1, h2, h3 {
  font-size: 20px;
  line-height: normal;
  color: #2E3862;
  font-weight: 700;
  margin-bottom: 32px;
}

h4, .heading-4 {
  color: #2E3862;
  font-size: 20px;
  line-height: normal;
  font-weight: 500;
}

.heading-4 {
  text-align: left;
}

#container {
  display: flex;
  height: 100vh;
}

/*****************/
/***** Links *****/
/*****************/
a {
  color: #0E72E7;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:focus {
  border: solid 2px #80D7F7;
  padding: 2px;
  border-radius: 4px;
  outline: none;
}
a:active {
  color: #00669a;
  text-decoration: none;
}
a:visited {
  color: #0E72E7;
  text-decoration: underline;
}

/*****************/
/***** Input *****/
/*****************/
input {
  font-family: Geometria, Arial, sans serif;
  outline: none;
  /*****************/
  /**** Checkbox ***/
  /*****************/
}
input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  position: unset !important;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border-radius: 4px;
  border: solid 1px #D5D7E0;
  margin: 0 7px 0 0;
}
input[type=checkbox]:checked {
  content: url(../img/icon-check-line.svg);
  background: #44D1BD;
  border-color: #44D1BD;
}
input[type=checkbox]:hover {
  border-color: #2E3862;
}
input[type=checkbox]:focus {
  outline: none;
}

.checkbox > label {
  color: #2E3862;
  font-weight: 400;
}

#brand-logo {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 60px;
  margin-bottom: 32px;
}

#septeo-logo {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 80px;
  background-image: url("../img/logo_septeohr.png");
}

/*****************/
/*** Responsive **/
/*****************/
@media (max-width: 1000px) {
  #banner-bg, #banner-width {
    display: none;
  }
}
@media (min-width: 1348px) {
  #banner-bg, #banner-width, #banner-bg-top svg {
    width: 800px;
  }

  #banner-bg-bottom svg {
    max-width: 650px;
  }

  #banner-bg svg.small{
    display: none;
  }
  #brand-logo-white {
    width: 333px;
  }

  #banner-content p {
    font-size: 34px;
    width: 550px;
  }
}
@media (min-width: 1000px) and (max-width: 1348px){
  #banner-bg, #banner-width, #banner-bg-top svg {
    width: 425px;
  }

  #banner-bg-bottom svg {
    max-width: 400px;
  }

  #banner-bg svg.big{
    display: none;
  }
  #brand-logo-white {
    width: 280px;
  }
  #banner-content p {
    font-size: 24px;
    width: 338px;
  }
}

@media (min-width: 1000px) {
  #brand-logo {
    display: none;
  }
}
@media (max-width: 1000px) {
  .login-pf-header {
    text-align: center;
  }
}

@media (min-height: 850px) {
  .login-pf-page div.login-pf-content {
    margin-top: 20vh;
  }
}

@media (max-height: 850px) and (min-width: 1000px){
  .login-pf-page div.login-pf-content {
    margin-top: 10vh;
  }
}

@media (max-height: 800px) and (max-width: 1000px){
  .login-pf-footer {
    display: none;
  }
}

@media (max-height: 750px) and (min-width: 1000px){
  .login-pf-footer {
    display: none;
  }
}

@media (max-height: 850px) and (max-width: 1000px){
  .login-pf-page div.login-pf-content {
    margin-top: 5vh;
  }
}

/*# sourceMappingURL=style.css.map */
