/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.main-menu-actions-buttons-mobile {
    display: block;
}

.actions-buttons-menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 0 1rem;
}

.actions-buttons-menu-list li {
    list-style: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.actions-buttons-menu-list li:first-child {
    padding-left: 0.5rem;
}

.actions-buttons-menu-list li .actions-buttons-menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.75rem 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.actions-buttons-menu-list li .actions-buttons-menu-item svg {
    width: 0.875rem;
    margin-left: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.actions-buttons-menu-list li .actions-buttons-menu-item.secondary-style {
    background-color: #fff;
    border: 1px solid #001a70;
    color: #001a70;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    font-size: 0.875rem;
}

.actions-buttons-menu-list li .actions-buttons-menu-item.primary-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #005bff;
    border: 1px solid #005bff;
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    font-size: 0.875rem;
}

.actions-buttons-menu-list li .actions-buttons-menu-item.primary-style:hover,
.actions-buttons-menu-list li .actions-buttons-menu-item.primary-style:focus {
    background-color: #001a70;
    border: 1px solid #001a70;
}

.actions-buttons-menu-list li .actions-buttons-menu-item.primary-style.active {
    background-color: #001a70;
    border: 1px solid #001a70;
}

@media screen and (min-width: 64em) {
    .actions-buttons-menu-list {
        margin: 0;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .actions-buttons-menu-list li {
        padding: 0;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }

    .actions-buttons-menu-list li .actions-buttons-menu-item {
        padding: 0.3rem 1rem;
    }

    .actions-buttons-menu-list li .actions-buttons-menu-item.secondary-style {
        color: #000;
        border: 0;
    }

    .actions-buttons-menu-list li .actions-buttons-menu-item.secondary-style:focus,
    .actions-buttons-menu-list li .actions-buttons-menu-item.secondary-style:hover {
        text-decoration: underline;
    }

    .main-menu-actions-buttons-mobile {
        display: none;
    }
}

html[dir="rtl"] .actions-buttons-menu-list li:first-child {
    padding-left: 0;
    padding-right: 0.5rem;
}

html[dir="rtl"] .actions-buttons-menu-item svg {
    margin-left: 0;
    margin-right: 10px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.btn-backtotop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.875rem;
    border-top: 1px solid #e0e0e0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-backtotop svg {
    width: 1.5rem;
    height: 1.5rem;
    -webkit-margin-start: 0.5rem;
    margin-inline-start: 0.5rem;
}

.btn-backtotop:hover circle,
.btn-backtotop:focus circle {
    fill: #001a70;
}

@media screen and (min-width: calc(64em - 1px)) {
    .btn-backtotop {
        border-top: 0;
        border-left: 1px solid #e0e0e0;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}

.block-img-card-edito {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.block-img-card-edito .text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.block-img-card-edito .text-wrap .text,
.block-img-card-edito .text-wrap .text p,
.block-img-card-edito .text-wrap .text h4 {
    font:
        0.75rem/1.5 "EDF-Regular",
        sans-serif;
    margin-top: 1rem;
}

.block-img-card-edito .text-wrap .text b,
.block-img-card-edito .text-wrap .text p b,
.block-img-card-edito .text-wrap .text h4 b {
    font:
        0.875rem/1.5 "EDF-Bold",
        sans-serif;
}

.block-img-card-edito .text-wrap .text h4 {
    display: inline;
    font:
        0.875rem/1.5 "EDF-Bold",
        sans-serif;
}

.block-img-card-edito .text-wrap .text h4 + p {
    display: inline;
}

.block-img-card-edito .text-wrap h4 {
    font:
        0.875rem/1.5 "EDF-Regular",
        sans-serif;
}

.block-img-card-edito .text-wrap a {
    margin-top: 0.5rem;
    font:
        0.875rem/1.5 "EDF-Regular",
        sans-serif;
}

.block-img-card-edito .text-wrap a.button-primary-text {
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 64em) {
    .block-img-card-edito .text-wrap .text,
    .block-img-card-edito .text-wrap .text p {
        margin-top: 1.5rem;
        margin-bottom: 0;
    }
}

html[dir="rtl"] .block-titre.align-left {
    text-align: right;
}

.block-titre {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    background-color: transparent;
    margin-bottom: 3rem;
}

.block-titre.align-left.with-orange-border .title-container::after {
    margin: 1.3125rem 0 0;
}

.block-titre.title_4 {
    margin-bottom: 2rem;
    color: #000;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block-titre.title_4 .title-container {
    border-left: 5px solid #fe5716;
    padding-left: 1rem;
}

.block-titre.title_4 a.btn {
    margin-top: 0;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    padding: 0;
}

.block-titre.title_4 a.btn img {
    position: relative;
    background-color: #005bff;
    width: 2rem;
    height: 2rem;
    right: 0;
}

.block-titre.with-orange-border .title-container::after {
    display: block;
    background-color: #fe5716;
    height: 0.3125rem;
    width: 5rem;
    content: "";
    margin: 1.3125rem auto 0;
}

.block-titre.with-orange-border.lisere-left .title-container::after {
    margin-left: 0;
}

.block-titre.with-white-border .title-container::before {
    display: block;
    background-color: #fff;
    height: 0.1875rem;
    width: 3.75rem;
    content: "";
    margin: 0 0 1.5rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .block-titre .title-container {
        width: 100%;
    }
}

.block-titre .tag {
    margin-bottom: 1rem;
}

.block-titre.with-orange-border .desc {
    margin-top: 1.5rem;
}

.block-titre .desc {
    margin: 1rem 0 0 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .block-titre .desc {
        width: 100%;
    }
}

.block-titre .desc p {
    margin: 0;
}

.block-titre .desc a {
    font: inherit;
}

.block-titre .desc .orangedark {
    color: #fe5716;
}

.block-titre a.btn {
    margin-top: 1rem;
}

.block-titre.align-left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: start;
}

.block-titre.align-center .desc ul,
.block-titre.align-center .desc ol {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.block-titre.align-center .desc ul li,
.block-titre.align-center .desc ol li {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.block-titre.title_3 .desc,
.block-titre.title_3 .desc p {
    color: #fff;
}

.block-titre.title_3 .desc a,
.block-titre.title_3 .desc p a {
    font: inherit;
}

.rich-text > .block-titre {
    margin-bottom: 2rem;
}

@media screen and (min-width: 64em) {
    .editorial-page-content > .block-titre {
        padding-left: 17.7%;
        padding-right: 17.7%;
    }

    .block-titre.with-orange-border .title-container::after {
        margin-top: 1rem;
    }

    .block-titre.title_4 a.btn {
        gap: 1rem;
    }

    .block-titre.title_4 a.btn img {
        width: 2.25rem;
        height: 2.25rem;
    }
}

@media screen and (min-width: 80em) {
    .block-titre {
        margin-bottom: 4rem;
    }
}

html[dir="rtl"] .breadcrumbs ol {
    margin-right: 0;
    padding-right: 0;
}

html[dir="rtl"] .breadcrumbs ol li .separator-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.breadcrumbs-toggle {
    margin: 0.5rem;
    border: none;
    background: none;
    text-decoration: underline;
    font-family: "EDF-Light", sans-serif;
    line-height: 1.5;
    font-size: 0.875rem;
    color: #001a70;
}

.breadcrumbs-toggle.hidden {
    display: none;
}

#block-filsdariane {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    max-width: 100rem;
    margin: auto;
}

.breadcrumbs {
    padding: 1rem;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}

.breadcrumbs.mobile-visible {
    display: block;
}

.breadcrumbs.mobile-visible .breadcrumbs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.breadcrumbs .breadcrumbs-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none;
    -webkit-padding-start: 0.813rem;
    padding-inline-start: 0.813rem;
}

.breadcrumbs .breadcrumbs-wrapper .breadcrumbs-title {
    font:
        0.875rem/1.5 "EDF-Bold",
        sans-serif;
    margin: 0;
}

.breadcrumbs ol {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.breadcrumbs ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumbs ol li a {
    text-decoration: underline;
    color: #000;
}

.breadcrumbs ol li .separator-arrow {
    width: 1.5rem;
    height: 1.5rem;
}

.breadcrumbs ol li .separator-arrow svg {
    height: auto;
}

#block-filsdariane.contextual-region {
    position: initial;
}

@media screen and (min-width: calc(64em - 1px)) {
    .breadcrumbs {
        padding: 0.938rem 0.813rem;
    }

    .breadcrumbs .breadcrumbs-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 1.25rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-padding-start: 0;
        padding-inline-start: 0;
    }
}

@media screen and (min-width: 100rem) {
    .breadcrumbs {
        padding: 0.75rem 0.813rem;
        max-width: 100rem;
    }
}

@media print {
    .breadcrumbs {
        display: block;
    }
}

@media screen and (min-width: calc(64em - 1px)) {
    .breadcrumbs-backtotop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

a:has(.icon-new-tab) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.icon-new-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.icon-new-tab svg {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    -webkit-margin-start: 0.5rem;
    margin-inline-start: 0.5rem;
    fill: currentColor;
}

.paragraph--type--editorial-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.card-edito {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
    margin: 0 0 3rem;
}

.card-edito.no_text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-edito.no_text .block-titre {
    margin-top: 0;
    padding: 6% 6% 3rem 6%;
    margin-bottom: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .card-edito.no_text .block-titre {
        width: 52% !important;
    }
}

.card-edito.no_text.card-edito-right {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}

.card-edito.no_text.card-edito-right .block-titre {
    padding: 3rem 1rem 3rem 1rem;
}

.card-edito.has_text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-edito.has_text .block-img-card-edito {
    margin-top: -8rem;
}

.card-edito .block-img-card-edito {
    padding-inline: 1rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .card-edito .block-img-card-edito {
        margin-top: 1rem;
    }
}

.card-edito .block-img-card-edito .image-wrapper .card-edito.has_text {
    margin-bottom: 0;
}

.card-edito .block-img-card-edito .image-wrapper img {
    height: auto;
    width: 100%;
}

.card-edito .block-img-card-edito .text-wrap,
.card-edito .block-img-card-edito .text-wrap .text-wrap .text {
    width: 100%;
    max-width: 17.875rem;
    color: #666;
}

.card-edito .block-titre {
    display: block;
    padding: 2.5rem 1rem 10.375rem 1rem;
    margin-bottom: 0;
}

.card-edito .block-titre.with-orange-border .title-container::after {
    margin: 1rem 0 0;
}

.card-edito .block-titre .btn.title_1 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.card-edito .block-titre .btn.title_1.white {
    background-color: #fff;
    color: #001a70;
}

.card-edito .block-titre .desc p:not(:last-child) {
    margin-bottom: 0.75rem;
}

.card-edito.title_3.no_text {
    background-color: #001a70;
}

.card-edito.title_3 .block-titre {
    background-color: #001a70;
}

.card-edito.title_2.no_text {
    background-color: #f8f7f7;
}

.card-edito.title_2 .block-titre {
    background-color: #f8f7f7;
}

@media screen and (min-width: 48em) {
    html[dir="rtl"] .card-edito.card-edito-right .visual {
        padding: 0;
    }

    .card-edito {
        margin-bottom: 4rem;
    }

    .card-edito.card-edito-right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .card-edito.card-edito-right .image-right {
        -webkit-margin-start: -5%;
        margin-inline-start: -5%;
    }

    .card-edito.card-edito-right .block-img-card-edito.image-right {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-padding-start: 0;
        padding-inline-start: 0;
    }

    .card-edito.card-edito-left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .card-edito .block-titre {
        width: 84%;
        margin-top: 5%;
        padding: 6rem 7.90625rem 6rem 7.90625rem;
    }

    .card-edito .block-titre .desc a {
        color: inherit;
        text-decoration: underline;
    }

    .card-edito .block-titre .desc a:hover {
        text-decoration: none;
    }

    .card-edito .block-titre.title_3 .btn,
    .card-edito .block-titre.title_3 a.btn {
        background-color: #fff;
        color: #001a70;
        border: none;
    }

    .card-edito .block-titre.title_3 .btn:hover,
    .card-edito .block-titre.title_3 a.btn:hover {
        color: #fff;
        background-color: #005bff;
    }

    .card-edito.no_text .block-img-card-edito .image-wrapper img {
        width: 100%;
    }

    .card-edito.no_text.card-edito-right .block-img-card-edito {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 35%;
        flex: 0 1 35%;
    }

    .card-edito.no_text.card-edito-right .block-titre {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
        flex: 0 1 60%;
    }

    .card-edito.no_text.card-edito-left .block-img-card-edito {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 35%;
        flex: 0 1 35%;
    }

    .card-edito.no_text.card-edito-left .block-titre {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
        flex: 0 1 60%;
    }

    .card-edito.has_text {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .card-edito.has_text .block-titre {
        width: 84%;
        margin-top: 5%;
        padding: 6rem 7.90625rem 6rem 7.90625rem;
    }

    .card-edito.has_text .block-img-card-edito {
        margin-top: unset;
    }

    .card-edito.has_text .block-img-card-edito.image-left {
        -webkit-margin-end: -5%;
        margin-inline-end: -5%;
        -webkit-padding-end: 0;
        padding-inline-end: 0;
    }

    .card-edito.has_text .block-img-card-edito .image-wrapper img {
        width: 15.1875rem;
    }

    .card-edito.has_text .text-wrap,
    .card-edito.has_text .text-wrap .text-wrap .text {
        width: 100%;
        max-width: 10rem;
    }

    .card-edito.immersive {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .card-edito.immersive .block-img-card-edito.image-left {
        margin: 2rem 0;
    }
}

@media screen and (min-width: 64em) {
    .card-edito.no_text .block-img-card-edito .image-wrapper img {
        width: 31.875rem;
    }

    .card-edito.no_text.card-edito-right .block-titre {
        padding-inline: 11.5% 10%;
    }

    .card-edito.no_text.card-edito-right .block-img-card-edito.image-right {
        margin: 3rem 8.7% 3rem 0;
    }

    .card-edito.no_text.card-edito-left .block-titre {
        padding-inline: 10% 6.5%;
    }

    .card-edito.no_text.card-edito-left .block-img-card-edito.image-left {
        margin-block: 3rem;
        margin-inline: 11.5% 0;
    }

    .card-edito.no_text.immersive .block-img-card-edito.image-right {
        margin: 2rem 0 2rem 1rem;
        -webkit-margin-end: 0;
        margin-inline-end: 0;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }

    .card-edito.no_text.immersive .block-img-card-edito.image-left {
        margin: 2rem 0;
        margin-block: 0;
        margin-inline: 0;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }

    .card-edito.no_text.immersive .block-img-card-edito .image-wrapper {
        width: 100%;
    }

    .card-edito.no_text.immersive .block-img-card-edito .image-wrapper img {
        width: 38.5rem;
    }

    .card-edito.has_text .block-img-card-edito .image-wrapper img {
        width: 25.375rem;
    }

    .card-edito .block-img-card-edito .text-wrap {
        max-width: 16.75rem;
    }
}

@media screen and (min-width: 80em) {
    html[dir="rtl"] .card-edito .block-titre {
        padding: 6% 9.6585% 6% 9.6585%;
    }

    .card-edito {
        margin-bottom: 4rem;
    }

    .card-edito .block-titre {
        padding: 6% 9.6585% 6% 9.6585%;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 80em) and (-ms-high-contrast: active) {
    .card-edito .block-titre {
        padding: 6rem 12rem 6rem 6rem;
    }
}

@media screen and (min-width: 80em) and (-ms-high-contrast: active) {
    .card-edito.card-edito-left .block-titre {
        padding: 6rem 6rem 6rem 12rem;
    }
}

@media screen and (min-width: 80em) {
    .card-edito .block-img-card-edito.image-left {
        -webkit-margin-start: 8.7%;
        margin-inline-start: 8.7%;
    }

    .card-edito .block-img-card-edito.image-right {
        -webkit-margin-end: 8.7%;
        margin-inline-end: 8.7%;
    }

    .card-edito .block-img-card-edito .image-wrapper img {
        width: 25.375rem;
        max-width: 25.375rem;
    }

    .card-edito .block-img-card-edito .text-wrap,
    .card-edito .block-img-card-edito .text-wrap .text-wrap .text {
        width: 100%;
    }

    .card-edito.no_text.card-edito-right .block-titre {
        -webkit-padding-end: 5%;
        padding-inline-end: 5%;
        -webkit-padding-start: 10%;
        padding-inline-start: 10%;
    }

    .card-edito.no_text.card-edito-right .block-img-card-edito.image-right {
        padding: 0;
        -webkit-margin-end: 10%;
        margin-inline-end: 10%;
    }

    .card-edito.no_text.card-edito-right .block-img-card-edito.image-right img {
        max-width: none;
    }

    .card-edito.no_text.card-edito-right.immersive .block-img-card-edito.image-right {
        -webkit-margin-end: 0;
        margin-inline-end: 0;
        margin: 2rem 1rem 2rem 5%;
    }

    .card-edito.no_text.card-edito-left .block-titre {
        -webkit-padding-start: 6.5%;
        padding-inline-start: 6.5%;
        -webkit-padding-end: 10%;
        padding-inline-end: 10%;
    }

    .card-edito.no_text.card-edito-left .block-img-card-edito.image-left {
        margin: 3rem 0 3rem 10%;
    }

    html[dir="rtl"] .card-edito.no_text.card-edito-left .block-img-card-edito.image-left {
        margin: 3rem 10% 3rem 3rem;
    }

    .card-edito.no_text.card-edito-left .block-img-card-edito.image-left img {
        max-width: none;
    }

    .card-edito.no_text.card-edito-left.immersive .block-img-card-edito.image-left {
        margin: 2rem 0;
        margin-block: 0;
        margin-inline: 0;
    }

    .card-edito.card-edito-right.has_text .block-titre {
        -webkit-padding-end: 12.5rem;
        padding-inline-end: 12.5rem;
    }
}

.form-checkbox.error .checkbox {
    border: 1px solid #ed0021;
}

.form-checkbox.error.surface-01 .checkbox {
    border: 1px solid #db6777;
}

.form-checkbox label {
    font:
        1rem/1.5 "EDF-Bold",
        sans-serif;
}

.form-checkbox label span {
    font:
        0.875rem/1.5 "EDF-Regular",
        sans-serif;
    display: block;
    margin-bottom: 0.5rem;
}

.form-checkbox .checkbox {
    height: 4.62188rem;
    width: 18.25rem;
    outline-width: 4px;
    outline-style: solid;
    outline-color: transparent;
    padding: 0.5rem 1rem;
    border: 1px solid #001a70;
}

.form-checkbox .checkbox:focus {
    outline-color: #001a70;
    border-color: transparent;
}

.form-checkbox .err-wrapper {
    min-height: 1.3125rem;
    margin-top: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.form-checkbox .err-wrapper img {
    margin-right: 0.3rem;
    max-height: 0.9rem;
    max-width: 0.9rem;
    height: 0.9rem;
    width: 0.9rem;
}

.form-checkbox .err-wrapper span {
    color: #ed0021;
    font:
        0.875rem/1.5 "EDF-Regular",
        sans-serif;
}

.form-checkbox.surface-01 label,
.form-checkbox.surface-01 label span {
    color: #fff;
}

.form-checkbox.surface-01 .err-wrapper span {
    color: #db6777;
}

.form-checkbox.surface-01 .checkbox {
    border: 1px solid transparent;
}

.form-checkbox.surface-01 .checkbox:focus {
    outline-color: #1057c8;
}

.form-checkbox.disabled label,
.form-checkbox.disabled label span {
    color: #afafaf;
}

.form-checkbox.disabled .checkbox {
    border: 1px solid #afafaf;
    color: #afafaf;
}

.form-checkbox div.label {
    font:
        1rem/1.5 "EDF-Bold",
        sans-serif;
}

.form-checkbox div.label span {
    font:
        0.875rem/1.5 "EDF-Regular",
        sans-serif;
    display: block;
    margin-bottom: 0.5rem;
}

.form-checkbox .form-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

.form-checkbox .form-input:focus-within {
    outline-width: 4px;
    outline-style: solid;
    outline-color: #1057c8;
    outline-offset: 4px;
}

.form-checkbox .form-input label {
    margin-left: 2rem;
    font:
        1rem/1.6 "EDF-Regular",
        sans-serif;
}

.form-checkbox .form-input label span {
    font:
        0.75rem/1.5 "EDF-Regular",
        sans-serif;
    margin-bottom: 0;
}

.form-checkbox .form-input input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    height: 1.5rem;
    width: 1.5rem;
    z-index: 1;
}

.form-checkbox .form-input input:checked ~ .checkbox {
    background: url(/themes/custom/nova/assets/images/02-molecules/checkbox/images/checked.png) no-repeat center #fff;
    background-size: 80%;
}

.form-checkbox .form-input .checkbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.5rem;
    width: 1.5rem;
    border: 3px solid #001a70;
    border-radius: 2px;
    background-color: #fff;
}

.form-checkbox .err-wrapper {
    min-height: 1.3125rem;
    margin-top: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.form-checkbox .err-wrapper img {
    margin-right: 0.3rem;
    max-height: 0.9rem;
    max-width: 0.9rem;
    height: 0.9rem;
    width: 0.9rem;
}

.form-checkbox .err-wrapper span {
    color: #ed0021;
    font:
        0.875rem/1.5 "EDF-Regular",
        sans-serif;
}

.form-checkbox.surface-01 div.label,
.form-checkbox.surface-01 div.label span {
    color: #fff;
}

.form-checkbox.surface-01 .form-input .checkbox {
    border: 3px solid #fff;
}

.form-checkbox .form-input.error.base-01 .checkbox {
    border: 3px solid #ed0021;
}

.form-checkbox .form-input.error.surface-01 .checkbox {
    border: 3px solid #db6777;
}

.form-checkbox .form-input.error.surface-01 ~ .err-wrapper span {
    color: #db6777;
}

.form-checkbox .form-input.disabled .checkbox {
    border: 3px solid #afafaf;
}

.form-checkbox.disabled div.label {
    color: #afafaf;
}

.form-checkbox.disabled div.label span {
    color: #afafaf;
}

.form-checkboxes ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.form-checkbox-group .form-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    width: 100%;
}

.form-checkbox-group .form-input:focus-within {
    outline-width: 4px;
    outline-style: solid;
    outline-color: #1057c8;
    outline-offset: 4px;
}

.form-checkbox-group .form-input label {
    position: relative;
    top: 0;
    left: 0;
    padding-left: 2.5rem;
    min-height: 1.625rem;
    cursor: pointer;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.form-checkbox-group .form-input label span {
    font:
        1rem/1.5 "EDF-Regular",
        sans-serif;
    margin-bottom: 0;
}

.form-checkbox-group .form-input label .description {
    display: block;
    font-size: 0.75rem;
}

.form-checkbox-group .form-input label:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1.3125rem;
    width: 1.3125rem;
    border: 3px solid #001a70;
    border-radius: 2px;
    background-color: #fff;
}

.form-checkbox-group .form-input input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.form-checkbox-group .form-input input:checked + label:after {
    background: url(/themes/custom/nova/assets/images/02-molecules/checkbox/images/checked.png) no-repeat center #fff;
    background-size: 80%;
}

.form-checkbox-group .form-input input:disabled + label:after {
    border: 3px solid #afafaf;
}

.form-checkbox-group .form-input input:focus-within {
    outline: none;
}

.form-checkbox-group .form-input input.error:not(:valid) + label:after {
    border-color: #db001f;
}

.form-checkbox-group .form-input input:required + label div span:after {
    content: "\00a0*";
}

.form-checkbox-group.surface-01 label {
    color: #fff;
}

.form-checkbox-group.surface-01 label {
    color: #fff;
}

.cookie-consent-wrapper {
    text-align: center;
}

.cookie-consent-wrapper .cookie-consent-title {
    margin-bottom: 0.75rem;
}

.cookie-consent-wrapper .description {
    margin: 0;
}

.cookie-consent-wrapper .description + button {
    margin-top: 1.5rem;
}

.cookie-consent-wrapper.cookie-wrapper-inline {
    display: inline-block;
    background-color: #fff;
    color: #001a70;
    padding: 2rem 2rem;
}

@media screen and (min-width: 64em) {
    .cookie-consent-wrapper {
        position: absolute;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 80px;
    }

    .cookie-consent-wrapper .cookie-consent-title {
        margin-bottom: 1.5rem;
    }

    .cookie-consent-wrapper .description + button {
        margin-top: 2.5rem;
    }

    .cookie-consent-wrapper.cookie-wrapper-inline {
        position: relative;
        width: 100%;
        margin: 0;
    }
}

a:has(.icon-new-tab) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.icon-new-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.icon-new-tab svg {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    -webkit-margin-start: 0.5rem;
    margin-inline-start: 0.5rem;
    fill: currentColor;
}

.editorial-offer-list {
    max-width: 100rem;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}

@media screen and (min-width: 48em) {
    .editorial-offer-list {
        padding-left: 9.479%;
        padding-right: 9.479%;
    }
}

.editorial-offer-list #popin-message {
    position: fixed;
    bottom: 9rem;
    right: 1rem;
    z-index: 20;
    width: 90%;
    max-width: 23.5rem;
    padding: 1.25rem;
    background: #fff;
    border: 1px solid #e9f1f9;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.3);
    color: #000;
}

.editorial-offer-list #popin-message .popin-close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    overflow: hidden;
    padding: 0;
    width: 1.375rem;
    height: 1.375rem;
    background: #005bff url("/themes/custom/nova/assets/images/00-tokens/pictos/images/close-white.svg") no-repeat
        center center;
    background-size: 0.625rem;
    border: none;
    border-radius: 50%;
}

.popin-mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

@media screen and (min-width: 64em) {
    .eol-filters {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.eol-filters-wrapper {
    border: 10px solid #005bff;
    padding: 2rem 1rem 1.375rem;
    margin: 3rem 16px;
}

@media screen and (min-width: 48em) {
    .eol-filters-wrapper {
        margin-left: 1.25%;
        margin-right: 1.25%;
    }
}

@media screen and (min-width: 64em) {
    .eol-filters-wrapper {
        padding: 2.375rem 2rem 1.375rem;
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
}

@media screen and (min-width: 64em) {
    .eol-header {
        padding: 0 2.125rem 0 6rem;
        width: 35%;
    }

    .eol-header.last-step {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .eol-header.last-step a {
        background-color: #005bff;
        border: 1px solid #005bff;
        color: #fff;
        font-size: 1rem;
        text-decoration: none;
        text-align: center;
        padding: 0.75rem;
    }

    .eol-header.last-step a:hover {
        background-color: #001a70;
        border: 1px solid #001a70;
    }

    .eol-header.last-step a.active {
        background-color: #001a70;
        border: 1px solid #001a70;
    }

    .eol-header.last-step a.white {
        color: #001a70;
        background-color: #fff;
        border: 1px solid #fff;
    }

    .eol-header.last-step a.white img {
        -webkit-filter: invert(93%) sepia(81%) saturate(4976%) hue-rotate(231deg) brightness(95%) contrast(105%);
        filter: invert(93%) sepia(81%) saturate(4976%) hue-rotate(231deg) brightness(95%) contrast(105%);
    }

    .eol-header.last-step a.white:hover:enabled {
        color: #fff;
        background-color: #005bff;
        border: 1px solid #005bff;
    }

    .eol-header.last-step a.white:hover:enabled img {
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }

    .eol-header.last-step a:disabled,
    .eol-header.last-step a[disabled] {
        border: 1px solid #e0e0e0;
        background-color: #e0e0e0;
        color: #666;
        cursor: default;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .eol-header.last-step a:disabled img,
    .eol-header.last-step a[disabled] img {
        -webkit-filter: invert(0.5);
        filter: invert(0.5);
    }

    .eol-header.last-step a:after {
        display: none;
    }
}

.eol-header h2.body-l-bold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 2.5625rem 0 3.5rem;
    min-height: 1.875rem;
    margin: 0;
}

@media screen and (max-width: 64em) {
    .eol-header h2.body-l-bold {
        cursor: pointer;
    }
}

@media screen and (min-width: 64em) {
    .eol-header h2.body-l-bold {
        font:
            1.25rem/1.3 "EDF-Bold",
            sans-serif;
        padding: 0;
        margin-bottom: 0.75rem;
    }
}

@media screen and (min-width: 64em) and (min-width: 80em) {
    .eol-header h2.body-l-bold {
        font-size: 1.5rem;
    }
}

.eol-header h2.body-l-bold:before {
    content: "";
    position: absolute;
    left: 0.5rem;
    top: 0;
    width: 1.875rem;
    height: 1.875rem;
    background: url("/themes/custom/nova/assets/images/00-tokens/pictos/images/compare.svg") no-repeat 0 0;
    background-size: 1.875rem;
}

@media screen and (min-width: 64em) {
    .eol-header h2.body-l-bold:before {
        left: -4.75rem;
        top: 0.25rem;
        width: 3.125rem;
        height: 3.125rem;
        background-size: 3.125rem;
    }
}

@media screen and (max-width: 64em) {
    .eol-header h2.body-l-bold:after {
        content: "";
        position: absolute;
        right: 0.25rem;
        top: 0;
        width: 1.5rem;
        height: 1.5rem;
        background: url("/themes/custom/nova/assets/images/00-tokens/pictos/images/arrow2-bottom-blue.svg") no-repeat 0
            0;
        background-size: 1.5rem;
    }

    .opened .eol-header h2.body-l-bold:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

.eol-header a {
    display: none;
    margin-top: 1rem;
}

.opened .eol-header a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 64em) {
    .eol-header a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0;
    }
}

.eol-steps {
    display: none;
}

.opened .eol-steps {
    display: block;
}

@media screen and (min-width: 64em) {
    .eol-steps {
        display: block;
        width: 65%;
    }
}

.eol-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.eol-step .label {
    font:
        1.125rem/1.6 "EDF-Bold",
        sans-serif;
    width: 100%;
}

.eol-step button {
    font:
        1rem/1.5 "EDF-Regular",
        sans-serif;
    width: 100%;
    border: 1px solid #001a70;
    padding: 0.9375rem 1.5625rem;
    background-color: #fff;
    border-radius: 0.5rem;
    text-align: left;
    margin-bottom: 1rem;
    min-height: 5rem;
}

@media screen and (min-width: 64em) {
    .eol-step button {
        width: 48%;
    }
}

.eol-step button:hover {
    background-color: #005bff;
    color: #fff;
    border: 1px solid #005bff;
}

.eol-step button.active {
    background-color: #005bff;
    color: #fff;
    border: 1px solid #005bff;
}

@media screen and (min-width: 64em) {
    .eol-step p {
        margin-top: 0;
    }
}

.eol-selected-filters:not(.hidden) {
    border-top: 1px solid #001a70;
    margin: 1rem -1rem 0;
    padding: 2rem 1rem 0.5rem;
}

@media screen and (min-width: 64em) {
    .eol-selected-filters:not(.hidden) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 1rem -2rem 0;
        padding: 2rem 2rem 0.5rem;
    }
}

.eol-selected-filters-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.eol-selected-filters button.selected {
    border-width: 0;
    background-color: #e9f1f9;
    margin-bottom: 1rem;
    margin-right: 0.1875rem;
    padding: 0.125rem 0.375rem 0.125rem 1.25rem;
    border-radius: 2rem;
}

.eol-selected-filters button.selected:after {
    background-color: #005bff;
    background-position: center;
    background-size: 0.625rem;
    border-radius: 0.625rem;
    margin-left: 1.25rem;
}

@media screen and (min-width: 64em) {
    .eol-selected-filters button.selected {
        margin-right: 1rem;
    }
}

.eol-selected-filters .reset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.eol-selected-filters .reset:before {
    background-size: 0.875rem;
    margin-right: 0.9375rem;
}

.eol button.btn-action {
    border: none;
    color: #005bff;
    background-color: transparent;
}

.eol-offers {
    padding: 0 16px;
    margin-bottom: 3rem;
}

@media screen and (min-width: 48em) {
    .eol-offers {
        padding: 0 1.25%;
    }
}

@media screen and (min-width: 64em) {
    .eol-offers {
        margin-bottom: 4rem;
    }
}

.eol-offers:last-child:not(:first-of-type) {
    margin-bottom: 0;
}

@media screen and (min-width: 64em) {
    .eol-offers > .push-copro-wrapper {
        width: calc(66.66% - 12px);
        margin: 0;
    }
}

.eol-title {
    border-left: 5px solid #fe5716;
    padding-left: 1rem;
}

.eol-block {
    margin-bottom: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 64em) {
    .eol-block {
        margin-bottom: 4rem;
    }
}

.eol-block:last-child:not(:first-of-type) {
    margin-bottom: 0;
}

@media screen and (min-width: 64em) {
    .eol-block {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.eol-block .other-offer {
    margin-bottom: 2.25rem;
    width: 100%;
}

@media screen and (min-width: 48em) {
    .eol-block .other-offer {
        width: 50%;
    }
}

@media screen and (min-width: 64em) {
    .eol-block .other-offer {
        -webkit-padding-end: 2rem;
        padding-inline-end: 2rem;
        width: 33.33%;
    }

    .eol-block .other-offer .other-offer:nth-child(3n) {
        -webkit-padding-end: 0rem;
        padding-inline-end: 0rem;
    }
}

@media screen and (min-width: 48em) {
    .eol-push {
        width: calc(50% - 1.25rem);
    }
}

@media screen and (min-width: 64em) {
    .eol-push {
        width: calc(66.66% - 36px);
        margin-left: 1.125rem;
        margin-right: 1.125rem;
    }

    .eol-push .paragraph--type--editorial-cards {
        height: 100%;
    }

    .eol-push .paragraph--type--editorial-cards .card-edito {
        height: calc(100% - 2.25rem);
    }
}

.eol-push .card-edito {
    position: relative;
    overflow: hidden;
}

.eol-push .card-edito.no_text.card-edito-right .block-img-card-edito.image-right img {
    width: 100%;
}

@media screen and (max-width: 64em) {
    .eol-push .card-edito.no_text .block-img-card-edito {
        display: none;
    }

    .eol-push .card-edito.title_3 .block-titre {
        position: relative;
        z-index: 1;
        background-color: transparent;
    }

    .eol-push .card-edito.no_text.card-edito-right .block-img-card-edito.image-right img {
        width: 90%;
    }
}

@media screen and (min-width: 64em) {
    .eol-push .card-edito {
        margin-bottom: 2.25rem;
    }
}

.eol-no-offer-message {
    margin-bottom: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 26%;
}

@media screen and (min-width: 64em) {
    .eol-no-offer-message {
        margin-bottom: 4rem;
    }
}

.eol-no-offer-message:last-child:not(:first-of-type) {
    margin-bottom: 0;
}

.eol-no-offer-message:before {
    content: "";
    background: url("/themes/custom/nova/assets/images/00-tokens/pictos/images/loupe.svg") no-repeat 0 0;
    background-size: 3rem 3rem;
    margin-bottom: 2rem;
    width: 3rem;
    height: 3rem;
    -ms-flex-item-align: center;
    align-self: center;
}

.eol-no-offer-message p {
    font:
        0.875rem/1.5 "EDF-Regular",
        sans-serif;
    color: #666;
    text-align: center;
    margin: 0 0 0.75rem;
}

.eol-no-offer-message p.editorial-offer-list-title-no-offer {
    font:
        1.125rem/1.6 "EDF-Bold",
        sans-serif;
    color: #000;
}

.eol-filters-layer {
    position: fixed;
    top: 0;
    width: 100vw;
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    z-index: 1001;
}

@media screen and (min-width: 48em) {
    .eol-filters-layer {
        top: 3rem;
    }
}

@media screen and (max-width: 48em) {
    .eol-filters-layer {
        left: 0;
        -webkit-animation: openUpSmall 1s;
        animation: openUpSmall 1s;
    }

    @-webkit-keyframes openUpSmall {
        from {
            top: 100vh;
        }

        to {
            top: 0;
        }
    }

    @keyframes openUpSmall {
        from {
            top: 100vh;
        }

        to {
            top: 0;
        }
    }
}

@media screen and (min-width: 48em) and (max-width: 64em) {
    .eol-filters-layer {
        left: 0;
        -webkit-animation: openUpBig 1s;
        animation: openUpBig 1s;
    }

    @-webkit-keyframes openUpBig {
        from {
            top: 100vh;
        }

        to {
            top: 3rem;
        }
    }

    @keyframes openUpBig {
        from {
            top: 100vh;
        }

        to {
            top: 3rem;
        }
    }
}

@media screen and (min-width: 64em) {
    .eol-filters-layer {
        top: 3.5rem;
        -webkit-animation: openFromRight 1s;
        animation: openFromRight 1s;
        right: 0;
    }

    .eol-filters-layer .hidden {
        right: -100vw;
    }
}

.eol-filters-layer-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.eol-filters-layer-header button.close {
    border-radius: 50%;
    width: 3.375rem;
    height: 3.375rem;
    border-width: 0;
    background: url("/themes/custom/nova/assets/images/00-tokens/pictos/images/close-white.svg") no-repeat center center;
    background-size: 24px;
    background-color: #005bff;
}

.eol-filters-layer-form-wrapper {
    padding: 1.25rem 1rem 9rem 1rem;
}

@media screen and (min-width: 64em) {
    .eol-filters-layer-form-wrapper {
        padding: 1.25rem 5.9375rem 6rem 5rem;
    }
}

.eol-filters-layer form {
    position: relative;
    background-color: #fff;
    width: 100%;
    z-index: 101;
    overflow-y: scroll;
    height: calc(100vh - 3rem);
}

@media screen and (min-width: 64em) {
    .eol-filters-layer form {
        width: 62%;
        height: calc(100vh - 3.5rem);
    }
}

.eol-filters-layer form #edit-segment .form-item:not(fieldset),
.eol-filters-layer form #edit-fieldset-energy .form-item:not(fieldset) {
    width: 100%;
}

@media screen and (min-width: 64em) {
    .eol-filters-layer form #edit-segment .form-item:not(fieldset),
    .eol-filters-layer form #edit-fieldset-energy .form-item:not(fieldset) {
        width: 48%;
    }

    .eol-filters-layer form #edit-segment .form-item:not(fieldset):nth-child(2n),
    .eol-filters-layer form #edit-fieldset-energy .form-item:not(fieldset):nth-child(2n) {
        margin-left: 1rem;
    }
}

.eol-filters-layer form #edit-segment .form-item:not(fieldset) label,
.eol-filters-layer form #edit-fieldset-energy .form-item:not(fieldset) label {
    width: 100%;
    border: 1px solid #001a70;
    padding: 2rem 1.5625rem;
    background-color: #fff;
    border-radius: 0.5rem;
    text-align: left;
    margin-bottom: 1rem;
}

.eol-filters-layer form #edit-segment .form-item:not(fieldset) label:hover,
.eol-filters-layer form #edit-segment .form-item:not(fieldset) label.selected,
.eol-filters-layer form #edit-fieldset-energy .form-item:not(fieldset) label:hover,
.eol-filters-layer form #edit-fieldset-energy .form-item:not(fieldset) label.selected {
    background-color: #005bff;
    border-color: #005bff;
    color: #fff;
}

.eol-filters-layer form #edit-segment .form-item:not(fieldset) input:checked + label,
.eol-filters-layer form #edit-fieldset-energy .form-item:not(fieldset) input:checked + label {
    border-color: #005bff;
    color: #fff;
    background-color: #005bff;
}

.eol-filters-layer form #edit-segment .form-item:not(fieldset) input:checked + label:after,
.eol-filters-layer form #edit-fieldset-energy .form-item:not(fieldset) input:checked + label:after {
    display: none;
}

@media screen and (min-width: 64em) {
    .eol-filters-layer form #edit-fieldset-energy .form-item:not(fieldset) {
        width: auto;
        min-width: 13.75rem;
    }
}

.eol-filters-layer form .form-radios *:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.eol-filters-layer form .form-radio-group .form-input:focus-within {
    outline-width: 0;
}

.eol-filters-layer form .form-radio-group .form-input label span {
    font:
        1rem/1.5 "EDF-Regular",
        sans-serif;
}

.eol-filters-layer form .form-radio-group .form-input label#edit-energy-electricity_label {
    background: transparent url("/themes/custom/nova/assets/images/00-tokens/pictos/images/energy-electricity.svg")
        no-repeat calc(100% - 20px) center;
    background-size: 30px;
    padding-right: 3.125rem;
}

.eol-filters-layer form .form-radio-group .form-input label#edit-energy-electricity_label:hover {
    background-image: url("/themes/custom/nova/assets/images/00-tokens/pictos/images/energy-electricity-white.svg");
}

.eol-filters-layer form .form-radio-group .form-input label#edit-energy-gas_label {
    background: transparent url("/themes/custom/nova/assets/images/00-tokens/pictos/images/energy-gaz.svg") no-repeat
        calc(100% - 20px) center;
    background-size: 50px;
    padding-right: 3.125rem;
}

.eol-filters-layer form .form-radio-group .form-input label#edit-energy-gas_label:hover {
    background-image: url("/themes/custom/nova/assets/images/00-tokens/pictos/images/energy-gaz-white.svg");
}

.eol-filters-layer form .form-radio-group .form-input input:checked + label#edit-energy-electricity_label {
    background-image: url("/themes/custom/nova/assets/images/00-tokens/pictos/images/energy-electricity-white.svg");
    background-color: #005bff;
}

.eol-filters-layer form .form-radio-group .form-input input:checked + label#edit-energy-gas_label {
    background-image: url("/themes/custom/nova/assets/images/00-tokens/pictos/images/energy-gaz-white.svg");
    background-color: #005bff;
}

.eol-filters-layer form .radios-hidden-input .form-radios .form-input label {
    padding-left: 0;
}

.eol-filters-layer form .radios-hidden-input .form-radios .form-input label:before {
    display: none;
}

.eol-filters-layer form fieldset {
    border-width: 0;
    padding: 0;
}

.eol-filters-layer form fieldset + fieldset {
    margin-top: 1.5rem;
}

.eol-filters-layer form fieldset.regular-display .form-radios,
.eol-filters-layer form fieldset.regular-display .form-checkboxes *:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.eol-filters-layer form fieldset.regular-display .form-radios .webform-element,
.eol-filters-layer form fieldset.regular-display .form-checkboxes *:first-child .webform-element {
    width: 48%;
    margin-bottom: 1.25rem;
}

.eol-filters-layer form fieldset.regular-display .form-radio-group .form-input input:checked + label:after {
    opacity: 1;
}

.eol-filters-layer form .fieldset-legend {
    font:
        1.125rem/1.6 "EDF-Bold",
        sans-serif;
    display: inline-block;
    margin-bottom: 1.25rem;
}

.eol-filters-layer form input.form-submit:not(.see-offers) {
    font:
        1rem/1.5 "EDF-Bold",
        sans-serif;
    color: #005bff;
    background: transparent url("/themes/custom/nova/assets/images/00-tokens/pictos/images/close.svg") no-repeat center
        right;
    background-size: 16px;
    padding-right: 1.875rem;
    padding-left: 0;
    border-width: 0;
    cursor: pointer;
}

.eol-filters-layer form input.form-submit:not(.see-offers).form-disabled {
    display: none;
}

.eol-filters-layer form .green-energy-wrapper .fieldset-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.eol-filters-layer form .green-energy-wrapper .fieldset-wrapper .description {
    font:
        0.875rem/1.5 "EDF-Regular",
        sans-serif;
    color: #666;
}

.eol-filters-layer form .green-energy-wrapper .switch-button {
    margin-left: 3rem;
}

.eol-filters-layer form .green-energy-wrapper .switch-button label {
    text-indent: -9999px;
    overflow: hidden;
}

.eol-filters-layer form .eol-filters-layer-sticky {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 6rem;
    padding: 0.625rem 1rem;
    background-color: #fff;
    width: 100%;
    border-top: 0.625rem solid #e0e0e0;
}

.eol-filters-layer form .eol-filters-layer-sticky legend {
    display: none;
}

@media screen and (min-width: 64em) {
    .eol-filters-layer form .eol-filters-layer-sticky {
        width: 62%;
        padding: 1rem 2.5rem 1rem 5rem;
        -webkit-animation: openFromRight 1s;
        animation: openFromRight 1s;
    }
}

.eol-filters-layer form .eol-filters-layer-sticky input.form-submit {
    display: inline-block;
}

.eol-filters-layer form .eol-filters-layer-sticky .fieldset-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.eol-mask-filters {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

@media screen and (min-width: 48em) {
    .eol-mask-filters {
        top: 3rem;
    }
}

@media screen and (min-width: 64em) {
    .eol-mask-filters {
        top: 3.5rem;
    }
}

.sticky-select-offers {
    max-height: 100vh;
}

.sticky-select-offers-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    background-color: #fff;
    border-top: 0.625rem solid #e0e0e0;
    -webkit-animation: openFromBottom 1s;
    animation: openFromBottom 1s;
    z-index: 10;
    max-width: 100rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (min-width: 64em) {
    .sticky-select-offers {
        max-width: 100rem;
        margin: 0.5rem auto 1rem;
    }
}

.sticky-select-offers:not(.expanded) {
    max-height: 6.9375rem;
    -webkit-transition: max-height 0.1s ease-in;
    transition: max-height 0.1s ease-in;
}

.sticky-select-offers:not(.expanded) .offers-selected {
    display: none;
}

.sticky-select-offers:not(.expanded) .sticky-select-offers-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sticky-select-offers:not(.expanded) .expand {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition:
        transform 0.2s ease-in,
        -webkit-transform 0.2s ease-in;
}

@media screen and (min-width: 64em) {
    .sticky-select-offers:not(.expanded) .expand {
        border-radius: 0 0 0.5rem 0.5rem;
    }
}

.sticky-select-offers .expand {
    position: absolute;
    top: -1.125rem;
    left: calc(50% - 13px);
    width: 1.625rem;
    height: 1.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 64em) {
    .sticky-select-offers .expand {
        border-radius: 50%;
        background-color: #005bff;
    }

    .sticky-select-offers .expand:before {
        background-size: 1rem;
        background-position: center;
        margin: 0;
    }
}

@media screen and (min-width: 64em) {
    .sticky-select-offers .expand {
        background-color: #e0e0e0;
        top: -2.5rem;
        left: calc(50% - 32px);
        width: 4rem;
        height: 1.875rem;
        border-radius: 0.5rem 0.5rem 0 0;
        -webkit-transition: -webkit-transform 0.2s ease-in;
        transition: -webkit-transform 0.2s ease-in;
        transition: transform 0.2s ease-in;
        transition:
            transform 0.2s ease-in,
            -webkit-transform 0.2s ease-in;
    }

    .sticky-select-offers .expand:before {
        background-image: url("/themes/custom/nova/assets/images/00-tokens/pictos/images/arrow2-bottom-blue.svg");
        background-position: center;
        background-size: 1.75rem;
        width: 1.75rem;
        height: 1.75rem;
        margin-right: 0;
    }
}

.sticky-select-offers .carousel-navigation {
    position: absolute;
    top: 0;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 3.75rem;
    height: 3.375rem;
    background: #fff;
}

@media screen and (min-width: 64em) {
    .sticky-select-offers .carousel-navigation {
        display: none;
    }
}

.sticky-select-offers-inner {
    padding: 1rem;
}

@media screen and (min-width: 64em) {
    .sticky-select-offers-inner {
        padding: 1rem 6.46%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.sticky-select-offers-inner .carousel {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
}

@media screen and (min-width: 64em) {
    .sticky-select-offers-inner .carousel {
        margin-bottom: 0rem;
    }
}

.sticky-select-offers-inner .carousel-navigation {
    position: absolute;
    top: 0;
    z-index: 10;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 3.75rem;
    height: 3.375rem;
    background: #fff;
}

.sticky-select-offers-inner .carousel-navigation:after {
    position: absolute;
    top: 0;
    left: 60px;
    z-index: 2;
    display: inline-block;
    height: 100%;
    width: 10px;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(0, 7, 39, 0.15)),
        color-stop(15%, rgba(0, 7, 39, 0.1)),
        to(rgba(0, 0, 0, 0))
    );
    background: linear-gradient(90deg, rgba(0, 7, 39, 0.15) 0%, rgba(0, 7, 39, 0.1) 15%, rgba(0, 0, 0, 0));
    content: "";
}

.sticky-select-offers-inner .carousel-navigation button {
    overflow: hidden;
    width: 1.75rem;
    height: 1.75rem;
    margin: 0;
    background-size: 100%;
    border: none;
    background: url("/themes/custom/nova/assets/images/00-tokens/pictos/images/arrow2-bottom-blue.svg") no-repeat 0 0;
}

.sticky-select-offers-inner .carousel-navigation button.next {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.sticky-select-offers-inner .carousel-navigation button.prev {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sticky-select-offers-inner .carousel .offers-selected-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 2rem;
}

@media screen and (max-width: 64em) {
    .sticky-select-offers-inner .carousel .offers-selected-wrapper {
        overflow-y: auto;
    }
}

@media screen and (min-width: 64em) {
    .sticky-select-offers-inner .carousel .offers-selected-wrapper {
        padding-bottom: 0;
    }
}

.sticky-select-offers-inner .carousel .list-items-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media screen and (max-width: 64em) {
    .sticky-select-offers-inner .carousel.carousel-big .carousel-navigation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.sticky-select-offers-inner .carousel.carousel-big .offers-selected-wrapper {
    padding-left: 4.25rem;
}

.sticky-select-offers-inner .btns-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (min-width: 64em) {
    .sticky-select-offers-inner .btns-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.sticky-select-offers-inner .info {
    margin-top: 0.125rem;
}

@media screen and (max-width: 64em) {
    .sticky-select-offers-inner .info {
        font:
            0.75rem/1.5 "EDF-Regular",
            sans-serif;
    }
}

.sticky-select-offers .offer {
    font:
        0.75rem/1.5 "EDF-Bold",
        sans-serif;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 9.9375rem;
    max-width: 13.25rem;
    max-height: 3.375rem;
    min-height: 3.375rem;
    padding: 0.0625rem 1.25rem 0.0625rem 1.25rem;
    margin-right: 0.625rem;
    background-color: #e9f1f9;
    border: none;
    border-radius: 0.625rem;
    text-align: left;
}

.sticky-select-offers .offer:not(.empty):after {
    background-color: #005bff;
    border-radius: 50%;
    background-size: 0.625rem;
    background-position: center;
}

@media screen and (min-width: 64em) {
    .sticky-select-offers .offer {
        max-width: 14.125rem;
        min-width: 14.125rem;
        min-height: 4.25rem;
        margin-right: 0.9375rem;
    }
}

.sticky-select-offers .offer.empty {
    cursor: default;
    color: #1089ff;
}

@media screen and (min-width: 64em) {
    .sticky-select-offers .button-primary-text {
        margin-bottom: 1.625rem;
    }
}

.sticky-select-offers .disabled {
    cursor: default !important;
    opacity: 0.5;
}

@media screen and (min-width: 64em) {
    .has-crisis-banner .eol-mask-filters {
        top: 0;
    }

    .has-crisis-banner .eol-filters-layer {
        top: 0;
    }

    .has-crisis-banner .eol-filters-layer form {
        height: 100vh;
    }
}

@-webkit-keyframes openFromRight {
    from {
        right: -100vw;
    }

    to {
        right: 0;
    }
}

@keyframes openFromRight {
    from {
        right: -100vw;
    }

    to {
        right: 0;
    }
}

@-webkit-keyframes openFromBottom {
    from {
        bottom: -100vh;
    }

    to {
        bottom: 0;
    }
}

@keyframes openFromBottom {
    from {
        bottom: -100vh;
    }

    to {
        bottom: 0;
    }
}

a:has(.icon-new-tab) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.icon-new-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.icon-new-tab svg {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    -webkit-margin-start: 0.5rem;
    margin-inline-start: 0.5rem;
    fill: currentColor;
}

.banner-intro:not(.banner_m) {
    margin-bottom: 5rem;
}

.banner-intro.banner_m_marque {
    margin-bottom: 5rem;
}

.paragraphe-intro {
    margin-top: 5rem;
}

.editorial-page:not(:has(#carbon_sim_form)).editorial_page_1,
.editorial-page:not(:has(#carbon_sim_form)).editorial_page_2,
.editorial-page:not(:has(#carbon_sim_form)).editorial_page_3,
.editorial-page:not(:has(#carbon_sim_form)).editorial_page_4,
.editorial-page:not(:has(#carbon_sim_form)).editorial_page_12,
.editorial-page:not(:has(#carbon_sim_form)).editorial_page_13,
.editorial-page:not(:has(#carbon_sim_form)).editorial_page_18 {
    margin-top: 5rem;
}

.editorial-page .banner-intro.banner_m {
    margin-bottom: 5rem;
}

.editorial-page > .block-titre:not(.titre-section) {
    margin-bottom: 3rem;
    padding: 0 1rem;
}

.editorial-page .paragraphe-intro {
    margin-bottom: 3rem;
}

.editorial-page > .block-titre:first-child:not(.titre-section) {
    margin-bottom: 3rem;
}

.editorial-page .section {
    margin-bottom: 3rem;
}

.editorial-page .section .block-titre.titre-section {
    margin-bottom: 3rem;
    margin-top: 0;
}

.editorial-page .rich-content .btn.grp-primary {
    padding: 0.75rem 1.5rem;
    background-color: #005bff;
    border: 1px solid #005bff;
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
}

.editorial-page .rich-content .btn.grp-primary:hover {
    background-color: #001a70;
    border: 1px solid #001a70;
}

.editorial-page .rich-content .btn.grp-primary.active {
    background-color: #001a70;
    border: 1px solid #001a70;
}

.editorial-page .rich-content .btn.grp-primary.white {
    color: #001a70;
    background-color: #fff;
    border: 1px solid #fff;
}

.editorial-page .rich-content .btn.grp-primary.white img {
    -webkit-filter: invert(93%) sepia(81%) saturate(4976%) hue-rotate(231deg) brightness(95%) contrast(105%);
    filter: invert(93%) sepia(81%) saturate(4976%) hue-rotate(231deg) brightness(95%) contrast(105%);
}

.editorial-page .rich-content .btn.grp-primary.white:hover:enabled {
    color: #fff;
    background-color: #005bff;
    border: 1px solid #005bff;
}

.editorial-page .rich-content .btn.grp-primary.white:hover:enabled img {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}

.editorial-page .rich-content .btn.grp-primary:disabled,
.editorial-page .rich-content .btn.grp-primary[disabled] {
    border: 1px solid #e0e0e0;
    background-color: #e0e0e0;
    color: #666;
    cursor: default;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.editorial-page .rich-content .btn.grp-primary:disabled img,
.editorial-page .rich-content .btn.grp-primary[disabled] img {
    -webkit-filter: invert(0.5);
    filter: invert(0.5);
}

.editorial-page .link-icon-back {
    margin: 2rem 7.5%;
}

.editorial-page.editorial_page_10 .cls-description-event-national {
    margin: 0 1rem;
    margin-bottom: 3rem;
}

.editorial-page .banner-actu {
    margin-bottom: 5rem;
}

#block-filsdariane + .editorial-page.editorial_page_1 {
    margin-top: 0;
}

.wrapper-link-banner_m_1 {
    position: relative;
}

.wrapper-link-banner_m_1 .link-icon-back {
    position: absolute;
    width: calc(100% - 9.479% * 2);
    left: 9.479%;
    right: 9.479%;
    top: -4.5rem;
}

@media screen and (min-width: 48em) {
    .banner-intro:not(.banner_m) {
        margin-bottom: 7.5rem;
    }

    .banner-intro.banner_m_marque {
        margin-bottom: 5rem;
    }

    .editorial-page.editorial_page_2_b,
    .editorial-page.editorial_page_3 {
        margin-top: 7.5rem;
    }

    .editorial-page .banner-intro.banner_m {
        margin-bottom: 7.5rem;
    }

    .editorial-page > .block-titre:not(.titre-section) {
        margin-bottom: 4rem;
        padding: 0 17.7%;
    }

    .editorial-page .editorial-page-content:not(.full-width) {
        max-width: 100rem;
        margin: 0 auto;
    }

    .editorial-page .editorial-page-content .section {
        margin-bottom: 4rem;
    }

    .editorial-page .editorial-page-content .section .block-titre.titre-section {
        margin-bottom: 4rem;
        margin-top: 0;
    }
}

@media screen and (min-width: 64em) {
    .editorial-page .paragraphe-intro {
        margin-bottom: 4rem;
    }

    .editorial-page > .block-titre:first-child:not(.titre-section) {
        margin: 0 17.7% 4rem;
    }
}

@media screen and (min-width: 80em) {
    .banner-intro.banner_m_marque {
        margin-bottom: 8rem;
    }

    .editorial-page.editorial_page_10 .cls-description-event-national {
        margin: 0;
        width: 60%;
        margin-bottom: 7.5rem;
    }

    .editorial-page.editorial_page_10 .editorial-page-content.full-width .cls-description-event-national {
        margin-left: 9.479%;
    }
}

.header-nav-user {
    height: 100%;
}

.header-nav-user .nav-user {
    height: 100%;
}

.header-nav-user .nav-user .button-secondary-menu {
    height: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.header-nav-user .nav-user .button-secondary-menu .text {
    display: none;
}

.header-nav-user .nav-user .button-secondary-menu .icon-chevron-down {
    display: none;
}

.header-nav-user .nav-user .button-secondary-menu .picto {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.header-nav-user .nav-user .button-secondary-menu .picto svg {
    height: 1.1875rem;
    width: 1.2rem;
    overflow: visible;
}

.header-nav-user .wrapper-secondary-menu-deploy .link-client .text {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-nav-user .wrapper-secondary-menu-deploy .link-client .text.no-border {
    border-bottom: 0;
}

.header-nav-user .wrapper-secondary-menu-deploy .link-client:hover .maintenance-wrapper .text,
.header-nav-user .wrapper-secondary-menu-deploy .link-client:focus .maintenance-wrapper .text {
    text-decoration: none;
}

.header-nav-user .wrapper-secondary-menu-deploy .maintenance-wrapper {
    display: block;
    width: 100%;
    padding: 0 calc(1rem + 4px);
}

.header-nav-user .wrapper-secondary-menu-deploy .maintenance-wrapper .text {
    display: block;
    margin: 0;
    color: #db001f;
    padding: 0.625rem 0;
    border-bottom: 1px solid #dedede;
}

.header-nav-user .wrapper-secondary-menu-deploy .maintenance-wrapper .text p {
    margin: 0;
}

@media screen and (min-width: 64em) {
    html[dir="rtl"] .header-nav-user .wrapper-secondary-menu-deploy {
        left: calc(50% - 4.125rem);
    }

    html[dir="rtl"] .header-nav-user .wrapper-secondary-menu-deploy:before {
        right: calc(25% + 3rem);
        left: auto;
    }

    .header-nav-user .secondary-menu-item.nav-user .button-secondary-menu .icon-chevron-down {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header-nav-user .secondary-menu-item.nav-user .wrapper-secondary-menu-deploy {
        right: 0;
        left: auto;
    }

    .header-nav-user .secondary-menu-item.nav-user .wrapper-secondary-menu-deploy::before {
        left: calc(75% - 1rem);
    }

    .header-nav-user .secondary-menu-item.nav-user .button-secondary-menu .text {
        display: block;
    }

    .header-nav-user .secondary-menu-item.nav-user .button-secondary-menu .picto {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 5px;
    }

    .header-nav-user .secondary-menu-item.nav-user .button-secondary-menu .picto svg {
        height: 1rem;
        max-height: 100%;
        width: auto;
    }
}

#footer {
    background: #fff;
    max-width: 100rem;
    margin: auto;
}

#footer > div {
    padding: 2rem 0;
}

#footer > div:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}

#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .logo {
    margin: 0 auto 2rem;
}

#footer .logo svg,
#footer .logo img {
    height: 2.875rem;
}

#footer .logo .link-home {
    padding: 0;
}

#footer .logo .link-home span {
    font-size: 1.5rem;
    margin: 0 0.938rem;
    padding: 0 0.938rem;
    border-left: 1.29px solid #e0e0e0;
}

#footer .footer-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0.813rem;
    padding-left: 0.813rem;
}

#footer .footer-head-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
}

#footer .footer-head-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
}

#footer .footer-head-links ul {
    margin: 0;
}

#footer .footer-head-links ul li:not(:last-of-type) {
    margin-bottom: 1.25rem;
}

#footer .footer-head-labels p {
    margin: 0 0 0.5rem;
}

#footer .footer-head-labels ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.813rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#footer .footer-head-labels .btn.button-icon {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    width: 3.875rem;
    height: 3.875rem;
}

#footer .footer-head-labels .btn.button-icon:not(a):hover {
    cursor: auto;
}

#footer .subfooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0.813rem;
    padding-left: 0.813rem;
}

#footer .subfooter .subfooter-bounce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#footer .subfooter .subfooter-bounce li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#footer .subfooter .subfooter-bounce li > a span {
    padding-top: 5px;
}

#footer .subfooter .subfooter-socials {
    margin-top: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
}

#footer .subfooter .subfooter-socials a:hover svg path {
    fill: #001a70;
}

#footer .footer-tail {
    padding-right: 0.813rem;
    padding-left: 0.813rem;
}

#footer .footer-tail .footer-tail-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
}

#footer .footer-tail .footer-tail-details {
    margin-top: 2rem;
}

#footer .footer-tail .footer-tail-details .copyright {
    margin: 0;
}

footer .button-icon-secondary {
    position: inherit;
}

@media screen and (min-width: 48em) {
    #footer > div {
        padding: 1rem 0;
    }

    #footer .logo {
        margin: 0 0 2rem;
    }

    #footer .footer-head-right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    #footer .footer-head-right .footer-head-links {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 25%;
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    }

    #footer .footer-head-right .footer-head-links ul {
        width: 11.563rem;
    }

    #footer .footer-head-right .footer-head-labels {
        -webkit-margin-start: auto;
        margin-inline-start: auto;
    }

    #footer .footer-head-right .footer-head-labels ul {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    #footer .footer-head-right .footer-head-labels .btn.button-icon {
        width: 3.167rem;
        height: 3.167rem;
    }

    #footer .subfooter .subfooter-bounce {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #footer .subfooter .subfooter-socials svg {
        width: 1.5rem;
        height: 1.5rem;
    }

    #footer .footer-tail .footer-tail-links {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 1.5rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #footer .footer-tail .footer-tail-details {
        margin-top: 0;
    }
}

@media screen and (min-width: 64em) {
    #footer .footer-head {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    #footer .footer-head .footer-head-right {
        -webkit-margin-start: auto;
        margin-inline-start: auto;
        min-width: 50%;
    }

    #footer .footer-head .footer-head-right .footer-head-links {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        gap: 1rem;
    }

    #footer .footer-head .footer-head-right .footer-head-links ul {
        width: auto;
        min-width: 200px;
    }

    #footer .footer-head .footer-head-right .footer-head-labels .btn.button-icon {
        width: 4.438rem;
        height: 4.438rem;
    }

    #footer .subfooter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 1.094rem 0.813rem;
    }

    #footer .subfooter .subfooter-socials {
        margin-top: 0;
        -webkit-margin-start: auto;
        margin-inline-start: auto;
    }

    #footer .footer-tail {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    #footer .footer-tail .footer-tail-details {
        -webkit-margin-start: auto;
        margin-inline-start: auto;
    }
}

.site-pei #footer .logo svg,
.site-pei #footer .logo img,
.site-simba #footer .logo svg,
.site-simba #footer .logo img {
    height: 2.5625rem;
}

.site-musee-electropolis #footer .logo svg,
.site-musee-electropolis #footer .logo img {
    height: 2rem;
}

.site-chile #footer .logo svg,
.site-chile #footer .logo img,
.site-cameroun #footer .logo svg,
.site-cameroun #footer .logo img,
.site-danmark #footer .logo svg,
.site-danmark #footer .logo img,
.site-cotedivoire #footer .logo svg,
.site-cotedivoire #footer .logo img {
    height: 2.5rem;
}

.is-metahome #footer .footer-head {
    border-top: 1px solid #e0e0e0;
}

.wrapper-label-tooltip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wrapper-label-tooltip .form-input-tooltip {
    margin-left: 0.75rem;
}

.form-input-tooltip {
    position: relative;
}

legend .form-input-tooltip {
    display: inline-block;
}

.form-input-tooltip .form-input-tooltip-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 1.5rem;
    width: 1.5rem;
    padding: 0;
    background-color: #e0e0e0;
    color: #005bff;
    border-color: transparent;
    border-radius: 50%;
    cursor: pointer;
}

.form-input-tooltip .form-input-tooltip-btn span {
    font:
        1.125rem/1 "EDF-Regular",
        sans-serif;
}

.form-input-tooltip .form-input-tooltip-btn:hover,
.form-input-tooltip .form-input-tooltip-btn:focus {
    background-color: #005bff;
    color: #fff;
}

.form-input-tooltip .form-input-tooltip-text {
    position: absolute;
    top: 2rem;
    left: 0;
    -webkit-transform: translateX(calc(-50% + 0.8125rem));
    transform: translateX(calc(-50% + 0.8125rem));
    padding: 0.625rem 2rem 0.625rem 1rem;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
    z-index: 2;
    font:
        0.875rem/1.5 "EDF-Regular",
        sans-serif;
    width: 15.625rem;
}

.form-input-tooltip .form-input-tooltip-text.surface-03 {
    background-color: #1089ff;
    color: #fff;
}

.form-input-tooltip .form-input-tooltip-text.surface-11 {
    background-color: #005bff;
    color: #fff;
}

.form-input-tooltip .form-input-tooltip-text.hidden {
    display: none;
}

.form-input-tooltip .close {
    border: none;
    position: absolute;
    right: 1rem;
    top: 1rem;
    text-transform: none;
    background: transparent;
    -webkit-appearance: button;
    cursor: pointer;
}

@media screen and (min-width: 48em) {
    .form-input-tooltip .form-input-tooltip-text {
        width: auto;
        min-width: 19rem;
        padding: 0.625rem 3rem 0.625rem 1rem;
    }
}

a:has(.icon-new-tab) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.icon-new-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.icon-new-tab svg {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    -webkit-margin-start: 0.5rem;
    margin-inline-start: 0.5rem;
    fill: currentColor;
}

.header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    z-index: 1000;
    -webkit-transition:
        margin-top 0.3s ease-in,
        opacity 0.3s linear;
    transition:
        margin-top 0.3s ease-in,
        opacity 0.3s linear;
    will-change: margin-top;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    left: 0;
    -webkit-transform: none;
    transform: none;
}

.header-line-first {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 3rem;
}

.header-line-second {
    position: absolute;
}

.header .main-menu-container {
    width: auto;
}

.header .secondary-nav-container {
    margin-left: auto;
}

.header .header-action-buttons {
    display: none;
}

html[dir="rtl"] .header-line-first {
    padding-left: 0;
    padding-right: 3rem;
}

@media screen and (min-width: 64em) {
    .header-wrapper {
        margin-bottom: 6.95rem;
    }

    .header {
        position: fixed;
        width: 100%;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 0;
        max-width: 100rem;
        margin: auto;
    }

    .header-line {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header-line-first {
        padding-left: 0;
        background-color: #fff;
        z-index: 2002;
    }

    .header-line-second {
        position: initial;
        top: 100%;
        width: 100%;
        max-width: unset;
        background-color: #fff;
        border-bottom: 1px solid #e0e0e0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        -webkit-transition:
            opacity 0.3s ease,
            visibility 0s linear 0s,
            -webkit-transform 0.3s ease;
        transition:
            opacity 0.3s ease,
            visibility 0s linear 0s,
            -webkit-transform 0.3s ease;
        transition:
            transform 0.3s ease,
            opacity 0.3s ease,
            visibility 0s linear 0s;
        transition:
            transform 0.3s ease,
            opacity 0.3s ease,
            visibility 0s linear 0s,
            -webkit-transform 0.3s ease;
    }

    .header-line-second.anim-hide {
        -webkit-transform: translateY(-112px);
        transform: translateY(-112px);
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        -webkit-transition:
            opacity 0.3s ease,
            visibility 0s linear 0.3s,
            -webkit-transform 0.3s ease;
        transition:
            opacity 0.3s ease,
            visibility 0s linear 0.3s,
            -webkit-transform 0.3s ease;
        transition:
            transform 0.3s ease,
            opacity 0.3s ease,
            visibility 0s linear 0.3s;
        transition:
            transform 0.3s ease,
            opacity 0.3s ease,
            visibility 0s linear 0.3s,
            -webkit-transform 0.3s ease;
    }

    .header-line-second-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: auto;
        width: 100%;
        max-width: 100rem;
    }

    .header .link-home-container {
        width: 25%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header .main-menu-container {
        width: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    .header .main-menu-container .main-menu-panel {
        background-color: transparent;
    }

    .header .secondary-nav-container {
        width: 75%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 1rem;
    }

    .header .header-action-buttons {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .header .separator {
        border-top: 1px solid #e0e0e0;
        width: 100%;
    }

    html[dir="rtl"] .header-line-first {
        padding-right: 0;
    }

    html[dir="rtl"] .header .secondary-nav-container {
        padding-right: 0;
        padding-left: 1rem;
    }

    body.has-crisis-banner .header-wrapper {
        margin-bottom: 0;
    }

    body.has-crisis-banner .header {
        position: relative;
        left: 0;
        -webkit-transform: none;
        transform: none;
    }

    body.has-crisis-banner .header-crisis-wrapper {
        position: sticky;
        top: 0;
        z-index: 1000;
        width: 100%;
    }

    body.is-metahome .header {
        position: fixed;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    body.is-metahome.has-crisis-banner .header {
        position: relative;
        left: 0;
        -webkit-transform: none;
        transform: none;
    }

    body[class*="site-sei-"] .secondary-nav-container {
        width: calc((100% / 3) * 2);
    }

    body[class*="site-sei-"] .link-home-container {
        width: calc(100% / 3);
    }
}

a:has(.icon-new-tab) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.icon-new-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.icon-new-tab svg {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    -webkit-margin-start: 0.5rem;
    margin-inline-start: 0.5rem;
    fill: currentColor;
}

html[dir="rtl"] .header-highlight .header-highlight-link-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.header-highlight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #005bff;
    padding: 0.625rem;
    border-radius: 0.625rem;
    gap: 0.625rem;
    height: 5rem;
    width: 18.75rem;
    color: #fff;
    text-decoration: none;
}

.header-highlight:hover,
.header-highlight:focus {
    background-color: #1057c8;
    text-decoration: underline;
}

.header-highlight .header-highlight-visual {
    border-radius: 0.313rem;
    width: 3.438rem;
    height: 3.438rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header-highlight .header-highlight-visual figure,
.header-highlight .header-highlight-visual img {
    height: 100%;
    width: 100%;
    max-width: none;
    border-radius: 0.313rem;
}

.header-highlight .header-highlight-text {
    font:
        0.875rem/1.5 "EDF-Regular",
        sans-serif;
    color: #fff;
    text-decoration: none;
}

.header-highlight .header-highlight-link-icon {
    margin-left: auto;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    padding: 0.188rem 0.25rem;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.dialog.main-menu-panel .header-highlight {
    max-width: 100%;
}

.banner-top .header-highlight {
    color: #000;
}

.banner-top .header-highlight .header-highlight-text {
    color: #000;
}

.banner-top .header-highlight .header-highlight-link-icon {
    background-color: #005bff;
}

.banner-top.banner-meet .header-highlight,
.banner-top.banner-full .header-highlight {
    background-color: #f4f4f4;
}

.banner-top.banner-meet .header-highlight .header-highlight-text,
.banner-top.banner-full .header-highlight .header-highlight-text {
    font-family: "EDF-Bold", sans-serif;
}

.banner-top.banner-meet.surface-13 .header-highlight,
.banner-top.banner-full.surface-13 .header-highlight {
    background-color: #fff;
}

@media screen and (min-width: 48em) {
    .banner-full .header-highlight {
        background-color: #fff;
    }
}

.illustrative-points {
    padding: 2.75rem 1rem 3rem;
}

.illustrative-points .block-titre {
    margin-bottom: 2.5rem;
}

.illustrative-points.base-01 {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 2.5rem;
}

.illustrative-points.surface-01,
.illustrative-points.surface-04 {
    margin-bottom: 3rem;
}

.illustrative-points:not(.h-scroll-available) .h-scrollable-wrapper {
    padding-bottom: 0;
}

.illustrative-points .h-scrollable.h-scrollable-init .illustrative-points-cards {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.illustrative-points .h-scrollable .illustrative-points-cards {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.illustrative-points .h-scrollable .illustrative-points-cards .illustrative-points-card {
    width: calc(100vw - (100vw - 100%));
    min-width: calc(100vw - (100vw - 100%));
}

.illustrative-points .illustrative-points-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.illustrative-points .illustrative-points-cards.base-01 {
    padding-bottom: 0;
}

.illustrative-points .illustrative-points-cards .illustrative-points-card {
    width: 100%;
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.illustrative-points .illustrative-points-cards .illustrative-points-card:not(:last-child) {
    -webkit-margin-end: 3.75rem;
    margin-inline-end: 3.75rem;
}

.illustrative-points .illustrative-points-cards .illustrative-points-card .title {
    text-align: center;
    color: #000;
}

.illustrative-points .illustrative-points-cards .illustrative-points-card .text {
    text-align: center;
    color: #000;
}

.illustrative-points .illustrative-points-cards .illustrative-points-card .text li {
    text-align: left;
}

.illustrative-points .illustrative-points-cards .illustrative-points-card .text li.text-align-center {
    text-align: center;
}

.illustrative-points .illustrative-points-cards .illustrative-points-card .text li.text-align-right {
    text-align: right;
}

.illustrative-points .illustrative-points-cards .illustrative-points-card .label {
    color: #666;
    text-transform: uppercase;
    font:
        0.75rem/1.5 "EDF-Bold",
        sans-serif;
    letter-spacing: 0.125rem;
    margin-bottom: 0.25rem;
}

.surface-01.illustrative-points .illustrative-points-cards .illustrative-points-card .title,
.surface-01.illustrative-points .illustrative-points-cards .illustrative-points-card .text,
.surface-01.illustrative-points .illustrative-points-cards .illustrative-points-card .label {
    color: #fff;
}

.illustrative-points .illustrative-points-cards .illustrative-points-card .picto {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 8.125rem;
    width: 18rem;
    margin-bottom: 1.5rem;
}

.illustrative-points .illustrative-points-cards .illustrative-points-card .picto img {
    max-width: 80%;
    max-height: 80%;
    margin: 0 0;
}

.illustrative-points .illustrative-points-cards .illustrative-points-card.etapes .picto {
    height: 6.125rem;
    width: 13.625rem;
}

.illustrative-points .illustrative-points-cards .illustrative-points-card .chiffres {
    font:
        1.5rem/1.3 "EDF-Bold",
        sans-serif;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    color: #000;
}

@media screen and (min-width: 48em) {
    .illustrative-points .illustrative-points-cards .illustrative-points-card .chiffres {
        font-size: 1.75rem;
        line-height: 1.2;
    }
}

.surface-01.illustrative-points .illustrative-points-cards .illustrative-points-card .chiffres {
    color: #fff;
}

.illustrative-points .illustrative-points-cards .illustrative-points-card .chiffres .nobr {
    white-space: nowrap;
    color: #005bff;
    line-height: 1.2;
}

.surface-01.illustrative-points .illustrative-points-cards .illustrative-points-card .chiffres .nobr {
    color: #fff;
}

.illustrative-points .illustrative-points-cards .illustrative-points-card .chiffres .unit {
    display: block;
    color: #005bff;
    font-size: 1rem;
}

.surface-01.illustrative-points .illustrative-points-cards .illustrative-points-card .chiffres .unit {
    color: #fff;
}

.illustrative-points .illustrative-points-cards .illustrative-points-card .chiffres abbr,
.illustrative-points .illustrative-points-cards .illustrative-points-card .chiffres span {
    text-decoration: none;
}

.illustrative-points .illustrative-points-cards .illustrative-points-card .title {
    font:
        1.125rem/1.6 "EDF-Bold",
        sans-serif;
    margin: 0 0 0.5rem 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .illustrative-points .illustrative-points-cards .illustrative-points-card .title {
        width: 100%;
    }
}

.illustrative-points .illustrative-points-cards .illustrative-points-card .text {
    font:
        0.875rem/1.5 "EDF-Regular",
        sans-serif;
    margin-bottom: 0.75rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .illustrative-points .illustrative-points-cards .illustrative-points-card .text {
        width: 100%;
    }
}

.illustrative-points .illustrative-points-cards .illustrative-points-card .col2,
.illustrative-points .illustrative-points-cards .illustrative-points-card .col1 {
    text-align: center;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .illustrative-points .illustrative-points-cards .illustrative-points-card .col2,
    .illustrative-points .illustrative-points-cards .illustrative-points-card .col1 {
        width: 100%;
    }
}

.illustrative-points .illustrative-points-cards .illustrative-points-card .link {
    margin: 0 auto 0.5rem;
    display: block;
    padding: 0 1rem;
    font:
        0.875rem/1.5 "EDF-Regular",
        sans-serif;
    color: #005bff;
}

.surface-01.illustrative-points .illustrative-points-cards .illustrative-points-card .link {
    color: #fff;
}

.illustrative-points .illustrative-points-cards .illustrative-points-card .link::after {
    content: "";
    position: relative;
    display: inline-block;
    inset-inline-start: 0.5rem;
    top: 0.1rem;
    height: 0.75rem;
    width: 0.75rem;
    background: url(/themes/custom/nova/assets/images/03-organisms/illustrative-points/images/arrow.png) no-repeat
        center;
}

html[dir="rtl"] .illustrative-points .illustrative-points-cards .illustrative-points-card .link::after {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.illustrative-points .illustrative-points-cards .illustrative-points-card.etapes {
    position: relative;
}

.illustrative-points .illustrative-points-cards .illustrative-points-card.etapes .link {
    margin-bottom: 0;
}

.illustrative-points .illustrative-points-cards .illustrative-points-card.etapes::after {
    content: "";
    background: url("/themes/custom/nova/assets/images/03-organisms/illustrative-points/images/arrowStep.svg") center
        center no-repeat;
    position: absolute;
    bottom: -3.25rem;
    inset-inline-end: auto;
    inset-inline-start: auto;
    width: 2rem;
    height: 2rem;
}

.surface-01.illustrative-points .illustrative-points-cards .illustrative-points-card.etapes::after {
    background-image: url("/themes/custom/nova/assets/images/03-organisms/illustrative-points/images/arrowStep-white.svg");
}

.illustrative-points .illustrative-points-cards .illustrative-points-card.etapes:last-child::after {
    display: none;
}

.illustrative-points .illustrative-points-cards.align-horizontal .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.illustrative-points .illustrative-points-cards.align-vertical {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.illustrative-points .illustrative-points-cards.align-vertical .illustrative-points-card {
    margin-right: 0;
    width: 40%;
    min-width: 18rem;
    max-width: 40rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.illustrative-points .illustrative-points-cards.align-vertical .illustrative-points-card:not(:last-child) {
    margin-bottom: 3rem;
}

.illustrative-points .illustrative-points-cards.align-vertical.base-01 .illustrative-points-card:last-child {
    margin-bottom: 0;
}

.illustrative-points
    .illustrative-points-cards.align-vertical.illustrative_points_2_a
    .illustrative-points-card.etapes:not(:last-child),
.illustrative-points
    .illustrative-points-cards.align-vertical.illustrative_points_2_b
    .illustrative-points-card.etapes:not(:last-child) {
    margin-bottom: 2.5rem;
}

.illustrative-points
    .illustrative-points-cards.align-vertical.illustrative_points_2_a
    .illustrative-points-card.etapes:not(:last-child)::after,
.illustrative-points
    .illustrative-points-cards.align-vertical.illustrative_points_2_b
    .illustrative-points-card.etapes:not(:last-child)::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: -3rem;
    inset-inline-start: 3rem;
    top: unset;
}

.illustrative-points
    .illustrative-points-cards.align-vertical.illustrative_points_2_a
    .illustrative-points-card.etapes.no-label.no-chiffre:not(:last-child)::after,
.illustrative-points
    .illustrative-points-cards.align-vertical.illustrative_points_2_a
    .illustrative-points-card.etapes.no-label.no-picto:not(:last-child)::after,
.illustrative-points
    .illustrative-points-cards.align-vertical.illustrative_points_2_b
    .illustrative-points-card.etapes.no-label.no-chiffre:not(:last-child)::after,
.illustrative-points
    .illustrative-points-cards.align-vertical.illustrative_points_2_b
    .illustrative-points-card.etapes.no-label.no-picto:not(:last-child)::after {
    inset-inline-start: -0.5rem;
}

.illustrative-points .illustrative-points-cards.align-vertical .no-etapes.has-label.has-chiffre .col1 .chiffres .label {
    margin-bottom: 0.25rem;
}

.illustrative-points.surface-01 .illustrative-points-cards .illustrative-points-card .col2 .link::after {
    background: url(/themes/custom/nova/assets/images/03-organisms/illustrative-points/images/arrow-white.png) no-repeat
        center;
}

.illustrative-points.text-align-start .block-titre {
    padding: 0;
    max-width: 68.5rem;
    margin: 0 0 3rem;
}

.illustrative-points.text-align-start .block-titre.with-orange-border .title-container::after {
    margin: 2rem 0 0;
}

.illustrative-points.text-align-start .illustrative-points-cards {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.illustrative-points.text-align-start .illustrative-points-cards .illustrative-points-card {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.illustrative-points.text-align-start .illustrative-points-cards .illustrative-points-card .col1 {
    text-align: start;
}

.illustrative-points.text-align-start .illustrative-points-cards .illustrative-points-card .col1 .chiffres abbr,
.illustrative-points.text-align-start .illustrative-points-cards .illustrative-points-card .col1 .chiffres span {
    margin-left: 0;
}

.illustrative-points.text-align-start .illustrative-points-cards .illustrative-points-card .col2 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.illustrative-points.text-align-start .illustrative-points-cards .illustrative-points-card .title {
    text-align: start;
}

.illustrative-points.text-align-start .illustrative-points-cards .illustrative-points-card .text {
    text-align: start;
}

.illustrative-points.text-align-start .illustrative-points-cards .illustrative-points-card .link {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    text-align: start;
}

.illustrative-points.text-align-start .illustrative-points-cards.align-vertical {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
    max-width: 68.5rem;
    margin: 0 auto 3rem;
}

.illustrative-points.text-align-start.carrousel .illustrative-points-cards .illustrative-points-card .picto,
.illustrative-points.text-align-start.grid .illustrative-points-cards .illustrative-points-card .picto {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.illustrative-points.text-align-start.colonne_1 .illustrative-points-cards .illustrative-points-card .picto,
.illustrative-points.text-align-start.colonne_2 .illustrative-points-cards .illustrative-points-card .picto {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.illustrative-points.grid .illustrative-points-cards {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.illustrative-points.grid .illustrative-points-cards .illustrative-points-card:not(.etapes) {
    margin-bottom: 2rem;
}

.illustrative-points.carrousel .illustrative-points-card.etapes.has-chiffre:after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    inset-inline-start: unset;
    top: 2.5rem;
    bottom: unset;
    inset-inline-end: 0;
}

.illustrative-points.carrousel .illustrative-points-card.etapes.no-chiffre:after {
    display: none;
}

.illustrative-points.carrousel .illustrative-points-card.etapes.no-chiffre:not(:last-child) .col1 {
    width: 100%;
    position: relative;
}

.illustrative-points.carrousel .illustrative-points-card.etapes.no-chiffre:not(:last-child) .col1:after {
    content: "";
    background: url("/themes/custom/nova/assets/images/03-organisms/illustrative-points/images/arrowStep.svg") center
        center no-repeat;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(270deg);
    transform: translateY(-50%) rotate(270deg);
    inset-inline-end: 0;
    width: 2rem;
    height: 2rem;
}

.surface-01.illustrative-points.carrousel .illustrative-points-card.etapes.no-chiffre:not(:last-child) .col1:after {
    background-image: url("/themes/custom/nova/assets/images/03-organisms/illustrative-points/images/arrowStep-white.svg");
}

.illustrative-points:not(.carrousel) .illustrative-points-cards .illustrative-points-card.etapes {
    margin-bottom: 4.5rem;
}

.illustrative-points.colonne_1 .illustrative-points-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.illustrative-points.colonne_1 .illustrative-points-cards .illustrative-points-card:not(.etapes) {
    margin: 0 auto 2rem;
}

.illustrative-points.colonne_2 .illustrative-points-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.illustrative-points.colonne_1 .illustrative-points-cards .illustrative-points-card:not(.etapes):not(:last-child),
.illustrative-points.colonne_2 .illustrative-points-cards .illustrative-points-card:not(.etapes):not(:last-child) {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2rem;
}

.illustrative-points.colonne_1 .illustrative-points-cards .illustrative-points-card.etapes,
.illustrative-points.colonne_2 .illustrative-points-cards .illustrative-points-card.etapes {
    margin-right: 0;
}

.editorial-page-content .section .illustrative-points.base-01 {
    padding-bottom: 0;
    margin-bottom: 3rem;
}

.editorial-page-content .section .illustrative-points.h-scroll-available {
    padding-bottom: 2rem;
    margin-bottom: 3rem;
}

.editorial-page-content .section .illustrative-points.h-scroll-available.surface-01,
.editorial-page-content .section .illustrative-points.h-scroll-available.surface-04 {
    padding-bottom: 4.5rem;
}

@media screen and (min-width: 48em) {
    .illustrative-points .illustrative-points-cards .illustrative-points-card .picto {
        height: 5.25rem;
        width: 11.625rem;
        max-width: 100%;
    }

    .illustrative-points .illustrative-points-cards .illustrative-points-card.etapes .picto {
        height: 5.25rem;
        width: 11.625rem;
    }

    .illustrative-points .h-scrollable .illustrative-points-cards .illustrative-points-card {
        width: 14.375rem;
        min-width: 14.375rem;
    }

    .illustrative-points.carrousel .illustrative-points-card.etapes:after {
        inset-inline-end: -2.875rem;
    }

    .illustrative-points.carrousel .illustrative-points-card.etapes.no-chiffre:not(:last-child) .col1:after {
        inset-inline-end: -2.875rem;
    }
}

@media screen and (min-width: 64em) {
    .illustrative-points {
        padding: 5.25rem 1rem 4rem;
    }

    .illustrative-points .block-titre {
        margin-bottom: 3rem;
    }

    .illustrative-points.surface-01,
    .illustrative-points.surface-04 {
        margin-bottom: 4rem;
    }

    .illustrative-points.surface-01.h-scroll-available,
    .illustrative-points.surface-04.h-scroll-available {
        padding-bottom: 7rem;
    }

    .illustrative-points .illustrative-points-cards.align-vertical .illustrative-points-card {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .illustrative-points .illustrative-points-cards.align-vertical .illustrative-points-card .col1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        word-break: break-word;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .illustrative-points .illustrative-points-cards.align-vertical .illustrative-points-card .col1 .chiffres {
        width: 7rem;
    }

    .illustrative-points .illustrative-points-cards.align-vertical .illustrative-points-card .col1 .picto {
        margin-bottom: 0;
    }

    .illustrative-points .illustrative-points-cards.align-vertical .illustrative-points-card .col2,
    .illustrative-points .illustrative-points-cards.align-vertical .illustrative-points-card .col2 .text,
    .illustrative-points .illustrative-points-cards.align-vertical .illustrative-points-card .col2 .title,
    .illustrative-points .illustrative-points-cards.align-vertical .illustrative-points-card .col2 a,
    .illustrative-points .illustrative-points-cards.align-vertical .illustrative-points-card .col2 .text p {
        text-align: start;
    }

    html[dir="rtl"] .illustrative-points .illustrative-points-cards.align-vertical .illustrative-points-card .col2 {
        text-align: right;
    }

    html[dir="rtl"]
        .illustrative-points
        .illustrative-points-cards.align-vertical
        .illustrative-points-card
        .col2
        .text,
    html[dir="rtl"]
        .illustrative-points
        .illustrative-points-cards.align-vertical
        .illustrative-points-card
        .col2
        .title,
    html[dir="rtl"] .illustrative-points .illustrative-points-cards.align-vertical .illustrative-points-card .col2 a {
        text-align: right;
    }

    .illustrative-points
        .illustrative-points-cards.align-vertical.illustrative_points_1_a
        .illustrative-points-card
        .col1 {
        padding-right: 1rem;
    }

    .illustrative-points
        .illustrative-points-cards.align-vertical.illustrative_points_1_a
        .illustrative-points-card
        .col1
        .picto {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 100%;
    }

    .illustrative-points
        .illustrative-points-cards.align-vertical.illustrative_points_1_b
        .illustrative-points-card
        .col1,
    .illustrative-points
        .illustrative-points-cards.align-vertical.illustrative_points_2_b
        .illustrative-points-card
        .col1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
    }

    .illustrative-points
        .illustrative-points-cards.align-vertical.illustrative_points_1_b
        .illustrative-points-card
        .col1
        .chiffres,
    .illustrative-points
        .illustrative-points-cards.align-vertical.illustrative_points_2_b
        .illustrative-points-card
        .col1
        .chiffres {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .illustrative-points
        .illustrative-points-cards.align-vertical.illustrative_points_1_b
        .illustrative-points-card
        .col1
        .chiffres
        .label,
    .illustrative-points
        .illustrative-points-cards.align-vertical.illustrative_points_1_b
        .illustrative-points-card
        .col1
        .chiffres
        .nobr,
    .illustrative-points
        .illustrative-points-cards.align-vertical.illustrative_points_2_b
        .illustrative-points-card
        .col1
        .chiffres
        .label,
    .illustrative-points
        .illustrative-points-cards.align-vertical.illustrative_points_2_b
        .illustrative-points-card
        .col1
        .chiffres
        .nobr {
        text-align: center;
    }

    .illustrative-points
        .illustrative-points-cards.align-vertical.illustrative_points_1_b
        .illustrative-points-card
        .col2,
    .illustrative-points
        .illustrative-points-cards.align-vertical.illustrative_points_2_b
        .illustrative-points-card
        .col2 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 67%;
        flex: 1 0 67%;
    }

    .illustrative-points
        .illustrative-points-cards.align-vertical.illustrative_points_2_a
        .illustrative-points-card.etapes
        .col1 {
        padding-right: 1rem;
    }

    .illustrative-points
        .illustrative-points-cards.align-vertical.illustrative_points_2_a
        .illustrative-points-card.etapes
        .col1
        .picto {
        max-width: 100%;
    }

    .illustrative-points
        .illustrative-points-cards.align-vertical.illustrative_points_2_a
        .illustrative-points-card.etapes:not(:last-child) {
        margin-bottom: 8rem;
    }

    .illustrative-points
        .illustrative-points-cards.align-vertical.illustrative_points_2_a
        .illustrative-points-card.etapes:not(:last-child)::after {
        inset-inline-start: 3rem;
    }

    .illustrative-points
        .illustrative-points-cards.align-vertical.illustrative_points_2_b
        .illustrative-points-card.etapes:not(:last-child) {
        margin-bottom: 4.5rem;
    }

    .illustrative-points
        .illustrative-points-cards.align-vertical.illustrative_points_2_b
        .illustrative-points-card.etapes:not(:last-child)::after {
        inset-inline-start: 4.5rem;
        bottom: -2rem;
    }

    .illustrative-points
        .illustrative-points-cards.align-vertical.illustrative_points_2_a
        .illustrative-points-card.etapes.no-label.no-chiffre:not(:last-child)::after {
        bottom: -3.5rem;
        inset-inline-start: -0.5rem;
    }

    .illustrative-points
        .illustrative-points-cards.align-vertical.illustrative_points_2_b
        .illustrative-points-card.etapes.no-label.no-picto:not(:last-child)::after {
        bottom: -3.5rem;
        inset-inline-start: -0.5rem;
    }

    .illustrative-points .illustrative-points-cards .illustrative-points-card.etapes {
        position: relative;
    }

    .illustrative-points .illustrative-points-cards .illustrative-points-card.etapes::after {
        content: "";
        background: url("/themes/custom/nova/assets/images/03-organisms/illustrative-points/images/arrowStep.svg")
            center center no-repeat;
        position: absolute;
        inset-inline-start: unset;
        top: 2.5rem;
        bottom: unset;
        inset-inline-end: -2.25rem;
        width: 2rem;
        height: 2rem;
    }

    .surface-01.illustrative-points .illustrative-points-cards .illustrative-points-card.etapes::after {
        background-image: url("/themes/custom/nova/assets/images/03-organisms/illustrative-points/images/arrowStep-white.svg");
    }

    .illustrative-points .illustrative-points-cards .illustrative-points-card.etapes:last-child::after {
        content: none;
    }

    .illustrative-points.carrousel .illustrative-points-cards .illustrative-points-card.etapes:after {
        inset-inline-end: -2.875rem;
    }

    .illustrative-points.text-align-start
        .illustrative-points-cards.align-vertical
        .illustrative-points-card
        .col1
        .chiffres {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .illustrative-points.text-align-start
        .illustrative-points-cards.align-vertical
        .illustrative-points-card.etapes:not(:last-child)::after {
        inset-inline-start: -0.5rem;
    }

    .illustrative-points.grid.illustrative-points-wrapper.base-01.organism {
        margin-bottom: 2rem;
    }

    .illustrative-points.grid .illustrative-points-cards {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .illustrative-points.grid .columns-3 .illustrative-points-card {
        width: calc(33.33% - 2.5rem);
    }

    .illustrative-points.grid .columns-3 .illustrative-points-card:nth-child(3n + 3) {
        -webkit-margin-end: 0;
        margin-inline-end: 0;
    }

    .illustrative-points.grid .columns-4 .illustrative-points-card {
        width: calc(25% - 2.5rem);
    }

    .illustrative-points.grid .columns-4 .illustrative-points-card:nth-child(4n + 4) {
        -webkit-margin-end: 0;
        margin-inline-end: 0;
    }

    .illustrative-points.grid .illustrative-points-cards .illustrative-points-card {
        min-width: calc(33% - 2.5rem);
        -webkit-margin-end: 2.5rem;
        margin-inline-end: 2.5rem;
        margin-bottom: 3rem;
    }

    .illustrative-points.grid .illustrative-points-cards .illustrative-points-card.etapes.no-chiffre:after {
        display: none;
    }

    .illustrative-points.grid
        .illustrative-points-cards
        .illustrative-points-card.etapes.no-chiffre:not(:last-child)
        .col1 {
        width: 100%;
        position: relative;
    }

    .illustrative-points.grid
        .illustrative-points-cards
        .illustrative-points-card.etapes.no-chiffre:not(:last-child)
        .col1:after {
        content: "";
        background: url("/themes/custom/nova/assets/images/03-organisms/illustrative-points/images/arrowStep.svg")
            center center no-repeat;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(270deg);
        transform: translateY(-50%) rotate(270deg);
        inset-inline-end: -2.25rem;
        width: 2rem;
        height: 2rem;
    }

    .surface-01.illustrative-points.grid
        .illustrative-points-cards
        .illustrative-points-card.etapes.no-chiffre:not(:last-child)
        .col1:after {
        background-image: url("/themes/custom/nova/assets/images/03-organisms/illustrative-points/images/arrowStep-white.svg");
    }

    .illustrative-points.grid .illustrative-points-cards .illustrative-points-card:last-child {
        -webkit-margin-end: 0;
        margin-inline-end: 0;
    }

    .illustrative-points.grid .illustrative-points-cards .illustrative-points-card:nth-last-child(-n + 2):first-child,
    .illustrative-points.grid
        .illustrative-points-cards
        .illustrative-points-card:nth-last-child(-n + 2):first-child
        ~ .illustrative-points-card {
        max-width: 50%;
        width: calc(50% - 1.25rem);
    }

    .illustrative-points.colonne_1 .illustrative-points-card,
    .illustrative-points.colonne_2 .illustrative-points-card {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .illustrative-points.colonne_1 .illustrative-points-card:not(:last-child),
    .illustrative-points.colonne_2 .illustrative-points-card:not(:last-child) {
        margin-bottom: 4.5rem;
    }

    .illustrative-points.colonne_1 .illustrative-points-card.etapes .col1,
    .illustrative-points.colonne_2 .illustrative-points-card.etapes .col1 {
        position: relative;
    }

    .illustrative-points.colonne_1 .illustrative-points-card.etapes .col1:after,
    .illustrative-points.colonne_2 .illustrative-points-card.etapes .col1:after {
        content: "";
        background: url(/themes/custom/nova/assets/images/03-organisms/illustrative-points/images/arrowStep.svg) center
            center no-repeat;
        position: absolute;
        width: 2rem;
        height: 2rem;
        top: unset;
        inset-inline-start: 50%;
        right: unset;
        bottom: -3.25rem;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .illustrative-points.colonne_1 .illustrative-points-card.etapes:last-child .col1:after,
    .illustrative-points.colonne_2 .illustrative-points-card.etapes:last-child .col1:after {
        display: none;
    }

    .illustrative-points.colonne_1 .illustrative-points-card .col1,
    .illustrative-points.colonne_2 .illustrative-points-card .col1 {
        text-align: center;
    }

    .illustrative-points.colonne_1 .illustrative-points-card .col2,
    .illustrative-points.colonne_2 .illustrative-points-card .col2 {
        text-align: start;
    }

    .illustrative-points.colonne_1 .illustrative-points-card .col2,
    .illustrative-points.colonne_2 .illustrative-points-card .col2 {
        width: 100%;
    }

    .illustrative-points.colonne_1 .illustrative-points-card .label,
    .illustrative-points.colonne_2 .illustrative-points-card .label {
        text-align: center;
    }

    .illustrative-points.colonne_1 .illustrative-points-card .title,
    .illustrative-points.colonne_1 .illustrative-points-card .text,
    .illustrative-points.colonne_2 .illustrative-points-card .title,
    .illustrative-points.colonne_2 .illustrative-points-card .text {
        text-align: start;
    }

    .illustrative-points.colonne_1 .illustrative-points-card .col1 + .col2,
    .illustrative-points.colonne_2 .illustrative-points-card .col1 + .col2 {
        width: calc(100% - 5rem);
        -webkit-margin-start: 2rem;
        margin-inline-start: 2rem;
    }

    .illustrative-points.colonne_1 .illustrative-points-card .col1 + .col2 .title,
    .illustrative-points.colonne_2 .illustrative-points-card .col1 + .col2 .title {
        text-align: start;
    }

    .illustrative-points.colonne_1 .illustrative-points-card .col1 + .col2 .link,
    .illustrative-points.colonne_2 .illustrative-points-card .col1 + .col2 .link {
        -webkit-margin-start: 0;
        margin-inline-start: 0;
        -webkit-padding-start: 0;
        padding-inline-start: 0;
    }

    .illustrative-points.colonne_1 .illustrative-points-card .picto,
    .illustrative-points.colonne_2 .illustrative-points-card .picto {
        margin-bottom: 0;
    }

    .illustrative-points.colonne_1 .illustrative-points-card.etapes:after,
    .illustrative-points.colonne_2 .illustrative-points-card.etapes:after {
        display: none;
    }

    .illustrative-points.colonne_1.text-align-start .illustrative-points-cards .illustrative-points-card .col1,
    .illustrative-points.colonne_2.text-align-start .illustrative-points-cards .illustrative-points-card .col1 {
        text-align: center;
    }

    .illustrative-points.colonne_1.text-align-start
        .illustrative-points-cards
        .illustrative-points-card.has-label
        .picto,
    .illustrative-points.colonne_2.text-align-start
        .illustrative-points-cards
        .illustrative-points-card.has-label
        .picto {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .illustrative-points.colonne_1 .illustrative-points-cards {
        width: 89.8%;
        margin: 0 auto;
    }

    .illustrative-points.colonne_1
        .illustrative-points-cards.illustrative_points_2_a
        .illustrative-points-card.etapes::after,
    .illustrative-points.colonne_1
        .illustrative-points-cards.illustrative_points_2_b
        .illustrative-points-card.etapes::after {
        display: none;
    }

    .illustrative-points.colonne_1
        .illustrative-points-cards.illustrative_points_2_a
        .illustrative-points-card.etapes
        .col1,
    .illustrative-points.colonne_1
        .illustrative-points-cards.illustrative_points_2_b
        .illustrative-points-card.etapes
        .col1 {
        position: relative;
    }

    .illustrative-points.colonne_1
        .illustrative-points-cards.illustrative_points_2_a
        .illustrative-points-card.etapes
        .col1::after,
    .illustrative-points.colonne_1
        .illustrative-points-cards.illustrative_points_2_b
        .illustrative-points-card.etapes
        .col1::after {
        content: "";
        background: url("/themes/custom/nova/assets/images/03-organisms/illustrative-points/images/arrowStep.svg")
            center center no-repeat;
        position: absolute;
        width: 2rem;
        height: 2rem;
        top: unset;
        inset-inline-start: 50%;
        inset-inline-end: unset;
        bottom: -3.25rem;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .illustrative-points.colonne_1
        .illustrative-points-cards.illustrative_points_2_a
        .illustrative-points-card.etapes:last-child
        .col1::after,
    .illustrative-points.colonne_1
        .illustrative-points-cards.illustrative_points_2_b
        .illustrative-points-card.etapes:last-child
        .col1::after {
        display: none;
    }

    .illustrative-points.colonne_1 .illustrative-points-cards .col1 + .col2 {
        width: auto;
    }

    .illustrative-points.colonne_1.text-align-start .illustrative-points-cards {
        margin: 0;
    }

    .illustrative-points.colonne_1.text-align-start .illustrative-points-cards .illustrative-points-card {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    .illustrative-points.colonne_1.text-align-center .illustrative-points-cards {
        width: auto;
        padding: 0 20.4%;
    }

    .illustrative-points.colonne_1.text-align-center .illustrative-points-cards .col1 {
        width: 28%;
    }

    .illustrative-points.colonne_1.text-align-center .illustrative-points-cards .col1 + .col2 {
        width: 72%;
    }

    .illustrative-points.colonne_2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .illustrative-points.colonne_2 .block-titre {
        width: 40%;
        padding: 0;
    }

    .illustrative-points.colonne_2 .block-titre + .illustrative-points-cards {
        -webkit-padding-start: 4.5rem;
        padding-inline-start: 4.5rem;
    }

    .illustrative-points.colonne_2 .illustrative-points-cards {
        width: 60%;
        margin: 0 auto;
    }

    .illustrative-points.colonne_2 .illustrative-points-cards .illustrative-points-card {
        width: 100%;
        min-width: 100%;
    }

    .illustrative-points.colonne_2 .has-chiffre.etapes::after {
        display: none;
    }

    .illustrative-points.colonne_2 .has-chiffre.etapes .col1 {
        position: relative;
    }

    .illustrative-points.colonne_2 .has-chiffre.etapes .col1::after {
        content: "";
        background: url("/themes/custom/nova/assets/images/03-organisms/illustrative-points/images/arrowStep.svg")
            center center no-repeat;
        position: absolute;
        width: 2rem;
        height: 2rem;
        top: unset;
        inset-inline-start: 50%;
        inset-inline-end: unset;
        bottom: -3.25rem;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .illustrative-points.colonne_2 .has-chiffre:last-child .col1::after {
        display: none;
    }

    .illustrative-points .illustrative-points-cards .illustrative-points-card.illustrative_points_1_b .col1 {
        width: auto;
        max-width: 9.75rem;
    }

    .illustrative-points .illustrative-points-cards .illustrative-points-card .picto {
        height: 7.125rem;
        width: 15.625rem;
    }

    .illustrative-points .illustrative-points-cards .illustrative-points-card.etapes .picto {
        height: 7.125rem;
        width: 15.625rem;
    }

    .editorial-page-content .section .illustrative-points.base-01 {
        margin-bottom: 4rem;
    }

    .editorial-page-content .section .illustrative-points.h-scroll-available {
        margin-bottom: 4rem;
    }

    .editorial-page-content .section .illustrative-points.h-scroll-available.surface-01,
    .editorial-page-content .section .illustrative-points.h-scroll-available.surface-04 {
        padding-bottom: 7rem;
    }

    :not(.colonne_1) .illustrative-points-card.etapes:after,
    :not(.colonne_2) .illustrative-points-card.etapes:after {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@media screen and (min-width: 80em) {
    .accordion-content-secondary .illustrative-points .illustrative-points-cards {
        width: 100%;
        padding-bottom: 0.625rem;
    }

    .illustrative-points.base-01 {
        padding-bottom: 2.5rem;
    }

    .illustrative-points .illustrative-points-cards {
        width: auto;
        margin: 0 auto;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .illustrative-points .illustrative-points-cards .illustrative-points-card {
        width: 14.3125rem;
        min-width: 14.3125rem;
    }

    .illustrative-points .illustrative-points-cards .illustrative-points-card .picto {
        min-height: 6.5rem;
        max-width: 14.375rem;
        max-width: 100%;
    }

    .illustrative-points .illustrative-points-cards .illustrative-points-card.etapes .picto {
        height: 6.5rem;
        width: 14.375rem;
        max-width: 100%;
    }

    .illustrative-points .illustrative-points-cards.align-horizontal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 68.5rem;
    }

    .illustrative-points .illustrative-points-cards.align-horizontal .illustrative-points-card {
        max-width: 22.3125rem;
        width: 22.3125rem;
    }

    .illustrative-points .illustrative-points-cards.align-vertical .has-chiffre .col1 .chiffres {
        width: auto;
        max-width: 75%;
    }

    .illustrative-points
        .illustrative-points-cards.align-vertical
        .has-label.has-chiffre:not(.no-etapes)
        .col1
        .chiffres
        .label {
        margin-bottom: 0.25rem;
    }

    .illustrative-points
        .illustrative-points-cards.align-vertical.illustrative_points_1_b
        .illustrative-points-card
        .col1,
    .illustrative-points
        .illustrative-points-cards.align-vertical.illustrative_points_2_b
        .illustrative-points-card
        .col1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    }

    .illustrative-points
        .illustrative-points-cards.align-vertical.illustrative_points_1_b
        .illustrative-points-card
        .col2,
    .illustrative-points
        .illustrative-points-cards.align-vertical.illustrative_points_2_b
        .illustrative-points-card
        .col2 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 60%;
        flex: 1 0 60%;
    }

    .illustrative-points .illustrative-points-cards.align-vertical .link {
        padding-left: 0;
        margin: 0;
    }

    html[dir="rtl"] .illustrative-points .illustrative-points-cards.align-vertical .link {
        padding-left: 1rem;
        padding-right: 0;
    }

    html[dir="rtl"] .illustrative-points .illustrative-points-cards.align-horizontal .etapes::after {
        content: "";
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    html[dir="rtl"] .illustrative-points .illustrative-points-cards.align-horizontal .etapes:first-child::after {
        content: none;
    }

    html[dir="rtl"] .illustrative-points .illustrative-points-cards.align-horizontal .illustrative-points-card {
        margin-right: 0;
    }

    html[dir="rtl"]
        .illustrative-points
        .illustrative-points-cards.align-horizontal
        .illustrative-points-card:not(:last-child) {
        -webkit-margin-start: 3.75rem;
        margin-inline-start: 3.75rem;
    }

    .illustrative-points .illustrative-points-cards.align-horizontal .etapes.has-label.has-chiffre::after {
        inset-inline-end: -3.375rem;
        top: 2.7rem;
        inset-inline-start: unset;
    }

    .illustrative-points .illustrative-points-cards.align-horizontal .etapes.has-label.no-chiffre::after {
        top: 2.9rem;
        inset-inline-end: -3.375rem;
        inset-inline-start: unset;
    }

    .illustrative-points .illustrative-points-cards.align-horizontal .etapes.has-chiffre.no-label::after {
        inset-inline-end: -3.375rem;
        top: 1rem;
        inset-inline-start: unset;
    }

    .illustrative-points .illustrative-points-cards.align-horizontal .etapes.no-chiffre.no-label::after {
        top: 3.4rem;
        inset-inline-end: -3.2rem;
        inset-inline-start: unset;
    }

    .illustrative-points .block-titre {
        padding: 0 10.2%;
    }

    .illustrative-points.colonne_1 .illustrative-points-cards .illustrative-points-card {
        width: 100%;
        min-width: 100%;
    }

    .illustrative-points .h-scrollable .illustrative-points-cards .illustrative-points-card {
        width: 18vw;
        max-width: 18.4375rem;
    }

    .illustrative-points .h-scrollable .illustrative-points-cards .illustrative-points-card .text {
        margin-bottom: 0;
    }

    .illustrative-points .h-scrollable .illustrative-points-cards .illustrative-points-card .text p:last-child {
        margin-bottom: 0;
    }

    .illustrative-points.grid .illustrative-points-cards .illustrative-points-card {
        min-width: auto;
    }
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="number"],
input[type="tel"] {
    padding: 0.625rem 1rem;
    width: 100%;
    color: #001a70;
    border: 1px solid #001a70;
    font:
        1rem/1.5 "EDF-Regular",
        sans-serif;
    min-height: 3.125rem;
    -webkit-appearance: none;
}

input[type="submit"] {
    background-color: #005bff;
    border: 1px solid #005bff;
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    width: auto;
    min-height: 3.125rem;
    padding: 0.75rem 1.5rem;
    border-radius: 0;
    -webkit-appearance: none;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #001a70;
    border: 1px solid #001a70;
}

input[type="submit"]:focus,
input[type="submit"]:active:enabled {
    outline: none;
    -webkit-box-shadow:
        0 0 0 4px #fff,
        0 0 0 8px #005bff;
    box-shadow:
        0 0 0 4px #fff,
        0 0 0 8px #005bff;
}

input[type="submit"].active {
    background-color: #001a70;
    border: 1px solid #001a70;
}

input[type="submit"].white {
    color: #001a70;
    background-color: #fff;
    border: 1px solid #fff;
}

input[type="submit"].white img {
    -webkit-filter: invert(93%) sepia(81%) saturate(4976%) hue-rotate(231deg) brightness(95%) contrast(105%);
    filter: invert(93%) sepia(81%) saturate(4976%) hue-rotate(231deg) brightness(95%) contrast(105%);
}

input[type="submit"].white:hover:enabled {
    color: #fff;
    background-color: #005bff;
    border: 1px solid #005bff;
}

input[type="submit"].white:hover:enabled img {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}

input[type="submit"].white:focus,
input[type="submit"].white:active:enabled {
    outline: none;
    -webkit-box-shadow:
        0 0 0 4px #001a70,
        0 0 0 8px #005bff;
    box-shadow:
        0 0 0 4px #001a70,
        0 0 0 8px #005bff;
}

input[type="submit"]:disabled,
input[type="submit"][disabled] {
    border: 1px solid #e0e0e0;
    background-color: #e0e0e0;
    color: #666;
    cursor: default;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type="submit"]:disabled img,
input[type="submit"][disabled] img {
    -webkit-filter: invert(0.5);
    filter: invert(0.5);
}

input[type="submit"][disabled] {
    border: 1px solid #e0e0e0;
    background-color: #e0e0e0;
    color: #666;
    cursor: default;
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: none;
}

input[type="checkbox"] {
    width: auto;
    margin: 0;
}

input.button-secondary-text {
    padding: 0.75rem 1.5rem;
    background-color: transparent;
    border: 1px solid #005bff;
    color: #005bff;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
}

input.button-secondary-text:hover,
input.button-secondary-text:focus,
input.button-secondary-text:active {
    border-color: #001a70;
    color: #001a70;
    background-color: transparent;
}

.form-input .form-item--error input {
    border: 1px solid #db001f;
}

.form-input.surface-01 label {
    color: #fff;
}

.form-input input {
    height: 2.9375rem;
    outline-width: 4px;
    outline-style: solid;
    outline-color: transparent;
}

.form-input input:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 4px #001a70;
    box-shadow: 0 0 0 4px #001a70;
    border-color: transparent !important;
}

label {
    font:
        1rem/1.5 "EDF-Bold",
        sans-serif;
}

label .tooltip-ico {
    cursor: pointer;
    border-radius: 50%;
    height: 1.625rem;
    width: 1.625rem;
    background: url(/themes/custom/nova/assets/images/01-atoms/label/images/hint.png) no-repeat center center;
    margin-left: 0.75rem;
    margin-top: -0.1rem;
}

label .tooltip-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

label .tooltip-label span {
    font:
        1rem/1.5 "EDF-Bold",
        sans-serif;
}

label .tooltip-description {
    font:
        0.875rem/1.5 "EDF-Regular",
        sans-serif;
    display: block;
    margin: 0.25rem 0 0.5rem;
}

label.label-as-img {
    font-size: 0 !important;
}

label.label-as-img span {
    font-size: 0 !important;
}

.form-required .asterisque {
    position: relative;
    top: -0.25rem;
}

.rzr-mise-en-service .push-calculator + .required-mention .form-required::before {
    display: inline-block;
    margin-right: 0.15rem;
    margin-left: 0.15rem;
    content: "*";
    font-size: 0.875rem;
}

.rzr-mise-en-service .push-calculator + .required-mention .form-required::after {
    display: none;
}

.estimate-price .edf-b2b-calculator-gaz .required-mention .form-required::before {
    display: inline-block;
    margin-right: 0.15rem;
    margin-left: 0.15rem;
    content: "*";
    font-size: 0.875rem;
}

.estimate-price .edf-b2b-calculator-gaz .required-mention .form-required::after {
    display: none;
}

.surface-01 label .tooltip-ico {
    background-color: #fff;
}

legend {
    font:
        1rem/1.5 "EDF-Bold",
        sans-serif;
}

legend .description {
    font:
        0.875rem/1.5 "EDF-Regular",
        sans-serif;
    display: block;
    margin: 0.25rem 0 0.5rem;
}

legend .form-input-tooltip {
    cursor: pointer;
    border-radius: 50%;
    height: 1.625rem;
    width: 1.625rem;
    background: url(/themes/custom/nova/assets/images/01-atoms/label/images/hint.png) no-repeat center center;
    margin-left: 0.75rem;
    margin-top: -0.1rem;
    font:
        1rem/1.5 "EDF-Regular",
        sans-serif;
}

legend.label-as-img {
    font-size: 0 !important;
}

legend.label-as-img span {
    font-size: 0 !important;
}

legend .form-required .asterisque {
    position: relative;
    top: -0.25rem;
}

.surface-01 label .tooltip,
.surface-01 legend .tooltip {
    background-color: #fff;
}

a:has(.icon-new-tab) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.icon-new-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.icon-new-tab svg {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    -webkit-margin-start: 0.5rem;
    margin-inline-start: 0.5rem;
    fill: currentColor;
}

.link-home {
    padding: 0.625rem 1rem;
    background-color: #fff;
}

.link-home a {
    text-decoration: none;
    color: #001a70;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.link-home a:hover,
.link-home a:focus {
    text-decoration: none;
}

.link-home a span {
    border-left: 0.87px solid #e0e0e0;
    margin: 0 0.438rem;
    padding: 0 0.438rem;
}

html[dir="rtl"] .link-home a span {
    border-right: 0.87px solid #e0e0e0;
    border-left: none;
}

.link-home a img {
    height: 1.875rem;
    width: auto;
}

.main-menu-open {
    width: calc(100% - 6rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.dialog .link-home {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.site-filiale .header .link-home-container .link-home a > span,
.site-filiale #footer .logo .link-home a > span,
.site-filiale .dialog-header .link-home a > span,
.is-metahome .header .link-home-container .link-home a > span,
.is-metahome #footer .logo .link-home a > span,
.is-metahome .dialog-header .link-home a > span {
    border: 0 !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    width: 1px !important;
    white-space: nowrap !important;
}

@media screen and (min-width: 64em) {
    .link-home {
        padding: 0.719rem 0.938rem;
        z-index: 2;
    }

    .main-menu-open {
        width: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

a:has(.icon-new-tab) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.icon-new-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.icon-new-tab svg {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    -webkit-margin-start: 0.5rem;
    margin-inline-start: 0.5rem;
    fill: currentColor;
}

html[dir="rtl"] .main-menu .main-menu-wrapper-inner .menu .menu-level-1 .item-level-1 .picto {
    margin-right: 0;
    margin-left: 0.5rem;
}

html[dir="rtl"] .main-menu .main-menu-wrapper-inner .menu .menu-level-1 .item-level-1-button-arrow {
    padding-left: 0;
    padding-right: 1.5rem;
}

html[dir="rtl"] .main-menu .main-menu-wrapper .menu-back-wrapper {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

html[dir="rtl"] .main-menu .menu-below .below-item-link-all .link-text {
    padding-right: 0;
    padding-left: 0.5rem;
}

html[dir="rtl"] .main-menu .menu-below .below-item-link-all .link-icon img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.main-menu.open .main-menu-panel.dialog {
    top: 0;
    position: fixed;
    bottom: 0;
    overflow-y: auto;
    width: 100%;
    height: 100%;
}

.main-menu.open .main-menu-panel.dialog .dialog-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-menu {
    width: 3rem;
}

.main-menu .burger-menu-button {
    background-color: transparent;
    height: 3rem;
    width: 3rem;
    border: none;
    border-right: 1px solid #e0e0e0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-menu .burger-menu-button .icon {
    background-image: url(/themes/custom/nova/assets/images/02-molecules/main-menu/images/burger.svg);
    background-position: center;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
    width: 1.125rem;
    height: 1.125rem;
    display: block;
}

.main-menu .main-menu-panel {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
}

.main-menu.open .burger-menu-button {
    position: absolute;
    right: 0;
}

.main-menu.open .burger-menu-button .icon {
    background-image: url(/themes/custom/nova/assets/images/02-molecules/main-menu/images/close.svg);
}

.main-menu.open .main-menu-panel {
    display: block;
    top: 3rem;
}

.main-menu .main-menu-wrapper-inner .menu {
    list-style: none;
    padding: 0;
}

.main-menu .main-menu-wrapper-inner .menu .menu-level-1 .menu-below {
    display: none;
}

.main-menu .main-menu-wrapper-inner .menu .menu-level-1.open {
    border: 1px solid #dedede;
    margin: 0 1rem;
    border-radius: 8px;
    overflow: hidden;
}

.main-menu .main-menu-wrapper-inner .menu .menu-level-1.open + .menu-level-1 .text {
    border-top: 0;
}

.main-menu .main-menu-wrapper-inner .menu .menu-level-1.open .item-level-1-button {
    border-radius: 8px;
}

.main-menu .main-menu-wrapper-inner .menu .menu-level-1.open .item-level-1-button .text {
    border: 0;
}

.main-menu .main-menu-wrapper-inner .menu .menu-level-1.open .item-level-1-button:focus,
.main-menu .main-menu-wrapper-inner .menu .menu-level-1.open .item-level-1-button:hover {
    border-color: #fff;
}

.main-menu .main-menu-wrapper-inner .menu .menu-level-1.open .item-level-1-button .item-level-1-button-arrow svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition:
        transform 0.3s ease-in-out,
        -webkit-transform 0.3s ease-in-out;
}

.main-menu .main-menu-wrapper-inner .menu .menu-level-1.open .menu-below {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 100%;
    width: 100%;
}

.main-menu .main-menu-wrapper-inner .menu .menu-level-1.open .menu-below .link {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-menu .main-menu-wrapper-inner .menu .menu-level-1.open .menu-below .link:hover,
.main-menu .main-menu-wrapper-inner .menu .menu-level-1.open .menu-below .link:focus {
    background-color: #f4f4f4;
    border-left-color: #005bff;
}

.main-menu .main-menu-wrapper-inner .menu .menu-level-1.open .menu-below .link-text {
    padding-right: 0.5rem;
}

.main-menu .main-menu-wrapper-inner .menu .menu-level-1.open .menu-below .link-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #005bff;
    border-radius: 50%;
    width: 1.4rem;
    height: 1.4rem;
    padding: 3px;
}

.main-menu .main-menu-wrapper-inner .menu .menu-level-1.open .menu-below .header-highlight-wrapper {
    margin: 0.75rem calc(1rem + 4px);
}

.main-menu .main-menu-wrapper-inner .menu .menu-level-1.open .menu-below .menu-below-title-item {
    font-size: 0.75rem;
    color: #005bff;
    padding: 1rem 0 0 calc(1rem + 8px);
}

.main-menu .main-menu-wrapper-inner .menu .menu-level-1.open .menu-below .menu-below-list {
    list-style: none;
    padding: 0 0 4px 0;
}

.main-menu .main-menu-wrapper-inner .menu .menu-level-1.open .menu-below .menu-below-list .menu-below-list-level-2 {
    list-style: none;
    padding: 0 0 0.5rem 0;
}

.main-menu
    .main-menu-wrapper-inner
    .menu
    .menu-level-1.open
    .menu-below
    .menu-below-list
    .menu-below-list-level-2:last-child {
    padding: 0;
}

.main-menu .main-menu-wrapper-inner .menu .menu-level-1:first-child .text {
    border-top: none;
}

.main-menu .main-menu-wrapper-inner .menu .menu-level-1:last-child .text {
    border-bottom: 1px solid #dedede;
}

.main-menu .main-menu-wrapper-inner .menu .item-level-1,
.main-menu .main-menu-wrapper-inner .menu .below-item {
    color: #000;
    padding: 0 1rem;
    border: none;
    border-left: 4px solid #fff;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "EDF-Bold", sans-serif;
    text-decoration: none;
}

.main-menu .main-menu-wrapper-inner .menu .item-level-1.item-level-1-button,
.main-menu .main-menu-wrapper-inner .menu .below-item.item-level-1-button {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: start;
}

.main-menu .main-menu-wrapper-inner .menu .item-level-1.item-level-1-button .item-level-1-button-arrow,
.main-menu .main-menu-wrapper-inner .menu .below-item.item-level-1-button .item-level-1-button-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.6875rem 0 0 0.6875rem;
}

.main-menu .main-menu-wrapper-inner .menu .item-level-1.item-level-1-button .item-level-1-button-arrow svg,
.main-menu .main-menu-wrapper-inner .menu .below-item.item-level-1-button .item-level-1-button-arrow svg {
    height: 0.838rem;
    width: 0.838rem;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition:
        transform 0.3s ease-in-out,
        -webkit-transform 0.3s ease-in-out;
}

.main-menu .main-menu-wrapper-inner .menu .item-level-1.item-level-1-button .text,
.main-menu .main-menu-wrapper-inner .menu .below-item.item-level-1-button .text {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-menu .main-menu-wrapper-inner .menu .item-level-1 .text,
.main-menu .main-menu-wrapper-inner .menu .below-item .text {
    padding: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    border-top: 1px solid #dedede;
    font-size: 0.875rem;
}

.main-menu .main-menu-wrapper-inner .menu .item-level-1 .text-content,
.main-menu .main-menu-wrapper-inner .menu .below-item .text-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.main-menu .main-menu-wrapper-inner .menu .item-level-1 .text-content span,
.main-menu .main-menu-wrapper-inner .menu .below-item .text-content span {
    padding-top: 0.35rem;
}

.main-menu .main-menu-wrapper-inner .menu .item-level-1 .text .picto,
.main-menu .main-menu-wrapper-inner .menu .below-item .text .picto {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    margin-right: 0.5rem;
    padding: 0;
}

.main-menu .main-menu-wrapper-inner .menu .item-level-1 .text .picto img,
.main-menu .main-menu-wrapper-inner .menu .below-item .text .picto img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.main-menu .main-menu-wrapper-inner .menu .item-level-1:hover,
.main-menu .main-menu-wrapper-inner .menu .item-level-1:focus,
.main-menu .main-menu-wrapper-inner .menu .item-level-1.active-item-main-menu,
.main-menu .main-menu-wrapper-inner .menu .below-item:hover,
.main-menu .main-menu-wrapper-inner .menu .below-item:focus,
.main-menu .main-menu-wrapper-inner .menu .below-item.active-item-main-menu {
    border-left-color: #005bff;
    text-decoration: none;
}

.main-menu .main-menu-wrapper-inner .menu .below-item {
    font-family: "EDF-Regular", sans-serif;
    padding: 0.75rem calc(1rem + 4px);
}

body.modal-open {
    overflow: hidden;
    height: 100vh;
}

@media screen and (min-width: 64em) {
    .main-menu .main-menu-panel.dialog {
        display: none !important;
    }

    .main-menu {
        width: auto;
    }

    .main-menu .burger-menu-button {
        display: none;
    }

    .main-menu .main-menu-panel {
        position: inherit;
        display: block;
    }

    .main-menu .main-menu-wrapper-inner .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        padding: 0 0.938rem;
        margin: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .main-menu .main-menu-wrapper-inner .menu .menu-level-1 {
        padding: 0 1rem 0 0;
        width: auto;
        margin-bottom: -1px;
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .main-menu .main-menu-wrapper-inner .menu .menu-level-1.open {
        border: 0;
        margin: 0 0 -1px;
        overflow: initial;
    }

    .main-menu .main-menu-wrapper-inner .menu .menu-level-1.open.closing .item-level-1-button:after {
        -webkit-animation: menu-below-arrow-out 0.15s ease forwards;
        animation: menu-below-arrow-out 0.15s ease forwards;
    }

    .main-menu .main-menu-wrapper-inner .menu .menu-level-1.open.closing .menu-below {
        -webkit-animation: menu-below-out 0.15s ease forwards;
        animation: menu-below-out 0.15s ease forwards;
    }

    .main-menu .main-menu-wrapper-inner .menu .menu-level-1.open .item-level-1-button {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: auto;
        border-color: #005bff !important;
        border-radius: 0;
        position: relative;
    }

    .main-menu .main-menu-wrapper-inner .menu .menu-level-1.open .item-level-1-button .text {
        width: auto;
    }

    .main-menu .main-menu-wrapper-inner .menu .menu-level-1.open .item-level-1-button:after {
        content: "";
        position: absolute;
        z-index: 1501;
        display: block;
        width: 0;
        height: 0;
        top: calc(100% + 1.2875rem);
        left: calc(50% + 0.465625rem);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-animation: menu-below-arrow-in 0.15s ease;
        animation: menu-below-arrow-in 0.15s ease;
        border: 0.35rem solid #fff;
        border-color: transparent transparent #fff #fff;
    }

    .main-menu .main-menu-wrapper-inner .menu .menu-level-1.open .menu-below {
        position: absolute;
        top: calc(100% + 1rem);
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: auto;
        padding: 0.5rem 0;
        -webkit-box-shadow: 0px -6px 14px 0px #00000040;
        box-shadow: 0px -6px 14px 0px #00000040;
        background-color: #fff;
        z-index: 1500;
        -webkit-animation: menu-below-in 0.15s ease;
        animation: menu-below-in 0.15s ease;
    }

    .main-menu .main-menu-wrapper-inner .menu .menu-level-1.open .menu-below[class*=" has-col-"] {
        width: 61.125rem;
    }

    .main-menu .main-menu-wrapper-inner .menu .menu-level-1.open .menu-below.has-col-1 {
        width: 17.5rem;
    }

    .main-menu .main-menu-wrapper-inner .menu .menu-level-1.open .menu-below.has-col-2 {
        width: 35rem;
    }

    .main-menu .main-menu-wrapper-inner .menu .menu-level-1.open .menu-below.has-col-3 {
        width: 52.375rem;
    }

    .main-menu .main-menu-wrapper-inner .menu .menu-level-1.open .menu-below.has-col-4 {
        width: 61.125rem;
    }

    .main-menu .main-menu-wrapper-inner .menu .menu-level-1.open .menu-below .below-item {
        padding-top: 0.3125rem;
        padding-bottom: 0.3125rem;
    }

    .main-menu .main-menu-wrapper-inner .menu .menu-level-1.open .menu-below .menu-below-title-item {
        padding: 1rem 1rem 0.3125rem calc(1rem + 4px);
        display: block;
        min-height: 2.2875rem;
    }

    .main-menu .main-menu-wrapper-inner .menu .menu-level-1.open .menu-below .link {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-top: 3rem;
    }

    .main-menu .main-menu-wrapper-inner .menu .menu-level-1.open .menu-below .link:hover,
    .main-menu .main-menu-wrapper-inner .menu .menu-level-1.open .menu-below .link:focus {
        background-color: transparent;
        border: 0;
    }

    .main-menu .main-menu-wrapper-inner .menu .menu-level-1.open .menu-below .link {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .main-menu .main-menu-wrapper-inner .menu .menu-level-1.open .menu-below .link:hover,
    .main-menu .main-menu-wrapper-inner .menu .menu-level-1.open .menu-below .link:focus {
        background-color: transparent;
        border: 0;
    }

    .main-menu .main-menu-wrapper-inner .menu .menu-level-1.open .menu-below .menu-below-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .main-menu .main-menu-wrapper-inner .menu .menu-level-1.open .menu-below .menu-below-list-item {
        min-width: 11.25rem;
    }

    .main-menu .main-menu-wrapper-inner .menu .menu-level-1 .item-level-1 {
        font-family: "EDF-Regular", sans-serif;
    }

    .main-menu .main-menu-wrapper-inner .menu .menu-level-1 .item-level-1 .text {
        border: none;
        padding: 1rem 0;
    }

    .main-menu .main-menu-wrapper-inner .menu .menu-level-1 .item-level-1 .text .text-content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .main-menu .main-menu-wrapper-inner .menu .menu-level-1 .item-level-1 .text .text-content span {
        padding: 0;
    }

    .main-menu .main-menu-wrapper-inner .menu .menu-level-1 .item-level-1 .text .picto {
        width: 1rem;
        height: 1rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0.17rem;
    }

    .main-menu .main-menu-wrapper-inner .menu .menu-level-1 .item-level-1 .text .item-level-1-button-arrow {
        padding-top: 0.19rem;
    }

    .main-menu .main-menu-wrapper-inner .menu .menu-level-1 .item-level-1,
    .main-menu .main-menu-wrapper-inner .menu .menu-level-1 .below-item {
        border-left: none;
    }

    .main-menu .main-menu-wrapper-inner .menu .menu-level-1 .item-level-1:hover,
    .main-menu .main-menu-wrapper-inner .menu .menu-level-1 .item-level-1:focus,
    .main-menu .main-menu-wrapper-inner .menu .menu-level-1 .below-item:hover,
    .main-menu .main-menu-wrapper-inner .menu .menu-level-1 .below-item:focus {
        text-decoration: underline;
    }

    .main-menu .main-menu-wrapper-inner .menu .menu-level-1:first-child {
        padding-left: 0;
    }

    .main-menu .main-menu-wrapper-inner .menu .menu-level-1:last-child {
        padding-right: 0;
    }

    .main-menu .main-menu-wrapper-inner .menu .menu-level-1 .item-level-1 {
        padding: 1rem 0;
        border-bottom: 4px solid transparent;
        border-left: 0;
        height: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }

    .main-menu .main-menu-wrapper-inner .menu .menu-level-1 .item-level-1:hover,
    .main-menu .main-menu-wrapper-inner .menu .menu-level-1 .item-level-1:focus,
    .main-menu .main-menu-wrapper-inner .menu .menu-level-1 .item-level-1.active-item-main-menu {
        border-color: #005bff;
        border-radius: 0;
        text-decoration: none;
    }

    .main-menu .main-menu-wrapper-inner .menu .menu-level-1 .item-level-1 .text {
        padding: 0;
    }

    html[dir="rtl"] .main-menu .main-menu-wrapper-inner .menu .menu-level-1 {
        padding-left: 1rem;
        padding-right: 0rem;
    }

    html[dir="rtl"] .main-menu .main-menu-wrapper-inner .menu .menu-level-1:last-child {
        padding-left: 0;
    }
}

@-webkit-keyframes menu-below-arrow-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px) rotate(135deg) scale(0.95);
        transform: translateY(30px) rotate(135deg) scale(0.95);
    }
}

@keyframes menu-below-arrow-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px) rotate(135deg) scale(0.95);
        transform: translateY(30px) rotate(135deg) scale(0.95);
    }
}

@-webkit-keyframes menu-below-arrow-out {
    30% {
        opacity: 0;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(30px) rotate(135deg) scale(0.95);
        transform: translateY(30px) rotate(135deg) scale(0.95);
    }
}

@keyframes menu-below-arrow-out {
    30% {
        opacity: 0;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(30px) rotate(135deg) scale(0.95);
        transform: translateY(30px) rotate(135deg) scale(0.95);
    }
}

@-webkit-keyframes menu-below-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50%) scale(0.95);
        transform: translateX(-50%) scale(0.95);
    }
}

@keyframes menu-below-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50%) scale(0.95);
        transform: translateX(-50%) scale(0.95);
    }
}

@-webkit-keyframes menu-below-out {
    100% {
        opacity: 0;
        -webkit-transform: translateX(-50%) scale(0.95);
        transform: translateX(-50%) scale(0.95);
    }
}

@keyframes menu-below-out {
    100% {
        opacity: 0;
        -webkit-transform: translateX(-50%) scale(0.95);
        transform: translateX(-50%) scale(0.95);
    }
}

a:has(.icon-new-tab) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.icon-new-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.icon-new-tab svg {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    -webkit-margin-start: 0.5rem;
    margin-inline-start: 0.5rem;
    fill: currentColor;
}

.picto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.picto.after:after {
    margin-left: 0.3125rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.picto.before:before {
    margin-right: 0.3125rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.leaf.after:after,
.leaf.before:before {
    content: "";
    height: 17px;
    width: 18px;
    background: url("/themes/custom/nova/assets/images/00-tokens/pictos/images/leaf.svg") no-repeat 100% 50%;
}

.chart.after:after,
.chart.before:before {
    content: "";
    height: 17px;
    width: 18px;
    background: url("/themes/custom/nova/assets/images/00-tokens/pictos/images/chart.svg") no-repeat 100% 50%;
}

.plus.after:after,
.plus.before:before {
    content: "";
    height: 20px;
    width: 20px;
    background: url("/themes/custom/nova/assets/images/00-tokens/pictos/images/plus.svg") no-repeat 100% 50%;
}

.plus-with-blue-background.after:after,
.plus-with-blue-background.before:before {
    content: "";
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    z-index: 2;
    background: #005bff url("/themes/custom/nova/assets/images/00-tokens/pictos/images/plus.svg") 50% 50% no-repeat;
    background-size: 20px 20px;
    margin-left: 0;
    margin-right: 0;
}

.play.after:after,
.play.before:before {
    content: "";
    height: 72px;
    width: 47px;
    background: url("/themes/custom/nova/assets/images/00-tokens/pictos/images/play.svg") no-repeat 100% 50%;
}

.arrow-right.after:after,
.arrow-right.before:before {
    content: "";
    height: 2.5rem;
    width: 2.5rem;
    background: url("/themes/custom/nova/assets/images/00-tokens/pictos/images/arrow-right.svg") no-repeat 100% 50%;
    background-size: 1.5rem;
}

.arrow-left.after:after,
.arrow-left.before:before {
    content: "";
    height: 1.5rem;
    width: 1.5rem;
    background: url("/themes/custom/nova/assets/images/00-tokens/pictos/images/arrow-right.svg") no-repeat 100% 50%;
    background-size: 1.5rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 0;
    margin-right: 0.625rem;
}

.arrow-left-white.after:after,
.arrow-left-white.before:before {
    content: "";
    height: 1.5rem;
    width: 1.5rem;
    background: url("/themes/custom/nova/assets/images/00-tokens/pictos/images/arrow-right-white.svg") no-repeat 100%
        50%;
    background-size: 1.5rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 0;
    margin-right: 0.625rem;
}

.arrow-bottom-blue.after:after,
.arrow-bottom-blue.before:before {
    content: "";
    height: 1.5rem;
    width: 1.5rem;
    background: url("/themes/custom/nova/assets/images/00-tokens/pictos/images/arrow2-bottom-blue.svg") no-repeat 100%
        50%;
}

.arrow-bottom-blue {
    position: relative;
}

.arrow-bottom-blue.after:after {
    position: absolute;
    right: 0;
}

.arrow-bottom-white.after:after,
.arrow-bottom-white.before:before {
    content: "";
    height: 1.5rem;
    width: 1.5rem;
    background: url("/themes/custom/nova/assets/images/00-tokens/pictos/images/arrow2-bottom-white.svg") no-repeat 100%
        50%;
}

.close.after:after,
.close.before:before {
    content: "";
    height: 18px;
    width: 18px;
    background: url("/themes/custom/nova/assets/images/00-tokens/pictos/images/close.svg") no-repeat 100% 50%;
}

.close-white.after:after,
.close-white.before:before {
    content: "";
    height: 18px;
    width: 18px;
    background: url("/themes/custom/nova/assets/images/00-tokens/pictos/images/close-white.svg") no-repeat 100% 50%;
}

.horaire.after:after,
.horaire.before:before {
    content: "";
    height: 24px;
    width: 24px;
    background: url("/themes/custom/nova/assets/images/00-tokens/pictos/images/horaire.svg") no-repeat 100% 50%;
}

.form-radios ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.form-radio-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.form-radio-group .form-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    margin-bottom: 1rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 0.5rem;
}

.form-radio-group .form-input:focus-within {
    outline-width: 4px;
    outline-style: solid;
    outline-color: #1057c8;
    outline-offset: 4px;
}

.form-radio-group .form-input label {
    position: relative;
    display: inline-block;
    padding: 0.15rem 0 0 2.5rem;
    font:
        1rem/1.5 "EDF-Regular",
        sans-serif;
    cursor: pointer;
}

.form-radio-group .form-input label span {
    font:
        1rem/1.5 "EDF-Regular",
        sans-serif;
}

.form-radio-group .form-input label .description {
    display: block;
    margin-bottom: 0;
    font:
        0.75rem/1.5 "EDF-Regular",
        sans-serif;
}

.form-radio-group .form-input label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/themes/custom/nova/assets/images/03-organisms/radio/images/radio-unchecked.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 1.5rem;
    width: 1.5rem;
}

.form-radio-group .form-input input {
    position: absolute;
    opacity: 0;
    height: auto;
}

.form-radio-group .form-input input:checked + label::before {
    background-image: url(/themes/custom/nova/assets/images/03-organisms/radio/images/radio-checked.svg);
}

.form-radio-group .form-input input:disabled + label {
    color: #afafaf;
}

.form-radio-group .form-input input:disabled + label::before {
    background-image: url(/themes/custom/nova/assets/images/03-organisms/radio/images/radio-disabled.svg);
}

.form-radio-group .form-input input.error:not(:valid) + label::before {
    background-image: url(/themes/custom/nova/assets/images/03-organisms/radio/images/radio-error.svg);
}

.form-radio-group .form-input:only-child {
    margin-bottom: 0;
}

.form-radio-group.with-picto .form-input input {
    position: absolute;
    height: 0;
}

.form-radio-group.with-picto .form-input label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.5rem 1.25rem;
    margin-right: 0;
    min-height: 4.6875rem;
    width: 100%;
    border: 1px solid #666;
    border-radius: 0.5rem;
    background-color: #fff;
    color: #666;
    background-repeat: no-repeat;
    background-size: 3.125rem 3.125rem;
    background-position: calc(100% - 1.25rem) 50%;
    font-size: 1rem;
}

.form-radio-group.with-picto .form-input label:after {
    content: none;
}

.form-radio-group.with-picto .form-input label .picto {
    margin: 0 0 0 0.75rem;
    width: 3.125rem;
    height: 3.125rem;
    left: calc(100% - 4.375rem);
    top: calc(50% - 1.5625rem);
}

.form-radio-group.with-picto .form-input label .picto svg {
    width: 3.125rem;
    height: 3.125rem;
}

.form-radio-group.with-picto .form-input label:before {
    content: none;
}

.form-radio-group.with-picto .form-input label span span {
    font-size: 1rem;
    line-height: 1.625;
}

.form-radio-group.with-picto .form-input label:hover,
.form-radio-group.with-picto .form-input input:checked + label {
    border: 1px solid #006dff;
    background-color: #006dff;
    color: #fff;
    -webkit-transition:
        background-color 0.5s,
        border 0.5s,
        color 0.5s;
    transition:
        background-color 0.5s,
        border 0.5s,
        color 0.5s;
}

.form-radio-group.with-picto .form-input label:hover svg path,
.form-radio-group.with-picto .form-input input:checked + label svg path {
    fill: #fff;
}

.form-radio-group.with-picto .form-input label:hover svg circle,
.form-radio-group.with-picto .form-input label:hover svg ellipse,
.form-radio-group.with-picto .form-input label:hover svg path[stroke],
.form-radio-group.with-picto .form-input input:checked + label svg circle,
.form-radio-group.with-picto .form-input input:checked + label svg ellipse,
.form-radio-group.with-picto .form-input input:checked + label svg path[stroke] {
    fill: transparent;
    stroke: #fff;
}

.form-radio-group label.label-by-image {
    position: relative;
    display: inline-block;
    padding: 0;
}

.form-radio-group label.label-by-image:before {
    display: none;
}

.form-radio-group label.label-by-image:after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    border-radius: 0;
    opacity: 1;
}

.form-radio-group label.label-by-image:hover:after {
    background-color: transparent;
}

.form-radio-group input[type="radio"]:checked + label.label-by-image:after {
    background-color: transparent;
}

.form-radio-picto-group .form-input {
    margin-bottom: 1.25rem;
}

.form-radio-picto-group .form-input:focus-within {
    outline-width: 4px;
    outline-style: solid;
    outline-color: #1057c8;
    outline-offset: 4px;
}

.form-radio-picto-group .form-input label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border: 1px solid #f4f4f4;
    border-radius: 0.3rem;
    min-height: 4.6875rem;
    padding-top: 60%;
    width: 100%;
    text-align: center;
    cursor: pointer;
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    -webkit-transition:
        background-color 0.5s,
        border 0.5s,
        color 0.5s;
    transition:
        background-color 0.5s,
        border 0.5s,
        color 0.5s;
}

@media screen and (min-width: 64em) {
    .form-radio-picto-group .form-input label {
        font-size: 1rem;
        min-height: 5.75rem;
        background-size: 2.0625rem 2.0625rem;
        background-position: calc(100% - 1.25rem) 50%;
    }
}

.form-radio-picto-group .form-input label span {
    font:
        0.875rem/1.5 "EDF-Regular",
        sans-serif;
    padding: 0 0.8rem;
}

.form-radio-picto-group .form-input label .title_c {
    border-top: 1px solid #e0e0e0;
    height: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form-radio-picto-group .form-input label::before,
.form-radio-picto-group .form-input label::after {
    content: "";
    width: 30%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 30% 0;
}

@media screen and (min-width: 64em) {
    .form-radio-picto-group .form-input label::before,
    .form-radio-picto-group .form-input label::after {
        max-width: 4rem;
        width: 100%;
    }
}

.form-radio-picto-group .form-input input {
    position: absolute;
    opacity: 0;
}

.form-radio-picto-group .form-input input:checked + label {
    border: 1px solid #1057c8;
    background-color: #1057c8;
    color: #fff;
}

.form-radio-picto-group .form-input input:checked + label::after {
    opacity: 1;
}

.form-radio-picto-group .form-input input:disabled + label::before {
    border: 3px solid #afafaf;
}

.form-radio-picto-group .form-input input.error:not(:valid) + label::before {
    border-color: #db001f;
}

.form-radio-picto-group .form-input:hover label,
.form-radio-picto-group .form-input:focus label {
    border: 1px solid #1057c8;
    background-color: #1057c8;
    color: #fff;
}

.form-radio-picto-group .form-input:only-child {
    margin-bottom: 0;
}

.form-radio-picto-group input:checked + label::before {
    display: none;
}

.form-radio-picto-group input:checked + label::after {
    background: url(/themes/custom/nova/assets/images/00-tokens/pictos/images/placeholder-white.svg) no-repeat 50%/100%;
}

.form-radio-picto-group label::before {
    background: url(/themes/custom/nova/assets/images/00-tokens/pictos/images/placeholder.svg) no-repeat 50%/100%;
}

.form-radio-picto-group:hover label::after,
.form-radio-picto-group:focus label::after {
    background: url(/themes/custom/nova/assets/images/00-tokens/pictos/images/placeholder-white.svg) no-repeat 50%/100%;
}

html[dir="rtl"] .secondary-menu .language-switcher .wrapper-secondary-menu-deploy .link img {
    margin-right: 0;
    margin-left: 0.5rem;
}

html[dir="rtl"] .secondary-menu-item .button-secondary-menu .icon-chevron-down {
    margin-right: 0.5rem;
    margin-left: 0;
}

html[dir="rtl"] .wrapper-secondary-menu-deploy ul li .link {
    border-right: 4px solid #fff;
    border-left-width: 1px;
}

html[dir="rtl"] .wrapper-secondary-menu-deploy ul li .link .link-icon img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

html[dir="rtl"] .wrapper-secondary-menu-deploy ul li .link:hover,
html[dir="rtl"] .wrapper-secondary-menu-deploy ul li .link:focus {
    border-right-color: #005bff;
    border-left-color: #fff;
}

html[dir="rtl"] .wrapper-secondary-menu-deploy ul .secondary-menu-img-item {
    padding-left: 4px;
    padding-right: 1rem;
}

html[dir="rtl"] .wrapper-secondary-menu-deploy ul .secondary-menu-img-item .link {
    border: 0;
}

html[dir="rtl"] .wrapper-secondary-menu-deploy ul .secondary-menu-img-item:nth-child(2n) {
    padding-right: 4px;
    padding-left: 1rem;
}

.secondary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    height: 100%;
}

.secondary-menu-item {
    width: 100%;
}

.secondary-menu-item .button-secondary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.75rem 0.5rem 0.6875rem;
    margin: 0;
    width: 100%;
    background-color: #fff;
    color: #000;
    border: none;
    border-bottom: 4px solid transparent;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    text-decoration: none;
}

.secondary-menu-item .button-secondary-menu:hover,
.secondary-menu-item .button-secondary-menu:focus {
    text-decoration: underline;
}

.secondary-menu-item .button-secondary-menu.open {
    border-bottom: 4px solid #005bff;
}

.secondary-menu-item .button-secondary-menu.open .icon-chevron-down svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.secondary-menu-item .button-secondary-menu .picto {
    color: #005bff;
    margin-right: 5px;
}

.secondary-menu-item .button-secondary-menu .picto img,
.secondary-menu-item .button-secondary-menu .picto svg {
    height: 1rem;
}

.secondary-menu-item .button-secondary-menu .icon-chevron-down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0.6875rem;
    height: 100%;
}

.secondary-menu-item .button-secondary-menu .icon-chevron-down svg {
    width: 0.838rem;
    height: 0.838rem;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition:
        transform 0.3s ease-in-out,
        -webkit-transform 0.3s ease-in-out;
}

.secondary-menu-item .button-secondary-menu .icon-chevron-down svg path {
    -webkit-transition: fill 0.3s ease-in-out;
    transition: fill 0.3s ease-in-out;
}

.secondary-menu-item .wrapper-secondary-menu-deploy {
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    width: 100%;
    background-color: #fff;
}

.wrapper-secondary-menu-deploy ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wrapper-secondary-menu-deploy ul li {
    width: 100%;
}

.wrapper-secondary-menu-deploy ul li .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1rem;
    color: #000;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-left: 4px solid #fff;
    word-break: break-word;
    text-decoration: none;
}

.wrapper-secondary-menu-deploy ul li .link:hover,
.wrapper-secondary-menu-deploy ul li .link:focus {
    background-color: #f4f4f4;
    border-left-color: #005bff;
    text-decoration: underline;
}

.wrapper-secondary-menu-deploy ul li .link-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #005bff;
    border-radius: 50%;
    width: 1.4rem;
    height: 1.4rem;
    padding: 3px;
}

.wrapper-secondary-menu-deploy ul li .link .text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #dedede;
    padding: 0.625rem 0;
}

.wrapper-secondary-menu-deploy ul li:last-child .text {
    border: 0;
}

.wrapper-secondary-menu-deploy ul .secondary-menu-img-item {
    width: 50%;
    padding: 0rem 4px 0.75rem 1rem;
    border: 0;
}

.wrapper-secondary-menu-deploy ul .secondary-menu-img-item .link {
    background-color: #005bff;
    min-width: 8.75rem;
    width: 100%;
    min-height: 8.75rem;
    height: 100%;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    border: 0;
}

.wrapper-secondary-menu-deploy ul .secondary-menu-img-item .link:hover,
.wrapper-secondary-menu-deploy ul .secondary-menu-img-item .link:focus {
    background-color: #005bff;
}

.wrapper-secondary-menu-deploy ul .secondary-menu-img-item .link img {
    height: 5rem;
}

.wrapper-secondary-menu-deploy ul .secondary-menu-img-item .link .link-text {
    width: 100%;
}

.wrapper-secondary-menu-deploy ul .secondary-menu-img-item:nth-child(even) {
    padding-left: 4px;
    padding-right: 1rem;
}

.wrapper-secondary-menu-deploy ul .secondary-menu-img-item:nth-child(1),
.wrapper-secondary-menu-deploy ul .secondary-menu-img-item:nth-child(2) {
    padding-top: 1rem;
}

.language-switcher {
    padding: 0 1rem;
    position: relative;
}

.language-switcher .button-secondary-menu {
    width: auto;
    border: 1px solid #dedede;
    border-radius: 10px;
    text-transform: uppercase;
}

.language-switcher .button-secondary-menu.open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.language-switcher .button-secondary-menu .picto {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.language-switcher .button-secondary-menu .text {
    display: block;
}

.language-switcher .wrapper-secondary-menu-deploy {
    width: 9.375rem !important;
    margin: 0 1rem;
}

.language-switcher .wrapper-secondary-menu-deploy ul {
    border: 1px solid #dedede;
}

.language-switcher .wrapper-secondary-menu-deploy .link:active {
    border-left-color: #005bff;
}

.language-switcher .wrapper-secondary-menu-deploy .link .language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.language-switcher .wrapper-secondary-menu-deploy .link .key {
    text-transform: uppercase;
}

.language-switcher .wrapper-secondary-menu-deploy .link .name {
    text-transform: capitalize;
}

.language-switcher .wrapper-secondary-menu-deploy .link img {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
}

html[dir="rtl"] .secondary-menu-item .button-secondary-menu .picto {
    margin-left: 0.5rem;
    margin-right: 0;
}

html[dir="rtl"] .wrapper-secondary-menu-deploy {
    left: auto;
    right: 0;
}

@media screen and (min-width: 64em) {
    .secondary-menu-item {
        position: relative;
        width: auto;
    }

    .secondary-menu-item button.button-secondary-menu:hover,
    .secondary-menu-item button.button-secondary-menu:focus {
        text-decoration: none;
    }

    .secondary-menu-item .button-secondary-menu {
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .secondary-menu-item .button-secondary-menu .text {
        display: block;
    }

    .secondary-menu-item .button-secondary-menu.open:after {
        content: "";
        position: absolute;
        z-index: 1501;
        display: block;
        width: 0;
        height: 0;
        top: calc(100% + 1.0625rem);
        left: calc(50% + 0.465625rem);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        border: 0.35rem solid #fff;
        border-color: transparent transparent #fff #fff;
        -webkit-animation: secondary-menu-arrow-in 0.15s ease;
        animation: secondary-menu-arrow-in 0.15s ease;
    }

    .secondary-menu-item .button-secondary-menu.closing:after {
        -webkit-animation: secondary-menu-arrow-out 0.15s ease forwards;
        animation: secondary-menu-arrow-out 0.15s ease forwards;
    }

    .secondary-menu-item .button-secondary-menu.closing + .wrapper-secondary-menu-deploy {
        -webkit-animation: secondary-menu-out 0.15s ease forwards;
        animation: secondary-menu-out 0.15s ease forwards;
    }

    .secondary-menu-item .wrapper-secondary-menu-deploy {
        top: calc(100% + 1rem);
        width: 20rem;
        -webkit-box-shadow: 0px -6px 14px 0px #00000040;
        box-shadow: 0px -6px 14px 0px #00000040;
        z-index: 1500;
        -webkit-animation: secondary-menu-in 0.15s ease;
        animation: secondary-menu-in 0.15s ease;
    }

    .secondary-menu {
        border-bottom: none;
    }

    .secondary-menu .language-switcher {
        padding: 0;
    }

    .secondary-menu .language-switcher .button-secondary-menu {
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }

    .secondary-menu .language-switcher .button-secondary-menu:not(.open) {
        border-bottom: 4px solid transparent;
        border-top-color: transparent;
    }

    .secondary-menu .language-switcher .wrapper-secondary-menu-deploy ul {
        border: none;
        margin: 0;
    }

    .secondary-menu .wrapper-secondary-menu-deploy {
        width: 20rem;
    }

    .secondary-menu .secondary-menu-item:nth-last-of-type(-n + 2) .wrapper-secondary-menu-deploy {
        right: 0;
        left: auto;
    }

    html[dir="rtl"] .secondary-menu-item:nth-last-child(-n + 2) .wrapper-secondary-menu-deploy {
        left: 0 !important;
        right: auto !important;
    }
}

@-webkit-keyframes secondary-menu-arrow-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px) rotate(135deg) scale(0.95);
        transform: translateY(30px) rotate(135deg) scale(0.95);
    }
}

@keyframes secondary-menu-arrow-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px) rotate(135deg) scale(0.95);
        transform: translateY(30px) rotate(135deg) scale(0.95);
    }
}

@-webkit-keyframes secondary-menu-arrow-out {
    30% {
        opacity: 0;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(30px) rotate(135deg) scale(0.95);
        transform: translateY(30px) rotate(135deg) scale(0.95);
    }
}

@keyframes secondary-menu-arrow-out {
    30% {
        opacity: 0;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(30px) rotate(135deg) scale(0.95);
        transform: translateY(30px) rotate(135deg) scale(0.95);
    }
}

@-webkit-keyframes secondary-menu-in {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}

@keyframes secondary-menu-in {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}

@-webkit-keyframes secondary-menu-out {
    100% {
        opacity: 0;
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}

@keyframes secondary-menu-out {
    100% {
        opacity: 0;
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}

a:has(.icon-new-tab) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.icon-new-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.icon-new-tab svg {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    -webkit-margin-start: 0.5rem;
    margin-inline-start: 0.5rem;
    fill: currentColor;
}

.section {
    background-color: #fff;
    max-width: 100rem;
    margin-left: auto;
    margin-right: auto;
}

.section > .block-titre {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .section > .block-titre {
        display: block;
    }
}

.section.title_3.no_text {
    background-color: #001a70;
}

.section.title_3 > .block-titre {
    background-color: #001a70;
}

.section.title_3 > .block-titre > a.btn,
.section.title_3 > .block-titre > button.btn {
    background-color: #fff;
    color: #001a70;
    border: none;
}

.section.title_3 > .block-titre > a.btn:hover,
.section.title_3 > .block-titre > button.btn:hover {
    color: #fff;
    background-color: #005bff;
}

.section.title_2.no_text {
    background-color: #e9f1f9;
}

.section.title_2 > .block-titre {
    background-color: #e9f1f9;
}

.section.title_1 > .block-titre {
    padding-top: 0;
    padding-bottom: 0;
}

@media screen and (min-width: 80em) {
    .section > .block-titre {
        width: 100%;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .section > .block-titre.title_1 {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.skip-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 12px 0;
    position: absolute;
    left: -10000rem;
    top: -10000rem;
    overflow: hidden;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.skip-links:focus-within {
    position: relative;
    left: 0;
    top: 0;
    z-index: 1500;
    background-color: #fff;
}

.skip-links li {
    list-style: none;
    width: 100%;
    padding: 0.65rem 1rem;
    margin: 0;
}

.skip-links li a {
    color: #000;
    line-height: 150%;
    font-size: 14px;
    text-decoration: underline;
}

body:has(.skip-links:focus-within):not(.has-crisis-banner) .header {
    border-top: 1px solid #e0e0e0;
}

@media screen and (min-width: 64em) {
    body:has(.skip-links:focus-within) .header {
        position: relative;
        top: 0 !important;
    }

    .skip-links-container {
        max-width: 100rem;
        margin: auto;
        position: relative;
    }

    .skip-links-container .skip-links {
        -ms-flex-wrap: initial;
        flex-wrap: initial;
        margin: 0;
    }

    .skip-links-container .skip-links li {
        width: auto;
    }

    .skip-links-container .skip-links li:not(:first-child) {
        margin-left: 15px;
    }
}

.switch-button-label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    font-family: "EDF-Regular", sans-serif;
    cursor: pointer;
}

.switch-button-label:before {
    position: relative;
    width: 5rem;
    height: 2.5rem;
    margin-top: 0;
    margin-right: 1.5625rem;
    border-radius: 1.5rem;
    border: none;
    background-color: #666;
    content: "";
}

.switch-button-label:after {
    position: absolute;
    top: calc(50% - 0.75rem);
    left: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    background: #fff;
    border-radius: 50%;
    border: none;
    -webkit-transition:
        left 0.3s ease-in-out,
        background 0.2s ease-in-out;
    transition:
        left 0.3s ease-in-out,
        background 0.2s ease-in-out;
    content: "";
    margin-top: 0;
}

.switch-button input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.switch-button input:checked + label:before {
    background-color: #4f9e30;
}

.switch-button input:checked + label:after {
    left: 3rem;
    -webkit-box-shadow: 0px 5px 5px #4f9e30;
    box-shadow: 0px 5px 5px #4f9e30;
    -webkit-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
}

a:has(.icon-new-tab) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.icon-new-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.icon-new-tab svg {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    -webkit-margin-start: 0.5rem;
    margin-inline-start: 0.5rem;
    fill: currentColor;
}

.link-list-tabs-container {
    border-bottom: 1px solid #afafaf;
    margin-bottom: 2rem;
}

.link-list-tabs-container .menu-slider-container {
    margin: 0;
}

.link-list-tabs-container .menu-slider-container .menu-slider-items {
    padding-right: 1rem;
}

.link-list-tabs-container .menu-slider-container .link-list-tab {
    border: 0;
    background-color: transparent;
    padding: 8px 16px 13px;
    color: #000;
    border-bottom: 5px solid transparent;
    white-space: nowrap;
}

.link-list-tabs-container .menu-slider-container .link-list-tab[aria-selected="true"],
.link-list-tabs-container .menu-slider-container .link-list-tab:hover,
.link-list-tabs-container .menu-slider-container .link-list-tab:focus {
    border-bottom-color: #005bff;
    font-family: "EDF-Bold", sans-serif;
}

.link-list-tabs-container .menu-slider-button {
    height: 100%;
    border-bottom: 5px solid transparent;
}

.link-list-tabs-container .menu-slider-button svg {
    height: 1rem;
}

.link-list-tabs-container .menu-slider-button-prev {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(50%, #f4f4f4),
        color-stop(rgba(244, 244, 244, 0.8)),
        color-stop(rgba(244, 244, 244, 0.5)),
        color-stop(rgba(244, 244, 244, 0.2)),
        to(rgba(244, 244, 244, 0.1))
    );
    background: linear-gradient(
        to right,
        #f4f4f4 50%,
        rgba(244, 244, 244, 0.8),
        rgba(244, 244, 244, 0.5),
        rgba(244, 244, 244, 0.2),
        rgba(244, 244, 244, 0.1)
    );
}

.link-list-tabs-container .menu-slider-button-next {
    background: -webkit-gradient(
        linear,
        right top,
        left top,
        color-stop(50%, #f4f4f4),
        color-stop(rgba(244, 244, 244, 0.8)),
        color-stop(rgba(244, 244, 244, 0.5)),
        color-stop(rgba(244, 244, 244, 0.2)),
        to(rgba(244, 244, 244, 0.1))
    );
    background: linear-gradient(
        to left,
        #f4f4f4 50%,
        rgba(244, 244, 244, 0.8),
        rgba(244, 244, 244, 0.5),
        rgba(244, 244, 244, 0.2),
        rgba(244, 244, 244, 0.1)
    );
}

@media screen and (min-width: 48em) {
    .link-list-tabs-container .menu-slider-container .link-list-tab {
        white-space: normal;
    }

    .link-list-tabs-container .menu-slider-items {
        position: initial;
        padding: 0;
    }

    .link-list-tabs-container .menu-slider-button {
        display: none;
    }
}

.tabs-secondary-menu-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.tabs-secondary-menu-tabs .wrapper-secondary-menu-deploy {
    display: block;
}

.tabs-secondary-menu-tabs .button-secondary-menu {
    border-bottom: none;
    gap: 0.156rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
    min-width: 25%;
}

.tabs-secondary-menu-tabs .button-secondary-menu .button-secondary-menu-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 4px solid #fff;
    padding: 0.75rem 0 0.6875rem 0;
    margin: 0 0.5rem;
    height: 100%;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.tabs-secondary-menu-tabs .button-secondary-menu .button-secondary-menu-content .text {
    text-align: start;
    display: block;
}

.tabs-secondary-menu-tabs .button-secondary-menu[aria-selected="true"] .button-secondary-menu-content,
.tabs-secondary-menu-tabs .button-secondary-menu:focus .button-secondary-menu-content {
    border-color: #005bff;
}

.tabs-secondary-menu-tabs .button-secondary-menu:hover,
.tabs-secondary-menu-tabs .button-secondary-menu:focus {
    text-decoration: none;
}

.tabs-secondary-menu-tabs .button-secondary-menu .picto {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tabs-secondary-menu-tabs .button-secondary-menu .picto svg {
    fill: none;
    stroke: #005bff;
    height: 1rem;
    overflow: visible;
}

.tabpanel {
    display: block;
}

.tabpanel.is-hidden {
    display: none;
}

.header-highlight-slider .menu-slider-items {
    gap: 0.625rem;
}

a:has(.icon-new-tab) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.icon-new-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.icon-new-tab svg {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    -webkit-margin-start: 0.5rem;
    margin-inline-start: 0.5rem;
    fill: currentColor;
}

.tag {
    display: inline-block;
    padding: 2px 0.75rem 1px;
    margin: 0;
}

.tag.tag_1 {
    background-color: #fff;
    color: #1057c8;
    font:
        0.875rem/1.5 "EDF-Regular",
        sans-serif;
}

.tag.tag_1.blue {
    color: #005bff;
}

.tag.tag_1.white {
    color: #fff;
}

.tag.tag_2 {
    background-color: #1057c8;
    color: #fff;
    font:
        0.875rem/1.5 "EDF-Regular",
        sans-serif;
}

.tag.tag_2.blue {
    background-color: #005bff;
}

.tag.tag_3 {
    padding: 4px 0.5rem;
    background-color: #fff;
    color: #1057c8;
    border: 1px solid #005bff;
    border-radius: 4px;
    font:
        0.75rem/1.5 "EDF-Regular",
        sans-serif;
    text-decoration: none;
}

.tag.tag_3.darkblue {
    color: #001a70;
    border-color: #001a70;
}

.tag.tag_3.white {
    color: #fff;
    border-color: #fff;
}

.tag.tag_4 {
    padding: 4px 0.5rem;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    font:
        0.75rem/1.5 "EDF-Regular",
        sans-serif;
}

.tag.tag_4.blue {
    color: #005bff;
    border-color: #005bff;
}

.tag.tag_4.darkblue {
    color: #001a70;
    border-color: #001a70;
}

.tag.tag_5 {
    padding: 0.25rem 0.75rem;
    background-color: transparent;
    color: #005bff;
    border: 1px solid #005bff;
    border-radius: 16px;
    font:
        0.75rem/1.5 "EDF-Regular",
        sans-serif;
}

.tag.tag_5.white {
    color: #fff;
    border-color: #fff;
}

.tag.tag_5.darkblue {
    color: #001a70;
    border-color: #001a70;
}

.tag.tag_6 {
    padding: 0.25rem 0.75rem;
    background-color: #fff;
    color: #000;
    border-radius: 16px;
    font:
        0.75rem/1.5 "EDF-Regular",
        sans-serif;
    font-size: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tag.tag_6 img {
    height: 1rem;
    width: auto;
    -webkit-margin-end: 4px;
    margin-inline-end: 4px;
    display: inline-block;
}

a:has(.icon-new-tab) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.icon-new-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.icon-new-tab svg {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    -webkit-margin-start: 0.5rem;
    margin-inline-start: 0.5rem;
    fill: currentColor;
}

.other-offer {
    position: relative;
}

.other-offer.offer-te .button-primary-text {
    width: 100%;
}

.other-offer.offer-te .links-wrapper {
    position: initial;
}

.other-offer.has-highlighted {
    position: relative;
}

.other-offer:hover .other-offer-inner {
    -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
}

.other-offer.disabled {
    opacity: 0.5;
}

.other-offer .mention-highlighted {
    position: absolute;
    top: -1.875rem;
    right: 0;
    z-index: 1;
    padding: 0.4375rem 0.75rem 0.875rem;
    background: #fe5716;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    color: #fff;
    font:
        1.125rem/1.3 "EDF-Bold",
        sans-serif;
    line-height: 1;
}

.other-offer .tag-surtitle {
    padding: 0.25rem 0.4375rem;
    display: inline-block;
    color: #fff;
    font:
        0.6875rem/1.3 "EDF-Bold",
        sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #4f9e30;
}

.other-offer .other-offer-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    z-index: 2;
    border-radius: 1rem;
    border: 1px solid #e0e0e0;
}

.other-offer-picto {
    height: 6.875rem;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    border: 1px solid #4f9e30;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    background-color: #4f9e30;
}

.other-offer-picto-background {
    position: absolute;
    right: 24px;
    height: 100%;
    bottom: 0;
}

.other-offer-picto .tag {
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
    z-index: 1;
}

.other-offer .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    top: 0;
    padding: 1.5rem 1.5rem 0 1.5rem;
    font-size: 0.8125rem;
}

.other-offer .text .title-section {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    padding: 0;
    z-index: 1;
}

.other-offer .text .title-section a:before {
    z-index: 5;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.other-offer .text .title-section .title {
    display: block;
    margin: 0 0 0.25rem;
    font-size: 1.25rem;
    font-family: "EDF-Bold", sans-serif;
}

.other-offer .text .text-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
}

.other-offer .text .text-inner .desc {
    font-size: 0.875rem;
    margin-bottom: 0.8125rem;
}

.other-offer .text .text-inner .desc.single-button {
    margin-bottom: 0;
}

.other-offer .text .text-inner .desc ul:last-of-type {
    margin-bottom: 0;
}

.other-offer .text .text-inner .desc p {
    margin: 0;
}

.other-offer .option {
    display: block;
    margin: 0.875rem 0 0;
    font-size: 0.8125rem;
}

.other-offer .grp-link {
    display: block;
    font-size: 1rem;
    color: #005bff;
}

.other-offer-power-info .uppercase {
    font:
        0.75rem/1.5 "EDF-Bold",
        sans-serif;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.other-offer .text ul {
    margin: 1rem 0;
    list-style: none;
    padding: 0;
}

.other-offer .text ul li {
    position: relative;
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
    padding-bottom: 0.5rem;
}

.other-offer .text ul li::before {
    content: url("/themes/custom/nova/assets/images/00-tokens/pictos/images/checklist.svg");
    display: inline-block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 0;
    top: 3px;
}

.other-offer .options {
    border-top: 1px solid #e0e0e0;
    padding-top: 1rem;
    margin-top: 1rem;
}

.other-offer .links-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 1.5rem;
    margin-top: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.other-offer .links-wrapper .link-with-radius {
    display: inline-block;
}

.other-offer .links-wrapper .other-offer-compare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.other-offer .links-wrapper .other-offer-compare input {
    margin-right: 0.5rem;
    accent-color: #005bff;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    border-radius: 2px;
    height: 1.5rem;
    width: 1.5rem;
    background: #fff;
    border: 2px solid #005bff;
    -webkit-margin-start: 1rem;
    margin-inline-start: 1rem;
}

.other-offer .links-wrapper .other-offer-compare input:checked {
    position: relative;
}

.other-offer .links-wrapper .other-offer-compare input:checked:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(/themes/custom/nova/assets/images/00-tokens/pictos/images/check.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 3px;
    width: 1rem;
}

.other-offer .links-wrapper .other-offer-compare input:hover,
.other-offer .links-wrapper .other-offer-compare input:focus {
    accent-color: #005bff;
}

.other-offer .links-wrapper .other-offer-compare label {
    font-family: "EDF-Regular", sans-serif;
}

.other-offer[data-sortie-de-tarif="true"] .links-wrapper {
    z-index: 0;
}

.other-offer .know-more-wrapper {
    background-color: #005bff;
    border: 1px solid #005bff;
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    width: 100%;
    padding: 0.75rem 1.5rem;
}

.other-offer .know-more-wrapper:hover {
    background-color: #001a70;
    border: 1px solid #001a70;
}

.other-offer .know-more-wrapper.active {
    background-color: #001a70;
    border: 1px solid #001a70;
}

.other-offer .know-more-wrapper.white {
    color: #001a70;
    background-color: #fff;
    border: 1px solid #fff;
}

.other-offer .know-more-wrapper.white img {
    -webkit-filter: invert(93%) sepia(81%) saturate(4976%) hue-rotate(231deg) brightness(95%) contrast(105%);
    filter: invert(93%) sepia(81%) saturate(4976%) hue-rotate(231deg) brightness(95%) contrast(105%);
}

.other-offer .know-more-wrapper.white:hover:enabled {
    color: #fff;
    background-color: #005bff;
    border: 1px solid #005bff;
}

.other-offer .know-more-wrapper.white:hover:enabled img {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}

.other-offer .know-more-wrapper:disabled,
.other-offer .know-more-wrapper[disabled] {
    border: 1px solid #e0e0e0;
    background-color: #e0e0e0;
    color: #666;
    cursor: default;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.other-offer .know-more-wrapper:disabled img,
.other-offer .know-more-wrapper[disabled] img {
    -webkit-filter: invert(0.5);
    filter: invert(0.5);
}

.other-offer.gas .other-offer-inner .other-offer-picto {
    background: #1057c8;
    border-color: #1057c8;
}

.other-offer.gas .tag-surtitle {
    background-color: #1057c8;
}

.other-offer.electricity .other-offer-inner .other-offer-picto {
    background: #ffb210;
    border-color: #ffb210;
}

.other-offer.electricity .tag-surtitle {
    background-color: #fe5716;
}

.use-plus-between-items .other-offer:not(:nth-child(1)) {
    position: relative;
}

.use-plus-between-items .other-offer:not(:nth-child(1)):before {
    content: "";
    position: absolute;
    top: -2.625rem;
    left: calc(50% - 18px);
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    z-index: 2;
    background: #005bff url("/themes/custom/nova/assets/images/00-tokens/pictos/images/plus.svg") 50% 50% no-repeat;
    background-size: 20px 20px;
}

@media screen and (min-width: 48em) {
    .use-plus-between-items .other-offer:not(:nth-child(1)):before {
        top: -2.125rem;
        left: calc(50% - 18px);
    }
}

@media screen and (min-width: 64em) {
    .use-plus-between-items .other-offer:not(:nth-child(1)):before {
        top: calc(50% - 18px);
        left: -2.375rem;
    }
}

@media screen and (min-width: 48em) and (max-width: 64em) {
    .use-plus-between-items .other-offer:not(:nth-child(1)):nth-child(2n):before {
        top: calc(50% - 18px);
        left: -1.875rem;
    }
}

.other-offer .other-offer-power-info {
    margin-top: auto;
}

@media screen and (min-width: 48em) {
    .other-offer {
        min-width: calc(50% - 1.25rem);
        max-width: calc(50% - 1.25rem);
    }
}

@media screen and (min-width: 64em) {
    .other-offer {
        min-width: 16rem;
        width: calc(33.33% - 2.5rem);
    }

    .other-offer .option {
        font-size: 0.875rem;
    }
}

@media (min-width: 64em) and (max-width: 80em) {
    .other-offer:not(.offer-te) .other-offer-inner .links-wrapper {
        padding: 1rem 0.5rem;
    }

    .other-offer:not(.offer-te) .other-offer-inner .links-wrapper .btn {
        padding: 0.75rem 1.25rem;
    }
}

.other-offer .mention-highlighted {
    display: none;
}

.card-push.edito-cards-7c + .other-offer .mention-highlighted,
.has-highlighted .other-offer:first-child .mention-highlighted,
.eol-block .other-offer:first-child .mention-highlighted {
    display: block;
}

.title-container.title_3 h1,
.title-container.title_3 h2,
.title-container.title_3 h3,
.title-container.title_3 h4 {
    color: #fff;
}

.title-container h1,
.title-container h2,
.title-container h3,
.title-container h4,
.title-section h1,
.title-section h2,
.title-section h3,
.title-section h4 {
    margin: 0;
}

.title-container h1 em,
.title-container h2 em,
.title-container h3 em,
.title-container h4 em,
.title-section h1 em,
.title-section h2 em,
.title-section h3 em,
.title-section h4 em {
    font-style: normal;
    color: #fe5716;
}

html[dir="rtl"] .visual-inner .modal-transcript .modal-top .close-modal {
    margin-left: 1rem;
    margin-right: auto;
}

.visual-inner.visuel_1 .block-titre .btn {
    position: inherit;
}

.visual-inner.visuel_1 .container-visual-transcript {
    position: relative;
}

.visual-inner.visuel_2 .content .infos-visual .separator {
    display: none;
}

.visual-inner.visuel_3 .visual {
    padding: 0;
}

.visual-inner.visuel_3 .visual:after {
    content: none;
}

.visual-inner.visuel_3 .visual .btn {
    right: 1rem;
    top: 1rem;
}

.visual-inner .copyright {
    color: #666;
}

.visual-inner .modal-transcript {
    display: none;
    position: fixed;
    top: 4.5rem;
    left: 1rem;
    width: calc(100% - 2rem);
    max-height: calc(100vh - 5rem);
    padding: 0.5rem 1rem;
    background-color: #fff;
    overflow-y: auto;
    z-index: 201;
}

.visual-inner .modal-transcript.show {
    display: block;
}

.visual-inner .modal-transcript .modal-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.visual-inner .modal-transcript .modal-top .title {
    margin: 0 0.625rem 0 0;
}

.visual-inner .modal-transcript .modal-top .close-modal {
    margin-left: auto;
}

.visual-inner .modal-transcript .modal-top .close-modal svg {
    min-width: 1rem;
}

.visual-inner .modal-transcript .text {
    margin-top: 1.5rem;
    padding: 0 0.5rem;
}

.visual-inner .modal-transcript .text p {
    margin: 1rem 0;
}

.visual-inner .visual {
    position: relative;
    width: 100%;
    z-index: 2;
}

.visual-inner .visual img {
    width: 100%;
}

.visual-inner .visual .open-modal {
    position: absolute;
    right: 1rem;
    top: 0.5rem;
    z-index: 3;
}

html[dir="rtl"] .visual-inner .visual {
    padding: 0 0 0.5rem 0.5rem;
}

html[dir="rtl"] .visual-inner .visual .open-modal {
    right: auto;
    left: 1rem;
}

html[dir="rtl"] .visual-inner .visual:after {
    left: 0;
    right: 0.5rem;
}

.visual-inner .content .infos-visual {
    margin-top: 1.5rem;
}

.visual-inner .content .infos-visual .copyright {
    display: block;
}

.visual-inner .content .infos-visual .link-download {
    font:
        0.875rem/1.5 "EDF-Regular",
        sans-serif;
    display: inline-block;
    margin-top: 0.25rem;
}

.visual-inner .content .title {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.visual-inner .content .text {
    margin-top: 1.5rem;
}

.visual-inner .content .text p {
    margin: 0;
    display: inline;
}

.visual-inner .content .text p + a {
    font-size: 1rem;
    line-height: 1.6;
}

.overlay-transcript-image {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 200;
    background-color: #001a70;
    opacity: 0.8;
}

@media screen and (min-width: 48em) {
    .visual-inner.visuel_2 .content .infos-visual {
        display: block;
    }

    .visual-inner.visuel_2 .content .infos-visual .link-download {
        margin-top: 0.25rem;
    }

    .visual-inner .visual .btn {
        right: 2rem;
        top: 1rem;
    }

    .visual-inner .visual:after {
        top: 1rem;
        left: 1rem;
        width: calc(100% - 1rem);
        height: calc(100% - 1rem);
    }

    html[dir="rtl"] .visual-inner .visual {
        padding: 0 0 1rem 1rem;
    }

    html[dir="rtl"] .visual-inner .visual .open-modal {
        right: auto;
        left: 2rem;
    }

    html[dir="rtl"] .visual-inner .visual:after {
        left: 0;
        right: 1rem;
    }

    .visual-inner .content .infos-visual {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 1rem;
    }

    .visual-inner .content .infos-visual .copyright {
        margin-right: 1rem;
    }

    .visual-inner .content .infos-visual .link-download {
        margin-top: 0;
        margin-left: auto;
    }

    .visual-inner .content .title {
        margin-top: 2.5rem;
    }

    .visual-inner .content .text {
        margin-top: 1rem;
    }

    html[dir="rtl"] .visual-inner .content .infos-visual .link-download {
        margin-left: 0;
    }
}

@media screen and (min-width: 64em) {
    .visual-inner.visuel_2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-bottom: 4rem;
    }

    .visual-inner.visuel_2 .content {
        width: calc(4 * 9.479%);
    }

    .visual-inner.visuel_2 .visual {
        width: calc(5 * 9.479%);
        min-width: calc(5 * 9.479%);
        padding: 0 0.5rem 0.5rem 0;
        margin-right: 9.479%;
    }

    .visual-inner.visuel_2 .visual .btn {
        right: 1rem;
        top: 0.5rem;
    }

    .visual-inner.visuel_2 .visual:after {
        top: 0.5rem;
        left: 0.5rem;
        width: calc(100% - 0.5rem);
        height: calc(100% - 0.5rem);
    }

    html[dir="rtl"] .visual-inner.visuel_2 .visual {
        padding: 0 0 0.5rem 0.5rem;
    }

    html[dir="rtl"] .visual-inner.visuel_2 .visual:after {
        left: auto;
        right: 0.5rem;
    }

    .visual-inner.visuel_2 .content .infos-visual {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .visual-inner.visuel_2 .content .infos-visual .copyright {
        margin-right: 0;
    }

    .visual-inner.visuel_2 .content .infos-visual .separator {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        display: block;
        margin: 0 0.5rem;
    }

    .visual-inner.visuel_2 .content .infos-visual .link-download {
        margin-top: 0;
        margin-left: 0;
    }

    .visual-inner.visuel_2 .content .title {
        margin-top: 0;
    }

    .visual-inner .modal-transcript {
        top: 7.25rem;
        left: 18%;
        width: 64%;
        max-height: calc(100vh - 10rem);
        padding: 1rem;
    }

    .visual-inner .modal-transcript .text {
        padding: 0 5rem;
    }

    .visual-inner .visual .open-modal-transcript {
        width: 2rem;
        height: 2rem;
    }

    html[dir="rtl"] .visual-inner.visuel_2 .visual {
        margin-right: 0;
        margin-left: 2rem;
    }
}

@media screen {
    * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    html {
        overflow-y: scroll;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    }

    body {
        margin: 0 auto;
        background: #fff;
        font-size: 16px;
        line-height: 1.5;
    }

    img {
        display: block;
        height: auto;
        max-width: 100%;
        border: 0;
    }
}

@media screen {
    a:has(.icon-new-tab) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .icon-new-tab {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .icon-new-tab svg {
        width: 1rem;
        height: 1rem;
        display: inline-block;
        -webkit-margin-start: 0.5rem;
        margin-inline-start: 0.5rem;
        fill: currentColor;
    }

    @font-face {
        font-family: "EDF-Light";
        src:
            url("/themes/custom/nova/assets/font/00-tokens/typography/woff2/EDFW05-Light.woff2") format("woff2"),
            url("/themes/custom/nova/assets/font/00-tokens/typography/woff/EDFW05-Light.woff") format("woff");
        font-weight: 300;
        font-display: swap;
    }

    @font-face {
        font-family: "EDF-Regular";
        src:
            url("/themes/custom/nova/assets/font/00-tokens/typography/woff2/EDFW05-Regular.woff2") format("woff2"),
            url("/themes/custom/nova/assets/font/00-tokens/typography/woff/EDFW05-Regular.woff") format("woff");
        font-display: swap;
    }

    @font-face {
        font-family: "EDF-Bold";
        src:
            url("/themes/custom/nova/assets/font/00-tokens/typography/woff2/EDFW05-Bold.woff2") format("woff2"),
            url("/themes/custom/nova/assets/font/00-tokens/typography/woff/EDFW05-Bold.woff") format("woff");
        font-weight: bold;
        font-display: swap;
    }

    @font-face {
        font-family: "EDF";
        src:
            url("/themes/custom/nova/assets/font/00-tokens/typography/woff2/EDFW05-Light.woff2") format("woff2"),
            url("/themes/custom/nova/assets/font/00-tokens/typography/woff/EDFW05-Light.woff") format("woff");
        font-weight: 300;
        font-display: swap;
    }

    @font-face {
        font-family: "EDF";
        src:
            url("/themes/custom/nova/assets/font/00-tokens/typography/woff2/EDFW05-Regular.woff2") format("woff2"),
            url("/themes/custom/nova/assets/font/00-tokens/typography/woff/EDFW05-Regular.woff") format("woff");
        font-display: swap;
    }

    @font-face {
        font-family: "EDF";
        src:
            url("/themes/custom/nova/assets/font/00-tokens/typography/woff2/EDFW05-Bold.woff2") format("woff2"),
            url("/themes/custom/nova/assets/font/00-tokens/typography/woff/EDFW05-Bold.woff") format("woff");
        font-weight: bold;
        font-display: swap;
    }

    .title-xl {
        font:
            2.5rem/1.1 "EDF-Light",
            sans-serif;
    }

    @media screen and (min-width: 48em) {
        .title-xl {
            font-size: 3rem;
        }
    }

    @media screen and (min-width: 80em) {
        .title-xl {
            font-size: 3.5rem;
        }
    }

    .title-l {
        font:
            1.875rem/1.2 "EDF-Light",
            sans-serif;
    }

    @media screen and (min-width: 48em) {
        .title-l {
            font-size: 2.25rem;
            line-height: 1.1;
        }
    }

    @media screen and (min-width: 80em) {
        .title-l {
            font-size: 2.375rem;
        }
    }

    .title-m {
        font:
            1.75rem/1.2 "EDF-Light",
            sans-serif;
    }

    @media screen and (min-width: 48em) {
        .title-m {
            font-size: 2rem;
        }
    }

    .title-s {
        font:
            1.5rem/1.3 "EDF-Light",
            sans-serif;
    }

    @media screen and (min-width: 48em) {
        .title-s {
            font-size: 1.75rem;
            line-height: 1.2;
        }
    }

    .title-xs {
        font:
            1.25rem/1.3 "EDF-Regular",
            sans-serif;
    }

    @media screen and (min-width: 48em) {
        .title-xs {
            font-size: 1.5rem;
        }
    }

    .title-xs-bold {
        font:
            1.25rem/1.3 "EDF-Bold",
            sans-serif;
    }

    @media screen and (min-width: 80em) {
        .title-xs-bold {
            font-size: 1.5rem;
        }
    }

    .title-s-bold {
        font:
            1.5rem/1.3 "EDF-Bold",
            sans-serif;
    }

    @media screen and (min-width: 48em) {
        .title-s-bold {
            font-size: 1.75rem;
            line-height: 1.2;
        }
    }

    .title-m-bold {
        font:
            1.75rem/1.2 "EDF-Bold",
            sans-serif;
    }

    @media screen and (min-width: 48em) {
        .title-m-bold {
            font-size: 2rem;
        }
    }

    .title-l-bold {
        font:
            1.875rem/1.2 "EDF-Bold",
            sans-serif;
    }

    @media screen and (min-width: 48em) {
        .title-l-bold {
            font-size: 2.25rem;
            line-height: 1.1;
        }
    }

    @media screen and (min-width: 80em) {
        .title-l-bold {
            font-size: 2.375rem;
        }
    }

    .title-xl-bold {
        font:
            2rem/1.1 "EDF-Bold",
            sans-serif;
    }

    @media screen and (min-width: 48em) {
        .title-xl-bold {
            font-size: 2.5rem;
        }
    }

    @media screen and (min-width: 80em) {
        .title-xl-bold {
            font-size: 3rem;
        }
    }

    .body-xl-regular {
        font:
            1.125rem/1.5 "EDF-Regular",
            sans-serif;
    }

    .body-xl-bold {
        font:
            1.125rem/1.6 "EDF-Bold",
            sans-serif;
    }

    .body-l-light {
        font:
            1rem/1.5 "EDF-Light",
            sans-serif;
    }

    .body-l-regular {
        font:
            1rem/1.5 "EDF-Regular",
            sans-serif;
    }

    .body-l-bold {
        font:
            1rem/1.5 "EDF-Bold",
            sans-serif;
    }

    .body-m-regular {
        font:
            0.875rem/1.5 "EDF-Regular",
            sans-serif;
    }

    .body-m-bold {
        font:
            0.875rem/1.5 "EDF-Bold",
            sans-serif;
    }

    .body-s-regular {
        font:
            0.75rem/1.5 "EDF-Regular",
            sans-serif;
    }

    .body-s-bold {
        font:
            0.75rem/1.5 "EDF-Bold",
            sans-serif;
    }

    a {
        font: inherit;
        color: inherit;
    }

    a:hover,
    a:focus {
        text-decoration: none;
    }

    a.white {
        color: #fff;
    }

    .link-simple {
        color: #005bff;
    }

    .link-simple.white {
        color: #fff;
    }

    .link-simple-icon-right {
        font:
            1rem/1.5 "EDF-Regular",
            sans-serif;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .link-simple-icon-right img {
        margin-left: 0.25rem;
        width: 1.875rem;
        height: 1.875rem;
    }

    .link-icon-back {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 1rem;
        line-height: 2;
    }

    .link-icon-back img {
        margin-right: 0.5rem;
        width: 1.875rem;
        height: 1.875rem;
    }

    .link-icon-back.white img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

    a.no-underline,
    .no-underline {
        text-decoration: none;
    }

    a.no-underline:hover,
    a.no-underline:focus,
    .no-underline:hover,
    .no-underline:focus {
        text-decoration: underline;
    }

    .paragraph--type--rich-text a:hover,
    .paragraph--type--rich-text a:focus,
    .paragraph--type--rich-text a:active,
    .rich-content a:hover,
    .rich-content a:focus,
    .rich-content a:active {
        text-decoration: none;
    }

    .paragraph--type--rich-text a.button-primary-text,
    .rich-content a.button-primary-text {
        text-decoration: none;
    }

    a.button-quaternary-icon-left:hover,
    a.button-quaternary-icon-right:hover {
        background-color: #001a70;
    }

    a.button-quaternary-icon-left:hover.white,
    a.button-quaternary-icon-right:hover.white {
        background-color: #005bff;
        color: #fff;
    }

    a.button-quaternary-icon-left:hover.white img,
    a.button-quaternary-icon-right:hover.white img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

    a.button-quaternary-text-double-icon-left.white img,
    a.button-quaternary-text-icon-left.white img,
    a.button-quaternary-text-icon-right.white img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

    a.button-quaternary-text-double-icon-left.white .first-icon img,
    a.button-quaternary-text-icon-left.white .first-icon img,
    a.button-quaternary-text-icon-right.white .first-icon img {
        -webkit-filter: invert(92%) sepia(49%) saturate(7295%) hue-rotate(227deg) brightness(92%) contrast(106%);
        filter: invert(92%) sepia(49%) saturate(7295%) hue-rotate(227deg) brightness(92%) contrast(106%);
    }

    a.button-quaternary-text-double-icon-left.white .first-icon .legend,
    a.button-quaternary-text-icon-left.white .first-icon .legend,
    a.button-quaternary-text-icon-right.white .first-icon .legend {
        color: #001a70;
    }

    a.link-icon-primary.white:hover {
        background-color: #005bff;
    }

    a.link-icon-primary.white:hover .icon svg path {
        fill: #fff;
    }

    html {
        height: -webkit-fill-available;
    }

    html[dir="rtl"] .layout-container {
        overflow-y: hidden;
    }

    body {
        color: #000;
        font-family: "EDF-Regular", sans-serif;
        overflow-x: auto;
    }

    body:before {
        position: absolute;
        left: -10000rem;
        content: "breakpoint_320";
        speak: none;
        display: none;
    }

    strong,
    b {
        font-family: "EDF-Bold", sans-serif;
    }

    hr {
        border: 1px solid #e0e0e0;
        border-bottom: 0;
    }

    .surface-01 {
        background-color: #001a70;
    }

    .surface-01 .block-titre a.btn,
    .surface-01 .block-titre button.btn {
        background-color: #fff;
        color: #001a70;
        border: none;
    }

    .surface-01 .block-titre a.btn:hover,
    .surface-01 .block-titre button.btn:hover {
        color: #fff;
        background-color: #005bff;
    }

    .surface-02 {
        background-color: #1057c8;
    }

    .surface-03 {
        background-color: #1089ff;
    }

    .surface-04 {
        background-color: #e9f1f9;
    }

    .surface-05 {
        background-color: #fe5716;
    }

    .surface-06 {
        background-color: #ff861d;
    }

    .surface-07 {
        background-color: #ffb210;
    }

    .surface-08 {
        background-color: #4f9e30;
    }

    .surface-09 {
        background-color: #88d910;
    }

    .surface-10 {
        background-color: #c0e410;
    }

    .surface-11 {
        background-color: #005bff;
    }

    .surface-12 {
        background-color: #e0e0e0;
    }

    .surface-13 {
        background-color: #f4f4f4;
    }

    .surface-14 {
        background-color: #f8f7f7;
    }

    .bg_color_01 {
        background-color: #001a70;
    }

    .bg_color_02 {
        background-color: #1057c8;
    }

    .bg_color_03 {
        background-color: #1089ff;
    }

    .bg_color_04 {
        background-color: #e9f1f9;
    }

    .bg_color_05 {
        background-color: #fe5716;
    }

    .bg_color_06 {
        background-color: #ff861d;
    }

    .bg_color_07 {
        background-color: #ffb210;
    }

    .bg_color_08 {
        background-color: #4f9e30;
    }

    .bg_color_09 {
        background-color: #88d910;
    }

    .bg_color_10 {
        background-color: #c0e410;
    }

    .bg_color_11 {
        background-color: #005bff;
    }

    .fg_color_01 {
        color: #001a70;
    }

    .fg_color_02 {
        color: #fff;
    }

    .fg_color_03 {
        color: #666;
    }

    .fg_color_04 {
        color: #005bff;
    }

    .fg_color_05 {
        color: #307a10;
    }

    .fg_color_06 {
        color: #db001f;
    }

    .fg_color_07 {
        color: #1089ff;
    }

    .fg_color_08 {
        color: #fe5716;
    }

    .offscreen {
        position: absolute;
        left: -10000rem;
        top: -10000rem;
    }

    html[dir="rtl"] .offscreen {
        left: 0;
        right: -10000rem;
    }

    .offscreen.focusable:focus {
        position: relative;
        left: 0;
        top: 0;
    }

    .sr-only {
        border: 0 !important;
        clip: rect(1px, 1px, 1px, 1px) !important;
        clip-path: inset(50%) !important;
        height: 1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        width: 1px !important;
        white-space: nowrap !important;
    }

    .hidden-field {
        display: none;
    }

    .hidden {
        display: none !important;
    }

    @media screen and (max-width: 48em) {
        .hidden-mobile {
            display: none;
        }
    }

    @media screen and (max-width: calc(64em - 1px)) {
        .hidden-mobileToTablet {
            display: none;
        }
    }

    @media screen and (min-width: 64em) {
        .hidden-desktop {
            display: none;
        }
    }

    html.modal-open .layout-container {
        position: fixed;
        width: 100%;
        background-color: #fff;
        overflow: hidden;
    }

    @media screen and (min-width: 120em) {
        html.modal-open .layout-container {
            left: calc(50% - 60rem);
        }
    }

    button {
        font:
            1rem/1.5 "EDF-Regular",
            sans-serif;
        color: #001a70;
    }

    button:hover {
        cursor: pointer;
    }

    button:disabled,
    button[disabled],
    .btn:disabled,
    .btn[disabled] {
        color: #666;
    }

    button:disabled:hover,
    button[disabled]:hover,
    .btn:disabled:hover,
    .btn[disabled]:hover {
        cursor: default;
    }

    button:disabled img,
    button[disabled] img,
    .btn:disabled img,
    .btn[disabled] img {
        -webkit-filter: invert(0.5);
        filter: invert(0.5);
    }

    h1 > button:disabled,
    h1 > button[disabled],
    h1 > .btn:disabled,
    h1 > .btn[disabled],
    h2 > button:disabled,
    h2 > button[disabled],
    h2 > .btn:disabled,
    h2 > .btn[disabled],
    h3 > button:disabled,
    h3 > button[disabled],
    h3 > .btn:disabled,
    h3 > .btn[disabled] {
        color: inherit;
    }

    .btn {
        position: relative;
        display: inline-block;
        font-family: "EDF-Regular", sans-serif;
        line-height: 1.5;
    }

    .btn:hover {
        cursor: pointer;
    }

    html[dir="rtl"] .btn img {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .button-primary-text {
        padding: 0.75rem 1.5rem;
        background-color: #005bff;
        border: 1px solid #005bff;
        color: #fff;
        font-size: 1rem;
        text-decoration: none;
        text-align: center;
    }

    .button-primary-text:hover {
        background-color: #001a70;
        border: 1px solid #001a70;
    }

    .button-primary-text.active {
        background-color: #001a70;
        border: 1px solid #001a70;
    }

    .button-primary-text.white {
        color: #001a70;
        background-color: #fff;
        border: 1px solid #fff;
    }

    .button-primary-text.white img {
        -webkit-filter: invert(93%) sepia(81%) saturate(4976%) hue-rotate(231deg) brightness(95%) contrast(105%);
        filter: invert(93%) sepia(81%) saturate(4976%) hue-rotate(231deg) brightness(95%) contrast(105%);
    }

    .button-primary-text.white:hover:enabled {
        color: #fff;
        background-color: #005bff;
        border: 1px solid #005bff;
    }

    .button-primary-text.white:hover:enabled img {
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }

    .button-primary-text:disabled,
    .button-primary-text[disabled] {
        border: 1px solid #e0e0e0;
        background-color: #e0e0e0;
        color: #666;
        cursor: default;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .button-primary-text:disabled img,
    .button-primary-text[disabled] img {
        -webkit-filter: invert(0.5);
        filter: invert(0.5);
    }

    .button-primary-icon-right {
        padding: 0.75rem 3.5rem 0.75rem 1.5rem;
        background-color: #005bff;
        border: 1px solid #005bff;
        color: #fff;
        font-size: 1rem;
        text-decoration: none;
        text-align: center;
    }

    .button-primary-icon-right:hover {
        background-color: #001a70;
        border: 1px solid #001a70;
    }

    .button-primary-icon-right.active {
        background-color: #001a70;
        border: 1px solid #001a70;
    }

    .button-primary-icon-right.white {
        color: #001a70;
        background-color: #fff;
        border: 1px solid #fff;
    }

    .button-primary-icon-right.white img {
        -webkit-filter: invert(93%) sepia(81%) saturate(4976%) hue-rotate(231deg) brightness(95%) contrast(105%);
        filter: invert(93%) sepia(81%) saturate(4976%) hue-rotate(231deg) brightness(95%) contrast(105%);
    }

    .button-primary-icon-right.white:hover:enabled {
        color: #fff;
        background-color: #005bff;
        border: 1px solid #005bff;
    }

    .button-primary-icon-right.white:hover:enabled img {
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }

    .button-primary-icon-right:disabled,
    .button-primary-icon-right[disabled] {
        border: 1px solid #e0e0e0;
        background-color: #e0e0e0;
        color: #666;
        cursor: default;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .button-primary-icon-right:disabled img,
    .button-primary-icon-right[disabled] img {
        -webkit-filter: invert(0.5);
        filter: invert(0.5);
    }

    .button-primary-icon-right img {
        position: absolute;
        top: calc(50% - 1rem);
        width: 2rem;
        height: 2rem;
        right: 1.0625rem;
    }

    html[dir="rtl"] .button-primary-icon-right {
        padding: 0.75rem 1.5rem 0.75rem 3.5rem;
    }

    html[dir="rtl"] .button-primary-icon-right img {
        right: auto;
        left: 1rem;
    }

    .button-primary-icon-left {
        padding: 0.75rem 1.5rem 0.75rem 3.5rem;
        background-color: #005bff;
        border: 1px solid #005bff;
        color: #fff;
        font-size: 1rem;
        text-decoration: none;
        text-align: center;
    }

    .button-primary-icon-left:hover {
        background-color: #001a70;
        border: 1px solid #001a70;
    }

    .button-primary-icon-left.active {
        background-color: #001a70;
        border: 1px solid #001a70;
    }

    .button-primary-icon-left.white {
        color: #001a70;
        background-color: #fff;
        border: 1px solid #fff;
    }

    .button-primary-icon-left.white img {
        -webkit-filter: invert(93%) sepia(81%) saturate(4976%) hue-rotate(231deg) brightness(95%) contrast(105%);
        filter: invert(93%) sepia(81%) saturate(4976%) hue-rotate(231deg) brightness(95%) contrast(105%);
    }

    .button-primary-icon-left.white:hover:enabled {
        color: #fff;
        background-color: #005bff;
        border: 1px solid #005bff;
    }

    .button-primary-icon-left.white:hover:enabled img {
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }

    .button-primary-icon-left:disabled,
    .button-primary-icon-left[disabled] {
        border: 1px solid #e0e0e0;
        background-color: #e0e0e0;
        color: #666;
        cursor: default;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .button-primary-icon-left:disabled img,
    .button-primary-icon-left[disabled] img {
        -webkit-filter: invert(0.5);
        filter: invert(0.5);
    }

    .button-primary-icon-left img {
        position: absolute;
        top: calc(50% - 1rem);
        width: 2rem;
        height: 2rem;
        left: 1.0625rem;
    }

    html[dir="rtl"] .button-primary-icon-left {
        padding: 0.75rem 3.5rem 0.75rem 1.5rem;
    }

    html[dir="rtl"] .button-primary-icon-left img {
        left: auto;
        right: 1.0625rem;
    }

    a.button-primary-text:hover,
    a.button-primary-icon-left:hover,
    a.button-primary-icon-right:hover {
        background-color: #001a70;
    }

    a.button-primary-text.white:hover,
    a.button-primary-icon-left.white:hover,
    a.button-primary-icon-right.white:hover {
        background-color: #005bff;
        border-color: #005bff;
        color: #fff;
    }

    a.button-primary-text.white:hover img,
    a.button-primary-icon-left.white:hover img,
    a.button-primary-icon-right.white:hover img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

    a.button-primary-text.white:hover .icon svg path,
    a.button-primary-icon-left.white:hover .icon svg path,
    a.button-primary-icon-right.white:hover .icon svg path {
        fill: #fff;
    }

    .button-secondary-text {
        padding: 0.75rem 1.5rem;
        background-color: #fff;
        border: 1px solid #001a70;
        color: #001a70;
        font-size: 1rem;
        text-decoration: none;
        text-align: center;
    }

    @media (hover: hover) {
        .button-secondary-text:hover:enabled {
            background-color: #001a70;
            border-color: #001a70;
            color: #fff;
        }

        .button-secondary-text:hover:enabled img {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
        }
    }

    .button-secondary-text.white {
        color: #fff;
        background-color: transparent;
        border-color: #fff;
    }

    .button-secondary-text.white img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

    @media (hover: hover) {
        .button-secondary-text.white:hover:enabled {
            color: #fff;
            background-color: #005bff;
        }

        .button-secondary-text.white:hover:enabled > img {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
        }
    }

    .button-secondary-text:disabled,
    .button-secondary-text[disabled] {
        border: 1px solid #666;
        color: #666;
        cursor: default;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .button-secondary-text:disabled img,
    .button-secondary-text[disabled] img {
        -webkit-filter: invert(0.5);
        filter: invert(0.5);
    }

    a.button-secondary-text:hover,
    a.button-secondary-icon-right:hover,
    a.button-secondary-icon-left:hover {
        background-color: #001a70;
        border-color: #001a70;
        color: #fff;
    }

    a.button-secondary-text:hover img,
    a.button-secondary-icon-right:hover img,
    a.button-secondary-icon-left:hover img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

    a.button-secondary-text.white:hover,
    a.button-secondary-icon-right.white:hover,
    a.button-secondary-icon-left.white:hover {
        color: #fff;
        background-color: #005bff;
    }

    a.button-secondary-text.white:hover img,
    a.button-secondary-icon-right.white:hover img,
    a.button-secondary-icon-left.white:hover img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

    .button-secondary-icon-right {
        padding: 0.75rem 3.5rem 0.75rem 1.5rem;
        background-color: #fff;
        border: 1px solid #001a70;
        color: #001a70;
        font-size: 1rem;
        text-decoration: none;
        text-align: center;
    }

    @media (hover: hover) {
        .button-secondary-icon-right:hover:enabled {
            background-color: #001a70;
            border-color: #001a70;
            color: #fff;
        }

        .button-secondary-icon-right:hover:enabled img {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
        }
    }

    .button-secondary-icon-right.white {
        color: #fff;
        background-color: transparent;
        border-color: #fff;
    }

    .button-secondary-icon-right.white img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

    @media (hover: hover) {
        .button-secondary-icon-right.white:hover:enabled {
            color: #fff;
            background-color: #005bff;
        }

        .button-secondary-icon-right.white:hover:enabled > img {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
        }
    }

    .button-secondary-icon-right:disabled,
    .button-secondary-icon-right[disabled] {
        border: 1px solid #666;
        color: #666;
        cursor: default;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .button-secondary-icon-right:disabled img,
    .button-secondary-icon-right[disabled] img {
        -webkit-filter: invert(0.5);
        filter: invert(0.5);
    }

    .button-secondary-icon-right img {
        position: absolute;
        top: calc(50% - 1rem);
        width: 2rem;
        height: 2rem;
        right: 1.0625rem;
    }

    .button-secondary-icon-left {
        padding: 0.75rem 1.5rem 0.75rem 3.5rem;
        background-color: #fff;
        border: 1px solid #001a70;
        color: #001a70;
        font-size: 1rem;
        text-decoration: none;
        text-align: center;
    }

    @media (hover: hover) {
        .button-secondary-icon-left:hover:enabled {
            background-color: #001a70;
            border-color: #001a70;
            color: #fff;
        }

        .button-secondary-icon-left:hover:enabled img {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
        }
    }

    .button-secondary-icon-left.white {
        color: #fff;
        background-color: transparent;
        border-color: #fff;
    }

    .button-secondary-icon-left.white img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

    @media (hover: hover) {
        .button-secondary-icon-left.white:hover:enabled {
            color: #fff;
            background-color: #005bff;
        }

        .button-secondary-icon-left.white:hover:enabled > img {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
        }
    }

    .button-secondary-icon-left:disabled,
    .button-secondary-icon-left[disabled] {
        border: 1px solid #666;
        color: #666;
        cursor: default;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .button-secondary-icon-left:disabled img,
    .button-secondary-icon-left[disabled] img {
        -webkit-filter: invert(0.5);
        filter: invert(0.5);
    }

    .button-secondary-icon-left img {
        position: absolute;
        top: calc(50% - 1rem);
        width: 2rem;
        height: 2rem;
        left: 1.0625rem;
    }

    .button-tertiary-text {
        padding: 0.25rem 1rem;
        background-color: #005bff;
        border: 0;
        color: #fff;
        font-size: 1rem;
        text-decoration: none;
        text-align: center;
    }

    @media (hover: hover) {
        .button-tertiary-text:hover:enabled {
            background-color: #001a70;
        }
    }

    .button-tertiary-text.white {
        color: #001a70;
        background-color: #fff;
    }

    .button-tertiary-text.white img {
        -webkit-filter: invert(93%) sepia(81%) saturate(4976%) hue-rotate(231deg) brightness(95%) contrast(105%);
        filter: invert(93%) sepia(81%) saturate(4976%) hue-rotate(231deg) brightness(95%) contrast(105%);
    }

    @media (hover: hover) {
        .button-tertiary-text.white:hover:enabled {
            color: #fff;
            background-color: #005bff;
        }

        .button-tertiary-text.white:hover:enabled > img {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
        }
    }

    .button-tertiary-text:disabled,
    .button-tertiary-text[disabled] {
        background-color: #e0e0e0;
        color: #666;
        cursor: default;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .button-tertiary-text:disabled img,
    .button-tertiary-text[disabled] img {
        -webkit-filter: invert(0.6);
        filter: invert(0.6);
    }

    .button-tertiary-icon-right {
        padding: 0.25rem 2.5rem 0.25rem 1rem;
        background-color: #005bff;
        border: 0;
        color: #fff;
        font-size: 1rem;
        text-decoration: none;
        text-align: center;
    }

    @media (hover: hover) {
        .button-tertiary-icon-right:hover:enabled {
            background-color: #001a70;
        }
    }

    .button-tertiary-icon-right.white {
        color: #001a70;
        background-color: #fff;
    }

    .button-tertiary-icon-right.white img {
        -webkit-filter: invert(93%) sepia(81%) saturate(4976%) hue-rotate(231deg) brightness(95%) contrast(105%);
        filter: invert(93%) sepia(81%) saturate(4976%) hue-rotate(231deg) brightness(95%) contrast(105%);
    }

    @media (hover: hover) {
        .button-tertiary-icon-right.white:hover:enabled {
            color: #fff;
            background-color: #005bff;
        }

        .button-tertiary-icon-right.white:hover:enabled > img {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
        }
    }

    .button-tertiary-icon-right:disabled,
    .button-tertiary-icon-right[disabled] {
        background-color: #e0e0e0;
        color: #666;
        cursor: default;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .button-tertiary-icon-right:disabled img,
    .button-tertiary-icon-right[disabled] img {
        -webkit-filter: invert(0.6);
        filter: invert(0.6);
    }

    .button-tertiary-icon-right img {
        position: absolute;
        top: calc(50% - 0.75rem);
        width: 1.5rem;
        height: 1.5rem;
        right: 0.5rem;
    }

    .button-tertiary-icon-left {
        padding: 0.25rem 1rem 0.25rem 2.5rem;
        background-color: #005bff;
        border: 0;
        color: #fff;
        font-size: 1rem;
        text-decoration: none;
        text-align: center;
    }

    @media (hover: hover) {
        .button-tertiary-icon-left:hover:enabled {
            background-color: #001a70;
        }
    }

    .button-tertiary-icon-left.white {
        color: #001a70;
        background-color: #fff;
    }

    .button-tertiary-icon-left.white img {
        -webkit-filter: invert(93%) sepia(81%) saturate(4976%) hue-rotate(231deg) brightness(95%) contrast(105%);
        filter: invert(93%) sepia(81%) saturate(4976%) hue-rotate(231deg) brightness(95%) contrast(105%);
    }

    @media (hover: hover) {
        .button-tertiary-icon-left.white:hover:enabled {
            color: #fff;
            background-color: #005bff;
        }

        .button-tertiary-icon-left.white:hover:enabled > img {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
        }
    }

    .button-tertiary-icon-left:disabled,
    .button-tertiary-icon-left[disabled] {
        background-color: #e0e0e0;
        color: #666;
        cursor: default;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .button-tertiary-icon-left:disabled img,
    .button-tertiary-icon-left[disabled] img {
        -webkit-filter: invert(0.6);
        filter: invert(0.6);
    }

    .button-tertiary-icon-left img {
        position: absolute;
        top: calc(50% - 0.75rem);
        width: 1.5rem;
        height: 1.5rem;
        left: 0.5rem;
    }

    a.button-tertiary-text:hover,
    a.button-tertiary-icon-right:hover,
    a.button-tertiary-icon-left:hover {
        background-color: #001a70;
    }

    a.button-tertiary-text.white:hover,
    a.button-tertiary-icon-right.white:hover,
    a.button-tertiary-icon-left.white:hover {
        color: #fff;
        background-color: #005bff;
    }

    a.button-tertiary-text.white:hover img,
    a.button-tertiary-icon-right.white:hover img,
    a.button-tertiary-icon-left.white:hover img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

    .button-quaternary-text {
        padding: 3px 1rem;
        background-color: #005bff;
        border: 0;
        color: #fff;
        font-size: 0.75rem;
        text-decoration: none;
        text-align: center;
    }

    @media (hover: hover) {
        .button-quaternary-text:hover:enabled {
            background-color: #001a70;
        }
    }

    .button-quaternary-text.white {
        color: #001a70;
        background-color: #fff;
    }

    .button-quaternary-text.white img {
        -webkit-filter: invert(93%) sepia(81%) saturate(4976%) hue-rotate(231deg) brightness(95%) contrast(105%);
        filter: invert(93%) sepia(81%) saturate(4976%) hue-rotate(231deg) brightness(95%) contrast(105%);
    }

    @media (hover: hover) {
        .button-quaternary-text.white:hover:enabled {
            color: #fff;
            background-color: #005bff;
        }

        .button-quaternary-text.white:hover:enabled > img {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
        }
    }

    .button-quaternary-text:disabled,
    .button-quaternary-text[disabled] {
        color: #666;
        background-color: #e0e0e0;
        cursor: default;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .button-quaternary-text:disabled img,
    .button-quaternary-text[disabled] img {
        -webkit-filter: invert(0.5);
        filter: invert(0.5);
    }

    a.button-quaternary-text:hover {
        background-color: #001a70;
    }

    a.button-quaternary-text:hover.white {
        background-color: #005bff;
        color: #fff;
    }

    .button-quaternary-text-icon-right {
        padding: 3px 1rem 3px 0;
    }

    .button-quaternary-text-icon-right img {
        position: absolute;
        top: calc(50% - 0.5rem);
        width: 1rem;
        height: 1rem;
        right: -0.2rem;
    }

    button.button-quaternary-text-icon-right {
        color: #005bff;
        background: transparent;
        border: none;
    }

    .button-quaternary-text-icon-left {
        padding: 3px 0 3px 1rem;
    }

    .button-quaternary-text-icon-left img {
        position: absolute;
        top: calc(50% - 0.5rem);
        width: 1rem;
        height: 1rem;
        left: -0.2rem;
    }

    .button-quaternary-icon-right {
        padding: 3px 2rem 3px 1rem;
        background-color: #005bff;
        border: 0;
        color: #fff;
        font-size: 0.75rem;
        text-decoration: none;
        text-align: center;
    }

    @media (hover: hover) {
        .button-quaternary-icon-right:hover:enabled {
            background-color: #001a70;
        }
    }

    .button-quaternary-icon-right.white {
        color: #001a70;
        background-color: #fff;
    }

    .button-quaternary-icon-right.white img {
        -webkit-filter: invert(93%) sepia(81%) saturate(4976%) hue-rotate(231deg) brightness(95%) contrast(105%);
        filter: invert(93%) sepia(81%) saturate(4976%) hue-rotate(231deg) brightness(95%) contrast(105%);
    }

    @media (hover: hover) {
        .button-quaternary-icon-right.white:hover:enabled {
            color: #fff;
            background-color: #005bff;
        }

        .button-quaternary-icon-right.white:hover:enabled > img {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
        }
    }

    .button-quaternary-icon-right:disabled,
    .button-quaternary-icon-right[disabled] {
        color: #666;
        background-color: #e0e0e0;
        cursor: default;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .button-quaternary-icon-right:disabled img,
    .button-quaternary-icon-right[disabled] img {
        -webkit-filter: invert(0.5);
        filter: invert(0.5);
    }

    .button-quaternary-icon-right img {
        position: absolute;
        top: calc(50% - 0.5rem);
        width: 1rem;
        height: 1rem;
        right: 0.5rem;
    }

    .button-quaternary-icon-left {
        padding: 3px 1rem 3px 2rem;
        background-color: #005bff;
        border: 0;
        color: #fff;
        font-size: 0.75rem;
        text-decoration: none;
        text-align: center;
    }

    @media (hover: hover) {
        .button-quaternary-icon-left:hover:enabled {
            background-color: #001a70;
        }
    }

    .button-quaternary-icon-left.white {
        color: #001a70;
        background-color: #fff;
    }

    .button-quaternary-icon-left.white img {
        -webkit-filter: invert(93%) sepia(81%) saturate(4976%) hue-rotate(231deg) brightness(95%) contrast(105%);
        filter: invert(93%) sepia(81%) saturate(4976%) hue-rotate(231deg) brightness(95%) contrast(105%);
    }

    @media (hover: hover) {
        .button-quaternary-icon-left.white:hover:enabled {
            color: #fff;
            background-color: #005bff;
        }

        .button-quaternary-icon-left.white:hover:enabled > img {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
        }
    }

    .button-quaternary-icon-left:disabled,
    .button-quaternary-icon-left[disabled] {
        color: #666;
        background-color: #e0e0e0;
        cursor: default;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .button-quaternary-icon-left:disabled img,
    .button-quaternary-icon-left[disabled] img {
        -webkit-filter: invert(0.5);
        filter: invert(0.5);
    }

    .button-quaternary-icon-left img {
        position: absolute;
        top: calc(50% - 0.5rem);
        width: 1rem;
        height: 1rem;
        left: 0.5rem;
    }

    a.button-quaternary-icon-left:hover,
    a.button-quaternary-icon-right:hover {
        background-color: #001a70;
    }

    a.button-quaternary-icon-left:hover.white,
    a.button-quaternary-icon-right:hover.white {
        background-color: #005bff;
        color: #fff;
    }

    a.button-quaternary-icon-left:hover.white img,
    a.button-quaternary-icon-right:hover.white img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

    .button-quaternary-text-double-icon-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 14px 0 14px 5.25rem;
        color: #1057c8;
    }

    .button-quaternary-text-double-icon-left .first-icon {
        position: absolute;
        left: 0;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 52px;
        height: 52px;
        background-color: #fff;
        -webkit-box-shadow: 0px 8px 28px rgba(0, 26, 112, 0.2);
        box-shadow: 0px 8px 28px rgba(0, 26, 112, 0.2);
        border-radius: 50%;
    }

    .button-quaternary-text-double-icon-left .first-icon img {
        position: static;
        width: 24px;
        height: 24px;
    }

    .button-quaternary-text-double-icon-left .first-icon .legend {
        font-size: 0.5rem;
    }

    .button-quaternary-text-double-icon-left img {
        position: absolute;
        top: calc(50% - 0.5rem);
        width: 1rem;
        height: 1rem;
        left: 3.75rem;
    }

    a.button-quaternary-text-double-icon-left.white img,
    a.button-quaternary-text-icon-left.white img,
    a.button-quaternary-text-icon-right.white img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

    a.button-quaternary-text-double-icon-left.white .first-icon img,
    a.button-quaternary-text-icon-left.white .first-icon img,
    a.button-quaternary-text-icon-right.white .first-icon img {
        -webkit-filter: invert(92%) sepia(49%) saturate(7295%) hue-rotate(227deg) brightness(92%) contrast(106%);
        filter: invert(92%) sepia(49%) saturate(7295%) hue-rotate(227deg) brightness(92%) contrast(106%);
    }

    a.button-quaternary-text-double-icon-left.white .first-icon .legend,
    a.button-quaternary-text-icon-left.white .first-icon .legend,
    a.button-quaternary-text-icon-right.white .first-icon .legend {
        color: #001a70;
    }

    .button-quinary {
        display: inline-block;
        margin: 0;
        padding: 0;
        border: none;
        height: 2rem;
        width: 2rem;
        border: 0;
        border-radius: 0.125rem;
        background: rgba(0, 0, 0, 0.65);
        -webkit-transition: background 0.3s;
        transition: background 0.3s;
        text-decoration: none;
    }

    @media (hover: hover) {
        .button-quinary:hover:enabled {
            background: rgba(0, 0, 0, 0.9);
        }
    }

    .button-quinary:focus,
    .button-quinary:active:enabled {
        background: rgba(0, 0, 0, 0.9);
    }

    .button-quinary img {
        display: inline-block;
        height: 2rem;
        width: 0.4375rem;
    }

    .button-icon.button-icon-primary {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #005bff;
        border: 0;
    }

    @media (hover: hover) {
        .button-icon.button-icon-primary:hover:enabled {
            background-color: #e0e0e0;
        }
    }

    .button-icon.button-icon-primary .icon {
        display: block;
    }

    .button-icon.button-icon-primary .icon svg {
        display: block;
    }

    .button-icon.button-icon-primary .icon svg path {
        fill: #fff;
    }

    @media (hover: hover) {
        .button-icon.button-icon-primary:hover:enabled {
            background-color: #001a70;
        }
    }

    .button-icon.button-icon-primary.open-modal-transcript svg {
        max-height: 1.25rem;
        max-width: 1.25rem;
        height: 1.25rem;
        width: 1.25rem;
    }

    .button-icon.button-icon-primary.white {
        background-color: #fff;
    }

    .button-icon.button-icon-primary.white .icon svg path {
        fill: #001a70;
    }

    @media (hover: hover) {
        .button-icon.button-icon-primary.white:hover:enabled {
            background-color: #005bff;
        }
    }

    .button-icon.button-icon-primary.white:hover:enabled .icon svg path {
        fill: #fff;
    }

    .button-icon.button-icon-primary:disabled,
    .button-icon.button-icon-primary[disabled],
    .button-icon.button-icon-primary[aria-disabled="true"] {
        background-color: #e0e0e0;
    }

    .button-icon.button-icon-primary:disabled .icon svg path,
    .button-icon.button-icon-primary[disabled] .icon svg path,
    .button-icon.button-icon-primary[aria-disabled="true"] .icon svg path {
        fill: #666;
    }

    .button-icon.button-icon-primary:disabled:hover,
    .button-icon.button-icon-primary[disabled]:hover,
    .button-icon.button-icon-primary[aria-disabled="true"]:hover {
        background-color: #e0e0e0;
    }

    .button-icon.link-icon-primary {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #005bff;
        border: 0;
    }

    @media (hover: hover) {
        .button-icon.link-icon-primary:hover:enabled {
            background-color: #e0e0e0;
        }
    }

    .button-icon.link-icon-primary .icon {
        display: block;
    }

    .button-icon.link-icon-primary .icon svg {
        display: block;
    }

    .button-icon.link-icon-primary .icon svg path {
        fill: #fff;
    }

    @media (hover: hover) {
        .button-icon.link-icon-primary:hover:enabled {
            background-color: #001a70;
        }
    }

    .button-icon.link-icon-primary.open-modal-transcript svg {
        max-height: 1.25rem;
        max-width: 1.25rem;
        height: 1.25rem;
        width: 1.25rem;
    }

    .button-icon.link-icon-primary.white {
        background-color: #fff;
    }

    .button-icon.link-icon-primary.white .icon svg path {
        fill: #001a70;
    }

    @media (hover: hover) {
        .button-icon.link-icon-primary.white:hover:enabled {
            background-color: #005bff;
        }
    }

    .button-icon.link-icon-primary.white:hover:enabled .icon svg path {
        fill: #fff;
    }

    .button-icon.link-icon-primary:disabled,
    .button-icon.link-icon-primary[disabled],
    .button-icon.link-icon-primary[aria-disabled="true"] {
        background-color: #e0e0e0;
    }

    .button-icon.link-icon-primary:disabled .icon svg path,
    .button-icon.link-icon-primary[disabled] .icon svg path,
    .button-icon.link-icon-primary[aria-disabled="true"] .icon svg path {
        fill: #666;
    }

    .button-icon.link-icon-primary:disabled:hover,
    .button-icon.link-icon-primary[disabled]:hover,
    .button-icon.link-icon-primary[aria-disabled="true"]:hover {
        background-color: #e0e0e0;
    }

    .button-icon.link-icon-primary:hover {
        background-color: #001a70;
    }

    .button-icon.button-icon-secondary {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #fff;
        border: 1px solid #001a70;
    }

    .button-icon.button-icon-secondary .icon {
        display: block;
    }

    .button-icon.button-icon-secondary .icon svg {
        display: block;
    }

    .button-icon.button-icon-secondary .icon svg path {
        fill: #001a70;
    }

    .button-icon.button-icon-secondary:active:enabled,
    .button-icon.button-icon-secondary:hover:enabled {
        background-color: #001a70;
    }

    .button-icon.button-icon-secondary:active:enabled .icon svg path,
    .button-icon.button-icon-secondary:hover:enabled .icon svg path {
        fill: #fff;
    }

    .button-icon.button-icon-secondary.white {
        border: 1px solid #fff;
    }

    .button-icon.button-icon-secondary.white .icon svg path {
        fill: #fff;
    }

    @media (hover: hover) {
        .button-icon.button-icon-secondary.white:hover:enabled {
            background-color: #005bff;
        }
    }

    .button-icon.button-icon-secondary.white:hover:enabled .icon svg path {
        fill: #fff;
    }

    .button-icon.button-icon-secondary.disabled,
    .button-icon.button-icon-secondary:disabled,
    .button-icon.button-icon-secondary[disabled],
    .button-icon.button-icon-secondary.slick-disabled {
        background-color: transparent;
        border: 1px solid #666;
        cursor: default;
    }

    .button-icon.button-icon-secondary.disabled .icon svg path,
    .button-icon.button-icon-secondary:disabled .icon svg path,
    .button-icon.button-icon-secondary[disabled] .icon svg path,
    .button-icon.button-icon-secondary.slick-disabled .icon svg path {
        fill: #666;
    }

    .button-icon.link-icon-secondary {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #fff;
        border: 1px solid #001a70;
    }

    .button-icon.link-icon-secondary .icon {
        display: block;
    }

    .button-icon.link-icon-secondary .icon svg {
        display: block;
    }

    .button-icon.link-icon-secondary .icon svg path {
        fill: #001a70;
    }

    .button-icon.link-icon-secondary:active:enabled,
    .button-icon.link-icon-secondary:hover:enabled {
        background-color: #001a70;
    }

    .button-icon.link-icon-secondary:active:enabled .icon svg path,
    .button-icon.link-icon-secondary:hover:enabled .icon svg path {
        fill: #fff;
    }

    .button-icon.link-icon-secondary.white {
        border: 1px solid #fff;
    }

    .button-icon.link-icon-secondary.white .icon svg path {
        fill: #fff;
    }

    @media (hover: hover) {
        .button-icon.link-icon-secondary.white:hover:enabled {
            background-color: #005bff;
        }
    }

    .button-icon.link-icon-secondary.white:hover:enabled .icon svg path {
        fill: #fff;
    }

    .button-icon.link-icon-secondary.disabled,
    .button-icon.link-icon-secondary:disabled,
    .button-icon.link-icon-secondary[disabled],
    .button-icon.link-icon-secondary.slick-disabled {
        background-color: transparent;
        border: 1px solid #666;
        cursor: default;
    }

    .button-icon.link-icon-secondary.disabled .icon svg path,
    .button-icon.link-icon-secondary:disabled .icon svg path,
    .button-icon.link-icon-secondary[disabled] .icon svg path,
    .button-icon.link-icon-secondary.slick-disabled .icon svg path {
        fill: #666;
    }

    .button-icon.link-icon-secondary:hover {
        background-color: #001a70;
    }

    .button-icon.link-icon-secondary:hover .icon svg path {
        fill: #fff;
    }

    .button-icon.link-icon-secondary.white:hover {
        background-color: #005bff;
    }

    .button-icon.link-icon-secondary.white:hover .icon svg path {
        fill: #fff;
    }

    .button-icon.button-icon-simple {
        background-color: transparent;
        border: 0;
    }

    .button-icon.button-icon-simple .icon {
        display: block;
    }

    .button-icon.button-icon-simple .icon svg {
        display: block;
    }

    .button-icon.button-icon-simple .icon path {
        fill: #001a70;
    }

    .button-icon.button-icon-simple.white path {
        fill: #fff;
    }

    .button-icon.button-icon-simple:disabled path,
    .button-icon.button-icon-simple[disabled] path {
        fill: #afafaf;
    }

    .button-icon.large {
        padding: 0.5rem;
        width: 5rem;
        height: 5rem;
    }

    .button-icon.large svg {
        max-width: 4.5rem;
        max-height: 4.5rem;
    }

    .button-icon.medium {
        padding: 0.5rem;
        width: 3.5rem;
        height: 3.5rem;
    }

    .button-icon.medium svg {
        max-width: 3rem;
        max-height: 3rem;
    }

    .button-icon.small {
        padding: 0.25rem;
        width: 2.5rem;
        height: 2.5rem;
    }

    .button-icon.small svg {
        max-width: 2rem;
        max-height: 2rem;
    }

    .button-icon.extra-small {
        padding: 0.25rem;
        width: 1.5rem;
        height: 1.5rem;
    }

    .button-icon.extra-small svg {
        max-width: 1rem;
        max-height: 1rem;
    }

    .surface-01 .button-icon-secondary {
        background-color: transparent;
        border-color: #fff;
    }

    .surface-01 .button-icon-secondary:active:enabled,
    .surface-01 .button-icon-secondary:hover:enabled {
        background-color: #005bff;
        border-color: #005bff;
    }

    .surface-01 .button-icon-secondary .icon svg path {
        fill: #fff;
    }

    a.link-icon-primary.white:hover {
        background-color: #005bff;
    }

    a.link-icon-primary.white:hover .icon svg path {
        fill: #fff;
    }

    input.input-primary-icon-right {
        padding-right: 3.5rem;
        background-position: calc(100% - 1.0625rem);
        background-size: 1.25rem;
        background-repeat: no-repeat;
    }

    .button-as-link {
        font:
            1rem/1.5 "EDF-Regular",
            sans-serif;
        color: #005bff;
        border-width: 0;
        background-color: #fff;
        font-weight: 500;
    }

    figure {
        margin: 0;
    }

    .linear-custom-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin: 2.5rem 0 0;
        padding: 0;
        height: 0.625rem;
        width: 100%;
        list-style: none;
    }

    .linear-custom-dots li {
        width: 100%;
    }

    .linear-custom-dots li.slick-active button {
        border-bottom: 3px solid #005bff;
    }

    .linear-custom-dots li button {
        height: 0.625rem;
        width: 100%;
        border: none;
        background: transparent;
        border-bottom: 1px solid #666;
        text-indent: -10000px;
        -webkit-transition: border-bottom 0.2s ease-in-out;
        transition: border-bottom 0.2s ease-in-out;
    }

    .surface-01 .linear-custom-dots li.slick-active button {
        border-bottom: 3px solid #1089ff;
    }

    .surface-01 .linear-custom-dots li button {
        border-bottom: 1px solid #fff;
    }

    .h-scrollable-wrapper {
        position: relative;
        padding-bottom: 4rem;
    }

    .h-scrollable {
        position: relative;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 1rem;
        scrollbar-color: #005bff #e9f1f9;
        scrollbar-width: thin;
    }

    .h-scrollable.h-scrollable-init {
        padding-bottom: 2.5rem;
    }

    .h-scrollable::-webkit-scrollbar {
        height: 0.35rem;
    }

    .h-scrollable::-webkit-scrollbar-track {
        background: #666;
        margin-block: 0.5em;
        border-top: 0.25em solid #fff;
    }

    .h-scrollable::-webkit-scrollbar-thumb {
        background: #005bff;
    }

    .h-scrollable caption {
        max-width: calc(100vw - 3rem);
    }

    .h-scroll-navigation {
        position: absolute;
        bottom: -2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 1.5rem;
        width: 100%;
    }

    .h-scroll-navigation .h-scroll-btn-prev {
        -webkit-margin-end: 0.5rem;
        margin-inline-end: 0.5rem;
    }

    .h-scroll-navigation .h-scroll-btn-next {
        -webkit-margin-start: 0.5rem;
        margin-inline-start: 0.5rem;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .h-scroll-navigation .h-scroll-btn-disabled {
        cursor: default;
        pointer-events: none;
    }

    html[dir="rtl"] .h-scroll-navigation .h-scroll-btn-prev {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    html[dir="rtl"] .h-scroll-navigation .h-scroll-btn-next {
        -webkit-transform: none;
        transform: none;
    }

    @media screen and (max-width: 48em) {
        html.m-secondary-menu-open {
            overflow-y: hidden;
        }
    }

    @media screen and (min-width: 48em) {
        body:before {
            content: "breakpoint_768";
        }

        .h-scrollable caption {
            max-width: 85vw;
            margin-left: auto;
            margin-right: auto;
        }

        .offscreen.skip-link.focusable:focus {
            position: fixed;
            display: block;
            background: #fff;
            z-index: 3;
            width: 100%;
        }
    }

    @media screen and (min-width: 64em) {
        body:before {
            content: "breakpoint_1024";
        }

        .button-quinary {
            height: 2.8125rem;
            width: 2.8125rem;
        }

        .button-quinary img {
            height: 2.8125rem;
            width: 0.625rem;
        }
    }

    @media screen and (min-width: 80em) {
        body:before {
            content: "breakpoint_1280";
        }

        .layout-container {
            width: 100%;
            margin: 0 auto;
        }

        .link-icon-back {
            margin-bottom: 4rem;
        }

        .h-scrollable {
            cursor: -webkit-grab;
            cursor: grab;
        }

        .swiping {
            cursor: -webkit-grabbing;
            cursor: grabbing;
        }
    }

    .table,
    .paragraph--type--rich-text {
        padding: 0 1rem;
        margin-bottom: 3rem;
    }

    .table .titre-tableau,
    .paragraph--type--rich-text .titre-tableau {
        margin-bottom: 3rem;
    }

    .table table,
    .paragraph--type--rich-text table {
        display: block;
        border-collapse: collapse;
        overflow-x: auto;
        margin: 0 auto;
        max-width: 100%;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }

    .table caption,
    .paragraph--type--rich-text caption {
        margin-bottom: 1rem;
        font:
            1.5rem/1.3 "EDF-Light",
            sans-serif;
    }

    @media screen and (min-width: 48em) {
        .table caption,
        .paragraph--type--rich-text caption {
            font-size: 1.75rem;
            line-height: 1.2;
        }
    }

    .table thead th,
    .table tbody th,
    .table tbody tr td:first-child,
    .paragraph--type--rich-text thead th,
    .paragraph--type--rich-text tbody th,
    .paragraph--type--rich-text tbody tr td:first-child {
        background: #e9f1f9;
        color: #000;
        text-align: left;
    }

    .table td,
    .table th,
    .paragraph--type--rich-text td,
    .paragraph--type--rich-text th {
        border-bottom: 1px solid #001a70;
        border-top: 1px solid #001a70;
        border-collapse: collapse;
        padding: 0.5rem;
        font-size: 0.875rem;
    }

    .table .text-align-center,
    .paragraph--type--rich-text .text-align-center {
        text-align: center;
    }

    .table .text-align-right,
    .paragraph--type--rich-text .text-align-right {
        text-align: right;
    }

    .table table {
        display: table;
        overflow-x: visible;
        max-width: none;
    }

    .green-number {
        color: #307a10;
    }

    .green-number .number-info {
        display: block;
        margin-top: 0.5rem;
    }

    .phone-number-1 {
        position: relative;
        color: #fe5716;
    }

    .phone-number-1.with-icon {
        padding-left: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .phone-number-1.with-icon:before {
        position: absolute;
        display: inline-block;
        left: 0;
        width: 27px;
        height: 27px;
        margin-right: 0.5rem;
        background: url("/themes/custom/nova/assets/images/02-molecules/phone-number/images/telephone.svg") no-repeat;
        content: "";
    }

    sub,
    sup {
        line-height: 1;
    }

    q::after,
    q::before {
        display: none;
    }

    @media screen and (min-width: 48em) {
        .table td,
        .table th,
        .paragraph--type--rich-text td,
        .paragraph--type--rich-text th {
            padding: 1rem;
        }
    }

    @media screen and (min-width: 64em) {
        .table,
        .paragraph--type--rich-text {
            margin-bottom: 4rem;
        }

        .table caption,
        .paragraph--type--rich-text caption {
            margin-bottom: 2rem;
        }

        .table td,
        .table th,
        .paragraph--type--rich-text td,
        .paragraph--type--rich-text th {
            padding: 1.2rem;
        }
    }

    @media screen and (min-width: 80em) {
        .table,
        .paragraph--type--rich-text {
            padding: 0;
            margin-right: 17.7%;
            margin-left: 17.7%;
        }

        .table table td,
        .table table th,
        .paragraph--type--rich-text table td,
        .paragraph--type--rich-text table th {
            padding: 1.375rem;
        }

        .accordion-inner .table {
            max-width: none;
        }

        .accordion-inner .paragraph--type--rich-text {
            margin-right: auto;
            margin-left: auto;
        }
    }

    .agenda-form label,
    .financial-content-view label {
        display: block;
        margin-bottom: 0.5rem;
    }

    .agenda-form .views-exposed-form,
    .financial-content-view .views-exposed-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 3rem;
    }

    .agenda-form .webform-element,
    .financial-content-view .webform-element {
        -webkit-box-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        margin-bottom: 1rem;
    }

    .agenda-form .form-select,
    .financial-content-view .form-select {
        width: 100%;
    }

    .agenda-form select option,
    .financial-content-view select option {
        text-transform: capitalize;
    }

    @media screen and (min-width: 64em) {
        .agenda-form .views-exposed-form,
        .financial-content-view .views-exposed-form {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

        .agenda-form .views-exposed-form input[type="submit"],
        .financial-content-view .views-exposed-form input[type="submit"] {
            -ms-flex-item-align: end;
            align-self: flex-end;
        }

        .agenda-form .webform-element,
        .financial-content-view .webform-element {
            margin-bottom: 0;
            margin-right: 1rem;
            max-width: 18rem;
        }
    }

    .common-vertical-margin {
        margin-bottom: 3rem;
    }

    @media screen and (min-width: 64em) {
        .common-vertical-margin {
            margin-bottom: 4rem;
        }
    }

    .common-vertical-margin:last-child:not(:first-of-type) {
        margin-bottom: 0;
    }

    .video-embed-wrapper iframe,
    .g-recaptcha iframe,
    .grecaptcha-badge iframe {
        width: 100%;
        height: 100%;
        border: none;
    }

    .org-full-width {
        width: 100%;
    }

    .org-margin {
        padding-left: 16px;
        padding-right: 16px;
    }

    @media screen and (min-width: 48em) {
        .org-margin {
            padding-left: 1.25%;
            padding-right: 1.25%;
        }
    }

    .org-1-col {
        padding-left: 16px;
        padding-right: 16px;
    }

    @media screen and (min-width: 48em) {
        .org-1-col {
            padding-left: 9.479%;
            padding-right: 9.479%;
        }
    }

    .org-2-col {
        padding-left: 16px;
        padding-right: 16px;
    }

    @media screen and (min-width: 48em) {
        .org-2-col {
            padding-left: 9.479%;
            padding-right: 9.479%;
        }
    }

    @media screen and (min-width: 64em) {
        .org-2-col {
            padding-left: 17.7%;
            padding-right: 17.7%;
        }
    }

    .org-1-col-2-col {
        padding-left: 16px;
        padding-right: 16px;
    }

    @media screen and (min-width: 48em) {
        .org-1-col-2-col {
            -webkit-padding-start: 9.479%;
            padding-inline-start: 9.479%;
            -webkit-padding-end: 9.479%;
            padding-inline-end: 9.479%;
        }
    }

    @media screen and (min-width: 48em) {
        .org-1-col-2-col {
            -webkit-padding-start: 9.479%;
            padding-inline-start: 9.479%;
            -webkit-padding-end: 17.7%;
            padding-inline-end: 17.7%;
        }
    }

    @media screen and (min-width: 80em) {
        .org-1-col.h-scrollable-overflow .h-scrollable-wrapper {
            -webkit-margin-end: calc(-9.479% * (1280 / 1038));
            margin-inline-end: calc(-9.479% * (1280 / 1038));
        }

        .org-1-col.h-scrollable-overflow .h-scroll-navigation {
            padding-inline: 0 calc(9.479% * (1280 / 1038) - 1rem);
        }
    }

    #dydu-chatbox {
        z-index: 2000;
    }
}
