.logo {
    margin-left: 20px;
    width: 240px;
}

html {
    scroll-behavior: smooth;
}

.agenda-rdv {
    display: none;
}

.agenda-wrapper {
    margin-top: -20px;
}

.article-content:not(.no-lettrine) p:first-child:first-letter {
    font-size: 57px;
    font-weight: 900;
    display: block;
    float: left;

    margin-top: 14px;
    margin-right: 12px;
}



.breadcrumb-link:not(:last-child):after {
    content: "";
    width: 4px;
    height: 4px;
    border-right: 1px solid #b50030;
    border-top: 1px solid red;
    position: absolute;
    right: -11px;
    transform: rotate(45deg);
    top: 9px;
}


/* menu */

.menu-list .menu-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-right: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu-list .menu-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
}

.menu-list .current-menu-item a {
    border-bottom: 3px solid #ba1931;
}

.menu-list .menu-item a:hover {
    border-bottom: 3px solid #fff;
}


.nav-list .menu-item a {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    color: #201f1f;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
}

.nav-list .menu-item a:hover {
    color: #b50030;
}

.menu-revue .top-menu-revues :after,
.menu-entretiens .top-menu-entretiens :after,
.menu-recherches .top-menu-recherches :after,
.menu-agenda .top-menu-agenda :after,
.menu-articles .top-menu-articles :after,
.menu-dossiers .top-menu-dossiers :after,
.menu-auteurs .top-menu-auteurs :after,
.menu-parutions .top-menu-parutions :after {
    content: "";
    background-color: #B50030;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}


/* ----- */

.rubrique-title {
    text-transform: capitalize;
}

body:not(.single) .nav {

    top: 0;
    z-index: 120;
}

.nav {
    transition: all .6s;
    position: relative;
}

.nav.mini {
    transform: translateY(-156px);
}

.push-author {
    display: flex;
    flex-wrap: wrap;
}

.push-author div:not(:last-child):after {
    content: ',';
    margin-right: 5px;
}

.push-author div {
    white-space: nowrap;
}


.dossiers-top {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}

.dossiers-filters {
    display: flex;
}

.push-dossier-item {
    max-width: 480px;
}

.home-item-link,
.push-dossier-link {
    /* min-height: 305px;*/
}



.dossier-top-img {
    object-fit: cover;
    background-color: white
}

.article-dossier-title.black {
    color: #201f1f;
}


.article-dossier {
    max-height: calc(100vh - 130px);
}


.admin-bar .article-dossier {
    max-height: calc(100vh - 160px);
}


.article-content p {
    text-align: left !important;
}


@media (max-widrh:1460px) {

    .section-article {
        width: 100%;
    }
}

.push-abo {
    width: 100%;
    background-color: #f5f3ef;
    min-height: 300px;
    display: flex;
    justify-content: center;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    position: relative;
    align-items: stretch;
}


.push-abo:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 300px;
    background: linear-gradient(0deg, rgb(248 248 247) 0%, rgba(248, 248, 247, 0) 100%);
    top: 0;
    transform: translateY(-100%);
}

.push-abo-left {
    width: 400px;
}

.push-abo-right {
    flex: 1;
}

/* ----- */

.wpgb-facet ul .wpgb-button {
    display: block;
    padding: 6px 14px 4px !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: #dfd8cb !important;
    border-radius: 20px !important;
    -webkit-transition: all 400ms ease !important;
    transition: all 400ms ease !important;
    color: #201f1f !important;
    font-size: 12px !important;
    line-height: 12px !important;
    letter-spacing: 0.7px !important;
    text-decoration: none;
    text-transform: uppercase;
    min-height: initial !important;
    outline: none !important;
    transition: all .4s ease-in-out;
}

.wpgb-facet ul .wpgb-button:hover {
    border-color: #cac8c2 !important;
}

.wpgb-facet ul .wpgb-button:hover .wpgb-button-label {
    color: #7f7f7d !important;
}

.wpgb-button-label {
    font-size: 12px !important;
    padding: 0 !important;
    line-height: 14px !important;
    transition: all .4s ease-in-out;
}

.wpgb-facet .wpgb-button[aria-pressed="true"] {
    background-color: #dfd8cb !important;
    border-color: #dfd8cb !important;
}

.wpgb-facet>fieldset:last-child {
    margin-bottom: 10px !important;
}

.footer {
    width: 100%;
}

.article-dossier-link.w--current {
    border-left-color: #b50030;
}

.article-dossier-link:hover {
    border-left-color: #e3e1db;
    background: #e3e1db;
}


/*
.logged-in .section-nav-article {
    top: 34px;
}
*/

/* Tag taxo*/

.tag-taxo-list {
    justify-content: start;
    position: relative;
}


.tag-taxo {
    transition: all .4s ease;
}

.tag-taxo.parution:hover {
    transform: scale(.95);
}


.tag-taxo.articles {
    color: #201f1f;
    background-color: transparent;
    border: 1px solid #201f1f;
}

.home .full .tag-taxo.articles {
    color: #8d7b6f;
    background-color: white;
    border: none;
}

.tag-taxo.revue {
    background-color: #b5002f;
}

.tag-taxo.entretien {
    background-color: #d0a187;
}


.home .tag-taxo.entretien {
    background-color: #DD9565;
}



.tag-taxo.editoriaux {
    background-color: #9ab39f;
}

.tag-taxo.abo {
    background-color: #DD9565;
}

.tag-taxo.recherche {
    background-color: #a27485;
}

.tag-taxo.auteur {
    background-color: #a27485;
}



.tag-taxo.encart-white {
    background-color: white;
    color: black;
}




.tag-taxo+.tag-taxo {
    margin-left: 5px;
}

.tag-taxo-wrapper {
    display: flex;
}


.auteur-img {
    height: 200px;
    width: 200px;
    border-radius: 100%;
}

.auteur-img-mini {
    height: 160px;
    width: 160px;
    border-radius: 100%;
}

.push-auteur-item {
    max-width: 360px;
    width: 25%;
}

.push-auteur-item .push-dossier-link {
    background: white;
}

.breadcrumb-link.current {
    pointer-events: none;
}

.page-template-template-page-auteurs .wpgb-input,
.post-type-archive-agenda .wpgb-select-facet,
.post-type-archive-parution .wpgb-input,
.page-template-template-page-revues .wpgb-search-facet {
    background: white !important;
    border-color: transparent !important;
}

.page-template-template-page-dossiers .wpgb-input {
    background: #f3f3f3 !important;
    border-color: transparent !important;
}


/* parution */

.parution-img {
    width: 240px;
    border: 1px solid #e3e1db;
    object-fit: cover;
    margin-right: 30px;
    height: auto;
}

.parution-img-right {
    width: 240px;
    border: 1px solid #e3e1db;
    margin-bottom: 20px;
    height: auto;
}


.parution-link {
    transition: all 400ms ease;
}

.parution-link:not(.revue-link):hover {
    transform: scale(.98);
}

.page-template-template-page-revues .parution-link:hover {
    transform: scale(1);
}


.push-parution-content {
    padding-top: 20px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.parution-right-content {
    background-color: #f8f8f7;
}


.highlight {
    width: 100%;
}

.highlight .parution-link {
    min-height: 600px;
    padding: 40px 50px;
}

.highlight .parution-img {
    height: 520px;
    width: auto;
    margin-right: 60px;
}

.highlight .parution-link:hover {
    transform: scale(.99);
}

.page-template-template-page-revues .highlight .parution-link:hover {
    transform: scale(1);
}

.highlight .push-title {
    font-size: 38px;
    line-height: 42px;
    letter-spacing: .3px;
}

.highlight .push-parution-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 40px;
    padding-right: 60px;
}

.highlight .push-text {
    font-size: 18px;
    line-height: 24px;
}

.highlight .push-author {
    font-size: 16px;

}

/* cp */

.icon-cp {
    position: absolute;
    right: 0;
}

.article-infos {
    position: relative;
    font-family: freight-text-pro, sans-serif;
    font-size: 20px;
}

.article-infos .icon-cp {
    top: -4px;
}

.article-dossier-bottom::-webkit-scrollbar {
    display: none;
}


/* article */

.article {
    padding: 10px 50px 50px;
}


.article-title {
    margin-bottom: 25px;
    font-family: kazimirtext, sans-serif;
    font-size: 38px;
    line-height: 42px;
    font-weight: 600;
    letter-spacing: -1px;
}


.article-nav-title {
    width: 100%;
    font-family: kazimirtext, sans-serif;
    font-weight: 600;
    font-size: 18px;
}


.article-content h2 {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -1px;
    font-family: kazimirtext, sans-serif;
    width: 100%;
    border-bottom: 1px solid #e3e1db;
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 15px;
    padding-top: 20px;
    font-weight: 600;

}

.article-content h3 {
    margin-top: 40px;
    margin-bottom: 30px;
    margin-left: 20px;
    font-weight: 600;
    font-family: kazimirtext, sans-serif;
    letter-spacing: -.7px;
}

.article-content h4 {
    padding-left: 20px;
}

.article-content p {
    margin-bottom: 20px;
    padding-left: 20px;
}

.article-content {
    font-size: 20px;
}


.article-content strong {
    font-weight: bold;
    font-weight: 700;
    font-size: 21px;
    letter-spacing: -.5px;
}

/*
.article-content blockquote {
    margin: 60px 0 60px 20px;
    padding: 10px 70px 10px 70px;
    border-left: 7px solid #e3e1db;
    font-size: 21px;
    line-height: 36px;
    font-style: italic;
    font-weight: 600;
    letter-spacing: -.5px;
}
*/

.article-content blockquote {
    margin: 40px 0 20px 20px;
    padding: 10px 70px 10px 20px;
    border-left: 7px solid #f8f8f7;
    font-size: 22px;
    line-height: 36px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: -.5px;
    text-align: justify;
    position: relative;
    display: inline-block;
}

.article-content blockquote footer {
    font-style: initial;
    font-size: 18px;
    color: #a38e80;
}

.article-content blockquote:before {
    content: "\201C";
    font-size: 80px;
    position: absolute;
    color: #e4dfd3;
    font-style: initial;
    left: -32px;
    font-family: kazimirtext, sans-serif;
    font-weight: 100;
}

.article-content blockquote:after {
    content: "\201D";
    font-size: 80px;
    position: absolute;
    color: #e4dfd3;
    font-style: initial;
    right: 8px;
    bottom: 0;
    font-family: kazimirtext, sans-serif;
    font-weight: 100;
}



.article-content blockquote p {
    margin-bottom: 0;
}



.article-content iframe {
    margin-bottom: 30px;
}

.article-content a {
    color: #b5002f;
    text-decoration: none;
    font-weight: 600;
    margin: 0 4px;
    letter-spacing: -.5px;
}

.article-content a:hover {
    text-decoration: underline;
}

/* agenda */

.agenda-item .wp-post-image {
    width: 100%;
    height: auto;
}


.intro-page {
    margin-bottom: 20px;
}

.agenda-month {
    margin-top: 40px;
    text-transform: capitalize;
}



.top-page {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}

.wpgb-facet-6 {
    margin-top: 20px;
}

.wpgb-facet-6 .wpgb-button {
    background: white;
    border: white;
}

.wpgb-facet-6 .wpgb-button[aria-pressed="true"] {
    background-color: #b5002f !important;
    border-color: #dfd8cb !important;
    color: white !important;
}

.wpgb-facet-6 .wpgb-button[aria-pressed="true"]:hover .wpgb-button-label {
    color: #ddd !important;
}

.article-nav-print:hover .print-img {
    transform: scale(1.1);
}

.article-nav-print:hover {
    background: #f5f3ef;
}

.article-nav-print,
.print-img {
    transition: all .4s ease-in-out;
}

.logo-text {
    width: 180px;
}


.revue-img {
    height: auto;
    width: 240px;
}

.article-rs-wrapper {
    min-width: 220px;
}

.article-nav-print {
    min-width: 80px;
}

.article-auteur-list {
    display: flex;
}

.many-author .article-author-description,
.many-author .article-author-img {
    display: none;
}

.many-author .article-author:not(:last-child) .article-author-title:after {
    content: ',\00a0 ';
}

.article-author-title {
    transition: all .4s;
}

.article-author:hover .article-author-title {
    color: #a38e80;
}

.dossier-single-left {
    margin-right: 10px;
    margin-bottom: 10px;
    min-width: 34%;
    margin-top: 10px;
}

.dossier-left {
    padding: 30px 30px 15px;
}

.dossier-title {
    font-size: 34px;
    line-height: 34px;
    margin-top: 10px;
}

.wpgb-facet .wpgb-toggle-hidden {
    background: transparent !important;
    color: #2a2a2a !important;
    outline: none !important;
}

.wpgb-facet .wpgb-toggle-hidden:hover {
    color: #b5002f !important;
}

.dossier-left {
    min-height: initial;
}

.abo-push-text {
    text-align: left;
}

.abo-switch {
    cursor: pointer;
}

.right .abo-switch-select {
    left: 98px;
}

.abo-switch-select,
.abo-switch-text {
    transition: all .4s ease-in-out;
}

.duration1y .text2y {
    display: none;
}

.duration2y .text1y {
    display: none;
}


.abo-img {
    max-width: 80%;
    max-height: 150px;
}


/*product*/

.variations {
    width: 100%;
}

.reset_variations,
.single_variation_wrap .quantity {
    display: none !important;
}

.single_variation_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding-top: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #e3e1db;
}

.single_add_to_cart_button {
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #b50030;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.variations label {
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    padding-left: 5px;
}

.single_variation_wrap .amount,
.single_variation_wrap .subscription-details {
    margin-bottom: 4px;
    font-family: freight-text-pro, sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
}

.subscription-details,
.product-bottom {
    display: none;
}


.variations select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    border: 1px solid #e3e1db;
    font-size: 16px;
    padding: 10px 20px;
    margin: 8px;
    width: 210px;

    outline: none;
    cursor: pointer;
    transition: all .4s ease-in-out;

    background: white;

    background-repeat: no-repeat;
    background-position: 92% 50%;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='14px' height='9px' viewBox='0 0 14 9' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg fill='%23B50030' fill-rule='nonzero'%3E%3Cg %3E%3Cpolygon id='_Compound_Path_' points='7 8.4 0 1.36338462 1.448125 1.13686838e-13 7 5.656 12.551875 1.13686838e-13 14 1.36338462'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.variations select:hover {
    border: 1px solid #bfbfbf;
}


.variations .value {
    text-align: right;
}


.abo-item-link {
    transition: all 400ms ease;
}

.abo-item-link:hover {
    transform: scale(.98);
}

.abo-item-link:hover .btn {
    background-color: #201f1f;
}

.abo-choice-price {
    margin-bottom: 7px;
}

.abo-choice-title {
    text-transform: uppercase;
    font-size: 28px;
}

/*faq*/

.faq-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 20px 20px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    text-decoration: none;

}

.faq-wrapper {
    width: 100%;
}


.faq-link.open .faq-text {
    display: block;
}

.faq-more,
.faq-title {
    cursor: pointer;
}

.faq-more:hover,
.faq-text a {
    color: #b5002f;
}


/*account */

.subscription-auto-renew-toggle__i {
    height: 24px !important;
    width: 64px !important;
}

.subscription-auto-renew-toggle__i:before {

    width: 32px !important;
    height: 20px !important;

    border-radius: 55px !important;
}

.subscription-auto-renew-toggle {
    margin-left: 0px !important;
    margin-bottom: 0px !important;
    top: 0px !important;
}

.subscription-auto-renew-toggle--on .subscription-auto-renew-toggle__i {
    background-color: #ba1831 !important;
    border-color: #ba1831 !important;
}

.my_account_orders+.woocommerce-customer-details {
    display: none;
}

.wc-saved-payment-methods {
    padding: 0;
}

.wc-saved-payment-methods input {
    margin: 10px 10px 10px 5px;
}

/*
.my-account-content-wrapper .button:not(.woocommerce-button) {
    padding: 13px 20px;
    border-radius: 5px;
    background-color: #e4e1dc;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    color: #212127;
    line-height: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}

.my-account-content-wrapper .button:hover{
    background-color: #a38e80 !important;
    color:white;
}
*/

.entretien-img {
    height: 160px;
    width: 160px;
    border-radius: 160px;
    margin-bottom: 10px;
    object-fit: cover;
}

/* QUICKFIX*/

.btn {
    white-space: nowrap;
    border: none;
    cursor: pointer;
}

.nav-list .menu-item a {
    white-space: nowrap;
}

.dossier-title {
    text-transform: uppercase;
}

.tax-dossier .dossier-single-left {
    /*margin-top: 10px;*/
}

.article-right {
    top: 30px;
}

.admin-bar .article-right {
    top: 60px;
}

.account-img {
    height: 17px;
}

.account-text {
    transition: all .4s ease;
}

.cta-account:hover .account-text {
    color: #a38e80;
}

.woocommerce-PaymentBox {
    display: block !important;
}

.woocommerce-PaymentMethods #payment_method_stripe {
    display: none;
}

.woocommerce-PaymentMethod label {
    display: none;
}

.first-payment-date {
    display: none;
}

.variation-Dure+.variation-Dure,
.variation-Pays+.variation-Pays,
.variation-Statut+.variation-Statut {
    margin-left: 5px;
    font-weight: 700;
}

#order_review .product-name:first-line {
    font-weight: 700;
}

.blockOverlay {
    background-color: #e4e1dc !important;
}

.my-account-content-wrapper {
    width: 100%;
}

.dossier-left {
    max-width: initial;
}

.dossier-single-left {
    max-width: 420px;
}

/* home */

.section-home-top {
    display: flex;
    width: 100%;
    max-width: 1440px;
    padding: 0px 10px;
}

.home-left {
    width: 66.66%;
    height: 540px;
    padding: 10px;
    display: flex;
}

.home-left-content {
    width: 100%;
    height: 100%;
    background: #201f1f;
}

.home-right {
    flex: 1;
    height: 540px;
    display: flex;
}

.home-right-content {
    width: 100%;
    height: 100%;
    background: #201f1f;
}

.section-home-list {
    padding: 0px 10px 40px;
}

.section-home-text {
    display: flex;
    width: 100%;
    max-width: 1440px;
    padding: 0px 30px 0 30px;
    justify-content: space-between;
    align-items: flex-end;
}

.logo-home {
    width: 190px;
    margin-top: 4px;
    margin-right: 6px;
}

.home-text-left {
    display: flex;
    align-items: flex-end;
    font-family: freight-text-pro, sans-serif;
    font-style: italic;
    font-size: 17px;
    line-height: 30px;
}

.home-text-right {
    text-transform: uppercase;
    font-style: italic;
    line-height: 26px;
}

.home-left-content,
.home-right-content {
    transition: all 400ms ease;
    position: relative;
}

.home-left-content:hover,
.home-right-content:hover {
    transform: scale(.98);
}


.home-h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px;
    font-family: 'kazimirtext';
    letter-spacing: -1px;
    font-weight: 100;
    margin-bottom: 30px;
}

.home-dossiers-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1440px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}


.home-top-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.home-top-gradient {
    width: 100%;
    height: 75%;
    background: linear-gradient(180deg, rgba(32, 31, 31, 0) 50%, rgba(32, 31, 31, 0.5) 100%);
    position: absolute;
    bottom: 0;
}

.home-top-content {
    position: absolute;
    z-index: 100;
    bottom: 20px;
    left: 30px;
}

.home-top-title {
    color: white;
    font-family: 'kazimirtext';
    font-size: 56px;
    font-weight: 600;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin: 10px 0;
}

.home-top-bandeau {
    background: #b50030;
    color: white;
    text-transform: uppercase;
    position: absolute;
    padding: 4px 20px;
    letter-spacing: 1px;
    transform: translate(-30px, -40px);
    font-size: 16px;
    font-family: freight-text-pro, sans-serif;
}

.home-top-undertitle {
    margin-bottom: 4px;
    font-family: Lato, sans-serif;
    color: #201f1f;
    font-size: 13px;
    line-height: 23px;
    font-weight: 700;
}

.home-item-link.full {
    padding: 0;
}

.full .push-content {
    padding: 20px 20px 15px;
}

.push-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60%;
    object-fit: cover;
    z-index: 1;
}

.push-img-bkg {
    left: 0;
    top: 0;
    width: 100%;
    height: 260px;
    object-fit: cover;
    z-index: 1;
}

.push-top.over {
    position: absolute;
    padding: 20px 20px 15px;
    width: 100%;
    z-index: 2;
}

.push-img-wrapper {
    position: relative;
}

.push-img-gradient {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    top: 0;
    display: none;
}

.push-content {
    z-index: 10;
}

.home-item-link {
    position: relative;
    overflow: hidden;
}

.push-gradient {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(32, 31, 31, 0) 0%, rgba(32, 31, 31, 1) 60%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}


.black .push-title {
    margin-top: 230px;
}

.black .push-text,
.black .push-title,
.black .push-cta {
    color: white;
}


.section-home-agenda {
    display: flex;
    width: 100%;
    max-width: 1440px;
    padding: 30px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home-list {
    width: 33.33%;
}

.section-home-articles {
    display: flex;
    width: 100%;
    max-width: 1440px;
    padding: 10px 10px 30px;
    flex-direction: row;
    align-items: flex-start;

}

.home-item {
    padding: 10px 10px 15px;
}

.section-home-entretien {

    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px 10px;
}



.home-entretien-wrapper {
    display: flex;
    width: 100%;
    max-width: 1440px;
    padding: 10px 10px 40px;

    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}


.home-entretien {
    width: 50%;
    display: flex;
    color: #201f1f;
    text-decoration: none;
    padding: 10px 30px;
}

.home-entretien-content {
    padding: 0 40px;
}


.section-home-parution {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px 10px;
    background-color: white;
}

.home-parution-wrapper {
    display: flex;
    width: 100%;
    max-width: 1440px;
    padding: 0px 10px;

    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-items: flex-start;

}

.home-parution {
    width: 25%;
    color: #201f1f;
    text-decoration: none;
    padding: 20px 20px 40px;
}

.home-entretien .push-cta,
.home-parution .push-cta {
    color: #b5002f;
}

.home-entretien:hover,
.home-parution:hover {
    transform: scale(.97);
}

.home-entretien,
.home-parution {
    transition: all .4s ease;
}



.section-home-revue {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px 10px;
    background-color: #720B26;
    color: white;
    display: none;
}

.home-revue-wrapper {
    display: flex;
    width: 100%;
    max-width: 1440px;
    padding: 0px 10px;

    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.home-revue {
    width: 25%;
    color: #201f1f;
    text-decoration: none;
}



.section-home-apropos {
    background: white;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px 10px;

}

.home-apropos-wrapper {
    font-family: freight-text-pro, sans-serif;
    width: 100%;
    max-width: 1440px;
    padding: 20px 100px 40px;
    flex-wrap: wrap;
    columns: 2;
    column-gap: 80px;
    font-size: 18px;
    line-height: 28px;
}



.term-entretien .article-item {
    width: 25%;
}

.push-parution-img {
    margin: 10px 0 20px;
    border: 1px solid #edeae3;
}

.menu-mobile-wrapper {
    display: none;
}

.btn-burger {
    display: none;
}

.home-item {
    width: 100%;
}

.home-list .agenda-item {
    width: 100%;
}

.home .home-item-link.full,
.home .item-entretien {
    min-height: 562px;
}

.home-right .home-item-link.full {
    min-height: 520px;
}

.main-home {
    padding-top: 10px;
}

.push-banner {
    display: flex;
    height: 100%;
    width: 100%;
    transition: all .4s ease;
}

.home .push-banner {
    padding: 10px;
}

.push-banner:hover {
    transform: scale(.97);
}

.push-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.home .push-banner img {
    min-height: 405px;
}

@media (max-width:1440px) {
    .home .push-banner img {
        min-height: initial;
    }
}

.cross-article-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 10px 0 60px;
}


.cross-title {
    font-size: 32px;
    line-height: 36px;
    margin-left: 20px;
    font-family: 'kazimirtext';
    letter-spacing: -1px;
    font-weight: 100;
    margin-bottom: 30px;
}

.section-article-bottom {
    display: flex;
    justify-content: center;
}

.theme-link.rubrique {
    background-color: #dfd8ca;
}

.theme-link.rubrique:hover {
    border-color: #b50030;
    background-color: #b50030;
    color: #fff;
}

.theme-list {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.theme-item {
    margin: 4px 0 2px 10px;
}

.theme-link {
    white-space: nowrap;
}

.article-top {
    padding-top: 20px;
}

.push-img-home {
    max-height: 280px;
    width: auto;
    object-fit: contain;
    margin-bottom: 20px;
    margin-top: 5px;
    object-position: left;
}

.push-btn {
    padding: 8px 20px;
    border-radius: 5px;
    background-color: #b50030;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 10px 0;

}

.push-btn:hover {
    background-color: #201f1f;
}

.item-libre {
    align-items: flex-start;
}


.home-item-link.item-libre:hover {
    transform: scale(1);
}

.logo-link {
    position: relative;
    transition: all .4s ease-in-out;
}

.logo-link:hover {
    transform: scale(.97);
    opacity: .9;
}

.big-title {
    font-size: 64px;
}

.push-top {
    position: relative;

}

.article-number {
    color: #cab398;
}

.icon-cp-dossier {
    margin-left: 10px;
}


.home .parution-img {
    width: 240px;
    border: 1px solid #e3e1db;
    object-fit: cover;
    margin-bottom: 30px;
    margin-right: 0;
    height: auto;
}



.subscription-next-payment,
.product-left .btn {
    display: none;
}

.page-h2 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px;
    font-family: 'kazimirtext';
    letter-spacing: -1px;
    font-weight: 100;
    margin-bottom: 0px;
}

.confirm-h2 {
    font-size: 26px;
    line-height: 36px;
    margin-top: 20px;
    font-family: 'kazimirtext';
    font-weight: 100;
    margin-bottom: 10px;
}

.abo-item-link {
    max-width: 440px;
}

.popin {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    top: 0;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
}

.popin-content {
    z-index: 10;
    background: white;
    padding: 60px 80px 40px;
    font-family: lato, sans-serif;
    color: #201f1f;
    font-size: 16px;
    width: 100%;
    max-width: 660px;
    position: relative;
    margin: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.popin-btn {
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #b50030;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    margin-top: 10px;
    cursor: pointer;
}

.popin-btn:hover {
    background-color: black;
}

.popin-content a {
    color: #b50030;
    text-decoration: none;
}

.popin-content a:hover {
    text-decoration: underline;
}

.logo-popin {
    margin-bottom: 10px;
    width: 250px;
}

.popin-close {
    position: absolute;
    z-index: 110;
    right: 10px;
    top: 10px;
    width: 32px;
    cursor: pointer;
}

.popin.show {
    opacity: 1;
    pointer-events: auto;
    transition: all 1s ease;
}

@media (max-width:480px) {

    .popin-content {
        z-index: 10;
        background: white;
        padding: 60px 30px 40px;
        font-family: freight-text-pro, sans-serif;
        color: #201f1f;
        font-size: 16px;
        width: 100%;
        max-width: 100%;
        position: relative;
        margin: 10px;
    }
}

.push-abo-left,
.push-abo-right {
    font-family: Lato, sans-serif;
    font-size: 18px;
    padding: 25px 45px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}


.push-right-content {
    display: flex;
    align-items: center;
}

.push-right-content img {
    width: 140px;
}

.push-abo-text {
    padding-left: 50px;
    font-size: 20px;
}

.text-push-abo {
    font-size: 14px;
    font-family: 'Lato';
    width: 100%;
    line-height: 20px;
    padding: 10px;
}

.push-abo h2 {
    margin-bottom: 0;
}


.form-content {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}


.forgotten {
    font-size: 14px;
}

.push-abo input[type=text],
.push-abo input[type=password] {
    line-height: normal;
    padding: 4px 10px;
    border: none;
    font-weight: 500;
    height: 40px;
    margin-bottom: 5px;
}

.push-abo label {
    margin-top: 5px;
    font-weight: 400;
}


.push-abo h4 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -1px;
    font-family: kazimirtext, sans-serif;
    padding: 0;
    font-weight: 400;
}

.push-abo .btn {
    color: white;
    margin: 0;
    letter-spacing: 1px;
    text-decoration: none !important;
}


.push-abo form {
    width: 100%;
}


.admin-bar .section-nav-article {
    top: 32px;
}

.over .icon-cp {
    right: 15px;
}

.home-item-link:hover {
    transform: scale(0.97);
}

.push-dossier-link:hover {
    transform: scale(0.97);
}

.section-article {
    padding-top: 20px;
    padding-bottom: 30px;
}

.dossier-single-wrapper {
    padding-top: 0px;
}

.article-left {
    max-width: 1100px;
}

.content-wrapper {
    padding-right: 0;
    padding-left: 0;
}

.cross-article-list {
    margin: 10px 0 10px;
}

.page-template-template-page-auteurs .intro-page {
    display: none;
}

.section-abo {
    padding: 30px 20px;
}

.push-top {
    width: 100%;
}

.home-right,
.home-left {
    height: 32vw;
    max-height: 472px;
    margin-bottom: 0;
}

.home .section-home-top .push-banner img {
    aspect-ratio: 1 / 1;
}

.section-home-articles {
    padding: 0px 10px 30px;
}

.section-home-text {
    padding: 5px 30px;
}


.woocommerce-lost-password .woocommerce>p {
    padding: 30px 40px !important;
}

.woocommerce-Message .account-cta {
    display: none;
}



.woocommerce-order-pay .woocommerce {
    background: white;
    padding: 40px;
    border-radius: 8px;
}

.product-name a {
    color: black;
    text-decoration: none;
}


.fme_view_checkout_file {
    padding: 10px 10px;
    background-color: transparent !important;
}

.woocommerce_account_subscriptions {
    text-align: center;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.woocommerce-MyAccount-content {
    height: 100%;

}

.woocommerce_account_subscriptions img {
    margin-bottom: 20px;
}

.woocommerce_account_subscriptions .btn {
    margin-top: 20px;
}


.woocommerce_account_subscriptions a:not(.btn) {
    color: #b50030;
    text-decoration: none;
}

.woocommerce_account_subscriptions a:not(.btn):hover {

    text-decoration: underline;
}

.revue-item {
    width: 50%;
    padding: 10px;
}

.revue-item.highlight {
    width: 100%;
}

.revue-item.third {
    width: 33.333333%;
}

.revue-item.quarter {
    width: 25%;
}

.icon-newspaper {
    width: 24px;
    margin-left: 10px;
}

.revue-link {
    min-height: inherit;
    flex-direction: column;
}

.btn-small.red {
    background: #b5032f;
    color: white;
    border: 1px solid #ba1931;
    margin: 10px 0 0 0;
}

.revue-link img {
    width: 200px;
    border: 1px solid #e3e1db;
    object-fit: cover;
    /* margin-right: 30px; */
    height: auto;
    margin-bottom: 30px;
}

.revue-link .push-parution-content {
    padding-top: 0px;
}

.half .revue-link .parution-img {
    width: 200px;
}

.half .revue-link {
    align-items: center;
}

.half .revue-link .push-author {
    margin-bottom: 0px;
}

.btn-small {
    font-family: Lato, sans-serif;
    color: #201f1f;
    font-size: 12px;
    line-height: 23px;
    border: 1px solid #e3e1db;
    text-decoration: none;
    padding: 5px 8px 5px 14px;
    border-radius: 5px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    transition: all 1s ease;
}

.btn-small:hover {
    background: black;
    border-color: black;
    color: white;
}

.btn-small:hover svg {
    fill: white;
}

.btn-small svg {
    transition: all 1s ease;
}


.btn-wrapper {
    margin-top: 20px;
    display: flex;
}

.quarter .btn-wrapper {
    flex-direction: column;
    align-items: flex-start;
}

.icon-list {
    height: 17px;
    margin-left: 6px;
}

.icon-download {
    width: 25px;
    margin-left: 2px;
    margin-right: -2px;
}


.quarter h3 {
    font-size: 22px;
}

@media (max-width: 1024px) {
    .revue-item.third {
        width: 50%;
    }

    .revue-item.half {
        width: 50%;
    }

    .revue-item.quarter {
        width: 50%;
    }

}

@media (max-width: 991px) {
    .revue-item.third {
        width: 100%;
    }

    .revue-item.half {
        width: 100%;
    }

    .revue-item.quarter {
        width: 100%;
    }

    .btn-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .revue-link .push-parution-content {
        padding-top: 20px;
    }

    .quarter .revue-link .push-parution-content {
        padding-top: 0px;
    }

    .quarter .revue-link .push-author {
        margin-bottom: 0px;
    }

    .parution-link {
        padding: 20px;
    }

}

.img-speaker {
    object-fit: cover;
}

.programme-rdv:last-child {
    border-bottom: none;
}

form.search-form {
    position: absolute;
    bottom: 0;
    right: 0px;
    margin-block-end: 0;
}

.search-input {
    display: flex;
    height: 50px;
    align-items: center;
}

.search-field-header {
    background: transparent;
    border: 1px white solid;
    padding: 10px 20px;
    color: white;
    border-radius: 50px;
    font-size: 14px;
    margin: 0;
    width: 220px;
    outline: none;
}

.search-img {
    transform: translateX(-40px);
}


.search-top .rubrique-title-wrapper {
    margin-bottom: 0;
    align-items: flex-start;
    flex-direction: column;
}

.search-top .article-number-rubrique {
    align-items: flex-start;
    flex-direction: column;
    line-height: 16px;
    margin-left: 0;
}

.search-top .rubrique-title {
    line-height: 64px;
}

.search-pagination {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.search-pagination .current,
.search-pagination a {

    text-decoration: none;
    color: #201f1f;
    font-family: Lato, sans-serif;
    padding: 0px 10px;
    margin: 0 7px;
    font-size: 14px;
    font-weight: 700;
}

.search-pagination a:hover {
    color: #b5002f;
    text-decoration: underline;
}

.page-numbers.current {
    color: #b5002f;
}

.w-dyn-empty {
    padding: 30px 50px;
    background-color: transparent;
    font-size: 16px;
}

.mobile-control {
    display: none;
}

.title-colloque {
    margin-bottom: 2px;
}

.push-colloque-img {
    height: 240px;
    object-fit: cover;
    border: 1px solid #e3e1db;
    margin-bottom: 14px;
}


.footer-rs-list {
    display: flex;
    list-style: none;
    margin-top: 20px;
    padding: 0;
}

.footer-rs-list li {
    margin: 0 10px;
}

.footer-rs-list .color-change {
    transition: all .4s ease;
}

.footer-rs-list li a:hover svg .color-change {
    fill: #b50030;
}

.agenda-popin {
    position: fixed;
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    display: none;
    padding: 5vh 10vw;
}

.agenda-popin.open {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.agenda-popin.open:after {
    content: "";
    width: 32px;
    height: 32px;
    position: fixed;
    top: 10px;
    right: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Ctitle/%3E%3Cg id='cross'%3E%3Cline class='cls-1' x1='7' x2='25' y1='7' y2='25'/%3E%3Cline class='cls-1' x1='7' x2='25' y1='25' y2='7'/%3E%3C/g%3E%3C/svg%3E");

}

.agenda-adv {
    cursor: pointer;
}

.agenda-popin img {
    max-height: 100%;
    object-fit: contain;
}

.article-side-link {
    display: flex;
    background: white;
    height: 60px;
    margin-top: 20px;

}

.article-side-link .article-rs-wrapper {
    width: 100%;
    justify-content: space-around;
}


.article-side-link .article-nav-print {
    height: 60px;
}

.error404 .heading {
    font-size: 30px;
    line-height: 32px;
}


@media (max-width: 480px) {
    .error404 .heading {
        font-size: 20px;
        line-height: 32px;
        text-align: center;
    }
}

.w-commerce-commerceaddtocartform label,
.w-commerce-commerceaddtocartform input,
.stock,
.w-commerce-commercebuynowbutton {
    display: none !important;
}



.abo-description {
    max-width: 400px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}



.footer-bottom-item {
    color: white;
}


.list-2 {
    display: flex;
    flex-direction: column;
}

.account-item {
    order: 3;
}

.woocommerce-MyAccount-navigation-link--subscriptions {
    order: 2;
}

.woocommerce-MyAccount-navigation-link--dashboard {
    order: 1;
}

.woocommerce-MyAccount-navigation-link--members-area {
    display: none;
}

.acc-intro {
    font-size: 21px;
    margin-bottom: 6px;
    margin-top: 5px;
}

.acc-intro.formules {
    margin-top: 35px;
}


.acc-number {
    color: grey;
}

.acc-content {
    display: flex;
    width: 100%;
    justify-content: space-around;
    border: 1px solid #e3e1db;
    margin-top: 20px;
    margin-bottom: 30px;
    border-left: 3px solid #ba1831;
}

.acc-line {
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    border-right: 1px solid #e3e1db;
}

.acc-line:last-child {
    border-right: none;
}

.acc-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ba1831;
    text-align: center;
    line-height: 15px;
    font-weight: 600;
    font-size: 12px;
}

.acc-cta {
    border-color: #201f1f;
    border-radius: 5px;
    background-color: #201f1f;
    color: #fff !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    padding: 7px 12px;
    margin: 0px 5px;
    transition: all .4s;

}

.acc-text {
    text-align: center;
    line-height: 18px;
    margin-top: 2px;
}

.acc-cta:hover {
    background-color: #a38e80 !important;
}

.acc-cta-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

.acc-renew {
    color: #afafaf;
    font-style: italic;
}

.formules-content {
    display: flex;
    justify-content: space-between;
}

.acc-formule {
    width: 32%;
    background: #e3e1db;
    margin: 10px 20px;
}

.acc-formule a {
    margin: 0;
}

.text-block-102 {
    text-align: center;
}

.acc-formule .abo-item-link:hover {
    transform: scale(1);
}


.button.view {
    display: none;
}

.status-line {
    max-width: 120px;
}

.action-acc {
    max-width: 210px;
}

.date-end-paper {
    padding: 10px 40px;
    border: 1px solid #e3e1db;
}

.action-acc .button.cancel {
    display: none;
}

.limited-subscription-notice {
    margin-top: 50px;
}

.acc-intro.formule {
    margin-top: 55px;
}

.account-wrapper h2 {
    font-size: 22px;
    text-align: center;
    line-height: 28px;
}

.abo-title-wrapper {
    padding: 0 30px;
}

ul.wc-item-meta {
    list-style: none;
    margin-top: 20px;
    padding-left: 10px;
    border-left: 2px solid #e4e1dc;
}

.product-name a {
    color: black;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}

td.product-name {
    padding: 20px 30px;
    text-align: left !important;

}

@media (max-width:1024px) {


    .acc-content {
        flex-direction: column;
    }

    .action-acc,
    .status-line {
        max-width: 100%;
    }

    .formules-content {
        flex-direction: column;
    }

    .acc-line {
        border-bottom: 1px solid #e3e1db;
    }

    .acc-formule {
        width: 100%;
        margin: 20px 0px;
    }

    .abo-item-link {
        max-width: 100%;
    }

    .abo-img {
        max-width: 380px;
    }

    .abo-item-link {
        padding: 0 0px !important;
    }

}

@media (max-width:480px) {
    .abo-img {
        max-width: 80%;
    }

    .acc-intro.formule,
    .acc-intro-wrapper {
        width: 100%;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    .abo-item-link {
        padding: 0 0px !important;
    }

}


.old {
    pointer-events: none;
    opacity: .5;
}



.programme-block div {
    flex: 1;
}

.img-speaker {
    object-position: top;
}


.postid-29201 .colloque-video-section {
    display: none;
}

.postid-29201 .colloque-video-section {
    display: flex;
}



.soon:not(body) {
    display: none;
}



.admin-bar .soon {
    display: flex;
}


@media (max-width:480px) {

    .agenda-email {
        max-width: 260px;
    }

    body.noscroll {
        height: 100%;
        overflow: hidden;
        position: fixed;
    }
}

.menu-mobile {
    margin-bottom: 120px !important;
}


.abo-half {
    width: 50%;
    background: white;
    margin: 20px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    text-align: left;
}

.abo-half .push-parution-content {
    padding: 0 20px 20px;
}

.abo-complete {
    padding: 30px 20px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1440px;
    padding: 40px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.abo-push-wrapper {
    width: 100%;
    display: flex;
}

.faq-wrapper {
    max-width: 660px;
    margin-bottom: 40px;
}

.section-faq {
    padding: 40px 0;
}

.abo-quote {
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0;
    overflow: hidden;
}

.abo-quote-text {

    margin-top: 20px;
    font-family: 'kazimirtext';
    font-weight: 100;
    margin-bottom: 10px;


    padding: 0px 30px 10px 30px;
    font-size: 18px;
    line-height: 26px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: -.5px;
    text-align: justify;
    position: relative;
    display: inline-block;
}

.abo-quote .article-auteur-list {
    display: flex;
    margin-left: 30px;
}

.abo-quote-text:before {
    content: "\201C";
    font-size: 80px;
    position: absolute;
    color: #e4dfd3;
    font-style: initial;
    left: -15px;
    font-family: kazimirtext, sans-serif;
    font-weight: 100;
    top: 16px;
}

.abo-quote-text:after {
    content: "\201D";
    font-size: 80px;
    position: absolute;
    color: #e4dfd3;
    font-style: initial;
    right: -15px;
    bottom: -14px;
    font-family: kazimirtext, sans-serif;
    font-weight: 100;
}

.home-entretien-content {
    flex: 1;
}

.section-home-dossiers {
    background: transparent;
}

.section-home-entretien {
    background: #715352;
}

.section-home-entretien h2 {
    color: white;
}

.home-entretien .push-cta,
.home-parution .push-cta {
    color: #dd9565;
}

.section-home-entretien .btn {
    background-color: #dd9565;
}

.home-entretien .push-title,
.home-entretien .push-text {
    color: white;
}

.abo-quote .swiper {
    width: 100%;
    overflow: visible;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #b5022f;
}

.abo-quote .swiper-slide {
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
}

.section-faq {
    max-width: 1440px;
    padding: 40px 20px;
}

.faq-left {
    padding: 0 20px;
    width: 50%;
}

.faq-wrapper {
    max-width: 100% !important;
}


@media (max-width:480px) {

    .faq-left {
        padding: 0 0px;
        width: 100%;
    }

    .abo-half {
        margin: 20px 0;
    }

    .abo-push-wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .abo-half {
        width: 100%;
        flex-direction: column;
        padding-top: 40px;
    }

    .abo-quote-text {
        padding: 0px 0px 10px 0px;
    }

    .abo-quote-text:before {
        top: -14px;
    }

    .abo-quote-text:after {
        bottom: -44px;
    }

    .abo-quote .article-auteur-list {
        display: flex;
        margin-left: 0px;
        margin-top: 20px;
    }
}

.map-text p {
    margin: 0;
}

.text-block-81 {
    display: none;
}


/* espace perso */

.acc-main {
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
    margin-top: 20px;
}

.acc-main > div {
  flex: 0 1 calc(50% - 70px);
  box-sizing: border-box;
}

@media (max-width:1080px) {
    .acc-main {
        flex-direction: column;
        gap: 30px;
    }

    .acc-plan-title {
        text-align: center;
    }
}

.acc-plan-title {
    color: #ba1931;
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 20px;
}

.acc-plan-block {
    border: 1px solid #e5e3df;
    max-width: 420px;
    padding: 10px;
}

.acc-plan-top {
    aspect-ratio: 4/3;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.acc-plan-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px;
    font-size: 16px;
}



.acc-plan-img {
    margin-top: 20px;
}

.acc-plan-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px;
    font-size: 16px;
}

.acc-plan-line {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 10px 0;
}

.acc-plan-left {
    color: #ba1931;
    font-weight: 700;
    white-space: nowrap;
}

.acc-plan-right {
    text-align: right;
}

.acc-plan-renew {
    padding: 20px;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    flex-direction: column;
}

.formules-content {
    display: none;
}

.acc-renew-block {
    height: 120px;
    width: 100%;
    background: grey;
    display: flex;
    align-items: center;
    transition: all .4s ease-in-out;
    justify-content: space-between;
    text-decoration: none;
    color: black;
    padding: 0 24px 0 10px;
    border-radius: 5px;
}

.acc-renew-block:hover {
    transform: scale(.98);
}


.plan-cairn .acc-plan-top,
.renew-cairn {
    background-color: #59b5af;
}

.plan-integral .acc-plan-top,
.renew-integral {
    background-color: #b0cbd3;
}

.plan-digital .acc-plan-top,
.renew-digital {
    background-color: #dba27d;
}


.renew-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.renew-img {
    width: 190px;
    max-height: 80px;
    object-fit: contain;
}

.renew-same {
    border: 3px solid #e4e1dc;
}

.acc-renew-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 6px;
}

.renew-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.renew-text {
    font-weight: 700;
    text-align: left;
}

.cta-small {
    color: white;
    background: #B5002F;
    padding: 4px 12px;
    margin-top: 4px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .8px;
}

.acc-plan-wrapper {
    width: 100%;
    max-width: 420px;
}

