﻿html, body {
    min-height: 100%;
    background-color: #0bafc2;
    color: #fff;
    height: 545px;
}

/*Forms */
input[type=text],
input[type=password],
input[type=email] {
    margin-bottom: 12px;
}

input[type=button] {
    display: block;
    padding: 8px 12px;
    width: 100%;
}

.naCheckBox > div {
    background-color: #fff !important;
    border: 1px solid #0bafc2 !important;
}

.naCheckBox > label {
    margin-left: 0px !important;
}

input[type=button].Grey {
    width: 124px;
    display: inline;
    margin-left: 10px;
    margin-right: 0;
}

input[type=button].IconButton {
    padding-left: 36px;
    width: 100%;
}

input[name=SendEmail] {
    width: 135px;
    display: inline-block;
}

input[name=Annuler] {
    width: 135px;
    display: inline-block;
    margin-right: 0;
}

label {
    font-size: 12px;
}

.VerticallyAligned > * {
    vertical-align: middle;
}

.VerticallyAligned {
    display: flex;
    justify-content: space-between;
}

/* Sections */

.wsFormWrapper {
    margin-bottom: 20px;
}
/* main-1-background-color */
.wsHome {
    min-height: 100%;
    background-color: white;
    font-family: "Signika",​ sans-serif;
    font-weight: 300;
    color: #333;
    width: 100%;
    overflow-x: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center; /* IE 10 */
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

    .wsHome .naCheckBox > div.wsChecked {
        background-image: url("/manager/file/app/1/editor/icon/check.svg?color1=r255g255b255");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 80% auto;
        background-color: #0bafc2;
    }

.wsHomeLogoWrapper {
    width: 170px;
    height: 69px;
    position: absolute;
    top: 30px;
    left: 40px;
}

    .wsHomeLogoWrapper .wsHomeLogo,
    .wsHomeLogoWrapper > a {
        width: 100%;
        height: 100%;
        display: inline-block;
        margin: 0;
    }

.wsWrapHome {
    margin: 0px auto;
    margin-top: 15px;
    text-align: center;
    min-height: 545px;
    width: 100%;
}

    .wsWrapHome .naTextBox {
        margin-bottom: 14px;
    }

.wsHomeConnexion,
.wsHomeSubscribe {
    margin: 0 auto;
    max-width: 600px;
}

    .wsHomeConnexion .DarkGrey {
        margin-top: 1.8em;
    }

.wsHomeSection.Opened {
    animation: FromRightToCenter 0.4s;
    -webkit-animation: FromRightToCenter 0.4s;
}

@-webkit-keyframes FromRightToCenter {
    0% {
        opacity: 0;
        transform: translateX(70%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@keyframes FromRightToCenter {
    0% {
        opacity: 0;
        transform: translateX(70%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

.wsHomeSection.Closed {
    animation: FromCenterToLeft 0.4s;
    -webkit-animation: FromCenterToLeft 0.4s;
}

@-webkit-keyframes FromCenterToLeft {
    0% {
        opacity: 1;
        transform: translateX(0%);
    }

    100% {
        opacity: 0;
        transform: translateX(-70%);
    }
}

@keyframes FromCenterToLeft {
    0% {
        opacity: 1;
        transform: translateX(0%);
    }

    100% {
        opacity: 0;
        transform: translateX(-70%);
    }
}


.wsHomeSection.OpenedReverse {
    animation: FromLeftToCenter 0.4s;
    -webkit-animation: FromLeftToCenter 0.4s;
}

@-webkit-keyframes FromLeftToCenter {
    0% {
        opacity: 0;
        transform: translateX(-70%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@keyframes FromLeftToCenter {
    0% {
        opacity: 0;
        transform: translateX(-70%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

.wsHomeSection.ClosedReverse {
    animation: FromCenterToRight 0.4s;
    -webkit-animation: FromCenterToRight 0.4s;
}

@-webkit-keyframes FromCenterToRight {
    0% {
        opacity: 1;
        transform: translateX(0%);
    }

    100% {
        opacity: 0;
        transform: translateX(70%);
    }
}

@keyframes FromCenterToRight {
    0% {
        opacity: 1;
        transform: translateX(0%);
    }

    100% {
        opacity: 0;
        transform: translateX(70%);
    }
}

.wsHomeFermer {
    position: fixed;
    height: 25px;
    right: 40px;
    top: 40px;
}

    .wsHomeFermer a {
        color: #333;
    }

.wsXClose {
    cursor: pointer;
}

.wsHomeMessage {
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}

.wsHomeMessageCenter p {
    margin: 35px 0;
}

.wsHome .naCheckBox > label {
    vertical-align: baseline;
}

.wsHome .naCheckBox > div {
    border-radius: 4px;
}

.wsHome input[type=email],
.wsHome input[type=password],
.wsHome input[type=text] {
    box-shadow: 0 1px 3px #ddd inset;
    border-radius: 4px;
}

.wsHome input[type=button] {
    padding-bottom: 1em;
    padding-top: 1em;
}

.wsHome a.SubscribeLink:hover {
    text-decoration: underline;
    color: #0bafc2;
}

.wsHomeMessageCenter .title,
.wsHomeMessage .title {
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    color: #010003;
    margin-bottom: 15px;
    display: inline-block;
}

.wsHomeMessageCenter {
    text-align: center;
}

.wsHomeLeftBlock {
    position: relative;
    display: inline-block;
    padding-right: 50px;
    border-right: 2px solid #010003;
    text-align: left;
    vertical-align: top;
    width: 50%;
    box-sizing: border-box;
}

.wsHomeRightBlock {
    display: inline-block;
    padding-left: 50px;
    text-align: left;
    vertical-align: top;
    width: 49%;
    margin-top: 2em;
    box-sizing: border-box;
    position: relative;
}

.wsHome .wsBorderLabel {
    display: none;
    text-align: center;
    color: #010003;
    position: absolute;
    bottom: -0.9em;
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    margin: 0;
}

    .wsHome .wsBorderLabel > span {
        background: white;
        display: inline-block;
        padding: 0 10px;
    }

.wsHomeSubscribe .wsHomeRightBlock {
    margin-top: 5em;
}

.wsHomeRightBlock > div {
    margin-bottom: 0.6em;
}

.wsHomeRightBlockText {
    font-size: 115%;
    color: #fff;
    text-align: center;
}

.wsHomeSubMessage {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    color: #010003;
    text-align: center;
}

.wsHomeForgot {
    margin: 0 auto;
    text-align: center;
    color: #010003;
    font-weight: 400;
}

    .wsHomeForgot .wsForgotNote {
        margin-top: 10px;
        font-size: 12px;
    }

        .wsHomeForgot .wsForgotNote a {
            color: #0fc3d8;
        }

            .wsHomeForgot .wsForgotNote a:hover {
                text-decoration: underline;
            }

    .wsHomeForgot .wsHomeMessageCenter .title {
        display: inline-block;
        max-width: 700px;
    }

    .wsHomeForgot .wsHomeMessageCenter p {
        max-width: 700px;
        margin: 5px auto 40px auto;
        font-size: 24px;
        line-height: 34px;
        font-weight: 400;
        color: #010003;
        text-align: center;
    }

    .wsHomeForgot .wsForgotEmailWrapper {
        display: inline-block;
        width: 80%;
        padding: 0 25px 0 0;
    }

    .wsHomeForgot .wsForgotSendWrapper {
        display: inline-block;
        float: right;
        width: 20%;
    }

    .wsHomeForgot .toConnexion {
        margin-top: 25px;
        display: block;
        font-weight: 400;
        color: #0fc3d8;
    }

a[name=Forgot] {
    font-weight: 400;
}

    .toConnexion:hover, a[name=Forgot]:hover {
        color: #0fc3d8;
        text-decoration: underline;
    }

.wsHomeCenterBlock {
    display: inline-block;
    vertical-align: top;
    max-width: 279px;
    position: relative;
}

#dialog-email.wsHomeCenterBlock {
    max-width: 460px;
}

#dialog-email .wsHomeCenterInputs {
    max-width: 279px;
    margin: 2em auto 0 auto;
}

    #dialog-email .wsHomeCenterInputs a {
        color: #fff;
    }

        #dialog-email .wsHomeCenterInputs a:hover {
            color: #23c4d6;
        }

div [name=msgLogin] {
    color: #de4b39;
    margin-bottom: 10px;
    display: block;
    font-size: 0.8em;
}

.wsHomeForgot input[name=UserForgot] {
    width: 70%;
    display: inline;
}

.wsHomeForgot .wsHomeCenterBlock {
    max-width: 500px;
    width: 100%;
}

.wsHomeForgot .wsEmailSent {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #0bafc2;
    font-size: 20px;
}

    .wsHomeForgot .wsEmailSent.active {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        -webkit-flex-direction: column;
        flex-direction: column;
        color: #fff;
    }

    .wsHomeForgot .wsEmailSent .wsCheckCircle {
        margin: 0 auto 30px auto;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background-color: #fff;
        background-image: url("file/app/1/editor/icon/check.svg?color1=r19g173b183");
        background-repeat: no-repeat;
        background-size: 80%;
        background-position: center center;
    }

    .wsHomeForgot .wsEmailSent.active .returnConnexion {
        text-decoration: underline;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        margin-top: 10px;
    }

.login-fields {
    max-width: 400px;
    margin: 20px auto 10px auto;
}
/* Social connect */

.socialButtonWrapper {
    position: relative;
    height: 32px;
    width: 230px;
    border: solid 2px #1777f1;
    border-radius: 4px;
}

    .socialButtonWrapper:hover {
        border: solid 2px rgb(23 119 241 / 70%);
    }

.socialWrapper {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 28px;
    pointer-events: none;
}

.socialWrapperIcon.facebook,
.socialWrapperFacebook .socialWrapper {
    background-color: #ffffff;
}

.socialWrapperFacebook:hover input.facebook {
    background-color: rgb(23 119 241 / 70%);
}

.socialWrapperFacebook input[type=button] {
    border-color: #1777f1;
    color: #fff;
    margin-right: 0;
}

.socialWrapperIcon.google,
.socialWrapperGoogle .socialWrapper {
    background-color: #4285f4;
}

.socialWrapperGoogle input[type=button] {
    border-color: #4285f4;
    color: #4285f4;
}

.socialWrapperIcon {
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 28px;
    width: 28px;
}

.socialButtonWrapper input[type=button] {
    width: 100%;
    height: 100%;
    border-radius: 0;
    text-transform: inherit;
    padding-left: 32px;
    font-weight: 700;
    transition: all .2s;
    line-height: 0px;
}

.socialWrapperIcon.facebook {
    background-image: url("file/app/2/icon/facebook-icon.png");
    background-position: center center;
    background-size: 18px;
    pointer-events: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.socialWrapperIcon.google {
    background-image: url("file/app/2/icon/google-icon.svg?color1=r255g255b255");
    background-position: center center;
    pointer-events: none;
    left: 14px;
    top: 13px;
    width: 26px;
}

.wsCaptcha {
    width: 200px;
    padding: 5px;
    background-color: #c4c4c4;
    margin-top: 20px;
}

    .wsCaptcha * {
        vertical-align: middle;
    }

    .wsCaptcha .wsImageContainer {
        background-color: #fff;
        padding-left: 10px;
        padding-top: 5px;
        height: 35px;
        margin-bottom: 5px;
    }

        .wsCaptcha .wsImageContainer img {
            width: 150px;
            height: 30px;
        }

    .wsCaptcha input[type="text"] {
        width: 150px;
        height: 20px;
        border: 1px inset #c4c4c4;
        font-size: 10pt;
        padding: 2px;
    }

    .wsCaptcha input[type="image"] {
        width: 20px;
        height: 20px;
        margin-left: 7px;
    }

.wsHome label {
    color: #010003;
    font-size: 1em;
    font-weight: 400;
}

.wsErrorToolTip {
    max-width: 180px;
}

.wsHome input.RoundButton[type=button],
.wsHome input.RoundButtonSmall[type=button] {
    background-color: #0fc3d8;
    color: #010003;
    border-color: #0fc3d8;
    padding: 10px 16px;
    font-size: 17px;
    line-height: 27px;
    text-transform: uppercase;
    border-radius: 50px;
    text-decoration: none;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    transition: all .6s;
    cursor: pointer;
    font-family: "Signika",​ sans-serif;
    font-weight: 600;
    display: inline-block;
    box-shadow: 0px 2px 3px rgba(000,000,000,0.3);
}

    .wsHome input.RoundButton[type=button][disabled],
    .wsHome input.RoundButtonSmall[type=button][disabled],
    .wsHome input.RoundButton[type=button][disabled]:hover,
    .wsHome input.RoundButtonSmall[type=button][disabled]:hover {
        background-color: #FFFFFF;
        box-shadow: none;
        transform: inherit;
        color: #0fc3d8;
    }

.wsHome input.RoundButton[type=button] {
    min-width: 200px;
}

    .wsHome input.RoundButton[type=button]:hover,
    .wsHome input.RoundButtonSmall[type=button]:hover {
        transform: scale(1.05);
        box-shadow: 0px 7px 15px rgba(000,000,000,0.2);
    }

.wsHome .naTextBox .naTextBoxBaseline {
    background-color: #010003;
}

.wsHome .naTextBox label.naTextBoxLabel {
    color: #010003;
    font-weight: 400;
}

.wsHomeConnectionAgreement {
    color: #444;
    max-width: 470px;
    margin: 15px auto 0 auto;
    font-size: 13px;
    font-weight: 400;
}

    .wsHomeConnectionAgreement a {
        color: #0bafc2;
    }

        .wsHomeConnectionAgreement a:hover {
            color: #0bafc2;
            text-decoration: underline;
        }

/* Animated textbox */

.naTextBox.naTextBoxHalf {
    display: inline-block;
}

.naTextBox.naTextBoxHalf {
    width: 48%;
}

.wsHomeSocialBlock {
    display: flex;
    justify-content: center;
}

.wsHomeSocialBlockMobile {
    display: none;
}


/* Responsiveness Desktop only */
@media screen and (min-width: 621px) {
    .wsHome .naTextBox .naTextBoxError {
        display: none !important;
    }
}

.social-btn-box {
    margin: 20px 5px 5px 5px;
}
/* Responsiveness Mobile */
@media screen and (max-width: 620px) {
    .social-btn-box {
        display: flex;
        justify-content: center;
        margin: 10px auto;
    }

    .wsHomeSocialBlockMobile {
        display: block;
    }

    .wsHome {
        position: relative;
    }

        .wsHome .naTextBox .na-drop {
            display: none !important;
        }

        .wsHome .wsBorderLabel {
            display: block;
        }

    html.wsHomeHtml {
        background-color: white;
    }

    .wsHomeRightBlock.wsHomeSocialBlockMobile {
        display: block;
    }

    .wsHomeSocialBlock {
        display: none;
    }

    .wsHomeLogoWrapper {
        width: 128px;
        height: 53px;
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
        margin: 0 16px 16px 16px;
    }

    .wsHomeMessage {
        white-space: normal;
        margin-top: 25px;
        margin-bottom: 15px;
    }

        .wsHomeMessage .title, .wsHomeMessageCenter .title {
            font-size: 34px;
            line-height: 44px;
            font-weight: 700;
            margin-bottom: 0px;
        }

    .wsHomeSubMessage, .wsHomeForgot .wsHomeMessageCenter p {
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
    }

    .wsHome input.RoundButton[type=button],
    .wsHome input.RoundButtonSmall[type=button] {
        margin: 0 auto !important;
    }

    .wsHomeSubscribe .wsHomeRightBlock {
        margin-top: 0;
    }

    .socialWrapper.facebook {
        left: 66px;
    }

    .socialWrapper.google {
        left: 74px;
    }

    html, body,
    .wsWrapHome {
        height: 865px;
    }

    .wsHomeFermer {
        top: 16px;
        right: 16px;
    }

    .wsHomeLogo {
        width: 200px;
        height: 109px;
        margin-bottom: 0;
    }

    .wsWrapHome {
        margin-top: 25px;
    }

    .wsHomeRightBlock,
    .wsHomeLeftBlock {
        width: 100%;
    }

    .wsHomeLeftBlock {
        padding-right: 0px;
        border-right: none;
        padding-top: 24px;
    }

    .wsHomeRightBlock {
        padding-left: 0;
        margin-top: 20px;
        border-top: 0;
        padding-top: 20px;
    }

        .wsHomeRightBlock.wsHomeSocialBlockMobile {
            padding-left: 0;
            margin-top: 0;
            border-bottom: 2px solid #010003;
            padding-top: 0;
            padding-bottom: 24px;
        }

    .wsHomeRightBlockText {
        margin-bottom: 10px;
    }

    .wsHomeConnexion,
    .wsHomeSubscribe,
    .wsHomeForgot {
        margin: 16px;
    }

    .wsHomeForgot {
        max-width: 100%;
    }

        .wsHomeForgot input {
            width: 100%;
        }

            .wsHomeForgot input:last-child {
                margin-top: 5px;
            }

    .wsHomeSubscribe {
        max-height: 705px;
    }

    .wsHomeForgot {
        max-height: 315px;
    }

        .wsHomeForgot .wsHomeMessageCenter p {
            font-size: 18px;
        }

        .wsHomeForgot input[name=SendEmail],
        .wsHomeForgot input[name=UserForgot] {
            display: block;
            width: 100%;
        }

        .wsHomeForgot .wsForgotEmailWrapper {
            width: 100%;
            padding-right: 0;
        }

        .wsHomeForgot .wsForgotSendWrapper {
            margin-top: 20px;
            width: 100%;
            float: none;
        }

        .wsHomeForgot .wsForgotNote {
            margin-top: 20px;
        }

    .wsHomeSubmitSection,
    .wsHomeConnectionAgreement {
        margin-top: 20px;
    }

    .wsHomeFermer {
        position: absolute;
    }
}

.novaxis-branding {
    padding: 20px 40px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}

    .novaxis-branding span {
        display: block;
        text-transform: uppercase;
        font-size: 12px;
        color: #a4a4a4;
        text-align: left;
        margin-bottom: -10px;
        font-weight: 500;
    }

    .novaxis-branding a {
        display: inline-block;
    }

@media screen and (min-width:621px) {
    .novaxis-branding {
        width: auto;
    }
}

.grecaptcha-badge {
    visibility: hidden;
    opacity: 0;
}
