@import "reset.css";

@font-face {
    font-family: 'ProximaThin';
    src: url('../../_common/css/fonts/proxima-thin.woff') format('woff');
    src: url('../../_common/css/fonts/proxima-thin.woff2') format('woff2');
    font-style: normal;
}
/* ==========  Login page  ========== */
html {
    height: 100%;
}

.loginPage {
    background: black;
    overflow: hidden;
    height: 100%;
}

/*@supports (-ms-ime-align:auto) {

    .loginPage {
        overflow: hidden;
    }
}*/


.loginPage .background {
    display: block;
    position: fixed;
    top: -52%;
    left: -52%;
    width: 102%;
 /* à adapter jusqu'à ce que le halo disparaisse */
    height: 102%; /* à adapter jusqu'à ce que le halo disparaisse */
    background-image: url('../../_common/images/identification/background/london/night/01.jpg') center center;
    background-size: cover;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    z-index: 0;
}

.loginPage .background.blur {
    z-index: 5;
}

.loginPage .background.alt {
    z-index: 1;
}

.loginPage .background.alt {
    z-index: 6;
}

.wrapper_widget_weather {
    position: absolute;
    z-index: 10;
    top: 38px;
    right: 0;
    z-index: 15;
    padding-top: 5px;
}

.wrapper_widget_weather .elem_wrapper_w {
    font-family: 'Lato', sans-serif;
    width: 100%;
    margin-bottom: 6px;
    position: relative;
    z-index: 10;
}

.wrapper_widget_weather .elem_wrapper_w.show {
    display: block;
}

.elem_wrapper_w .info_top_w {
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    position: relative;
}

.info_top_w .city {
    width: 188px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.09);
    float: right;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    text-align: right;
    padding: 0 10px 0 0;
    -webkit-transition: background-color 250ms linear;
    transition: background-color 250ms linear;
}

.elem_wrapper_w.show .city, .elem_wrapper_w:hover .city {
    background-color: rgba(255, 255, 255, 0.19);
}

.info_top_w .hours_date {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.16);
    float: right;
    font-size: 14px;
    color: #fff;
    text-align: center;
    -webkit-transition: background-color 250ms linear;
    transition: background-color 250ms linear;
}

.info_top_w .hours_date:hover {
    background-color: rgba(0, 0, 0, 0.26);
}

.hours_date .changeHour.hide, .hours_date .change_date.hide {
    display: none;
}

.hours_date .hours, .hours_date .date {
    padding: 8px 10px;
    height: 10px;
    line-height: 26px;
    position: relative;
    display: inline-block;
}

.hours_date .hours {
    width: 58px;
}

.hours_date .date {
    width: 66px;
}

.hours_date .sep {
    width: 0px;
    height: 10px;
    margin: 8px 0;
    border-left: 1px solid #fff;
    display: inline-block;
}

.hours_date .hide {
    display: none;
}

.hours_date .changeHour {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
}

.hours_date .change_date {
    position: absolute;
    width: 86px;
    height: 100%;
    top: 0;
    right: 0;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
}

.hours_date .changeHour sup {
    font-size: 8px;
    top: -4px;
    position: relative;
    font-weight: 400;
}

.hours_date .changeHour .reg {
    font-weight: 400;
    margin: 0;
}

.elem_wrapper_w .content_elem_w {
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 250ms linear;
    transition: opacity 250ms linear;
}

.elem_wrapper_w .content_elem_w.show {
    opacity: 1;
}

.elem_wrapper_w .content_elem_w.hide {
    display: none;
}

.content_elem_w .opacity_effect {
    background-repeat: no-repeat;
    background-position: right -65px;
}

.content_elem_w .picture_current_w {
    position: relative;
    height: 165px;
    width: 100%;
}

.picture_current_w .picture {
    position: relative;
    z-index: 5;
}

.elem_wrapper_w .text_weather {
    float: right;
    font-size: 12px;
    color: #161616;
    padding: 15px 25px 15px 35px;
    line-height: 17px;
    width: 215px;
    background: rgba(255, 255, 255, 0.50);
}

.elem_wrapper_w .text_weather b {
    font-weight: 900;
    color: #000;
}

.text_weather .temps_today {
    height: 85px;
    width: 100%;
    position: relative;
}

.temps_today .temp_en, .temps_today .temp_fr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.temps_today .hide {
    display: none;
}

.text_weather .single_text_w {
    margin-top: 10px;
}

.picture_current_w .current_temp {
    position: absolute;
    bottom: 20px;
    left: 35px;
    background-color: rgba(0, 0, 0, 0.43);
    border-radius: 5px;
    width: 80px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: background-color 250ms linear;
    transition: background-color 250ms linear;
}

.picture_current_w .current_temp .changeTemp.hide {
    display: none;
}

.picture_current_w .current_temp .changeTemp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.picture_current_w .current_temp:hover {
    background-color: rgba(0, 0, 0, 0.53);
}

.clickToLog {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.clickToLog p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'ProximaThin', sans-serif;
    font-size: 20px;
    color: white;
    text-shadow: 1px 1px 1px #000;
}

body.middleOffice .clickToLog p {
    font-weight: 600;
    color: black;
    text-shadow: 1px 1px 3px grey;
}

.clickToLog span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    box-sizing: border-box;
    margin-right: .5rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
}

.clickToLog i {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 25px;
    height: 25px;
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 50%;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.clickToLog i:after {
    content: '';
    display: block;
    position: relative;
    width: 25px;
    height: 25px;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
    box-sizing: border-box;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
}

.clickToLog:hover span {
    width: 60px;
    height: 60px;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
}

.clickToLog:hover i {
    width: 38px;
    height: 38px;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
}

.loginWrapper {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 16;
}

.loginWrapper .loginLogo {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loginWrapper .loginLogo span.gravatar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(255, 255, 255, .5);
}

.loginWrapper .loginLogo span img {
    width: 100%;
    height: auto;
}

.loginWrapper .loginLogo span img.otherUser {
    width: 50%;
    height: auto;
}

.loginWrapper .loginLogo p.userName {
    font-family: 'ProximaThin', sans-serif;
    font-size: 36px;
    color: white;
    text-align: center;
    margin: 1.5rem 0 1rem 0;
}

.content_form_log .elem_form_log {
    position: relative;
    width: 296px;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, .3);
    box-sizing: border-box;
    margin: 0 auto;
}

.content_form_log .elem_form_log.inputErr {
    border: 2px solid rgba(255, 0, 0, .5);
}

.loginWrapper ::-webkit-input-placeholder {
  color: white;
}
.loginWrapper ::-moz-placeholder {
  color: white;
}
.loginWrapper :-ms-input-placeholder {
  color: white;
}
.loginWrapper :-moz-placeholder {
  color: white;
}
.loginWrapper input:focus ::-webkit-input-placeholder {
  color: #5f5f5f;
}
.loginWrapper input:focus ::-moz-placeholder {
  color: #5f5f5f;
}
.loginWrapper input:focus :-ms-input-placeholder {
  color: #5f5f5f;
}
.loginWrapper input:focus :-moz-placeholder {
  color: #5f5f5f;
}
.loginWrapper input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.elem_form_log.log_pass {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .5rem;
}

.elem_form_log.log_pass:last-child {
    margin-bottom: 14px;
}

.elem_form_log input {
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
    background: rgba(0, 0, 0, .3);
    text-indent: 15px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    z-index: 1;
}

.elem_form_log input.nonempty {
    background: white;
}

.elem_form_log input:focus {
    background: #fff;
}

.log_pass input {
    text-transform: none;
    width: calc(100% - 36px);
}

.elem_form_log input.hide {
    display: none;
}

.elem_form_log .icon, .elem_form_log .unmask {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 26px;
    width: 26px;
    background: transparent url('../../_common/images/home/user/observe.svg') no-repeat 0 0;
    background-size: 100% auto;
    z-index: 5;
    opacity: 1;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.elem_form_log .unmask {
    right: 50px;
    cursor: pointer;
}

.elem_form_log .icon.hided {
    opacity: 0;
}

.elem_form_log.log_pass .icon {
    background-position: 0 -26px;
}

.elem_form_log .icon.valide {
    background-position: 0 -52px;
}

.connexionTxtIntro {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'ProximaThin', sans-serif;
    font-size: 16px;
    color: white;
    padding: 1rem 0;
}

.connexionTxtIntro img {
    width: 90px;
    height: auto;
    margin-left: .2rem;
}

.wrapper_log .logMeIn {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 36px;
    height: 36px;
    border: 0;
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
}

.wrapper_log .logMeIn span {
    content: '';
    border: solid white;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.wrapper_log .spinner {
    display: none;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border: 0;
    background-color: rgba(0, 0, 0, .5);
    cursor: default;
}

.wrapper_log .spinner span {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    background: transparent url(../images/loaders/spinner.svg) no-repeat center;
}

@media only screen and (max-width: 640px) {
    .elem_submit .btn {
        background-color: #D2D2D2;
        border-color: #D2D2D2;
    }

    .elem_submit .btn:hover {
        background-color: #000;
        border-color: #000;
    }
}

.elem_submit .btn span {
    position: relative;
}

.loadImg .percentBar {
    width: 0%;
    height: 100%;
    background: #fff;
    -webkit-transition: width 1000ms linear;
    transition: width 1000ms linear;
}

.loadImg.loaded .percentBar {
    width: 100%;
}

/* Supersize Plugin */
#supersized-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 60px;
    height: 60px;
    margin: 160px 0 0 -30px;
    text-indent: -999em;
    background: url(../images/loaders/loader_home.gif) no-repeat center center;
}

#supersized {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -10;
    -webkit-transition: opacity 0.35s linear 0.2s;
    transition: opacity 0.35s linear 0.2s;
}

#supersized:after {
    opacity: 0;
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

body.inFocus #supersized:after {
    opacity: 1;
}

#supersized:not(.speed):not(.quality) {
    opacity: 0;
}

#supersized img {
    width: auto;
    height: auto;
    position: relative;
    display: none;
    outline: none;
    border: none;
}

.inFocus #supersized img {
    transform: scale(1.03, 1.03);
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;

}

@media only screen and (max-width:640px) {
    .inFocus #supersized img {
        transform: none;
        -webkit-transition: none;
        transition: none;
    }
}

#supersized.speed img {
    image-rendering: -moz-crisp-edges;
}

/* Speed */
#supersized.quality img {
    image-rendering: optimizeQuality;
}

/* Quality */
#supersized li {
    display: block;
    list-style: none;
    z-index: -30;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111;
}

#supersized a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

#supersized li img {
    display: block;
    position: relative;
    z-index: 5;
}

#supersized li img.blur {
    position: absolute;
    z-index: 10;
    opacity: 0;
}

#supersized.focus li.activeslide img.blur, #supersized.focus li.prevslide img.blur {
    opacity: 1;
}

#supersized li.prevslide {
    z-index: -20;
}

#supersized li.activeslide {
    z-index: -10;
}

#supersized li.image-loading {
    background: #111 url(../images/loaders/progress.gif) no-repeat center center;
    width: 100%;
    height: 100%;
}

#supersized li.image-loading img {
    visibility: hidden;
}

#progress-back {
    z-index: 5;
    position: absolute;
    bottom: 41px;
    left: 0;
    height: 1px;
    width: 100%;
    background: transparent;
}

#progress-bar {
    position: relative;
    height: 8px;
    width: 100%;
    background: rgba(255, 255, 255, 1);
}

.id_err_box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 370px;
    height: 105px;
    background-image: url(../../_common/images/identification/error_box_bg.png);
    margin: 145px 0 0 -185px;
}

.id_err_box p {
    line-height: 20px;
    padding: 32px 16px 31px;
    padding-left: 110px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: #DF5B64;
}

.login_footnote {
    display: block;
    text-align: right;
    line-height: 1;
    margin: 10px 0 0 0;
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight: bold;
    font-size: 10px;
    color: #979797;
}

.loginWrapper .username,
.loginWrapper .password {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    width: 20px;
    height: 20px;
}

.loginWrapper .username svg,
.loginWrapper .password svg {
    width: 20px;
    height: 20px;
}

.loginWrapper .username svg path,
.loginWrapper .password svg path {
    -webkit-transition: all 0.25s cubic-bezier(0.8, 0.16, 0.23, 0.85);
    transition: all 0.25s cubic-bezier(0.8, 0.16, 0.23, 0.85);
    fill: #e8e5e5;
    stroke: #e8e5e5;
    stroke-width: 10px;
    stroke-miterlimit: 10px;
}

.loginWrapper .log_user:hover svg path,
.loginWrapper .log_pass:hover svg path,
.loginWrapper .log_user input:focus + .username svg path,
.loginWrapper .log_pass input:focus + .password svg path {
    fill: #000000;
    stroke: #e8e5e5;
    stroke-width: 10px;
    stroke-miterlimit: 10px;
}

.icon-id_err_box {
    width: 100%;
    text-align: center;
    background-color: rgba(255, 0, 0, .5);
    color: white;
    font-family: 'ProximaThin', sans-serif;
    font-size: 15px;
    text-align: center;
    margin-bottom: 1rem;
    padding: .5rem;
}

@media only screen and (max-width:1100px) {
    .wrapper_widget_weather {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .loginWrapper .username,
  .loginWrapper .password {
        right: 5px;
    }
}

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

    html,body {
        overflow: hidden;
        width: 100%;
        height: 100%;
    }

    .loginWrapper {
        top: 45%;
        width: 95%;
    }
}

@media only screen and (max-width:640px) and (orientation:landscape) {

    html,body {
        overflow-y: auto;
    }

    .loginWrapper {
        top: 70%;
        padding-bottom: 1.5rem;
    }
}

@media only screen and (max-width:320px) {
    .loginWrapper {
        top: 35%;
    }
}

#capsLockWarning {
    display: none;
    font-family: 'ProximaThin', sans-serif;
    font-size: 15px;
    color: white;
    background-color: rgba(255, 0, 0, .5);
    padding: .5rem;
}

.userSelection {
    position: fixed;
    bottom: 12px;
    left: 0;
    font-family: 'ProximaThin', sans-serif;
}

body.middleOffice .userSelection {
    bottom: 30px;
}

.userSelection .userWrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 43px;
    margin-bottom: 18px;
    padding: 0 24px 0 50px;
    cursor: pointer;
}

body.middleOffice .userSelection .userWrapper {
    padding: 0 24px 0 30px;
}

.userSelection .userWrapper.actif,
.userSelection .userWrapper:hover {
    background-color: rgba(0, 150, 255, .8);
}

.userSelection .userWrapper .avatar {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    overflow: hidden;
}

.userSelection .userWrapper .avatar.otherUser {
    background-color: rgba(255, 255, 255, .4)
}

.userSelection .userWrapper .avatar img.avatar_pic {
    width: 100%;
    height: auto;
}

.userSelection .userWrapper .avatar img.avatar_pic.noAvatar {
    width: 40%;
    height: auto;
}

.userSelection .userWrapper .avatar.otherUser img.avatar_pic {
    width: 40%;
    height: auto;
}

.userSelection .userWrapper .userName {
    font-size: 14px;
    color: #fff;
    margin-left: .5rem;
}

body.middleOffice .userSelection .userWrapper .userName {
    font-weight: 600;
    color: black;
}

body.middleOffice .userSelection .userWrapper:hover .userName {
    color: white;
    font-weight: 600;
}

.userSelection .userWrapper:hover .userName {

}



/* STYLES POUR LE LIGHTBOX ESPACE PRO */

/* CSS pour le lightbox de la page d'identification espace pro */

.lightbox_ml_text {
    color: #FFF;
    text-align:center;
    display:block;
    font-weight:300;
    font-size: 15px;
    text-decoration: underline;
    margin: 0 auto;
    cursor: pointer;
    font-family: Proxima,sans-serif;
    width: 500px;
    letter-spacing: 1.5px;
}

@-moz-document url-prefix() {
    .lightbox_ml_text {
        font-weight:bold;
    }
}

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

    .lightbox_ml_text {
        width: 90%;
    }
}

#mlinfobox.modalbox {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    box-shadow: 0 0 20px #111;
    width: 600px;
    z-index: 600;
    position: absolute;
    height: 380px;
    overflow: hidden;
    color: #656462;
    font-family: Proxima,sans-serif;
}

#mlinfobox.modalbox h1 {
    margin-bottom: 1rem;
    font-size: 13px;
}

#mlinfobox.modalbox h1.title {
    background-color: #f0efed;
    border-bottom: 2px solid #dcdbd9;
    padding: 8px 12px;
}

#mlinfobox.modalbox .close_btn {
    background-color: #6c6b69;
    width: 10px;
    height: 3px;
    transform: rotate(45deg);
    position: absolute;
    top: 13px;
    right: 10px;
    cursor: pointer;
}

#mlinfobox.modalbox .close_btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #6c6b69;
    width: 10px;
    height: 3px;
    transform: rotate(90deg);
}

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

    #mlinfobox.modalbox {
        width: 100%;
        height: 400px;
    }
}

#mlinfobox.modalbox #content_wrapper.content_wrapper {
    margin-left: 30px;
    overflow: auto;
    height: 300px;
}

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

    #mlinfobox.modalbox #content_wrapper.content_wrapper {
        margin-left: 10px;
        height: 85%;
    }
}

#mlinfobox.modalbox #content_wrapper.content_wrapper.os-theme-dark > .os-scrollbar.os-scrollbar-vertical {
    right: 3px;
}

#mlinfobox.modalbox #content_wrapper.content_wrapper.os-theme-dark > .os-scrollbar.os-scrollbar-vertical > .os-scrollbar-track {
    background: #f0efed;
    width: 4px;
}

#mlinfobox.modalbox #content_wrapper.content_wrapper.os-theme-dark > .os-scrollbar.os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
    background: #dcdcdc;
    min-height: 60px;
    border-radius: 0;
}

#mlinfobox.modalbox #content_wrapper.content_wrapper .content {
    margin: 0 2rem 1.5rem 0;
}

#mlinfobox.modalbox #content_wrapper.content_wrapper .content h2 {
    font-size: 12px;
    line-height: 15px;
}

#mlinfobox.modalbox #content_wrapper.content_wrapper .content h3 {
    font-size: 11px;
    line-height: 15px;
}

#mlinfobox.modalbox #content_wrapper.content_wrapper .content p {
    font-size: 11px;
    font-weight: 300;
    line-height: 15px;
}

#mlinfobox.modalbox #content_wrapper.content_wrapper .content span {
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: underline;
    line-height: 2;
}

#mlinfobox.modalbox #content_wrapper.content_wrapper .content ul {
    list-style-type: disc;
    margin-bottom: 1rem;
}

#mlinfobox.modalbox #content_wrapper.content_wrapper .content ul li {
    font-size: 11px;
    font-weight: 300;
    line-height: 15px;
    margin-left: 16px;
}

#mlinfobox.modalbox #content_wrapper.content_wrapper .content ul li a {
   color: inherit;
}


#shad {
    background-color: #000;
    height: 100%;
    left: 0;
    display: none;
    opacity: 0.4;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

/* CLOSE STYLES POUR LE LIGHTBOX ESPACE PRO */

#swiperLogin {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#swiperLogin:after {
    opacity: 0;
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 1;
}

.inFocus #swiperLogin:after {
    opacity: 1;
}

#swiperLogin .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#swiperLogin img,
#swiperLogin video {
    display: flex;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

#swiperLogin img.calidbrateH,
#swiperLogin video.calidbrateH {
    display: flex;
    width: auto;
    height: 100%;
    transition: transform 0.3s ease;
}

@media only screen and (max-width:1650px) {
    #swiperLogin img:not(.calidbrateW),
    #swiperLogin video:not(.calidbrateW) {
        width: auto;
        height: 100%;
    }

    #swiperLogin img:not(.calidbrateH),
    #swiperLogin video:not(.calidbrateH) {
        width: 100%;
        height: auto;
    }
}

@media only screen and (min-width:641px) {
    .inFocus #swiperLogin img,
    .inFocus #swiperLogin video {
        transform: scale(1.03, 1.03);
    }
}