/* POPIN REFACTO*/


#profile-banner.refacto .bubble p, #profile-banner.refacto .bubble .ask {
    display: inline-block;
    text-align: left;
    margin: 0;
    width: 90%;
    color: #000;
    font-family: "Lato Regular";
    font-size: 12px;
    line-height: normal;
}

#profile-banner.refacto #bubble-3 .ask {
    margin-top: 10px;
}
#profile-banner.refacto.accorhotels .bubble .pb-button.pb-login {
    background: #38b7ff url(/top-header/assets/icons/ux/user-ah.png) 15px 7px no-repeat;
    padding: 10px 4% 10px 45px;
}
#profile-banner.refacto #bubble-1:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -15px;
    top: -10px;
    left: 75%;
}

#profile-banner.refacto #bubble-1:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 13px 13px;
    border-color: #38B7FF transparent;
    display: block;
    width: 0;
    z-index: 0;
    margin-left: -18px;
    top: -13px;
    left: 75%;
}
#profile-banner.refacto #bubble-2:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -15px;
    top: -10px;
    left: 25%;
}
#profile-banner.refacto.accorhotels #bubble-3 .pb-button#register {
    background: #fff url(/top-header/assets/icons/ux/user-ah.png) 13px 6px no-repeat;
    padding: 10px 4% 10px 45px;
}
#profile-banner.refacto #bubble-2:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 13px 13px;
    border-color: #38B7FF transparent;
    display: block;
    width: 0;
    z-index: 0;
    margin-left: -18px;
    top: -13px;
    left: 25%;
}
#profile-banner.refacto #bubble-3:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -15px;
    top: -10px;
    left: 25%;
}

#profile-banner.refacto #bubble-3:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 13px 13px;
    border-color: #38B7FF transparent;
    display: block;
    width: 0;
    z-index: 0;
    margin-left: -18px;
    top: -13px;
    left: 25%;
}

#profile-banner.refacto .bubble .bubble-close {
    background: #ccc;
    border-radius: 50%;
    position: absolute;
    right: 3px;
    top: 3px;
    height: 20px;
    width: 20px;
    color: white;
    text-align: center;
    line-height: 20px;
}
#profile-banner.refacto .bubble .login ,#profile-banner.refacto .bubble .register {
    display: inline-block;
    margin: 8px 0 0;
}

#profile-banner.refacto #bubble-3 .connexion {
    margin: 3px 0 0 0;
    color: #000;
    text-decoration: underline;
    text-align: left;
    display: inline-block;
    width: 90%;
    cursor: pointer;
}

#profile-banner.refacto #bubble-1, #profile-banner.refacto #bubble-2, #profile-banner.refacto #bubble-3 {
    margin: 55px 0 0;
    display: none;
    padding: 10px 0;
    background: #FFFFFF;
    position: fixed;
    text-align: center;
    top: 0;
    right: 0;
    z-index: 999;
    font-family: "Lato Regular";
    font-size: 12px;
    line-height: normal;
    border: #38B7FF solid 2px;
}


.ar #profile-banner.refacto .bubble p,
.ar #profile-banner.refacto .bubble .ask,
.ar #profile-banner.refacto .bubble .login,
.ar #profile-banner.refacto .bubble .register,
.ar #profile-banner.refacto .bubble .connexion {
    direction: rtl;
}

@media screen and (max-width: 1050px) {
 #profile-banner.refacto .bubble {
        display: none!important;
    }

}