.page-abonnements .ui-datepicker {
    width: 15em;
    border: 0px;
    font-size: 0.9em;
}

.page-abonnements .ui-datepicker .ui-datepicker-header {
    font-size: 0.9em;
}

.page-abonnements .ui-datepicker-calendar thead span {
    color: #9B62AA;
}

.page-abonnements .ui-datepicker .ui-state-active {
    color: #e30046;
}

.page-abonnements .ui-datepicker .ui-state-default {
    border: 0px;
    background: none;
}

.page-abonnements .ui-state-highlight, .page-abonnements .ui-widget-content .ui-state-highlight, .page-abonnements .ui-widget-header .ui-state-highlight {
    color: #555555;
}

/*.page-abonnements .ui-datepicker-prev, .page-abonnements .ui-datepicker-next{ display:none; }*/

/*.page-abonnements .ui-datepicker{
	pointer-events: none;
}
*/

.page-abonnements .status {
    display: none;
    background-color: transparent;
    border: 0px;
    background: none;
    color: #e30046;
    font-size: 13px;
    padding-left: 0px;
    margin-bottom: 12px;
}

.page-abonnements .offer-button {
    text-align: right;
    cursor: pointer;
}

.page-abonnements .offer-button a {
    width: 200px;
    background-color: #E30046;
    text-align: center;
    display: -webkit-inline-box;
    display: inline-block;
    color: white;
    text-transform: uppercase;
    height: 32px;
    width: 242px;
    font-size: 14px;
    margin-top: 10px;
    margin-right: 5px;
    padding: 6px 12px;
    font-weight: bold;
    border-radius: 2px;
}

.subscription-container .acc-button div, .page-abonnements .offer-button a {
    width: 200px;
    background-color: #E30046;
    text-align: center;
    display: -webkit-inline-box;
    display: inline-block;
    color: white;
    text-transform: uppercase;
    height: 32px;
    width: 242px;
    font-size: 14px;
    margin-top: 10px;
    margin-right: 5px;
    padding: 6px 12px;
    font-weight: bold;
    border-radius: 2px;
    position: absolute;
    left: 77%;
    top: 40%;
}

.userinfo.i2, .userinfo.i5, .userinfo.i8, .userinfo.i11 {
    margin-left: 5.5em;
    margin-right: 5.5em;
}

.subscription-step-offer .subscription-container {
    min-height: 200px;
}

.reserved-content {
    text-align: center;
}

.dotted-yellow {
    border-top: 5px dotted #f4d020;
}

.new-subs {
    width: 100%;
}

.new-subs .reserved-title {
    font-family: 'Yanone Kaffeesatz', Arial, verdana;
    font-weight: bold;
    font-size: 25px;
    color: #000000;
    background: #f4d020;
    letter-spacing: 0px;
    line-height: 33px;
    width: 78%;
    margin: auto;
    padding: 1% 3% 1% 3%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.new-subs .reserved-title .text {
    display: inline-block;
    width: 100%;
    margin-left: -1%;
}

.new-subs .reserved-log {
    font-size: 15px;
    width: 52%;
    border-radius: 0px;
    padding: 1px;
    margin-bottom: 20px;
}

.new-subs .reserved-log span {
    text-transform: none;
    font-weight: bold;
}

/*
.teasers{
    display: flex;
    flex-wrap: wrap;
}
.teaser{
    position: relative;
    border: 8px solid #f4d020;
    padding: 2% 1.5%;
    flex-basis: 100%;
    flex: 0 0 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    flex-grow: 1;
    cursor: pointer;    
    margin-bottom: 15px;
}
*/

.teasers {
    display: flex;
    text-align: left;
    flex-wrap: wrap;
}

.teaser {
    position: relative;
    border: 8px solid #f4d020;
    padding: 2% 1.5%;
    margin-left: 1%;
    margin-right: 1%;
    cursor: pointer;
    margin-bottom: 15px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.teaser-1 {
    width: 99%;
}

.teaser-2 {
    width: 47%;
}

.teaser-3 {
    width: 31.2%;
}

.teaser-4 {
    width: 23%;
    flex-basis: 100%;
    flex: 0 0 23%;
    margin-left: 1%;
    margin-right: 1%;
    flex-grow: 1;
}

.teaser-5 {
    width: 18%;
    flex-basis: 100%;
    flex: 0 0 18%;
    margin-left: 1%;
    margin-right: 1%;
    flex-grow: 1;
}

.teaser-7 .teaser .subs-price {
    font-size: 30px;
}

.teaser-7 .teaser .subs-details {
    font-size: 17px;
}

.teaser-7 .teaser .subs-title {
    font-size: 32px;
}

.teaser .subs-title, .article-header .subs-title {
    font-family: 'Yanone Kaffeesatz', Arial, verdana;
    font-weight: bold;
    font-size: 38px;
    color: #000000;
    border-bottom: 1px dotted #e02347;
    text-transform: uppercase;
    padding-bottom: 5px;
    line-height: 40px;
}

.teaser .subs-price, .article-header .subs-price {
    font-family: 'Yanone Kaffeesatz', Arial, verdana;
    font-weight: bold;
    font-size: 38px;
    color: #e02347;
    border-bottom: 1px dotted #e02347;
    padding-top: 10px;
    padding-bottom: 5px;
}

.teaser .subs-price span, .article-header span {
    font-weight: bold;
    font-size: 25px;
}

.teaser .subs-price div, .article-header .subs-price div {
    font-size: 14px;
    font-family: comfortaa;
    color: #000000;
    font-weight: 400;
    line-height: 19px;
}

.teaser .subs-details {
    font-family: 'Yanone Kaffeesatz', Arial, verdana;
    font-size: 20px;
    color: #000000;
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: left;
    margin-bottom: 0px;
}

.teaser .subs-button {
    font-size: 14px;
    font-weight: bold;
    background-color: #E30046;
    width: 100%;
    cursor: pointer;
    color: white;
    padding: 3px;
    position: absolute;
    bottom: -15px;
    margin: auto;
    margin-bottom: 10px;
}

.teaser .teaser-item {
    position: relative;
    width: 100%;
    margin: auto;
    min-height: 323px;
}

.subscription-full-desc {
    width: 97%;
    margin: auto;
    text-align: left;
    font-size: 13px;
    font-family: comfortaa;
    line-height: 17px;
    margin-top: -45px;
}

.subscriptions-full-forms .article-header {
    border: 8px solid #f4d020;
    margin: auto;
    margin-top: 45px;
    width: 97%;
}

.subscriptions-full-forms .article-header .subs-title {
    padding-bottom: 0px;
    border-bottom: 0px;
}

.subscriptions-full-forms .article-header .subs-price {
    border-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 0px;
}

.subscriptions-full-forms .article-header .subs-price div {
    line-height: inherit;
}

.subscriptions-full-forms .article-header .teaser-item {
    padding: 10px;
}

.subscriptions-full-forms .field-error {
    font-size: 11px;
    margin-left: 0px;
}

.subscriptions-full-forms .subscriptions-form-wrapper {
    display: none;
    position: relative;
}

.subscriptions-full-forms .subscriptions-form-wrapper .reserved-title {
    text-align: center;
    width: 258px;
    padding: 5px 0px;
    line-height: 22px;
    margin-bottom: 60px;
}

.subscriptions-full-forms .subscriptions-form-wrapper .reserved-title a {
    color: black;
}

.subscriptions-full-forms .form-item, .subscriptions-full-forms .form-short .newsletter-markup {
    text-align: left;
    display: inline-block;
    width: 48%;
    margin-bottom: 10px;
    vertical-align: top;
    margin-left: 8px;
}

.subscriptions-full-forms .form-short .newsletter-markup {
    display: block;
    text-align: left;
    position: relative;
    margin-top: -45px;
    margin-left: 20px;
    width: 47%;
}

.subscriptions-full-forms .newsletter-area .form-item {
    width: 100%;
}

.subscriptions-full-forms .guest-subs-field-full {
    width: 98%;
    margin: auto;
    margin-left: 14px;
}

.subscriptions-full-forms .guest-subs-field-full .form-item {
    width: 100%;
    display: block;
}

.subscriptions-full-forms .guest-subs-field {
    border: 1px solid #b9b9b9;
    border-radius: 4px;
    width: 98%;
    margin-left: 0px;
}

.subscriptions-full-forms .guest-subs-field-full .guest-subs-field .form-type-radio {
    width: 9%;
    display: inline-block;
}

.subscriptions-full-forms .guest-subs-field-full .form-radios {
    border: 0px
}

.subscriptions-full-forms form .coupon-desc, .subscriptions-full-forms form .coupon-desc img {
    margin: auto;
    text-align: center;
}

.subscriptions-full-forms label, .subscriptions-full-forms .require-tag {
    font-size: 14px;
    font-weight: 600;
    margin-top: 8px;
    position: relative;
}

.subscriptions-full-forms .require-tag {
    font-size: 15px;
    text-align: left;
    width: 97%;
    margin: auto;
    border-bottom: 1px dotted black;
    margin-bottom: 10px;
    position: relative;
}

.subscriptions-full-forms .form-item span {
    color: #e30046;
    font-size: 11px;
    position: absolute;
    top: -2px;
    right: -9px;
}

.subscriptions-full-forms .require-tag .upcase {
    text-transform: uppercase;
}

.subscriptions-full-forms .require-tag .req {
    color: #e30046;
    font-size: 11px;
    position: absolute;
}

.subscriptions-full-forms .form-long .form-item-checkbox {
    width: 97.6%;
    margin-left: 12px;
}

.newsletter-markup {
    font-size: 14px;
    text-align: left;
    margin-left: 20px;
}

.subscriptions-full-forms .extra_question {
    display: none;
}

.subscriptions-full-forms .subscription-submit-button {
    background: #E30046;
    text-transform: initial;
    padding: 7px 23px;
    margin-top: 15px;
    font-weight: bold;
    font-size: 13px;
    width: 25%;
    min-width: 255px;
    /* padding-right: 40px; */
}

.logged-in .subscriptions-full-forms .form-long .form-item-mail {
    width: 98%;
    margin-left: 21px;
}

.logged-in .subscriptions-full-forms .form-short .newsletter-markup {
    width: 100%;
    margin-top: 0px;
}

.logged-in .subscriptions-full-forms .form-item-mail input {
    pointer-events: none;
    background: #dedede;
}

div.messages.status, div.messages.error {
    float: none;
}

input[type="checkbox"], input[type="radio"] {
    display: none;
}

input[type="checkbox"]+label::before, input[type="radio"]+label::before {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    border: 1px solid #e30046;
    background-color: #fff;
    display: block;
    content: "";
    float: left;
    margin-right: 5px;
    margin-top: 6px;
}

input[type="checkbox"]+label::before {
    border-radius: 0px!important;
}

input[type="checkbox"]:checked+label::before, input[type="radio"]:checked+label::before {
    box-shadow: inset 0px 0px 0px 3px #fff;
    background-color: #e30046;
}

.field-errors {
    font-size: 11px;
    margin-left: 0px;
    color: #922;
}

.submit-fa {
    font-family: FontAwesome;
    color: white;
    position: absolute;
    left: 60.5%;
    bottom: 4px;
    display: none;
}

.newsletter-markup a {
    color: #E30046;
}

.front-button {
    display: none;
    position: absolute;
    height: 35px;
    width: 300px;
    background-color: transparent;
    bottom: 0;
    margin: 15px 0 0;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.field-errors-coupon {
    font-size: 11px;
    margin-left: 0px;
    color: #922;
}

div#edit-submit-container {
    position: relative;
}

#instructionContainer {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
}

#instructionIframe {
    width: 300px !important;
    height: 430px !important;
    background: white;
    padding: 10px;
    border-radius: 10px;
}

.form-epay label {
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-top: 8px;
    position: relative;
    font-family: 'Open Sans', Arial, verdana !important;
}

.form-epay span {
    color: #e30046;
    font-size: 11px;
    position: absolute;
    top: -2px;
    right: -9px;
}

#container_epay {
    margin-top: 5em;
    display: none;
    /* border: 5px solid #e0e6f1; */
}

#container_epay .epay-field {
    border: 1px solid #b9b9b9;
    border-radius: 4px;
    width: 50%;
    margin-left: 0px;
}

#container_epay .epay-submit-button {
    background: #E30046;
    text-transform: initial;
    padding: 7px 23px;
    margin: 15px 0 0;
    font-weight: bold;
    font-size: 13px;
    /* padding-right: 40px; */
    display: none;
    width: 25%;
}

.epay-loader, .payment-loader {
    background: url(../../images/loader-epay.gif) center center no-repeat #ffffff00;
    background-size: 100px;
    width: 3em;
    height: 3em;
    margin: 15px auto;
}

.payment-loader {
    background-color: white;
    border-radius: 5px;
    padding: 2em;
}

.input-field-error {
    border-color: #E30046 !important;
}

.epay-field-error {
    font-size: 11px;
    display: none;
    color: #E30046;
}

.button-disable {
    background-color: #b9b9b9 !important;
}

.container-mmyy select {
    background: #fff;
    width: unset;
    border: 1px solid #b9b9b9;
    border-radius: 4px;
    height: 30px;
    /* margin-top: .25rem; */
}

.container-mmyy div {
    padding: 0 0.2em;
    font-size: 22px;
    color: rgb(85, 85, 85);
}

.container-mmyy {
    display: flex;
    align-items: center;
}

#edit-cvv {
    width: 15% !important;
}

.container-logo-epay {
    padding: 5px 1em;
}

.logo-epay {
    width: 15%;
    margin: 0 auto;
}

.form-epay {
    padding: 15px 0 0;
}

.form-epay .form-item {
    display: grid;
    grid-template-columns: 35% auto;
    padding: 7px 0 0;
}

#edit-submit-container-epay {
    text-align: center;
    margin-top: 0.5em;
}

.title-tag {
    font-size: 15px;
    text-align: left;
    width: 97%;
    margin: auto;
    border-bottom: 1px dotted black;
    margin-bottom: 10px;
    position: relative;
    font-weight: 600;
}

.title-tag .upcase {
    text-transform: uppercase;
}

.title-tag .req {
    color: #e30046;
}

.div-montant {
    background-color: #E30046;
    width: 97%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #fff;
    padding: 5px 20px;
    margin: 10px auto 0;
    font-size: 14px;
}

.div-montant p {
    font-weight: bold;
}

.text-security {
    display: none;
    margin: 10px auto;
    width: 97%;
}

.text-security p {
    text-align: center;
    font-style: italic;
}

.container-choice-cc {
    background-color: #d4d4d4b8;
    padding: 10px 20px;
    margin: 0 auto 1em;
    width: 97%;
}

.container-form-epay {
    position: relative;
    display: none;
    background-color: #d4d4d4b8;
    width: 97%;
    margin: 0 auto;
    padding: 20px 5em 25px;
}

/* .header-form {
} */

.header-form img {
    width: 20%;
    justify-self: center;
}

.header-form p {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

.div-label {
    text-align: right;
    margin-right: 5em;
}

.container-list-cc {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.box-cc {
    text-align: center;
    margin: 0 2em;
    cursor: pointer;
}

.box-cc img {
    max-height: 2.75em;
    margin: 0 auto;
}

.box-cvv {
    position: relative;
}

.eye-password {
    position: absolute;
    right: 87%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.eye-password img {
    width: 1em;
}

.eye-password .eye-open {
    display: none;
}

.box-tooltip {
    position: absolute;
    right: 80%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.box-tooltip .help-cvv {
    width: 1.2em;
}

.box-tooltip:hover .tooltip-cvv {
    visibility: visible;
}

.box-tooltip .tooltip-cvv {
    visibility: hidden;
    padding: 5px;
    width: 15em;
    text-align: center;
    background-color: white;
    top: -27px !important;
    right: -180px !important;
    border-radius: 5px;
}

.box-tooltip .tooltip-cvv::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid white;
    border-bottom: 5px solid transparent;
}

.loading-amount {
    height: 20px;
    display: none;
}

.footer-container-epay {
    display: grid;
    align-items: center;
    grid-template-columns: 35% auto;
    margin: 20px 0 0;
}

.footer-container-epay img {
    margin: 0px 2.5em;
    max-height: 2.5em;
}

.footer-container-epay .cc-logo {
    margin: 0;
    margin-right: 4.5em;
    float: right;
    width: 15%;
}

.footer-container-epay .two-logos {
    display: flex;
    padding: 0 0 0 2em;
}

@media only screen and (min-width:10px) and (max-width:1169px) {
    .subscription-container .acc-button div, .page-abonnements .offer-button a {
        position: relative;
        left: 0px;
        top: 0px;
    }
    .teaser .subs-details {
        display: none;
    }
    .teaser .subs-price, .article-header .subs-price {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1169px) and (min-width:900px) {
    .subscriptions-full-forms .form-short .newsletter-markup {
        margin-top: 0px;
    }
    .subscriptions-full-forms .form-item, .subscriptions-full-forms .form-short .newsletter-markup {
        width: 47.3%;
    }
    .logged-in .subscriptions-full-forms .form-long .form-item-mail {
        width: 97%;
        margin-left: 17px;
    }
    .subscriptions-full-forms .form-long .form-item-checkbox {
        width: 98%;
        margin-left: 21px;
    }
    .subscriptions-full-forms .guest-subs-field-full.form-wrapper {
        width: 97%;
        margin: auto;
        margin-left: 13px;
    }
    .teaser .subs-button {
        font-size: 13px;
    }
    /* .submit-container {
        width: 55%;
    } */
    .subscriptions-full-forms .subscription-submit-button, #container_epay .epay-submit-button {
        width: 30%;
    }
    .subscriptions-full-forms .guest-subs-field-full .guest-subs-field .form-type-radio {
        width: 12%;
    }
}

@media screen and (min-width:769px) and (max-width: 899px) {
    .subscriptions-full-forms .form-short .newsletter-markup {
        margin-top: 0px;
    }
    .subscriptions-full-forms .form-item, .subscriptions-full-forms .form-short .newsletter-markup {
        width: 47.3%;
    }
    .teaser .subs-button {
        font-size: 13px;
    }
    .submit-container {
        width: 67%;
        margin: auto;
    }
    .logged-in .subscriptions-full-forms .form-long .form-item-mail {
        width: 97%;
        margin-left: 14px;
    }
    .subscriptions-full-forms .guest-subs-field-full.form-wrapper {
        width: 97.3%;
        margin: auto;
        margin-left: 9px;
    }
    .subscriptions-full-forms .guest-subs-field-full .guest-subs-field .form-type-radio {
        width: 12%;
    }
    .teaser-1, .teaser-2, .teaser-3, .teaser-4, .teaser-5 {
        width: 47%;
    }
}

@media screen and (min-width:700px) and (max-width: 768px) {
    .teaser-1, .teaser-2, .teaser-3, .teaser-4, .teaser-5 {
        width: 47%;
    }
    .logged-in .subscriptions-full-forms .form-long .form-item-mail {
        width: 98.5%;
        margin-left: 13px;
    }
    .subscriptions-full-forms .guest-subs-field-full.form-wrapper {
        width: 98.5%;
        margin: auto;
        margin-left: 5px;
    }
    .teaser .teaser-item {
        min-height: 170px;
        height: auto!important;
        padding-bottom: 25px!important;
    }
    .subscriptions-full-forms .subscription-submit-button {
        width: 35%
    }
    #container_epay .epay-submit-button {
        width: 35%
    }
    .box-tooltip {
        right: 70%;
    }
    .eye-password {
        right: 83%;
    }
    #edit-cvv {
        width: 20% !important;
    }
}

@media screen and (max-width:699px) {
    .new-subs .reserved-title {
        width: 100%;
        padding: 1% 0% 1% 0%;
    }
    .teaser-1, .teaser-2, .teaser-3, .teaser-4, .teaser-5 {
        width: 100%;
    }
    ;
    .teaser .subs-price, .article-header .subs-price {
        font-size: 7vw;
    }
    .teaser .teaser-item {
        min-height: 170px;
        height: auto!important;
        padding-bottom: 25px!important;
    }
    .teaser .subs-button {
        bottom: -6px;
    }
    .subscriptions-full-forms .form-short .newsletter-markup {
        margin-top: 5px;
    }
    .subscriptions-full-forms .form-item, .subscriptions-full-forms .form-short .newsletter-markup, .logged-in .subscriptions-full-forms .form-long .form-item-mail {
        width: 100%;
        margin-left: 5px;
    }
    .subscriptions-full-forms .guest-subs-field-full.form-wrapper {
        width: 100%;
        margin: auto;
        margin-left: 0px;
    }
    .teaser .subs-button {
        font-size: 13px;
    }
    .submit-container {
        width: 100%;
    }
    .subscriptions-full-forms .subscription-submit-button {
        width: 70%;
    }
    .submit-fa {
        left: 66.5%;
    }
    .subscriptions-full-forms .guest-subs-field-full .guest-subs-field .form-type-radio {
        width: 55px;
    }
    .newsletter-markup {
        margin-left: 5px;
    }
    .container-form-epay {
        padding: 20px;
    }
    .logo-epay {
        width: 40%;
    }
    .container-list-cc {
        display: grid;
        grid-template-columns: auto auto auto;
    }
    .footer-container-epay .cc-logo {
        margin-right: 1em;
        width: 50%;
    }
    .footer-container-epay img {
        margin: 0px 1em;
    }
    .div-label {
        margin-right: 20px;
        text-align: left;
    }
    #container_epay .epay-field {
        width: 100%;
    }
    #edit-cvv {
        width: 50% !important;
    }
    .eye-password {
        right: 55%;
    }
    .box-tooltip {
        right: 35%;
    }
    #container_epay .epay-submit-button {
        width: 70%;
        margin: 15px auto 0;
    }
    .div-montant {
        flex-direction: column;
    }
    .form-epay .form-item {
        grid-template-columns: auto;
    }
}

@media screen and (max-width:540px) {
    .teaser-5 {
        flex: 0 0 99%;
    }
    .container-list-cc {
        grid-template-columns: auto auto;
    }
}

@media screen and (max-width:395px) {
    .teaser .subs-price, .article-header .subs-price {
        font-size: 11vw;
    }
    .teaser .subs-price div, .article-header .subs-price div {
        font-size: 4vw;
    }
    .subscriptions-full-forms .subscription-submit-button {
        width: 85%;
    }
}