/*!
 * (C) Copyright 2020 CNCC Services <https://www.cncc.fr/>
 * This program is the sole property of CNCC Services and is not free software.
 */
@charset "UTF-8";
.img-responsive {
  max-width: 100%;
}
.hr {
  height: 1px;
  border-color: #ccc;
  background: #ccc;
  border: 0;
  margin: 0.5em auto 1.5em;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
.email {
  font-weight: bold;
  white-space: nowrap;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.text-centered {
  text-align: center;
}
.note {
  font-size: smaller;
}
.text-bold {
  font-weight: bold;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.no-margin {
  margin: 0!important;
}
.full-width {
  width: 100%;
}
.thin-margin {
  margin: 0.25rem;
}
.margin-top {
  margin-top: 1em;
}
.margin-top-2 {
  margin-top: 2em;
}
.margin-top-3 {
  margin-top: 3em;
}
.margin-bottom {
  margin-bottom: 1em;
}
.margin-bottom-2 {
  margin-bottom: 2em;
}
.margin-bottom-3 {
  margin-bottom: 3em;
}
.pwd {
  text-align: center;
  list-style-type: none;
  list-style-position: inside;
  vertical-align: middle;
  margin: 0.8em 0;
  padding: 0.5em;
  border: 0.3em solid #fff;
}
#box-pwd {
  margin: 0 auto;
}
.pwdpicker-numpad {
  display: block;
  margin: 0.5em 0 0.75em 0;
  text-align: center;
}
.pwd input {
  display: inline-block;
  text-align: center;
  font-size: 1em;
  margin: 0 0.3em;
  width: 2em;
  height: 2em;
  border: 1px solid #3C76AF;
  border-radius: 0;
}
.pwd input .backinblack {
  background-color: #444;
}
.pwdpicker-numpad > .pwdpicker-button {
  display: inline-block;
  background: #3C76AF;
  border: 0.1em solid #3C76AF;
  border-radius: 0.3em;
  color: #fff;
  font-weight: 400;
  padding: 0.5em 1em;
  font-size: 1.1em;
  outline: none;
  position: relative;
  margin: 0.5em 0.3em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  transition: 0.1s ease-in-out box-shadow;
}
.pwdpicker-numpad > .pwdpicker-button:hover,
.pwdpicker-numpad > .pwdpicker-button.hoverstate {
  cursor: pointer;
  box-shadow: 0 0 0.8em #224363 inset;
  border-color: #2f5c89;
}
.pwdpicker-numpad > .pwdpicker-button:active {
  cursor: pointer;
  box-shadow: 0 0 1.2em #0c1824 inset;
  border-color: #5e5e5e;
}
.pwdpicker-toolbar {
  width: 100%;
  text-align: center;
}
.pwdpicker-toolbar > .pwdpicker-button {
  display: block;
  margin: 0 1em;
}
.pwdpicker-button {
  cursor: pointer;
}
.keyboard-focus-set {
  border: 0.3em solid #e6c074;
}
/* infieldLabel styles */
.infield-label {
  display: block;
  position: relative;
}
.infield-label label {
  bottom: 0;
  color: #777;
  display: block;
  left: 0;
  line-height: 3em;
  margin: 0;
  right: 0;
  top: 0;
  cursor: text;
  font-size: 14px;
  padding: 0 10px;
  position: absolute;
  white-space: nowrap;
}
.js .infield-label label {
  cursor: text;
  font-size: 14px;
  padding: 0 10px;
  position: absolute;
  white-space: nowrap;
}
.placeholder-focus label {
  background-color: rgba(0, 0, 0, 0.85);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  bottom: auto;
  color: #fff;
  line-height: 32px;
  right: auto;
  top: -20px;
}
.placeholder-focus label:after {
  border-top: 5px solid rgba(0, 0, 0, 0.8);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  content: '';
  display: block;
  height: 0;
  left: 10px;
  position: absolute;
}
.no-rgba .placeholder-focus label {
  background-color: #111;
}
.no-rgba .placeholder-focus label:after {
  border-top-color: #111;
}
.infield-label-image.placeholder-focus label {
  top: -122px;
}
.placeholder-hide label {
  bottom: auto;
  left: -9999px;
  right: auto;
  top: -9999px;
}
.github-fork-ribbon {
  position: absolute;
  padding: 2px 0;
  background-color: #E6546F;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
  font: 700 1em "Helvetica Neue", Helvetica, Arial, sans-serif;
  z-index: 9999;
  pointer-events: auto;
}
.github-fork-ribbon span {
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
  text-align: center;
  width: 300px;
  line-height: 20px;
  display: inline-block;
  padding: 5px 0;
}
.github-fork-ribbon-wrapper {
  width: 250px;
  height: 250px;
  position: absolute;
  overflow: hidden;
  top: 0;
  z-index: 9999;
  pointer-events: none;
}
.github-fork-ribbon-wrapper.left {
  left: 0;
}
.github-fork-ribbon-wrapper.left .github-fork-ribbon {
  top: 48px;
  left: -73px;
  transform: rotate(-45deg);
}
@media (max-width: 590px) {
  .github-fork-ribbon {
    box-shadow: none;
  }
  .github-fork-ribbon-wrapper {
    width: 100%;
    text-align: center;
    height: 54px;
    position: relative;
  }
  .github-fork-ribbon-wrapper.left .github-fork-ribbon {
    top: 0;
    left: 0;
    right: 0;
    transform: rotate(0);
  }
}
* {
  box-sizing: border-box;
}
body {
  font-size: 16px;
  font-family: Sans-Serif;
  color: #2C2B2D;
}
* {
  margin: 0;
}
body,
html {
  margin: 0;
  padding: 0;
  direction: ltr;
  height: 100%;
}
body {
  position: relative;
}
.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -70px;
}
.page-wrap:after {
  content: "";
  display: block;
}
.footer,
.page-wrap:after {
  height: 70px;
}
.footer {
  display: block;
  background: #eee;
  box-shadow: 1px -1px 2px #aaa;
}
.footer .footer-list {
  display: table;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 1em;
  height: 70px;
}
.footer .footer-list .footer-list-item {
  display: table-cell;
  vertical-align: middle;
}
.footer .footer-list .footer-list-item img {
  display: inline-block;
  vertical-align: middle;
}
.footer .footer-list .footer-list-item a,
.footer .footer-list .footer-list-item span {
  line-height: 1;
}
#header {
  text-align: center;
}
.logo {
  display: block;
  margin: 2em auto;
  width: 13em;
  height: auto;
  border: 0;
}
.container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 1em;
}
@media screen and (max-width: 360px) {
  .container {
    padding: 0.25em;
  }
}
.content {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.content-text {
  margin: 1.5em 0.5em;
  padding: 0.5em;
}
.content-text p {
  line-height: 1.6em;
}
.content-text p:last-child {
  margin-bottom: 2em;
}
.box-connect {
  padding: 0.2em;
  width: 19em;
  display: inline-block;
  vertical-align: top;
}
.box-oidc-connect {
  padding: 0.2em;
  max-width: 1024px;
  display: inline-block;
  vertical-align: top;
}
.row-line {
  display: block;
  width: 100%;
  background: #eee;
}
.row-line [class*=col-] {
  display: inline-block;
  vertical-align: top;
  padding: 0.5em 1em;
}
.row-line .cncc-connect-icon {
  margin-top: 0.5em;
}
@media screen and (max-width: 640px) {
  .row-line [class*=col-] {
    width: 100%!important;
    padding: 0;
  }
  .row-line .cncc-connect-icon {
    display: block;
    margin: 0 auto;
    max-height: 10em;
    margin-bottom: 2em;
  }
}
.row-line .col-left {
  width: 20%;
}
@media screen and (min-width: 640px) {
  .row-line .col-left {
    padding-left: 0;
  }
}
.row-line .col-right {
  width: 79%;
}
.row-line .col-right .intro-text {
  line-height: 1.5;
  background: #fff;
}
.mid-line {
  display: inline-block;
  background-color: #efefef;
  height: 32em;
  width: 2px;
  margin: 2em;
}
.link-right {
  position: absolute;
  bottom: 0.5em;
  right: 1em;
  font-size: 0.85em;
  color: #2C2B2D;
}
.msg {
  box-sizing: border-box;
  padding: 0.6em 0.9em;
  width: 100%;
  margin: 0 auto;
  max-width: 680px;
  margin-bottom: 1em;
}
.msg-block {
  display: block;
  background: #efefef;
  padding: 1em 2em;
  border: 1px solid #ccc;
  margin-top: 0;
}
.msg-block.top-box {
  margin-top: 0;
}
.button-pane {
  margin-top: 1em;
}
.spaced li {
  margin-bottom: 0.7em;
}
.switch-form {
  margin: 1em 0;
  text-align: center;
}
.fullblock {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 2em 1.2em;
}
.create-account-iframe {
  border: 0;
  width: 100%;
  height: 81em;
}
.create-account-iframe {
  margin-left: 0;
}
.explanation {
  font-size: smaller;
}
h1,
h2,
h3,
h4 {
  color: #3C76AF;
  margin: 0.2em 0;
}
h1 {
  font-size: 180%;
  font-weight: 300;
}
h2 {
  font-weight: 400;
  font-size: 150%;
  margin: 1em 0 0.5em;
}
h3 {
  font-weight: 300;
  font-size: 120%;
}
a {
  color: #3C76AF;
  text-decoration: none;
  border-bottom: 0.1em solid transparent;
  word-wrap: break-word;
  hyphens: auto;
}
a:active,
a:hover {
  color: #224363;
  border-bottom: 0.1em solid #224363;
}
p {
  line-height: 1.4em;
  margin: 0.8em 0;
}
q {
  background-color: #fff;
  box-shadow: -1px 2px 2px #999;
  padding: 0.2em 0.3em;
  white-space: nowrap;
}
code {
  display: inline;
  vertical-align: middle;
  font-family: monospace;
  font-size: 0.75em;
  color: #555;
  padding: 0.15em 0.25em;
  background: #fefefe;
  border: 1px solid #ccc;
}
.code-scope {
  padding: 0.3em;
  color: #fafafa;
  background: #2f5c89;
}
.code-claim {
  background: #efefef;
  border: none;
}
.code-claim-type {
  border-color: #2f5c89;
}
a[href^="tel:"] {
  white-space: nowrap;
}
.logo-for-connect {
  display: block;
  margin: 2em auto;
  max-width: 100%;
  width: 250px;
  padding: 1.75em 2em 2em;
  background-color: #fff;
  box-shadow: 2px 2px 5px 1px #aaa;
}
.connect {
  display: inline-block;
  vertical-align: top;
}
.logo-link:active,
.logo-link:hover {
  border-bottom: 0;
}
.styled-button {
  display: inline-block;
  background: #3C76AF;
  border: 0.1em solid #3C76AF;
  border-radius: 0.3em;
  color: #fff;
  font-weight: 400;
  padding: 0.5em 1em;
  font-size: 1em;
  outline: none;
  position: relative;
  margin: 0.5em 0.3em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  transition: 0.1s ease-in-out box-shadow;
  width: 100%;
  text-decoration: none;
  text-align: center;
}
.styled-button:hover {
  cursor: pointer;
  box-shadow: 0 0 0.8em #224363 inset;
  border-color: #2f5c89;
  color: #fff;
}
.styled-button:active {
  cursor: pointer;
  box-shadow: 0 0 1.2em #0c1824 inset;
  border-color: #5e5e5e;
  color: #fff;
}
.styled-button:focus {
  box-shadow: 0 0 0.5em #444;
}
a.styled-btn,
a.styled-btn-create-account,
button {
  display: inline-block;
  background: #3C76AF;
  border: 0.1em solid #3C76AF;
  border-radius: 0.3em;
  color: #fff;
  font-weight: 400;
  padding: 0.5em 1em;
  font-size: 1em;
  outline: none;
  position: relative;
  margin: 0.5em 0.3em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  transition: 0.1s ease-in-out box-shadow;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
a.styled-btn:focus,
a.styled-btn-create-account:focus,
button:focus {
  box-shadow: 0 0 0.5em #444;
}
a.styled-btn:hover,
a.styled-btn-create-account:hover,
button:hover {
  cursor: pointer;
  box-shadow: 0 0 0.8em #224363 inset;
  border-color: #2f5c89;
}
a.styled-btn:active,
a.styled-btn-create-account:active,
button:active {
  cursor: pointer;
  box-shadow: 0 0 1.2em #0c1824 inset;
  border-color: #5e5e5e;
}
a.styled-btn[disabled=disabled],
a.styled-btn-create-account[disabled=disabled],
a.styled-btn-create-account[disabled=disabled]:active,
a.styled-btn-create-account[disabled=disabled]:hover,
button[disabled=disabled],
button[disabled=disabled]:active,
button[disabled=disabled]:hover {
  background-color: #888;
  border-color: #888;
  box-shadow: none;
  cursor: default;
  pointer-events: none;
}
a.styled-btn-create-account {
  padding: 0.6em 0.3em;
}
.icon-cancel {
  display: inline-block;
  background: #efefef;
  border: 0.1em solid #efefef;
  border-radius: 0.3em;
  color: #444;
  font-weight: 400;
  padding: 0.5em 1em;
  font-size: 1.1em;
  outline: none;
  position: relative;
  margin: 0.5em 0.3em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  transition: 0.1s ease-in-out box-shadow;
  font-size: 1em;
  margin-left: 0;
}
.icon-cancel.hoverstate,
.icon-cancel:hover {
  cursor: pointer;
  box-shadow: 0 0 0.8em #A6A6A6 inset;
  border-color: #c0c0c0;
}
.icon-cancel:active {
  cursor: pointer;
  box-shadow: 0 0 1.2em #A6A6A6 inset;
  border-color: #b3b3b3;
}
.option {
  font-size: smaller;
  display: block;
  margin-top: 0.75em;
  color: #9e9e9e;
}
.option input,
.option label,
.option span {
  display: inline-block;
  vertical-align: middle;
}
.option label {
  margin: 0 0.5em;
}
.presence-no {
  font-style: italic;
}
.cncc_connexion_action {
  text-align: center;
}
.keep_session_help {
  font-size: 80%;
  background-color: #2f5c89;
  border: 0.1em solid #3C76AF;
  border-radius: 0.4em;
  color: #fafafa;
  padding: 0.2em 0.55em 0.25em 0.5em;
  cursor: pointer;
}
.keep_session_help_text {
  background-color: #fafafa;
  border: 1px solid #2f5c89;
  padding: 1em;
  position: absolute;
  z-index: 1;
  margin-top: 0.5em;
  max-width: 20rem;
  cursor: pointer;
}
.msg {
  border-radius: 0.3em;
}
.msg h1 {
  color: #c75d5b;
  font-size: 1.5em;
}
.msg p {
  line-height: 1.4em;
}
.msg-error {
  border: 0.3em solid #eecdcd;
  background-color: #f4e0e0;
  color: #cd706e;
  box-shadow: inset 0 0 2.1em 1em #f2d9d8;
}
.msg-error h1 {
  color: #c75d5b;
}
.msg-warning {
  border: 0.3em solid #ffcf9d;
  background-color: #ffdbb6;
  color: #ff901d;
  box-shadow: inset 0 0 2.1em 1em #ffd6ac;
}
.msg-warning h1 {
  color: #ff8403;
}
.msg-success {
  border: 0.3em solid #cde7d4;
  background-color: #dfefe3;
  color: #77be8a;
  box-shadow: inset 0 0 2.1em 1em #d8ecdd;
}
.msg-success h1 {
  color: #66b57b;
}
.msg-info {
  border: 0.3em solid #b7cfe6;
  background-color: #cadced;
  color: #588fc6;
  box-shadow: inset 0 0 2.1em 1em #c3d7ea;
}
.msg-info h1 {
  color: #4583bf;
}
.intro-text {
  display: inline-block;
  padding: 1em;
  border-left: 5px solid #3C76AF;
}
input[type=email],
.ie input[type="text"] {
  background: #fff;
  border: 1px solid #c4c4c4;
  color: black;
  line-height: 38px;
  height: 38px;
  margin: 0;
  outline: none;
  padding: 0 1em;
  width: 100%;
  border-radius: 0;
}
input[type="email"],
input[type="email"]:focus,
input[type="password"],
textarea:focus,
select:focus,
.ie input[type="text"] {
  font-size: 1em;
}
input[type="password"] {
  pointer-events: none;
  background-color: #fff;
}
.input:focus {
  border-color: #08c;
  box-shadow: 0 0 6px rgba(0, 136, 204, 0.4);
}
.cancel-button {
  display: inline-block;
  width: 100%;
  color: #fff;
  background-color: #efefef;
  margin: 1em auto;
  padding: 0.75em 1.25em;
}
.cancel-button a {
  display: inline-block;
  width: 100%;
  background: #3C76AF;
  color: #fff;
  padding: 0.6em 1em;
  border-radius: 4px;
  border: none;
}
.cancel-button a:hover {
  cursor: pointer;
  box-shadow: 0 0 0.8em #224363 inset;
  border-color: #2f5c89;
  color: #fff;
}
/*
** desactived property won't worhk with chrome
.touch {
  input,.touch input:focus, textarea:focus, select:focus {
    -webkit-appearance: caret;
    -moz-appearance: caret;
  }
}*/
.debug {
  background: #ededed;
}
.debug pre {
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
  width: 100%;
  padding: 2em;
  margin: 0;
  overflow: auto;
  overflow-y: hidden;
  color: #333;
  border: 1px solid #ccc;
}
/* min-width rules */
@media screen and (min-width: 30em) {
  body,
  html {
    height: 100%;
  }
  .content {
    margin: 0 auto;
    padding: 0;
  }
  .content-text {
    width: 100%;
    max-width: 42em;
    padding: 2em;
  }
  .cancel-button.bis {
    width: 16em;
    max-width: 100%;
  }
  button {
    width: 16em;
  }
  button.group-align {
    width: auto;
  }
  .connect-action {
    display: inline-block;
    width: 100%;
    background-color: #efefef;
    padding: 0.3em 0.6em;
    text-align: center;
  }
  a.styled-button-create-account,
  button {
    display: inline-block;
    background: #3c76af;
    border: 0.1em solid #3c76af;
    border-radius: 0.3em;
    color: #fff;
    font-weight: 400;
    padding: 0.5em 1em;
    font-size: 1em;
    outline: 0;
    position: relative;
    margin: 0.5em 0.3em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    transition: 0.1s ease-in-out box-shadow;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .link-right {
    top: 0.5em;
    bottom: initial;
  }
  .create-account-iframe {
    margin-left: -15em;
    height: 60em;
    width: 50em;
  }
  .app-version {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen (min-width: 30em) and (max-width: 50em) {
  .fixed-iframe {
    width: 100%;
  }
  .create-account-iframe {
    margin-left: 0;
    height: 65em;
    width: 100%;
  }
}
@media screen (max-height: 39.5em) and (min-width: 30em) {
  body {
    font-size: 14px;
  }
  .content {
    margin-top: 0.75em;
    padding: 0;
  }
}
@media screen and (min-width: 80em) {
  .msg-block {
    margin-top: 2em;
  }
  .msg-block.top-box {
    margin-top: 5vh;
  }
}
/* max-width rules */
@media screen and (max-width: 43.75em) {
  .mid-line {
    margin: 0.5em;
  }
  .msg {
    width: 90%;
  }
  .msg h1 {
    font-size: 1em;
  }
  .msg p {
    line-height: 1.3;
    font-size: 12px;
  }
}
@media screen and (max-width: 39.938em) {
  .logo {
    margin: 1em auto;
    width: 10em;
  }
  .link-right {
    display: block;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .mid-line {
    margin: 0.5em 0;
    width: 70%;
    height: 2px;
  }
  .credits.desktop {
    display: none;
  }
  .credits.mobile {
    display: default;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 20em) {
  body {
    font-size: 14px;
  }
  img.logo {
    margin: 0.2em auto;
  }
  .box-connect {
    padding: 0;
    width: 90%;
  }
  .connect-action button {
    margin: 0 auto;
  }
  .pwdpicker-toolbar > .pwdpicker-button {
    margin: 0;
  }
  .pwd {
    padding: 0;
    margin: 0 0 0.8em;
    border: 0 solid #fff;
  }
  .pwd input {
    margin: 0 0.5em;
  }
  .option input,
  .option label,
  .option span {
    margin: 0.5em;
    vertical-align: middle;
  }
}

