/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative;
}
.flickity-enabled:focus {
    outline: none;
}
.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}
.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}
.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.flickity-prev-next-button {
    position: absolute;
    top: 0%;
    width: 50%;
    height: 100%;
    border: none;
    border-radius: 0%;
    background: white;
    background: rgba(255, 255, 255, 0.75);
    opacity: 0;
    cursor: pointer;
}
.flickity-prev-next-button:hover {
    background: white;
}
.flickity-prev-next-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #09f;
}
.flickity-prev-next-button:active {
    opacity: 0;
}
.flickity-prev-next-button.previous {
    left: 10px;
}
.flickity-prev-next-button.next {
    right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}
.flickity-prev-next-button:disabled {
    opacity: 0;
    cursor: auto;
}
.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}
.flickity-prev-next-button .arrow {
    fill: #333;
}
.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}
.flickity-rtl .flickity-page-dots {
    direction: rtl;
}
.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
    opacity: 1;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    padding: 0;
    margin: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    border: 0;
    outline: 0;
}
html {
    font-family: "Times New Roman", serif;
    color: #000;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
body {
    font-size: 22px;
    line-height: 32px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
nav ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
a,
a:hover,
a:visited {
    padding: 0;
    margin: 0;
    font-size: 100%;
    color: #000;
    text-decoration: none;
    vertical-align: baseline;
    background: transparent;
}
a:focus {
    outline: 0;
}
a:hover,
a:active {
    color: #000;
    text-decoration: none;
    outline: 0;
}
ins {
    color: #000;
    text-decoration: none;
    background-color: #000;
}
mark {
    font-style: italic;
    font-weight: bold;
    color: #000;
    background-color: #000;
}
del {
    text-decoration: line-through;
}
abbr[title],
dfn[title] {
    cursor: help;
    border-bottom: 1px dotted;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    padding: 0;
    margin: 1em 0;
    border: 0;
    border-top: 1px solid #000;
}
input,
select {
    vertical-align: middle;
}
svg:not(:root) {
    overflow: hidden;
}
h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
}
body {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.015em;
    word-spacing: -0.01em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    margin: 30px;
    margin-bottom: 0;
}
body.home {
    margin: 0;
}
@media (max-width: 667px) {
    body {
        margin: 15px;
    }
}
.main {
    transition: transform 300ms;
}
h1 {
    font-size: 78px;
    line-height: 78px;
    letter-spacing: -0.03em;
    word-spacing: -0.03em;
    text-align: center;
    padding: 60px 0;
}
@media (max-width: 667px) {
    h1 {
        font-size: 27px;
        line-height: 30px;
        letter-spacing: -0.025em;
        word-spacing: -0.02em;
        padding: 0;
        margin-top: 60px;
        margin-bottom: 30px;
    }
}
.image-container {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.image-container img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.video-wrapper.has-calculated-ratio {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.video-wrapper.has-calculated-ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
p.has-calculated-ratio {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
p.has-calculated-ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.date {
    display: inline-block;
}
.date:first-letter {
    text-transform: uppercase;
}
.account-footer a,
.article__footer__subscription__buttons a,
.pagination-wrapper a {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    display: inline-block;
    border: 1px solid;
    border-radius: 100%;
    width: 180px;
    height: 180px;
    margin-right: 25px;
    margin-bottom: 15px;
    text-align: center;
    cursor: pointer;
}
.account-footer a span,
.article__footer__subscription__buttons a span,
.pagination-wrapper a span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.account-footer a.is-active,
.article__footer__subscription__buttons a.is-active,
.pagination-wrapper a.is-active {
    border-color: #000;
    background-color: #000;
    color: #fff;
}
.account-footer a.is-active,
.article__footer__subscription__buttons a.is-active,
.pagination-wrapper a.is-active {
    border-radius: 0%;
}
.account-footer a.is-square,
.article__footer__subscription__buttons a.is-square,
.pagination-wrapper a.is-square {
    border-radius: 0;
    border-color: #000;
}
@media (min-width: 1024px) {
    .account-footer a:hover,
    .article__footer__subscription__buttons a:hover,
    .pagination-wrapper a:hover {
        border-color: #000;
        background-color: #000;
        color: #fff;
    }
}
@media (max-width: 667px) {
    .account-footer a,
    .article__footer__subscription__buttons a,
    .pagination-wrapper a {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        width: 115px;
        height: 115px;
    }
}
.abonnements-link a,
.page-template-page-newsletters-management
    .mailpoet_paragraph
    input[type="submit"],
.asp_product_buy_button button[type="submit"],
.donate-options__item--paypal input[type="submit"],
#leaky-paywall-delete-account button,
.leaky-paywall-checkout-button button[type="submit"],
.leaky-paywall-payment-button a,
#leaky-paywall-gift-subscription-redemption-code input[type="submit"],
#leaky-paywall-gift-subscription-redeem input[type="submit"],
#leaky-paywall-profile input[type="submit"],
.leaky-paywall-gift-subscriptions-shortcode input[type="submit"],
#leaky-paywall-login-form input[type="submit"],
#rcp_lostpassword_submit,
#rcp_login_form input[type="submit"],
#rcp_submit_wrap input[type="submit"],
.rcp_form input[type="submit"],
.rcp_form button,
.wpcf7 input[type="submit"],
.taxonomy__header__add-tag-button__inner,
.taxonomy__header__back-button__inner a,
.taxonomy__header__term a,
.taxonomy__header__title,
.search__tags__index__taxonomy__term a,
.search__back-button a,
.article__read-version__button,
.article__listen-buttons__btn--read-version,
.article__listen-buttons__btn--platform.is-external-link a,
.article__listen-buttons__btn--platform.is-embed,
.article__listen-buttons__btn--listen {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    display: inline-block;
    border: 1px solid;
    border-radius: 35px;
    padding: 1em 1.5em;
    margin-right: 7px;
    margin-bottom: 15px;
    text-align: center;
    cursor: pointer;
    outline: none;
    background-color: #fff;
}
.abonnements-link a span,
.page-template-page-newsletters-management
    .mailpoet_paragraph
    input[type="submit"]
    span,
.asp_product_buy_button button[type="submit"] span,
.donate-options__item--paypal input[type="submit"] span,
#leaky-paywall-delete-account button span,
.leaky-paywall-checkout-button button[type="submit"] span,
.leaky-paywall-payment-button a span,
#leaky-paywall-gift-subscription-redemption-code input[type="submit"] span,
#leaky-paywall-gift-subscription-redeem input[type="submit"] span,
#leaky-paywall-profile input[type="submit"] span,
.leaky-paywall-gift-subscriptions-shortcode input[type="submit"] span,
#leaky-paywall-login-form input[type="submit"] span,
#rcp_lostpassword_submit span,
#rcp_login_form input[type="submit"] span,
#rcp_submit_wrap input[type="submit"] span,
.rcp_form input[type="submit"] span,
.rcp_form button span,
.wpcf7 input[type="submit"] span,
.taxonomy__header__add-tag-button__inner span,
.taxonomy__header__back-button__inner a span,
.taxonomy__header__term a span,
.taxonomy__header__title span,
.search__tags__index__taxonomy__term a span,
.search__back-button a span,
.article__read-version__button span,
.article__listen-buttons__btn--read-version span,
.article__listen-buttons__btn--platform.is-external-link a span,
.article__listen-buttons__btn--platform.is-embed span,
.article__listen-buttons__btn--listen span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.abonnements-link a.is-active,
.page-template-page-newsletters-management
    .mailpoet_paragraph
    input.is-active[type="submit"],
.asp_product_buy_button button.is-active[type="submit"],
.donate-options__item--paypal input.is-active[type="submit"],
#leaky-paywall-delete-account button.is-active,
.leaky-paywall-checkout-button button.is-active[type="submit"],
.leaky-paywall-payment-button a.is-active,
#leaky-paywall-gift-subscription-redemption-code input.is-active[type="submit"],
#leaky-paywall-gift-subscription-redeem input.is-active[type="submit"],
#leaky-paywall-profile input.is-active[type="submit"],
.leaky-paywall-gift-subscriptions-shortcode input.is-active[type="submit"],
#leaky-paywall-login-form input.is-active[type="submit"],
#rcp_lostpassword_submit.is-active,
#rcp_login_form input.is-active[type="submit"],
#rcp_submit_wrap input.is-active[type="submit"],
.rcp_form input.is-active[type="submit"],
.rcp_form button.is-active,
.wpcf7 input.is-active[type="submit"],
.is-active.taxonomy__header__add-tag-button__inner,
.taxonomy__header__back-button__inner a.is-active,
.taxonomy__header__term a.is-active,
.is-active.taxonomy__header__title,
.search__tags__index__taxonomy__term a.is-active,
.search__back-button a.is-active,
.is-active.article__read-version__button,
.is-active.article__listen-buttons__btn--read-version,
.article__listen-buttons__btn--platform.is-external-link a.is-active,
.is-active.article__listen-buttons__btn--platform.is-embed,
.is-active.article__listen-buttons__btn--listen {
    border-color: #000;
    background-color: #000;
    color: #fff;
}
.abonnements-link a.is-active,
.page-template-page-newsletters-management
    .mailpoet_paragraph
    input.is-active[type="submit"],
.asp_product_buy_button button.is-active[type="submit"],
.donate-options__item--paypal input.is-active[type="submit"],
#leaky-paywall-delete-account button.is-active,
.leaky-paywall-checkout-button button.is-active[type="submit"],
.leaky-paywall-payment-button a.is-active,
#leaky-paywall-gift-subscription-redemption-code input.is-active[type="submit"],
#leaky-paywall-gift-subscription-redeem input.is-active[type="submit"],
#leaky-paywall-profile input.is-active[type="submit"],
.leaky-paywall-gift-subscriptions-shortcode input.is-active[type="submit"],
#leaky-paywall-login-form input.is-active[type="submit"],
#rcp_lostpassword_submit.is-active,
#rcp_login_form input.is-active[type="submit"],
#rcp_submit_wrap input.is-active[type="submit"],
.rcp_form input.is-active[type="submit"],
.rcp_form button.is-active,
.wpcf7 input.is-active[type="submit"],
.is-active.taxonomy__header__add-tag-button__inner,
.taxonomy__header__back-button__inner a.is-active,
.taxonomy__header__term a.is-active,
.is-active.taxonomy__header__title,
.search__tags__index__taxonomy__term a.is-active,
.search__back-button a.is-active,
.is-active.article__read-version__button,
.is-active.article__listen-buttons__btn--read-version,
.article__listen-buttons__btn--platform.is-external-link a.is-active,
.is-active.article__listen-buttons__btn--platform.is-embed,
.is-active.article__listen-buttons__btn--listen {
    border-radius: 0%;
}
.abonnements-link a.is-square,
.page-template-page-newsletters-management
    .mailpoet_paragraph
    input.is-square[type="submit"],
.asp_product_buy_button button.is-square[type="submit"],
.donate-options__item--paypal input.is-square[type="submit"],
#leaky-paywall-delete-account button.is-square,
.leaky-paywall-checkout-button button.is-square[type="submit"],
.leaky-paywall-payment-button a.is-square,
#leaky-paywall-gift-subscription-redemption-code input.is-square[type="submit"],
#leaky-paywall-gift-subscription-redeem input.is-square[type="submit"],
#leaky-paywall-profile input.is-square[type="submit"],
.leaky-paywall-gift-subscriptions-shortcode input.is-square[type="submit"],
#leaky-paywall-login-form input.is-square[type="submit"],
#rcp_lostpassword_submit.is-square,
#rcp_login_form input.is-square[type="submit"],
#rcp_submit_wrap input.is-square[type="submit"],
.rcp_form input.is-square[type="submit"],
.rcp_form button.is-square,
.wpcf7 input.is-square[type="submit"],
.is-square.taxonomy__header__add-tag-button__inner,
.taxonomy__header__back-button__inner a.is-square,
.taxonomy__header__term a.is-square,
.is-square.taxonomy__header__title,
.search__tags__index__taxonomy__term a.is-square,
.search__back-button a.is-square,
.is-square.article__read-version__button,
.is-square.article__listen-buttons__btn--read-version,
.article__listen-buttons__btn--platform.is-external-link a.is-square,
.is-square.article__listen-buttons__btn--platform.is-embed,
.is-square.article__listen-buttons__btn--listen {
    border-radius: 0;
    border-color: #000;
    background-color: #000;
    color: #fff;
}
@media (min-width: 1024px) {
    .abonnements-link a:hover,
    .page-template-page-newsletters-management
        .mailpoet_paragraph
        input[type="submit"]:hover,
    .asp_product_buy_button button[type="submit"]:hover,
    .donate-options__item--paypal input[type="submit"]:hover,
    #leaky-paywall-delete-account button:hover,
    .leaky-paywall-checkout-button button[type="submit"]:hover,
    .leaky-paywall-payment-button a:hover,
    #leaky-paywall-gift-subscription-redemption-code input[type="submit"]:hover,
    #leaky-paywall-gift-subscription-redeem input[type="submit"]:hover,
    #leaky-paywall-profile input[type="submit"]:hover,
    .leaky-paywall-gift-subscriptions-shortcode input[type="submit"]:hover,
    #leaky-paywall-login-form input[type="submit"]:hover,
    #rcp_lostpassword_submit:hover,
    #rcp_login_form input[type="submit"]:hover,
    #rcp_submit_wrap input[type="submit"]:hover,
    .rcp_form input[type="submit"]:hover,
    .rcp_form button:hover,
    .wpcf7 input[type="submit"]:hover,
    .taxonomy__header__add-tag-button__inner:hover,
    .taxonomy__header__back-button__inner a:hover,
    .taxonomy__header__term a:hover,
    .taxonomy__header__title:hover,
    .search__tags__index__taxonomy__term a:hover,
    .search__back-button a:hover,
    .article__read-version__button:hover,
    .article__listen-buttons__btn--read-version:hover,
    .article__listen-buttons__btn--platform.is-external-link a:hover,
    .article__listen-buttons__btn--platform.is-embed:hover,
    .article__listen-buttons__btn--listen:hover {
        border-color: #000;
        background-color: #000;
        color: #fff;
    }
    .abonnements-link a.is-square:hover,
    .page-template-page-newsletters-management
        .mailpoet_paragraph
        input.is-square[type="submit"]:hover,
    .asp_product_buy_button button.is-square[type="submit"]:hover,
    .donate-options__item--paypal input.is-square[type="submit"]:hover,
    #leaky-paywall-delete-account button.is-square:hover,
    .leaky-paywall-checkout-button button.is-square[type="submit"]:hover,
    .leaky-paywall-payment-button a.is-square:hover,
    #leaky-paywall-gift-subscription-redemption-code
        input.is-square[type="submit"]:hover,
    #leaky-paywall-gift-subscription-redeem
        input.is-square[type="submit"]:hover,
    #leaky-paywall-profile input.is-square[type="submit"]:hover,
    .leaky-paywall-gift-subscriptions-shortcode
        input.is-square[type="submit"]:hover,
    #leaky-paywall-login-form input.is-square[type="submit"]:hover,
    #rcp_lostpassword_submit.is-square:hover,
    #rcp_login_form input.is-square[type="submit"]:hover,
    #rcp_submit_wrap input.is-square[type="submit"]:hover,
    .rcp_form input.is-square[type="submit"]:hover,
    .rcp_form button.is-square:hover,
    .wpcf7 input.is-square[type="submit"]:hover,
    .is-square.taxonomy__header__add-tag-button__inner:hover,
    .taxonomy__header__back-button__inner a.is-square:hover,
    .taxonomy__header__term a.is-square:hover,
    .is-square.taxonomy__header__title:hover,
    .search__tags__index__taxonomy__term a.is-square:hover,
    .search__back-button a.is-square:hover,
    .is-square.article__read-version__button:hover,
    .is-square.article__listen-buttons__btn--read-version:hover,
    .article__listen-buttons__btn--platform.is-external-link a.is-square:hover,
    .is-square.article__listen-buttons__btn--platform.is-embed:hover,
    .is-square.article__listen-buttons__btn--listen:hover {
        background-color: transparent;
        color: #000;
    }
}
@media (max-width: 667px) {
    .abonnements-link a,
    .page-template-page-newsletters-management
        .mailpoet_paragraph
        input[type="submit"],
    .asp_product_buy_button button[type="submit"],
    .donate-options__item--paypal input[type="submit"],
    #leaky-paywall-delete-account button,
    .leaky-paywall-checkout-button button[type="submit"],
    .leaky-paywall-payment-button a,
    #leaky-paywall-gift-subscription-redemption-code input[type="submit"],
    #leaky-paywall-gift-subscription-redeem input[type="submit"],
    #leaky-paywall-profile input[type="submit"],
    .leaky-paywall-gift-subscriptions-shortcode input[type="submit"],
    #leaky-paywall-login-form input[type="submit"],
    #rcp_lostpassword_submit,
    #rcp_login_form input[type="submit"],
    #rcp_submit_wrap input[type="submit"],
    .rcp_form input[type="submit"],
    .rcp_form button,
    .wpcf7 input[type="submit"],
    .taxonomy__header__add-tag-button__inner,
    .taxonomy__header__back-button__inner a,
    .taxonomy__header__term a,
    .taxonomy__header__title,
    .search__tags__index__taxonomy__term a,
    .search__back-button a,
    .article__read-version__button,
    .article__listen-buttons__btn--read-version,
    .article__listen-buttons__btn--platform.is-external-link a,
    .article__listen-buttons__btn--platform.is-embed,
    .article__listen-buttons__btn--listen {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-right: 2.5px;
        margin-bottom: 7.5px;
    }
}
#leaky-paywall-delete-account button {
    background-color: #000;
    border-radius: 0;
    color: #fff;
    border-color: #000;
}
#leaky-paywall-delete-account button:hover {
    color: #000;
    background-color: #fff;
    border-color: #000;
}
.taxonomy__add-tag .search__tags__index__taxonomy__term a span,
.taxonomy__header__add-tag-button__inner span,
.taxonomy__header__term a span {
    position: relative;
    padding-right: 2em;
    justify-content: flex-start;
}
.taxonomy__add-tag .search__tags__index__taxonomy__term a span:after,
.taxonomy__header__add-tag-button__inner span:after,
.taxonomy__header__term a span:after,
.taxonomy__add-tag .search__tags__index__taxonomy__term a span:before,
.taxonomy__header__add-tag-button__inner span:before,
.taxonomy__header__term a span:before {
    content: "\00a0";
    width: 1em;
    height: 1px;
    background-color: #000;
    position: absolute;
    display: block;
    top: 50%;
    right: 2em;
    transform: translate(0%, -50%);
}
.taxonomy__add-tag .search__tags__index__taxonomy__term a span:before,
.taxonomy__header__add-tag-button__inner span:before,
.taxonomy__header__term a span:before {
    transform: rotate(0deg);
}
.taxonomy__add-tag .search__tags__index__taxonomy__term a span:after,
.taxonomy__header__add-tag-button__inner span:after,
.taxonomy__header__term a span:after {
    transform: rotate(-90deg);
}
@media (min-width: 1024px) {
    .taxonomy__add-tag .search__tags__index__taxonomy__term a:hover span:before,
    .taxonomy__header__add-tag-button__inner:hover span:before,
    .taxonomy__header__term a:hover span:before,
    .taxonomy__add-tag .search__tags__index__taxonomy__term a:hover span:after,
    .taxonomy__header__add-tag-button__inner:hover span:after,
    .taxonomy__header__term a:hover span:after {
        background-color: #fff;
    }
}
.body-add-tag-is-open .taxonomy__header__add-tag-button__inner span:before,
.taxonomy__header__term a span:before {
    transform: rotate(45deg);
}
.body-add-tag-is-open .taxonomy__header__add-tag-button__inner span:after,
.taxonomy__header__term a span:after {
    transform: rotate(-45deg);
}
.taxonomy__header__back-button__inner a,
.search__back-button a {
    position: relative;
}
.taxonomy__header__back-button__inner a .arrow,
.search__back-button a .arrow {
    position: absolute;
    width: 20px;
    height: 15px;
    top: 50%;
    left: 1.5em;
    transform: translate(0%, -50%);
}
.taxonomy__header__back-button__inner a .arrow svg,
.search__back-button a .arrow svg {
    width: 100%;
    height: 100%;
}
.taxonomy__header__back-button__inner a .text,
.search__back-button a .text {
    padding: 0 1em;
}
@media (min-width: 1024px) {
    .taxonomy__header__back-button__inner a:hover svg *,
    .search__back-button a:hover svg * {
        stroke: #fff;
    }
}
#rcp_update_card_form .rcp-gateway-saved-card-delete a,
.leaky-paywall-logout-link a,
.account-logout a,
.must-log-in a,
.article__comments .form-submit input[type="submit"],
.article__comments .comment-respond #cancel-comment-reply-link,
.article__comments .comment-body .reply a,
.article__footer__tags__taxonomy a,
.home-grid__item__texts__button div,
.header-account-menu__item a {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    border: 1px solid;
    border-radius: 35px;
    padding: 0.3em 1em 0.3em;
    background-color: #fff;
    margin-right: 10px;
    margin-bottom: 15px;
    text-align: center;
    cursor: pointer;
}
#rcp_update_card_form .rcp-gateway-saved-card-delete a span,
.leaky-paywall-logout-link a span,
.account-logout a span,
.must-log-in a span,
.article__comments .form-submit input[type="submit"] span,
.article__comments .comment-respond #cancel-comment-reply-link span,
.article__comments .comment-body .reply a span,
.article__footer__tags__taxonomy a span,
.home-grid__item__texts__button div span,
.header-account-menu__item a span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#rcp_update_card_form .rcp-gateway-saved-card-delete a.is-active,
.leaky-paywall-logout-link a.is-active,
.account-logout a.is-active,
.must-log-in a.is-active,
.article__comments .form-submit input.is-active[type="submit"],
.article__comments .comment-respond #cancel-comment-reply-link.is-active,
.article__comments .comment-body .reply a.is-active,
.article__footer__tags__taxonomy a.is-active,
.home-grid__item__texts__button div.is-active,
.header-account-menu__item a.is-active {
    border-color: #000;
    background-color: #000;
    color: #fff;
}
#rcp_update_card_form .rcp-gateway-saved-card-delete a.is-active,
.leaky-paywall-logout-link a.is-active,
.account-logout a.is-active,
.must-log-in a.is-active,
.article__comments .form-submit input.is-active[type="submit"],
.article__comments .comment-respond #cancel-comment-reply-link.is-active,
.article__comments .comment-body .reply a.is-active,
.article__footer__tags__taxonomy a.is-active,
.home-grid__item__texts__button div.is-active,
.header-account-menu__item a.is-active {
    border-radius: 0%;
}
#rcp_update_card_form .rcp-gateway-saved-card-delete a.is-square,
.leaky-paywall-logout-link a.is-square,
.account-logout a.is-square,
.must-log-in a.is-square,
.article__comments .form-submit input.is-square[type="submit"],
.article__comments .comment-respond #cancel-comment-reply-link.is-square,
.article__comments .comment-body .reply a.is-square,
.article__footer__tags__taxonomy a.is-square,
.home-grid__item__texts__button div.is-square,
.header-account-menu__item a.is-square {
    border-radius: 0;
    border-color: #000;
    background-color: #000;
    color: #fff;
}
@media (min-width: 1024px) {
    #rcp_update_card_form .rcp-gateway-saved-card-delete a:hover,
    .leaky-paywall-logout-link a:hover,
    .account-logout a:hover,
    .must-log-in a:hover,
    .article__comments .form-submit input[type="submit"]:hover,
    .article__comments .comment-respond #cancel-comment-reply-link:hover,
    .article__comments .comment-body .reply a:hover,
    .article__footer__tags__taxonomy a:hover,
    .home-grid__item__texts__button div:hover,
    .header-account-menu__item a:hover {
        border-color: #000;
        background-color: #000;
        color: #fff;
    }
    #rcp_update_card_form .rcp-gateway-saved-card-delete a.is-square:hover,
    .leaky-paywall-logout-link a.is-square:hover,
    .account-logout a.is-square:hover,
    .must-log-in a.is-square:hover,
    .article__comments .form-submit input.is-square[type="submit"]:hover,
    .article__comments
        .comment-respond
        #cancel-comment-reply-link.is-square:hover,
    .article__comments .comment-body .reply a.is-square:hover,
    .article__footer__tags__taxonomy a.is-square:hover,
    .home-grid__item__texts__button div.is-square:hover,
    .header-account-menu__item a.is-square:hover {
        background-color: transparent;
        color: #000;
    }
}
@media (max-width: 667px) {
    #rcp_update_card_form .rcp-gateway-saved-card-delete a,
    .leaky-paywall-logout-link a,
    .account-logout a,
    .must-log-in a,
    .article__comments .form-submit input[type="submit"],
    .article__comments .comment-respond #cancel-comment-reply-link,
    .article__comments .comment-body .reply a,
    .article__footer__tags__taxonomy a,
    .home-grid__item__texts__button div,
    .header-account-menu__item a {
        margin-right: 5px;
        margin-bottom: 7.5px;
    }
}
.page-wrapper {
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 60px;
}
.page__content p {
    margin: 0 auto;
    margin-bottom: 1.5em;
    max-width: 700px;
}
.page__content p a {
    background: transparent linear-gradient(90deg, #000, #000) no-repeat 0 100%;
    background-size: 100% 1px;
    text-shadow:
        -1px 1px 0px #fff,
        -1px 0px 0px #fff,
        -1px -1px 0px #fff,
        -2px 1px 0px #fff,
        -2px 0px 0px #fff,
        -2px -1px 0px #fff,
        1px 1px 0px #fff,
        1px 0px 0px #fff,
        1px -1px 0px #fff,
        2px 1px 0px #fff,
        2px 0px 0px #fff,
        2px -1px 0px #fff;
}
.no-touchevents .page__content p a:hover {
    background: none;
}
.page__content p:last-of-type {
    margin-bottom: 0;
}
.page__content p strong {
    font-weight: normal;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
}
.page__content h1,
.page__content h2 {
    font-weight: normal;
    margin: 0 auto;
    margin-bottom: 1.5em;
    margin-top: 6em;
    max-width: 700px;
    box-sizing: border-box;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    font-size: 19px;
    line-height: 32px;
}
.page__content h1 strong,
.page__content h2 strong {
    font-weight: normal;
}
.page__content h1 em,
.page__content h2 em {
    font-style: normal;
}
@media (max-width: 667px) {
    .page__content h1,
    .page__content h2 {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 17px;
        line-height: 28px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        margin-top: 56px;
    }
}
.page__content h1 {
    text-align: left;
    padding: 0;
}
.page__content h3 {
    margin-bottom: 1.5em;
    margin-left: 30px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    font-size: 19px;
    line-height: 32px;
}
@media (max-width: 667px) {
    .page__content h3 {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 17px;
        line-height: 28px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        margin-left: 15px;
    }
}
.page__content h4 {
    margin-bottom: 1.5em;
    margin-left: 60px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    font-size: 19px;
    line-height: 32px;
}
@media (max-width: 667px) {
    .page__content h4 {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 17px;
        line-height: 28px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        margin-left: 30px;
    }
}
.page__content ul,
.page__content ol {
    margin-left: 30px;
    margin-bottom: 30px;
}
@media (max-width: 667px) {
    .page__content {
        font-size: 19px;
        line-height: 28px;
        letter-spacing: -0.015em;
        word-spacing: -0.01em;
    }
    .page__content p {
        margin-bottom: 28px;
    }
    .page__content p strong {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 17px;
        line-height: 28px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
    }
}
.header {
    box-sizing: border-box;
    transition: transform 300ms;
}
.header-tagline {
    font-style: italic;
    box-sizing: border-box;
    visibility: hidden;
    position: absolute;
    z-index: 100;
    top: calc(18px + 0em);
    left: 30px;
}
.home .header-tagline {
    visibility: visible;
}
@media (max-width: 1024px) {
    .header-tagline {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: -0.015em;
        word-spacing: -0.015em;
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: auto;
        top: calc(18px + 0.79em);
    }
}
@media (max-width: 1024px) and (max-width: 667px) {
    .header-tagline {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
@media (max-width: 667px) {
    .header-tagline {
        position: static;
        margin-top: 15px;
        margin-bottom: 15px;
        text-align: center;
        box-sizing: border-box;
        padding: 0 90px;
        display: none;
    }
}
.header-logo.is-not-mj {
    text-align: center;
    line-height: 0;
    box-sizing: border-box;
    max-width: 66%;
    margin: 0 auto;
}
.header-logo.is-not-mj .logo-big svg {
    width: 100%;
    height: auto;
}
.header-logo.is-not-mj .logo-small {
    margin-top: 28px;
}
.header-logo.is-mj {
    position: absolute;
    top: 14px;
    left: 25px;
    position: fixed;
    z-index: 39;
}
.header-logo.is-mj .logo-small {
    font-size: 0;
}
.header-logo.is-mj .logo-small__letter {
    display: inline-block;
}
.header-logo.is-mj .logo-small__letter:first-of-type {
    position: relative;
    top: 2px;
}
@media (max-width: 667px) {
    .header-logo.is-mj {
        position: absolute;
        transform: scale(0.8);
        transform-origin: top left;
    }
}
@media (max-width: 667px) {
    .header-logo.is-not-mj {
        max-width: none;
        width: calc(100% - 15px * 2);
    }
    .header-logo.is-mj {
        top: 13px;
        left: 13px;
    }
    .header-logo.is-mj .logo-small {
        max-height: 30px;
    }
}
.big-logo-wrapper {
    position: relative;
    margin-bottom: -1px;
}
.big-logo-wrapper:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.6666666667%;
}
.big-logo-wrapper > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
@media (max-width: 667px) {
    .big-logo-wrapper {
        margin-top: -40px;
    }
}
.big-still-logo-wrapper {
    position: relative;
}
.big-still-logo-wrapper:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 60%;
}
.big-still-logo-wrapper > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.big-still-logo-wrapper svg {
    max-height: calc(100% - 30px);
    margin-top: 30px;
}
@media (max-width: 1024px) {
    .big-still-logo-wrapper {
        margin-top: 30px;
    }
}
@media (max-width: 667px) {
    .big-still-logo-wrapper {
        margin-top: 0;
    }
    .big-still-logo-wrapper svg {
        margin-top: 15px;
    }
    .big-still-logo-wrapper .content {
        position: static;
    }
    .big-still-logo-wrapper:before {
        display: none;
    }
}
#big-logo canvas {
    width: 100%;
    box-sizing: border-box;
}
.header-account-menu {
    text-align: right;
    box-sizing: border-box;
    padding-right: calc(45px + 5px);
    position: absolute;
    right: 30px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: calc(18px + 0.8em);
}
@media (max-width: 667px) {
    .header-account-menu {
        display: none;
    }
}
.header-account-menu__item {
    display: inline-block;
    margin-left: 7.5px;
}
.header-account-menu__item a:hover {
    background-color: none;
}
.header-account-menu__item a {
    background-color: transparent;
}
.header-account-menu__item.is-se-connecter a:hover,
.header-account-menu__item.is-votre-compte a:hover {
    background: none;
    background-color: #000;
    color: #fff;
    border-color: #000;
    text-shadow: none;
}
.header-account-menu__item.is-sabonner a {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.header-account-menu__item.is-sabonner a:hover {
    background: none;
    color: #000;
}
.menu {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    width: 350px;
    height: 100%;
    transform: translateX(100%);
    overflow-y: scroll;
    background: linear-gradient(to right, #ffbdcd 0%, #fff 50%);
    transition: transform 300ms;
    box-sizing: border-box;
    padding: 30px;
    padding-top: 18px;
    text-align: center;
}
@media (max-width: 667px) {
    .menu {
        width: calc(100vw - 50px);
        transform: translateX(100%);
        font-size: 30px;
        line-height: 37px;
        letter-spacing: -0.025em;
        word-spacing: -0.02em;
        padding: 15px;
    }
}
.menu .header-account-menu {
    transform: none !important;
    position: static;
    text-align: center;
    padding: 0;
    display: none;
    margin-top: 22.5px;
}
@media (max-width: 667px) {
    .menu .header-account-menu {
        display: block;
    }
}
.menu .header-account-menu__item {
    margin: 0;
    display: block;
}
@media (max-width: 667px) {
    .menu .header-account-menu__item {
        display: inline-block;
    }
}
.menu-inner {
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.menu__top {
    flex-grow: 1;
}
.menu__main-menu {
    list-style-type: none;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -0.03em;
    box-sizing: border-box;
    margin-top: 10px;
}
.menu__main-menu .menu-item {
    box-sizing: border-box;
    margin-bottom: 15px;
}
.menu__main-menu .menu-item a:hover {
    background: transparent linear-gradient(90deg, #000, #000) no-repeat 0 90%;
    background-size: 100% 1px;
}
.menu__main-menu .menu-item.current-menu-item a {
    background: transparent linear-gradient(90deg, #000, #000) no-repeat 0 90%;
    background-size: 100% 1px;
}
@media (max-width: 667px) {
    .menu__main-menu .menu-item {
        margin-bottom: 10.5px;
        font-size: 30px;
        line-height: 37px;
        letter-spacing: -0.025em;
        word-spacing: -0.02em;
        line-height: 1em;
    }
}
.menu__partenaires {
    list-style-type: none;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 15px;
}
.menu__partenaires a[href="#"] {
    visibility: hidden;
}
.menu__partenaires a:hover {
    border-bottom: 1px solid;
}
.menu__partenaires .current_page_item a {
    border-bottom: 1px solid;
}
@media (max-width: 667px) {
    .menu__partenaires {
        font-size: 12px;
        line-height: 16px;
    }
    .menu__partenaires .menu-item {
        margin-top: 0.25em;
    }
}
.menu__legal-menu {
    list-style-type: none;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.015em;
    word-spacing: -0.015em;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}
@media (max-width: 667px) {
    .menu__legal-menu {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
.header-tagline,
.header-logo,
.header-account-menu {
    transition: transform 300ms;
}
.body-menu-is-open {
    height: 100%;
    overflow: hidden;
}
.body-menu-is-open .menu {
    transform: translateX(0%);
    transition: transform 300ms;
}
.body-menu-is-open .menu-button {
    transform: translateX(-350px);
}
.body-menu-is-open .menu-button svg {
    transform: rotate(45deg);
}
.body-menu-is-open .menu-overlay-button {
    visibility: visible;
    opacity: 1;
    transition:
        opacity 200ms,
        visibility 0ms;
}
.body-menu-is-open .main,
.body-menu-is-open .header-tagline,
.body-menu-is-open .header-logo,
.body-menu-is-open .header-account-menu {
    transform: translateX(-350px);
}
@media (max-width: 667px) {
    .body-menu-is-open .main,
    .body-menu-is-open .header-tagline,
    .body-menu-is-open .header-logo,
    .body-menu-is-open .header-account-menu {
        transform: translateX(calc((100vw - 50px) * -1));
    }
    .body-menu-is-open .menu-button {
        transform: translateX(calc((100vw - 50px) * -1));
    }
    .body-menu-is-open .menu-button svg {
        margin-right: 5px;
    }
}
.menu-button {
    position: fixed;
    z-index: 999;
    top: 20px;
    right: 20px;
    cursor: pointer;
    transition: transform 300ms;
}
.menu-button svg {
    width: 45px;
    transform-origin: 22.5px 22.5px;
    transition: transform 200ms;
}
@media (min-width: 1024px) {
    .menu-button:hover svg {
        transform: rotate(45deg);
    }
}
@media (max-width: 667px) {
    .menu-button {
        top: 0;
        right: 0;
        padding: 11px;
    }
    .menu-button svg {
        width: 30px;
    }
}
.menu-overlay-button {
    position: fixed;
    z-index: 900;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    visibility: hidden;
    cursor: pointer;
    opacity: 0;
    transition:
        opacity 200ms,
        visibility 200ms;
}
.home-grid {
    max-width: 1750px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 30px;
}
@media (max-width: 667px) {
    .home-grid {
        padding: 0 15px;
    }
}
.home-grid__item:nth-of-type(2n + 1) .home-grid__item__texts {
    order: 2;
}
.home-grid__item:nth-of-type(2n + 1) .home-grid__item__image {
    order: 1;
}
.home-grid__item:nth-of-type(2n) .home-grid__item__texts {
    order: 1;
}
.home-grid__item:nth-of-type(2n) .home-grid__item__image {
    order: 2;
}
.home-grid__item:hover .home-grid__item__texts__title span {
    background: transparent linear-gradient(90deg, #000, #000) no-repeat 0 100%;
    background-size: 100% 1px;
    text-shadow:
        -1px 1px 0px #fff,
        -1px 2px 0px #fff,
        -1px -3px 0px #fff,
        -2px 1px 0px #fff,
        -2px 2px 0px #fff,
        -2px -3px 0px #fff,
        -3px 1px 0px #fff,
        -3px 2px 0px #fff,
        -3px -3px 0px #fff,
        -4px 1px 0px #fff,
        -4px 2px 0px #fff,
        -4px -3px 0px #fff,
        -5px 1px 0px #fff,
        -5px 2px 0px #fff,
        -5px -3px 0px #fff,
        -6px -1px 0px #fff,
        -6px 1px 0px #fff,
        -6px 2px 0px #fff,
        -6px -3px 0px #fff,
        1px 1px 0px #fff,
        1px 2px 0px #fff,
        1px -3px 0px #fff,
        2px 1px 0px #fff,
        2px 2px 0px #fff,
        2px -3px 0px #fff,
        3px 1px 0px #fff,
        3px 2px 0px #fff,
        3px -3px 0px #fff,
        4px 1px 0px #fff,
        4px 2px 0px #fff,
        4px -3px 0px #fff,
        5px 1px 0px #fff,
        5px 2px 0px #fff,
        5px -3px 0px #fff,
        6px -1px 0px #fff,
        6px 1px 0px #fff,
        6px 2px 0px #fff,
        6px -3px 0px #fff;
}
@media (max-width: 1024px) {
    .home-grid__item:hover .home-grid__item__texts__title span {
        background: none;
    }
}
@media (max-width: 667px) {
    .home-grid__item .home-grid__item__texts {
        order: 2 !important;
    }
    .home-grid__item .home-grid__item__image {
        order: 1 !important;
    }
}
.home-grid__item-inner {
    display: flex;
}
.home-grid__item-inner.is-hover .home-grid__item__texts__title span {
    background: transparent linear-gradient(90deg, #000, #000) no-repeat 0 100%;
    background-size: 100% 1px;
    text-shadow:
        -1px 1px 0px #fff,
        -1px 2px 0px #fff,
        -1px -3px 0px #fff,
        -2px 1px 0px #fff,
        -2px 2px 0px #fff,
        -2px -3px 0px #fff,
        -3px 1px 0px #fff,
        -3px 2px 0px #fff,
        -3px -3px 0px #fff,
        -4px 1px 0px #fff,
        -4px 2px 0px #fff,
        -4px -3px 0px #fff,
        -5px 1px 0px #fff,
        -5px 2px 0px #fff,
        -5px -3px 0px #fff,
        -6px -1px 0px #fff,
        -6px 1px 0px #fff,
        -6px 2px 0px #fff,
        -6px -3px 0px #fff,
        1px 1px 0px #fff,
        1px 2px 0px #fff,
        1px -3px 0px #fff,
        2px 1px 0px #fff,
        2px 2px 0px #fff,
        2px -3px 0px #fff,
        3px 1px 0px #fff,
        3px 2px 0px #fff,
        3px -3px 0px #fff,
        4px 1px 0px #fff,
        4px 2px 0px #fff,
        4px -3px 0px #fff,
        5px 1px 0px #fff,
        5px 2px 0px #fff,
        5px -3px 0px #fff,
        6px -1px 0px #fff,
        6px 1px 0px #fff,
        6px 2px 0px #fff,
        6px -3px 0px #fff;
}
@media (max-width: 667px) {
    .home-grid__item-inner {
        flex-wrap: wrap;
    }
}
.home-grid__item__texts {
    width: 50%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 45px 60px;
    padding-top: 37.5px;
}
@media (max-width: 1024px) {
    .home-grid__item__texts {
        padding: 0 30px;
        padding-top: 15px;
        padding-bottom: 25px;
    }
}
@media (max-width: 667px) {
    .home-grid__item__texts {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 35px;
    }
}
.home-grid__item__texts__title {
    flex-grow: 1;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -0.025em;
    word-spacing: -0.02em;
}
@media (max-width: 1024px) {
    .home-grid__item__texts__title {
        font-size: 30px;
        line-height: 37px;
        letter-spacing: -0.025em;
        word-spacing: -0.02em;
    }
}
@media (max-width: 667px) {
    .home-grid__item__texts__title {
        font-size: 22px;
        line-height: 27px;
        letter-spacing: -0.015em;
        word-spacing: -0.01em;
        margin-top: 0.55em;
        margin-bottom: 0.4em;
    }
}
.home-grid__item__texts__chapo a {
    background: transparent linear-gradient(90deg, #000, #000) no-repeat 0 100%;
    background-size: 100% 1px;
    text-shadow:
        -1px 1px 0px #fff,
        -1px 0px 0px #fff,
        -1px -1px 0px #fff,
        -2px 1px 0px #fff,
        -2px 0px 0px #fff,
        -2px -1px 0px #fff,
        1px 1px 0px #fff,
        1px 0px 0px #fff,
        1px -1px 0px #fff,
        2px 1px 0px #fff,
        2px 0px 0px #fff,
        2px -1px 0px #fff;
}
.no-touchevents .home-grid__item__texts__chapo a:hover {
    background: none;
}
.home-grid__item__texts__chapo a {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
}
@media (max-width: 1024px) {
    .home-grid__item__texts__chapo {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: -0.015em;
        word-spacing: -0.015em;
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: auto;
    }
}
@media (max-width: 1024px) and (max-width: 667px) {
    .home-grid__item__texts__chapo {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
@media (max-width: 667px) {
    .home-grid__item__texts__chapo {
        text-align: left;
        margin-top: 0;
    }
}
.home-grid__item__texts__button {
    display: none;
}
.home-grid__item__texts__button div {
    margin-top: 30px;
    margin-bottom: -30px;
}
.home-grid__item__image {
    width: 50%;
}
@media (max-width: 667px) {
    .home-grid__item__image {
        width: 100%;
    }
}
.home-newsletter {
    border: 1px solid;
    padding: calc(30px - 9px) 30px;
    padding-bottom: 30px;
    margin: 30px 0;
}
@media (max-width: 667px) {
    .home-newsletter {
        padding: 15px;
        padding-bottom: 7.5px;
        margin-top: 7.5px;
    }
}
.home-newsletter-inner {
    max-width: 700px;
    margin: 0 auto;
}
.home-newsletter__title {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    text-transform: uppercase;
    text-align: center;
}
@media (max-width: 1024px) {
    .home-newsletter__title {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
.home-newsletter__text {
    margin-top: 8px;
}
.home-newsletter__text p {
    margin: 0 auto;
    margin-bottom: 1.5em;
    max-width: 700px;
}
.home-newsletter__text p a {
    background: transparent linear-gradient(90deg, #000, #000) no-repeat 0 100%;
    background-size: 100% 1px;
    text-shadow:
        -1px 1px 0px #fff,
        -1px 0px 0px #fff,
        -1px -1px 0px #fff,
        -2px 1px 0px #fff,
        -2px 0px 0px #fff,
        -2px -1px 0px #fff,
        1px 1px 0px #fff,
        1px 0px 0px #fff,
        1px -1px 0px #fff,
        2px 1px 0px #fff,
        2px 0px 0px #fff,
        2px -1px 0px #fff;
}
.no-touchevents .home-newsletter__text p a:hover {
    background: none;
}
.home-newsletter__text p:last-of-type {
    margin-bottom: 0;
}
.home-newsletter__text p strong {
    font-weight: normal;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
}
.home-newsletter__text h1,
.home-newsletter__text h2 {
    font-weight: normal;
    margin: 0 auto;
    margin-bottom: 1.5em;
    margin-top: 6em;
    max-width: 700px;
    box-sizing: border-box;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    font-size: 19px;
    line-height: 32px;
}
.home-newsletter__text h1 strong,
.home-newsletter__text h2 strong {
    font-weight: normal;
}
.home-newsletter__text h1 em,
.home-newsletter__text h2 em {
    font-style: normal;
}
@media (max-width: 667px) {
    .home-newsletter__text h1,
    .home-newsletter__text h2 {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 17px;
        line-height: 28px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        margin-top: 56px;
    }
}
.home-newsletter__text h1 {
    text-align: left;
    padding: 0;
}
.home-newsletter__text h3 {
    margin-bottom: 1.5em;
    margin-left: 30px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    font-size: 19px;
    line-height: 32px;
}
@media (max-width: 667px) {
    .home-newsletter__text h3 {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 17px;
        line-height: 28px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        margin-left: 15px;
    }
}
.home-newsletter__text h4 {
    margin-bottom: 1.5em;
    margin-left: 60px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    font-size: 19px;
    line-height: 32px;
}
@media (max-width: 667px) {
    .home-newsletter__text h4 {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 17px;
        line-height: 28px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        margin-left: 30px;
    }
}
.home-newsletter__text ul,
.home-newsletter__text ol {
    margin-left: 30px;
    margin-bottom: 30px;
}
@media (max-width: 667px) {
    .home-newsletter__text {
        font-size: 19px;
        line-height: 28px;
        letter-spacing: -0.015em;
        word-spacing: -0.01em;
    }
    .home-newsletter__text p {
        margin-bottom: 28px;
    }
    .home-newsletter__text p strong {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 17px;
        line-height: 28px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
    }
}
@media (max-width: 1024px) {
    .home-newsletter__text {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: -0.015em;
        word-spacing: -0.015em;
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: auto;
    }
}
@media (max-width: 1024px) and (max-width: 667px) {
    .home-newsletter__text {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
.home-newsletter__form h3 {
    display: none;
}
.home-newsletter__form form {
    margin-top: 21px;
    display: flex;
}
.home-newsletter__form form .form-group {
    flex-grow: 1;
    margin-right: 30px;
}
.home-newsletter__form form input[type="email"] {
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: "Times New Roman", serif;
    box-sizing: border-box;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.015em;
    word-spacing: -0.01em;
    border: 1px solid;
    border-radius: 56px;
    padding: 15px 30px;
    flex-grow: 1;
    width: 100%;
    width: 100%;
}
.home-newsletter__form form input[type="email"][disabled] {
    border-color: #000;
    background-color: rgba(0, 0, 0, 0.07);
    color: #000;
    cursor: not-allowed;
}
@media (max-width: 1024px) {
    .home-newsletter__form form input[type="email"] {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: -0.015em;
        word-spacing: -0.015em;
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: auto;
        padding: 10px 18.75px;
        margin-right: 7.5px;
    }
}
@media (max-width: 1024px) and (max-width: 667px) {
    .home-newsletter__form form input[type="email"] {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
.home-newsletter__form form input[type="submit"] {
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    border: 1px solid;
    border-radius: 100%;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    outline: none;
}
.home-newsletter__form form input[type="submit"]:hover {
    cursor: pointer;
    background-color: #000;
    border-color: #000;
    color: #fff;
}
@media (max-width: 1024px) {
    .home-newsletter__form form input[type="submit"] {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        width: 42px;
        height: 42px;
    }
}
.home-newsletter__form form ::-webkit-input-placeholder {
    color: #000;
}
.home-newsletter__form form ::-moz-placeholder {
    color: #000;
}
.home-newsletter__form form :-ms-input-placeholder {
    color: #000;
}
.home-newsletter__form form :-moz-placeholder {
    color: #000;
}
@media (max-width: 667px) {
    .home-newsletter__form form {
        margin-top: 10px;
    }
    .home-newsletter__form form .form-group {
        margin-right: 15px;
    }
}
.mailpoet_form {
    display: flex;
    flex-wrap: wrap;
}
.mailpoet_form .mailpoet_paragraph {
    line-height: 32px !important;
}
.mailpoet_form .mailpoet_paragraph:first-of-type {
    width: 100%;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    margin-bottom: 15px;
}
.mailpoet_form .mailpoet_paragraph:first-of-type .mailpoet_segment_label {
    display: none !important;
}
.mailpoet_form .mailpoet_paragraph:first-of-type label {
    font-weight: normal !important;
}
.mailpoet_form .mailpoet_paragraph:first-of-type .mailpoet_checkbox_label {
    width: calc(100% / 3);
    display: inline-block !important;
    box-sizing: border-box;
    padding-right: 30px;
    cursor: pointer;
}
@media (max-width: 667px) {
    .mailpoet_form .mailpoet_paragraph:first-of-type .mailpoet_checkbox_label {
        width: 100%;
    }
}
.mailpoet_form .mailpoet_paragraph:first-of-type input[type="checkbox"] {
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    position: relative;
    width: 2em;
    height: 2em;
    border: 1px solid;
    margin-top: -1px;
    margin-right: 7.5px;
    cursor: pointer;
}
.mailpoet_form
    .mailpoet_paragraph:first-of-type
    input[type="checkbox"]:checked {
    background-color: #000;
}
.big-checkbox:checked:after {
    content: "\00a0";
    display: block;
    background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22"><polygon fill="white" points="8.96 17.41 3.08 9.63 3.88 9.03 8.83 15.58 16.04 2.59 16.92 3.07 8.96 17.41"/></svg>');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: -3px -3px;
    background-size: 130%;
}
.mailpoet_form
    .mailpoet_paragraph:first-of-type
    input[type="checkbox"]:checked:after {
    content: "\00a0";
    display: block;
    background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22"><polygon fill="white" points="8.96 17.41 3.08 9.63 3.88 9.03 8.83 15.58 16.04 2.59 16.92 3.07 8.96 17.41"/></svg>');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: -3px -3px;
    background-size: 130%;
}
@media (max-width: 1024px) {
    .mailpoet_form .mailpoet_paragraph:first-of-type {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
.mailpoet_form .mailpoet_paragraph:nth-of-type(2) {
    flex-grow: 1;
    box-sizing: border-box;
    padding-right: 30px;
}
@media (max-width: 667px) {
    .mailpoet_form .mailpoet_paragraph:nth-of-type(2) {
        padding-right: 0;
    }
    .mailpoet_form .mailpoet_paragraph:nth-of-type(2) input {
        width: calc(100% - 15px * 1) !important;
    }
}
.mailpoet_form .mailpoet_text {
    width: 100% !important;
}
.mailpoet_form .parsley-errors-list {
    margin-top: 1em;
}
@media (max-width: 667px) {
    .mailpoet_form .parsley-errors-list {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: -0.015em;
        word-spacing: -0.015em;
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: auto;
    }
}
@media (max-width: 667px) and (max-width: 667px) {
    .mailpoet_form .parsley-errors-list {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
.mailpoet_form .parsley-required,
.mailpoet_form .parsley-custom-error-message,
.mailpoet_form input.parsley-error,
.mailpoet_form select.parsley-error,
.mailpoet_form textarea.parsley-error {
    color: red;
}
.mailpoet_form input.parsley-success,
.mailpoet_form select.parsley-success,
.mailpoet_form textarea.parsley-success {
    color: green;
}
.mailpoet_form .mailpoet_validate_success {
    font-weight: normal !important;
    color: #000 !important;
    margin-top: 1em;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
}
@media (max-width: 667px) {
    .mailpoet_form form {
        margin-bottom: 10px;
    }
}
.page__content .home-newsletter {
    border: 0;
    padding: 0;
    margin: 0;
}
.page__content .home-newsletter__title {
    display: none;
}
.pagination-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    box-sizing: border-box;
}
.pagination-wrapper a {
    margin: 0;
}
.pagination-wrapper.has-prev-link.has-next-link .is-previous {
    margin-left: 4px;
}
.pagination-wrapper.has-prev-link.has-next-link .is-next {
    transform: translateX(26px);
}
.search-results .pagination-wrapper {
    justify-content: space-between;
}
.search-results .pagination-wrapper.has-prev-link.has-next-link .is-previous {
    margin-left: 0px;
}
.search-results .pagination-wrapper.has-prev-link.has-next-link .is-next {
    transform: translateX(0px);
}
@media (max-width: 1024px) {
    .pagination-wrapper {
        flex-wrap: wrap;
    }
}
@media (max-width: 667px) {
    .pagination-wrapper {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .pagination-wrapper.has-prev-link.has-next-link .is-next {
        transform: none;
    }
    .pagination-wrapper.has-prev-link.has-next-link .pagination__navigation {
        justify-content: space-between;
    }
}
.pagination__archives {
    box-sizing: border-box;
    width: 25%;
}
@media (max-width: 1024px) {
    .pagination__archives {
        order: 1;
        width: 50%;
    }
}
@media (max-width: 667px) {
    .pagination__archives {
        display: none;
    }
}
.pagination__navigation {
    box-sizing: border-box;
    flex-grow: 1;
    text-align: center;
}
.search-results .pagination__navigation {
    flex-grow: 0;
    width: calc((100% - 30px * 2) / 3);
    display: flex;
    justify-content: space-between;
}
@media (max-width: 1024px) {
    .pagination__navigation {
        width: 100%;
        order: 3;
        margin-top: 30px;
    }
}
@media (max-width: 667px) {
    .pagination__navigation {
        display: flex;
        justify-content: center;
        margin-top: 15px;
    }
}
.pagination__navigation__item {
    display: inline-block;
}
.pagination__recherche {
    box-sizing: border-box;
    width: 25%;
    text-align: right;
}
@media (max-width: 1024px) {
    .pagination__recherche {
        order: 2;
        width: 50%;
    }
}
@media (max-width: 667px) {
    .pagination__recherche {
        display: none;
    }
}
.home-rubriques {
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
}
.home-rubriques .search__tags__label {
    font-size: 30px;
    line-height: 37px;
    letter-spacing: -0.025em;
    word-spacing: -0.02em;
    margin-bottom: 30px;
    display: none;
}
@media (max-width: 667px) {
    .home-rubriques {
        margin-top: 0;
        margin-bottom: 30px;
    }
}
.article {
    margin-top: 60px;
}
@media (max-width: 667px) {
    .article {
        margin-top: 60px;
    }
}
.article__header h1 {
    padding: 0;
}
@media (max-width: 667px) {
    .article__header {
        margin-bottom: 15px;
    }
}
.article__header__left {
    width: 50%;
    flex-grow: 1;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.article__header__left__top {
    box-sizing: border-box;
    flex-grow: 1;
}
.article__header__left__bottom {
    box-sizing: border-box;
}
.article__title {
    font-size: 78px;
    line-height: 78px;
    letter-spacing: -0.03em;
    word-spacing: -0.03em;
    text-align: center;
    padding: 30px 60px;
    padding-bottom: 0;
    max-width: 1050px;
    margin: 0 auto;
    margin-bottom: 34.5px;
}
@media (max-width: 1024px) {
    .article__title {
        font-size: 60px;
        line-height: 60px;
        letter-spacing: -0.025em;
        word-spacing: -0.02em;
    }
}
@media (max-width: 667px) {
    .article__title {
        font-size: 27px;
        line-height: 30px;
        letter-spacing: -0.025em;
        word-spacing: -0.02em;
        padding: 0;
        margin-bottom: 0;
    }
    .article__title h1 {
        margin-top: 0;
        margin-bottom: 0;
    }
}
.article__records {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    text-align: center;
}
@media (max-width: 667px) {
    .article__records {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-bottom: 20px;
    }
}
.has-multiple-records
    .article__records__item.is-active
    .article__records__item__artist-title:before,
.has-multiple-records
    .article__records__item:hover
    .article__records__item__artist-title:before {
    visibility: visible;
}
.has-multiple-records .article__records__item:hover {
    cursor: pointer;
}
.article__records__item.has-empty-text {
    display: none;
}
@media (max-width: 667px) {
    .has-multiple-records .article__records__item {
        margin-bottom: 1em;
    }
    .has-multiple-records
        .article__records__item.is-active
        .article__records__item__artist-title:before {
        background-color: #000;
        border-color: #000;
    }
    .has-multiple-records
        .article__records__item
        .article__records__item__artist-title:before {
        visibility: visible;
    }
}
.body-paywall-is-on
    .article__records__item
    .article__records__item__artist-title:before {
    display: none;
}
.body-paywall-is-on .article__records__item:hover {
    cursor: auto !important;
}
.article__records__item__artist-title {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
}
.article__records__item__artist-title:before {
    position: absolute;
    top: 7px;
    left: -0.4em;
    transform: translateX(-100%);
    content: "\00a0";
    display: block;
    width: 0.85em;
    height: 0.85em;
    border-radius: 100%;
    background-color: #000;
    visibility: hidden;
}
@media (max-width: 667px) {
    .article__records__item__artist-title:before {
        top: 3px;
        background-color: transparent;
        border: 1px solid #ccc;
        width: 0.8em;
        height: 0.8em;
        left: -0.4em;
    }
}
.article__records__item__artist {
    text-transform: uppercase;
}
.article__records__item__label-year {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.015em;
    word-spacing: -0.015em;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    font-family: "Times New Roman", serif;
}
@media (max-width: 667px) {
    .article__records__item__label-year {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
.article__date-author {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    margin-top: 64px;
    margin-bottom: 64px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 667px) {
    .article__date-author {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}
.reading-time {
    display: none;
}
.article__listen-buttons {
    margin-bottom: 3px;
    margin-top: 42px;
    text-align: center;
}
@media (max-width: 667px) {
    .article__listen-buttons {
        margin-top: 0;
        margin-bottom: 15px;
    }
}
.article__listen-buttons-record {
    display: none;
}
.article__listen-buttons-record.is-active {
    display: block;
}
.article__listen-buttons-record.is-open
    .article__listen-buttons__btn--platform {
    display: inline-block;
}
.article__listen-buttons-record:not(.is-open)
    .article__listen-buttons__btn--listen {
    margin-right: 0;
}
@media (max-width: 667px) {
    .article__listen-buttons__btn--listen {
        pointer-events: none;
        border-color: #000;
        background-color: #000;
        color: #fff;
        border-radius: 0;
    }
}
.article__listen-buttons__btn--platform.is-embed {
    display: none;
}
.article__listen-buttons__btn--platform.is-external-link {
    display: none;
}
@media (max-width: 667px) {
    .article__listen-buttons__btn--platform.is-embed,
    .article__listen-buttons__btn--platform.is-external-link {
        display: inline-block;
    }
}
.article__header__right {
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    max-width: calc(700px - 30px * 7);
    margin-top: 39px;
}
.article__header__right.has-player-open
    .article__covers__item.is-active
    .article__images
    img {
    visibility: hidden;
}
.article__header__right.has-player-open
    .article__covers__item.is-active
    .article__images__loading {
    visibility: visible;
}
.article__header__right.has-player-open
    .article__covers__item.is-active
    .article__covers__item__player {
    visibility: visible;
}
.article__header__right.has-player-open .article__covers__pastille {
    display: none;
}
@media (max-width: 667px) {
    .article__header__right {
        margin-top: 0;
    }
}
.article__covers {
    position: relative;
}
@media (max-width: 667px) {
    .article__covers {
        padding-bottom: 0 !important;
    }
}
.article__covers__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.article__covers__item:nth-of-type(1) {
    position: relative;
    top: auto;
    left: auto;
}
.article__covers__item.is-active {
    z-index: 50 !important;
}
@media (max-width: 667px) {
    .article__covers__item {
        display: none;
    }
    .article__covers__item.is-active {
        display: block;
    }
}
.article__covers__item:nth-of-type(1) {
    transform: translate(calc(15px * (1 - 1)), calc(15px * (1 - 1)));
    z-index: calc(20 - 1);
}
.article__covers__item:nth-of-type(2) {
    transform: translate(calc(15px * (2 - 1)), calc(15px * (2 - 1)));
    z-index: calc(20 - 2);
}
.article__covers__item:nth-of-type(3) {
    transform: translate(calc(15px * (3 - 1)), calc(15px * (3 - 1)));
    z-index: calc(20 - 3);
}
.article__covers__item:nth-of-type(4) {
    transform: translate(calc(15px * (4 - 1)), calc(15px * (4 - 1)));
    z-index: calc(20 - 4);
}
.article__covers__item:nth-of-type(5) {
    transform: translate(calc(15px * (5 - 1)), calc(15px * (5 - 1)));
    z-index: calc(20 - 5);
}
.article__covers__item:nth-of-type(6) {
    transform: translate(calc(15px * (6 - 1)), calc(15px * (6 - 1)));
    z-index: calc(20 - 6);
}
.article__covers__item:nth-of-type(7) {
    transform: translate(calc(15px * (7 - 1)), calc(15px * (7 - 1)));
    z-index: calc(20 - 7);
}
.article__covers__item:nth-of-type(8) {
    transform: translate(calc(15px * (8 - 1)), calc(15px * (8 - 1)));
    z-index: calc(20 - 8);
}
.article__covers__item:nth-of-type(9) {
    transform: translate(calc(15px * (9 - 1)), calc(15px * (9 - 1)));
    z-index: calc(20 - 9);
}
.article__covers__item:nth-of-type(10) {
    transform: translate(calc(15px * (10 - 1)), calc(15px * (10 - 1)));
    z-index: calc(20 - 10);
}
.article__covers__item:nth-of-type(11) {
    transform: translate(calc(15px * (11 - 1)), calc(15px * (11 - 1)));
    z-index: calc(20 - 11);
}
.article__covers__item:nth-of-type(12) {
    transform: translate(calc(15px * (12 - 1)), calc(15px * (12 - 1)));
    z-index: calc(20 - 12);
}
.article__covers__item:nth-of-type(13) {
    transform: translate(calc(15px * (13 - 1)), calc(15px * (13 - 1)));
    z-index: calc(20 - 13);
}
.article__covers__item:nth-of-type(14) {
    transform: translate(calc(15px * (14 - 1)), calc(15px * (14 - 1)));
    z-index: calc(20 - 14);
}
.article__covers__item:nth-of-type(15) {
    transform: translate(calc(15px * (15 - 1)), calc(15px * (15 - 1)));
    z-index: calc(20 - 15);
}
.article__covers__item:nth-of-type(16) {
    transform: translate(calc(15px * (16 - 1)), calc(15px * (16 - 1)));
    z-index: calc(20 - 16);
}
.article__covers__item:nth-of-type(17) {
    transform: translate(calc(15px * (17 - 1)), calc(15px * (17 - 1)));
    z-index: calc(20 - 17);
}
.article__covers__item:nth-of-type(18) {
    transform: translate(calc(15px * (18 - 1)), calc(15px * (18 - 1)));
    z-index: calc(20 - 18);
}
.article__covers__item:nth-of-type(19) {
    transform: translate(calc(15px * (19 - 1)), calc(15px * (19 - 1)));
    z-index: calc(20 - 19);
}
.article__covers__pastille {
    max-width: 170px;
    max-height: 170px;
    position: absolute;
    z-index: 200;
    display: none;
}
.article__covers__pastille img {
    width: 100%;
    height: 100%;
}
.body-paywall-is-on .article__covers__pastille {
    display: block;
}
.body-user-is-not-active .article__covers__pastille {
    display: block;
}
@media (max-width: 667px) {
    .article__covers__pastille {
        max-width: 115px;
        max-height: 115px;
    }
}
.article__covers__pastille.is-top-left {
    top: 0;
    left: 0;
    transform: translate(-25%, -25%);
}
@media (max-width: 667px) {
    .article__covers__pastille.is-top-left {
        transform: translate(-7px, -7px);
    }
}
.article__covers__pastille.is-top-right {
    top: 0;
    right: 0;
    transform: translate(25%, -25%);
}
@media (max-width: 667px) {
    .article__covers__pastille.is-top-right {
        transform: translate(7px, 7px);
    }
}
.article__covers__pastille.is-bottom-left {
    bottom: 0;
    left: 0;
    transform: translate(-25%, 25%);
}
@media (max-width: 667px) {
    .article__covers__pastille.is-bottom-left {
        transform: translate(-7px, 7px);
    }
}
.article__covers__pastille.is-bottom-right {
    bottom: 0;
    right: 0;
    transform: translate(25%, 25%);
}
@media (max-width: 667px) {
    .article__covers__pastille.is-bottom-right {
        transform: translate(7px, 7px);
    }
}
.article__pastille-flotante {
    max-width: 170px;
    max-height: 170px;
    position: fixed;
    z-index: 999;
    bottom: 42px;
    right: 42px;
    visibility: hidden;
    transform: translateX(200%);
    transition:
        visibility 0ms 100ms,
        transform 100ms 0ms;
}
.article__pastille-flotante img {
    width: 100%;
    height: 100%;
}
.article__pastille-flotante.is-visible {
    visibility: visible;
    transform: translateX(0%);
    transition:
        visibility 0ms 0ms,
        transform 100ms 0ms;
}
.body-paywall-is-on .article__pastille-flotante {
    display: none;
}
.body-paywall-is-off.body-user-is-active .article__pastille-flotante {
    display: none;
}
@media (max-width: 1024px) {
    .article__pastille-flotante {
        display: none;
    }
}
.article__images {
    line-height: 0;
    text-indent: -9999px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.article__images img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}
@media (max-width: 1024px) {
    .article__images {
        overflow: hidden;
    }
}
.article__images__loading {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    mix-blend-mode: difference;
    color: #fff;
    visibility: hidden;
}
.article__covers__item__player {
    display: block;
    box-sizing: border-box;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    visibility: hidden;
}
.article__covers__item__player iframe {
    position: relative;
    z-index: 10;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
}
.body-player-is-loading * {
    cursor: wait;
}
.article__listen-buttons__btn--read-version {
    margin-left: 12px;
}
.article__read-version {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 75px;
}
.article__read-version.is-open .article__read-version__player {
    display: block;
}
.article__read-version.is-open .article__read-version__button {
    border-radius: 0px;
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.article__read-version__button {
    margin: 0;
}
.article__read-version__player {
    display: none;
    line-height: 0;
    margin-top: 30px;
}
.article__content {
    margin: 0 auto;
    box-sizing: border-box;
    margin-bottom: 60px;
}
.article__content p {
    margin: 0 auto;
    margin-bottom: 1.5em;
    max-width: 700px;
}
.article__content p a {
    background: transparent linear-gradient(90deg, #000, #000) no-repeat 0 100%;
    background-size: 100% 1px;
    text-shadow:
        -1px 1px 0px #fff,
        -1px 0px 0px #fff,
        -1px -1px 0px #fff,
        -2px 1px 0px #fff,
        -2px 0px 0px #fff,
        -2px -1px 0px #fff,
        1px 1px 0px #fff,
        1px 0px 0px #fff,
        1px -1px 0px #fff,
        2px 1px 0px #fff,
        2px 0px 0px #fff,
        2px -1px 0px #fff;
}
.no-touchevents .article__content p a:hover {
    background: none;
}
.article__content p:last-of-type {
    margin-bottom: 0;
}
.article__content p strong {
    font-weight: normal;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
}
.article__content h1,
.article__content h2 {
    font-weight: normal;
    margin: 0 auto;
    margin-bottom: 1.5em;
    margin-top: 6em;
    max-width: 700px;
    box-sizing: border-box;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    font-size: 19px;
    line-height: 32px;
}
.article__content h1 strong,
.article__content h2 strong {
    font-weight: normal;
}
.article__content h1 em,
.article__content h2 em {
    font-style: normal;
}
@media (max-width: 667px) {
    .article__content h1,
    .article__content h2 {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 17px;
        line-height: 28px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        margin-top: 56px;
    }
}
.article__content h1 {
    text-align: left;
    padding: 0;
}
.article__content h3 {
    margin-bottom: 1.5em;
    margin-left: 30px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    font-size: 19px;
    line-height: 32px;
}
@media (max-width: 667px) {
    .article__content h3 {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 17px;
        line-height: 28px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        margin-left: 15px;
    }
}
.article__content h4 {
    margin-bottom: 1.5em;
    margin-left: 60px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    font-size: 19px;
    line-height: 32px;
}
@media (max-width: 667px) {
    .article__content h4 {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 17px;
        line-height: 28px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        margin-left: 30px;
    }
}
.article__content ul,
.article__content ol {
    margin-left: 30px;
    margin-bottom: 30px;
}
@media (max-width: 667px) {
    .article__content {
        font-size: 19px;
        line-height: 28px;
        letter-spacing: -0.015em;
        word-spacing: -0.01em;
    }
    .article__content p {
        margin-bottom: 28px;
    }
    .article__content p strong {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 17px;
        line-height: 28px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
    }
}
@media (max-width: 1024px) {
    .article__content {
        padding: 0 30px;
    }
}
@media (max-width: 667px) {
    .article__content {
        word-wrap: normal;
        font-size: 19px;
        line-height: 28px;
        letter-spacing: -0.015em;
        word-spacing: -0.01em;
        padding: 0;
        margin-bottom: 45px;
    }
}
.article-note {
    position: relative;
}
.article-note + .article-note {
    margin-top: 4.5em;
}
.article-note.is-open {
    height: auto;
}
.article-note.is-open .article-note__content-wrapper {
    display: block;
}
.article-note.is-open .article-note__button {
    background-color: #000;
    background-color: transparent;
}
.article-note.is-open .article-note__button__num {
    color: #000;
}
.article-note.is-always-open .article-note__button {
    display: none;
}
.article-note.is-always-open .article-note__content-wrapper {
    display: block;
}
@media (max-width: 1024px) {
    .article-note {
        margin-top: 60px;
        margin-bottom: 90px;
    }
    .article-note.is-always-open {
        margin-top: 0;
        margin-bottom: 0;
    }
}
@media (max-width: 667px) {
    .article-note {
        margin-top: 0;
        margin-bottom: 0;
    }
}
.article-note__button {
    display: block;
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    border: 1px solid;
    background-color: #000;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: -5px;
    transform: translate(0, -100%);
}
.article-note__button:hover {
    background-color: transparent;
    cursor: pointer;
}
.article-note__button:hover .article-note__button__num {
    color: #000;
}
@media (max-width: 1024px) {
    .article-note__button {
        left: -3px;
        transform: translate(-100%, -100%);
    }
    .article-note__button:hover {
        cursor: normal;
        background-color: #000;
    }
}
@media (max-width: 667px) {
    .article-note__button {
        left: 0;
        transform: translate(0%, 15%);
    }
}
.article-note__button__num {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 11px;
    font-weight: bold;
}
.article-note__content-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 60px;
    margin-bottom: 90px;
    display: none;
    text-align: center;
}
@media (max-width: 667px) {
    .article-note__content-wrapper {
        padding-top: 11.25px;
        margin-bottom: 60px;
        display: block;
    }
    .is-open .article-note__content-wrapper {
        padding-top: 82.5px;
    }
    .is-always-open .article-note__content-wrapper {
        margin-bottom: 45px;
    }
}
.article-note__content {
    max-width: calc(700px - 30px * 7);
    margin: 0 auto;
}
.article-note__content.is-image {
    line-height: 0;
}
.article-note__content.is-image img {
    max-width: 100%;
    max-height: calc(100vh - 30px * 12);
}
@media (max-width: 667px) {
    .article-note__content.is-image img {
        max-height: none;
    }
}
.is-always-open .article-note__content {
    box-sizing: border-box;
    padding: 0 30px;
}
.is-always-open .article-note__content.is-image {
    line-height: 0;
}
.is-always-open .article-note__content.is-image img {
    max-width: 100%;
    max-height: calc(100vh - 30px * 12);
    min-height: 300px;
}
@media (max-width: 667px) {
    .is-always-open .article-note__content.is-image img {
        min-height: 0;
    }
}
@media (max-width: 667px) {
    .is-always-open .article-note__content {
        padding: 0;
    }
}
.article-note__caption {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.015em;
    word-spacing: -0.015em;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    max-width: calc(700px - 30px * 7);
    margin: 0 auto;
    margin-top: 20px;
}
@media (max-width: 667px) {
    .article-note__caption {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
.article-note__caption.is-text-note {
    text-align: left;
}
.article-note__caption.is-text-note p {
    max-width: 50ch;
    margin-left: 0;
    margin-right: auto;
}
.article-note__caption.is-citation {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.015em;
    word-spacing: -0.01em;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 667px) {
    .article-note__caption.is-citation {
        font-size: 19px;
        line-height: 28px;
        letter-spacing: -0.015em;
        word-spacing: -0.01em;
        box-sizing: border-box;
        padding-left: 30px;
    }
}
@media (max-width: 667px) {
    .article-note__caption {
        margin-top: 0.5em;
    }
}
.article__footer {
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.article__footer .home-newsletter {
    margin-bottom: 60px;
}
.body-user-is-active.body-paywall-is-off .article__footer .home-newsletter {
    display: none;
}
.body-paywall-is-on .article__footer .home-newsletter {
    display: none;
}
@media (max-width: 1024px) {
    .article__footer {
        box-sizing: border-box;
        padding: 0 30px;
    }
}
@media (max-width: 667px) {
    .article__footer {
        padding: 0;
        margin-bottom: 0;
    }
}
.article__footer__share {
    margin-bottom: 60px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.015em;
    word-spacing: -0.015em;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}
@media (max-width: 667px) {
    .article__footer__share {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
@media (max-width: 667px) {
    .article__footer__share {
        margin-bottom: 45px;
    }
}
.article__footer__share__label {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 1em;
}
.no-touchevents .article__footer__share__item a:hover {
    background: transparent linear-gradient(90deg, #000, #000) no-repeat 0 100%;
    background-size: 100% 1px;
    text-shadow:
        -1px 1px 0px #fff,
        -1px 0px 0px #fff,
        -1px -1px 0px #fff,
        -2px 1px 0px #fff,
        -2px 0px 0px #fff,
        -2px -1px 0px #fff,
        1px 1px 0px #fff,
        1px 0px 0px #fff,
        1px -1px 0px #fff,
        2px 1px 0px #fff,
        2px 0px 0px #fff,
        2px -1px 0px #fff;
}
.article__footer__share__item:after {
    content: ",";
    margin-left: -0.2em;
}
.article__footer__share__item:last-of-type:after {
    display: none;
}
.article__footer__tags {
    margin-bottom: 37.5px;
}
@media (max-width: 667px) {
    .article__footer__tags {
        margin-bottom: 45px;
    }
}
.article__footer__tags__taxonomy {
    margin-bottom: 15px;
    display: inline-block;
}
@media (max-width: 667px) {
    .article__footer__tags__taxonomy {
        margin-bottom: 0;
    }
}
.article__footer__subscription {
    margin-bottom: 60px;
}
.body-paywall-is-off .article__footer__subscription {
    display: block;
}
.body-paywall-is-off .article__footer__subscription.is-user-logged-in {
    display: none;
}
@media (max-width: 667px) {
    .article__footer__subscription {
        margin-bottom: 45px;
    }
}
.article__footer__subscription__label {
    margin-bottom: 22px;
    display: none;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 15px;
    line-height: 24.65px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
}
.body-paywall-is-on .article__footer__subscription__label.is-with-paywall {
    display: block;
}
.body-paywall-is-off.body-user-is-not-active
    .article__footer__subscription__label.is-without-paywall {
    display: block;
}
@media (max-width: 667px) {
    .article__footer__subscription__label {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-bottom: 7px;
    }
}
.article__footer__subscription__buttons a {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 15px;
    line-height: 24.65px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
}
.body-user-is-active
    .article__footer__subscription__buttons
    .article__footer__subscription__buttons__se-connecter {
    display: none;
}
.body-user-is-active
    .article__footer__subscription__buttons
    .article__footer__subscription__buttons__sabonner {
    display: none;
}
@media (max-width: 667px) {
    .article__footer__subscription__buttons {
        text-align: center;
    }
    .article__footer__subscription__buttons a {
        margin-right: 10px;
        margin-top: 15px;
    }
    .article__footer__subscription__buttons a:last-of-type {
        margin-top: 0;
        margin-right: 0;
    }
}
.article__comments {
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 120px;
}
.article__comments .comments-title {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 15px;
    line-height: 24.65px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    margin-bottom: 1.75em;
}
@media (max-width: 667px) {
    .article__comments .comments-title {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
.article__comments ul {
    list-style-type: none;
}
.article__comments ul .comment-respond {
    margin-left: 60px;
    margin-bottom: 60px;
}
@media (max-width: 667px) {
    .article__comments ul .comment-respond {
        margin-left: 30px;
        margin-bottom: 30px;
    }
}
.article__comments .comment {
    box-sizing: border-box;
    font-size: 17px;
    line-height: 24.65px;
    letter-spacing: -0.02em;
    word-spacing: -0.02em;
}
.article__comments .comment .children {
    padding-left: 60px;
}
.article__comments .comment .children .comment-reply-title {
    display: block;
}
@media (max-width: 667px) {
    .article__comments .comment .children {
        padding-left: 30px;
    }
}
.article__comments .comment .depth-5 {
    margin-bottom: 2.5em;
}
@media (max-width: 667px) {
    .article__comments .comment {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: -0.015em;
        word-spacing: -0.015em;
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: auto;
    }
}
@media (max-width: 667px) and (max-width: 667px) {
    .article__comments .comment {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
.article__comments .comment-body p {
    margin-bottom: 0.5em;
    max-width: 60ch;
}
.article__comments .comment-body p:first-of-type {
    margin-top: 0.25em;
}
.article__comments .comment-body p:last-of-type {
    margin-bottom: 0;
}
.article__comments .comment-body p a {
    background: transparent linear-gradient(90deg, #000, #000) no-repeat 0 100%;
    background-size: 100% 1px;
    text-shadow:
        -1px 1px 0px #fff,
        -1px 0px 0px #fff,
        -1px -1px 0px #fff,
        -2px 1px 0px #fff,
        -2px 0px 0px #fff,
        -2px -1px 0px #fff,
        1px 1px 0px #fff,
        1px 0px 0px #fff,
        1px -1px 0px #fff,
        2px 1px 0px #fff,
        2px 0px 0px #fff,
        2px -1px 0px #fff;
}
.no-touchevents .article__comments .comment-body p a:hover {
    background: none;
}
@media (max-width: 667px) {
    .article__comments .comment-body p {
        word-wrap: break-word;
    }
}
.article__comments .comment-body .reply {
    visibility: hidden;
}
.article__comments .comment-body .reply a {
    margin-bottom: 0.5em;
    margin-right: 0;
    margin-top: 0.5em;
}
@media (max-width: 667px) {
    .article__comments .comment-body .reply a {
        margin-top: 1em;
        color: #ccc;
    }
}
.article__comments .comment-body:hover .reply {
    visibility: visible;
}
@media (max-width: 1024px) {
    .article__comments .comment-body .reply {
        visibility: visible;
    }
}
.article__comments .comment-author {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin-right: 1em;
}
.article__comments .comment-author img {
    display: none;
}
.article__comments .comment-author .fn {
    font-style: normal;
}
.article__comments .comment-author .says {
    display: none;
}
.article__comments .comment-meta {
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.015em;
    word-spacing: -0.015em;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    color: #ccc;
    display: none;
}
@media (max-width: 667px) {
    .article__comments .comment-meta {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
.article__comments .comment-meta a {
    color: inherit;
}
.article__comments .comment-respond {
    font-size: 17px;
    line-height: 24.65px;
    letter-spacing: -0.02em;
    word-spacing: -0.02em;
}
.article__comments .comment-respond .logged-in-as {
    display: none;
}
.article__comments .comment-respond #cancel-comment-reply-link {
    margin-left: 1em;
    margin-bottom: 0;
}
@media (max-width: 667px) {
    .article__comments .comment-respond {
        margin-top: 1em;
    }
    .article__comments .comment-respond #cancel-comment-reply-link {
        margin-left: 0;
    }
}
.article__comments .comment-reply-title {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 15px;
    line-height: 24.65px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    margin-bottom: 8px;
    display: none;
}
.article__comments .comment .comment-reply-title {
    display: block;
}
.article__comments .comment-form-comment {
    line-height: 0;
    margin-bottom: calc(30px / 2);
}
.article__comments .comment-form-comment label {
    display: none;
}
.article__comments .comment-form-comment textarea {
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid;
    resize: none;
    font-family: "Times New Roman", serif;
    font-size: 17px;
    line-height: 24.65px;
    letter-spacing: -0.02em;
    word-spacing: -0.02em;
    padding: 0.7em 1em;
    width: calc(60ch - 2em) !important;
    height: 123px;
}
@media (max-width: 667px) {
    .article__comments .comment-form-comment textarea {
        box-sizing: border-box;
        width: calc(100%) !important;
    }
}
.article__comments.is-user-not-logged-in .reply {
    display: none;
}
.article__comments.is-user-not-logged-in .comment-body {
    margin-bottom: 2em;
}
@media (max-width: 1024px) {
    .article__comments {
        box-sizing: border-box;
        padding: 0 30px;
    }
}
@media (max-width: 667px) {
    .article__comments {
        padding: 0;
    }
}
.article__previous-post {
    max-width: 1750px;
    margin: 0 auto;
}
.article__previous-post__label {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 15px;
    line-height: 24.65px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    display: none;
}
@media (max-width: 667px) {
    .article__previous-post__label {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-bottom: 7.5px;
    }
}
@media (max-width: 667px) {
    .single-post .pagination-wrapper {
        margin-bottom: 0;
    }
    .single-post .pagination__archives,
    .single-post .pagination__recherche {
        display: block;
    }
    .single-post .pagination__navigation {
        display: none;
    }
}
.body-paywall-is-on .article__listen-buttons,
.body-paywall-is-on .article__content,
.body-paywall-is-on .article__footer__share,
.body-paywall-is-on .article__footer__tags,
.body-paywall-is-on .article__comments,
.body-paywall-is-on .article__previous-post {
    display: none;
}
#skpvl-notice {
    display: none;
}
.search__form {
    margin-bottom: 90px;
    display: flex;
    align-items: center;
}
.search__form form {
    display: flex;
    flex-grow: 1;
}
.search__form input[type="text"] {
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: "Times New Roman", serif;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -0.025em;
    word-spacing: -0.02em;
    border: 1px solid;
    border-radius: 56px;
    padding: 10px 50px;
    width: 100%;
    margin-right: 30px;
}
@media (max-width: 1024px) {
    .search__form input[type="text"] {
        font-size: 30px;
        line-height: 37px;
        letter-spacing: -0.025em;
        word-spacing: -0.02em;
        padding: 0px 30px;
        border-radius: 56px;
    }
}
@media (max-width: 667px) {
    .search__form input[type="text"] {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: -0.015em;
        word-spacing: -0.015em;
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: auto;
        padding: 0px 20px;
        border-radius: 56px;
        margin-right: 15px;
    }
}
@media (max-width: 667px) and (max-width: 667px) {
    .search__form input[type="text"] {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
.search__form input[type="submit"] {
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    border: 1px solid;
    border-radius: 100%;
    width: 112px;
    height: 112px;
    flex-shrink: 0;
}
.search__form input[type="submit"]:hover {
    cursor: pointer;
    background-color: #000;
    border-color: #000;
    color: #fff;
}
@media (max-width: 1024px) {
    .search__form input[type="submit"] {
        width: 72px;
        height: 72px;
    }
}
@media (max-width: 667px) {
    .search__form input[type="submit"] {
        width: 48px;
        height: 48px;
        font-family: "Helvetica Neue", sans-serif;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
.search__form ::-webkit-input-placeholder {
    color: #000;
}
.search__form ::-moz-placeholder {
    color: #000;
}
.search__form :-ms-input-placeholder {
    color: #000;
}
.search__form :-moz-placeholder {
    color: #000;
}
@media (max-width: 667px) {
    .search__form {
        margin-top: 45px;
        margin-bottom: 45px;
    }
    .search-results .search__form {
        display: flex;
        flex-wrap: wrap;
    }
    .search-results .search__form form {
        width: 100%;
        order: 2;
    }
    .search-results .search__form .search__back-button {
        order: 1;
        width: 100%;
    }
}
.search__back-button {
    margin-right: 30px;
}
.search__back-button a {
    margin: 0;
}
@media (max-width: 1024px) {
    .search__back-button {
        display: flex;
        justify-content: center;
        margin-right: 30px;
    }
    .search__back-button a {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
@media (max-width: 667px) {
    .search__back-button {
        margin-right: 0;
        margin-bottom: 1em;
    }
}
.search__tags__label {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -0.025em;
    word-spacing: -0.02em;
    text-align: center;
    margin-bottom: 60px;
}
@media (max-width: 1024px) {
    .search__tags__label {
        font-size: 30px;
        line-height: 37px;
        letter-spacing: -0.025em;
        word-spacing: -0.02em;
    }
}
@media (max-width: 667px) {
    .search__tags__label {
        font-size: 27px;
        line-height: 30px;
        letter-spacing: -0.025em;
        word-spacing: -0.02em;
        margin-bottom: 30px;
    }
}
.search__tags__index {
    margin-bottom: 30px;
}
.search__tags__index__taxonomy {
    margin-bottom: 0;
}
.search__tags__index__taxonomy__label {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    display: inline-block;
    border: 1px solid;
    border-radius: 0;
    padding: 1em 1.5em;
    border-color: #000;
    background-color: #000;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 15px;
    text-align: center;
}
.search__tags__index__taxonomy__label span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 667px) {
    .search__tags__index__taxonomy__label {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-bottom: 7.5px;
        margin-right: 2.5px;
    }
}
.search__tags__index__taxonomy__term {
    display: inline-block;
}
.taxonomy__header {
    text-align: center;
    margin-bottom: 75px;
    display: flex;
}
@media (max-width: 1024px) {
    .taxonomy__header {
        flex-wrap: wrap;
        margin-bottom: 45px;
    }
}
@media (max-width: 667px) {
    .taxonomy__header {
        margin-bottom: 30px;
    }
}
.taxonomy__header__content {
    box-sizing: border-box;
    flex-grow: 1;
    padding: 0 30px;
}
@media (max-width: 1024px) {
    .taxonomy__header__content {
        order: 3;
        width: 100%;
        margin-top: 15px;
    }
}
@media (max-width: 667px) {
    .taxonomy__header__content {
        order: 2;
        margin-top: 0;
        margin-bottom: 15px;
        padding: 0;
    }
}
.taxonomy__header__title {
    text-transform: capitalize;
}
.taxonomy__header__term {
    display: inline-block;
}
.taxonomy__header__add-tag-button,
.taxonomy__header__back-button {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 250px;
}
.taxonomy__header__back-button__inner {
    text-align: left;
}
@media (max-width: 667px) {
    .taxonomy__header__back-button__inner {
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }
    .taxonomy__header__back-button__inner a {
        padding: 0.3em 1em 0.3em;
    }
}
@media (max-width: 1024px) {
    .taxonomy__header__back-button {
        order: 1;
        width: 50%;
    }
}
@media (max-width: 667px) {
    .taxonomy__header__back-button {
        order: 1;
        width: 100%;
        display: none;
    }
}
.taxonomy__header__add-tag-button {
    text-align: right;
}
@media (max-width: 1024px) {
    .taxonomy__header__add-tag-button {
        order: 2;
        width: 50%;
    }
}
@media (max-width: 667px) {
    .taxonomy__header__add-tag-button {
        order: 3;
        width: 100%;
        display: flex;
        justify-content: center;
    }
}
.taxonomy__header__add-tag-button__inner {
    margin-right: 0;
}
@media (max-width: 667px) {
    .taxonomy__header__add-tag-button__inner {
        padding: 0.3em 1em 0.3em;
    }
}
.taxonomy__add-tag {
    display: none;
    margin-bottom: 75px;
}
.body-add-tag-is-open .taxonomy__add-tag {
    display: block;
}
.recherche__results .home-grid__item {
    display: inline-block;
    width: calc((100% - 30px * 2) / 3);
    margin-right: calc(-5px + 30px);
    margin-bottom: 30px;
}
.recherche__results .home-grid__item .home-grid__item__texts {
    order: 2;
}
.recherche__results .home-grid__item .home-grid__item__image {
    order: 1;
}
.recherche__results .home-grid__item-inner {
    flex-direction: column;
}
.recherche__results .home-grid__item__texts {
    width: 100%;
    padding: 0;
    text-align: left;
}
.recherche__results .home-grid__item__texts__title {
    font-size: 30px;
    line-height: 37px;
    letter-spacing: -0.025em;
    word-spacing: -0.02em;
    text-align: center;
    margin: 0.5em 30px;
}
.recherche__results .home-grid__item__texts__chapo {
    box-sizing: border-box;
    padding-right: 30px;
}
.recherche__results .home-grid__item__image {
    width: 100%;
}
@media (min-width: 1024px) {
    .recherche__results .home-grid__item:nth-of-type(3n + 1) {
        margin-right: -5px;
    }
}
@media (min-width: 2000px) {
    .recherche__results .home-grid__item {
        width: calc((100% - 30px * 3) / 4);
    }
    .recherche__results .home-grid__item:nth-of-type(3n + 1) {
        margin-right: calc(-5px + 30px);
    }
    .recherche__results .home-grid__item:nth-of-type(4n + 1) {
        margin-right: -5px;
    }
}
@media (max-width: 1024px) {
    .recherche__results .home-grid__item {
        width: calc((100% - 30px * 1) / 2);
        margin-right: calc(-5px + 30px);
    }
    .recherche__results .home-grid__item:nth-of-type(2n + 1) {
        margin-right: -5px;
    }
}
@media (max-width: 667px) {
    .recherche__results .home-grid__item {
        width: 100%;
        margin-right: 0;
    }
    .recherche__results .home-grid__item:nth-of-type(2n + 1) {
        margin-right: 0;
    }
    .recherche__results .home-grid__item__texts {
        padding: 0;
        padding-top: 7.5px;
    }
}
@media (max-width: 667px) and (max-width: 667px) {
    .recherche__results .home-grid__item__texts__title {
        font-size: 22px;
        line-height: 27px;
        letter-spacing: -0.015em;
        word-spacing: -0.01em;
        margin: 0;
    }
}
@media (max-width: 667px) {
    .recherche__results .home-grid__item__texts__chapo {
        box-sizing: border-box;
        padding-right: 0;
    }
}
.recherche__results__label {
    display: block;
    width: 100%;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -0.025em;
    word-spacing: -0.02em;
    text-align: center;
    margin-bottom: 60px;
}
@media (max-width: 1024px) {
    .recherche__results__label {
        font-size: 30px;
        line-height: 37px;
        letter-spacing: -0.025em;
        word-spacing: -0.02em;
    }
}
@media (max-width: 667px) {
    .recherche__results__label {
        font-size: 27px;
        line-height: 30px;
        letter-spacing: -0.025em;
        word-spacing: -0.02em;
        padding: 0;
        margin-bottom: 30px;
    }
}
@media (max-width: 667px) {
    .search-results .page__title {
        display: none;
    }
}
.archives-wrapper {
    margin-bottom: 60px;
}
@media (max-width: 1024px) {
    .archives-wrapper {
        margin-bottom: 30px;
    }
}
.archives__list__item {
    display: flex;
}
.archives__list__item.is-first-of-month {
    margin-top: 32px;
}
.archives__list__item:first-of-type {
    margin-top: 0;
}
.archives__list__item.is-hovered .archives__list__item__date {
    visibility: visible;
}
@media (max-width: 1024px) {
    .archives__list__item {
        flex-wrap: wrap;
        margin-bottom: 0.5em;
    }
    .archives__list__item.is-first-of-month:first-of-type
        .archives__list__item__month {
        margin-top: 0;
    }
}
@media (max-width: 667px) {
    .archives__list__item {
        margin-bottom: 0.75em;
    }
}
.archives__list__item__month {
    box-sizing: border-box;
    width: calc((100% - 700px) / 2);
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    text-transform: uppercase;
}
@media (max-width: 1024px) {
    .archives__list__item__month {
        width: 100%;
        text-align: center;
        display: none;
    }
    .is-first-of-month .archives__list__item__month {
        display: block;
        margin-top: 32px;
        margin-bottom: 32px;
    }
}
@media (max-width: 667px) {
    .archives__list__item__month {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .is-first-of-month .archives__list__item__month {
        margin: 1em 0;
    }
}
.archives__list__item__title {
    box-sizing: border-box;
    width: 700px;
}
.no-touchevents .archives__list__item__title a:hover {
    background: transparent linear-gradient(90deg, #000, #000) no-repeat 0 100%;
    background-size: 100% 1px;
    text-shadow:
        -1px 1px 0px #fff,
        -1px 0px 0px #fff,
        -1px -1px 0px #fff,
        -2px 1px 0px #fff,
        -2px 0px 0px #fff,
        -2px -1px 0px #fff,
        1px 1px 0px #fff,
        1px 0px 0px #fff,
        1px -1px 0px #fff,
        2px 1px 0px #fff,
        2px 0px 0px #fff,
        2px -1px 0px #fff;
}
@media (max-width: 1024px) {
    .archives__list__item__title {
        width: 100%;
    }
}
@media (max-width: 667px) {
    .archives__list__item__title {
        font-size: 19px;
        line-height: 28px;
        letter-spacing: -0.015em;
        word-spacing: -0.01em;
        line-height: 1.3em;
        margin-bottom: 0.2em;
    }
}
.archives__list__item__date {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    width: calc((100% - 700px) / 2);
    text-align: right;
    visibility: hidden;
}
.archives__list__item__date:first-letter {
    text-transform: uppercase;
}
@media (max-width: 1024px) {
    .archives__list__item__date {
        visibility: visible;
        width: 100%;
        text-align: left;
        font-family: "Helvetica Neue", sans-serif;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
.a-propos-wrapper {
    margin-bottom: 30px;
}
.a-propos__content {
    margin-bottom: 90px;
}
.a-propos__text {
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 90px;
}
.a-propos__text p {
    margin: 0 auto;
    margin-bottom: 1.5em;
    max-width: 700px;
}
.a-propos__text p a {
    background: transparent linear-gradient(90deg, #000, #000) no-repeat 0 100%;
    background-size: 100% 1px;
    text-shadow:
        -1px 1px 0px #fff,
        -1px 0px 0px #fff,
        -1px -1px 0px #fff,
        -2px 1px 0px #fff,
        -2px 0px 0px #fff,
        -2px -1px 0px #fff,
        1px 1px 0px #fff,
        1px 0px 0px #fff,
        1px -1px 0px #fff,
        2px 1px 0px #fff,
        2px 0px 0px #fff,
        2px -1px 0px #fff;
}
.no-touchevents .a-propos__text p a:hover {
    background: none;
}
.a-propos__text p:last-of-type {
    margin-bottom: 0;
}
.a-propos__text p strong {
    font-weight: normal;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
}
.a-propos__text h1,
.a-propos__text h2 {
    font-weight: normal;
    margin: 0 auto;
    margin-bottom: 1.5em;
    margin-top: 6em;
    max-width: 700px;
    box-sizing: border-box;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    font-size: 19px;
    line-height: 32px;
}
.a-propos__text h1 strong,
.a-propos__text h2 strong {
    font-weight: normal;
}
.a-propos__text h1 em,
.a-propos__text h2 em {
    font-style: normal;
}
@media (max-width: 667px) {
    .a-propos__text h1,
    .a-propos__text h2 {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 17px;
        line-height: 28px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        margin-top: 56px;
    }
}
.a-propos__text h1 {
    text-align: left;
    padding: 0;
}
.a-propos__text h3 {
    margin-bottom: 1.5em;
    margin-left: 30px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    font-size: 19px;
    line-height: 32px;
}
@media (max-width: 667px) {
    .a-propos__text h3 {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 17px;
        line-height: 28px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        margin-left: 15px;
    }
}
.a-propos__text h4 {
    margin-bottom: 1.5em;
    margin-left: 60px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    font-size: 19px;
    line-height: 32px;
}
@media (max-width: 667px) {
    .a-propos__text h4 {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 17px;
        line-height: 28px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        margin-left: 30px;
    }
}
.a-propos__text ul,
.a-propos__text ol {
    margin-left: 30px;
    margin-bottom: 30px;
}
@media (max-width: 667px) {
    .a-propos__text {
        font-size: 19px;
        line-height: 28px;
        letter-spacing: -0.015em;
        word-spacing: -0.01em;
    }
    .a-propos__text p {
        margin-bottom: 28px;
    }
    .a-propos__text p strong {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 17px;
        line-height: 28px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
    }
}
.a-propos__text h1,
.a-propos__text h2,
.a-propos__text h3,
.a-propos__text h4,
.a-propos__text h5,
.a-propos__text h6 {
    margin-top: 0;
    text-align: center;
    max-width: 40ch;
}
.a-propos__text h1:first-of-type,
.a-propos__text h2:first-of-type,
.a-propos__text h3:first-of-type,
.a-propos__text h4:first-of-type,
.a-propos__text h5:first-of-type,
.a-propos__text h6:first-of-type {
    margin-top: 0;
}
@media (max-width: 1024px) {
    .a-propos__text {
        width: 100%;
        margin-bottom: 120px;
    }
}
.a-propos__faq {
    max-width: 700px;
    margin: 0 auto;
}
@media (max-width: 1024px) {
    .a-propos__faq {
        width: 100%;
    }
}
.a-propos__faq__item {
    display: inline-block;
    border: 1px solid;
    border-radius: 4em;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.a-propos__faq__item:hover {
    border-radius: 0;
}
.a-propos__faq__item.is-open {
    border-radius: 0;
}
.a-propos__faq__item.is-open .a-propos__faq__item__reponse {
    display: block;
}
@media (max-width: 1024px) {
    .a-propos__faq__item:hover {
        border-radius: 4em;
    }
    .a-propos__faq__item.is-open {
        border-radius: 0;
    }
}
@media (max-width: 667px) {
    .a-propos__faq__item {
        margin-bottom: 15px;
        border-radius: 2em;
    }
}
.a-propos__faq__item__question {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    box-sizing: border-box;
    padding: 2em 4em;
    min-height: 8em;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.a-propos__faq__item__question:hover {
    cursor: pointer;
}
@media (max-width: 667px) {
    .a-propos__faq__item__question {
        padding: 1em 1em;
        min-height: 5em;
        font-family: "Helvetica Neue", sans-serif;
        font-size: 17px;
        line-height: 28px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
    }
}
.a-propos__faq__item__reponse {
    display: none;
    width: 100%;
    padding: 0em calc(30px - 2px);
    padding-bottom: calc(30px - 9px);
}
.a-propos__faq__item__reponse p {
    margin: 0 auto;
    margin-bottom: 1.5em;
    max-width: 700px;
}
.a-propos__faq__item__reponse p a {
    background: transparent linear-gradient(90deg, #000, #000) no-repeat 0 100%;
    background-size: 100% 1px;
    text-shadow:
        -1px 1px 0px #fff,
        -1px 0px 0px #fff,
        -1px -1px 0px #fff,
        -2px 1px 0px #fff,
        -2px 0px 0px #fff,
        -2px -1px 0px #fff,
        1px 1px 0px #fff,
        1px 0px 0px #fff,
        1px -1px 0px #fff,
        2px 1px 0px #fff,
        2px 0px 0px #fff,
        2px -1px 0px #fff;
}
.no-touchevents .a-propos__faq__item__reponse p a:hover {
    background: none;
}
.a-propos__faq__item__reponse p:last-of-type {
    margin-bottom: 0;
}
.a-propos__faq__item__reponse p strong {
    font-weight: normal;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
}
.a-propos__faq__item__reponse h1,
.a-propos__faq__item__reponse h2 {
    font-weight: normal;
    margin: 0 auto;
    margin-bottom: 1.5em;
    margin-top: 6em;
    max-width: 700px;
    box-sizing: border-box;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    font-size: 19px;
    line-height: 32px;
}
.a-propos__faq__item__reponse h1 strong,
.a-propos__faq__item__reponse h2 strong {
    font-weight: normal;
}
.a-propos__faq__item__reponse h1 em,
.a-propos__faq__item__reponse h2 em {
    font-style: normal;
}
@media (max-width: 667px) {
    .a-propos__faq__item__reponse h1,
    .a-propos__faq__item__reponse h2 {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 17px;
        line-height: 28px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        margin-top: 56px;
    }
}
.a-propos__faq__item__reponse h1 {
    text-align: left;
    padding: 0;
}
.a-propos__faq__item__reponse h3 {
    margin-bottom: 1.5em;
    margin-left: 30px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    font-size: 19px;
    line-height: 32px;
}
@media (max-width: 667px) {
    .a-propos__faq__item__reponse h3 {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 17px;
        line-height: 28px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        margin-left: 15px;
    }
}
.a-propos__faq__item__reponse h4 {
    margin-bottom: 1.5em;
    margin-left: 60px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    font-size: 19px;
    line-height: 32px;
}
@media (max-width: 667px) {
    .a-propos__faq__item__reponse h4 {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 17px;
        line-height: 28px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        margin-left: 30px;
    }
}
.a-propos__faq__item__reponse ul,
.a-propos__faq__item__reponse ol {
    margin-left: 30px;
    margin-bottom: 30px;
}
@media (max-width: 667px) {
    .a-propos__faq__item__reponse {
        font-size: 19px;
        line-height: 28px;
        letter-spacing: -0.015em;
        word-spacing: -0.01em;
    }
    .a-propos__faq__item__reponse p {
        margin-bottom: 28px;
    }
    .a-propos__faq__item__reponse p strong {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 17px;
        line-height: 28px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
    }
}
.a-propos__credits {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.015em;
    word-spacing: -0.015em;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}
@media (max-width: 667px) {
    .a-propos__credits {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
.a-propos__credits__item {
    display: inline-block;
}
.a-propos__credits__item:first-of-type {
    margin-right: 1em;
}
.a-propos__credits__role {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.25em;
}
.no-touchevents .a-propos__credits__name a:hover {
    background: transparent linear-gradient(90deg, #000, #000) no-repeat 0 100%;
    background-size: 100% 1px;
    text-shadow:
        -1px 1px 0px #fff,
        -1px 0px 0px #fff,
        -1px -1px 0px #fff,
        -2px 1px 0px #fff,
        -2px 0px 0px #fff,
        -2px -1px 0px #fff,
        1px 1px 0px #fff,
        1px 0px 0px #fff,
        1px -1px 0px #fff,
        2px 1px 0px #fff,
        2px 0px 0px #fff,
        2px -1px 0px #fff;
}
.wpcf7 label {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 6px;
    text-align: left;
}
@media (max-width: 667px) {
    .wpcf7 label {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-left: 15px;
    }
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: "Times New Roman", serif;
    box-sizing: border-box;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.015em;
    word-spacing: -0.01em;
    border: 1px solid;
    border-radius: 56px;
    padding: 15px 30px;
    flex-grow: 1;
    width: 100%;
}
.wpcf7 input[type="text"][disabled],
.wpcf7 input[type="email"][disabled] {
    border-color: #000;
    background-color: rgba(0, 0, 0, 0.07);
    color: #000;
    cursor: not-allowed;
}
@media (max-width: 1024px) {
    .wpcf7 input[type="text"],
    .wpcf7 input[type="email"] {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: -0.015em;
        word-spacing: -0.015em;
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: auto;
        padding: 10px 18.75px;
        margin-right: 7.5px;
    }
}
@media (max-width: 1024px) and (max-width: 667px) {
    .wpcf7 input[type="text"],
    .wpcf7 input[type="email"] {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
.wpcf7 textarea {
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: "Times New Roman", serif;
    box-sizing: border-box;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.015em;
    word-spacing: -0.01em;
    border: 1px solid;
    border-radius: 56px;
    padding: 15px 30px;
    flex-grow: 1;
    width: 100%;
    width: 100% !important;
    resize: none;
    border-radius: 32px;
    padding: 20px 30px;
}
.wpcf7 textarea[disabled] {
    border-color: #000;
    background-color: rgba(0, 0, 0, 0.07);
    color: #000;
    cursor: not-allowed;
}
@media (max-width: 1024px) {
    .wpcf7 textarea {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: -0.015em;
        word-spacing: -0.015em;
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: auto;
        padding: 10px 18.75px;
        margin-right: 7.5px;
    }
}
@media (max-width: 1024px) and (max-width: 667px) {
    .wpcf7 textarea {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
.wpcf7 p:last-of-type {
    text-align: center;
}
.wpcf7 .wpcf7-not-valid-tip {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    margin-left: 30px;
    margin-top: 6px;
}
@media (max-width: 667px) {
    .wpcf7 .wpcf7-not-valid-tip {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-left: 15px;
    }
}
.wpcf7 .wpcf7-response-output {
    text-align: center;
    border: 1px solid;
    padding: 30px;
}
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
    color: red;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: green;
}
.rcp_message {
    max-width: 700px;
    margin: 0 auto;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    margin-bottom: 2em;
    text-align: center;
    border: 1px solid;
    padding: 30px;
}
.rcp_message a {
    color: inherit;
    text-decoration: underline;
}
.rcp_message.error {
    color: red;
}
.rcp_message.success {
    color: green;
}
.rcp_message:last-of-type {
    margin-bottom: 30px;
}
@media (max-width: 667px) {
    .rcp_message {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        padding: 15px;
    }
}
.rcp_header {
    font-size: 30px;
    line-height: 37px;
    letter-spacing: -0.025em;
    word-spacing: -0.02em;
    text-align: center;
    margin-top: 2.5em;
    margin-bottom: 1em;
}
.rcp_form {
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 120px;
}
.rcp_form fieldset {
    margin-bottom: 60px;
}
.rcp_form h2 {
    font-size: 30px;
    line-height: 37px;
    letter-spacing: -0.025em;
    word-spacing: -0.02em;
    text-align: center;
    margin-top: 2.5em;
    margin-bottom: 1em;
    width: 100%;
}
.rcp_form h3,
.rcp_form legend {
    text-align: center;
    width: 100%;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
}
.rcp_form label {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 6px;
    text-align: left;
}
@media (max-width: 667px) {
    .rcp_form label {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-left: 15px;
    }
}
.rcp_form input[type="text"],
.rcp_form input[type="email"],
.rcp_form input[type="password"] {
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: "Times New Roman", serif;
    box-sizing: border-box;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.015em;
    word-spacing: -0.01em;
    border: 1px solid;
    border-radius: 56px;
    padding: 15px 30px;
    flex-grow: 1;
    width: 100%;
}
.rcp_form input[type="text"][disabled],
.rcp_form input[type="email"][disabled],
.rcp_form input[type="password"][disabled] {
    border-color: #000;
    background-color: rgba(0, 0, 0, 0.07);
    color: #000;
    cursor: not-allowed;
}
@media (max-width: 1024px) {
    .rcp_form input[type="text"],
    .rcp_form input[type="email"],
    .rcp_form input[type="password"] {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: -0.015em;
        word-spacing: -0.015em;
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: auto;
        padding: 10px 18.75px;
        margin-right: 7.5px;
    }
}
@media (max-width: 1024px) and (max-width: 667px) {
    .rcp_form input[type="text"],
    .rcp_form input[type="email"],
    .rcp_form input[type="password"] {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
.rcp_form select {
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: "Times New Roman", serif;
    box-sizing: border-box;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.015em;
    word-spacing: -0.01em;
    border: 1px solid;
    border-radius: 56px;
    padding: 15px 30px;
    flex-grow: 1;
    width: 100%;
    padding-right: 60px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23000000'><polygon points='0,0 100,0 50,50'/></svg>")
        no-repeat;
    background-size: 12px;
    background-position: calc(100% - 30px) calc(50% + 3px);
    background-repeat: no-repeat;
    background-color: transparent;
}
.rcp_form select[disabled] {
    border-color: #000;
    background-color: rgba(0, 0, 0, 0.07);
    color: #000;
    cursor: not-allowed;
}
@media (max-width: 1024px) {
    .rcp_form select {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: -0.015em;
        word-spacing: -0.015em;
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: auto;
        padding: 10px 18.75px;
        margin-right: 7.5px;
    }
}
@media (max-width: 1024px) and (max-width: 667px) {
    .rcp_form select {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
#rcp_profile_submit_wrap {
    text-align: center;
}
.account-logout {
    text-align: center;
}
.rcp_login_link {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    margin-bottom: 30px;
}
.rcp_login_link a {
    background: transparent linear-gradient(90deg, #000, #000) no-repeat 0 100%;
    background-size: 100% 1px;
    text-shadow:
        -1px 1px 0px #fff,
        -1px 0px 0px #fff,
        -1px -1px 0px #fff,
        -2px 1px 0px #fff,
        -2px 0px 0px #fff,
        -2px -1px 0px #fff,
        1px 1px 0px #fff,
        1px 0px 0px #fff,
        1px -1px 0px #fff,
        2px 1px 0px #fff,
        2px 0px 0px #fff,
        2px -1px 0px #fff;
}
.no-touchevents .rcp_login_link a:hover {
    background: none;
}
.rcp_user_fieldset,
.rcp_form fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rcp_user_fieldset p,
.rcp_form fieldset p {
    margin-bottom: 30px;
    width: 100%;
}
.rcp_user_fieldset h3,
.rcp_form fieldset h3 {
    font-size: 30px;
    line-height: 37px;
    letter-spacing: -0.025em;
    word-spacing: -0.02em;
    text-align: center;
    margin-top: 2.5em;
    margin-bottom: 1em;
    width: 100%;
    text-align: center;
}
.rcp_user_fieldset .postal-adress-message,
.rcp_form fieldset .postal-adress-message {
    width: 100%;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
}
#rcp_user_login_wrap {
    width: 100%;
}
#rcp_user_email_wrap {
    width: 100%;
}
#rcp_user_first_wrap,
#rcp_user_last_wrap {
    width: calc((100% - 30px) / 2);
    display: inline-block;
}
@media (max-width: 667px) {
    #rcp_user_first_wrap,
    #rcp_user_last_wrap {
        width: 100%;
    }
}
#rcp_password_wrap,
#rcp_password_again_wrap {
    width: 100%;
}
.rcp-adress,
.rcp-adress2 {
    width: 100%;
}
.rcp-city,
.rcp-state,
.rcp-zip,
.rcp-country {
    width: calc((100% - 30px) / 2);
    display: inline-block;
}
.rcp_subscription_message {
    font-size: 30px;
    line-height: 37px;
    letter-spacing: -0.025em;
    word-spacing: -0.02em;
    text-align: center;
    margin-top: 2.5em;
    margin-bottom: 1em;
}
#rcp_subscription_levels {
    list-style-type: none;
}
#rcp_subscription_levels li {
    display: flex;
    margin-bottom: 1em;
}
#rcp_subscription_levels li:last-of-type {
    margin-bottom: 0;
}
#rcp_subscription_levels input[type="radio"] {
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    position: relative;
    width: 2em;
    height: 2em;
    border: 1px solid;
    border-radius: 100%;
    margin-top: -1px;
    margin-right: 7.5px;
    flex-shrink: 0;
    margin-top: 7px;
}
#rcp_subscription_levels input[type="radio"]:checked:after {
    content: "\00a0";
    display: block;
    width: 70%;
    height: 70%;
    border-radius: 100%;
    background-color: #000;
    top: 0%;
    left: 0%;
    transform: translate(22%, 22%);
}
#rcp_subscription_levels label {
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
}
#rcp_subscription_levels .rcp_separator {
    display: none;
}
#rcp_subscription_levels .rcp_price:after {
    content: " / ";
    margin-right: 0.3em;
}
#rcp_subscription_levels .rcp_subscription_level_name {
    width: 100%;
    font-size: 30px;
    line-height: 37px;
    letter-spacing: -0.025em;
    word-spacing: -0.02em;
    font-family: "Times New Roman", serif;
}
#rcp_subscription_levels .rcp_level_description {
    width: 100%;
}
.rcp_discounts_fieldset {
    margin: 30px 0;
    margin-bottom: 60px;
}
.rcp_discount_code_field_wrap {
    display: flex;
}
.rcp_discount_code_field_wrap button {
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 30px;
}
.rcp-table {
    border-collapse: separate;
    border-spacing: 0;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    text-align: left;
}
.rcp-table thead {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.rcp-table th {
    font-weight: normal;
}
.rcp-table td[data-th="Actions"] {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-bottom: 1em;
}
.rcp-table td[data-th="Actions"] a {
    background: transparent linear-gradient(90deg, #000, #000) no-repeat 0 100%;
    background-size: 100% 1px;
    text-shadow:
        -1px 1px 0px #fff,
        -1px 0px 0px #fff,
        -1px -1px 0px #fff,
        -2px 1px 0px #fff,
        -2px 0px 0px #fff,
        -2px -1px 0px #fff,
        1px 1px 0px #fff,
        1px 0px 0px #fff,
        1px -1px 0px #fff,
        2px 1px 0px #fff,
        2px 0px 0px #fff,
        2px -1px 0px #fff;
}
.no-touchevents .rcp-table td[data-th="Actions"] a:hover {
    background: none;
}
#rcp-account-overview,
#rcp-payment-history {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#rcp-account-overview {
    margin-bottom: 60px;
}
.rcp-table,
.rcp-table th,
.rcp-table td {
    border-bottom: 1px solid #000;
}
.rcp-table th,
.rcp-table td {
    padding: 5px;
}
.rcp_gateway_fields legend {
    display: block;
    width: 100%;
    font-size: 30px;
    line-height: 37px;
    letter-spacing: -0.025em;
    word-spacing: -0.02em;
    text-align: center;
    margin-top: 2.5em;
    margin-bottom: 1em;
    text-align: center;
}
.rcp_gateway_fields .rcp_gateway_option_label {
    margin: 0;
    display: block;
}
.rcp_gateway_fields input[type="radio"] {
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    position: relative;
    width: 2em;
    height: 2em;
    border: 1px solid;
    border-radius: 100%;
    margin-top: -1px;
    margin-right: 7.5px;
}
.rcp_gateway_fields input[type="radio"]:checked:after {
    content: "\00a0";
    display: block;
    width: 70%;
    height: 70%;
    border-radius: 100%;
    background-color: #000;
    top: 0%;
    left: 0%;
    transform: translate(22%, 22%);
}
#rcp_card_name_wrap {
    width: 100%;
}
#rcp_card_wrap {
    width: 100%;
}
#rcp_submit_wrap {
    text-align: center;
    margin: 30px 0;
}
#rcp_login_form p {
    margin-bottom: 30px;
}
#rcp_login_form input[type="checkbox"] {
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    position: relative;
    width: 2em;
    height: 2em;
    border: 1px solid;
    margin-top: -1px;
    margin-right: 7.5px;
    cursor: pointer;
    margin-left: 30px;
}
#rcp_login_form input[type="checkbox"]:checked {
    background-color: #000;
}
#rcp_login_form input[type="checkbox"]:checked:after {
    content: "\00a0";
    display: block;
    background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22"><polygon fill="white" points="8.96 17.41 3.08 9.63 3.88 9.03 8.83 15.58 16.04 2.59 16.92 3.07 8.96 17.41"/></svg>');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: -3px -3px;
    background-size: 130%;
}
#rcp_login_form label[for="rcp_user_remember"] {
    margin-left: 0;
}
#rcp_login_form .rcp_lost_password {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
}
#rcp_login_form .rcp_lost_password a {
    background: transparent linear-gradient(90deg, #000, #000) no-repeat 0 100%;
    background-size: 100% 1px;
    text-shadow:
        -1px 1px 0px #fff,
        -1px 0px 0px #fff,
        -1px -1px 0px #fff,
        -2px 1px 0px #fff,
        -2px 0px 0px #fff,
        -2px -1px 0px #fff,
        1px 1px 0px #fff,
        1px 0px 0px #fff,
        1px -1px 0px #fff,
        2px 1px 0px #fff,
        2px 0px 0px #fff,
        2px -1px 0px #fff;
}
.no-touchevents #rcp_login_form .rcp_lost_password a:hover {
    background: none;
}
#rcp_login_form p:last-of-type {
    text-align: center;
}
.rcp_lostpassword_data p:last-of-type {
    text-align: center;
}
#rcp_lostpassword_submit {
    margin-top: 30px;
}
#leaky-paywall-login-form {
    border: none;
    padding: 0px;
    max-width: none;
    box-shadow: none;
    max-width: 700px;
    margin: 0 auto;
}
#leaky-paywall-login-form p {
    margin-bottom: 1.5em;
}
@media (max-width: 667px) {
    #leaky-paywall-login-form p {
        margin-bottom: 15px;
    }
}
#leaky-paywall-login-form em {
    font-style: normal;
}
#leaky-paywall-login-form label {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 6px;
    text-align: left;
}
@media (max-width: 667px) {
    #leaky-paywall-login-form label {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-left: 15px;
    }
}
#leaky-paywall-login-form input[type="text"],
#leaky-paywall-login-form input[type="password"] {
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: "Times New Roman", serif;
    box-sizing: border-box;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.015em;
    word-spacing: -0.01em;
    border: 1px solid;
    border-radius: 56px;
    padding: 15px 30px;
    flex-grow: 1;
    width: 100%;
}
#leaky-paywall-login-form input[type="text"][disabled],
#leaky-paywall-login-form input[type="password"][disabled] {
    border-color: #000;
    background-color: rgba(0, 0, 0, 0.07);
    color: #000;
    cursor: not-allowed;
}
@media (max-width: 1024px) {
    #leaky-paywall-login-form input[type="text"],
    #leaky-paywall-login-form input[type="password"] {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: -0.015em;
        word-spacing: -0.015em;
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: auto;
        padding: 10px 18.75px;
        margin-right: 7.5px;
    }
}
@media (max-width: 1024px) and (max-width: 667px) {
    #leaky-paywall-login-form input[type="text"],
    #leaky-paywall-login-form input[type="password"] {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
#leaky-paywall-login-form form {
    display: flex;
    flex-wrap: wrap;
}
#leaky-paywall-login-form .login-username,
#leaky-paywall-login-form .login-password {
    width: 100%;
}
#leaky-paywall-login-form .login-remember {
    display: inline-block;
    width: 50%;
}
#leaky-paywall-login-form .login-remember label {
    width: 100%;
    cursor: pointer;
}
#leaky-paywall-login-form .login-remember input[type="checkbox"] {
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    position: relative;
    width: 2em;
    height: 2em;
    border: 1px solid;
    margin-top: -1px;
    margin-right: 7.5px;
    cursor: pointer;
}
#leaky-paywall-login-form .login-remember input[type="checkbox"]:checked {
    background-color: #000;
}
#leaky-paywall-login-form .login-remember input[type="checkbox"]:checked:after {
    content: "\00a0";
    display: block;
    background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22"><polygon fill="white" points="8.96 17.41 3.08 9.63 3.88 9.03 8.83 15.58 16.04 2.59 16.92 3.07 8.96 17.41"/></svg>');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: -3px -3px;
    background-size: 130%;
}
@media (max-width: 667px) {
    #leaky-paywall-login-form .login-remember {
        width: 100%;
    }
}
#leaky-paywall-login-form .login-submit {
    display: inline-block;
    width: 50%;
    text-align: right;
}
@media (max-width: 667px) {
    #leaky-paywall-login-form .login-submit {
        width: 100%;
        text-align: center;
    }
}
.no-touchevents #leaky-paywall-login-form a:hover {
    background: transparent linear-gradient(90deg, #000, #000) no-repeat 0 100%;
    background-size: 100% 1px;
    text-shadow:
        -1px 1px 0px #fff,
        -1px 0px 0px #fff,
        -1px -1px 0px #fff,
        -2px 1px 0px #fff,
        -2px 0px 0px #fff,
        -2px -1px 0px #fff,
        1px 1px 0px #fff,
        1px 0px 0px #fff,
        1px -1px 0px #fff,
        2px 1px 0px #fff,
        2px 0px 0px #fff,
        2px -1px 0px #fff;
}
#leaky-paywall-login-form a {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    margin: 0 36px;
}
@media (max-width: 667px) {
    #leaky-paywall-login-form a {
        margin: 0;
        text-align: center;
        font-family: "Helvetica Neue", sans-serif;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        width: 100%;
    }
}
#leaky-paywall-profile em,
.leaky-paywall-gift-subscriptions-shortcode em {
    font-style: normal;
}
#leaky-paywall-profile label,
.leaky-paywall-gift-subscriptions-shortcode label {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 6px;
    text-align: left;
}
@media (max-width: 667px) {
    #leaky-paywall-profile label,
    .leaky-paywall-gift-subscriptions-shortcode label {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-left: 15px;
    }
}
#leaky-paywall-profile input[type="text"],
#leaky-paywall-profile input[type="password"],
.leaky-paywall-gift-subscriptions-shortcode input[type="text"],
.leaky-paywall-gift-subscriptions-shortcode input[type="password"] {
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: "Times New Roman", serif;
    box-sizing: border-box;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.015em;
    word-spacing: -0.01em;
    border: 1px solid;
    border-radius: 56px;
    padding: 15px 30px;
    flex-grow: 1;
    width: 100%;
}
#leaky-paywall-profile input[type="text"][disabled],
#leaky-paywall-profile input[type="password"][disabled],
.leaky-paywall-gift-subscriptions-shortcode input[type="text"][disabled],
.leaky-paywall-gift-subscriptions-shortcode input[type="password"][disabled] {
    border-color: #000;
    background-color: rgba(0, 0, 0, 0.07);
    color: #000;
    cursor: not-allowed;
}
@media (max-width: 1024px) {
    #leaky-paywall-profile input[type="text"],
    #leaky-paywall-profile input[type="password"],
    .leaky-paywall-gift-subscriptions-shortcode input[type="text"],
    .leaky-paywall-gift-subscriptions-shortcode input[type="password"] {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: -0.015em;
        word-spacing: -0.015em;
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: auto;
        padding: 10px 18.75px;
        margin-right: 7.5px;
    }
}
@media (max-width: 1024px) and (max-width: 667px) {
    #leaky-paywall-profile input[type="text"],
    #leaky-paywall-profile input[type="password"],
    .leaky-paywall-gift-subscriptions-shortcode input[type="text"],
    .leaky-paywall-gift-subscriptions-shortcode input[type="password"] {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
#leaky-paywall-profile .submit,
.leaky-paywall-gift-subscriptions-shortcode .submit {
    margin-top: 30px;
    text-align: right;
}
.leaky-paywall-gift-subscriptions-shortcode h2 {
    margin-top: 60px;
}
.leaky-paywall-gift-subscriptions-shortcode select {
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: "Times New Roman", serif;
    box-sizing: border-box;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.015em;
    word-spacing: -0.01em;
    border: 1px solid;
    border-radius: 56px;
    padding: 15px 30px;
    flex-grow: 1;
    width: 100%;
    padding-right: 60px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23000000'><polygon points='0,0 100,0 50,50'/></svg>")
        no-repeat;
    background-size: 12px;
    background-position: calc(100% - 30px) calc(50% + 3px);
    background-repeat: no-repeat;
    background-color: transparent;
}
.leaky-paywall-gift-subscriptions-shortcode select[disabled] {
    border-color: #000;
    background-color: rgba(0, 0, 0, 0.07);
    color: #000;
    cursor: not-allowed;
}
@media (max-width: 1024px) {
    .leaky-paywall-gift-subscriptions-shortcode select {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: -0.015em;
        word-spacing: -0.015em;
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: auto;
        padding: 10px 18.75px;
        margin-right: 7.5px;
    }
}
@media (max-width: 1024px) and (max-width: 667px) {
    .leaky-paywall-gift-subscriptions-shortcode select {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
.leaky-paywall-gift-subscriptions-shortcode input[type="checkbox"] {
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    position: relative;
    width: 2em;
    height: 2em;
    border: 1px solid;
    margin-top: -1px;
    margin-right: 7.5px;
    cursor: pointer;
}
.leaky-paywall-gift-subscriptions-shortcode input[type="checkbox"]:checked {
    background-color: #000;
}
.leaky-paywall-gift-subscriptions-shortcode {
    content: "\00a0";
    display: block;
    background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22"><polygon fill="white" points="8.96 17.41 3.08 9.63 3.88 9.03 8.83 15.58 16.04 2.59 16.92 3.07 8.96 17.41"/></svg>');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: -3px -3px;
    background-size: 130%;
}
.leaky-paywall-gift-subscriptions-shortcode .gift-message textarea {
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: "Times New Roman", serif;
    box-sizing: border-box;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.015em;
    word-spacing: -0.01em;
    border: 1px solid;
    border-radius: 56px;
    padding: 15px 30px;
    flex-grow: 1;
    width: 100%;
    width: 100% !important;
    resize: none;
    border-radius: 32px;
    padding: 20px 30px;
}
.leaky-paywall-gift-subscriptions-shortcode .gift-message textarea[disabled] {
    border-color: #000;
    background-color: rgba(0, 0, 0, 0.07);
    color: #000;
    cursor: not-allowed;
}
@media (max-width: 1024px) {
    .leaky-paywall-gift-subscriptions-shortcode .gift-message textarea {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: -0.015em;
        word-spacing: -0.015em;
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: auto;
        padding: 10px 18.75px;
        margin-right: 7.5px;
    }
}
@media (max-width: 1024px) and (max-width: 667px) {
    .leaky-paywall-gift-subscriptions-shortcode .gift-message textarea {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
.leaky-paywall-gift-subscriptions-shortcode
    #leaky-paywall-gift-subscription-gift-message-schedule {
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: "Times New Roman", serif;
    box-sizing: border-box;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.015em;
    word-spacing: -0.01em;
    border: 1px solid;
    border-radius: 56px;
    padding: 15px 30px;
    flex-grow: 1;
    width: 100%;
}
.leaky-paywall-gift-subscriptions-shortcode
    #leaky-paywall-gift-subscription-gift-message-schedule[disabled] {
    border-color: #000;
    background-color: rgba(0, 0, 0, 0.07);
    color: #000;
    cursor: not-allowed;
}
@media (max-width: 1024px) {
    .leaky-paywall-gift-subscriptions-shortcode
        #leaky-paywall-gift-subscription-gift-message-schedule {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: -0.015em;
        word-spacing: -0.015em;
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: auto;
        padding: 10px 18.75px;
        margin-right: 7.5px;
    }
}
@media (max-width: 1024px) and (max-width: 667px) {
    .leaky-paywall-gift-subscriptions-shortcode
        #leaky-paywall-gift-subscription-gift-message-schedule {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
.leaky-paywall-gift-subscriptions-shortcode .leaky-paywall-stripe-button {
    text-align: center;
}
.leaky-paywall-gift-subscriptions-shortcode .paypal-description {
    margin-top: 32px;
    text-align: center;
}
.leaky-paywall-gift-subscriptions-shortcode
    .leaky-paywall-paypal-standard-button {
    margin-top: 0;
    text-align: center;
}
.gift-subscription-activation-link {
    text-align: center;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    margin-top: 90px;
}
.gift-subscription-activation-link a {
    background: transparent linear-gradient(90deg, #000, #000) no-repeat 0 100%;
    background-size: 100% 1px;
    text-shadow:
        -1px 1px 0px #fff,
        -1px 0px 0px #fff,
        -1px -1px 0px #fff,
        -2px 1px 0px #fff,
        -2px 0px 0px #fff,
        -2px -1px 0px #fff,
        1px 1px 0px #fff,
        1px 0px 0px #fff,
        1px -1px 0px #fff,
        2px 1px 0px #fff,
        2px 0px 0px #fff,
        2px -1px 0px #fff;
}
.no-touchevents .gift-subscription-activation-link a:hover {
    background: none;
}
#leaky-paywall-gift-subscription-redemption-code label,
#leaky-paywall-gift-subscription-redeem label {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 6px;
    text-align: left;
}
@media (max-width: 667px) {
    #leaky-paywall-gift-subscription-redemption-code label,
    #leaky-paywall-gift-subscription-redeem label {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-left: 15px;
    }
}
#leaky-paywall-gift-subscription-redemption-code input[type="text"],
#leaky-paywall-gift-subscription-redemption-code input[type="password"],
#leaky-paywall-gift-subscription-redeem input[type="text"],
#leaky-paywall-gift-subscription-redeem input[type="password"] {
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: "Times New Roman", serif;
    box-sizing: border-box;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.015em;
    word-spacing: -0.01em;
    border: 1px solid;
    border-radius: 56px;
    padding: 15px 30px;
    flex-grow: 1;
    width: 100%;
}
#leaky-paywall-gift-subscription-redemption-code input[type="text"][disabled],
#leaky-paywall-gift-subscription-redemption-code
    input[type="password"][disabled],
#leaky-paywall-gift-subscription-redeem input[type="text"][disabled],
#leaky-paywall-gift-subscription-redeem input[type="password"][disabled] {
    border-color: #000;
    background-color: rgba(0, 0, 0, 0.07);
    color: #000;
    cursor: not-allowed;
}
@media (max-width: 1024px) {
    #leaky-paywall-gift-subscription-redemption-code input[type="text"],
    #leaky-paywall-gift-subscription-redemption-code input[type="password"],
    #leaky-paywall-gift-subscription-redeem input[type="text"],
    #leaky-paywall-gift-subscription-redeem input[type="password"] {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: -0.015em;
        word-spacing: -0.015em;
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: auto;
        padding: 10px 18.75px;
        margin-right: 7.5px;
    }
}
@media (max-width: 1024px) and (max-width: 667px) {
    #leaky-paywall-gift-subscription-redemption-code input[type="text"],
    #leaky-paywall-gift-subscription-redemption-code input[type="password"],
    #leaky-paywall-gift-subscription-redeem input[type="text"],
    #leaky-paywall-gift-subscription-redeem input[type="password"] {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
#leaky-paywall-gift-subscription-redemption-code .submit,
#leaky-paywall-gift-subscription-redeem .submit {
    text-align: center;
}
#leaky-paywall-gift-subscription-redeem {
    margin-top: 32px;
}
.subscription-options-title {
    display: none;
}
.leaky_paywall_subscription_options {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
.leaky_paywall_subscription_options em {
    font-style: normal;
}
.leaky_paywall_subscription_option {
    box-sizing: border-box;
    padding: 0 20px;
    width: 350px;
    border: 1px solid;
    margin: 0 15px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 15px;
}
.leaky_paywall_subscription_option h3 {
    margin: 0;
    font-family: "Times New Roman", serif;
    font-size: 30px;
    line-height: 37px;
    letter-spacing: -0.025em;
    word-spacing: -0.02em;
}
@media (max-width: 667px) {
    .leaky_paywall_subscription_option {
        margin: 0;
        margin-bottom: 15px;
        padding: 15px;
    }
    .leaky_paywall_subscription_option h3 {
        font-size: 19px;
        line-height: 28px;
        letter-spacing: -0.015em;
        word-spacing: -0.01em;
    }
}
.leaky_paywall_subscription_allowed_content {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    margin-top: 1em;
}
@media (max-width: 667px) {
    .leaky_paywall_subscription_allowed_content {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
.leaky_paywall_subscription_price {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
}
.leaky_paywall_subscription_price strong {
    font-weight: normal;
}
@media (max-width: 667px) {
    .leaky_paywall_subscription_price {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
.leaky-paywall-payment-button {
    margin-top: 1em;
}
.leaky-paywall-account-creation-wrapper {
    max-width: 700px;
    margin: 0 auto;
}
.leaky-paywall-subscription-details-wrapper {
    border: 1px solid;
    width: 350px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 0 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}
@media (max-width: 667px) {
    .leaky-paywall-subscription-details-wrapper {
        width: calc(100% - 15px * 2);
        padding: 15px;
    }
}
.leaky-paywall-subscription-details-title {
    font-size: 30px;
    line-height: 37px;
    letter-spacing: -0.025em;
    word-spacing: -0.02em;
    text-align: center;
}
@media (max-width: 667px) {
    .leaky-paywall-subscription-details-title {
        font-size: 19px;
        line-height: 28px;
        letter-spacing: -0.015em;
        word-spacing: -0.01em;
    }
}
.leaky-paywall-subscription-details {
    list-style-type: none;
    text-align: center;
    margin-top: 1em;
}
.leaky-paywall-subscription-details li {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
}
.leaky-paywall-subscription-details li strong {
    font-weight: normal;
}
@media (max-width: 667px) {
    .leaky-paywall-subscription-details li {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
.leaky-paywall-subscription-total {
    text-align: center;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
}
.leaky-paywall-subscription-total strong {
    font-weight: normal;
}
@media (max-width: 667px) {
    .leaky-paywall-subscription-total {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
.leaky-paywall-payment-form h3 {
    font-size: 30px;
    line-height: 37px;
    letter-spacing: -0.025em;
    word-spacing: -0.02em;
    text-align: center;
    margin-top: 2.5em;
    margin-bottom: 1em;
}
.leaky-paywall-payment-form .form-row {
    margin-bottom: 30px;
}
.leaky-paywall-payment-form .form-row label {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 6px;
    text-align: left;
    display: block;
}
@media (max-width: 667px) {
    .leaky-paywall-payment-form .form-row label {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-left: 15px;
    }
}
.leaky-paywall-payment-form .form-row input[type="text"],
.leaky-paywall-payment-form .form-row input[type="password"] {
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: "Times New Roman", serif;
    box-sizing: border-box;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.015em;
    word-spacing: -0.01em;
    border: 1px solid;
    border-radius: 56px;
    padding: 15px 30px;
    flex-grow: 1;
    width: 100%;
}
.leaky-paywall-payment-form .form-row input[type="text"][disabled],
.leaky-paywall-payment-form .form-row input[type="password"][disabled] {
    border-color: #000;
    background-color: rgba(0, 0, 0, 0.07);
    color: #000;
    cursor: not-allowed;
}
@media (max-width: 1024px) {
    .leaky-paywall-payment-form .form-row input[type="text"],
    .leaky-paywall-payment-form .form-row input[type="password"] {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: -0.015em;
        word-spacing: -0.015em;
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: auto;
        padding: 10px 18.75px;
        margin-right: 7.5px;
    }
}
@media (max-width: 1024px) and (max-width: 667px) {
    .leaky-paywall-payment-form .form-row input[type="text"],
    .leaky-paywall-payment-form .form-row input[type="password"] {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
.leaky-paywall-payment-form .form-row select {
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: "Times New Roman", serif;
    box-sizing: border-box;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.015em;
    word-spacing: -0.01em;
    border: 1px solid;
    border-radius: 56px;
    padding: 15px 30px;
    flex-grow: 1;
    width: 100%;
    padding-right: 60px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23000000'><polygon points='0,0 100,0 50,50'/></svg>")
        no-repeat;
    background-size: 12px;
    background-position: calc(100% - 30px) calc(50% + 3px);
    background-repeat: no-repeat;
    background-color: transparent;
}
.leaky-paywall-payment-form .form-row select[disabled] {
    border-color: #000;
    background-color: rgba(0, 0, 0, 0.07);
    color: #000;
    cursor: not-allowed;
}
@media (max-width: 1024px) {
    .leaky-paywall-payment-form .form-row select {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: -0.015em;
        word-spacing: -0.015em;
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: auto;
        padding: 10px 18.75px;
        margin-right: 7.5px;
    }
}
@media (max-width: 1024px) and (max-width: 667px) {
    .leaky-paywall-payment-form .form-row select {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
.leaky-paywall-payment-form .form-row select:empty {
    background-color: rgba(0, 0, 0, 0.07);
    cursor: not-allowed;
}
.leaky-paywall-payment-form .form-row textarea {
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: "Times New Roman", serif;
    box-sizing: border-box;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.015em;
    word-spacing: -0.01em;
    border: 1px solid;
    border-radius: 56px;
    padding: 15px 30px;
    flex-grow: 1;
    width: 100%;
    width: 100% !important;
    resize: none;
    border-radius: 32px;
    padding: 20px 30px;
}
.leaky-paywall-payment-form .form-row textarea[disabled] {
    border-color: #000;
    background-color: rgba(0, 0, 0, 0.07);
    color: #000;
    cursor: not-allowed;
}
@media (max-width: 1024px) {
    .leaky-paywall-payment-form .form-row textarea {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: -0.015em;
        word-spacing: -0.015em;
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: auto;
        padding: 10px 18.75px;
        margin-right: 7.5px;
    }
}
@media (max-width: 1024px) and (max-width: 667px) {
    .leaky-paywall-payment-form .form-row textarea {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
.leaky-paywall-payment-form .first-name,
.leaky-paywall-payment-form .last-name {
    width: calc((100% - 30px) / 2);
    display: inline-block;
}
@media (max-width: 667px) {
    .leaky-paywall-payment-form .first-name,
    .leaky-paywall-payment-form .last-name {
        width: 100%;
    }
}
.leaky-paywall-payment-form .first-name {
    margin-right: calc(30px - 5px);
}
@media (max-width: 667px) {
    .leaky-paywall-payment-form .first-name {
        margin-right: 0;
    }
}
.leaky-paywall-payment-form .newsletter-row input[type="checkbox"] {
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    position: relative;
    width: 2em;
    height: 2em;
    border: 1px solid;
    margin-top: -1px;
    margin-right: 7.5px;
    cursor: pointer;
    display: inline-block;
}
.leaky-paywall-payment-form .newsletter-row input[type="checkbox"]:checked {
    background-color: #000;
}
.leaky-paywall-payment-form
    .newsletter-row
    input[type="checkbox"]:checked:after {
    content: "\00a0";
    display: block;
    background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22"><polygon fill="white" points="8.96 17.41 3.08 9.63 3.88 9.03 8.83 15.58 16.04 2.59 16.92 3.07 8.96 17.41"/></svg>');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: -3px -3px;
    background-size: 130%;
}
.leaky-paywall-payment-form .newsletter-row label {
    cursor: pointer;
    display: inline-block;
    margin-left: 0;
}
@media (max-width: 667px) {
    .leaky-paywall-payment-form h3 {
        font-size: 27px;
        line-height: 30px;
        letter-spacing: -0.025em;
        word-spacing: -0.02em;
    }
}
.leaky-paywall-payment-method-container {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
}
.leaky-paywall-payment-method-container img {
    display: none;
}
.leaky-paywall-payment-method-container input[type="radio"] {
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    position: relative;
    width: 2em;
    height: 2em;
    border: 1px solid;
    border-radius: 100%;
    margin-top: -1px;
    margin-right: 7.5px;
}
.leaky-paywall-payment-method-container input[type="radio"]:checked:after {
    content: "\00a0";
    display: block;
    width: 70%;
    height: 70%;
    border-radius: 100%;
    background-color: #000;
    top: 0%;
    left: 0%;
    transform: translate(22%, 22%);
}
.leaky-paywall-payment-method-container input[type="radio"],
.leaky-paywall-payment-method-container label {
    cursor: pointer;
}
.leaky-paywall-card-details {
    margin-top: 30px;
}
.leaky-paywall-card-details .exp-month {
    display: inline-block;
    width: 100px !important;
    text-align: center;
    margin-right: 0.5em;
}
@media (max-width: 667px) {
    .leaky-paywall-card-details .exp-month {
        width: 75px !important;
    }
}
.leaky-paywall-card-details .exp-year {
    display: inline-block;
    width: 150px !important;
    text-align: center;
    margin-left: 0.5em;
}
@media (max-width: 667px) {
    .leaky-paywall-card-details .exp-year {
        width: 100px !important;
    }
}
.leaky-paywall-card-details .form-row:last-of-type label {
    display: block;
}
.leaky-paywall-checkout-button {
    text-align: center;
    margin-top: 2.5em;
    margin-bottom: 120px;
}
.leaky-paywall-message,
.leaky_paywall_message {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    margin-bottom: 2em;
    text-align: center;
    border: 1px solid;
    padding: 30px;
}
.leaky-paywall-message.error,
.leaky_paywall_message.error {
    color: red;
}
.leaky-paywall-message.success,
.leaky_paywall_message.success {
    color: green;
}
.leaky-paywall-message:last-of-type,
.leaky_paywall_message:last-of-type {
    margin-bottom: 30px;
}
@media (max-width: 667px) {
    .leaky-paywall-message,
    .leaky_paywall_message {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        padding: 15px;
    }
}
.texte-tarif-reduit {
    display: none;
}
.texte-tarif-reduit.is-visible {
    display: block;
}
.leaky-paywall-profile-wrapper {
    max-width: 700px;
    margin: 0 auto;
}
.leaky-paywall-profile-wrapper h2,
.leaky-paywall-profile-wrapper h2.leaky-paywall-profile-subscription-title,
.leaky-paywall-profile-wrapper h2.leaky-paywall-your-profile-header {
    font-size: 30px;
    line-height: 37px;
    letter-spacing: -0.025em;
    word-spacing: -0.02em;
    text-align: center;
    margin-top: 2.5em;
    margin-bottom: 1em;
    font-family: "Times New Roman", serif;
}
.leaky-paywall-profile-wrapper legend,
.leaky-paywall-profile-wrapper h3 {
    width: 100%;
    text-align: center;
    margin-top: 1em;
}
.leaky-paywall-profile-wrapper hr {
    display: none;
}
@media (max-width: 667px) {
    .leaky-paywall-profile-wrapper {
        font-size: 19px;
        line-height: 28px;
        letter-spacing: -0.015em;
        word-spacing: -0.01em;
    }
}
.leaky-paywall-profile-subscription-details {
    margin-bottom: 30px;
}
.leaky-paywall-profile-subscription-details thead {
    border-bottom: 1px solid;
}
.leaky-paywall-profile-subscription-details thead tr th {
    font-weight: normal;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-bottom: 1em;
}
.leaky-paywall-profile-subscription-details thead tr th:first-of-type {
    display: none;
}
.leaky-paywall-profile-subscription-details tbody {
    border-bottom: 1px solid;
}
.leaky-paywall-profile-subscription-details tbody tr td {
    padding-top: 0.4em;
    padding-bottom: 0.6em;
}
.leaky-paywall-profile-subscription-details tbody tr td:first-of-type {
    display: none;
}
.leaky-paywall-profile-subscription-details
    tbody
    tr
    td:last-of-type:first-letter {
    text-transform: uppercase;
}
.leaky-paywall-profile-subscription-details th,
.leaky-paywall-profile-subscription-details td {
    width: 25%;
    text-align: left;
    box-sizing: border-box;
    padding-right: 30px;
}
@media (max-width: 667px) {
    .leaky-paywall-profile-subscription-details tr {
        display: flex;
        flex-wrap: wrap;
        font-size: 15px;
        line-height: 20px;
        letter-spacing: -0.015em;
        word-spacing: -0.015em;
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}
@media (max-width: 667px) and (max-width: 667px) {
    .leaky-paywall-profile-subscription-details tr {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
#leaky-paywall-profile p {
    margin-bottom: 1.5em;
}
.issuem-leaky-paywall-subscriber-info {
    text-align: center;
}
.issuem-leaky-paywall-subscriber-info
    .leaky-paywall-your-payment-information-header {
    font-size: 30px;
    line-height: 37px;
    letter-spacing: -0.025em;
    word-spacing: -0.02em;
    text-align: center;
    margin-top: 2.5em;
    margin-bottom: 1em;
}
.issuem-leaky-paywall-subscriber-info p a {
    background: transparent linear-gradient(90deg, #000, #000) no-repeat 0 100%;
    background-size: 100% 1px;
    text-shadow:
        -1px 1px 0px #fff,
        -1px 0px 0px #fff,
        -1px -1px 0px #fff,
        -2px 1px 0px #fff,
        -2px 0px 0px #fff,
        -2px -1px 0px #fff,
        1px 1px 0px #fff,
        1px 0px 0px #fff,
        1px -1px 0px #fff,
        2px 1px 0px #fff,
        2px 0px 0px #fff,
        2px -1px 0px #fff;
}
.no-touchevents .issuem-leaky-paywall-subscriber-info p a:hover {
    background: none;
}
.leaky-paywall-logout-link {
    text-align: center;
}
.leaky-paywall-logout-link a {
    margin-left: 0.5em;
    position: relative;
    margin-top: -2px;
}
#leaky-paywall-delete-account {
    margin-top: 180px;
    margin-bottom: 60px;
}
.sabonner_tarif-reduit_link {
    text-align: center;
    margin-top: 30px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
}
.sabonner_tarif-reduit_link p {
    margin: 0 auto;
    margin-bottom: 1.5em;
    max-width: 700px;
}
.sabonner_tarif-reduit_link p a {
    background: transparent linear-gradient(90deg, #000, #000) no-repeat 0 100%;
    background-size: 100% 1px;
    text-shadow:
        -1px 1px 0px #fff,
        -1px 0px 0px #fff,
        -1px -1px 0px #fff,
        -2px 1px 0px #fff,
        -2px 0px 0px #fff,
        -2px -1px 0px #fff,
        1px 1px 0px #fff,
        1px 0px 0px #fff,
        1px -1px 0px #fff,
        2px 1px 0px #fff,
        2px 0px 0px #fff,
        2px -1px 0px #fff;
}
.no-touchevents .sabonner_tarif-reduit_link p a:hover {
    background: none;
}
.sabonner_tarif-reduit_link p:last-of-type {
    margin-bottom: 0;
}
.sabonner_tarif-reduit_link p strong {
    font-weight: normal;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
}
.sabonner_tarif-reduit_link h1,
.sabonner_tarif-reduit_link h2 {
    font-weight: normal;
    margin: 0 auto;
    margin-bottom: 1.5em;
    margin-top: 6em;
    max-width: 700px;
    box-sizing: border-box;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    font-size: 19px;
    line-height: 32px;
}
.sabonner_tarif-reduit_link h1 strong,
.sabonner_tarif-reduit_link h2 strong {
    font-weight: normal;
}
.sabonner_tarif-reduit_link h1 em,
.sabonner_tarif-reduit_link h2 em {
    font-style: normal;
}
@media (max-width: 667px) {
    .sabonner_tarif-reduit_link h1,
    .sabonner_tarif-reduit_link h2 {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 17px;
        line-height: 28px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        margin-top: 56px;
    }
}
.sabonner_tarif-reduit_link h1 {
    text-align: left;
    padding: 0;
}
.sabonner_tarif-reduit_link h3 {
    margin-bottom: 1.5em;
    margin-left: 30px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    font-size: 19px;
    line-height: 32px;
}
@media (max-width: 667px) {
    .sabonner_tarif-reduit_link h3 {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 17px;
        line-height: 28px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        margin-left: 15px;
    }
}
.sabonner_tarif-reduit_link h4 {
    margin-bottom: 1.5em;
    margin-left: 60px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    font-size: 19px;
    line-height: 32px;
}
@media (max-width: 667px) {
    .sabonner_tarif-reduit_link h4 {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 17px;
        line-height: 28px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        margin-left: 30px;
    }
}
.sabonner_tarif-reduit_link ul,
.sabonner_tarif-reduit_link ol {
    margin-left: 30px;
    margin-bottom: 30px;
}
@media (max-width: 667px) {
    .sabonner_tarif-reduit_link {
        font-size: 19px;
        line-height: 28px;
        letter-spacing: -0.015em;
        word-spacing: -0.01em;
    }
    .sabonner_tarif-reduit_link p {
        margin-bottom: 28px;
    }
    .sabonner_tarif-reduit_link p strong {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 17px;
        line-height: 28px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
    }
}
.account-footer {
    text-align: center;
    margin-top: 120px;
    margin-bottom: 30px;
}
.account-footer__text {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    text-align: center;
    margin-bottom: 22px;
}
.donate-options h2 {
    font-size: 30px;
    line-height: 37px;
    letter-spacing: -0.025em;
    word-spacing: -0.02em;
    text-align: center;
    margin-top: 2.5em;
    margin-bottom: 1em;
    font-family: "Times New Roman", serif;
}
.donate-options input[type="submit"],
.donate-options button[type="submit"] {
    min-width: 240px;
}
.donate-options__item {
    text-align: center;
}
.asp_product_buy_button {
    text-align: center;
}
.asp_product_buy_button input[type="text"] {
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: "Times New Roman", serif;
    box-sizing: border-box;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.015em;
    word-spacing: -0.01em;
    border: 1px solid;
    border-radius: 56px;
    padding: 15px 30px;
    flex-grow: 1;
    width: 100%;
    width: 500px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='64px' width='40px'><text x='0' y='37' fill='black' font-size='19'>€</text></svg>");
    background-repeat: no-repeat;
    background-position: center right;
    margin-bottom: 15px;
}
.asp_product_buy_button input[type="text"][disabled] {
    border-color: #000;
    background-color: rgba(0, 0, 0, 0.07);
    color: #000;
    cursor: not-allowed;
}
@media (max-width: 1024px) {
    .asp_product_buy_button input[type="text"] {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: -0.015em;
        word-spacing: -0.015em;
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: auto;
        padding: 10px 18.75px;
        margin-right: 7.5px;
    }
}
@media (max-width: 1024px) and (max-width: 667px) {
    .asp_product_buy_button input[type="text"] {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
@media (max-width: 667px) {
    .asp_product_buy_button input[type="text"] {
        width: 300px;
    }
}
.asp_product_item_amount_currency_label {
    padding-left: 10px;
    display: none !important;
}
.page-template-page-newsletters-management .mailpoet_paragraph label {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 6px;
    text-align: left;
    display: block;
}
@media (max-width: 667px) {
    .page-template-page-newsletters-management .mailpoet_paragraph label {
        font-family: "Helvetica Neue", sans-serif;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.02em;
        word-spacing: -0.04em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-left: 15px;
    }
}
.page-template-page-newsletters-management
    .mailpoet_paragraph
    input[type="text"] {
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: "Times New Roman", serif;
    box-sizing: border-box;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.015em;
    word-spacing: -0.01em;
    border: 1px solid;
    border-radius: 56px;
    padding: 15px 30px;
    flex-grow: 1;
    width: 100%;
}
.page-template-page-newsletters-management
    .mailpoet_paragraph
    input[type="text"][disabled] {
    border-color: #000;
    background-color: rgba(0, 0, 0, 0.07);
    color: #000;
    cursor: not-allowed;
}
@media (max-width: 1024px) {
    .page-template-page-newsletters-management
        .mailpoet_paragraph
        input[type="text"] {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: -0.015em;
        word-spacing: -0.015em;
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: auto;
        padding: 10px 18.75px;
        margin-right: 7.5px;
    }
}
@media (max-width: 1024px) and (max-width: 667px) {
    .page-template-page-newsletters-management
        .mailpoet_paragraph
        input[type="text"] {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
.page-template-page-newsletters-management
    .mailpoet_paragraph
    .mailpoet_checkbox_label {
    margin-left: 0;
}
.page-template-page-newsletters-management
    .mailpoet_paragraph
    input[type="checkbox"] {
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    position: relative;
    width: 2em;
    height: 2em;
    border: 1px solid;
    margin-top: -1px;
    margin-right: 7.5px;
    cursor: pointer;
}
.page-template-page-newsletters-management
    .mailpoet_paragraph
    input[type="checkbox"]:checked {
    background-color: #000;
}
.page-template-page-newsletters-management
    .mailpoet_paragraph
    input[type="checkbox"]:checked:after {
    content: "\00a0";
    display: block;
    background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22"><polygon fill="white" points="8.96 17.41 3.08 9.63 3.88 9.03 8.83 15.58 16.04 2.59 16.92 3.07 8.96 17.41"/></svg>');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: -3px -3px;
    background-size: 130%;
}
.page-template-page-newsletters-management
    .mailpoet_paragraph:first-of-type
    label {
    margin-left: 0;
    text-indent: 30px;
}
.page-template-page-newsletters-management
    .mailpoet_paragraph:first-of-type
    strong {
    display: block;
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: "Times New Roman", serif;
    box-sizing: border-box;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.015em;
    word-spacing: -0.01em;
    border: 1px solid;
    border-radius: 56px;
    padding: 15px 30px;
    flex-grow: 1;
    width: 100%;
    text-indent: 0;
    margin-top: 6px;
    cursor: disabled;
    background-color: rgba(0, 0, 0, 0.07);
}
.page-template-page-newsletters-management
    .mailpoet_paragraph:first-of-type
    strong[disabled] {
    border-color: #000;
    background-color: rgba(0, 0, 0, 0.07);
    color: #000;
    cursor: not-allowed;
}
@media (max-width: 1024px) {
    .page-template-page-newsletters-management
        .mailpoet_paragraph:first-of-type
        strong {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: -0.015em;
        word-spacing: -0.015em;
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: auto;
        padding: 10px 18.75px;
        margin-right: 7.5px;
    }
}
@media (max-width: 1024px) and (max-width: 667px) {
    .page-template-page-newsletters-management
        .mailpoet_paragraph:first-of-type
        strong {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
.page-template-page-newsletters-management .mailpoet_paragraph select {
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: "Times New Roman", serif;
    box-sizing: border-box;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.015em;
    word-spacing: -0.01em;
    border: 1px solid;
    border-radius: 56px;
    padding: 15px 30px;
    flex-grow: 1;
    width: 100%;
    padding-right: 60px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23000000'><polygon points='0,0 100,0 50,50'/></svg>")
        no-repeat;
    background-size: 12px;
    background-position: calc(100% - 30px) calc(50% + 3px);
    background-repeat: no-repeat;
    background-color: transparent;
}
.page-template-page-newsletters-management
    .mailpoet_paragraph
    select[disabled] {
    border-color: #000;
    background-color: rgba(0, 0, 0, 0.07);
    color: #000;
    cursor: not-allowed;
}
@media (max-width: 1024px) {
    .page-template-page-newsletters-management .mailpoet_paragraph select {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: -0.015em;
        word-spacing: -0.015em;
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: auto;
        padding: 10px 18.75px;
        margin-right: 7.5px;
    }
}
@media (max-width: 1024px) and (max-width: 667px) {
    .page-template-page-newsletters-management .mailpoet_paragraph select {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
.page-template-page-newsletters-management .mailpoet_paragraph:last-of-type {
    text-align: center;
}
.main.is-abonnement-cadeau .rcp_gateway_fields {
    display: none !important;
}
.main.is-abonnement-cadeau .rcp-renewal-date {
    display: none !important;
}
.main.is-abonnement-cadeau .rcp_registration_total {
    display: none !important;
}
.abonnements-select-wrapper {
    max-width: 960px;
    margin: 0 auto;
}
.abonnements-select {
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.abonnements-select fieldset {
    display: flex;
    flex-wrap: wrap;
}
.abonnements-select legend {
    font-size: 48px;
    line-height: 37px;
    letter-spacing: -0.025em;
    word-spacing: -0.02em;
    text-align: center;
    margin-top: 2.5em;
    margin-bottom: 1em;
    width: 100%;
    text-align: center;
}
.abonnements-select input[type="checkbox"] {
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    position: relative;
    width: 2em;
    height: 2em;
    border: 1px solid;
    margin-top: -1px;
    margin-right: 7.5px;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: -7px;
}
.abonnements-select input[type="checkbox"]:checked {
    background-color: #000;
}
.abonnements-select input[type="checkbox"]:checked:after {
    content: "\00a0";
    display: block;
    background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22"><polygon fill="white" points="8.96 17.41 3.08 9.63 3.88 9.03 8.83 15.58 16.04 2.59 16.92 3.07 8.96 17.41"/></svg>');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: -3px -3px;
    background-size: 130%;
}
.abonnements-select label {
    width: 100%;
    font-size: 27px;
    line-height: 30px;
    letter-spacing: -0.025em;
    word-spacing: -0.02em;
    cursor: pointer;
}
@media (max-width: 767px) {
    .abonnements-select label {
        letter-spacing: -0.025em;
        word-spacing: -0.02em;
    }
}
.abonnements-select__item {
    margin-bottom: 30px;
    width: 50%;
    box-sizing: border-box;
    padding-right: 60px;
}
.abonnements-select__item.is-musique-journal {
    pointer-events: none;
}
@media (max-width: 767px) {
    .abonnements-select__item {
        width: 100%;
        padding-right: 15px;
    }
}
@media (max-width: 480px) {
    .abonnements-select__item {
        padding-right: 0;
        margin-bottom: 20px;
    }
    .abonnements-select__item .flex.items-start.space-x-4 {
        gap: 12px;
    }
    .abonnements-select__item img {
        width: 80px !important;
        height: 80px !important;
    }
    .abonnements-select__item .flex-col {
        min-width: 0;
    }
    .abonnements-select__item label {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 4px;
    }
    .abonnements-select__item .text-sm {
        font-size: 12px;
        line-height: 16px;
    }
}
.abonnements-select__item__information {
    margin-left: 1.9em;
}
@media (max-width: 480px) {
    .abonnements-select__item__information {
        margin-left: 0;
    }
}
.abonnements-select__item__information__frequence {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
}
.abonnements-select__item__information__description {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.015em;
    word-spacing: -0.015em;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}
@media (max-width: 667px) {
    .abonnements-select__item__information__description {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}
.abonnements-select__item__information__lien {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.abonnements-select__item__information__lien a {
    background: transparent linear-gradient(90deg, #000, #000) no-repeat 0 100%;
    background-size: 100% 1px;
    text-shadow:
        -1px 1px 0px #fff,
        -1px 0px 0px #fff,
        -1px -1px 0px #fff,
        -2px 1px 0px #fff,
        -2px 0px 0px #fff,
        -2px -1px 0px #fff,
        1px 1px 0px #fff,
        1px 0px 0px #fff,
        1px -1px 0px #fff,
        2px 1px 0px #fff,
        2px 0px 0px #fff,
        2px -1px 0px #fff;
}
.no-touchevents .abonnements-select__item__information__lien a:hover {
    background: none;
}
.abonnements-list {
    display: none;
}
.abonnements-total {
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-right: 1.3em;
    display: flex;
    justify-content: space-between;
}
.abonnements-total span {
    font-size: 30px;
    line-height: 37px;
    letter-spacing: -0.025em;
    word-spacing: -0.02em;
}
.abonnements-total span:after {
    content: " € / an";
}
@media (max-width: 667px) {
    .abonnements-total span {
        font-size: 27px;
        line-height: 30px;
        letter-spacing: -0.025em;
        word-spacing: -0.02em;
    }
}
.abonnements-total__label {
    display: inline-block;
    position: relative;
    padding-left: 1.9em;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 19px;
    line-height: 32px;
    letter-spacing: -0.02em;
    word-spacing: -0.04em;
    top: 2px;
}
.abonnements-link {
    text-align: center;
}
.abonnements-data {
    display: none;
}

/* Partnership section */
.partenariat-section {
    max-width: 960px;
    margin: 60px auto 40px;
    padding: 40px 20px;
    border-top: 2px solid #000;
}

.partenariat-section__title {
    margin-bottom: 30px;
    text-align: center;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.partenariat-section__content {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.partenariat-section__logo {
    flex-shrink: 0;
}

.partenariat-section__description {
    flex-grow: 1;
}

.partenariat-options {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.partenariat-option {
    padding: 20px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
}

.partenariat-option__buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.partenariat-btn {
    display: inline-block;
    padding: 12px 24px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.2;
    transition: background-color 0.3s ease;
}

.partenariat-btn:hover {
    background-color: #333;
}

@media (max-width: 767px) {
    .partenariat-section__content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .partenariat-option__buttons {
        justify-content: center;
    }
    
    .partenariat-btn {
        width: 100%;
        text-align: center;
    }
}

#rcp_update_card_form .rcp-gateway-saved-payment-methods {
    list-style-type: none;
}
#rcp_update_card_form label {
    margin-left: 0;
}
#rcp_update_card_form .rcp-gateway-saved-card-delete a {
    margin-bottom: 0;
}
#rcp_update_card_form input[type="radio"] {
    border: none;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    position: relative;
    width: 2em;
    height: 2em;
    border: 1px solid;
    border-radius: 100%;
    margin-top: -1px;
    margin-right: 7.5px;
}
#rcp_update_card_form input[type="radio"]:checked:after {
    content: "\00a0";
    display: block;
    width: 70%;
    height: 70%;
    border-radius: 100%;
    background-color: #000;
    top: 0%;
    left: 0%;
    transform: translate(22%, 22%);
}
#rcp_update_card_form #rcp-card-name-wrapper {
    margin-bottom: 0;
}
#rcp_update_card_form .rcp-gateway-new-card-fields {
    margin-top: 1em;
}
::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: #000;
}
::selection {
    color: #fff;
    text-shadow: none;
    background: #000;
}
@media print {
    @page {
        margin: 2cm 1cm;
        margin: 1.5cm 0.5cm;
    }
    .menu,
    .menu-button,
    .header-account-menu {
        display: none;
    }
    .header-logo.is-mj {
        position: static;
    }
    .article__listen-buttons,
    .article-note,
    .article__footer__share,
    .article__footer__subscription,
    .comment-respond,
    .article__previous-post {
        display: none !important;
    }
    .article {
        margin-top: 30px;
        margin-top: -30px;
    }
    .article__title {
        margin-bottom: 0;
        padding-top: 0;
    }
    .article__title h1 {
        font-size: 30pt;
        line-height: 1em;
    }
    .article__header__right {
        max-width: 300px;
        page-break-inside: avoid;
    }
    .article__records {
        margin-top: 0em;
    }
    .article__records.has-multiple-records {
        display: flex;
        flex-wrap: wrap;
    }
    .article__records.has-multiple-records .article__records__item {
        width: 50%;
    }
    .article__records.has-multiple-records
        .article__records__item__artist-title::before {
        display: none;
    }
    .article__date-author {
        margin-top: 3em;
        margin-bottom: 3em;
    }
    .article__content {
        -moz-columns: 2;
        columns: 2;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
    .article__content p {
        max-width: 50ch;
    }
    .article__footer {
        max-width: none;
    }
    .article__comments {
        -moz-columns: 2;
        columns: 2;
        -webkit-gap: 30px;
        -moz-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        max-width: none;
        margin-bottom: 0;
        -moz-column-break-before: always;
        break-before: always;
    }
    .article__comments h3 {
        -moz-column-span: all;
        column-span: all;
        text-align: center;
    }
    .comment {
        page-break-inside: avoid;
    }
    .comment .reply {
        display: none;
    }
}
* {
    border-style: solid !important;
}
.page-container-inner {
    max-width: 1280px;
}
.page__content li {
    list-style-type: disc !important;
}

#wpadminbar {
    display: none;
}

.grecaptcha-badge {
    visibility: hidden;
}
