* {
  margin: 0px;
  padding: 0px;
}

html,
body {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  font-weight: normal;
  font-family: "Segoe UI", "Segoe", "SegoeUI-Regular-final", Tahoma, Helvetica,
    Arial, sans-serif;
  min-width: 500px;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

body {
  font-size: 0.9em;
}

#noScript {
  margin: 16px;
  color: Black;
}

:lang(en-GB) {
  quotes: "\2018""\2019""\201C""\201D";
}

:lang(zh) {
  font-family: 微软雅黑;
}

@-ms-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@-webkit-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* Theme layout styles */

#fullPage,
#brandingWrapper {
  width: 100%;
  height: 100%;
  background-color: inherit;
}

#brandingWrapper {
  background-color: #4488dd;
}

#branding {
  /* A background image will be added to the #branding element at run-time once the illustration image is configured in the theme. 
       Recommended image dimensions: 1420x1200 pixels, JPG or PNG, 200 kB average, 500 kB maximum. */
  height: 100%;
  margin-right: 500px;
  margin-left: 0px;
  background-color: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#contentWrapper {
  position: relative;
  width: 500px;
  height: 100%;
  overflow: auto;
  background-color: #ffffff;
  /* for IE7 */
  margin-left: -500px;
  margin-right: 0px;
}

#content {
  min-height: 100%;
  height: auto !important;
  margin: 0 auto -55px auto;
  padding: 0px 150px 0px 50px;
}

#header {
  font-size: 2em;
  font-weight: lighter;
  font-family: "Segoe UI Light", "Segoe", "SegoeUI-Light-final", Tahoma,
    Helvetica, Arial, sans-serif;
  padding-top: 90px;
  margin-bottom: 60px;
  min-height: 100px;
  overflow: hidden;
}

#header img {
  /* Logo image recommended dimension: 60x60 (square) or 350X35 (elongated), 4 kB average, 10 kB maximum. Transparent PNG strongly recommended. */
  width: auto;
  height: auto;
  max-width: 100%;
}

#workArea,
#header {
  word-wrap: break-word;
  width: 350px;
  font-weight: 300;
}

#workArea {
  margin-bottom: 90px;
}

#footerPlaceholder {
  height: 40px;
}

#footer {
  height: 40px;
  padding: 10px 50px 0px 50px;
  position: relative;
  color: #666666;
  font-size: 0.78em;
}

#footerLinks {
  float: none;
  padding-top: 10px;
}

#copyright {
  color: #696969;
}

.pageLink {
  color: #000000;
  padding-left: 16px;
}

/* Common content styles */

.clear {
  clear: both;
}

.float {
  float: left;
}

.floatReverse {
  float: right;
}

.indent {
  margin-left: 16px;
}

.indentNonCollapsible {
  padding-left: 16px;
}

.hidden {
  display: none;
}

.notHidden {
  display: inherit;
}

.error {
  color: #e81123;
}

.actionLink {
  margin-bottom: 8px;
  display: block;
}

a {
  color: #0067b8;
  text-decoration: none;
  background-color: transparent;
}

ul {
  list-style-type: disc;
}

ul,
ol,
dd {
  padding: 0 0 0 16px;
}

h1,
h2,
h3,
h4,
h5,
label {
  margin-bottom: 8px;
}

.submitMargin {
  margin-top: 38px;
  margin-bottom: 30px;
}

.topFieldMargin {
  margin-top: 8px;
}

.fieldMargin {
  margin-bottom: 8px;
}

.groupMargin {
  margin-bottom: 30px;
}

.sectionMargin {
  margin-bottom: 64px;
}

.block {
  display: block;
}

.autoWidth {
  width: auto;
}

.fullWidth {
  width: 342px;
}

.fullWidthIndent {
  width: 326px;
}

.smallTopSpacing {
  margin-top: 15px;
}

.mediumTopSpacing {
  margin-top: 25px;
}

.largeTopSpacing {
  margin-top: 35px;
}

.smallBottomSpacing {
  margin-bottom: 5px;
}

.mediumBottomSpacing {
  margin-bottom: 15px;
}

.largeBottomSpacing {
  margin-bottom: 25px;
}

input {
  max-width: 100%;
  font-family: inherit;
  margin-bottom: 8px;
}

input[type="radio"],
input[type="checkbox"] {
  vertical-align: middle;
  margin-bottom: 0px;
}

span.submit,
input[type="submit"] {
  border: none;
  background-color: #0067b8;
  min-width: 80px;
  width: auto;
  height: 30px;
  padding: 4px 20px 6px 20px;
  border-style: solid;
  border-width: 1px;
  transition: background 0s;
  color: rgb(255, 255, 255);
  cursor: pointer;
  margin-bottom: 8px;

  -ms-user-select: none;
  -moz-transition: background 0s;
  -webkit-transition: background 0s;
  -o-transition: background 0s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

input[type="submit"]:hover,
span.submit:hover {
  background: rgb(212, 227, 251);
}

input[type="submit"]:disabled,
span.submit:disabled {
  background: rgb(212, 227, 251);
  cursor: default;
}

input[type="submit"]:hover:disabled,
span.submit:hover:disabled {
  background: rgb(212, 227, 251);
  cursor: default;
}

input.text {
  height: 28px;
  padding: 0px 3px 0px 3px;
  border: solid 1px #bababa;
  font-size: 1em;
}

input.text:focus {
  border: 1px solid #6b6b6b;
}

select {
  height: 28px;
  min-width: 60px;
  max-width: 100%;
  margin-bottom: 8px;

  white-space: nowrap;
  overflow: hidden;
  box-shadow: none;
  padding: 2px;
  font-family: inherit;
}

h1,
.giantText {
  font-size: 2em;
  font-weight: lighter;
}

h2,
.bigText {
  font-size: 1.33em;
  font-weight: lighter;
}

h3,
.normalText {
  font-size: 1em;
  font-weight: normal;
}

h4,
.smallText {
  font-size: 0.9em;
  font-weight: normal;
}

h5,
.tinyText {
  font-size: 0.8em;
  font-weight: normal;
}

.hint {
  color: #999999;
}

.emphasis {
  font-weight: 700;
  color: #2f2f2f;
}

.smallIcon {
  height: 20px;
  padding-right: 12px;
  vertical-align: middle;
}

.largeIcon {
  height: 48px;
  /* width:48px; */
  vertical-align: middle;
}

.largeTextNoWrap {
  height: 48px;
  display: table-cell;
  /* needed when in float*/
  vertical-align: middle;
  white-space: nowrap;
  font-size: 1.2em;
}

.idp {
  height: 48px;
  clear: both;
  padding: 8px;
  overflow: hidden;
}

.idp:hover {
  background-color: #cccccc;
}

.idpDescription {
  width: 80%;
}

/* Form factor: intermediate height layout. Reduce space of the header. */
@media only screen and (max-height: 820px) {
  #header {
    padding-top: 40px;
    min-height: 0px;
    overflow: hidden;
  }

  #workArea {
    margin-bottom: 60px;
  }
}

/* Form factor: intermediate height layout. Reduce space of the header. */
@media only screen and (max-height: 500px) {
  #header {
    padding-top: 30px;
    margin-bottom: 30px;
  }

  #workArea {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 820px) {
  #workArea {
    flex-direction: column;
  }

  #workArea > div {
    max-width: 100% !important;
    flex-basis: 100% !important;
    padding-bottom: 40px;
  }
}

/* Form factor: intermediate layout (WAB in non-snapped view falls in here) */
@media only screen and (max-width: 600px) {
  html,
  body {
    min-width: 260px;
  }

  #brandingWrapper {
    display: none;
  }

  #contentWrapper {
    float: none;
    width: 100%;
    margin: 0px auto;
  }

  #workArea {
    width: 100%;
  }

  .fullWidth {
    width: 392px;
  }

  .fullWidthIndent {
    width: 376px;
  }
}

@media only screen and (max-width: 450px) {
  body {
    font-size: 0.8em;
  }

  span.submit,
  input[type="submit"] {
    font-size: 0.9em;
  }

  .fullWidth {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .fullWidthIndent {
    width: 85%;
  }

  .idpDescription {
    width: 70%;
  }
}

/* Form factor: snapped WAB (for WAB to work in snapped view, the content wrapper width has to be set to 260px) */
@media only screen and (max-width: 280px) {
  #contentWrapper {
    width: 260px;
  }

  .idpDescription {
    max-width: 160px;
    min-width: 100px;
  }
}

/* Targets displays using any of Windows’ High Contrast Mode themes: */
@media screen and (-ms-high-contrast: active) {
  textarea::-webkit-input-placeholder {
    color: #00ff00;
  }

  textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #00ff00;
  }

  textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #00ff00;
  }

  textarea:-ms-input-placeholder {
    color: #00ff00;
  }
}

/* Targets displays using the Windows’ "High Contrast Black" theme: */
@media screen and (-ms-high-contrast: white-on-black) {
  #contentWrapper {
    background-color: #000000;
    color: #ffffff;
  }

  .idp:hover {
    background-color: #ffffff;
    color: #000000;
  }

  #brandingWrapper {
    background-color: #000000;
    color: #ffffff;
  }

  html,
  body {
    background-color: #000000;
    color: #ffffff;
  }

  textarea::-webkit-input-placeholder {
    color: #ffffff;
  }

  textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
  }

  textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
  }

  textarea:-ms-input-placeholder {
    color: #ffffff;
  }
}

/* Targets displays using the Windows’ "High Contrast White" theme: */
@media screen and (-ms-high-contrast: black-on-white) {
  #contentWrapper {
    background-color: #ffffff;
    color: #000000;
  }

  .idp:hover {
    background-color: #000000;
    color: #ffffff;
  }

  #brandingWrapper {
    background-color: #ffffff;
    color: #000000;
  }

  html,
  body {
    background-color: #ffffff;
    color: #000000;
  }

  textarea::-webkit-input-placeholder {
    color: #000000;
  }

  textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #000000;
  }

  textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #000000;
  }

  textarea:-ms-input-placeholder {
    color: #000000;
  }
}

/**********************************/
/* Services Industriels de Genève */
/**********************************/

@font-face {
  font-family: "HelveticaNeue";
  src: url("fonts/helveticaneue-light.woff2.css") format("woff2"),
    url("fonts/helveticaneue-light.woff.css") format("woff"),
    url("fonts/helveticaneue-light.ttf.css") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("fonts/helveticaneue.woff2.css") format("woff2"),
    url("fonts/helveticaneue.woff.css") format("woff"),
    url("fonts/helveticaneue.ttf.css") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("fonts/helveticaneue-bold.woff2.css") format("woff2"),
    url("fonts/helveticaneue-bold.woff.css") format("woff"),
    url("fonts/helveticaneue-bold.ttf.css") format("truetype");
  font-weight: 700;
}
/***************** signature font*****************/
@font-face {
  font-family: 'Signature';
  src: url('fonts/signature-extrabold-webfont.eot');
  src: url('fonts/signature-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/signature-extrabold-webfont.woff2.css') format('woff2'), url('fonts/signature-extrabold-webfont.woff.css') format('woff'), url('fonts/signature-extrabold-webfont.ttf.css') format('truetype'), url('fonts/signature-extrabold-webfont.svg#signatureextrabold') format('svg');
  font-weight: 800;
  font-style: normal;
}


@font-face {
  font-family: 'Signature';
  src: url('fonts/signature-bold-webfont.woff2.css') format('woff2'), url('fonts/signature-bold-webfont.woff.css') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Signature';
  src: url('fonts/signature-bolditalic-webfont.eot.css');
  src: url('fonts/signature-bolditalic-webfont.eot.css?#iefix') format('embedded-opentype'), url('fonts/signature-bolditalic-webfont.woff2.css') format('woff2'), url('fonts/signature-bolditalic-webfont.woff.css') format('woff'), url('fonts/signature-bolditalic-webfont.ttf.css') format('truetype'), url('fonts/signature-bolditalic-webfont.svg#signaturebold_italic') format('svg');
  font-weight: 700;
  font-style: italic;
}


@font-face {
  font-family: 'Signature';
  src: url('fonts/signature-extrabolditalic-webfont.eot.css');
  src: url('fonts/signature-extrabolditalic-webfont.eot.css?#iefix') format('embedded-opentype'), url('fonts/signature-extrabolditalic-webfont.woff2.css') format('woff2'), url('fonts/signature-extrabolditalic-webfont.woff.css') format('woff'), url('fonts/signature-extrabolditalic-webfont.ttf.css') format('truetype'), url('fonts/signature-extrabolditalic-webfont.svg#signatureextrabold_italic') format('svg');
  font-weight: 800;
  font-style: italic;
}




@font-face {
  font-family: 'Signature';
  src: url('fonts/signature-extralight-webfont.eot.css');
  src: url('fonts/signature-extralight-webfont.eot.css?#iefix') format('embedded-opentype'), url('fonts/signature-extralight-webfont.woff2.css') format('woff2'), url('fonts/signature-extralight-webfont.woff.css') format('woff'), url('fonts/signature-extralight-webfont.ttf.css') format('truetype'), url('fonts/signature-extralight-webfont.svg#signatureextralight') format('svg');
  font-weight: 200;
  font-style: normal;
}




@font-face {
  font-family: 'Signature';
  src: url('fonts/signature-extralightitalic-webfont.eot.css');
  src: url('fonts/signature-extralightitalic-webfont.eot.css?#iefix') format('embedded-opentype'), url('fonts/signature-extralightitalic-webfont.woff2.css') format('woff2'), url('fonts/signature-extralightitalic-webfont.woff.css') format('woff'), url('fonts/signature-extralightitalic-webfont.ttf.css') format('truetype'), url('fonts/signature-extralightitalic-webfont.svg#signatureextralight_italic') format('svg');
  font-weight: 200;
  font-style: italic;
}




@font-face {
  font-family: 'Signature';
  src: url('fonts/signature-italic-webfont.eot.css');
  src: url('fonts/signature-italic-webfont.eot.css?#iefix') format('embedded-opentype'), url('fonts/signature-italic-webfont.woff2.css') format('woff2'), url('fonts/signature-italic-webfont.woff.css') format('woff'), url('fonts/signature-italic-webfont.ttf.css') format('truetype'), url('fonts/signature-italic-webfont.svg#signatureitalic') format('svg');
  font-weight: normal;
  font-style: italic;
}


@font-face {
  font-family: 'Signature';
  src: url('fonts/signature-light-webfont.eot.css');
  src: url('fonts/signature-light-webfont.eot.css?#iefix') format('embedded-opentype'), url('fonts/signature-light-webfont.woff2.css') format('woff2'), url('fonts/signature-light-webfont.woff.css') format('woff'), url('fonts/signature-light-webfont.ttf.css') format('truetype'), url('fonts/signature-light-webfont.svg#signaturelight') format('svg');
  font-weight: 300;
  font-style: normal;
}





@font-face {
  font-family: 'Signature';
  src: url('fonts/signature-lightitalic-webfont.eot.css');
  src: url('fonts/signature-lightitalic-webfont.eot.css?#iefix') format('embedded-opentype'), url('fonts/signature-lightitalic-webfont.woff2.css') format('woff2'), url('fonts/signature-lightitalic-webfont.woff.css') format('woff'), url('fonts/signature-lightitalic-webfont.ttf.css') format('truetype'), url('fonts/signature-lightitalic-webfont.svg#signaturelight_italic') format('svg');
  font-weight: 300;
  font-style: italic;
}



@font-face {
  font-family: 'Signature';
  src: url('fonts/signature-regular-webfont.eot.css');
  src: url('fonts/signature-regular-webfont.eot.css?#iefix') format('embedded-opentype'), url('fonts/signature-regular-webfont.woff2.css') format('woff2'), url('fonts/signature-regular-webfont.woff.css') format('woff'), url('fonts/signature-regular-webfont.ttf.css') format('truetype'), url('fonts/signature-regular-webfont.svg#signatureregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/***************** end signature font*****************/

a,
button,
input,
nav {
  outline: none;
}

h1,
h2,
h3,
h4 {
  font-family: "Signature", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
h1:after,
h2:after,
h3:after,
h4:after {
  content: "";
  display: block;
  margin: 12px 0 20px;
  width: 40px;
  height: 6px;
  background-color: #F6D425;
}
h1:after {
  margin: 20px auto 0;
}
h2 {
  font-size: 21px;
}

#fullPage {
  font-family: "Signature", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

#fullPage .float {
  /*float: none;*/
  color: #000000;
}

#fullPage a.actionLink {
  color: #000000;
  text-decoration: underline;
  display: inline-block;
}

#fullPage #submissionArea a.actionLink {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
  margin-left: 20px;
  text-decoration: none;
}

#fullPage #submissionArea {
  margin-bottom: 0;
}

#fullPage #brandingWrapper {
  display: none;
}

#fullPage #contentWrapper {
  margin: auto;
  min-width: 340px;
  width: 100%;
  float: none;
}

@media only screen and (max-width: 1400px) {
  #fullPage #contentWrapper {
    width: 100%;
  }
}

#fullPage #contentWrapper .pre-header {
  line-height: 28px;
  margin: 0;
  font-size: 14px;
  padding: 10px 20px;
}

#fullPage #contentWrapper .pre-header .actionLink {
  margin: 0;
}

#fullPage #contentWrapper #workArea,
#fullPage #contentWrapper #header {
  padding-top: 16px;
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
}

#workArea h2 {
  font-size: 24px;
  margin-bottom: 24px;
}

#workArea h2::after {
  margin-top: 8px;
}

#fullPage #contentWrapper #header {
  padding-top: 72px;
}

#fullPage #contentWrapper #header h1 {
  font-size: 35px;
  font-weight: 100;
}

#fullPage #contentWrapper #content {
  margin-bottom: -60px;
  padding: 0px 20px 0px 20px;
}

#fullPage main #authArea,
#fullPage main #speechArea,
#fullPage main #hrdArea {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
}

#fullPage main #loginArea,
#fullPage main .bloc-customer,
#fullPage main .bloc-partner {
  padding: 39px 39px 0 39px; /* Fix iPhone SE */
}

#fullPage main #loginArea .groupMargin {
  margin: 0;
}

#fullPage main #speechArea {
  background-color: #f7f7f7;
  font-size: 16px;
  text-align: justify;
}
#fullPage main #speechArea b,
#fullPage main #speechArea strong {
  font-weight: bold;
}
#fullPage main #speechArea ul {
  margin-top: 16px;
    margin-bottom: 24px;
    padding: 0 0 0 18px;
}

#fullPage main #speechArea ul li {
  color: #000;
  font-size: 14px;
  line-height: 28px;
}
#fullPage main #speechArea ul li p {
  color: #000;
  font-size: 16px;
}

@media only screen and (max-width: 1100px) and (min-width: 825px) {
  #fullPage main #authArea,
  #fullPage main #speechArea,
  #fullPage main #hrdArea {
    width: 300px;
  }
}

@media only screen and (max-width: 600px) {
  #fullPage main #authArea,
  #fullPage main #speechArea,
  #fullPage main #hrdArea {
    width: 100%;
  }

  #fullPage #contentWrapper #header {
    margin: 0;
  }
}

#fullPage main #authArea .submitMargin {
  margin-top: 20px;
}
#fullPage main #authArea #submitButton {
    display: inline-block;
    padding: 12px 24px;
    box-sizing: border-box;
    font-size: 16px;
    margin-top: 20px;
    height: 48px;
    border: 2px solid #F6D425;
    border-radius: 25px;
    background: #F6D425;
    font-family: "Signature", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    color: #000;
    cursor: pointer;
    -webkit-transition: border-radius 0.3s linear, background 0.3s ease-in-out;
    transition: border-radius 0.3s linear, background 0.3s ease-in-out;
    text-decoration: none;
}

#submitButton.disabled {
  pointer-events: none;
  background-color: #e2e3e3 !important;
  border-color: #e2e3e3 !important;
  color: #707170 !important;
}

#fullPage main #authArea #submitButton:hover{
  border-radius: 0;
}

#fullPage #contentWrapper #footer {
  height: 40px;
  padding: 20px;
  font-size: 13px;
}

#contentWrapper.mode-customer #workArea.force2cols {
  max-width: 1300px;
  display: flex;
  margin: 0 auto 48px !important;
}

#contentWrapper.mode-customer #workArea.force2cols > div {
  max-width: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
} 

#contentWrapper.mode-partner #workArea.force2cols > div {  
  max-width: 700px;
} 

input.text,
input.text:focus {
  border: 1px solid #aaa;
  font-size: 16px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  height: 44px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 20px 0;
  line-height: 44px;
  font-weight:300;
  font-family: Signature;
  -webkit-appearance: none;
}

#userNameArea,
#passwordArea {
  height: 66px;
}

.btn-mandarine-white {
  font-family: 'Signature';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  background: #F6D425;
  border-radius: 25px;
  height: 48px;
  padding: 12px 24px;
  color: #000;
  cursor: pointer;
  -webkit-transition: border-radius 0.3s linear, background 0.3s ease-in-out;
  transition: border-radius 0.3s linear, background 0.3s ease-in-out;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
}

.btn-mandarine-white:hover {
  border-radius: 0px;
}

.main_header {
  font-family: "Signature", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  padding: 0;
}

.main_header ol {
  letter-spacing: -0.33em;
  height: 100px;
}

.main_header ol > li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}

.main_header ol > li:not(:last-child) {
  margin-right: 50px;
}

@media only screen and (max-width: 600px) {
  .main_header ol > li:not(:last-child) {
    margin-right: 20px;
  }
}

.main_header ol > li > a:not(.logo) {
  font-weight: 100;
  font-size: 16px;
}

.main_header ol > li > a:not(.logo):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  opacity: 0;
  background: #F6D425;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}

.main_header ol > li > a:not(.logo):focus:after,
.main_header ol > li > a:not(.logo):active:after,
.main_header ol > li > a:not(.logo):hover:after,
.main_header ol > li > a:not(.logo).active:after,
.mode-customer .main_header ol > li > a.lnk-customer:after,
.mode-partner .main_header ol > li > a.lnk-partner:after {
  opacity: 1;
}

.main_header a {
  position: relative;
  display: block;
  color: #000;
  cursor: pointer;
}
.main_header a:not(.logo):focus,
.main_header a:not(.logo):active,
.main_header a:not(.logo):hover,
.main_header a:not(.logo).active,
.mode-customer .lnk-customer,
.mode-partner .lnk-partner {
  color: #000;
  padding: 41px 0;
  line-height: 18px;
  font-weight: 700;
}

.main_header a.logo {
  margin: 19px 0;
}

#footerPlaceholder {
  height: auto;
}

#footerLinks {
  text-align: center;
  padding-bottom: 20px;
}

#fullPage #contentWrapper.mode-customer .bloc-partner,
#fullPage #contentWrapper.mode-partner .bloc-customer {
  display: none; 
  height: 0; 
}

.large {
  font-size: 18px;
}

#fullPage #contentWrapper.mode-partner #content {
  margin-bottom: 0;
}

#fullPage .mode-partner #content .bloc-info-footer{  
  font-size: 16px;    
  background: #f7f7f7;
  max-width: 875px;
  padding: 25px;
  margin: auto;
  display: flex;
}

.bloc-info-footer h2 {
  font-size: 24px;
}

#fullPage .mode-partner #content .lame {
  max-width: 1300px;
  padding: 0 !important; 
}

#fullPage .mode-partner #content .lame__container {
  display: flex;
  background-color: #F7F7F7;
  padding: 32px 48px;
  margin: 32px 0;
}
#fullPage .mode-partner #content .lame__icon{
  width: 150px;
  height: 150px;
  background-color: #ffffff;
  border-radius: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 48px;
}
#fullPage .mode-partner #content .lame__content {
  font-weight: 300;
  line-height: 24px;
}

#fullPage .mode-partner #content .lame__icon img{
  display: block;
  width: 64px;
  height: auto;
}

a#linkForgottenClient {
  position: relative;
}

a#linkForgottenClient:hover img {
  margin-left: 12px;
}

a#linkForgottenClient img {
  width: 24px;
  margin-left: 8px;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: all 0.3s ease-in-out;
}

#fullPage h2 strong {
  font-weight: 600;
}

#workArea input {
  border: none;
  background: #f7f7f7;
  border-radius: 0;
  height: 50px;
}

@media only screen and (max-width: 825px) {
  #fullPage .mode-partner #content .bloc-info-footer {  
    flex-flow: row wrap;
  }
}

#kmsiArea {
  margin: 5px 5px 0px;
}

#kmsiArea input {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

#kmsiArea label {
  font-size: 16px;
  cursor: pointer;
  vertical-align: bottom;
  top: -4px;
  position: relative;
  margin-left: 6px;
}

#kmsiArea {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#kmsiArea input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 26px;
  width: 26px;
  left: 0;
  z-index: 2;
}

.checkbox-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 2px;
}

#kmsiArea:hover input ~ .checkbox-checkmark {
  background-color: #ccc;
}

#kmsiArea input:checked ~ .checkbox-checkmark {
  background-color: #f6d425;
}

.checkbox-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

#kmsiArea input:checked ~ .checkbox-checkmark:after {
  display: block;
}

#kmsiArea .checkbox-checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid black;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-item,
.js-form-item * {
    box-sizing: border-box;
}

.form-item {
    position: relative;
    margin: 12px 8px 0 0px;
}

.form-item__wrap {
    display: inline-block;
    position: relative;
    width: 100%;
}

.js-form-item label {
    font-size: 16px;
    position: absolute;
    font-weight: 300;
    z-index: 1;
    top: 25px;
    left: 20px;
    transform-origin: left top;
    transform: translateY(-50%);
    pointer-events: none;
    line-height: 1.3em;
    transition: all 0.3s ease-in-out;
}

.form-item--init label {
    transition: all 0.3s ease-in-out;
}

.form-item--value label,
.form-item--focus label,
.form-item--placeholder label {
    transform: scale(0.75);
    top: 6px;
    pointer-events: none;
    white-space: nowrap;
}

.js-form-item .form-item__input {
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    border-radius: 5px;
    padding: 21px 20px 4px 20px;
    font-size: 16px;
    height: 50px;
    vertical-align: top;
    width: 100%;
}

.form--invert .js-form-item .form-item__input {
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.js-form-item .form-item__input:focus {
    outline: none;
}

.form-item__focus-indicator {
    position: absolute;
    width: 10px;
    bottom: 0;
    top: 0;
    left: 0;
    border-radius: 5px;
    pointer-events: none;
    height: 50px;
    overflow: hidden;
}

.form-item__focus-indicator::before {
    content: "\0020";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    transition: all 0.3s ease-in-out;
}

.form-item--focus .form-item__focus-indicator::before {
    width: 5px;
    background-color: #f6d425;
}

.form-item--focus.form-item--error .form-item__focus-indicator::before {
    background-color: #ff5050;
}

.form-item__description,
.form-item__error {
    margin-top: 4px;
    font-size: 12px;
    line-height: 15px;
}

.form-item__error,
.form-item .has-error-validator {
    color: #ff5050;
}

.form-item--error .form-item__input {
    border-color: #ff5050 !important;
}

/* Fix IDP labels not shown */
.largeTextNoWrap {
  width: 200px;
}

/* Migration Auth. EP */
#fullPage .mode-partner #authArea {
  display: none;
}