/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.accordion {
    width: 100%;
    padding: 0 1rem;
    margin-bottom: 3rem;
}

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

.accordion .accordion-inner .accordion-item-wrapper {
    padding: 1.5rem 0.5rem 1.5rem 0.5rem;
    border: 1px solid #001a70;
}

.accordion .accordion-inner .accordion-item-wrapper .accordion-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.accordion .accordion-inner .accordion-item-wrapper .accordion-item .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.accordion .accordion-inner .accordion-item-wrapper .accordion-item .wrap.open button.accordion-content .chevron {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-color: #005bff;
}

.accordion
    .accordion-inner
    .accordion-item-wrapper
    .accordion-item
    .wrap.open
    button.accordion-content
    .chevron
    svg
    path {
    fill: #fff;
}

.accordion .accordion-inner .accordion-item-wrapper .accordion-item .wrap button {
    position: relative;
    cursor: pointer;
}

.accordion .accordion-inner .accordion-item-wrapper .accordion-item .wrap button.open .chevron {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion .accordion-inner .accordion-item-wrapper .accordion-item .wrap .accordion-content {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    text-align: left;
    padding: 0;
}

.accordion .accordion-inner .accordion-item-wrapper .accordion-item .wrap .accordion-content .title {
    margin: 0;
    padding-bottom: 0.5rem;
    padding-right: 2.6875rem;
    display: block;
}

.accordion .accordion-inner .accordion-item-wrapper .accordion-item .wrap .accordion-content .chevron {
    -webkit-transition: -webkit-transform ease-in 0.2s;
    transition: -webkit-transform ease-in 0.2s;
    transition: transform ease-in 0.2s;
    transition:
        transform ease-in 0.2s,
        -webkit-transform ease-in 0.2s;
    height: 1.5rem;
    width: 1.5rem;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.accordion .accordion-inner .accordion-item-wrapper .accordion-item .wrap .picto img {
    min-width: 1.5rem;
    width: 1.5rem;
    margin-right: 1rem;
}

.accordion .accordion-inner .accordion-item-wrapper .accordion-item .wrap .puce {
    display: inline-block;
    width: 3rem;
    text-align: center;
    margin-right: 1rem;
}

.accordion .accordion-inner .accordion-item-wrapper .accordion-item .wrap .default-picto {
    display: block;
    margin-right: 1rem;
    min-width: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    background-repeat: no-repeat;
}

.accordion .accordion-inner .accordion-item-wrapper .accordion-item .wrap .accordion-title {
    margin: 0;
    width: 100%;
}

.accordion .accordion-inner .accordion-item-wrapper .accordion-item .paragraph {
    margin: 0;
    font:
        1rem/1.5 "EDF-Regular",
        sans-serif;
    display: block;
}

.accordion .accordion-inner .accordion-item-wrapper.no-picto .accordion-item .paragraph {
    padding-right: 2.6875rem;
}

.accordion .accordion-inner .accordion-item-wrapper.no-picto .accordion-content-secondary {
    padding: 0 2.6875rem 0 0;
}

.accordion .accordion-inner .accordion-item-wrapper.has-picto .accordion-item .paragraph {
    padding: 0 2.6875rem 0 2.5rem;
}

.accordion .accordion-inner .accordion-item-wrapper.has-picto .accordion-content-secondary {
    padding: 0 2.6875rem 0 2.5rem;
}

.accordion .accordion-inner .accordion-item-wrapper .accordion-content-secondary {
    display: none;
}

.accordion .accordion-inner .accordion-item-wrapper .accordion-content-secondary .content-paragraph {
    color: #000;
    font-size: 0.875rem;
}

.accordion .accordion-inner .accordion-item-wrapper .accordion-content-secondary .content-paragraph > div {
    margin-bottom: 3rem;
    max-width: none;
}

.accordion .accordion-inner .accordion-item-wrapper .accordion-content-secondary .content-paragraph > div.table {
    padding-bottom: 1px;
}

.accordion .accordion-inner .accordion-item-wrapper .accordion-content-secondary .accordion-secondary-button {
    margin-top: 1rem;
    border: none;
    background: none;
    color: #005bff;
}

.accordion .accordion-inner .accordion-item-wrapper .accordion-content-secondary .accordion-secondary-button:hover {
    text-decoration: underline;
}

.accordion .accordion-inner .accordion-item-wrapper .accordion-content-secondary .accordion-secondary-button svg {
    -webkit-margin-start: 0.6875rem;
    margin-inline-start: 0.6875rem;
}

.accordion.accordion_default .accordion-inner .accordion-item-wrapper.no-picto {
    padding-left: 0.5rem;
}

.accordion.accordion_list .accordion-inner .accordion-item-wrapper {
    border: none;
    border-bottom: 1px solid #001a70;
}

.accordion.accordion_list .accordion-inner .accordion-item-wrapper:first-child {
    border-top: 1px solid #001a70;
}

.accordion.accordion_2 .accordion-inner .accordion-item-wrapper.default,
.accordion.accordion_2 .accordion-inner .accordion-item-wrapper.neutral {
    background-color: #e9f1f9;
}

.accordion.accordion_2 .accordion-inner .accordion-item-wrapper.default .accordion-item .wrap .default-picto,
.accordion.accordion_2 .accordion-inner .accordion-item-wrapper.neutral .accordion-item .wrap .default-picto {
    background-image: url("/themes/custom/nova/assets/images/00-tokens/pictos/images/info.svg");
}

.accordion.accordion_2 .accordion-inner .accordion-item-wrapper.default .accordion-item button,
.accordion.accordion_2 .accordion-inner .accordion-item-wrapper.default .accordion-item .accordion-title,
.accordion.accordion_2 .accordion-inner .accordion-item-wrapper.default .accordion-item .paragraph,
.accordion.accordion_2 .accordion-inner .accordion-item-wrapper.neutral .accordion-item button,
.accordion.accordion_2 .accordion-inner .accordion-item-wrapper.neutral .accordion-item .accordion-title,
.accordion.accordion_2 .accordion-inner .accordion-item-wrapper.neutral .accordion-item .paragraph {
    color: #000;
}

.accordion.accordion_2 .accordion-inner .accordion-item-wrapper.positive {
    background-color: #e3f0de;
}

.accordion.accordion_2 .accordion-inner .accordion-item-wrapper.positive .accordion-item .wrap .default-picto {
    background-position: center;
    background-size: 75%;
    background-image: url("/themes/custom/nova/assets/images/00-tokens/pictos/images/heart.svg");
}

.accordion.accordion_2 .accordion-inner .accordion-item-wrapper.positive .accordion-item button,
.accordion.accordion_2 .accordion-inner .accordion-item-wrapper.positive .accordion-item .accordion-title,
.accordion.accordion_2 .accordion-inner .accordion-item-wrapper.positive .accordion-item .paragraph {
    color: #005bff;
}

.accordion.accordion_2 .accordion-inner .accordion-item-wrapper.positive .content-paragraph {
    color: #000;
}

.accordion.accordion_2 .accordion-inner .accordion-item-wrapper.important {
    background-color: #ffedef;
}

.accordion.accordion_2 .accordion-inner .accordion-item-wrapper.important .accordion-item .wrap .default-picto {
    background-image: url("/themes/custom/nova/assets/images/00-tokens/pictos/images/warning.svg");
}

.accordion.accordion_2 .accordion-inner .accordion-item-wrapper.important .accordion-item button,
.accordion.accordion_2 .accordion-inner .accordion-item-wrapper.important .accordion-item .accordion-title,
.accordion.accordion_2 .accordion-inner .accordion-item-wrapper.important .accordion-item .paragraph {
    color: #005bff;
}

.accordion.accordion_2 .accordion-inner .accordion-item-wrapper.important .content-paragraph {
    color: #000;
}

.accordion.accordion_2:not(.accordion_list) .accordion-inner .accordion-item-wrapper {
    border: none;
}

.accordion.accordion_3 {
    margin: 0;
    max-width: 100%;
    padding: 0;
}

.accordion.accordion_3 .accordion-inner {
    border-color: #afafaf;
}

.accordion.accordion_3 .accordion-inner .accordion-item-wrapper {
    padding: 1.188rem 1rem;
    border-color: inherit;
}

.accordion.accordion_3 .accordion-inner .accordion-item-wrapper .accordion-item .default-picto {
    display: none;
}

.accordion.accordion_3
    .accordion-inner
    .accordion-item-wrapper
    .accordion-item
    .accordion-title
    .accordion-content
    .text {
    color: #005bff;
    padding-bottom: 0;
}

.accordion.accordion_3
    .accordion-inner
    .accordion-item-wrapper
    .accordion-item
    .accordion-title
    .accordion-content
    .chevron {
    width: 1.5625rem;
    height: 1.5625rem;
    background-color: #e0e0e0;
    border-radius: 50%;
}

.accordion.accordion_3
    .accordion-inner
    .accordion-item-wrapper
    .accordion-item
    .accordion-title
    .accordion-content.open
    .chevron {
    background-color: #005bff;
}

.accordion.accordion_3
    .accordion-inner
    .accordion-item-wrapper
    .accordion-item
    .accordion-title
    .accordion-content.open
    .chevron
    svg
    path {
    fill: #fff;
}

.accordion.accordion_3 .accordion-inner .accordion-content-secondary {
    padding: 0;
}

.accordion.accordion_3 .accordion-inner .accordion-content-secondary .content-paragraph {
    max-height: 13.5rem;
    overflow-y: auto;
    margin: 1rem 0 0;
}

html[dir="rtl"] .accordion .accordion-inner .accordion-item-wrapper .accordion-item .wrap .picto img {
    margin-right: 0;
    margin-left: 1rem;
}

html[dir="rtl"] .accordion .accordion-inner .accordion-item-wrapper .accordion-item .wrap .accordion-content {
    text-align: right;
}

html[dir="rtl"] .accordion .accordion-inner .accordion-item-wrapper .accordion-item .wrap .accordion-content .title {
    padding-left: 2.8675rem;
    padding-right: 0;
}

html[dir="rtl"] .accordion .accordion-inner .accordion-item-wrapper .accordion-item .wrap .accordion-content .chevron {
    left: 0;
    right: unset;
}

html[dir="rtl"] .accordion .accordion-inner .accordion-item-wrapper.has-picto .accordion-item .paragraph {
    padding: 0 2.5rem 0 2.6875rem;
}

.overlay-modal-video {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #001a70;
    opacity: 0.8;
}

.modal-accordion {
    display: none;
    position: fixed;
    top: calc(1.25rem + var(--drupal-displace-offset-top, 0px));
    left: 1rem;
    width: calc(100% - 2rem);
    max-height: calc(100vh - 2.5rem);
    padding: 0.5rem 1rem;
    background-color: #fff;
    overflow-y: auto;
    z-index: 1001;
    text-align: start;
}

.modal-accordion.show {
    display: block;
}

.modal-accordion .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: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.modal-accordion .modal-top .title {
    margin: 0 0.625rem 0 0;
}

.modal-accordion .modal-top .close-modal {
    margin-left: auto;
}

.modal-accordion .modal-top .close-modal svg {
    min-width: 1rem;
}

.modal-accordion .modal-content {
    margin: 1.5rem 10% 0;
}

.modal-accordion .modal-content .text {
    padding: 0 0.5rem;
}

.modal-accordion .modal-content .text p {
    margin: 0;
}

@media screen and (min-width: 48em) {
    .accordion.accordion_default .accordion-inner .accordion-item-wrapper.no-picto {
        padding-left: 1rem;
    }

    .accordion .accordion-inner y .accordion-item-wrapper {
        padding: 1.5rem 1.5rem 1.5rem 1rem;
    }

    .accordion .accordion-inner y .accordion-item-wrapper .accordion-content-secondary .content-paragraph > div {
        margin-bottom: 3.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .accordion .accordion-inner y .accordion-item-wrapper .accordion-item .accordion-content {
        width: 100%;
    }

    .accordion .accordion-inner y .accordion-item-wrapper .accordion-item .accordion-content .title {
        padding-right: 2.5rem;
    }

    html[dir="rtl"]
        .accordion
        .accordion-inner
        .accordion-item-wrapper
        .accordion-item
        .wrap
        .accordion-content
        .title {
        padding-left: 2.5rem;
        padding-right: 0;
    }
}

@media screen and (min-width: 80em) {
    .accordion {
        padding: 0;
        max-width: 81%;
        margin: 0 auto 4rem;
    }

    .accordion.accordion_default .accordion-inner .accordion-item-wrapper.no-picto {
        padding-left: 1.5rem;
    }

    .accordion .accordion-inner .accordion-item-wrapper {
        padding: 1.5rem 1.875rem 1.5rem 1.5rem;
    }

    .accordion .accordion-inner .accordion-item-wrapper.no-picto .accordion-item .paragraph {
        padding-right: 2.6875rem;
    }

    .accordion .accordion-inner .accordion-item-wrapper.no-picto .accordion-item .accordion-content-secondary {
        padding: 0 2.6875rem 0 0.5rem;
    }

    .accordion .accordion-inner .accordion-item-wrapper.has-picto .accordion-item .paragraph {
        padding: 0 3rem 0 4rem;
    }

    .accordion .accordion-inner .accordion-item-wrapper.has-picto .accordion-content-secondary {
        padding: 0 3rem 0 4rem;
    }

    .accordion .accordion-inner .accordion-item-wrapper .accordion-item .wrap .picto img {
        min-width: 3rem;
        width: 3rem;
    }

    .accordion .accordion-inner .accordion-item-wrapper .accordion-item .wrap .accordion-content .title {
        padding-right: 3rem;
    }

    .accordion .accordion-inner .accordion-item-wrapper .accordion-item .wrap .accordion-content .chevron {
        height: 2rem;
        width: 2rem;
    }

    .accordion.accordion_2 .accordion-inner .accordion-item-wrapper .accordion-item .wrap {
        position: relative;
    }

    .accordion.accordion_2 .accordion-inner .accordion-item-wrapper .accordion-item .wrap .picto,
    .accordion.accordion_2 .accordion-inner .accordion-item-wrapper .accordion-item .wrap .default-picto {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        min-width: 3rem;
        width: 3rem;
        height: 3rem;
        background-size: auto;
    }

    .accordion.accordion_2 .accordion-inner .accordion-item-wrapper .accordion-item .wrap .picto + .accordion-title,
    .accordion.accordion_2
        .accordion-inner
        .accordion-item-wrapper
        .accordion-item
        .wrap
        .default-picto
        + .accordion-title {
        padding-left: 4rem;
    }

    .accordion.accordion_2 .accordion-inner .accordion-item-wrapper.positive .accordion-item .wrap .picto,
    .accordion.accordion_2 .accordion-inner .accordion-item-wrapper.positive .accordion-item .wrap .default-picto {
        background-position: center 0.25rem;
    }

    html[dir="rtl"]
        .accordion
        .accordion-inner
        .accordion-item-wrapper
        .accordion-item
        .wrap
        .accordion-content
        .title {
        padding-left: 3rem;
        padding-right: 0;
    }

    html[dir="rtl"] .accordion .accordion-inner .accordion-item-wrapper.has-picto .accordion-item .paragraph {
        padding: 0 4rem 0 3rem;
    }

    html:not(.js) .open-video {
        display: none;
    }
}

@media print {
    .accordion .accordion-inner .accordion-item-wrapper .accordion-content-secondary {
        display: block !important;
    }
}

.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;
    }
}

@-webkit-keyframes arrowBounceX {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(0.75rem);
        transform: translateX(0.75rem);
    }
}

@keyframes arrowBounceX {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(0.75rem);
        transform: translateX(0.75rem);
    }
}

@-webkit-keyframes arrowBounceXrtl {
    from {
        -webkit-transform: translateX(0) rotate(180deg);
        transform: translateX(0) rotate(180deg);
    }

    to {
        -webkit-transform: translateX(-0.75rem) rotate(180deg);
        transform: translateX(-0.75rem) rotate(180deg);
    }
}

@keyframes arrowBounceXrtl {
    from {
        -webkit-transform: translateX(0) rotate(180deg);
        transform: translateX(0) rotate(180deg);
    }

    to {
        -webkit-transform: translateX(-0.75rem) rotate(180deg);
        transform: translateX(-0.75rem) rotate(180deg);
    }
}

@-webkit-keyframes pictoBounceY {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-0.75rem);
        transform: translateY(-0.75rem);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes pictoBounceY {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-0.75rem);
        transform: translateY(-0.75rem);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes turnUp {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes turnUp {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@-webkit-keyframes turnDown {
    from {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes turnDown {
    from {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.arrowBounceX {
    -webkit-animation: arrowBounceX 0.7s ease infinite alternate;
    animation: arrowBounceX 0.7s ease infinite alternate;
}

.arrowBounceXrtl {
    -webkit-animation: arrowBounceXrtl 0.7s ease infinite alternate;
    animation: arrowBounceXrtl 0.7s ease infinite alternate;
}

.pictoBounceY {
    -webkit-animation: pictoBounceY 0.7s ease infinite alternate;
    animation: pictoBounceY 0.7s ease infinite alternate;
}

.banner-offer {
    position: relative;
}

@media (min-width: 64em) {
    .banner-offer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.banner-offer-visual {
    width: 100%;
    min-height: 320px;
    background-color: #1057c8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3rem;
}

@media (min-width: 64em) {
    .banner-offer-visual {
        min-height: 40rem;
        width: 50%;
        margin-bottom: 0;
    }
}

.banner-offer-visual img {
    max-width: 10.9375rem;
    width: 100%;
    margin: auto;
    -webkit-box-shadow: 0px 1.875rem 3.75rem rgba(0, 12, 66, 0.5);
    box-shadow: 0px 1.875rem 3.75rem rgba(0, 12, 66, 0.5);
}

@media (min-width: 64em) {
    .banner-offer-visual img {
        max-width: 21.875rem;
    }
}

.banner-offer-text {
    padding: 2.5rem 1rem 4rem;
    margin-bottom: 3rem;
}

@media (min-width: 64em) {
    .banner-offer-text {
        width: 50%;
        margin-bottom: 0;
        padding: 5.125rem 7.4% 4.875rem;
    }
}

.banner-offer-text h1 {
    color: #000;
    margin: 0.625rem 0 1.5rem;
}

.fourniture .banner-offer-text h1 {
    color: #000;
}

.banner-offer-text a.link {
    margin-bottom: 2rem;
}

.banner-offer-property {
    background-color: #e9f1f9;
    border-radius: 0.9375rem;
    padding: 0.25rem 1rem;
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.fourniture .banner-offer-property {
    font-size: 1rem;
}

.banner-offer-description {
    margin-bottom: 2rem;
    line-height: 1.6;
}

.banner-offer-sticky-teaser {
    font:
        0.75rem/1.5 "EDF-Regular",
        sans-serif;
    position: absolute;
    left: calc(50% - 2.5rem);
    bottom: -1.5rem;
    z-index: 10;
    width: 5rem;
    height: 5rem;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banner-offer-sticky-teaser img {
    width: 1.5rem;
    -webkit-animation: pictoBounceY 1s ease 3;
    animation: pictoBounceY 1s ease 3;
}

.banner-offer-sticky-element {
    position: fixed;
    bottom: 0;
    max-width: 100rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    padding: 0.75rem 2.125rem;
    z-index: 98;
    background-color: #fff;
    text-align: center;
    display: none;
    -webkit-box-shadow: 0 10px 0 rgba(0, 91, 187, 0.5);
    box-shadow: 0 10px 0 rgba(0, 91, 187, 0.5);
}

.banner-offer-sticky-element.active {
    display: block;
    -webkit-animation: comingUp 1s;
    animation: comingUp 1s;
}

@media screen and (max-width: 64em) {
    .banner-offer-sticky-element {
        -webkit-box-shadow: 0 -10px 0 rgba(0, 91, 187, 0.5);
        box-shadow: 0 -10px 0 rgba(0, 91, 187, 0.5);
    }

    .banner-offer-sticky-element p {
        margin: 0 0 0.5rem;
    }
}

@media screen and (min-width: 64em) {
    .banner-offer-sticky-element {
        display: none;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-top: 1px solid #e0e0e0;
        top: 3.5rem;
        bottom: auto;
    }

    .banner-offer-sticky-element.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-animation: comingDown 1s;
        animation: comingDown 1s;
    }
}

.banner-offer.green-energy .visual {
    background-color: #4f9e30;
}

.banner-offer-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.banner-offer-cta .btn {
    margin-right: 1.5rem;
}

.banner-offer .hidden {
    display: none;
}

.banner-offer .switch-button {
    margin-bottom: 2.5rem;
}

.banner-offer .switch-button strong {
    margin-left: 0.25rem;
}

.sg-pattern .banner-offer-sticky-element {
    position: static;
}

.fourniture .tag {
    background-color: #fe5716;
}

.fourniture .banner-offer-text .switch-button {
    margin-bottom: 1.5rem;
}

.fourniture .banner-offer-text .switch-button-label {
    font-family: "EDF-Regular", sans-serif;
}

.fourniture .banner-offer-text .switch-button-label .hashtag {
    font-family: "EDF-Bold", sans-serif;
    margin-left: 0.3125rem;
}

.fourniture .banner-offer-text .switch-button a {
    display: block;
    font-family: "EDF-Bold", sans-serif;
    cursor: pointer;
}

.fourniture .banner-offer-text .switch-button a:hover {
    text-decoration: underline;
}

.sticky-add-services .flex-wrapper,
.sticky-add-services .cta-wrapper {
    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: 0.5rem;
}

.sticky-add-services .banner-offer-cta .btn {
    margin-right: 0;
    margin-left: 0.625rem;
}

.sticky-add-services .estimate-result {
    text-align: left;
}

.sticky-add-services .estimate-result:not(.hidden) + .estimate-toggle {
    display: none;
}

.sticky-add-services .estimate-wrapper.hidden ~ .banner-offer-cta {
    margin: 0 auto;
}

.sticky-add-services .sticky-list-services {
    padding: 0;
    margin: 3.125rem 0 1.875rem;
}

.sticky-add-services .sticky-list-services li {
    position: relative;
    background: #e9f1f9;
    list-style-type: none;
    font-family: "EDF-Bold", sans-serif;
    font-weight: normal;
    font-size: 0.8125rem;
    text-align: center;
    padding: 1.125rem;
    margin: 1rem 0;
    border-radius: 0.625rem;
}

.sticky-add-services .sticky-list-services li:first-child:before {
    position: absolute;
    top: -2em;
    left: 50%;
    width: 1.625rem;
    height: 1.625rem;
    background: #e9f1f9 url(/themes/custom/nova/assets/images/03-organisms/banner-offer/images/more.svg) no-repeat;
    background-size: 100%;
    border-radius: 50%;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sticky-add-services .sticky-list-services li span {
    margin: 0 auto;
}

.sticky-add-services .sticky-list-services.reduce-list li {
    display: none;
}

.sticky-add-services .sticky-list-services.reduce-list li.reduce-list-li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sticky-add-services .sticky-list-services.reduce-list-mobile {
    display: none;
}

.sticky-add-services .open-sticky-mobile {
    display: none;
}

.sticky-add-services.sticky-services-select .open-sticky-mobile {
    display: block;
    position: absolute;
    top: -0.3125rem;
    left: 50%;
    width: 4rem;
    height: 2rem;
    background: #fff url(/themes/custom/nova/assets/images/00-tokens/pictos/images/arrow2-bottom-blue.svg) no-repeat 50%
        50%;
    background-size: 1.5rem 1.5rem;
    border-radius: 0.5rem;
    content: "";
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
    text-indent: -10000px;
    border: none;
}

.sticky-add-services.sticky-services-select .backstyle {
    position: absolute;
    left: 50%;
    bottom: 100%;
    z-index: -1;
    width: 5.2rem;
    height: 1.25rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(0, 91, 187, 0.5);
}

.sticky-add-services .message-services-select {
    font-size: 0.6875rem;
    text-align: center;
    font-family: "EDF-Bold", sans-serif;
}

.sticky-add-services.closed .sticky-banner-title {
    display: none;
}

.sticky-add-services.closed .message-services-select {
    display: block;
}

.sticky-add-services.rotate-button .open-sticky-mobile {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}

.sticky-add-services .message-services-select {
    display: none;
}

.sticky-services-select.close .sticky-title {
    display: none;
}

.sticky-services-select.close .message-services-select {
    display: block;
}

.sticky-green .sticky-banner-title span {
    position: relative;
}

.sticky-green .sticky-banner-title span:after {
    position: absolute;
    top: 0;
    background: url("/themes/custom/nova/assets/images/03-organisms/banner-offer/images/leaf.svg") no-repeat 100% 50%;
    width: 1.125rem;
    height: 1.0625rem;
    margin-left: 0.5rem;
    content: "";
}

@media screen and (min-width: 64em) {
    .switch-button {
        margin-bottom: 1.5rem;
    }

    .sticky-add-services .banner-offer-cta .btn {
        margin-left: 1rem;
    }

    .sticky-add-services.closed .sticky-banner-title {
        display: block;
    }

    .sticky-add-services .sticky-list-services {
        padding: 0;
        margin: 0;
        margin-left: 4.625rem;
        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;
    }

    .sticky-add-services .sticky-list-services li {
        width: 10.625rem;
        height: 3.5rem;
        background: #e9f1f9;
        color: #000;
        list-style-type: none;
        font-family: "EDF-Bold", sans-serif;
        font-weight: normal;
        font-size: 0.813rem;
        text-align: center;
        padding: 0 1.125rem;
        margin: 0 1rem 0 0;
        border-radius: 0.625rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .sticky-add-services .sticky-list-services li:first-child:before {
        position: absolute;
        top: 50%;
        left: -2.5rem;
    }

    .sticky-add-services .sticky-list-services.reduce-list-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .sticky-add-services.sticky-services-select .open-sticky-mobile {
        display: none;
    }

    .sticky-group-title-list {
        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;
    }

    .backstyle {
        display: none;
    }
}

@media screen and (min-width: 48em) {
    .banner-offer-cta {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (min-width: 64em) {
    .banner-offer-cta {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media screen and (min-width: 80em) {
    .banner-offer-cta {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@-webkit-keyframes comingDown {
    from {
        margin-top: -100px;
    }

    to {
        margin-top: 0;
    }
}

@keyframes comingDown {
    from {
        margin-top: -100px;
    }

    to {
        margin-top: 0;
    }
}

@-webkit-keyframes comingUp {
    from {
        margin-bottom: -100px;
    }

    to {
        margin-bottom: 0;
    }
}

@keyframes comingUp {
    from {
        margin-bottom: -100px;
    }

    to {
        margin-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;
}

.contact-block {
    border: 1px solid #666;
    border-radius: 0.5rem;
    padding: 2.5rem 1.875rem 2.125rem;
    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;
    margin-bottom: 1rem;
    width: 100%;
}

.contact-block:not(.has-toggle) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 64em) {
    .contact-block {
        width: calc(33.3% - 40px);
        margin-left: 2.5rem;
        -webkit-box-align: left;
        -ms-flex-align: left;
        align-items: left;
        margin-bottom: 2.5rem;
        padding: 2.5rem 1rem 2.125rem;
    }

    .contact-block:nth {
        margin-left: 0;
    }
}

.contact-block h2 {
    margin: 0;
    padding: 4rem 0 0.5rem;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 3.75rem;
    text-align: center;
}

.contact-block h2 button {
    background-color: transparent;
    border: none;
}

.contact-block-inner {
    padding: 0;
    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-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contact-block-text {
    font:
        0.875rem/1.5 "EDF-Regular",
        sans-serif;
    color: #666;
    margin-bottom: 1rem;
    text-align: center;
}

.contact-block .btn.picto {
    font:
        1rem/1.5 "EDF-Bold",
        sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.contact-block-details {
    text-align: center;
    margin-bottom: 1rem;
}

.contact-block-service-appel {
    display: inline-block;
}

.contact-block-service-appel img {
    max-width: 13rem;
    width: 100%;
}

@media screen and (min-width: 64em) {
    .contact-block-service-appel img {
        max-width: 8rem;
    }
}

@media screen and (min-width: 80em) {
    .contact-block-service-appel img {
        max-width: 13rem;
    }
}

.contact-block-delai {
    color: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 1rem;
}

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

.contact-block-availability {
    font:
        0.75rem/1.5 "EDF-Regular",
        sans-serif;
    text-align: left;
    position: relative;
    margin-bottom: 1rem;
    display: block;
    width: 100%;
}

@media screen and (min-width: 64em) {
    .contact-block-availability {
        text-align: center;
    }
}

.contact-block-availability.open {
    color: #307a10;
}

.contact-block-availability.open span:before {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    display: inline-block;
    background-color: #307a10;
    content: "";
    margin-right: 0.3125rem;
}

.contact-block-availability.close {
    color: #db001f;
}

.contact-block-availability.close span:before {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    display: inline-block;
    background-color: #db001f;
    content: "";
    margin-right: 0.3125rem;
}

.contact-block.contact-form h2,
.contact-block.form h2 {
    background-image: url(/themes/custom/nova/assets/images/02-molecules/block-contact-item/images/editer.svg);
}

.contact-block.telephone h2,
.contact-block.phone h2 {
    background-image: url(/themes/custom/nova/assets/images/02-molecules/block-contact-item/images/telephone.svg);
}

.contact-block.email h2 {
    background-image: url(/themes/custom/nova/assets/images/02-molecules/block-contact-item/images/email.svg);
}

.contact-block.courrier h2 {
    background-image: url(/themes/custom/nova/assets/images/02-molecules/block-contact-item/images/enveloppe.svg);
}

.contact-block.espace_client h2 {
    background-image: url(/themes/custom/nova/assets/images/02-molecules/block-contact-item/images/profil.svg);
}

.contact-block.question h2,
.contact-block.faq h2 {
    background-image: url(/themes/custom/nova/assets/images/02-molecules/block-contact-item/images/question.svg);
}

.contact-block.has-toggle {
    padding: 0;
}

@media screen and (min-width: 64em) {
    .contact-block.has-toggle {
        padding: 2.5rem 1rem 2.125rem;
    }
}

.contact-block.has-toggle h2 button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.875rem 1.125rem 1.875rem 4.5rem;
    width: 100%;
    background-color: transparent;
    border: none;
    text-align: left;
}

@media screen and (max-width: 64em) {
    .contact-block.has-toggle h2 button:after {
        -webkit-animation: turnDown 0.5s;
        animation: turnDown 0.5s;
    }
}

@media screen and (min-width: 64em) {
    .contact-block.has-toggle h2 button {
        display: block;
        padding: 0;
        text-align: center;
    }

    .contact-block.has-toggle h2 button:after {
        display: none;
    }
}

@media screen and (max-width: 64em) {
    .contact-block.has-toggle h2 {
        margin: 0;
        padding: 0 1.125rem 0 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-position: 16px center;
        background-size: 2.5rem;
        cursor: pointer;
    }
}

.contact-block.has-toggle .contact-block-inner {
    padding: 0 1rem 2rem 1.25rem;
    display: none;
}

@media screen and (min-width: 64em) {
    .contact-block.has-toggle .contact-block-inner {
        padding: 0 1rem;
        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-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.contact-block.has-toggle .contact-block-inner .btn.picto {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media screen and (min-width: 64em) {
    .contact-block.has-toggle .contact-block-inner .btn.picto {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.contact-block.has-toggle .contact-block-inner .button-as-link {
    font:
        1rem/1.5 "EDF-Bold",
        sans-serif;
    -ms-flex-item-align: center;
    align-self: center;
}

.contact-block.has-toggle .contact-block-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.contact-block.has-toggle .contact-block-text {
    text-align: left;
}

@media screen and (min-width: 64em) {
    .contact-block.has-toggle .contact-block-text {
        text-align: center;
    }
}

.contact-block.has-toggle .contact-block-details {
    text-align: left;
}

@media screen and (min-width: 64em) {
    .contact-block.has-toggle .contact-block-details {
        text-align: center;
    }
}

.contact-block.has-toggle .contact-block-service-appel {
    display: inline-block;
}

.contact-block.has-toggle .contact-block-service-appel img {
    max-width: auto;
}

.contact-block.has-toggle.opened h2 button:after {
    -webkit-animation: turnUp 0.5s;
    animation: turnUp 0.5s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.contact-block.has-toggle.opened .contact-block-inner {
    display: block;
}

.contact-block.has-toggle .min-1024 {
    display: none;
}

@media screen and (min-width: 64em) {
    .contact-block.has-toggle .min-1024 {
        display: revert;
    }
}

@media screen and (min-width: 64em) {
    .contact-block.has-toggle .max-1024 {
        display: none;
    }
}

@media screen and (min-width: 64em) {
    .contact-block-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.contact-block-bottom .address,
.contact-block-bottom .num-appel {
    width: 100%;
    font-style: normal;
}

@media screen and (min-width: 64em) {
    .contact-block-bottom .address,
    .contact-block-bottom .num-appel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
    }
}

.contact-block-bottom .num-appel {
    margin: 0 0 1rem;
}

@media screen and (min-width: 64em) {
    .contact-block-bottom .num-appel {
        margin: 0 10% 1rem;
    }
}

.contact-block-bottom .num-appel .phone-number {
    font-family: "EDF-Light", sans-serif;
    font-size: 2rem;
}

.contact-block.telephone .contact-block-inner .contact-block-bottom .wcb-block-contact .button-as-link.reload {
    font:
        0.75rem/1.5 "EDF-Regular",
        sans-serif;
    color: #666;
}

.contact-block.telephone .contact-block-inner .contact-block-bottom .wcb-block-contact .button-as-link.reload:hover {
    text-decoration: underline;
}

.contact-block.telephone .contact-block-inner .contact-block-bottom .wcb-block-contact .button-as-link.reload:after {
    display: none;
}

.contact-block .call-back {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: static;
    width: 100%;
}

.contact-block .call-back button {
    height: auto;
    width: auto;
    padding: 0;
    margin: 0 auto;
    background-color: transparent;
    color: #005bff;
    border-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-block .call-back button:after {
    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;
}

.contact-block .call-back button .wcb-label {
    margin: 0;
    font-family: "EDF-Bold", sans-serif;
}

.contact-block .call-back button:hover {
    width: auto;
    max-width: unset;
}

.contact-block .call-back button:hover .wcb-label {
    margin-left: 0;
    text-decoration: underline;
}

.contact-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    margin: 0 1rem 3rem;
    padding: 0;
}

@media screen and (min-width: 64em) {
    .contact-list {
        margin: 0 0 3rem;
    }
}

.contact-list li {
    list-style-type: none;
}

.contact-list li > div:first-child {
    margin-left: 0;
}

.contact-list li .card-edito-img-top .card-edito.no_text.card-edito-right {
    margin-bottom: 0;
    border-radius: 0.5rem;
}

.contact-list li .card-edito-img-top .card-edito.no_text.card-edito-right .block-titre {
    background-color: transparent;
}

.contact-list:not(.no-shadow) li:hover {
    -webkit-box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.3);
    box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 64em) {
    .contact-list.three-items-by-line li {
        width: calc(33.3% - 32px);
        margin: 0 0 2.5rem 2.5rem;
    }

    .contact-list.three-items-by-line li:nth-child(3n + 1) {
        margin-left: 0;
    }

    .contact-list.two-items-by-line li {
        width: calc(50% - 20px);
        margin-left: 2.5rem;
    }

    .contact-list.two-items-by-line li:nth-child(2n + 1) {
        margin-left: 0;
    }
}

ul.contact-list > li {
    margin: 0 0 1.5rem 0;
    border-radius: 0.5rem;
}

@media screen and (min-width: 64em) {
    ul.contact-list > li {
        margin-bottom: 2.5rem;
    }
}

.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;
    }
}

.video-and-accordion {
    max-width: 100rem;
    margin: 0 auto 3rem;
}

@media screen and (min-width: 64em) {
    .video-and-accordion {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.video-and-accordion-wrapper .block-titre {
    padding: 0 5%;
}

@media screen and (min-width: 64em) {
    .video-and-accordion-wrapper .block-titre {
        padding: 0 24%;
    }
}

.video-and-accordion-visualblock {
    padding: 0 1rem;
    margin-bottom: 2.5rem;
}

@media screen and (min-width: 64em) {
    .video-and-accordion-visualblock {
        width: 50%;
        margin-bottom: 0;
    }
}

.video-and-accordion-visualblock-text {
    margin: 0 0 2rem;
}

@media screen and (min-width: 64em) {
    .video-and-accordion-accordion {
        width: 50%;
    }
}

.video-and-accordion-accordion .accordion.accordion_list .accordion-inner .accordion-item-wrapper {
    padding-left: 0;
}

.video-and-accordion-accordion
    .accordion.accordion_list
    .accordion-inner
    .accordion-item-wrapper
    .accordion-item
    .wrap
    .accordion-content.title_3
    .title {
    line-height: 2rem;
    padding-bottom: 0;
}

.video-and-accordion-accordion
    .accordion
    .accordion-inner
    .accordion-item-wrapper
    .accordion-content-secondary
    .content-paragraph {
    padding-top: 0;
}

.video-and-accordion-accordion
    .accordion
    .accordion-inner
    .accordion-item-wrapper
    .accordion-content-secondary
    .content-paragraph
    ul {
    padding-left: 1.25rem;
}

@media screen and (min-width: 64em) {
    .video-and-accordion {
        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;
    }
}

.button-shrinkable {
    position: relative;
    border: 1px solid #1089ff;
    -webkit-box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.3);
    box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.3);
    border-radius: 0.5rem;
    padding: 1.5rem 2rem 1.5rem 5.1875rem;
    max-width: 18.75rem;
    background-repeat: no-repeat;
    background-position: 0.625rem 50%;
    background-size: 3.5rem;
    background-color: #fff;
}

.button-shrinkable.help {
    background-image: url("/themes/custom/nova/assets/images/00-tokens/pictos/images/question.svg");
}

.button-shrinkable.infobulle-contact {
    display: none;
    position: fixed;
    right: 1.5rem;
    bottom: 6rem;
    z-index: 99;
    background-image: url("/themes/custom/nova/assets/images/00-tokens/pictos/images/question.svg");
}

@media screen and (min-width: 64em) {
    .button-shrinkable.infobulle-contact {
        bottom: 1.25rem;
    }
}

.button-shrinkable.infobulle-contact.full {
    display: block;
}

.button-shrinkable-inner {
    min-width: 9.375rem;
}

.button-shrinkable-inner p {
    margin: 0 0 0.25rem;
}

.button-shrinkable-inner p.picto {
    -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;
}

.button-shrinkable-inner p.picto:after {
    width: 1.0625rem;
    height: 0.6875rem;
    margin-left: 0;
    margin-top: 0.5rem;
}

.button-shrinkable .picto.after.close-white {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    background-color: #005bff;
    border-radius: 50%;
    width: 1.375rem;
    height: 1.375rem;
    border-width: 0;
    z-index: 2;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.button-shrinkable .picto.after.close-white:after {
    margin-left: 0;
    width: 1rem;
    height: 1rem;
}

.button-shrinkable-action {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    border-width: 0;
    border-radius: 50%;
    background-color: transparent;
    width: 100%;
}

.button-shrinkable.small {
    display: block;
    min-width: 3.375rem;
    max-width: 3.375rem;
    min-height: 3.375rem;
    padding: 0.875rem;
    border-radius: 50%;
    background-position: 50% 50%;
    background-size: 1.625rem;
}

.button-shrinkable.small .button-shrinkable-action:focus {
    outline: 2px solid #001a70;
}

.button-shrinkable.small .button-shrinkable-inner {
    display: none;
}

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;
    }
}

.edito-cards-7c .card-edito.no_text .block-img-card-edito .image-wrapper img,
.edito-cards-7c-push .card-edito.no_text .block-img-card-edito .image-wrapper img {
    width: 100%;
}

@media screen and (min-width: 80em) {
    .edito-cards-7c .card-edito.no_text,
    .edito-cards-7c-push .card-edito.no_text {
        max-width: 64rem;
    }

    .edito-cards-7c .card-edito.no_text .block-titre,
    .edito-cards-7c-push .card-edito.no_text .block-titre {
        padding-left: 5%;
    }

    .edito-cards-7c .card-edito.no_text .block-img-card-edito.image-right,
    .edito-cards-7c-push .card-edito.no_text .block-img-card-edito.image-right,
    .edito-cards-7c .card-edito.no_text .block-img-card-edito.image-left,
    .edito-cards-7c-push .card-edito.no_text .block-img-card-edito.image-left {
        margin-right: 5%;
    }
}

@media screen and (max-width: 48em) {
    .edito-cards-7c-push .card-edito.no_text.card-edito-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .edito-cards-7c-push .card-edito.no_text.card-edito-right .block-img-card-edito.image-right {
        margin: 1.5rem;
        padding: 0;
    }

    .edito-cards-7c-push .card-edito.no_text.card-edito-right .block-img-card-edito.image-right img {
        width: 50%;
    }

    .edito-cards-7c-push .card-edito.no_text.card-edito-right .block-titre {
        width: 100%;
        padding: 0 1.5rem 1.5rem;
    }

    .edito-cards-7c-push .card-edito.no_text.card-edito-right a.btn.button-primary-text {
        width: 100%;
    }
}

@media screen and (min-width: 48em) {
    .edito-cards-7c-push .card-edito.no_text.card-edito-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.edito-cards-7c-push .card-edito.no_text.card-edito-right .block-titre .title-container h2 {
    font:
        1.25rem/1.3 "EDF-Regular",
        sans-serif;
}

@media screen and (min-width: 80em) {
    .edito-cards-7c-push .card-edito.no_text.card-edito-right .block-titre .title-container h2 {
        font-size: 1.5rem;
    }
}

.ce-zone {
    margin-bottom: 3rem;
    max-width: 100rem;
    margin: 0 9.479%;
}

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

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

.ce-zone-block-wrapper {
    padding: 0 1.25vw;
}

@media screen and (min-width: 64em) {
    .ce-zone .contact-list.three-items-by-line > li {
        width: calc(25% - 32px);
    }
}

.ce-zone .contact-list.three-items-by-line li.go-further-block {
    width: 100%;
}

@media screen and (min-width: 64em) {
    .ce-zone .contact-list.three-items-by-line li.go-further-block {
        width: calc(50% - 32px);
    }
}

.ce-zone .contact-list.three-items-by-line li.go-further-block .go-further-list {
    padding: 0;
    margin: 0;
}

.ce-zone .contact-list.three-items-by-line li.go-further-block .go-further-list li,
.ce-zone .contact-list.three-items-by-line li.go-further-block .go-further-list p {
    width: 100%;
    padding: 1rem 0;
    margin: 0;
    border-top: 1px solid #e0e0e0;
}

.ce-zone .contact-list.three-items-by-line li.go-further-block .go-further-list li:last-child,
.ce-zone .contact-list.three-items-by-line li.go-further-block .go-further-list p:last-child {
    border-bottom: 1px solid #e0e0e0;
}

.ce-zone .contact-list.three-items-by-line li.go-further-block .go-further-list li a,
.ce-zone .contact-list.three-items-by-line li.go-further-block .go-further-list p a {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.popin-content .edito-cards-7c-push .card-edito {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popin-content .edito-cards-7c-push .card-edito.card-edito.no_text.card-edito-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2rem;
}

.popin-content .edito-cards-7c-push .card-edito.card-edito.no_text.card-edito-right .block-titre {
    padding: 0;
    width: 100%;
}

.popin-content .edito-cards-7c-push .card-edito.card-edito.no_text.card-edito-right .block-img-card-edito.image-right {
    padding: 0;
    margin: 0 0 2rem;
}

.popin-content
    .edito-cards-7c-push
    .card-edito.card-edito.no_text.card-edito-right
    .block-img-card-edito.image-right
    img {
    margin: 0 auto;
    max-width: 50%;
}

.popin-content .contact-list {
    padding: 0;
    margin-right: 0;
    margin-left: 0;
}

.popin-content .contact-list .telephone .contact-block-service-appel img {
    width: 19.375rem;
    max-width: 100%;
}

.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;
}

.banner-offer.green-energy .banner-offer-visual {
    background-color: #4f9e30;
}

.editorial-offer {
    max-width: 100rem;
    margin: 0 auto;
}

.editorial-offer-advantages {
    background-color: #e9f1f9;
    padding-top: 1.5rem;
}

@media (min-width: 64em) {
    .editorial-offer-advantages {
        padding-top: 5rem;
    }
}

.editorial-offer-advantages .accordion {
    margin-bottom: 0;
}

.editorial-offer-advantages .accordion.accordion_2 .accordion-inner .accordion-item-wrapper {
    background-color: #fff;
}

.editorial-offer-temoignage {
    padding-top: 2.5rem;
}

.editorial-offer-other-offers {
    max-width: 100rem;
    margin: 0 auto;
    padding: 0 1rem;
}

@media screen and (min-width: 64em) {
    .editorial-offer-other-offers {
        padding: 0 5rem;
    }
}

@media screen and (min-width: 64em) {
    .editorial-offer .video-and-accordion-visualblock {
        padding: 0 0 0 6.78%;
    }
}

.editorial-offer #mask {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5;
    z-index: 98;
}

.editorial-offer #mask.estimate-open {
    display: block;
}

.estimate-wrapper {
    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;
}

.estimate-result {
    display: inline-block;
    margin-right: 1.75rem;
    font:
        0.6875rem/1.37 "EDF-Bold",
        sans-serif;
}

.estimate-result .value {
    color: #fe5815;
    font-size: 1.5rem;
    line-height: 1.4;
}

.estimate-result .unitSymbol {
    margin-right: 0.25rem;
    color: #fe5815;
    font-size: 1.5rem;
}

.estimate-result .unit {
    color: #fe5815;
    line-height: 1.1;
}

.estimate-result + .grp-link {
    margin-right: 1.75rem;
}

.inner-estimate-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 64em) {
    .estimate-result .value {
        font-size: 2rem;
    }

    .estimate-result .unitSymbol {
        margin-right: 0.5rem;
        font-size: 2rem;
    }

    .offer-te-list .section-list-offers .list-offers-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .editorial-offer-advantages .illustrative-points {
        padding-top: 0;
    }

    .editorial-offer-advantages .accordion + .illustrative-points {
        padding-top: 5.25rem;
    }
}

.editorial-offer-associated-service {
    position: relative;
    background-color: #fff;
    border-radius: 0.5rem;
    padding: 6.25rem 1rem 2.1875rem 1rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.editorial-offer-associated-service-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 64em) {
    .editorial-offer-associated-service-wrapper {
        margin-top: 0;
        margin-bottom: 4rem;
    }
}

@media screen and (min-width: 64em) {
    .editorial-offer-associated-service {
        padding: 2.1875rem 2.1875rem 2.1875rem 9.625rem;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.editorial-offer-associated-service img {
    position: absolute;
    width: 6.875rem;
    height: 6.875rem;
    top: -2.5rem;
    left: calc(50% - 55px);
}

@media screen and (min-width: 64em) {
    .editorial-offer-associated-service img {
        top: 2.1875rem;
        left: -2.9375rem;
        width: 9.75rem;
        height: 9.75rem;
    }
}

.editorial-offer-associated-service h3 {
    margin-top: 0;
}

.editorial-offer-associated-service-description {
    font:
        0.875rem/1.5 "EDF-Regular",
        sans-serif;
    margin-bottom: 2rem;
}

.editorial-offer-associated-service select {
    margin-right: 1rem;
}

@media screen and (max-width: 64em) {
    .editorial-offer-associated-service select {
        width: 100%;
        margin-bottom: 1rem;
    }
}

.editorial-offer-associated-service-price {
    font:
        1rem/1.5 "EDF-Bold",
        sans-serif;
    color: #fe5716;
}

@media screen and (max-width: 64em) {
    .editorial-offer-associated-service-cta {
        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;
    }
}

.editorial-offer-associated-service-cta a {
    margin-right: 1rem;
}

.editorial-offer-associated-service-promo {
    font:
        0.75rem/1.5 "EDF-Regular",
        sans-serif;
    background-color: #fe5716;
    color: #fff;
    padding: 0 1rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border-radius: 0 0 0.5rem 0.5rem;
    text-align: center;
    margin-top: -0.3125rem;
    margin-bottom: 0;
}

@media screen and (min-width: 64em) {
    .editorial-offer-associated-service-promo {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -ms-flex-item-align: end;
        align-self: flex-end;
        border-radius: 0.5rem 0.5rem 0 0;
        width: 11.5rem;
        max-width: 11.5rem;
        margin-bottom: -0.3125rem;
    }
}

.editorial-offer-associated-services {
    margin: 0 auto;
    max-width: 100rem;
    padding: 5rem 1rem;
    margin-bottom: 3rem;
}

.editorial-offer-associated-services-wrapper {
    background-color: #1057c8;
}

.editorial-offer-associated-services-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 25.25rem;
    -ms-flex: 25.25rem 1;
    flex: 25.25rem 1;
}

.editorial-offer-associated-services-sticky {
    display: none;
}

.editorial-offer-associated-services-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.editorial-offer-associated-services .block-titre a.btn {
    background-color: #fff;
    color: #001a70;
    border: none;
}

.editorial-offer-associated-services .block-titre a.btn:hover {
    color: #fff;
    background-color: #005bff;
}

@media screen and (min-width: 64em) {
    .editorial-offer-associated-services {
        padding: 5rem 7.42%;
        margin-bottom: 4rem;
    }

    .editorial-offer-associated-services .block-titre {
        padding: 0 24%;
    }

    .editorial-offer-associated-services-content {
        margin-left: 6.78%;
    }

    .editorial-offer-associated-services-sticky {
        display: block;
        position: sticky;
        top: 11.625rem;
    }

    .editorial-offer-associated-services-sticky img {
        margin-top: 2.1875rem;
        width: 9.75rem;
        height: 9.75rem;
    }

    .editorial-offer-associated-services-sticky-wrapper {
        width: 25.25rem;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }

    .editorial-offer-associated-services-sticky .body-xl-bold {
        color: #fff;
        margin-top: 0.5rem;
        max-width: 9.75rem;
        text-align: center;
    }

    .editorial-offer-associated-services-sticky .picto.plus.after {
        position: absolute;
        top: 3.75rem;
        right: 7.9375rem;
        width: 2.25rem;
        height: 2.25rem;
        background-color: #005bff;
        border-radius: 50%;
        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;
    }

    .editorial-offer-associated-services-sticky .picto.plus.after:after {
        margin-left: 0;
        width: 1rem;
        height: 1rem;
    }
}

.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;
}

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;
}

.legal-notices {
    font:
        0.75rem/1.5 "EDF-Regular",
        sans-serif;
    width: 80%;
    max-width: 100rem;
    margin: 1rem auto;
    color: #666;
}

@media (min-width: 80em) {
    .legal-notices {
        margin: 3rem auto 4rem;
    }
}

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%;
}

.popin-layer {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    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: 1000;
    -webkit-animation: openFromRight 1s;
    animation: openFromRight 1s;
}

.popin-layer .hidden {
    right: -100vw;
}

.popin-content {
    background-color: #fff;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    padding: 4rem 1rem 2rem 1rem;
    position: relative;
    z-index: 100;
    overflow-y: auto;
}

@media screen and (min-width: 64em) {
    .popin-content {
        padding: 3.5rem 5.9375rem 3.5rem 5rem;
        width: 66vw;
        height: 100vh;
    }
}

.popin-content button.close-white {
    position: absolute;
    right: 1rem;
    top: 1rem;
    border-radius: 50%;
    width: 3.375rem;
    height: 3.375rem;
    border-width: 0;
    background-color: #005bff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.popin-content button.close-white:focus {
    outline: 2px solid #001a70;
}

.popin-content button.close-white:after {
    margin: 0;
    height: 1.75rem;
    width: 1.75rem;
}

.popin-mask {
    position: fixed;
    top: 3.5rem;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

@media screen and (min-width: 64em) {
    .contact-b2b .popin-content {
        padding-top: 7.25rem;
    }
}

.contact-b2b .b2b-contact-wrapper h1,
.contact-b2b .b2b-contact-wrapper h2 {
    margin-top: 0;
}

.contact-b2b .b2b-contact-wrapper h1 .hashtag,
.contact-b2b .b2b-contact-wrapper h2 .hashtag {
    color: #fe5716;
}

.contact-b2b .b2b-contact-wrapper .close-layer {
    display: none;
}

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

    to {
        right: 0;
    }
}

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

    to {
        right: 0;
    }
}

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);
    }
}

select {
    padding: 0.6875rem 3rem 0.6875rem 1rem;
    border: 1px solid #001a70;
    background-image: url(/themes/custom/nova/assets/images/01-atoms/select/images/arrow-bottom.svg);
    background-position: calc(100% - 1rem) 50%;
    background-repeat: no-repeat;
    background-size: 1.5rem 1.5rem;
    font:
        1rem/1.5 "EDF-Regular",
        sans-serif;
    color: #001a70;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

select[disabled="disabled"] {
    border: 1px solid #afafaf;
    background-image: url(/themes/custom/nova/assets/images/01-atoms/select/images/arrow-bottom-disabled.svg);
    color: #afafaf;
}

html[dir="rtl"] select {
    padding: 0.6875rem 1rem 0.6875rem 3rem;
    background-position: 1rem 50%;
}

select option {
    font-family: "EDF-Bold", sans-serif;
}

select option[value=""] {
    font-family: "EDF-Regular", sans-serif;
}

.form-select select {
    height: 2.9375rem;
    outline-width: 4px;
    outline-style: solid;
    outline-color: transparent;
    background-color: #fff;
}

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

.form-select select:invalid {
    border: 1px solid #db001f;
}

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

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

.form-select.surface-01 select:focus {
    outline-color: #1057c8;
    border-color: transparent;
}

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

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

.form-type-select select {
    background-color: #fff;
}

.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;
    }
}

.survey-widget {
    background: #001a70;
    padding: 5rem 0.90625rem;
    color: #fff;
}

.survey-widget .form-wrap .elem-title {
    font:
        1.25rem/1.3 "EDF-Regular",
        sans-serif;
    margin-bottom: 0.5em;
}

@media screen and (min-width: 48em) {
    .survey-widget .form-wrap .elem-title {
        font-size: 1.5rem;
    }
}

.survey-widget .form-wrap .elem-title:before,
.survey-widget .form-wrap .elem-title:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
}

.survey-widget .form-wrap .elem-wrap {
    margin: 0 1em 1em;
}

.survey-widget .form-wrap.type-stars form {
    text-align: center;
    height: 30px;
}

.survey-widget .form-wrap.type-stars .rate {
    display: inline-block;
}

.survey-widget .form-wrap.type-stars .rate label {
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0 0.5em;
    text-indent: -9999px;
}

.survey-widget .form-wrap.type-stars .rate:not(:checked) > input {
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

.survey-widget .form-wrap.type-stars .rate:not(:checked) > label {
    float: right;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}

.survey-widget .form-wrap.type-stars .rate:not(:checked) > label:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url("/themes/custom/nova/assets/images/03-organisms/survey-widget/images/star-empty.svg") no-repeat;
    display: block;
    border: none;
    top: 0;
}

.survey-widget .form-wrap.type-stars .rate > input:checked ~ label:before {
    background: url("/themes/custom/nova/assets/images/03-organisms/survey-widget/images/star-full.svg") no-repeat;
}

.survey-widget .form-wrap.type-stars .rate:not(:checked) > label:hover,
.survey-widget .form-wrap.type-stars .rate:not(:checked) > label:hover ~ label {
    background: url("/themes/custom/nova/assets/images/03-organisms/survey-widget/images/star-full.svg") no-repeat;
}

.survey-widget .form-wrap.type-stars .rate:not(:checked) > label:hover:before,
.survey-widget .form-wrap.type-stars .rate:not(:checked) > label:hover ~ label:before {
    background: none;
}

.survey-widget .form-wrap.type-stars .rate > input:checked + label:hover,
.survey-widget .form-wrap.type-stars .rate > input:checked + label:hover ~ label,
.survey-widget .form-wrap.type-stars .rate > input:checked ~ label:hover,
.survey-widget .form-wrap.type-stars .rate > input:checked ~ label:hover ~ label,
.survey-widget .form-wrap.type-stars .rate > label:hover ~ input:checked ~ label {
    background: url("/themes/custom/nova/assets/images/03-organisms/survey-widget/images/star-full.svg") no-repeat;
}

.survey-widget .form-wrap.type-stars .legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    clear: both;
    padding: 0.5em 0.5em 0;
}

.survey-widget .form-wrap.type-stars .legend .label {
    font-size: 12px;
}

.survey-widget .step-1 {
    text-align: center;
}

.survey-widget .step-1 .wrapper-answer span {
    display: inline-block;
    cursor: pointer;
    margin-right: 35px;
}

.survey-widget .step-1 .wrapper-answer span:hover input,
.survey-widget .step-1 .wrapper-answer span:active input,
.survey-widget .step-1 .wrapper-answer span:focus input {
    background-image: url(/themes/custom/nova/assets/images/03-organisms/radio/images/radio-checked-white.svg);
}

.survey-widget .step-1 .wrapper-answer span:last-child {
    margin-right: 0;
}

.survey-widget .step-1 .wrapper-answer input[type="submit"] {
    background: transparent;
    border: 0;
    padding-left: 2rem;
    padding-right: 0;
    background-image: url(/themes/custom/nova/assets/images/03-organisms/radio/images/radio-unchecked-white.svg);
    background-position: 0 center;
    background-size: 1.5rem;
    background-repeat: no-repeat;
}

.survey-widget .step-1 .wrapper-rating {
    display: inline-block;
    width: auto;
    height: 42px;
}

.survey-widget .step-1 .wrapper-rating span {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.survey-widget .step-1 .wrapper-rating span:last-child {
    margin-right: 0;
}

.survey-widget .step-1 .wrapper-rating:hover input[type="submit"] {
    background-image: url("/themes/custom/nova/assets/images/03-organisms/survey-widget/images/star-full.svg");
}

.survey-widget .step-1 .wrapper-rating:hover span:before {
    background-image: url("/themes/custom/nova/assets/images/03-organisms/survey-widget/images/star-full.svg");
}

.survey-widget .step-1 .wrapper-rating:hover span:nth-child(1):hover ~ span::before {
    background-image: url("/themes/custom/nova/assets/images/03-organisms/survey-widget/images/star-empty.svg");
}

.survey-widget .step-1 .wrapper-rating:hover span:nth-child(2):hover ~ span::before {
    background-image: url("/themes/custom/nova/assets/images/03-organisms/survey-widget/images/star-empty.svg");
}

.survey-widget .step-1 .wrapper-rating:hover span:nth-child(3):hover ~ span::before {
    background-image: url("/themes/custom/nova/assets/images/03-organisms/survey-widget/images/star-empty.svg");
}

.survey-widget .step-1 .wrapper-rating:hover span:nth-child(4):hover ~ span::before {
    background-image: url("/themes/custom/nova/assets/images/03-organisms/survey-widget/images/star-empty.svg");
}

.survey-widget .step-1 .wrapper-rating:hover span input[type="submit"] {
    background-image: url("/themes/custom/nova/assets/images/03-organisms/survey-widget/images/star-full.svg");
}

.survey-widget .step-1 .wrapper-rating:hover span:nth-child(1):hover ~ span input[type="submit"] {
    background-image: url("/themes/custom/nova/assets/images/03-organisms/survey-widget/images/star-empty.svg");
}

.survey-widget .step-1 .wrapper-rating:hover span:nth-child(2):hover ~ span input[type="submit"] {
    background-image: url("/themes/custom/nova/assets/images/03-organisms/survey-widget/images/star-empty.svg");
}

.survey-widget .step-1 .wrapper-rating:hover span:nth-child(3):hover ~ span input[type="submit"] {
    background-image: url("/themes/custom/nova/assets/images/03-organisms/survey-widget/images/star-empty.svg");
}

.survey-widget .step-1 .wrapper-rating:hover span:nth-child(4):hover ~ span input[type="submit"] {
    background-image: url("/themes/custom/nova/assets/images/03-organisms/survey-widget/images/star-empty.svg");
}

.survey-widget .step-1 .wrapper-rating:hover span:nth-child(5):hover ~ span input[type="submit"] {
    background-image: url("/themes/custom/nova/assets/images/03-organisms/survey-widget/images/star-empty.svg");
}

.survey-widget .step-1 .wrapper-rating input[type="submit"] {
    width: 70px;
    height: 42px;
    background: url("/themes/custom/nova/assets/images/03-organisms/survey-widget/images/star-empty.svg") center top
        no-repeat;
    background-size: 41px auto;
    padding: 0;
    min-height: auto;
    border: 0;
    color: transparent;
}

.survey-widget .step-1 .wrapper-rating input[type="submit"]:focus {
    outline: 2px solid #fff;
}

.survey-widget .step-2 {
    background-color: #fff;
    color: #000;
    max-width: 40em;
    margin: 0 auto;
    padding: 2em;
}

.survey-widget .step-2 .content-wrap h2 {
    font:
        1.5rem/1.3 "EDF-Bold",
        sans-serif;
    margin-bottom: 2.5rem;
}

@media screen and (min-width: 48em) {
    .survey-widget .step-2 .content-wrap h2 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
}

.survey-widget .step-2 .block-titre {
    text-align: left;
    margin-bottom: 2em;
}

.survey-widget .step-2 h3 {
    color: #000;
    font-size: 1em;
}

.survey-widget .step-2 .description {
    font:
        0.875rem/1.5 "EDF-Regular",
        sans-serif;
    margin: -1em 0 1.5em;
}

.survey-widget .step-2 .radios-wrap {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin-bottom: 1.5em;
}

.survey-widget .step-2 .elem-wrap {
    margin: 0 2em 0 0;
}

.survey-widget .step-2 input[type="radio"] + label:before {
    border-color: #001a70;
}

.survey-widget .step-2 input[type="radio"]:checked + label:after {
    background: #001a70;
}

.survey-widget .step-2 select {
    padding: 0.5em;
    border: 1px solid #001a70;
    width: 100%;
    margin-bottom: 1.5em;
}

.survey-widget .step-2 textarea {
    font:
        1rem/1.5 "EDF-Regular",
        sans-serif;
    padding: 0.5em;
    border: 1px solid #001a70;
    width: 100%;
    margin-bottom: 2em;
}

.survey-widget .step-2 .form-element.js-form-type-radio {
    display: block;
}

.survey-widget .step-2 .aside {
    border-top: 1px solid #afafaf;
    padding-top: 2em;
    margin-top: 3em;
}

.survey-widget .step-2 .aside .block-titre {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    margin: 1em 0 3em;
}

.survey-widget .step-2 .aside a {
    font-size: inherit;
    display: block;
}

.survey-widget .step-2 .aside h2 {
    margin-bottom: 3em;
    font:
        1.5rem/1.3 "EDF-Bold",
        sans-serif;
}

@media screen and (min-width: 48em) {
    .survey-widget .step-2 .aside h2 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
}

.survey-widget .step-2 .aside .rzr-zones {
    margin-bottom: 3em;
}

.survey-widget .step-2 .aside .rzr-zones:last-child {
    margin-bottom: 0;
}

.survey-widget .step-2 .aside .rzr-zones .rzr-zone-titre h3 {
    font:
        1rem/1.5 "EDF-Bold",
        sans-serif;
}

.survey-widget .step-2 .rzr-sondage-question-rating .form-radios .form-radios-inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    list-style: none;
    padding-left: 0;
}

.survey-widget .step-2 .rzr-sondage-question-rating .form-radios .form-radios-inner label {
    width: 2.875rem;
    height: 1.875rem;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
}

.survey-widget .step-2 .rzr-sondage-question-rating .form-radios .form-radios-inner label:last-child {
    margin-left: 0;
}

.survey-widget .step-2 .rzr-sondage-question-rating .form-radios .form-radios-inner:not(:checked) input {
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.survey-widget .step-2 .rzr-sondage-question-rating .form-radios .form-radios-inner:not(:checked) label {
    float: right;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}

.survey-widget .step-2 .rzr-sondage-question-rating .form-radios .form-radios-inner:not(:checked) label:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url("/themes/custom/nova/assets/images/03-organisms/survey-widget/images/star-outline.svg") no-repeat;
    display: block;
    border: none;
    top: 0;
}

.survey-widget .step-2 .rzr-sondage-question-rating .form-radios .form-radios-inner input:focus-visible + label {
    outline: auto;
}

.survey-widget .step-2 .rzr-sondage-question-rating .form-radios .form-radios-inner:hover label:before {
    background: url("/themes/custom/nova/assets/images/03-organisms/survey-widget/images/star-outline-full.svg")
        no-repeat;
}

.survey-widget .step-2 .rzr-sondage-question-rating .form-radios .form-radios-inner:hover li:hover ~ li label:before {
    background: url("/themes/custom/nova/assets/images/03-organisms/survey-widget/images/star-outline.svg") no-repeat;
}

.survey-widget .step-2 .rzr-sondage-question-rating .form-radios .form-radios-inner .full + label:before,
.survey-widget .step-2 .rzr-sondage-question-rating .form-radios .form-radios-inner:not(:checked) label:hover,
.survey-widget .step-2 .rzr-sondage-question-rating .form-radios .form-radios-inner input:checked ~ label:before {
    background: url("/themes/custom/nova/assets/images/03-organisms/survey-widget/images/star-outline-full.svg")
        no-repeat;
}

.survey-widget .step-2 .rzr-sondage-question-rating .form-radios .form-radios-inner li.checked label:before {
    background: url("/themes/custom/nova/assets/images/03-organisms/survey-widget/images/star-outline-full.svg")
        no-repeat;
}

.survey-widget .step-2 .rzr-sondage-question-rating .form-radios .form-radios-inner .legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    clear: both;
    padding: 0.5em 0.5em 0;
}

.survey-widget .step-2 .rzr-sondage-question-rating .form-radios .form-radios-inner .legend .label {
    font-size: 12px;
}

.survey-widget .step-2 .rzr-sondage-question-radio {
    margin-bottom: 2em;
}

.survey-widget .step-2 .rzr-sondage-question-radio legend {
    margin-bottom: 0.5rem;
}

.survey-widget .step-2 .rzr-sondage-question-radio label {
    margin-bottom: 0.5em;
}

.survey-widget .step-2 .g-recaptcha {
    margin-bottom: 2em;
}

.survey-widget .step-2 .fields-legend-wrapper {
    margin-bottom: 0.625rem;
}

.survey-widget .step-2 .form-radio-group .form-input:focus-within {
    outline: none;
}

.survey-widget .step-2.confirmation {
    background: #001a70;
    padding: 0;
    display: block;
}

.survey-widget .step-2.confirmation .confirmation-text {
    text-align: center;
    color: #fff;
}

.survey-widget .step-2.confirmation .confirmation-text a {
    color: #fff;
}

.survey-widget .captcha-submit-wrapper .captcha {
    margin-bottom: 2rem;
}

.survey-widget .card {
    border-color: #fff;
}

.survey-widget .card a:after {
    background-image: url(/themes/custom/nova/assets/images/02-molecules/card/images/arrow-right-white.svg);
}

.survey-widget .cards.cards_1 .list-cards-wrapper .list-cards .card:last-child {
    border-color: #fff;
}

@media screen and (min-width: 48em) {
    .survey-widget .form-wrap .radios-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .survey-widget .form-wrap.type-stars .rate label {
        margin: 0 1.5em;
    }

    .survey-widget .form-wrap.type-stars .legend {
        padding: 0.5em 1.5em 0;
    }

    .survey-widget .step-2 .form-wrap {
        padding: 2em 4em;
    }

    .survey-widget .step-2 .form-element.js-form-type-radio {
        display: inline-block;
        margin-right: 2em;
    }

    .survey-widget .cards.cards_1 .list-cards-wrapper .list-cards {
        border-color: #fff;
    }

    .survey-widget .cards.cards_1 .list-cards-wrapper .list-cards .card {
        border-color: #fff;
    }
}

@media screen and (min-width: 64em) {
    .survey-widget .step-2 {
        padding: 5em 6.56em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 64em;
    }

    .survey-widget .step-2 .content-wrap {
        width: 66%;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 66%;
        flex: 1 0 66%;
        padding-right: 2em;
    }

    .survey-widget .step-2 .content-wrap h2 {
        margin-bottom: 3.5rem;
    }

    .survey-widget .step-2 .aside {
        width: 33%;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 33%;
        flex: 1 0 33%;
        padding-left: 2em;
        padding-top: 0;
        margin-left: 2em;
        margin-top: 0;
        border-top: none;
        border-left: 1px solid #afafaf;
    }

    .survey-widget .step-2 .aside .block-titre {
        margin-top: 0;
    }

    .survey-widget .step-2.confirmation {
        background: #001a70;
        padding: 0;
        display: block;
    }

    .survey-widget .step-2.confirmation .confirmation-text {
        text-align: center;
    }
}

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;
}

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;
}

.offer-te-list {
    margin-bottom: 3rem;
}

.offer-te-list .filters {
    padding: 1.375rem 0.875rem 1.375rem 0.875rem;
    margin-bottom: 3.75rem;
    border: 10px solid #005bff;
}

.offer-te-list .filters.on .accordion:after {
    -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;
}

.offer-te-list .filters.off .remove-all-filters,
.offer-te-list .filters.off .fieldset-wrapper {
    display: none;
}

.offer-te-list .filters .accordion {
    position: relative;
    padding: 0 2.5625rem 0 3.5rem;
    background: none;
    width: 100%;
    min-height: 3rem;
    color: #000;
    font:
        1.25rem/1.3 "EDF-Bold",
        sans-serif;
    border: none;
    text-align: left;
}

.offer-te-list .filters .accordion:after {
    display: inline-block;
    position: absolute;
    right: 0.75rem;
    top: calc(1.5rem - 0.75rem);
    width: 1rem;
    height: 1.5rem;
    content: "";
    background: url(/themes/custom/nova/assets/images/03-organisms/te-offer-list/images/select-down.svg) no-repeat 95%
        0.5625rem;
    background-size: 1.0625rem 0.5625rem;
    -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;
}

.offer-te-list .filters .accordion:before {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    background: url(/themes/custom/nova/assets/images/03-organisms/te-offer-list/images/comparer.svg);
    background-size: 100%;
    content: "";
}

.offer-te-list .filters .fieldset-wrapper {
    margin-top: 1.5rem;
}

.offer-te-list .filters .form-item {
    margin-bottom: 1.5rem;
}

.offer-te-list .filters .form-item label {
    display: block;
}

.offer-te-list .filters .form-item select {
    width: 100%;
}

.offer-te-list .filters .clear-all {
    display: block;
    margin: 1.5rem 0 0;
    padding: 0 0 0 2.1875rem;
    background: transparent url(/themes/custom/nova/assets/images/03-organisms/te-offer-list/images/close-thin.svg) 0
        50% no-repeat;
    background-size: 1.875rem 1.875rem;
    border: none;
    color: #005bff;
    font:
        1rem/1.3 "EDF-Bold",
        sans-serif;
    text-align: left;
}

.offer-te-list .filters .see-all {
    margin-top: 1.625rem;
    padding-left: 2.1875rem;
    background: transparent url(/themes/custom/nova/assets/images/03-organisms/te-offer-list/images/direction-right.svg)
        0 50% no-repeat;
}

.offer-te-list .section-list-offers .list-offers-wrapper {
    padding-left: 16px;
    padding-right: 16px;
}

.offer-te-list .section-list-offers .other-offer {
    margin-bottom: 3rem;
}

.offer-te-list .section-list-offers .filtered {
    display: none;
}

.offer-te-list .te-references .filtered {
    display: none;
}

@media screen and (min-width: 48em) {
    .offer-te-list .section-list-offers .list-offers-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 1.25%;
        padding-right: 1.25%;
    }

    .offer-te-list .section-list-offers .other-offer {
        margin: 0 0.625rem 2rem;
    }

    .offer-te-list .section-list-offers .card-push {
        margin: 0 0.625rem;
    }
}

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

    .offer-te-list .filters {
        padding: 1.5rem 4.25rem 2.875rem 1.875rem;
        margin-bottom: 5rem;
    }

    .offer-te-list .filters form {
        position: relative;
    }

    .offer-te-list .filters .accordion {
        padding: 0 0 0 6rem;
        min-height: 5rem;
    }

    .offer-te-list .filters .accordion::before {
        width: 5rem;
        height: 5rem;
    }

    .offer-te-list .filters .accordion:after {
        display: none;
    }

    .offer-te-list .filters .fieldset-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: 6rem;
    }

    .offer-te-list .filters .form-item {
        width: calc(50% - 0.5rem);
        margin-bottom: 0;
    }

    .offer-te-list .filters .clear-all {
        margin-left: 6rem;
    }

    .offer-te-list .filters .see-all {
        position: absolute;
        right: 0;
        bottom: 0;
        margin-top: 0;
    }

    .offer-te-list .section-list-offers .list-offers-wrapper {
        width: 100%;
        max-width: 100rem;
        margin: 0 auto;
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media screen and (min-width: 64em) and (min-width: 48em) {
    .offer-te-list .section-list-offers .list-offers-wrapper {
        padding-left: 9.479%;
        padding-right: 9.479%;
    }
}

@media screen and (min-width: 64em) {
    .offer-te-list .section-list-offers .card-push {
        -webkit-box-flex: calc(65% - 4rem);
        -ms-flex: calc(65% - 4rem);
        flex: calc(65% - 4rem);
        margin: 0 1.25rem 0;
    }

    .offer-te-list .section-list-offers .card-push.edito-cards-7c .card-edito {
        margin-bottom: 2.5rem;
    }
}

.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;
}

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;
}

.video-item.block-with-transcription .modal-accordion .modal-content .text p {
    margin: 0.875rem 0;
}

.video-item .visual-wrapper {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.video-item .visual-wrapper:hover {
    cursor: pointer;
}

.video-item .visual-wrapper:hover button.btn.button-icon.open-video {
    background-color: #005bff;
}

.video-item .visual-wrapper:hover button.btn.button-icon.open-video svg path {
    fill: #fff;
}

.video-item .visual-wrapper img {
    width: 100%;
}

.video-item .visual-wrapper .open-video {
    position: absolute;
    z-index: 3;
}

.video-item .video-first-line.provider-keepeek .video-wrapper {
    display: none;
}

.video-item.video_item_1 .video-first-line {
    margin-bottom: 2rem;
}

.video-item.video_item_1 .video-first-line .video-wrapper .cookie-consent-wrapper {
    position: relative;
}

html[dir="rtl"] .video-item.video_item_1 .visual-wrapper:after,
html[dir="rtl"] .video-item.video_item_2 .visual-wrapper:after {
    left: 0;
    right: 0.5rem;
}

.video-item.video_item_1 .visual-wrapper .btn.button-icon.open-video,
.video-item.video_item_2 .visual-wrapper .btn.button-icon.open-video {
    left: 5%;
    bottom: 5%;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
}

.video-item.video_item_1 .visual-wrapper .btn.button-icon.open-video svg,
.video-item.video_item_2 .visual-wrapper .btn.button-icon.open-video svg {
    width: 2rem;
}

.video-item.video_item_1 .visual-wrapper .btn.button-icon.open-video svg path,
.video-item.video_item_2 .visual-wrapper .btn.button-icon.open-video svg path {
    fill: #005bff;
}

.video-item.video_item_1 .video-wrapper .video-embed-wrapper,
.video-item.video_item_2 .video-wrapper .video-embed-wrapper {
    position: relative;
    width: 100%;
}

.video-item.video_item_1 .video-wrapper .video-embed-wrapper.iframe-injected,
.video-item.video_item_2 .video-wrapper .video-embed-wrapper.iframe-injected {
    padding-top: 56.25%;
}

.video-item.video_item_1 .video-wrapper .cookie-consent-wrapper,
.video-item.video_item_2 .video-wrapper .cookie-consent-wrapper {
    position: relative;
}

.video-item.video_item_1 .video-wrapper iframe,
.video-item.video_item_2 .video-wrapper iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.video-item.video_item_2 .video-first-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.video-item.video_item_2 .video-first-line .content {
    margin-top: 1.5rem;
}

.video-item.video_item_2 .video-first-line .video-wrapper {
    margin-bottom: 60%;
}

.video-item.video_item_3 .visual-wrapper .open-video {
    bottom: 1rem;
    left: 1rem;
}

.video-item.video_item_3 .visual-wrapper .open-video svg {
    width: 1rem;
    height: 1rem;
}

.video-item.video_item_3 .go_to_transcript {
    position: absolute;
    left: -1000px;
}

.video-item.video_item_3 .go_to_transcript:focus {
    position: relative;
    left: 0;
}

.video-item .content .title {
    margin: 1.5rem 0 0;
}

.video-item .content .text {
    margin-top: 1rem;
}

.video-item .content .text p {
    margin: 0;
    display: inline;
}

@media screen and (min-width: 48em) {
    .video-item.video_item_1 .visual-wrapper .btn.button-icon.open-video,
    .video-item.video_item_2 .visual-wrapper .btn.button-icon.open-video {
        width: 5rem;
        height: 5rem;
    }

    .video-item.video_item_1 .video-first-line.provider-youtube .visual-wrapper,
    .video-item.video_item_2 .video-first-line.provider-youtube .visual-wrapper {
        display: none;
    }

    .video-item.video_item_2 .open-modal-transcript {
        right: 1rem;
        top: 1rem;
    }

    .video-item.video_item_2 .video-first-line {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin-bottom: 2rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .video-item.video_item_2 .video-first-line .video-wrapper {
        margin-bottom: 0;
    }

    .video-item.video_item_2 .content {
        width: 50%;
        -webkit-padding-start: 7.5rem;
        padding-inline-start: 7.5rem;
        margin-top: 0;
    }

    .video-item.video_item_2 .content .title {
        margin: 0;
    }

    .video-item.video_item_2 .content .block-titre {
        margin-bottom: 0;
    }

    .video-item.video_item_2 .visual-wrapper {
        width: 50%;
        min-width: 50%;
    }

    .video-item.video_item_2 .visual-wrapper .open-modal-transcript {
        top: 1rem;
    }

    .video-item.video_item_2 .video-wrapper {
        width: 50%;
        min-width: 50%;
    }

    .video-item.video_item_1 .video-first-line {
        margin-bottom: 3rem;
    }

    .video-item.video_item_1 .visual-wrapper:after {
        top: 1rem;
        left: 1rem;
        width: calc(100% - 1rem);
        height: calc(100% - 1rem);
    }

    html[dir="rtl"] .video-item.video_item_1 .visual-wrapper:after {
        left: 0;
        right: 1rem;
    }

    .video-item .content .title {
        margin-top: 2.5rem;
    }

    html[dir="rtl"] .video-item.video_item_2 .content {
        margin-left: 0;
        margin-right: 2.5rem;
    }
}

.video-no-js {
    display: none;
}

html:not(.js) .open-video,
html:not(.js) .open-modal-transcript {
    display: none;
}

html:not(.js) .video-item img {
    display: none;
}

html:not(.js) .video-no-js {
    width: 100%;
    height: 100%;
    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;
    z-index: 3;
    background-color: #e0e0e0;
    padding: 1rem;
}

html:not(.js) .video-no-js .video-no-js-text {
    text-align: center;
}

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;
    }
}
