/* OLD PROFIL BANNER */
#profile-banner .profile-banner-display-tabs #pb-popin-call {
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
}

#profile-banner #pb-popin-call .bubble p, #profile-banner #pb-popin-call .bubble .ask {
    display: inline-block;
    text-align: left;
    margin: 0;
    width: 100%;
    color: #000;
    font-size: 13px;
    line-height: normal;
    font-weight: 700;
}
#profile-banner #pb-popin-call #bubble-3 .ask {
    margin-top: 10px;
}

#profile-banner #pb-popin-call #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: 10px;
    top: -10px;
    left: 75%;
}

#profile-banner #pb-popin-call #bubble-1:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 13px 13px;
    border-color: #e6e6e6 transparent;
    display: block;
    width: 0;
    z-index: 0;
    margin-left: 7px;
    top: -13px;
    left: 75%;
}
#profile-banner #pb-popin-call #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: 185px;
    top: -10px;
    left: 25%;
}

#profile-banner #pb-popin-call #bubble-2:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 13px 13px;
    border-color: #e6e6e6 transparent;
    display: block;
    width: 0;
    z-index: 0;
    margin-left: 182px;
    top: -13px;
    left: 25%;
}
.arrow-down{
    position: absolute;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: white transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -16px;
    top: -10px;
    left: 45%;
}
.arrow-up{
    position: absolute;
    border-style: solid;
    border-width: 0 13px 13px;
    border-color: #e6e6e6 transparent;
    display: block;
    width: 0;
    z-index: 0;
    margin-left: -19px;
    top: -13px;
    left: 45%;
}

#profile-banner #pb-popin-call .bubble .bubble-close {
    background: #ccc;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 5px;
    height: 20px;
    width: 20px;
    color: white;
    text-align: center;
    line-height: 20px;
}
#profile-banner #pb-popin-call .bubble .pb-login ,#pb-popin-call .bubble .register {
    display: inline-block;
    margin: 15px 0 0;
}
#profile-banner #pb-popin-call .bubble .pb-login a, #pb-popin-call .bubble .register a {
    color: #000;
}
#profile-banner #pb-popin-call #bubble-3 .connexion {
    margin: 3px 0 0 0;
    color: #000;
    text-decoration: underline;
    text-align: left;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    font-size: 13px;
    line-height: normal;
    font-weight: 700;
}

#pb-popin-call #bubble-1, #pb-popin-call #bubble-2, #pb-popin-call #bubble-3 {
    margin: 10px 0 0;
    display: none;
    padding: 20px;
    background: #FFFFFF;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    z-index: 999;
    border: #e6e6e6 solid 2px;
}


#pb-popin-call .bubble .register::before {
    content: '';
    display: inline-block;
    background: url(/imagerie/profil/banner/pb-signup.png) no-repeat center center;
    width: 26px;
    height: 24px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -12px;
}

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

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

}
