.step-container-inner {
    background-color: #fff;
    padding-bottom: 40px;
    position: relative;
}
.tab_option{
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    width: calc(50% - 20px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}
.tab_option:hover{
    font-weight: bold;
}
.tab_option.tab_selected{
    font-weight: bold;
}

.intl-tel-input{
    width: 100%;
    margin-top: 10px;
}
.selected-flag{
    outline: none;
}
.intl-tel-input.allow-dropdown input{
    width: 100%;
    height: 60px;
}

/*NEW OLOCAL STYLE-CONEXTION*/
.login-block {
    max-width: 540px;
    margin: 0 auto;
    padding: 40px 0 0;
}
.tab-nav {
    height: 60px;
    background: #f2f2f2;
    box-shadow: inset 0 0 8px rgba(0,0,0,.05);
    border-radius: 60px;
    padding: 4px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.active.tab-nav__second-item, .tab-nav__item.active {
    color: #4f4f4f;
    background-color: #fff;
}
.tab-nav__item, .tab-nav__second-item {
    width: 49%;
    height: 52px;
    border-radius: 52px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #828282;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    cursor: pointer;
    text-transform: uppercase;
}
.login-block__title {
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    color: #1d1d1b;
    text-align: center;
}
/*.login-first-step.active, .login-second-step.active {*/
/*    display: block;*/
/*}*/
.login-block__desc {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 45px;
    text-align: center;
}
login-block form {
    width: 100%;
}
.input-row {
    margin-bottom: 25px;
    position: relative;
}

.input {
    height: 60px;
    padding: 0 18px;
    padding-left: 52px;
    background: #fff;
    width: 100%;
    box-shadow: 0 15px 50px rgba(0,0,0,.1);
    border-radius: 5px;
    font-size: 18px;
    line-height: 21px;
    transition: all .25s ease-in-out;
}
.fontsize18 {
    font-size: 18px;
}
.theme-btn-new-green {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 36px;
    display: inline-block;
    border: 2px solid #84c335;
    border-radius: 35px;
    background-color: #84c335;
    color: #fff;
}
.login-block__linking {
    margin-top: 20px!important;
    margin-bottom: 10px!important;
    font-weight: 500;
    font-size: 16px;
    color: #828282;
    text-align: center;
}
.login-block__linking a {
    color: #551b88!important;
}
.login-links {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.login-links__btn--GoogleOauth2 {
    background: url(/img/olocal_img/app-icon-link-google.svg) 0 0 no-repeat;
}
.login-links__btn {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 30px;
    transition: all .25s ease-in-out;
}
.login-links__btn:last-child {
    margin-right: 0;
}
.login-links__btn--Facebook {
    background: url(/img/olocal_img/app-icon-link-fb.svg) 0 0 no-repeat;
}
.login-block__confirmation {
    max-width: 290px;
    margin: 30px auto 0;
    text-align: left;
}
.checkbox__label {
    position: relative;
    cursor: pointer;
    color: #828282;
    font-size: 14px;
    line-height: 17px;
    padding-left: 37px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 30px;
}
.checkbox__label:before {
    content: "";
    -webkit-appearance: none;
    background: #e0e0e0;
    box-shadow: inset 0 0 5px rgba(0,0,0,.05);
    border-radius: 5px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    width: 25px;
    height: 25px;
    top: 4px;
    left: 0;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.checkbox__input {
    padding: 0;
    height: auto;
    width: auto;
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.checkbox__label a {
    color: #828282;
}
.checkbox__input:checked+.checkbox__label:after, .checkbox__input:checked+label+.checkbox__label:after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}
.checkbox__label:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 9px;
    width: 10px;
    height: 15px;
    border: solid #bdbdbd;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg) scale(.7);
    transition: all .25s ease-in-out;
    opacity: 0;
}
#inscription-user:hover{
    text-decoration: none !important;
    transition: all .5s;
}
#connecter-user:hover{
    text-decoration: none !important;
    transition: all .5s;
}
.login-block__desc {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 45px;
    text-align: center;
}
.login-block__desc strong {
    font-weight: 800;
    color: #84c200;
}
.hidden-input {
    opacity: 0;
    padding: 0;
    margin: 0;
    width: 1px;
    height: 1px;
    border: none;
    pointer-events: none;
}
.input-row__title {
    color: #4f4f4f;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 5px;
    padding-left: 15px;
    text-align: left;
    display: inline-block;
}
.data-protection {
    background-color: #f2f2f2;
    border-radius: 30px 30px 0 0;
    padding: 10px 15px 30px;
    position: absolute;
    bottom: 0;
    right: 30px;
    left: 30px;
    margin: auto;
    transition: all .25s ease-in-out;
    transform: translateY(calc(100% - 30px));
    cursor: pointer;
    max-height: calc(100% - 120px);
    overflow: hidden;
    text-align: left;
}
.data-protection__title {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #4f4f4f;
    margin-bottom: 22px;
    text-transform: uppercase;
}
.data-protection__title:after {
    content: "";
    display: block;
    width: 18px;
    height: 9px;
    background: url(/img/olocal_img/app-icon-chevron-up-grey.svg) 50% 50% no-repeat;
    background-size: contain;
    position: absolute;
    top: 12px;
    right: 20px;
}
.data-protection__content {
    font-size: 14px;
    line-height: 22px;
    /*overflow-y: scroll;*/
    /*max-height: calc(100vh - 200px);*/
    /*padding-right: 10px;*/
}
.data-protection__content p {
    margin-top: 0;
    margin-bottom: 25px;
}
.step-header__container {
    display: flex;
    align-items: center;
    padding: 10px 30px;
    max-width: 1100px;
    margin: auto;
}
.step-header__img {
    width: 90px;
    height: 90px;
    position: relative;
    text-align: center;
    margin: auto;
}
.step-header__img span {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
    height: 12px;
    line-height: 1;
    color: #828282;
    text-transform: uppercase;
}
.flag-container {
    z-index: 1;
}
.data-protection.active {
    transform: translateY(0);
    z-index: 2;
}
@media (max-width: 500px){
    .intl-tel-input .country-list {
        margin: 0 0 0 -107px!important;
    }
}
@media (min-width: 576px){
    .step-header {
        height: 100%;
        display: flex;
        align-items: center;
        padding-right: 5px;
    }
}
@media (min-width: 1280px){
    .data-protection {
        width: 570px;
        transform: translateY(calc(100% - 50px));
        max-height: calc(100% - 150px);
    }
    .step-header__container {
        flex-direction: row-reverse;
    }
    .data-protection__title {
        padding-top: 5px;
        margin-bottom: 30px;
        text-align: center;
    }
    .data-protection__title:after {
        top: 30px;
        right: 0;
        left: 0;
        margin: auto;
    }
    .data-protection__content {
        max-height: 100%!important;
        overflow-y: auto;
        padding: 0 20px;
        text-align: left;
    }
    .data-protection.active .data-protection__title:after {
        transform: rotate(180deg);
        top: inherit;
        bottom: 12px;
    }
}
@media (min-width: 992px) {
    .login-block__title {
        margin-bottom: 50px;
    }
    .notification-popup {
        width: 480px;
    }
    .default-popup {
        padding: 30px 20px 20px;
        text-align: center;
    }
    .popup {
        border-radius: 5px;
    }
    .default-popup__close {
        position: absolute;
        top: 15px;
        right: 15px;
        padding: 5px;
        border: none;
        background-color: transparent;
    }
    .notification-popup h3 {
        margin: 30px 0;
    }
    .default-popup__title {
        font-weight: 700;
        margin-bottom: 40px;
        font-size: 28px;
        line-height: 33px;
        padding: 0 20px;
    }
    .fancybox-content {
        background: #fff;
        margin: 0;
        max-width: 100%;
        overflow: auto;
        padding: 44px;
        position: relative;
        text-align: left;
        vertical-align: middle;
    }
}
#fb-connexion:hover {
    cursor: pointer ;
}
.input--email {
    padding-right: 50px!important;
    background: #fff url(/img/olocal_img/app-icon-mail.svg) right 20px center no-repeat;
}
label.error {
    position: absolute;
    right: 0;
    left: 0;
    top: 100%;
    text-align: right;
    color: red;
    font-size: 12px;
    line-height: 14px;
    padding-top: 2px;
}

/*------------------INSCRIPTION PATH 1 GET CODE----------------------------------------*/
@media (min-width: 768px){
    .step-container {
        max-width: 600px;
        margin: 0 auto;
    }
}
.step-container {
    padding: 25px 30px;
    text-align: left;
}
.step-container__subtitle, .step-container__title {
    line-height: 33px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}
.step-container__title {
    font-weight: 700;
    font-size: 22px;
}
.input-row--code {
    text-align: center;
}
.input-row--code .input-row__title {
    text-align: center;
    padding-left: 0;
    display: block;
    width: 135px;
    margin: 0 auto;
    text-align: center;
}
@media (min-width: 1280px){
    .step-nav {
        max-width: 1170px;
        margin: 35px auto 0;
    }
}
.step-nav {
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.step-nav-2 {
    justify-content: center!important;
}
.step-nav-2 .btn {
    font-size: 16px;
    line-height: 19px;
    width: 200px;
    margin: 20px;
}
.padding1140 {
    padding: 11px 40px;
}
.sms-not-received {
    display: none;
}
.input-row--code .input {
    width: 135px!important;
    margin: 0 auto;
    text-align: center;
    padding-left: 0!important;
}
.btn-grey, .theme-btn.dark, .theme-btn:hover {
    color: #fff;
    background-color: #84c335;
}
.btn-green {
    border-radius: 35px;
    background-color: #84c12a!important;
    color: #fff!important;
}


/*------------------END INSCRIPTION PATH 1 GET CODE----------------------------------------*/


/*------------------INSCRIPTION PATH 2 GET CODE----------------------------------------*/
.marginbottom50 {
    margin-bottom: 50px;
}
.login-popup__btn {
    width: 100%;
    margin: 0 auto;
}

/*------------------END INSCRIPTION PATH 2 GET CODE----------------------------------------*/

