/* @import url(https://fonts.googleapis.com/css?family=Lato:400,300,700); */
@font-face {
    font-family: Lato;
    src: url('/css/fonts/lato/Lato-Regular.ttf') format('truetype'),
    url('/css/fonts/lato/Lato-Regular.ttf') format('truetype');
}
@font-face {
    font-family: Lato;
    src: url('/css/fonts/lato/Lato-Italic.ttf') format('truetype'),
    url('/css/fonts/lato/Lato-Italic.ttf') format('truetype');
    font-style: italic;
}
@font-face {
    font-family: Lato;
    src: url('/css/fonts/lato/Lato-Light.ttf') format('truetype'),
    url('/css/fonts/lato/Lato-Light.ttf') format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: Lato;
    src: url('/css/fonts/lato/Lato-LightItalic.ttf') format('truetype'),
    url('/css/fonts/lato/Lato-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: Lato;
    src: url('/css/fonts/lato/Lato-Bold.ttf') format('truetype'),
    url('/css/fonts/lato/Lato-Bold.ttf') format('truetype');
    font-weight: bold;
}
@font-face {
    font-family: Lato;
    src: url('/css/fonts/lato/Lato-BoldItalic.ttf') format('truetype'),
    url('/css/fonts/lato/Lato-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}


html {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    color: #212529;
    background: #fff url("/files/medias/bg-cover") no-repeat;
    background-size: cover;
}
.box-login {
    width: 460px;
    margin: 20px auto;
}
.is-tri .icon-absolute {
    position: absolute;
    right: 10px;
    top: 10px;
}
.is-tri .icon-absolute span {
    cursor: pointer;
}
.hide {
    display: none !important;
}
.is-tri #section-password-reset {
    text-align: center;
    font-size: 0.9em;
}
.is-tri #section-password-reset h2 {
    font-size: 1.2em;
    color: #0055A4;
    margin-top: 0;
}
@media only screen and (max-width: 640px) {
    body {
        background: none;
        background-color: #FFF;
    }
    #bg-video {
        display: none;
    }
}
body:not(.is-tri) input, body:not(.is-tri) textarea, body:not(.is-tri) select, body:not(.is-tri) button {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    border: 2px solid #dedede;
    background: none;
}
#bg-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.container {
    width: 330px !important;
    background: rgba(255,255,255,0.9);
    border-radius: 10px;
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    padding: 15px 30px;
}
h1.logo {
    font-size: 20px;
    text-align: center;
    margin: 0 auto 0.5rem;
    width: 110px;
    height: 110px;
    background: transparent url("/files/medias/bouyguestelecom_entreprise.png") no-repeat;
    background-size: contain;
}
body.admin h1.logo, body.deco h1.logo, body.emilie h1.logo, body.gestion_client h1.logo, body.gerico h1.logo, body.scoring h1.logo {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
body.deco h1.logo {
    background-image: url("/files/medias/bouyguestelecom_entreprise_deco.png");
}
body.emilie h1.logo {
    background-image: url("/files/medias/bouyguestelecom_entreprise_emilie.png");
}
body.admin h1.logo, body.gestion_client h1.logo {
    background-image: url("/files/medias/bouyguestelecom_entreprise_ozone.png");
}
body.gerico h1.logo {
    background-image: url("/files/medias/bouyguestelecom_entreprise_gerico.png");
}
body.scoring h1.logo {
    background-image: url("/files/medias/bouyguestelecom_entreprise_scoring.png");
}
body.admin h1.logo a.link-bytel, body.deco h1.logo a.link-bytel, body.emilie h1.logo a.link-bytel, body.gestion_client h1.logo a.link-bytel, body.scoring h1.logo a.link-bytel {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
}
body:not(.is-tri) .container.login h2, body:not(.is-tri) .container.login h3, body:not(.is-tri) .container.login p {
    font-weight: normal;
    text-align: center;
    padding: 0;
    margin: 0;
}
body:not(.is-tri) .container.login h2 {
    font-size: 1.2em;
    color: #0055A4;
}
body:not(.is-tri) .container.login h2.alert-o, body:not(.is-tri) .container.login p.alert-o {
    color: #EA5B0F;
    margin-bottom: 1rem;
}
body:not(.is-tri) .container.login h2.alert-d, body:not(.is-tri) .container.login p.alert-d {
    color: #ea0f0f;
}
body:not(.is-tri) .container.login h2.valid-b, body:not(.is-tri) .container.login p.valid-b {
    color: #24AAD2;
}
body:not(.is-tri) .container.login .reset-success a{color:#226399; text-decoration:underline;}

body:not(.is-tri) .container.login p {
    font-size: 0.9em;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
body:not(.is-tri) .container.login p.txt-small{
	font-size:0.7em;
}
body:not(.is-tri).admin .container.login p.login-intro { width: 100%; }
body:not(.is-tri) .container.login p.w100 {
    width: 100%;
}
body:not(.is-tri) .container.login a {
    color: #333;
    text-decoration: none;
    -webkit-transition: color .3s;
    transition: color .3s;
}
body:not(.is-tri) .container.login a:hover {
    color: #009dcc;
}
.form-login a.prev-step:focus, body:not(.is-tri) .container.login .form-login a.prev-step:hover {
    background-color: #ffffff;
    border-color: #bdc3c7;
    color: #bdc3c7;
}
body:not(.is-tri) .container.login .login-item {
    padding-top: 1rem;
}
body:not(.is-tri) .container.login .login-item.home_login {
    margin-top: 2px;
}
body:not(.is-tri) .container.login label {
    font-size: 0.8rem;
}
body:not(.is-tri) .container.login input[type=checkbox], body:not(.is-tri) .container.login select {
    vertical-align: middle;
}
body:not(.is-tri) .container.login select {
    color: #333;
    border-radius: 4px;
    width: 230px;
    padding: 3px;
}
body:not(.is-tri) .container.login select.form-select {
    width: 100%;
    padding:10px 5px;
    border-color:#333;
}
body:not(.is-tri) .container.login input[type=checkbox]:hover, body:not(.is-tri) .container.login select:hover {
    background: #fff;
}
body:not(.is-tri) .container.login input {
    border: 0;
    color: inherit;
    font: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}
.form input[type="password"], .form input[type="text"], .form input[type="submit"] {
    width: 100%;
}
body:not(.is-tri) .form-login input[type="text"],
body:not(.is-tri) .form-login input[type="password"] {
    padding: 1rem;
    color: #3A3F44;
}
body:not(.is-tri) .form-login input[type="text"], body:not(.is-tri) .form-login input[type="password"] {
    background-color: transparent;
    border-bottom: 2px solid #333;
    -webkit-transition: background 0.3s, border-color 0.5s;
    transition: background 0.3s, border-color 0.5s;
}
body:not(.is-tri) .form-login input[type="text"]:focus, body:not(.is-tri) .form-login input[type="text"]:hover, body:not(.is-tri) .form-login input[type="password"]:focus, body:not(.is-tri) .form-login input[type="password"]:hover, body:not(.is-tri) body:not(.is-tri) .container.login select.form-select:hover {
    background: rgba(255,255,255,0.7);
    border-color: #009dcc;
}
body:not(.is-tri) .form-login input[type="submit"], body:not(.is-tri) .container.login .form-login a.next-step, body:not(.is-tri) .container.login .form-login a.prev-step, body:not(.is-tri) .container.login .form-login a.return-step {
    background-color: #eb4952;
    padding: 0.6rem;
    border-radius: 0.4rem;
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    border: 1px solid transparent;
     -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

body:not(.is-tri) .container.login .form-login a.prev-step, body:not(.is-tri) .container.login .form-login a.return-step {
    background-color: #bdc3c7;
}
.form-login a.next-step {
    padding:10px 20px;
}
.form-login a.next-step.full {
    display:block;
    text-align: center;
}
body:not(.is-tri) .form-login input[type="submit"]:focus, body:not(.is-tri) .form-login input[type="submit"]:hover,body:not(.is-tri) .form-login a.next-step:focus, body:not(.is-tri) .container.login .form-login a.next-step:hover {
    background-color: #ffffff;
    border-color: #eb4952;
    color: #eb4952;
}
.form-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem;
}
.is-tri .form-field {
    margin-bottom: 15px !important;
}
.form-field.first {
    margin-bottom: 1.5rem;
    margin-top: 2rem;
}
body:not(.is-tri) .form-field.last {
    margin-bottom: 1rem;
}
.form-field.login-options {
    display: block;
    overflow: hidden;
    margin-bottom: 1rem;
}
.float-l {
    float: left;
}
.float-r {
    float: right;
}
.hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.hide {
    display: none;
}
.text-center {
    text-align: center;
}
body:not(.is-tri) .container.login ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
body:not(.is-tri) .container.login ul.options-links li:first-child {
    float: left;
}
body:not(.is-tri) .container.login ul.options-links li:last-child {
    float: right;
}
body:not(.is-tri) .container.login ul.login-links {
    text-align: center;
    font-size: 0.7rem;
}
body:not(.is-tri) .container.login ul.login-links li {
    margin: 1px auto;
    display: inline-block;
}
body:not(.is-tri) .container.login ul.login-links li:first-child {
    padding-right: 1.3rem;
}
body:not(.is-tri) .container.login ul.login-links a {
    font-size: 0.7rem;
    font-weight: 600;
}
.alert {
    padding: .75rem 1.25rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 0.8rem;
}
.alert-notice {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff;
}
.alert-notice .alert-link {
    color: #212529;
    text-decoration: underline;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-success {
    color: #009060;
    background-color: #D4EDDA;
    border-color: #C8E0D1;
}
.alert-success .alert-link {
    color: #1E4E36;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-danger .alert-link {
    color: #843534;
}
.form-login input.error {
    border-color: #c80000;
}


.video-background {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}

#appversion {
    font-size: 0.7rem;
    padding-top: 0.7rem;
    color: #999;
}
body:not(.is-tri) .container.login p.txt-info {
    font-size: 0.7rem;
    color:#999;
    padding-top: 0;
    text-align: justify;
}

body:not(.is-tri) .container.login p.txt-error {
    font-size: 0.7rem;
    color:#ff0000;
    padding-top: 0;
    text-align: justify;
}

.left { float: left; }
.right { float: right; }
.align-center {text-align: center}

body:not(.is-tri) .container.login p.gestionnaire { margin-bottom: 1rem; }
body:not(.is-tri) .container.login p.margin-b { margin-bottom: 0.5rem; }
body:not(.is-tri) .container.login p.margin-b-1,
body:not(.is-tri) .container.login h2.margin-b-1,
body:not(.is-tri) .container.login .form-field.margin-b-1,
body:not(.is-tri) .container.login div.margin-b-1{ margin-bottom: 1rem; }
body:not(.is-tri) .container.login p.margin-t-1, body:not(.is-tri) .container.login div.margin-t-1 { margin-top: 1rem; }
body:not(.is-tri) .container.login p.margin-b-2, body:not(.is-tri) .container.login div.margin-b-2 { margin-bottom: 2rem; }
body:not(.is-tri) .container.login p.margin-t-2,
body:not(.is-tri) .container.login a.margin-t-2 { margin-top: 2rem; }

.step { overflow: hidden; margin-bottom: 0.5rem; }
.zone-fixe { min-height: 200px; }
.zone-fixe-error {min-height: 150px;padding-top: 30px;}
.zone-fixe.padding-top { padding-top: 1.5rem; }
.zone-fixe-home-reset { min-height: 274px; }
.zone-fixe-home-reset article.utilisateur { margin: 3rem 0; }
.section-password-personnalisation .zone-fixe { min-height: 215px; }
.zone-fixe.last { min-height: 275px; }
.section-password-personnalisation .zone-fixe.last { min-height: 289px; }
.section-password-personnalisation .step-reset3 p { margin-bottom: 3rem; }
#section-password-personnalisation p { width: 100%; }


div.g-recaptcha { margin-left: auto; margin-right: auto; margin-bottom: 0.2rem;display: inline-block;transform: scale(0.90);-webkit-transform: scale(0.90);}

.checkmark {
    width: 130px;
    height: 130px;
    margin: 1rem auto 1rem;
    border-radius: 50%;
    display: block;
    stroke-width: 5;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #24AAD2/*#7ac142*/;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #24AAD2;
    fill: none;

    animation: stroke .6s cubic-bezier(0.650, 0.000, 0.450, 1.000) forwards;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke .3s cubic-bezier(0.650, 0.000, 0.450, 1.000) .8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        background: #24AAD2;
        box-shadow: inset 0px 0px 0px 30px #24AAD2;
    }
}

/**IE**/
@media screen and (min-width:0\0) {
    body:not(.is-tri) .container {
        margin-top: 4%;
    }
	.checkmark {
		background: transparent url("/img/ie/check-validation.png") no-repeat;
	}
}
/**Mobile device**/
@media only screen and (max-width: 640px) {
    body:not(.is-tri) .container { width: 95%; border-radius: 0; padding: 10px 5px; }
    h1.logo { width: 90px; height: 90px; }
    body:not(.is-tri) .container.login ul.login-links li,
    body:not(.is-tri) .container.login ul.login-links li:first-child { display: block; padding: 0; }
    .form-field.login-options { border: 0; border-radius: 0; }
    .form-field.login-options ul.options-links li:first-child { padding-bottom: 3px; }
    .form-field.login-options ul.options-links li select { width: 95%; }
    .form-field.login-options ul.options-links li:first-child, .form-field.login-options ul.options-links li:last-child { float: none; padding-left: 5%; }
    .video-background { display: none; }
}

.submit-right{
    width: 27% !important;
}

#section-login p {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}
body:not(.is-tri) .container.login #section-login .form-login input[type="submit"],
body:not(.is-tri) .container.login #section-login .form-login a.next-step,
body:not(.is-tri) .container.login #section-login .form-login a.prev-step,
body:not(.is-tri) .container.login #section-login .form-login a.return-step,
body:not(.is-tri) .container.login  #section-login label  {
    font-size: 0.9rem;
}
body:not(.is-tri) .container.login #section-login ul.login-links li {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
body:not(.is-tri) .container.login h3 {
    font-size: 1rem;
    color: #0055A4;
    margin-top: 0.5rem;
    text-align: left;
}
#section-login p.picto {
    padding-left: 65px;
    padding-right: 15px;
    width: auto;
    min-height: 30px;
    text-align: left;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 35px;
}
#section-login p.picto.ios {
    background-image: url("/files-template/medias/ico-app-store.png");
}
#section-login p.picto.android {
    background-image: url("/files-template/medias/ico-google-play.png");
}
#section-login p.picto.microsoft {
    background-image: url("/files-template/medias/ico-microsoft-store.png");
}
#section-login p.picto.ordinateur {
    background-image: url("/files-template/medias/ico-desktop.png");
}
body:not(.is-tri) #section-login label {
    padding-left:10px;
}
#section-login .lien_liste_deroulante {
    margin-top: 5px;
    padding: 2px 0;
    background: transparent url("/files-template/medias/arrow-close.png") no-repeat;
    background-position: 5px O;
}
#section-login .lien_liste_deroulante.visible {
    background-image: url("/files-template/medias/arrow-open.png");
}
#section-login .lien_liste_deroulante a {
    color: #0055A4;
    padding-left: 35px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}
#section-login .liste_deroulante a {
    color: #0055A4;
}
#section-login .lien_liste_deroulante a:hover,
#section-login .liste_deroulante a:hover {
    color: #009dcc;
}
#section-login .lien_liste_deroulante#lien_sms {
    background: none;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    width: 90%;
    margin: 0 auto;
}
#section-login .lien_liste_deroulante#lien_sms button.toggle{
    border: 0;
    width: 15px;
    height: 15px;
    background: url("/files-template/medias/arrow-down.png") top left no-repeat;
    cursor: pointer;
}
#section-login .lien_liste_deroulante.visible#lien_sms {
    background: none;
}
#section-login .lien_liste_deroulante.visible#lien_sms button.toggle{
    background: url("/files-template/medias/arrow-up.png") top left no-repeat;
}
#section-login .lien_liste_deroulante#lien_sms a {
    padding: 0;
    font-size: 0.9rem;
    font-weight: bold;
    color: #212529;
}
#renvoyer_sms {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
#renvoyer_sms .liste_deroulante ul {
    margin-top: 0;
    margin-bottom: 0
}
#section-login ul.picto {
    padding: 0 0 0 30px;
}
#section-login #numero-mobile {
    font-weight: bold;
}
#section-login #sms {
    margin-left: 0;
    padding-left: 0;
}
#section-login ul.picto li {
    font-size: 0.9rem;
    padding-left: 25px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 5px;
    text-align: left;
    background: transparent url("/files-template/medias/img_bg_puce_b.png") no-repeat;
    background-position: 10px 5px;
}
#section-login #sms li {
    margin-left: 0;
}
#section-login ul.picto li.no-picto {
    padding-left: 0;
    background-image: none;
    margin-bottom: 0;
}
#section-login .submit-right{
    width: auto !important;
}
body:not(.is-tri) .container.login .form.inscription_espace_utilisateur p{
    width: 100%;
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
}

body:not(.is-tri) .container.login .form.inscription_espace_utilisateur .btn-access-stores{
    margin-bottom: 1rem;
}

body:not(.is-tri) .container.login .form.inscription_espace_utilisateur .btn-access-stores a{
    width: 150px;
    height: 45px;
    line-height: 1000px;
    overflow: hidden;
    display: inline-block;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 5px;
}
body:not(.is-tri) .container.login .form.inscription_espace_utilisateur .btn-access-stores a.btn-app-store{
    background-image: url("/img/bt/bt_apple_app_store.png");
}
body:not(.is-tri) .container.login .form.inscription_espace_utilisateur .btn-access-stores a.btn-google-play{
    background-image: url("/img/bt/bt_google_play_store.png");
}

.send_sms.ui-state-disabled {
    cursor: wait !important;
    color: #bdc3c7 !important;
    text-decoration: none !important;
}
.chronoDiv {
    height: 60px;
    margin: -60px 30px 0 0;
}
@keyframes circletimer {
    0% {
        stroke-dashoffset: 180;
        stroke-dasharray: 180;
    }
    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 180;
    }
}
.chronoDiv svg {
    width: 60px;
    height: 60px;
    background-color: transparent;
    background-color: transparent;
    transform: translate(-50%, -50%) rotateZ(-90deg);
    position: relative;
    top: 50%;
    left: 50%;
}
.chronoDiv .circle {
    stroke: #24AAD2;
    stroke-width: 3;
    fill: transparent;
    stroke-dashoffset: 180;
    stroke-dasharray: 0;
    animation: 30s circletimer linear;
}
.chronoDiv .chrono {
    cursor: wait !important;
    display: block;
    margin: -33px 0 0 0;
    padding: 0;
    transform: translate(-50%, -50%);
    color: #24AAD2;
    font-weight: 700;
    position: relative;
    left: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    text-align: center;
}
#debug-notes pre {
    white-space: pre-wrap;
}
.password-container {
    position: relative;
}
.is-tri .container.login {
    margin: 20px 0;
}
.is-tri .home_login .form-field .control {
    width : 100% !important;
}
input::-ms-reveal, input::-ms-clear {
    display: none;
}
.is-tri.personnaliser-mot-passe .container {
    width: 450px !important;
}