.pqd-newsletter{
    max-width:320px;
    -webkit-box-shadow:0 0 14px 0 rgba(0,0,0,.2);
    box-shadow:0 0 14px 0 rgba(0,0,0,.2);
    padding:20px;
    border-radius:10px;
    background-color:hsla(0,0%,100%,.92);
    margin:0 auto;
    position:fixed;
    z-index:9999;
    -webkit-transition:all 1s ease-in-out;
    transition:all 1s ease-in-out
}
.pqd-newsletter.bottom-left{
    bottom:-400px;
    left:30px
}
.pqd-newsletter.bottom-right{
    bottom:-400px;
    right:30px
}
.pqd-newsletter.top-right{
    top:-400px;
    right:30px
}
.pqd-newsletter.top-left{
    top:-400px;
    left:30px
}
.pqd-newsletter .pqd-newsletter-tag{
    position:relative;
    background-color:transparent;
    overflow:hidden
}
.pqd-newsletter .pqd-service{
    border:none;
    position:relative;
    padding:0
}
.pqd-newsletter a:hover{
    text-decoration:none
}
.pqd-newsletter h1,.pqd-newsletter h2{
    display:none
}
.pqd-newsletter-tag .pqd-service-description{
    display:block
}
.pqd-newsletter-tag .pqd-service-description,.pqd-service-description-mobile{
    font-size:14px;
    font-weight:600;
    line-height:18px;
    text-align:center;
    margin:13px 0
}
.pqd-service-description-mobile{
    display:none;
    font-family:Open Sans,sans-serif;
    color:#fff
}
.pqd-newsletter-tag .pqd-button{
    color:#fff;
    background-color:#21c8b8;
    border:2px solid transparent;
    font-size:12px;
    font-weight:700;
    line-height:14px;
    display:block;
    text-align:center;
    padding:10px 5px;
    text-transform:uppercase;
    text-decoration:none;
    cursor:pointer;
    -webkit-transition:all .4s ease;
    transition:all .4s ease;
    position:relative;
    z-index:0;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none
}
.pqd-newsletter-tag .pqd-button.not-active{
    color:#fff;
    background-color:#d4d4d4!important;
    pointer-events:none;
    cursor:default;
    text-decoration:none;
    margin-top:0
}
.pqd-newsletter-tag .pqd-button:hover{
    color:#21c8b8;
    border:2px solid #21c8b8;
    background:transparent
}
.pqd-newsletter-tag .icon-newsletter{
    width:74px;
    height:74px;
    display:block;
    margin:0 auto
}
.pqd-newsletter .pqd-service-close{
    position:absolute;
    top:-4px;
    right:-4px;
    z-index:2
}
.pqd-newsletter .svg-close{
    cursor:pointer;
    font-size:12px;
    height:17px;
    width:22px;
    display:block
}
.pqd-newsletter .pqd-promotion,.pqd-newsletter .pqd-service-cgu{
    font-size:12px;
    line-height:16px;
    text-align:center;
    padding:10px 0 0
}
.pqd-newsletter .pqd-promotion a,.pqd-newsletter .pqd-service-cgu a{
    font-weight:700;
    color:#878787;
    text-decoration:none
}
.pqd-newsletter .pqd-promotion{
    height:40px;
    margin:0;
    opacity:1;
    visibility:visible;
    -webkit-transition:all .4s ease-in;
    transition:all .4s ease-in
}
.pqd-newsletter .pqd-promotion.not-visible,.pqd-newsletter .pqd-service-cgu{
    /*visibility:hidden;
    opacity:0;
    padding:0;
    height:0*/
    display: none;
}
.pqd-newsletter .pqd-service-cgu{
    margin:0;
    -webkit-transition:all .8s ease-in-out;
    transition:all .8s ease-in-out;
    color:#878787;
    padding: 10px;
    text-align: left;
    border: 1px solid #878787;
    margin-top: 10px;
}
.pqd-newsletter .pqd-service-cgu.visible{
    height:320px;
    opacity:1;
    visibility:visible;
    padding:10px 0 0
}
.pqd-service-user{
    font-family:Open Sans,sans-serif;
    font-size:13px;
    font-weight:400;
    line-height:18px;
    vertical-align:middle;
    padding:15px
}
.pqd-service-user .pqd-service-img{
    border-radius:50%;
    width:40px;
    height:40px;
    vertical-align:middle
}
.pqd-service-user .pqd-service-user-container{
    padding:0 10px
}
.pqd-service-user .pqd-service-username{
    color:#21c8b8
}
.pqd-newsletter .pqd-service-email{
    width:calc(100% - 22px);
    font-size:12px;
    padding:10px;
    margin:10px 0;
    border:1px solid #cecece;
    color: #000;
    background-color:#fff;
    -webkit-box-sizing:unset;
    box-sizing:unset
}
.pqd-newsletter .pqd-service-email:focus{
    outline-color:#000;
    outline:.1rem solid
}
html.overflow{
    overflow:hidden;
    position:relative;
    height:100%
}
#callapi{
    position:absolute;
    left:-1px;
    top:-1px;
    width:1px;
    height:1px
}
.pqd-container{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    padding:20px 40px;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.pqd-starter-title{
    color:#445;
    font-family:Open Sans,sans-serif;
    font-size:18px;
    line-height:22px;
    text-align:center;
    margin:15px 0;
    text-transform:uppercase
}
.pqd-starter-button{
    margin:0 auto;
    min-width:25%;
    padding:0 10px;
    font-family:Open Sans,sans-serif
}
.pqd-starter-button a{
    color:#21c8b8;
    background-color:#fff;
    border:1px solid #21c8b8;
    padding:10px 20px;
    display:block;
    margin:5px 0;
    cursor:pointer;
    text-align:center;
    text-transform:uppercase;
    text-decoration:none;
    font-weight:700
}
.pqd-starter-button a:hover{
    color:#fff;
    background-color:#21c8b8;
    border-color:#fff
}
.pqd-user-public-information{
    text-align:center;
    font-family:Open Sans,sans-serif
}
.pqd-user-public-information ul{
    padding:15px 0 0
}
.pqd-user-public-information li{
    text-align:left;
    font-weight:700;
    color:#445;
    position:relative
}
.pqd-user-public-information span{
    color:#445;
    font-size:16px;
    font-weight:400
}
.pqd-user-public-information img{
    position:relative;
    border-radius:50%
}
.pqd-user-public-information .pqd-profile-firstname,.pqd-user-public-information .pqd-profile-lastname,.pqd-user-public-information .pqd-profile-nickname{
    position:absolute;
    text-transform:uppercase;
    right:10px
}
.pqd-user-public-information .pqd-profile-email{
    position:absolute;
    right:10px
}
.pqd-user-private-information{
    font-family:Open Sans,sans-serif;
    padding:10px 0
}
.pqd-user-private-information ul{
    margin:0;
    padding:0
}
.pqd-user-private-information li{
    text-align:left;
    font-weight:700;
    color:#445;
    position:relative
}
.pqd-user-private-information span{
    color:#445;
    font-size:16px;
    font-weight:400
}
.pqd-service-container{
    width:320px;
    margin:0 auto
}
.pqd-service{
    width:100%;
    margin:0 auto;
    text-align:center;
    font-family:Open Sans,sans-serif;
    border:1px solid #21c8b8
}
.pqd-service hr{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    height:0;
    width:50%;
    border:1px solid #d4d4d4
}
.pqd-icons{
    color:#21c8b8;
    font-size:32px
}
.pqd-service-name{
    color:#21c8b8;
    font-size:22px;
    font-weight:700;
    line-height:28px;
    text-align:center;
    text-transform:uppercase;
    vertical-align:middle;
    display:inline-block
}
.pqd-service-title{
    color:#445;
    font-size:18px;
    font-weight:700;
    line-height:24px;
    text-align:center;
    padding:2px 0
}
.pqd-service-description{
    color:#445;
    font-size:14px;
    line-height:22px;
    text-align:center
}
.pqd-starter-button .pqd-button{
    width:100%;
    font-weight:700;
    display:block;
    text-align:center;
    padding:15px 0;
    margin:20px 10px;
    color:#fff;
    background-color:#21c8b8;
    border:1px solid #21c8b8;
    text-transform:uppercase;
    border-radius:2px;
    cursor:pointer;
    position:relative;
    overflow:hidden;
    -webkit-transition:all .3s;
    transition:all .3s
}
.pqd-starter-button .pqd-button:hover{
    color:#21c8b8;
    background-color:#fff;
    z-index:1
}
.pqd-newsletter-tag .pqd-button.config-standard{
    background-color:#ee1c32
}
.pqd-newsletter-tag .pqd-button.config-standard.not-active,.pqd-newsletter-tag .pqd-button.config-standard.not-active:before{
    background-color:#d4d4d4;
    border-right:2px solid #d4d4d4
}
.pqd-newsletter-tag .pqd-button.config-standard:before{
    background-color:#ee1c32;
    border-right:2px solid #ee1c32
}
.pqd-newsletter-tag .pqd-button.config-standard:hover{
    color:#ee1c32;
    border:2px solid #ee1c32;
    background-color:transparent
}
.pqd-newsletter-tag .pqd-button.config-standard:hover:before{
    border-right:6px solid #ee1c32
}
.pqd-service-description-mobile.config-standard{
    background-color:#ee1c32
}
.pqd-success-message {
    margin: 10px 0 !important;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
}
.pqd-error-message {
    margin: 10px 0 !important;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
}

@media (max-width:576px) and (min-width:320px){
    .pqd-newsletter{
        left:0;
        top:0;
        max-width:100vh;
        height:100%;
        border-radius:0;
        -webkit-transition:bottom .4s ease-in-out;
        transition:bottom .4s ease-in-out;
        padding:0
    }
    .pqd-newsletter.visible{
        bottom:0;
        padding:50px 20px
    }
    .pqd-newsletter .pqd-service{
        display:none
    }
    .pqd-newsletter .pqd-service.visible{
        display:block;
        overflow:hidden
    }
    .pqd-service-description-mobile{
        position:fixed;
        display:block;
        background-color:#21c8b8;
        bottom:-999px;
        left:0;
        margin:0;
        padding:15px 30px;
        -webkit-transition:bottom 1s ease-in-out;
        transition:bottom 1s ease-in-out
    }
    .pqd-service-description-mobile.hidden{
        display:none
    }
    .pqd-service-description-mobile.visible{
        bottom:0
    }
    .pqd-newsletter .pqd-promotion{
        display:none
    }
    .pqd-newsletter .pqd-service-cgu{
        height:145px;
        opacity:1;
        visibility:visible;
        margin:30px 0 0;
        overflow:scroll
    }
}
@media (max-width:576px) and (min-width:320px) and (max-height:812px) and (min-height:667px){
    .pqd-newsletter .pqd-service-cgu{
        height:320px
    }
}