@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap'); /* Font ROBOTO */

* {
    box-sizing: border-box;
    margin:0px;
    padding:0px;
}
html, body {
    background-color:#ffffff;
    color:#000000;
    font-family:'Roboto', "Segoe UI" , "Segoe" , "SegoeUI-Regular-final", Tahoma, Helvetica, Arial, sans-serif;
    font-weight:normal;
    height:100%;
    min-width:500px;
    width:100%;
    -ms-overflow-style:-ms-autohiding-scrollbar;
}

body {
    font-size:1.2em;
}

#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; }



::placeholder {
    color: rgba(0,0,0, .2);
    opacity: 1; /* Firefox */
}

/* Theme layout styles */
#fullPage, #brandingWrapper {
    background-color:inherit;
    height:100%;
    width:100%;
}


#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. */
    background-color:#167DDE;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    color: rgba(255,255,255,.7);
    height:100%;
    margin-right:50vw;
    padding: 2.5rem ;
}

#branding header{
    display: none;
}

#branding img{
    max-width: 158px;
}

#branding header span{
    font-family:Helvetica;
    font-size:1.25rem;
    font-weight: 100;
    margin-left: 2.5rem;
}

#branding footer{
    bottom: 0;
    color: rgba(0,0,0,.38);
    font-size: .8125rem;
    left: 0;
    padding-bottom: .5rem;
    padding-right: .5rem;
    padding-top: 1rem;
    position:absolute;
    right: 0;
    text-align: center;
    z-index: 100;

    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.84) 25%, rgba(255,255,255,1) 53%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.84)), color-stop(53%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.84) 25%, rgba(255,255,255,1) 53%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.84) 25%, rgba(255,255,255,1) 53%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.84) 25%, rgba(255,255,255,1) 53%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.84) 25%, rgba(255,255,255,1) 53%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

#branding footer a{
    color: rgba(0,0,0,.54);
    margin: .25rem;
    opacity: .5;
    text-decoration: underline;
    transition: all 200ms;
}
#branding footer a:hover{
    opacity: 1;
}

#branding .rights{
    opacity: .7;
    white-space: nowrap;
}

#contentWrapper {
    background-color:#ffffff; /* for IE7 */
    box-shadow: 0 2px 10px 4px rgba(0,0,0,0.50);
    display: flex;
    height: 100%;
    margin-left: -50vw;
    margin-right:0;
    overflow:auto;
    position:relative;
    width: 50vw;
}
#content {
    margin: 0 auto;
    max-width: 21.375rem;
}

#header {
    font-size:2em;
    margin:2rem 0;
}
#header img {
    /* Logo image recommended dimension: 60x60 (square) or 350X35 (elongated), 4 kB average, 10 kB maximum. Transparent PNG strongly recommended. */
    height:auto;
    max-width:168px;
    width:auto;
}
#workArea, #header{
    word-wrap:break-word;
}

#footerPlaceholder,
#footer{
    display: none;
}
#footerLinks{
    float:none;
    padding-top:10px;
}
#copyright {color:#696969;}
.pageLink { color:#000000; padding-left:16px; }

#nocode {
	margin: 10px 0px 20px 0px;
}

/* 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:#c85305; }
.actionLink { margin-bottom:8px; display:block; }
a
{
    color:#167DDE;
    text-decoration:none;
}

.topFieldMargin { margin-top:8px; }
.fieldMargin { margin-bottom:8px; }
.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 {
    font-family:inherit;
    margin-bottom: 1rem;
    max-width:100%;
}
input[type="radio"], input[type="checkbox"] {
    margin-bottom: 0;
    vertical-align:middle;
}
span.submit, input[type="submit"] {
    background-color:#167DDE;
    border-radius: .25rem;
    color:rgb(255, 255, 255);
    cursor:pointer;
    font-size: .875rem;
    padding: .625rem 1.25rem;
    text-align: center;
    text-transform : uppercase;
    transition: all 200ms;

    user-select:none;
    -ms-user-select:none;
    -moz-transition: all 200ms;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select: none;
    -o-user-select: none;
}

span.submit:hover,
input[type="submit"]:hover {
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.16), 0 2px 5px 0 rgba(0,0,0,0.26);
}


input.text{
    border: none;
    border-bottom: solid 1px rgba(0,0,0, .18);
    font-size:1.0em;
    outline: none;
    padding: .75rem 0;
}
input.text:focus {
    border-bottom: 1px solid rgba(0,0,0, .54  );
}

.smallText {
    font-size:0.9em;
    font-weight:normal;
}

#loginMessage {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    max-width: 15rem;
}

#kmsiArea {
    margin: .5rem 0 2rem;
}

#kmsiArea input {
    transform: scale(1.25);
    transform-origin: bottom left;
}

#kmsiArea label{
    color: rgba(0,0,0,.54);
    margin-left: .75rem
}

#introduction {
    margin-top: 30px;
}

#introduction p {
    font-size: .8125rem;
    text-align: left;
}

#introduction p:nth-child(1) {
    margin-bottom: 1rem;
}
#introduction p:nth-child(2){
    display: none;
}
#introduction p:nth-child(3){
    background-color: rgba(22,125,222,.08);
    border-radius: .5rem;
    padding: .5rem 1rem;
    text-align: center;
}

/* Form factor: intermediate height layout. Reduce space of the header. */
@media only screen and (max-height: 500px) {
    #header {
        margin-bottom: 30px;
        padding-top: 30px;
    }
    #workArea{
        margin-bottom:40px;
    }
}


@media only screen and (min-height: 600px) {
    #contentWrapper{
        align-items: center;
    }
}

/* Form factor: intermediate layout (WAB in non-snapped view falls in here) */
@media only screen and (max-width: 639px) {
    html, body {
        min-width: 260px;
    }

    #brandingWrapper {
        width: 0;
    }

    #contentWrapper {
        float: none;
        margin: 0 auto;
        width: 100%;
    }

}

@media only screen and (max-width: 450px) {

    #content, #footer {
        margin-bottom: 4rem;
        margin-left: 2rem;
        margin-right: 2rem;
        width:100%;
    }

    span.submit, input[type="submit"] {
        font-size: .9em;
    }

    .fullWidth{
        margin-left: auto;
        margin-right: auto;
        width:100%;
    }

}

/* 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;
    }
}

@media screen and (min-width: 640px) and (max-width: 979px) {
    #contentWrapper{
        margin-left: -70vw;
        overflow: auto;
        width: 70vw;
    }

    #branding footer{
        margin-left: 30vw;
        padding-left: calc(((70vw - 342px) / 2) - .25rem);
        text-align: left;
        width: 70vw;
    }
}

/* Tablet */
@media screen and (min-width: 640px){
    #branding{
        position: relative;
    }
    #branding .rights{
        float:right;
    }
    #header{
        margin-top: 3rem;
        min-height: 7.5rem;
    }

    #header img{
        max-width: 188px;
    }

    #loginMessage{
        font-size: 1.5rem;
        line-height: 2rem;
    }

    #introduction p {
        font-size: .875rem;
    }

    #introduction p:nth-child(1) {
        margin-bottom: 4rem;
    }

    #introduction p:nth-child(3){
        padding: 1rem;
        text-align: left;
    }

    #loginMessage {
        margin-bottom: 2rem;
    }

    input{
        margin-bottom: 2rem;
    }

    .submitMargin {
        margin-bottom: 2rem;
        margin-top: 2.5rem;
    }

    #kmsiArea{
        margin: 1rem 0 3rem;
    }
}

@media screen and (min-width: 640px) and (min-height: 820px){
    #introduction p:nth-child(3){
        margin-top: 10rem;
    }
}

/* Desktop */
@media screen and (min-width: 980px){
    #branding header{
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        display: block;
        padding-bottom: 1.75rem;
    }

    #branding footer{
        background: none;
        bottom: 1rem;
        color: #fff;
        left: 2.5rem;
        padding: 0;
        right: 2.5rem;
        text-align: left;
    }

    #branding footer a{
        color: #fff;
    }

    #header{
        display: none;
    }
}

@media screen and (min-width: 1280px){
    #content{
        margin-left: 9.25rem;
    }
}

/*Div de création de compte*/
#create{
    background-color: rgba(22,125,222,.08);
    border-radius: .5rem;
    padding: .5rem .5em;
    text-align: left;
}

#forgot{
    padding: .5rem .5em;
    text-align: left;
}

.password-toggle {
    font-size: 25px;
    opacity: 0.6;
    transition: opacity 0.2s ease;
	align-items: center;
	top: 25%;
}

.password-toggle:hover {
    opacity: 1;
}

input[type="password"],
input[type="text"] {
    padding-right: 35px !important; /* espace pour l’icône */
}

.
