.leaflet-container .leaflet-control-container [href] {
    background: inherit
}

.leaflet-popup-content {
    font-family: Marianne,arial,sans-serif
}

    .leaflet-popup-content a {
        color: var(--text-action-high-blue-france)
    }

@keyframes plyr-progress {
    to {
        background-position: var(--plyr-progress-loading-size,25px) 0
    }
}

@keyframes plyr-popup {
    0% {
        opacity: .5;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes plyr-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.plyr {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    align-items: center;
    direction: ltr;
    display: flex;
    flex-direction: column;
    font-family: var(--plyr-font-family,inherit);
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
    font-weight: var(--plyr-font-weight-regular,400);
    line-height: var(--plyr-line-height,1.7);
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    transition: box-shadow .3s ease;
    z-index: 0
}

    .plyr audio, .plyr iframe, .plyr video {
        display: block;
        height: 100%;
        width: 100%
    }

    .plyr button {
        font: inherit;
        line-height: inherit;
        width: auto
    }

    .plyr:focus {
        outline: 0
    }

.plyr--full-ui {
    box-sizing: border-box
}

    .plyr--full-ui *, .plyr--full-ui :after, .plyr--full-ui :before {
        box-sizing: inherit
    }

    .plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
        touch-action: manipulation
    }

.plyr__badge {
    background: var(--plyr-badge-background,#4a5464);
    border-radius: var(--plyr-badge-border-radius,2px);
    color: var(--plyr-badge-text-color,#fff);
    font-size: var(--plyr-font-size-badge,9px);
    line-height: 1;
    padding: 3px 4px
}

.plyr--full-ui ::-webkit-media-text-track-container {
    display: none
}

.plyr__captions {
    animation: plyr-fade-in .3s ease;
    bottom: 0;
    display: none;
    font-size: var(--plyr-font-size-small,13px);
    left: 0;
    padding: var(--plyr-control-spacing,10px);
    position: absolute;
    text-align: center;
    transition: transform .4s ease-in-out;
    width: 100%
}

    .plyr__captions span:empty {
        display: none
    }

@media(min-width:480px) {
    .plyr__captions {
        font-size: var(--plyr-font-size-base,15px);
        padding: calc(var(--plyr-control-spacing, 10px)*2)
    }
}

@media(min-width:768px) {
    .plyr__captions {
        font-size: var(--plyr-font-size-large,18px)
    }
}

.plyr--captions-active .plyr__captions {
    display: block
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
    transform: translateY(calc(var(--plyr-control-spacing, 10px)*-4))
}

.plyr__caption {
    background: var(--plyr-captions-background,#000c);
    border-radius: 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    color: var(--plyr-captions-text-color,#fff);
    line-height: 185%;
    padding: .2em .5em;
    white-space: pre-wrap
}

    .plyr__caption div {
        display: inline
    }

.plyr__control {
    background: #0000;
    border: 0;
    border-radius: var(--plyr-control-radius,4px);
    color: inherit;
    cursor: pointer;
    flex-shrink: 0;
    overflow: visible;
    padding: calc(var(--plyr-control-spacing, 10px)*.7);
    position: relative;
    transition: all .3s ease
}

    .plyr__control svg {
        display: block;
        fill: currentColor;
        height: var(--plyr-control-icon-size,18px);
        pointer-events: none;
        width: var(--plyr-control-icon-size,18px)
    }

    .plyr__control:focus {
        outline: 0
    }

    .plyr__control:focus-visible {
        outline: 2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));
        outline-offset: 2px
    }

a.plyr__control {
    -webkit-text-decoration: none;
    text-decoration: none
}

    .plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed, a.plyr__control:after, a.plyr__control:before {
        display: none
    }

.plyr--full-ui ::-webkit-media-controls {
    display: none
}

.plyr__controls {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    text-align: center
}

    .plyr__controls .plyr__progress__container {
        flex: 1;
        min-width: 0
    }

    .plyr__controls .plyr__controls__item {
        margin-left: calc(var(--plyr-control-spacing, 10px)/4)
    }

        .plyr__controls .plyr__controls__item:first-child {
            margin-left: 0;
            margin-right: auto
        }

        .plyr__controls .plyr__controls__item.plyr__progress__container {
            padding-left: calc(var(--plyr-control-spacing, 10px)/4)
        }

        .plyr__controls .plyr__controls__item.plyr__time {
            padding: 0 calc(var(--plyr-control-spacing, 10px)/2)
        }

            .plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
                padding-left: 0
            }

    .plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip], .plyr__controls:empty {
        display: none
    }

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
    display: inline-block
}

.plyr__menu {
    display: flex;
    position: relative
}

    .plyr__menu .plyr__control svg {
        transition: transform .3s ease
    }

    .plyr__menu .plyr__control[aria-expanded=true] svg {
        transform: rotate(90deg)
    }

    .plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
        display: none
    }

.plyr__menu__container {
    animation: plyr-popup .2s ease;
    background: var(--plyr-menu-background,#ffffffe6);
    border-radius: var(--plyr-menu-radius,8px);
    bottom: 100%;
    box-shadow: var(--plyr-menu-shadow,0 1px 2px #00000026);
    color: var(--plyr-menu-color,#4a5464);
    font-size: var(--plyr-font-size-base,15px);
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3
}

    .plyr__menu__container > div {
        overflow: hidden;
        transition: height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)
    }

    .plyr__menu__container:after {
        border-top-color: #0000;
        border: var(--plyr-menu-arrow-size,4px) solid #0000;
        border-top-color: var(--plyr-menu-background,#ffffffe6);
        content: "";
        height: 0;
        position: absolute;
        right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);
        top: 100%;
        width: 0
    }

    .plyr__menu__container [role=menu] {
        padding: calc(var(--plyr-control-spacing, 10px)*.7)
    }

    .plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
        margin-top: 2px
    }

        .plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
            margin-top: 0
        }

    .plyr__menu__container .plyr__control {
        align-items: center;
        color: var(--plyr-menu-color,#4a5464);
        display: flex;
        font-size: var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));
        padding: calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);
        -webkit-user-select: none;
        user-select: none;
        width: 100%
    }

        .plyr__menu__container .plyr__control > span {
            align-items: inherit;
            display: flex;
            width: 100%
        }

        .plyr__menu__container .plyr__control:after {
            border: var(--plyr-menu-item-arrow-size,4px) solid #0000;
            content: "";
            position: absolute;
            top: 50%;
            transform: translateY(-50%)
        }

    .plyr__menu__container .plyr__control--forward {
        padding-right: calc(var(--plyr-control-spacing, 10px)*.7*4)
    }

        .plyr__menu__container .plyr__control--forward:after {
            border-left-color: var(--plyr-menu-arrow-color,#728197);
            right: calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))
        }

        .plyr__menu__container .plyr__control--forward:focus-visible:after, .plyr__menu__container .plyr__control--forward:hover:after {
            border-left-color: initial
        }

    .plyr__menu__container .plyr__control--back {
        font-weight: var(--plyr-font-weight-regular,400);
        margin: calc(var(--plyr-control-spacing, 10px)*.7);
        margin-bottom: calc(var(--plyr-control-spacing, 10px)*.7/2);
        padding-left: calc(var(--plyr-control-spacing, 10px)*.7*4);
        position: relative;
        width: calc(100% - var(--plyr-control-spacing, 10px)*.7*2)
    }

        .plyr__menu__container .plyr__control--back:after {
            border-right-color: var(--plyr-menu-arrow-color,#728197);
            left: calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))
        }

        .plyr__menu__container .plyr__control--back:before {
            background: var(--plyr-menu-back-border-color,#dcdfe5);
            box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);
            content: "";
            height: 1px;
            left: 0;
            margin-top: calc(var(--plyr-control-spacing, 10px)*.7/2);
            overflow: hidden;
            position: absolute;
            right: 0;
            top: 100%
        }

        .plyr__menu__container .plyr__control--back:focus-visible:after, .plyr__menu__container .plyr__control--back:hover:after {
            border-right-color: initial
        }

    .plyr__menu__container .plyr__control[role=menuitemradio] {
        padding-left: calc(var(--plyr-control-spacing, 10px)*.7)
    }

        .plyr__menu__container .plyr__control[role=menuitemradio]:after, .plyr__menu__container .plyr__control[role=menuitemradio]:before {
            border-radius: 100%
        }

        .plyr__menu__container .plyr__control[role=menuitemradio]:before {
            background: #0000001a;
            content: "";
            display: block;
            flex-shrink: 0;
            height: 16px;
            margin-right: var(--plyr-control-spacing,10px);
            transition: all .3s ease;
            width: 16px
        }

        .plyr__menu__container .plyr__control[role=menuitemradio]:after {
            background: #fff;
            border: 0;
            height: 6px;
            left: 12px;
            opacity: 0;
            top: 50%;
            transform: translateY(-50%) scale(0);
            transition: transform .3s ease,opacity .3s ease;
            width: 6px
        }

        .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
            background: var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))
        }

        .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
            opacity: 1;
            transform: translateY(-50%) scale(1)
        }

        .plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
            background: #23282f1a
        }

    .plyr__menu__container .plyr__menu__value {
        align-items: center;
        display: flex;
        margin-left: auto;
        margin-right: calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2px);
        overflow: hidden;
        padding-left: calc(var(--plyr-control-spacing, 10px)*.7*3.5);
        pointer-events: none
    }

.plyr--full-ui input[type=range] {
    -webkit-appearance: none;
    appearance: none;
    background: #0000;
    border: 0;
    border-radius: calc(var(--plyr-range-thumb-height, 13px)*2);
    color: var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));
    display: block;
    height: calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));
    margin: 0;
    min-width: 0;
    padding: 0;
    transition: box-shadow .3s ease;
    width: 100%
}

    .plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
        background: #0000;
        background-image: linear-gradient(to right,currentColor var(--value,0),#0000 var(--value,0));
        border: 0;
        border-radius: calc(var(--plyr-range-track-height, 5px)/2);
        height: var(--plyr-range-track-height,5px);
        -webkit-transition: box-shadow .3s ease;
        transition: box-shadow .3s ease;
        -webkit-user-select: none;
        user-select: none
    }

    .plyr--full-ui input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        background: var(--plyr-range-thumb-background,#fff);
        border: 0;
        border-radius: 100%;
        box-shadow: var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);
        height: var(--plyr-range-thumb-height,13px);
        margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);
        position: relative;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        width: var(--plyr-range-thumb-height,13px)
    }

    .plyr--full-ui input[type=range]::-moz-range-track {
        background: #0000;
        border: 0;
        border-radius: calc(var(--plyr-range-track-height, 5px)/2);
        height: var(--plyr-range-track-height,5px);
        -moz-transition: box-shadow .3s ease;
        transition: box-shadow .3s ease;
        user-select: none
    }

    .plyr--full-ui input[type=range]::-moz-range-thumb {
        background: var(--plyr-range-thumb-background,#fff);
        border: 0;
        border-radius: 100%;
        box-shadow: var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);
        height: var(--plyr-range-thumb-height,13px);
        position: relative;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
        width: var(--plyr-range-thumb-height,13px)
    }

    .plyr--full-ui input[type=range]::-moz-range-progress {
        background: currentColor;
        border-radius: calc(var(--plyr-range-track-height, 5px)/2);
        height: var(--plyr-range-track-height,5px)
    }

    .plyr--full-ui input[type=range]::-ms-track {
        color: #0000
    }

    .plyr--full-ui input[type=range]::-ms-fill-upper, .plyr--full-ui input[type=range]::-ms-track {
        background: #0000;
        border: 0;
        border-radius: calc(var(--plyr-range-track-height, 5px)/2);
        height: var(--plyr-range-track-height,5px);
        -ms-transition: box-shadow .3s ease;
        transition: box-shadow .3s ease;
        user-select: none
    }

    .plyr--full-ui input[type=range]::-ms-fill-lower {
        background: #0000;
        background: currentColor;
        border: 0;
        border-radius: calc(var(--plyr-range-track-height, 5px)/2);
        height: var(--plyr-range-track-height,5px);
        -ms-transition: box-shadow .3s ease;
        transition: box-shadow .3s ease;
        user-select: none
    }

    .plyr--full-ui input[type=range]::-ms-thumb {
        background: var(--plyr-range-thumb-background,#fff);
        border: 0;
        border-radius: 100%;
        box-shadow: var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);
        height: var(--plyr-range-thumb-height,13px);
        margin-top: 0;
        position: relative;
        -ms-transition: all .2s ease;
        transition: all .2s ease;
        width: var(--plyr-range-thumb-height,13px)
    }

    .plyr--full-ui input[type=range]::-ms-tooltip {
        display: none
    }

    .plyr--full-ui input[type=range]::-moz-focus-outer {
        border: 0
    }

    .plyr--full-ui input[type=range]:focus {
        outline: 0
    }

    .plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track {
        outline: 2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));
        outline-offset: 2px
    }

    .plyr--full-ui input[type=range]:focus-visible::-moz-range-track {
        outline: 2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));
        outline-offset: 2px
    }

    .plyr--full-ui input[type=range]:focus-visible::-ms-track {
        outline: 2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));
        outline-offset: 2px
    }

.plyr__poster {
    background-color: var(--plyr-video-background,var(--plyr-video-background,#000));
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
    width: 100%;
    z-index: 1
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity: 1
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
    display: none
}

.plyr__time {
    font-size: var(--plyr-font-size-time,var(--plyr-font-size-small,13px))
}

    .plyr__time + .plyr__time:before {
        content: "⁄";
        margin-right: var(--plyr-control-spacing,10px)
    }

@media(max-width:767px) {
    .plyr__time + .plyr__time {
        display: none
    }
}

.plyr__tooltip {
    background: var(--plyr-tooltip-background,#fff);
    border-radius: var(--plyr-tooltip-radius,5px);
    bottom: 100%;
    box-shadow: var(--plyr-tooltip-shadow,0 1px 2px #00000026);
    color: var(--plyr-tooltip-color,#4a5464);
    font-size: var(--plyr-font-size-small,13px);
    font-weight: var(--plyr-font-weight-regular,400);
    left: 50%;
    line-height: 1.3;
    margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
    opacity: 0;
    padding: calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);
    pointer-events: none;
    position: absolute;
    transform: translate(-50%,10px) scale(.8);
    transform-origin: 50% 100%;
    transition: transform .2s ease .1s,opacity .2s ease .1s;
    white-space: nowrap;
    z-index: 2
}

    .plyr__tooltip:before {
        border-left: var(--plyr-tooltip-arrow-size,4px) solid #0000;
        border-right: var(--plyr-tooltip-arrow-size,4px) solid #0000;
        border-top: var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);
        bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
        content: "";
        height: 0;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        width: 0;
        z-index: 2
    }

.plyr .plyr__control:focus-visible .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
    opacity: 1;
    transform: translate(-50%) scale(1)
}

.plyr .plyr__control:hover .plyr__tooltip {
    z-index: 3
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
    left: 0;
    transform: translateY(10px) scale(.8);
    transform-origin: 0 100%
}

    .plyr__controls > .plyr__control:first-child .plyr__tooltip:before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before {
        left: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)
    }

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
    left: auto;
    right: 0;
    transform: translateY(10px) scale(.8);
    transform-origin: 100% 100%
}

    .plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
        left: auto;
        right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);
        transform: translateX(50%)
    }

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
    transform: translate(0) scale(1)
}

.plyr__progress {
    left: calc(var(--plyr-range-thumb-height, 13px)*.5);
    margin-right: var(--plyr-range-thumb-height,13px);
    position: relative
}

    .plyr__progress input[type=range], .plyr__progress__buffer {
        margin-left: calc(var(--plyr-range-thumb-height, 13px)*-.5);
        margin-right: calc(var(--plyr-range-thumb-height, 13px)*-.5);
        width: calc(100% + var(--plyr-range-thumb-height, 13px))
    }

    .plyr__progress input[type=range] {
        position: relative;
        z-index: 2
    }

    .plyr__progress .plyr__tooltip {
        left: 0;
        max-width: 120px;
        overflow-wrap: break-word
    }

.plyr__progress__buffer {
    -webkit-appearance: none;
    background: #0000;
    border: 0;
    border-radius: 100px;
    height: var(--plyr-range-track-height,5px);
    left: 0;
    margin-top: calc((var(--plyr-range-track-height, 5px)/2)*-1);
    padding: 0;
    position: absolute;
    top: 50%
}

    .plyr__progress__buffer::-webkit-progress-bar {
        background: #0000
    }

    .plyr__progress__buffer::-webkit-progress-value {
        background: currentColor;
        border-radius: 100px;
        min-width: var(--plyr-range-track-height,5px);
        -webkit-transition: width .2s ease;
        transition: width .2s ease
    }

    .plyr__progress__buffer::-moz-progress-bar {
        background: currentColor;
        border-radius: 100px;
        min-width: var(--plyr-range-track-height,5px);
        -moz-transition: width .2s ease;
        transition: width .2s ease
    }

    .plyr__progress__buffer::-ms-fill {
        border-radius: 100px;
        -ms-transition: width .2s ease;
        transition: width .2s ease
    }

.plyr--loading .plyr__progress__buffer {
    animation: plyr-progress 1s linear infinite;
    background-image: linear-gradient(-45deg,var(--plyr-progress-loading-background,#23282f99) 25%,#0000 25%,#0000 50%,var(--plyr-progress-loading-background,#23282f99) 50%,var(--plyr-progress-loading-background,#23282f99) 75%,#0000 75%,#0000);
    background-repeat: repeat-x;
    background-size: var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);
    color: #0000
}

.plyr--video.plyr--loading .plyr__progress__buffer {
    background-color: var(--plyr-video-progress-buffered-background,#ffffff40)
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
    background-color: var(--plyr-audio-progress-buffered-background,#c1c8d199)
}

.plyr__progress__marker {
    background-color: var(--plyr-progress-marker-background,#fff);
    border-radius: 1px;
    height: var(--plyr-range-track-height,5px);
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: var(--plyr-progress-marker-width,3px);
    z-index: 3
}

.plyr__volume {
    align-items: center;
    display: flex;
    position: relative
}

    .plyr__volume input[type=range] {
        margin-left: calc(var(--plyr-control-spacing, 10px)/2);
        margin-right: calc(var(--plyr-control-spacing, 10px)/2);
        max-width: 90px;
        min-width: 60px;
        position: relative;
        z-index: 2
    }

.plyr--audio {
    display: block
}

    .plyr--audio .plyr__controls {
        background: var(--plyr-audio-controls-background,#fff);
        border-radius: inherit;
        color: var(--plyr-audio-control-color,#4a5464);
        padding: var(--plyr-control-spacing,10px)
    }

    .plyr--audio .plyr__control:focus-visible, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
        background: var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));
        color: var(--plyr-audio-control-color-hover,#fff)
    }

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
    background-color: var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
    background-color: var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
    background-color: var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
    box-shadow: var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
    box-shadow: var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
    box-shadow: var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)
}

.plyr--audio .plyr__progress__buffer {
    color: var(--plyr-audio-progress-buffered-background,#c1c8d199)
}

.plyr--video {
    overflow: hidden
}

    .plyr--video.plyr--menu-open {
        overflow: visible
    }

.plyr__video-wrapper {
    background: var(--plyr-video-background,var(--plyr-video-background,#000));
    border-radius: inherit;
    height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
    aspect-ratio: 16/9
}

@supports not (aspect-ratio:16/9) {
    .plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
        height: 0;
        padding-bottom: 56.25%;
        position: relative
    }
}

.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
    padding-bottom: 240%;
    position: relative;
    transform: translateY(-38.28125%)
}

.plyr--video .plyr__controls {
    background: var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    bottom: 0;
    color: var(--plyr-video-control-color,#fff);
    left: 0;
    padding: calc(var(--plyr-control-spacing, 10px)/2);
    padding-top: calc(var(--plyr-control-spacing, 10px)*2);
    position: absolute;
    right: 0;
    transition: opacity .4s ease-in-out,transform .4s ease-in-out;
    z-index: 3
}

@media(min-width:480px) {
    .plyr--video .plyr__controls {
        padding: var(--plyr-control-spacing,10px);
        padding-top: calc(var(--plyr-control-spacing, 10px)*3.5)
    }
}

.plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%)
}

.plyr--video .plyr__control:focus-visible, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
    background: var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));
    color: var(--plyr-video-control-color-hover,#fff)
}

.plyr__control--overlaid {
    background: var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));
    border: 0;
    border-radius: 100%;
    color: var(--plyr-video-control-color,#fff);
    display: none;
    left: 50%;
    opacity: .9;
    padding: calc(var(--plyr-control-spacing, 10px)*1.5);
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: .3s;
    z-index: 2
}

    .plyr__control--overlaid svg {
        left: 2px;
        position: relative
    }

    .plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
        opacity: 1
    }

.plyr--playing .plyr__control--overlaid {
    opacity: 0;
    visibility: hidden
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
    background-color: var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
    background-color: var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
    background-color: var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
    box-shadow: var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
    box-shadow: var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
    box-shadow: var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)
}

.plyr--video .plyr__progress__buffer {
    color: var(--plyr-video-progress-buffered-background,#ffffff40)
}

.plyr:fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

    .plyr:fullscreen video {
        height: 100%
    }

    .plyr:fullscreen .plyr__control .icon--exit-fullscreen {
        display: block
    }

        .plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
            display: none
        }

    .plyr:fullscreen.plyr--hide-controls {
        cursor: none
    }

@media(min-width:1024px) {
    .plyr:fullscreen .plyr__captions {
        font-size: var(--plyr-font-size-xlarge,21px)
    }
}

.plyr--fullscreen-fallback {
    background: #000;
    border-radius: 0 !important;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000000
}

    .plyr--fullscreen-fallback video {
        height: 100%
    }

    .plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
        display: block
    }

        .plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
            display: none
        }

    .plyr--fullscreen-fallback.plyr--hide-controls {
        cursor: none
    }

@media(min-width:1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
        font-size: var(--plyr-font-size-xlarge,21px)
    }
}

.plyr__ads {
    border-radius: inherit;
    bottom: 0;
    cursor: pointer;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

    .plyr__ads > div, .plyr__ads > div iframe {
        height: 100%;
        position: absolute;
        width: 100%
    }

    .plyr__ads:after {
        background: #23282f;
        border-radius: 2px;
        bottom: var(--plyr-control-spacing,10px);
        color: #fff;
        content: attr(data-badge-text);
        font-size: 11px;
        padding: 2px 6px;
        pointer-events: none;
        position: absolute;
        right: var(--plyr-control-spacing,10px);
        z-index: 3
    }

    .plyr__ads:empty:after {
        display: none
    }

.plyr__cues {
    background: currentColor;
    display: block;
    height: var(--plyr-range-track-height,5px);
    left: 0;
    opacity: .8;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    z-index: 3
}

.plyr__preview-thumb {
    background-color: var(--plyr-tooltip-background,#fff);
    border-radius: var(--plyr-menu-radius,8px);
    bottom: 100%;
    box-shadow: var(--plyr-tooltip-shadow,0 1px 2px #00000026);
    margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
    opacity: 0;
    padding: 3px;
    pointer-events: none;
    position: absolute;
    transform: translateY(10px) scale(.8);
    transform-origin: 50% 100%;
    transition: transform .2s ease .1s,opacity .2s ease .1s;
    z-index: 2
}

.plyr__preview-thumb--is-shown {
    opacity: 1;
    transform: translate(0) scale(1)
}

.plyr__preview-thumb:before {
    border-left: var(--plyr-tooltip-arrow-size,4px) solid #0000;
    border-right: var(--plyr-tooltip-arrow-size,4px) solid #0000;
    border-top: var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
    content: "";
    height: 0;
    left: calc(50% + var(--preview-arrow-offset));
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2
}

.plyr__preview-thumb__image-container {
    background: #c1c8d1;
    border-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
    overflow: hidden;
    position: relative;
    z-index: 0
}

    .plyr__preview-thumb__image-container img, .plyr__preview-thumb__image-container:after {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .plyr__preview-thumb__image-container:after {
        border-radius: inherit;
        box-shadow: inset 0 0 0 1px #00000026;
        content: "";
        pointer-events: none
    }

    .plyr__preview-thumb__image-container img {
        max-height: none;
        max-width: none
    }

.plyr__preview-thumb__time-container {
    background: var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));
    border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
    border-bottom-right-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
    bottom: 0;
    left: 0;
    line-height: 1.1;
    padding: 20px 6px 6px;
    position: absolute;
    right: 0;
    z-index: 3
}

    .plyr__preview-thumb__time-container span {
        color: #fff;
        font-size: var(--plyr-font-size-time,var(--plyr-font-size-small,13px))
    }

.plyr__preview-scrubbing {
    bottom: 0;
    filter: blur(1px);
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 1
}

.plyr__preview-scrubbing--is-shown {
    opacity: 1
}

.plyr__preview-scrubbing img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr--no-transition {
    transition: none !important
}

.plyr__sr-only {
    clip: rect(1px,1px,1px,1px);
    border: 0 !important;
    height: 1px !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.plyr [hidden] {
    display: none !important
}

:root {
    --white: #fff;
    --black: #000;
    --title-grey: #161616;
    --engineering-orange: #ce0500;
    --ultramarine: #000091;
    --caribbean-curent: #006a6f;
    --grey-50: #161616;
    --grey-950: #eee;
    --blue-france-925: #e3e3fd;
    --error-950: #ffe9e9;
    --green-archipel-950: #c7f6fc;
    --blue-france-sun-113: #000091;
    --error-425: #ce0500;
    --green-archipel-sun-391: #006a6f;
    --red-marianne-main-472: #e1000f;
    --light-text-mention-grey: #666;
    --light-border-default-grey: #ddd;
    --green-archipel: #e5fbfd;
    --blue-ecume-975: #f4f6fe;
    --light-accent-blue-ecume-975: #f4f6fe;
    --yellow-tournesol-975: #fef6e3;
    --light-options-illustration-color-950-default-blue-ecume-950: #e9edfe;
    --xs-breakpoint: 575px;
    --sm-breakpoint: 576px;
    --md-breakpoint: 768px;
    --lg-breakpoint: 992px;
    --xl-breakpoint: 1248px
}

.half-narrow--left {
    padding: 0 0 0 calc(50% - 624px + 1.5rem)
}

.half-narrow--right {
    padding: 0 calc(50% - 624px + 1.5rem) 0 0
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.font-bold {
    font-weight: 700
}

.acti-c-light-text-mention-grey {
    color: var(--light-text-mention-grey)
}

.acti-yellow-tournesol-975 {
    background-color: var(--yellow-tournesol-975)
}

.acti-bg-beige-gris-galet-975 {
    background-color: #f9f6f2
}

.acti-bg-blue-ecume-975 {
    background-color: var(--blue-ecume-975)
}

.acti-bg--grey-950 {
    background-color: var(--grey-950)
}

.acti-bg--blue-france-925 {
    background-color: var(--blue-france-925);
    color: var(--blue-france-sun-113)
}

.acti-bg--light-accent-blue-ecume-975 {
    background: var(--light-accent-blue-ecume-975,#f4f6fe)
}

.acti-bg--error-950 {
    background-color: var(--error-950);
    color: var(--error-425)
}

.acti-bg--green-archipel-950 {
    background-color: var(--green-archipel-950);
    color: var(--green-archipel-sun-391)
}

.acti-bg--green-archipel-975 {
    background-color: var(--light-accent-green-archipel-975,#e5fbfd)
}

.acti-bg--light-options-illustration-color-950-default-blue-ecume-950 {
    background-color: var(--light-options-illustration-color-950-default-blue-ecume-950)
}

.fr-bg-green-archipel {
    background-color: var(--green-archipel)
}

.acti-color--ultramarine {
    color: var(--ultramarine)
}

.acti-news-card-title a:not(:hover) {
    background-image: none
}

.acti-follow-fix {
    position: relative;
    z-index: 2
}

.acti-flex {
    display: flex
}

.acti-w-100, .width-100 {
    width: 100%
}

.height-100 {
    height: 100%
}

.block {
    display: block
}

.table {
    display: table
}

.flex {
    display: flex
}

.flex-column {
    flex-direction: column
}

.space-between {
    justify-content: space-between
}

.justify-content-center {
    justify-content: center
}

.justify-content-flex-start {
    justify-content: flex-start
}

.items-start {
    align-items: flex-start
}

.items-center {
    align-items: center
}

.items-end {
    align-items: flex-end
}

.items-baseline {
    align-items: baseline
}

.margin-auto {
    margin-left: auto;
    margin-right: auto
}

.background-white {
    background-color: var(--white)
}

.no-scroll {
    overflow: hidden
}

.only-desktop {
    display: none
}

.only-mobile {
    display: block
}

.italic {
    font-style: italic
}

.gap-5 {
    gap: 5px
}

.max-width-5 {
    max-width: 5px
}

.gap-10 {
    gap: 10px
}

.max-width-10 {
    max-width: 10px
}

.gap-15 {
    gap: 15px
}

.max-width-15 {
    max-width: 15px
}

.gap-16 {
    gap: 16px
}

.max-width-16 {
    max-width: 16px
}

.gap-20 {
    gap: 20px
}

.max-width-20 {
    max-width: 20px
}

.gap-24 {
    gap: 24px
}

.max-width-24 {
    max-width: 24px
}

.gap-25 {
    gap: 25px
}

.max-width-25 {
    max-width: 25px
}

.gap-30 {
    gap: 30px
}

.max-width-30 {
    max-width: 30px
}

.gap-35 {
    gap: 35px
}

.max-width-35 {
    max-width: 35px
}

.gap-40 {
    gap: 40px
}

.max-width-40 {
    max-width: 40px
}

.gap-45 {
    gap: 45px
}

.max-width-45 {
    max-width: 45px
}

.gap-50 {
    gap: 50px
}

.max-width-50 {
    max-width: 50px
}

.gap-64 {
    gap: 64px
}

.max-width-64 {
    max-width: 64px
}

.gap-232 {
    gap: 232px
}

.max-width-232 {
    max-width: 232px
}

@media only screen and (min-width:992px) {
    .only-desktop {
        display: block
    }

    .only-mobile {
        display: none
    }
}

.gap-2v {
    gap: 8px
}

.gap-6v {
    gap: 24px
}

.text-uppercase {
    text-transform: uppercase
}

.text-underline {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.text-no-underline {
    background: none;
    -webkit-text-decoration: none;
    text-decoration: none
}

.h6--xss {
    color: var(--light-text-title-grey,#161616);
    font-family: Marianne;
    font-size: 20px;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    line-height: 1.75rem
}

@media only screen and (min-width:992px) {
    .h6--xss {
        color: var(--light-text-title-grey,#161616);
        font-family: Marianne;
        font-size: 20px;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        line-height: 1.75rem
    }
}

.full-width {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    right: 50%;
    width: 100vw
}

.border-left-green {
    border-left: 4px solid var(--light-accent-green-archipel-main-557,#009099)
}

.dn {
    display: none
}

.separator {
    background-color: var(--light-border-default-grey,#ddd);
    display: inline-block;
    height: 1px;
    margin: 0 12px;
    vertical-align: middle;
    width: 16px
}

.separator--vertical {
    transform: rotate(90deg)
}

.line-break-anywhere {
    line-break: anywhere
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.inline-block {
    display: inline-block
}

.float-right {
    float: right
}

.relative {
    position: relative
}

.text-24 {
    font-size: 24px;
    font-size: 1.5rem
}

.text-20 {
    font-size: 20px;
    font-size: 1.25rem
}

.text-14 {
    font-size: 14px;
    font-size: .875rem
}

.offset {
    left: -999em;
    position: absolute;
    top: -999em
}

.sr-only {
    border: 0 !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    clip: rect(1px,1px,1px,1px) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important
}

.display-list {
    display: list-item
}

ul.two-column {
    -moz-column-count: 2;
    column-count: 2
}

    ul.two-column li {
        -moz-column-break-inside: avoid;
        break-inside: avoid-column
    }

@media only screen and (max-width:992px) {
    ul.two-column {
        -moz-column-count: 1;
        column-count: 1
    }
}

.half-bg-blue-ecume {
    position: relative
}

    .half-bg-blue-ecume:after {
        background-color: var(--light-accent-blue-ecume-975,#f4f6fe);
        bottom: 0;
        content: "";
        height: 50%;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: -1
    }

.width-fit-content {
    width: -moz-fit-content;
    width: fit-content
}

.acti-img-lightbox__btn[data-fr-opened=false] {
    line-height: 0;
    padding: 0
}

    .acti-img-lightbox__btn[data-fr-opened=false]:hover:before {
        background-color: #00000080;
        content: "";
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 9998
    }

    .acti-img-lightbox__btn[data-fr-opened=false]:hover .acti-img-lightbox__icon {
        display: flex
    }

.acti-img-lightbox__icon {
    align-items: center;
    background-color: #000091;
    border-radius: 48px;
    color: #fff;
    cursor: pointer;
    display: none;
    height: 48px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-24px) translateY(-24px);
    width: 48px;
    z-index: 9999
}

#acti-modal-lightbox .fr-content-media__img {
    text-align: center
}

    #acti-modal-lightbox .fr-content-media__img img {
        max-width: -moz-fit-content;
        max-width: fit-content
    }

#acti-modal-lightbox .fr-container {
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center
}

.fr-card img {
    height: auto;
    width: 100%
}

h1, h2, h3, h4, h5, h6 {
    word-break: break-word
}

.fr-tile.custom-tile .fr-tile__desc, .fr-tile.custom-tile .fr-tile__title {
    font-size: 24px;
    font-size: 1.5rem
}

.home-hero .fr-text--lead * {
    font-size: 105%
}


.fr-header__operator img {
    min-width: 15.5rem !important
}

.fr-follow {
    border-top: 1px solid var(--light-decisions-border-border-default-grey,#ddd)
}

@media only screen and (min-width:992px) {
    .fr-breadcrumb {
        margin-bottom: 0
    }
}

@media only screen and (max-width:992px) {
    .fr-header__operator img {
        max-width: none !important;
        min-width: auto !important;
        width: 157px
    }
}

.fr-pb-md-146 {
    padding-bottom: 146px !important
}

.fr-pb-md-140 {
    padding-bottom: 140px !important
}

.fr-callout.fr-callout--yellow-tournesol-975 {
    background-color: var(--yellow-tournesol-975,#fef6e3);
    background-image: linear-gradient(0deg,var(--yellow-tournesol-850-hover,#c1a42d),var(--yellow-tournesol-850-hover,#c1a42d))
}

    .fr-callout.fr-callout--yellow-tournesol-975:before {
        color: var(--yellow-tournesol-850-hover,#c1a42d)
    }

.todo {
    align-items: baseline;
    border-bottom: 2px solid red;
    display: flex;
    gap: 10px;
    margin-bottom: 20px
}

.todo__text {
    align-items: center;
    background-color: red;
    bottom: -2px;
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    font-size: .75rem;
    justify-content: center;
    line-height: 1;
    padding: 7px 10px;
    position: relative
}

.todo__plus {
    font-size: 10px;
    font-size: .625rem;
    font-style: italic;
    opacity: .7
}

.deco {
    position: relative
}

    .deco:after {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 0;
        content: "";
        display: block;
        height: 32px;
        left: 50%;
        position: absolute;
        transform: translate(-50%,50%);
        width: 90px
    }

.deco--1:after {
    background-image: url(/app/themes/francophonie-sommet/public/images/deco/deco-1.e9de4e.svg)
}

.deco--2:after {
    background-image: url(/app/themes/francophonie-sommet/public/images/deco/deco-2.e41b90.svg)
}

.pattern-full {
    position: relative
}

    .pattern-full:after {
        background-image: url(/app/themes/francophonie-sommet/public/images/deco/pattern.981151.svg);
        background-repeat: repeat-x;
        content: "";
        display: block;
        height: 32px;
        left: 50%;
        position: absolute;
        width: calc(100% - 92px)
    }

.pattern-full--top:after {
    top: 0;
    transform: translate(-50%,-50%)
}

.pattern-full--bottom:after {
    bottom: 0;
    transform: translate(-50%,50%)
}

@media only screen and (min-width:992px) {
    .pattern-full:after {
        width: calc(100% - 238px)
    }
}

.deco-full {
    position: relative
}

    .deco-full:before {
        background-image: url(/app/themes/francophonie-sommet/public/images/deco/deco-full.40e713.svg);
        background-position: 0;
        background-repeat: repeat;
        background-size: cover;
        content: "";
        display: block;
        height: 32px;
        left: 0;
        position: absolute;
        top: 0;
        transform: translateY(-50%);
        width: 100%;
        z-index: 4
    }

@media only screen and (max-width:992px) {
    .deco-full:before {
        left: 10%;
        width: 80%
    }
}

.deco-hero {
    position: relative
}

    .deco-hero:after, .deco-hero:before {
        background-repeat: no-repeat;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        z-index: 2
    }



@media only screen and (max-width:992px) {
    .deco-hero:before {
        aspect-ratio: 106/138;
        height: 138px;
        top: 50%;
        transform: translateY(-50%) translateX(-30%);
        width: 106px
    }

    .deco-hero:after {
        aspect-ratio: 103/126;
        height: 126px;
        width: 103px
    }
}

.deco-bg {
    overflow: hidden;
    position: relative
}



.z-1 {
    z-index: 1
}

.z-1, .z-3 {
    position: relative
}

.z-3 {
    z-index: 3
}

.tarteaucitronIconBottomRight {
    z-index: 100 !important
}

:root[data-rf-theme=dark] {
    --bf500: #bfbfe3;
    --w-bf500: #000091;
    --t-plain: #0000;
    --g800: #fff;
    --g700: #f0f0f0;
    --g600: #e7e7e7;
    --g400: #9c9c9c;
    --g300: #6a6a6a;
    --g200: #383838;
    --w: #1e1e1e;
    --g100-g800: #1e1e1e;
    --focus: #5398ff;
    --rm500: #f7bfc3;
    --overlay: #cecece14
}

:root {
    --bf500: #000091;
    --w-bf500: #fff;
    --t-plain: #0000;
    --g800: #1e1e1e;
    --g700: #383838;
    --g600: #6a6a6a;
    --g400: #cecece;
    --g300: #e7e7e7;
    --g200: #f0f0f0;
    --w: #fff;
    --g100-g800: #f8f8f8;
    --focus: #2a7ffe;
    --rm500: #e1000f;
    --overlay: #9c9c9c52;
    --focus-z-index: 2000
}

@font-face {
    font-family: dsfr-tac-icons;
    src: url(data:font/truetype;charset=utf-8;base64,d09GRgABAAAAAASYAAsAAAAABtgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAQwAAAFY4wUKAY21hcAAAAYgAAABVAAABjOEvI+NnbHlmAAAB4AAAALEAAAC8RwSAoGhlYWQAAAKUAAAAMAAAADYcco6VaGhlYQAAAsQAAAAeAAAAJAgEA+1obXR4AAAC5AAAAA8AAAAQDhAAAGxvY2EAAAL0AAAACgAAAAoAcgAubWF4cAAAAwAAAAAeAAAAIAEQAChuYW1lAAADIAAAATEAAAIuRB1J2XBvc3QAAARUAAAAQwAAAF18Wox+eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGRuYZzAwMrAwPST2YOBgWEFhGZyYLBiNAXSDKzMDFhBQJprCoPDA4YHTMwv/lsw5DC/YDgBFGYEyQEA8HwMsgB4nO2QsQ2AQAwDL59AgZiDipJJqBifTR4n/2Ng6SzZilIYWAAXpwiwByN1q7Xqna364KibyP5tvctJV47ylp9s5ddefs3kudSgtptoL+04wD9smw0NAAAAeJxjYGQAAuZpTL4MrAwMjObinIzmTBE/XP8d/nfIjTHsu/u/Q4x27kAlEHXTmc4xcIPVsYuzq7Orm6uDVX/74fbzu9u3726M1364/QCygPwfbgxMDAz/z7FIMQcxCDFIA3WJKgsqmhoLirApKyqpmQqamBmrCiqbMqozAokvv5jUUmRF/5aJysqKMgel/KtyY2x7xrQn5e+tX/+ugASZukRlp/0reAaWSQG6BgBlHzlCAAAAeJxjYGRgYADiImfHBfH8Nl8ZuFk2AEUY7sxZ8gRB/z/HIsUcBORyMDCBRAFWOQxBeJxjYGRgYH7x34KBgWUDAxCwSDEwMqACFgBU5AL7AAB4nGNgYGBg2YDAAA7gAh0AAAAAAAAUAC4AXgAAeJxjYGRgYGBhkGFgYgABEMkFhAwM/8F8BgALoAE5AAB4nG2RPU7DMBiG3/QP0UoIBGJh8QILavozdmRo9w7d08RJUyVx5LgVvQMn4BAcgoEzcAgOwVvzSZVQbcl+vsfvFysJgGt8IcBxBOj79ThauGD1x23SjXCH/CDcxQCPwj36sXAfz5gJD3ALzScEnUuaO7wKt3CFN+E2/btwh/wh3MU9PoV79N/CfazwIzzAU/CSNKkd5rGpmqXOdkVkT+JEK22b3FRqEo5PcqErbSOnE7U+qGafTZ1LVWpNqeamcroojKqt2erYhRvn6tlolIoPY1MiQYMUFkPkiGFQsV7yfTPsUCDiybnEObdil+We+1phgpDf81xywWTl0xEc94TpNQ5cG+x585TWsUv5ToOSNPe9x3TBaWhqf7alielDbHxXzf824kz/5UN/e/kLsDVkLAAAAHicY2BigAAeBuyAhZGJkZmRhZGVQTCxqCi/XDclvzxPt1g3JzMvlSs5J784FcwUSq0oSS3KS8wB8bLBQgwMANcAEdUA) format("truetype")
}

#tarteaucitronRoot {
    box-sizing: border-box;
    color: var(--g700);
    font-family: Marianne,arial,sans-serif;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    #tarteaucitronRoot *, #tarteaucitronRoot :after, #tarteaucitronRoot :before {
        box-sizing: inherit
    }

    #tarteaucitronRoot h1 {
        color: var(--g800);
        font-size: 2.75rem;
        font-weight: 700;
        line-height: 1.25
    }

@media(min-width:48em) {
    #tarteaucitronRoot h1 {
        font-size: 3rem
    }
}

#tarteaucitronRoot h2 {
    font-size: 2rem
}

#tarteaucitronRoot h2, #tarteaucitronRoot h3 {
    color: var(--g800);
    font-weight: 700;
    line-height: 1.25
}

#tarteaucitronRoot h3 {
    font-size: 1.5rem
}

#tarteaucitronRoot h4 {
    color: var(--g800);
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.375
}

#tarteaucitronRoot a {
    color: inherit
}

    #tarteaucitronRoot a:focus {
        outline: 2px solid;
        outline-color: var(--focus);
        outline-offset: 2px;
        z-index: var(--focus-z-index)
    }

#tarteaucitronRoot a {
    -webkit-text-decoration: none;
    text-decoration: none
}

    #tarteaucitronRoot a[target=_blank]:after {
        content: "";
        font-family: dsfr-tac-icons !important;
        font-feature-settings: normal;
        font-size: 1rem;
        font-style: normal;
        font-variant: normal;
        font-weight: 400 !important;
        line-height: 1;
        margin-left: .25rem;
        text-transform: none;
        vertical-align: initial
    }

#tarteaucitronRoot button {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    font-family: inherit
}

    #tarteaucitronRoot button:focus {
        outline: 2px solid;
        outline-color: var(--focus);
        outline-offset: 2px;
        z-index: var(--focus-z-index)
    }

button#tarteaucitronPrivacyUrl {
    background: #0000;
    bottom: .5em;
    font-size: 9px;
    left: 2.5em;
    position: absolute
}

#tarteaucitronRoot ol, #tarteaucitronRoot ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#tarteaucitronBack {
    background-color: var(--overlay);
    display: none;
    height: 100%;
    left: 0;
    opacity: 1 !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2147483646
}

.tarteaucitronIconBottomLeft {
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 4000
}

.tarteaucitronIconBottomRight {
    bottom: 0;
    position: fixed;
    right: 0;
    z-index: 4000
}

.tarteaucitronIconTopLeft {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 4000
}

.tarteaucitronIconTopRight {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 4000
}

#tarteaucitronIcon #tarteaucitronManager > img {
    display: none
}

#tarteaucitronIcon #tarteaucitronManager {
    background: var(--bf500);
    color: var(--w);
    font-size: inherit;
    line-height: 1.5rem;
    min-height: 2.5rem;
    opacity: .7;
    padding: .5rem 1.5rem
}

    #tarteaucitronIcon #tarteaucitronManager:before {
        content: "Cookies"
    }

div#tarteaucitronRoot.tarteaucitronBeforeVisible:before {
    background-color: var(--overlay) !important;
    opacity: 1 !important
}

div#tarteaucitronAlertBig:before {
    content: none !important
}

body #tarteaucitronRoot div#tarteaucitronAlertBig {
    border-radius: 0
}

.tarteaucitronBeforeVisible #tarteaucitronAlertBig {
    display: flex !important
}

#tarteaucitronAlertBig {
    background: var(--g200);
    background: linear-gradient(#f0f0f0 33%,#f0f0f000),linear-gradient(#f0f0f000,#f0f0f0 66%) 0 100%,radial-gradient(farthest-side at 50% 0,#22222280,#0000),radial-gradient(farthest-side at 50% 100%,#22222280,#0000) 0 100%;
    background-attachment: local,local,scroll,scroll;
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    background-size: 100% 18px,100% 18px,100% 6px,100% 10px;
    bottom: 0;
    box-shadow: inset 0 0 0 1px var(--g400);
    color: var(--g700);
    flex-wrap: wrap;
    justify-content: flex-end;
    left: 0;
    max-height: 73vh;
    overflow-y: scroll;
    padding: 1rem;
    position: fixed;
    width: 100%;
    z-index: 2147483645
}

@media screen and (min-width:48em) {
    #tarteaucitronRoot #tarteaucitronAlertBig {
        border-radius: 0 !important;
        bottom: 2.5rem !important;
        box-shadow: inset 0 0 0 1px var(--g400) !important;
        left: 2.5rem !important;
        margin: auto;
        padding: 2rem !important;
        top: auto !important;
        transform: none !important;
        width: 40rem !important
    }
}

#tarteaucitronDisclaimerAlert {
    margin-bottom: 2rem
}

@media screen and (min-width:48em) {
    #tarteaucitronAlertBig {
        height: auto;
        max-height: none;
        overflow: initial;
        padding-right: 0
    }
}

#tarteaucitronDisclaimerAlert > p {
    margin-bottom: 1rem
}

    #tarteaucitronDisclaimerAlert > p:last-child {
        margin-bottom: 0
    }

#tarteaucitronRoot #tarteaucitronCloseCross:first-letter {
    color: #0000
}

#tarteaucitronRoot #tarteaucitronCloseCross {
    background-color: var(--t-plain);
    border-radius: 1rem;
    color: var(--bf500);
    display: block;
    font-size: .875rem;
    line-height: 1.5rem;
    margin-bottom: .5rem;
    min-height: 2rem;
    padding: .25rem .75rem;
    position: relative;
    width: 5rem
}

    #tarteaucitronRoot #tarteaucitronCloseCross:before {
        content: "Fermer";
        left: .75rem;
        position: absolute
    }

    #tarteaucitronRoot #tarteaucitronCloseCross:after {
        bottom: 0;
        content: "";
        font-family: dsfr-tac-icons !important;
        font-feature-settings: normal;
        font-size: 1rem;
        font-style: normal;
        font-variant: normal;
        font-weight: 400 !important;
        height: 1rem;
        line-height: 1;
        margin: auto;
        position: absolute;
        right: 0;
        text-transform: none;
        top: 0
    }

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronCTAButton {
    background: var(--bf500);
    color: var(--w);
    cursor: pointer;
    font-size: inherit;
    line-height: 1.5rem;
    margin: .5rem 0;
    min-height: 2.5rem;
    padding: .5rem 1.5rem;
    width: 100%
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert {
    background-color: var(--t-plain);
    box-shadow: inset 0 0 0 1px var(--bf500);
    color: var(--bf500);
    margin-bottom: 0;
    order: 5
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronAllDenied2 {
    order: 4
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize2 {
    margin-right: 0;
    order: 3
}

@media screen and (min-width:36em) {
    #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronCTAButton {
        display: flex !important;
        margin: 0 .5rem !important;
        width: auto
    }

        #tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronCTAButton:not(.tarteaucitronAllow):not(.tarteaucitronDeny) {
            margin: 0 0 0 auto !important
        }

    #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert {
        order: 3
    }

    #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronAllDenied2 {
        order: 4
    }

    #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize2 {
        margin-right: 0 !important;
        order: 5
    }
}

#tarteaucitron {
    bottom: 0 !important;
    display: none;
    height: 90%;
    left: 0;
    margin: 0;
    padding: 3rem 0 0;
    position: fixed;
    top: auto !important;
    width: 100%;
    z-index: 2147483647
}

    #tarteaucitron:before {
        background: var(--w);
        content: "";
        height: calc(3rem + 1px);
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

@media screen and (min-width:48em) {
    #tarteaucitron {
        height: auto;
        left: 50%;
        margin: auto auto auto -25rem;
        max-height: 80%;
        top: 0 !important;
        width: 50rem
    }
}

#tarteaucitronRoot #tarteaucitronClosePanel {
    align-items: center;
    background: var(--tplain);
    border-radius: 1rem;
    color: var(--bf500);
    display: inline-flex;
    flex-direction: row-reverse;
    font-size: .875rem;
    line-height: 1.5rem;
    min-height: 2rem;
    outline-offset: 0;
    padding: .25rem .75rem;
    position: absolute;
    right: 1rem;
    top: 1rem
}

    #tarteaucitronRoot #tarteaucitronClosePanel:before {
        content: "";
        font-family: dsfr-tac-icons !important;
        font-feature-settings: normal;
        font-size: 1rem;
        font-style: normal;
        font-variant: normal;
        font-weight: 400 !important;
        line-height: 1;
        margin-left: .5rem;
        margin-right: -.25rem;
        text-transform: none
    }

.tarteaucitronSelfLink > img {
    display: none
}

.tarteaucitronSelfLink:before {
    content: "Site officiel de Tarte au citron"
}

#tarteaucitronServices ul > li:before {
    content: none
}

#tarteaucitronServices ul > li > ul {
    padding-left: 0
}

#tarteaucitronRoot .tarteaucitronMainLine {
    box-shadow: inset 0 -1px 0 0 var(--g300);
    padding-bottom: 2.5rem
}

    #tarteaucitronRoot .tarteaucitronMainLine .tarteaucitronH1 {
        color: var(--g700);
        display: block;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 2rem;
        margin: 0 0 1rem
    }

    #tarteaucitronRoot .tarteaucitronMainLine .tarteaucitronAsk {
        align-items: flex-start;
        flex-direction: column
    }

        #tarteaucitronRoot .tarteaucitronMainLine .tarteaucitronAsk:before {
            content: none
        }

        #tarteaucitronRoot .tarteaucitronMainLine .tarteaucitronAsk .tarteaucitronDeny {
            margin-left: 0;
            margin-top: 1.5rem
        }

@media screen and (min-width:48em) {
    #tarteaucitronRoot .tarteaucitronMainLine .tarteaucitronAsk {
        align-items: center;
        flex-direction: row
    }

        #tarteaucitronRoot .tarteaucitronMainLine .tarteaucitronAsk:before {
            content: ""
        }

        #tarteaucitronRoot .tarteaucitronMainLine .tarteaucitronAsk .tarteaucitronDeny {
            margin-left: 1.5rem;
            margin-top: 0
        }
}

#tarteaucitronServices {
    background-color: var(--w);
    padding: 1rem 1rem 2rem
}

@media screen and (min-width:48em) {
    #tarteaucitronServices {
        padding: 1rem 2rem 2rem
    }
}

#tarteaucitronServicesTitle_mandatory .tarteaucitronH3 {
    font-size: 1rem;
    margin-bottom: .5rem;
    max-width: none
}

#tarteaucitronServicesTitle_mandatory .tarteaucitronTitle {
    margin-bottom: 1rem
}

#tarteaucitronServicesTitle_mandatory .tarteaucitronAsk {
    position: relative;
    right: auto;
    top: auto
}

@media screen and (min-width:48em) {
    .tarteaucitronName {
        max-width: 60%
    }
}

.tarteaucitronAsk {
    display: flex;
    margin-top: 2rem
}

@media screen and (min-width:48em) {
    .tarteaucitronAsk {
        align-items: center;
        justify-content: flex-end;
        margin-top: 0 !important
    }

    .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronAsk {
        position: absolute;
        right: 0;
        top: 0
    }
}

#tarteaucitronRoot .tarteaucitronAsk .tarteaucitronAllow {
    font-size: 1rem;
    margin-right: 1.5rem;
    order: 1
}

#tarteaucitronRoot .tarteaucitronAsk .tarteaucitronDeny {
    font-size: 1rem;
    margin-left: 1.5rem;
    order: 3
}

#tarteaucitronRoot .tarteaucitronAsk:before {
    background: var(--g300);
    content: "";
    height: 1.5rem;
    order: 2;
    width: 1px
}

#tarteaucitronRoot .tarteaucitronAllow:not(.tarteaucitronCTAButton), #tarteaucitronRoot .tarteaucitronDeny:not(.tarteaucitronCTAButton) {
    align-items: center;
    background: var(--tplain);
    color: var(--g800);
    display: inline-flex;
    padding: 0;
    position: relative
}

#tarteaucitronRoot .tarteaucitronAllow:disabled:not(.tarteaucitronCTAButton), #tarteaucitronRoot .tarteaucitronDeny:disabled:not(.tarteaucitronCTAButton) {
    color: var(--g600-g400)
}

    #tarteaucitronRoot .tarteaucitronAllow:disabled:not(.tarteaucitronCTAButton):before, #tarteaucitronRoot .tarteaucitronDeny:disabled:not(.tarteaucitronCTAButton):before {
        background-color: var(--g200);
        border: 1px solid var(--g400)
    }

    #tarteaucitronRoot .tarteaucitronAllow:disabled:not(.tarteaucitronCTAButton):after, #tarteaucitronRoot .tarteaucitronDeny:disabled:not(.tarteaucitronCTAButton):after {
        content: none
    }

#tarteaucitronRoot .tarteaucitronAllow.tarteaucitronIsSelected:after, #tarteaucitronRoot .tarteaucitronDeny.tarteaucitronIsSelected:after {
    opacity: 1
}

#tarteaucitronRoot .tarteaucitronAllow.tarteaucitronIsSelected:before, #tarteaucitronRoot .tarteaucitronDeny.tarteaucitronIsSelected:before {
    border: 1px solid var(--bf500)
}

#tarteaucitronRoot .tarteaucitronAllow:not(.tarteaucitronCTAButton):before, #tarteaucitronRoot .tarteaucitronDeny:not(.tarteaucitronCTAButton):before {
    border: 1px solid var(--g800);
    border-radius: 50%;
    content: "";
    display: block;
    flex-shrink: 0;
    height: 1.5rem;
    margin-right: .5rem;
    width: 1.5rem
}

#tarteaucitronRoot .tarteaucitronAllow:not(.tarteaucitronCTAButton):after, #tarteaucitronRoot .tarteaucitronDeny:not(.tarteaucitronCTAButton):after {
    background: var(--bf500);
    border-radius: 50%;
    content: "";
    display: block;
    height: .75rem;
    left: .375rem;
    opacity: 0;
    position: absolute;
    width: .75rem
}

#tarteaucitronRoot #tarteaucitronServices_mandatory .tarteaucitronAllow:after, #tarteaucitronRoot .tarteaucitronIsAllowed .tarteaucitronAllow:after, #tarteaucitronRoot .tarteaucitronIsDenied .tarteaucitronDeny:after {
    opacity: 1
}

#tarteaucitronRoot #tarteaucitronServices_mandatory .tarteaucitronAsk:before {
    content: none
}

#tarteaucitronRoot [id^=tarteaucitronServices_] {
    margin-top: 1.5rem
}

@media screen and (min-width:48em) {
    #tarteaucitronRoot [id^=tarteaucitronServices_] {
        margin-top: 0
    }
}

.tarteaucitronBorder > ul > li {
    box-shadow: inset 0 1px 0 0 var(--g300);
    padding: 1.5rem 0
}

    .tarteaucitronBorder > ul > li:first-child {
        box-shadow: none
    }

#tarteaucitronRoot .tarteaucitronTitle > .catToggleBtn, #tarteaucitronRoot .tarteaucitronTitle > button {
    background: 0;
    color: var(--g800);
    font-size: 1.25rem;
    font-weight: 700;
    padding: 0;
    text-align: left
}

#tarteaucitron #tarteaucitronInfo, #tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
    background: var(--g700);
    color: var(--w);
    display: none;
    font-size: .75rem;
    margin-top: 0;
    max-width: 270px;
    padding: 1rem;
    position: absolute;
    z-index: 2147483647
}

#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
    display: none;
    position: relative
}

.tarteaucitronH3 {
    color: var(--g800);
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    max-width: 24rem
}

    .tarteaucitronH3 + span {
        display: block
    }

.tarteaucitronLine {
    margin-bottom: 1rem !important;
    position: relative
}

ul[style="display: block;"] .tarteaucitronLine {
    margin-bottom: 1.5rem
}

@media screen and (min-width:48em) {
    .tarteaucitronHidden > ul:last-child:not([style="display: block;"]) .tarteaucitronLine:not(:last-child), .tarteaucitronHidden > ul[style="display: block;"] .tarteaucitronLine:not(:last-child) {
        margin-bottom: 0
    }
}

.tarteaucitronHidden > ul:last-child:not([style="display: block;"]) .tarteaucitronLine .tarteaucitronH3, .tarteaucitronHidden > ul[style="display: block;"] .tarteaucitronLine .tarteaucitronH3 {
    font-size: 1rem;
    margin-bottom: .5rem
}

.tarteaucitronHidden > ul:last-child:not([style="display: block;"]) .tarteaucitronLine:first-child {
    margin-top: 1.5rem
}

@media screen and (min-width:48em) {
    .tarteaucitronHidden > ul[style="display: block;"] .tarteaucitronLine {
        display: flex
    }

    .tarteaucitronHidden > ul[style="display: block;"] .tarteaucitronAsk {
        margin-left: auto;
        margin-right: 0;
        margin-top: 0
    }
}

.tarteaucitronHidden > ul[style="display: block;"] .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronAsk, .tarteaucitronHidden > ul[style="display: none;"] .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronAsk {
    align-items: flex-start;
    position: relative;
    right: auto;
    top: auto
}

#tarteaucitronRoot .tarteaucitron-toggle-group {
    background: none;
    border-bottom: 1px solid;
    font-size: inherit;
    margin: 1.5rem 0 0;
    padding: 0
}

    #tarteaucitronRoot .tarteaucitron-toggle-group:after {
        content: "";
        font-family: dsfr-tac-icons !important;
        font-feature-settings: normal;
        font-size: 1rem;
        font-style: normal;
        font-variant: normal;
        font-weight: 400 !important;
        line-height: 1;
        margin-left: .5rem;
        text-transform: none
    }

.tarteaucitronAlertSmallBottom {
    bottom: 0;
    display: none;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    width: auto;
    z-index: 2147483646
}

.tarteaucitronAlertSmallBottom, .tarteaucitronAlertSmallTop {
    bottom: 0
}

#tarteaucitronAlertSmall {
    display: none;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    width: auto;
    z-index: 2147483646
}

    #tarteaucitronAlertSmall #tarteaucitronCookiesNumber, #tarteaucitronAlertSmall #tarteaucitronManager {
        background: var(--bf500);
        color: var(--w);
        cursor: pointer;
        font-size: inherit;
        line-height: 1.5rem;
        min-height: 2.5rem;
        padding: .5rem 1.5rem !important;
        position: relative
    }

    #tarteaucitronAlertSmall #tarteaucitronCookiesNumber {
        margin-left: .25rem
    }

    #tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot {
        background-color: gray;
        border-radius: 5px;
        display: block;
        height: 5px;
        left: 1.5rem;
        overflow: hidden;
        position: absolute;
        width: calc(100% - 3rem)
    }

        #tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen, #tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed, #tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow {
            display: block;
            float: left;
            height: 100%;
            width: 0
        }

        #tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen {
            background-color: #1b870b
        }

        #tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow {
            background-color: #fbda26
        }

        #tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
            background-color: #9c1a1a
        }

    #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer {
        background: #fff;
        display: none;
        max-height: 50%;
        max-width: 500px;
        padding-top: 1rem;
        position: fixed;
        right: 0;
        width: 100%
    }

        #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
            color: #333;
            font-size: .75rem;
            height: auto;
            overflow: auto;
            padding: 0 1.5rem;
            text-align: left
        }

            #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle {
                color: var(--g800);
                display: inline-block;
                font-size: 1rem;
                font-weight: 700;
                margin: 1.5rem 0 0;
                padding: 1rem 0;
                text-align: left;
                width: auto
            }

            #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList strong {
                color: var(--g800)
            }

        #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle {
            color: var(--g800);
            font-size: 1.25rem;
            font-weight: 700;
            padding: .5rem 1.5rem;
            text-align: left
        }

            #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle strong {
                color: var(--w);
                font-size: 1rem
            }

        #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain {
            padding: 0 0 .25rem;
            word-wrap: break-word
        }

            #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain:before {
                content: none
            }

            #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain a {
                color: var(--g800);
                -webkit-text-decoration: none;
                text-decoration: none
            }

            #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft {
                align-items: center;
                display: inline-flex;
                width: 50%
            }

                #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft a strong {
                    color: var(--rm500)
                }

            #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListRight {
                color: var(--g800);
                display: inline-block;
                font-size: .75rem;
                margin-left: 10%;
                vertical-align: top;
                width: 30%
            }

        #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie {
            align-items: center;
            background: var(--tplain);
            border-radius: 1rem;
            color: var(--bf500);
            display: inline-flex;
            flex-direction: row-reverse;
            font-size: .875rem;
            line-height: 1.5rem;
            min-height: 2rem;
            padding: .25rem .75rem;
            position: absolute;
            right: 1rem;
            top: 0
        }

            #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie:before {
                content: "";
                font-family: dsfr-tac-icons !important;
                font-feature-settings: normal;
                font-size: 1rem;
                font-style: normal;
                font-variant: normal;
                font-weight: 400 !important;
                line-height: 1;
                margin-left: .5rem;
                margin-right: -.25rem;
                text-transform: none
            }

#tarteaucitronRoot .purgeBtn {
    background-color: var(--bf500);
    color: var(--w-bf500);
    flex-direction: row;
    flex-shrink: 0;
    font-size: .875rem;
    line-height: 1.5rem;
    margin-right: .25rem;
    max-height: 2rem;
    max-width: 2rem;
    min-height: 2rem;
    padding: .25rem .5rem
}

    #tarteaucitronRoot .purgeBtn:before {
        content: "";
        font-family: dsfr-tac-icons !important;
        font-feature-settings: normal;
        font-size: 1rem;
        font-style: normal;
        font-variant: normal;
        font-weight: 400 !important;
        line-height: 1;
        margin-left: 0;
        margin-right: .5rem;
        text-transform: none
    }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .purgeBtn strong {
    display: none
}

.tac_activate {
    background: var(--g200);
    display: flex;
    justify-content: center;
    padding: 6rem 0;
    width: 100%
}

    .tac_activate .tac_float {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

.rf-responsive-vid__player .tac_activate {
    height: 100%;
    padding: O
}

.tac_activate .tarteaucitronAllow:not(.tarteaucitronCTAButton):after, .tac_activate .tarteaucitronAllow:not(.tarteaucitronCTAButton):before {
    content: none
}

.tac_activate .tarteaucitronAllow:not(.tarteaucitronCTAButton) {
    -webkit-appearance: none;
    appearance: none;
    background: var(--bf500);
    border: none;
    color: var(--w);
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    line-height: 1.5rem;
    margin-top: 1.5rem;
    min-height: 2.5rem;
    padding: .5rem 1.5rem
}

    .tac_activate .tarteaucitronAllow:not(.tarteaucitronCTAButton):focus {
        outline: 2px solid;
        outline-color: var(--focus);
        outline-offset: 2px;
        z-index: var(--focus-z-index)
    }

.tac_visually-hidden {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0,0,0,0);
    border: 0;
    white-space: nowrap
}

body.has-filters-button #tarteaucitronIcon {
    bottom: 72px;
    bottom: 4.5rem
}

.spinner {
    animation: spin 1.5s linear infinite;
    border-top: 3px solid var(--grey-950-100-active);
    border: 3px solid var(--grey-950-100-active);
    border-radius: 50%;
    border-top-color: var(--blue-france-sun-113-625);
    height: 30px;
    height: 1.875rem;
    width: 30px;
    width: 1.875rem
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.autocomp {
    background: #f6f6f6;
    box-shadow: 0 8px 8px 0 #0000001a;
    z-index: 10
}

    .autocomp .autocomp-item {
        color: var(--grey-50);
        cursor: pointer;
        font-size: 16px;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        line-height: 1.5rem;
        padding: 10px 16px;
        position: relative
    }

        .autocomp .autocomp-item strong {
            font-weight: 700
        }

        .autocomp .autocomp-item:not(:last-child):after {
            background-color: var(--light-border-default-grey);
            bottom: 0;
            content: "";
            display: block;
            height: 1px;
            left: 16px;
            position: absolute;
            right: 16px
        }

        .autocomp .autocomp-item:focus, .autocomp .autocomp-item:hover, .autocomp .autocomp-sel {
            background: #f1f1f1;
            font-weight: 700
        }

@media only screen and (max-width:992px) {
    #event-map {
        height: 444px !important;
        margin-left: -1rem;
        width: 100vw
    }
}

.dailymotion_player, .youtube_player {
    height: 0;
    overflow: auto;
    padding-top: 56.25%;
    pointer-events: auto;
    position: relative;
    width: 100%
}

    .dailymotion_player .tac_activate, .dailymotion_player iframe, .youtube_player .tac_activate, .youtube_player iframe {
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

.plyr {
    --plyr-color-main: var(--ultramarine);
    width: 100% !important
}

    .plyr .plyr__control.plyr__control--overlaid {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M28 51.334C15.113 51.334 4.667 40.887 4.667 28S15.113 4.667 28 4.667 51.334 15.113 51.334 28 40.887 51.334 28 51.334m0-4.667c10.31 0 18.667-8.357 18.667-18.667C46.667 17.691 38.31 9.334 28 9.334 17.691 9.334 9.334 17.69 9.334 28S17.69 46.667 28 46.667m-3.215-27.032 11.384 7.588a.934.934 0 0 1 0 1.554l-11.386 7.588a.934.934 0 0 1-1.45-.774V20.41a.933.933 0 0 1 1.452-.775' clip-rule='evenodd'/%3E%3C/svg%3E");
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: calc(100% - 16px);
        height: 80px;
        width: 80px
    }

        .plyr .plyr__control.plyr__control--overlaid svg {
            display: none
        }

.hero-form {
    position: relative
}

    .hero-form:before {
        background-color: var(--light-options-illustration-color-975-default-blue-ecume-975,#f4f6fe);
        background-image: url(/app/themes/francophonie-sommet/public/images/deco/filigrane.4d56bf.svg);
        background-position: 0;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 100%;
        left: 0;
        padding-bottom: 40px;
        padding-top: 40px;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1
    }

@media only screen and (min-width:992px) {
    .hero-form {
        padding-bottom: 66px;
        padding-top: 66px
    }
}

.hero-home {
    position: relative
}

    .hero-home:after, .hero-home:before {
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 5
    }

    .hero-home:before {
        aspect-ratio: 206/586;
        background-image: url(/app/themes/francophonie-sommet/public/images/deco/hero-left-gimmick.26c8fe.svg);
        background-position: 0;
        left: 0
    }

    .hero-home:after {
        aspect-ratio: 258/586;
        background-image: url(/app/themes/francophonie-sommet/public/images/deco/hero-right-gimmick.f89f0e.svg);
        background-position: 100%;
        right: 0
    }

.hero-home__container {
    align-items: center;
    display: flex;
    position: relative;
    z-index: 10
}

.hero-home__left, .hero-home__right {
    flex: 0 0 50%
}

.hero-home__left {
    padding-left: calc(50% - 500px) !important;
    padding-right: 48px
}

.hero-home__right {
    line-height: 0
}

    .hero-home__right img {
        height: auto;
        width: 100%
    }

@media only screen and (max-width:992px) {
    .hero-home:after, .hero-home:before {
        height: auto;
        width: 20%
    }

    .hero-home__container {
        flex-direction: column-reverse
    }

    .hero-home__left, .hero-home__right {
        flex: 0 0 100%
    }

    .hero-home__left {
        margin-top: 38px;
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (min-width:992px) {
    .highlight-news {
        position: relative
    }

        .highlight-news:before {
            background-color: var(--yellow-tournesol-975);
            content: "";
            display: block;
            height: 330px;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 5
        }

    .highlight-news__container {
        position: relative;
        z-index: 10
    }

    .highlight-news__see-all {
        text-align: right
    }
}

.hero-edito-riche {
    position: relative;
    z-index: -1
}

    .hero-edito-riche:before {
        background-image: url(/app/themes/francophonie-sommet/public/images/deco/gimmick-hero-edito.2e43a5.svg);
        background-position: 100% 0;
        background-repeat: no-repeat;
        background-size: 390px 538px;
        content: "";
        height: 538px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1
    }

@media only screen and (max-width:992px) {
    .hero-edito-riche:before {
        background-image: url(/app/themes/francophonie-sommet/public/images/deco/gimmick-hero-edito-mobile.65ceab.svg);
        background-size: auto 243px;
        height: 100%
    }

    .hero-edito-riche::before__grid {
        flex-direction: column-reverse;
        gap: 16px
    }
}

.last-news {
    background-image: url(/app/themes/francophonie-sommet/public/images/deco/filigrane-edito.541f7c.svg);
    background-position: bottom 0 left 0;
    background-repeat: no-repeat;
    background-size: 356px 279px
}

@media only screen and (min-width:992px) {
    .last-news {
        background-position: bottom 0 left 67px;
        background-size: 734px 576px
    }

    .last-news__top {
        display: flex;
        justify-content: space-between;
        margin-bottom: 32px
    }
}

.hero-news-list {
    position: relative
}

    .hero-news-list:before {
        background-color: var(--blue-ecume-975);
        background-image: url(/app/themes/francophonie-sommet/public/images/deco/gimmick-hero-news-list-left.9bbccb.svg),url(/app/themes/francophonie-sommet/public/images/deco/gimmick-hero-news-list-right.4a538b.svg);
        background-position: 0 0,100% 0;
        background-repeat: no-repeat;
        background-size: auto 580px;
        content: "";
        display: block;
        height: 684px;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 5
    }

.hero-news-list__container {
    position: relative;
    z-index: 10
}

@media only screen and (max-width:992px) {
    .hero-news-list:before {
        background-position: top 120px left -80px,top 120px right -60px;
        background-size: auto 369px;
        height: 1033px
    }

    .hero-news-list__container > .fr-grid-row {
        border-bottom: 1px solid var(--light-border-default-grey);
        padding-bottom: 40px
    }
}

.press-area {
    background-image: linear-gradient(180deg,#f4f6fe,#f4f6fe 90%,#fff 0);
    position: relative
}

    .press-area, .press-area:before {
        background-position: 100% 0;
        background-repeat: no-repeat;
        background-size: auto 492px
    }

        .press-area:before {
            background-image: url(/app/themes/francophonie-sommet/public/images/deco/hero-press-area.676b6e.svg);
            content: "";
            height: 100%;
            position: absolute;
            right: 0;
            top: 0;
            width: 100%
        }

.press-area__grid {
    display: flex;
    gap: 128px;
    position: relative
}

.press-area__left {
    flex: 0 0 690px
}

.press-area__right {
    flex: 1
}

@media only screen and (max-width:992px) {
    .press-area {
        background-image: linear-gradient(180deg,#f4f6fe,#f4f6fe 90%,#fff 0);
        background-size: auto 850px
    }

        .press-area:before {
            display: none
        }

    .press-area__grid {
        flex-direction: column;
        gap: 24px
    }

    .press-area__left {
        flex: auto
    }

    .press-area--content .press-area__right {
        order: -1
    }
}

.error-page {
    position: relative
}

    .error-page:before {
        background-image: url(/app/themes/francophonie-sommet/public/images/deco/deco-hero-right.78bb21.svg);
        background-position: 100% 0;
        background-repeat: no-repeat;
        background-size: auto 492px;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

@media only screen and (max-width:992px) {
    .contact-form .fieldset--civilite .fr-fieldset__element--inline {
        flex: 1 1 100%
    }

    .contact-form .fr-btn.submit {
        display: table;
        margin: auto
    }
}

.edito-riche__content ol > li {
    counter-increment: count
}

    .edito-riche__content ol > li::marker {
        content: counter(count,decimal) "° "
    }

.edito-riche__content ol li, .edito-riche__content ul li {
    margin-bottom: 16px
}

.edito-riche__content .fr-transcription ol li, .edito-riche__content .fr-transcription ul li {
    margin-bottom: 0
}

[dir=rtl] .fr-btn[target=_blank]:after, [dir=rtl] .fr-link[target=_blank]:after {
    margin-left: -.125rem;
    margin-right: .5rem;
    transform: scaleX(-1)
}

[dir=rtl] .fr-link--icon-left:before {
    margin-left: .5rem;
    margin-right: -.125rem
}

[dir=rtl] .fr-footer__content-link[target=_blank]:after, [dir=rtl] .fr-link--icon-right[class*=" fr-icon-"]:after {
    margin-left: -.125rem;
    margin-right: .5rem;
    transform: scaleX(-1)
}

[dir=rtl] .fr-footer__content {
    margin-left: 0;
    margin-right: auto
}

[dir=rtl] .fr-footer__content-list > li:last-child {
    margin-right: 1.5rem
}

[dir=rtl] .fr-footer__content-list > li:first-child {
    margin-right: 0
}

[dir=rtl] .fr-footer__bottom-copy a[target=_blank] {
    display: inline-flex
}

    [dir=rtl] .fr-footer__bottom-copy a[target=_blank]:after {
        margin-left: 0;
        margin-right: .25rem;
        transform: scaleX(-1)
    }

[dir=rtl] .fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg):not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class*=" fr-fi-"]:before, [dir=rtl] .fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg):not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class*=" fr-icon-"]:before, [dir=rtl] .fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg):not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class^=fr-fi-]:before, [dir=rtl] .fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg):not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class^=fr-icon-]:before {
    margin-left: .5rem;
    margin-right: 0
}

[dir=rtl] .fr-transcription .fr-transcription__btn:before {
    margin-left: .5rem;
    margin-right: -.125rem
}

[dir=rtl] .fr-transcription .fr-transcription__btn:after {
    margin-left: 0;
    margin-right: auto
}

[dir=rtl] .fr-transcription .fr-btn--fullscreen {
    margin: 0 .5rem 0 0
}

    [dir=rtl] .fr-transcription .fr-btn--fullscreen:after {
        margin-left: -.125rem;
        margin-right: .5rem
    }

[dir=rtl] .fr-modal__header button.fr-btn--close {
    margin-left: 0;
    margin-inline-start: auto
}

    [dir=rtl] .fr-modal__header button.fr-btn--close:after {
        margin-left: -.125rem;
        margin-right: .5rem
    }

[dir=rtl] .fr-card.fr-enlarge-link a:after {
    left: 2rem;
    right: auto !important;
    transform: scaleX(-1)
}

[dir=rtl] .fr-card__detail[class*=" fr-icon-"]:before {
    margin-left: .5rem;
    margin-right: 0
}

[dir=rtl] .fr-card.fr-enlarge-link .fr-card__end {
    padding-left: 2rem;
    padding-right: 0
}

[dir=rtl] .fr-input-group.fr-input-group--error:before {
    background-position: 100% 0
}

[dir=rtl] .fr-input-group.fr-input-group--error .fr-error-text:before {
    margin-left: .25rem;
    margin-right: 0
}

[dir=rtl] .fr-radio-group input[type=radio] + label {
    background-position: right top -.2rem;
    padding-left: 0;
    padding-right: 2rem
}

[dir=rtl] .fr-checkbox-group input[type=checkbox] + label {
    margin-left: 0;
    margin-right: 2rem
}

    [dir=rtl] .fr-checkbox-group input[type=checkbox] + label:before {
        left: auto;
        margin-left: .5rem;
        margin-right: 0;
        right: -2rem
    }

[dir=rtl] .fr-select {
    background-position: 1rem 50%;
    padding: .5rem 1rem .5rem 2.5rem
}

[dir=rtl] .fr-alert--sm {
    padding: .5rem 3rem .25rem 2.25rem
}

[dir=rtl] .fr-alert {
    background-position: 0 0,0 0,0 100%,100% 0,100% 100%
}

    [dir=rtl] .fr-alert:before {
        left: auto;
        right: 0
    }

[dir=rtl] .fr-summary__link:before {
    left: 100%;
    right: auto
}

[dir=rtl] .fr-content-media__caption .fr-link {
    margin-inline-end: auto;
    margin-right: 0
}

[dir=rtl] .fr-link--download .fr-link__detail, [dir=rtl] .fr-links-group--download .fr-link .fr-link__detail {
    left: auto;
    right: 0
}

[dir=rtl] .fr-link--download:after, [dir=rtl] .fr-links-group--download .fr-link:after {
    margin-left: -.125rem;
    margin-right: .5rem
}

[dir=rtl] .fr-tile.fr-tile--download {
    text-align: right
}

    [dir=rtl] .fr-tile.fr-tile--download .fr-tile__detail {
        padding-left: 2rem;
        padding-right: 0
    }

[dir=rtl] .fr-tile.fr-enlarge-link .fr-tile__title a:after, [dir=rtl] .fr-tile.fr-enlarge-link .fr-tile__title a:before {
    left: 2rem;
    right: auto;
    transform: scaleX(-1)
}

[dir=rtl] .fr-tile__title a:before {
    right: 0 !important
}

[dir=rtl] .fr-highlight {
    background-position: 100% 0
}

@media(min-width:48em) {
    [dir=rtl] .fr-highlight {
        margin-left: 0;
        margin-right: 2rem;
        padding-left: 0;
        padding-right: 2.25rem
    }
}

[dir=rtl] .fr-breadcrumb__list li:not(:first-child):before, [dir=rtl] .fr-pagination__link--first:before, [dir=rtl] .fr-pagination__link--last:before, [dir=rtl] .fr-pagination__link--next:after, [dir=rtl] .fr-pagination__link--prev:before {
    transform: scaleX(-1)
}

[dir=rtl] .fr-pagination__link--prev:before {
    margin-left: .5rem;
    margin-right: .125rem
}

[dir=rtl] .fr-pagination__link--next:after {
    margin-left: .125rem;
    margin-right: .5rem
}

[dir=rtl] .fr-pagination__link--first:before, [dir=rtl] .fr-pagination__link--last:before {
    margin-left: .5rem;
    margin-right: 0
}

[dir=rtl] .fr-callout {
    background-position: 100%
}

@media(min-width:48em) {
    [dir=rtl] .fr-callout[class*=" fr-fi-"]:before, [dir=rtl] .fr-callout[class*=" fr-icon-"]:before, [dir=rtl] .fr-callout[class^=fr-fi-]:before, [dir=rtl] .fr-callout[class^=fr-icon-]:before {
        margin: -1rem -2rem 1rem 0
    }

    [dir=rtl] .fr-pl-md-1v {
        padding-left: 0 !important;
        padding-right: .25rem !important
    }

    [dir=rtl] .fr-pl-md-2v {
        padding-left: 0 !important;
        padding-right: .5rem !important
    }

    [dir=rtl] .fr-pl-md-3v {
        padding-left: 0 !important;
        padding-right: .75rem !important
    }

    [dir=rtl] .fr-pl-md-4v {
        padding-left: 0 !important;
        padding-right: 1rem !important
    }

    [dir=rtl] .fr-pl-md-5v {
        padding-left: 0 !important;
        padding-right: 1.25rem !important
    }

    [dir=rtl] .fr-pl-md-6v {
        padding-left: 0 !important;
        padding-right: 1.5rem !important
    }

    [dir=rtl] .fr-pl-md-7v {
        padding-left: 0 !important;
        padding-right: 1.75rem !important
    }

    [dir=rtl] .fr-pl-md-8v {
        padding-left: 0 !important;
        padding-right: 2rem !important
    }

    [dir=rtl] .fr-pl-md-9v {
        padding-left: 0 !important;
        padding-right: 2.25rem !important
    }

    [dir=rtl] .fr-pl-md-10v {
        padding-left: 0 !important;
        padding-right: 2.5rem !important
    }

    [dir=rtl] .fr-pl-md-11v {
        padding-left: 0 !important;
        padding-right: 2.75rem !important
    }

    [dir=rtl] .fr-pl-md-12v {
        padding-left: 0 !important;
        padding-right: 3rem !important
    }

    [dir=rtl] .fr-pl-md-13v {
        padding-left: 0 !important;
        padding-right: 3.25rem !important
    }

    [dir=rtl] .fr-pl-md-14v {
        padding-left: 0 !important;
        padding-right: 3.5rem !important
    }

    [dir=rtl] .fr-pl-md-15v {
        padding-left: 0 !important;
        padding-right: 3.75rem !important
    }

    [dir=rtl] .fr-pl-md-16v {
        padding-left: 0 !important;
        padding-right: 4rem !important
    }

    [dir=rtl] .fr-pl-md-17v {
        padding-left: 0 !important;
        padding-right: 4.25rem !important
    }

    [dir=rtl] .fr-pl-md-18v {
        padding-left: 0 !important;
        padding-right: 4.5rem !important
    }

    [dir=rtl] .fr-pl-md-19v {
        padding-left: 0 !important;
        padding-right: 4.75rem !important
    }

    [dir=rtl] .fr-pl-md-20v {
        padding-left: 0 !important;
        padding-right: 5rem !important
    }

    [dir=rtl] .fr-pl-md-21v {
        padding-left: 0 !important;
        padding-right: 5.25rem !important
    }

    [dir=rtl] .fr-pl-md-22v {
        padding-left: 0 !important;
        padding-right: 5.5rem !important
    }

    [dir=rtl] .fr-pl-md-23v {
        padding-left: 0 !important;
        padding-right: 5.75rem !important
    }

    [dir=rtl] .fr-pr-md-1v {
        padding-left: .25rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-2v {
        padding-left: .5rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-3v {
        padding-left: .75rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-4v {
        padding-left: 1rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-5v {
        padding-left: 1.25rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-6v {
        padding-left: 1.5rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-7v {
        padding-left: 1.75rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-8v {
        padding-left: 2rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-9v {
        padding-left: 2.25rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-10v {
        padding-left: 2.5rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-11v {
        padding-left: 2.75rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-12v {
        padding-left: 3rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-13v {
        padding-left: 3.25rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-14v {
        padding-left: 3.5rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-15v {
        padding-left: 3.75rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-16v {
        padding-left: 4rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-17v {
        padding-left: 4.25rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-18v {
        padding-left: 4.5rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-19v {
        padding-left: 4.75rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-20v {
        padding-left: 5rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-21v {
        padding-left: 5.25rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-22v {
        padding-left: 5.5rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-23v {
        padding-left: 5.75rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-ml-md-1v {
        margin-left: 0 !important;
        margin-right: .25rem !important
    }

    [dir=rtl] .fr-ml-md-2v {
        margin-left: 0 !important;
        margin-right: .5rem !important
    }

    [dir=rtl] .fr-ml-md-3v {
        margin-left: 0 !important;
        margin-right: .75rem !important
    }

    [dir=rtl] .fr-ml-md-4v {
        margin-left: 0 !important;
        margin-right: 1rem !important
    }

    [dir=rtl] .fr-ml-md-5v {
        margin-left: 0 !important;
        margin-right: 1.25rem !important
    }

    [dir=rtl] .fr-ml-md-6v {
        margin-left: 0 !important;
        margin-right: 1.5rem !important
    }

    [dir=rtl] .fr-ml-md-7v {
        margin-left: 0 !important;
        margin-right: 1.75rem !important
    }

    [dir=rtl] .fr-ml-md-8v {
        margin-left: 0 !important;
        margin-right: 2rem !important
    }

    [dir=rtl] .fr-ml-md-9v {
        margin-left: 0 !important;
        margin-right: 2.25rem !important
    }

    [dir=rtl] .fr-ml-md-10v {
        margin-left: 0 !important;
        margin-right: 2.5rem !important
    }

    [dir=rtl] .fr-ml-md-11v {
        margin-left: 0 !important;
        margin-right: 2.75rem !important
    }

    [dir=rtl] .fr-ml-md-12v {
        margin-left: 0 !important;
        margin-right: 3rem !important
    }

    [dir=rtl] .fr-ml-md-13v {
        margin-left: 0 !important;
        margin-right: 3.25rem !important
    }

    [dir=rtl] .fr-ml-md-14v {
        margin-left: 0 !important;
        margin-right: 3.5rem !important
    }

    [dir=rtl] .fr-ml-md-15v {
        margin-left: 0 !important;
        margin-right: 3.75rem !important
    }

    [dir=rtl] .fr-ml-md-16v {
        margin-left: 0 !important;
        margin-right: 4rem !important
    }

    [dir=rtl] .fr-ml-md-17v {
        margin-left: 0 !important;
        margin-right: 4.25rem !important
    }

    [dir=rtl] .fr-ml-md-18v {
        margin-left: 0 !important;
        margin-right: 4.5rem !important
    }

    [dir=rtl] .fr-ml-md-19v {
        margin-left: 0 !important;
        margin-right: 4.75rem !important
    }

    [dir=rtl] .fr-ml-md-20v {
        margin-left: 0 !important;
        margin-right: 5rem !important
    }

    [dir=rtl] .fr-ml-md-21v {
        margin-left: 0 !important;
        margin-right: 5.25rem !important
    }

    [dir=rtl] .fr-ml-md-22v {
        margin-left: 0 !important;
        margin-right: 5.5rem !important
    }

    [dir=rtl] .fr-ml-md-23v {
        margin-left: 0 !important;
        margin-right: 5.75rem !important
    }

    [dir=rtl] .fr-mr-md-1v {
        margin-left: .25rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-2v {
        margin-left: .5rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-3v {
        margin-left: .75rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-4v {
        margin-left: 1rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-5v {
        margin-left: 1.25rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-6v {
        margin-left: 1.5rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-7v {
        margin-left: 1.75rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-8v {
        margin-left: 2rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-9v {
        margin-left: 2.25rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-10v {
        margin-left: 2.5rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-11v {
        margin-left: 2.75rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-12v {
        margin-left: 3rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-13v {
        margin-left: 3.25rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-14v {
        margin-left: 3.5rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-15v {
        margin-left: 3.75rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-16v {
        margin-left: 4rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-17v {
        margin-left: 4.25rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-18v {
        margin-left: 4.5rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-19v {
        margin-left: 4.75rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-20v {
        margin-left: 5rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-21v {
        margin-left: 5.25rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-22v {
        margin-left: 5.5rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-23v {
        margin-left: 5.75rem !important;
        margin-right: 0 !important
    }
}

[dir=rtl] .error-page:before, [dir=rtl] .hero-edito-riche:before, [dir=rtl] .hero-form:before, [dir=rtl] .hero-news-list:before {
    transform: scaleX(-1)
}

[dir=rtl] .deco-hero:before, [dir=rtl] .hero-home:before, [dir=rtl] .press-area:before {
    left: 0;
    right: 0;
    transform: scaleX(-1)
}

[dir=rtl] .deco-hero:after, [dir=rtl] .hero-home:after {
    left: 0;
    right: auto;
    transform: scaleX(-1)
}

[dir=rtl] .deco-bg:before {
    background-position: 0 0;
    left: -70px;
    right: auto;
    transform: scaleX(-1)
}

[dir=rtl] .hero-home__left {
    padding-left: 48px !important;
    padding-right: calc(50% - 500px) !important
}

@media only screen and (min-width:992px) {
    [dir=rtl] .highlight-news__see-all {
        text-align: left
    }
}

[dir=rtl] .tarteaucitronIconBottomRight {
    left: 0;
    right: auto
}

@media screen and (min-width:48em) {
    [dir=rtl] #tarteaucitronRoot #tarteaucitronAlertBig {
        left: auto !important;
        right: 2.5rem !important
    }
}

[dir=rtl] #tarteaucitronRoot #tarteaucitronClosePanel {
    left: 1rem;
    right: auto
}

    [dir=rtl] #tarteaucitronRoot #tarteaucitronClosePanel:before {
        margin-left: -.25rem;
        margin-right: .5rem
    }

[dir=rtl] #tarteaucitronRoot .tarteaucitronAsk {
    justify-content: flex-start;
    left: 0;
    right: auto
}

    [dir=rtl] #tarteaucitronRoot .tarteaucitronAsk .tarteaucitronAllow, [dir=rtl] #tarteaucitronRoot .tarteaucitronAsk .tarteaucitronDeny {
        flex-direction: row-reverse;
        margin-left: 1.5rem;
        margin-right: 0
    }
.leaflet-container .leaflet-control-container [href] {
    background: inherit
}

.leaflet-popup-content {
    font-family: Marianne,arial,sans-serif
}

    .leaflet-popup-content a {
        color: var(--text-action-high-blue-france)
    }

@keyframes plyr-progress {
    to {
        background-position: var(--plyr-progress-loading-size,25px) 0
    }
}

@keyframes plyr-popup {
    0% {
        opacity: .5;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes plyr-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.plyr {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    align-items: center;
    direction: ltr;
    display: flex;
    flex-direction: column;
    font-family: var(--plyr-font-family,inherit);
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
    font-weight: var(--plyr-font-weight-regular,400);
    line-height: var(--plyr-line-height,1.7);
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    transition: box-shadow .3s ease;
    z-index: 0
}

    .plyr audio, .plyr iframe, .plyr video {
        display: block;
        height: 100%;
        width: 100%
    }

    .plyr button {
        font: inherit;
        line-height: inherit;
        width: auto
    }

    .plyr:focus {
        outline: 0
    }

.plyr--full-ui {
    box-sizing: border-box
}

    .plyr--full-ui *, .plyr--full-ui :after, .plyr--full-ui :before {
        box-sizing: inherit
    }

    .plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
        touch-action: manipulation
    }

.plyr__badge {
    background: var(--plyr-badge-background,#4a5464);
    border-radius: var(--plyr-badge-border-radius,2px);
    color: var(--plyr-badge-text-color,#fff);
    font-size: var(--plyr-font-size-badge,9px);
    line-height: 1;
    padding: 3px 4px
}

.plyr--full-ui ::-webkit-media-text-track-container {
    display: none
}

.plyr__captions {
    animation: plyr-fade-in .3s ease;
    bottom: 0;
    display: none;
    font-size: var(--plyr-font-size-small,13px);
    left: 0;
    padding: var(--plyr-control-spacing,10px);
    position: absolute;
    text-align: center;
    transition: transform .4s ease-in-out;
    width: 100%
}

    .plyr__captions span:empty {
        display: none
    }

@media(min-width: 480px) {
    .plyr__captions {
        font-size: var(--plyr-font-size-base,15px);
        padding: calc(var(--plyr-control-spacing, 10px)*2)
    }
}

@media(min-width: 768px) {
    .plyr__captions {
        font-size: var(--plyr-font-size-large,18px)
    }
}

.plyr--captions-active .plyr__captions {
    display: block
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
    transform: translateY(calc(var(--plyr-control-spacing, 10px)*-4))
}

.plyr__caption {
    background: var(--plyr-captions-background,#000c);
    border-radius: 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    color: var(--plyr-captions-text-color,#fff);
    line-height: 185%;
    padding: .2em .5em;
    white-space: pre-wrap
}

    .plyr__caption div {
        display: inline
    }

.plyr__control {
    background: #0000;
    border: 0;
    border-radius: var(--plyr-control-radius,4px);
    color: inherit;
    cursor: pointer;
    flex-shrink: 0;
    overflow: visible;
    padding: calc(var(--plyr-control-spacing, 10px)*.7);
    position: relative;
    transition: all .3s ease
}

    .plyr__control svg {
        display: block;
        fill: currentColor;
        height: var(--plyr-control-icon-size,18px);
        pointer-events: none;
        width: var(--plyr-control-icon-size,18px)
    }

    .plyr__control:focus {
        outline: 0
    }

    .plyr__control:focus-visible {
        outline: 2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));
        outline-offset: 2px
    }

a.plyr__control {
    -webkit-text-decoration: none;
    text-decoration: none
}

    .plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed, a.plyr__control:after, a.plyr__control:before {
        display: none
    }

.plyr--full-ui ::-webkit-media-controls {
    display: none
}

.plyr__controls {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    text-align: center
}

    .plyr__controls .plyr__progress__container {
        flex: 1;
        min-width: 0
    }

    .plyr__controls .plyr__controls__item {
        margin-left: calc(var(--plyr-control-spacing, 10px)/4)
    }

        .plyr__controls .plyr__controls__item:first-child {
            margin-left: 0;
            margin-right: auto
        }

        .plyr__controls .plyr__controls__item.plyr__progress__container {
            padding-left: calc(var(--plyr-control-spacing, 10px)/4)
        }

        .plyr__controls .plyr__controls__item.plyr__time {
            padding: 0 calc(var(--plyr-control-spacing, 10px)/2)
        }

            .plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
                padding-left: 0
            }

    .plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip], .plyr__controls:empty {
        display: none
    }

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
    display: inline-block
}

.plyr__menu {
    display: flex;
    position: relative
}

    .plyr__menu .plyr__control svg {
        transition: transform .3s ease
    }

    .plyr__menu .plyr__control[aria-expanded=true] svg {
        transform: rotate(90deg)
    }

    .plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
        display: none
    }

.plyr__menu__container {
    animation: plyr-popup .2s ease;
    background: var(--plyr-menu-background,#ffffffe6);
    border-radius: var(--plyr-menu-radius,8px);
    bottom: 100%;
    box-shadow: var(--plyr-menu-shadow,0 1px 2px #00000026);
    color: var(--plyr-menu-color,#4a5464);
    font-size: var(--plyr-font-size-base,15px);
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3
}

    .plyr__menu__container > div {
        overflow: hidden;
        transition: height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)
    }

    .plyr__menu__container:after {
        border-top-color: #0000;
        border: var(--plyr-menu-arrow-size,4px) solid #0000;
        border-top-color: var(--plyr-menu-background,#ffffffe6);
        content: "";
        height: 0;
        position: absolute;
        right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);
        top: 100%;
        width: 0
    }

    .plyr__menu__container [role=menu] {
        padding: calc(var(--plyr-control-spacing, 10px)*.7)
    }

    .plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
        margin-top: 2px
    }

        .plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
            margin-top: 0
        }

    .plyr__menu__container .plyr__control {
        align-items: center;
        color: var(--plyr-menu-color,#4a5464);
        display: flex;
        font-size: var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));
        padding: calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);
        -webkit-user-select: none;
        user-select: none;
        width: 100%
    }

        .plyr__menu__container .plyr__control > span {
            align-items: inherit;
            display: flex;
            width: 100%
        }

        .plyr__menu__container .plyr__control:after {
            border: var(--plyr-menu-item-arrow-size,4px) solid #0000;
            content: "";
            position: absolute;
            top: 50%;
            transform: translateY(-50%)
        }

    .plyr__menu__container .plyr__control--forward {
        padding-right: calc(var(--plyr-control-spacing, 10px)*.7*4)
    }

        .plyr__menu__container .plyr__control--forward:after {
            border-left-color: var(--plyr-menu-arrow-color,#728197);
            right: calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))
        }

        .plyr__menu__container .plyr__control--forward:focus-visible:after, .plyr__menu__container .plyr__control--forward:hover:after {
            border-left-color: initial
        }

    .plyr__menu__container .plyr__control--back {
        font-weight: var(--plyr-font-weight-regular,400);
        margin: calc(var(--plyr-control-spacing, 10px)*.7);
        margin-bottom: calc(var(--plyr-control-spacing, 10px)*.7/2);
        padding-left: calc(var(--plyr-control-spacing, 10px)*.7*4);
        position: relative;
        width: calc(100% - var(--plyr-control-spacing, 10px)*.7*2)
    }

        .plyr__menu__container .plyr__control--back:after {
            border-right-color: var(--plyr-menu-arrow-color,#728197);
            left: calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))
        }

        .plyr__menu__container .plyr__control--back:before {
            background: var(--plyr-menu-back-border-color,#dcdfe5);
            box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);
            content: "";
            height: 1px;
            left: 0;
            margin-top: calc(var(--plyr-control-spacing, 10px)*.7/2);
            overflow: hidden;
            position: absolute;
            right: 0;
            top: 100%
        }

        .plyr__menu__container .plyr__control--back:focus-visible:after, .plyr__menu__container .plyr__control--back:hover:after {
            border-right-color: initial
        }

    .plyr__menu__container .plyr__control[role=menuitemradio] {
        padding-left: calc(var(--plyr-control-spacing, 10px)*.7)
    }

        .plyr__menu__container .plyr__control[role=menuitemradio]:after, .plyr__menu__container .plyr__control[role=menuitemradio]:before {
            border-radius: 100%
        }

        .plyr__menu__container .plyr__control[role=menuitemradio]:before {
            background: #0000001a;
            content: "";
            display: block;
            flex-shrink: 0;
            height: 16px;
            margin-right: var(--plyr-control-spacing,10px);
            transition: all .3s ease;
            width: 16px
        }

        .plyr__menu__container .plyr__control[role=menuitemradio]:after {
            background: #fff;
            border: 0;
            height: 6px;
            left: 12px;
            opacity: 0;
            top: 50%;
            transform: translateY(-50%) scale(0);
            transition: transform .3s ease,opacity .3s ease;
            width: 6px
        }

        .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
            background: var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))
        }

        .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
            opacity: 1;
            transform: translateY(-50%) scale(1)
        }

        .plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
            background: #23282f1a
        }

    .plyr__menu__container .plyr__menu__value {
        align-items: center;
        display: flex;
        margin-left: auto;
        margin-right: calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2px);
        overflow: hidden;
        padding-left: calc(var(--plyr-control-spacing, 10px)*.7*3.5);
        pointer-events: none
    }

.plyr--full-ui input[type=range] {
    -webkit-appearance: none;
    appearance: none;
    background: #0000;
    border: 0;
    border-radius: calc(var(--plyr-range-thumb-height, 13px)*2);
    color: var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));
    display: block;
    height: calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));
    margin: 0;
    min-width: 0;
    padding: 0;
    transition: box-shadow .3s ease;
    width: 100%
}

    .plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
        background: #0000;
        background-image: linear-gradient(to right,currentColor var(--value,0),#0000 var(--value,0));
        border: 0;
        border-radius: calc(var(--plyr-range-track-height, 5px)/2);
        height: var(--plyr-range-track-height,5px);
        -webkit-transition: box-shadow .3s ease;
        transition: box-shadow .3s ease;
        -webkit-user-select: none;
        user-select: none
    }

    .plyr--full-ui input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        background: var(--plyr-range-thumb-background,#fff);
        border: 0;
        border-radius: 100%;
        box-shadow: var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);
        height: var(--plyr-range-thumb-height,13px);
        margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);
        position: relative;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        width: var(--plyr-range-thumb-height,13px)
    }

    .plyr--full-ui input[type=range]::-moz-range-track {
        background: #0000;
        border: 0;
        border-radius: calc(var(--plyr-range-track-height, 5px)/2);
        height: var(--plyr-range-track-height,5px);
        -moz-transition: box-shadow .3s ease;
        transition: box-shadow .3s ease;
        user-select: none
    }

    .plyr--full-ui input[type=range]::-moz-range-thumb {
        background: var(--plyr-range-thumb-background,#fff);
        border: 0;
        border-radius: 100%;
        box-shadow: var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);
        height: var(--plyr-range-thumb-height,13px);
        position: relative;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
        width: var(--plyr-range-thumb-height,13px)
    }

    .plyr--full-ui input[type=range]::-moz-range-progress {
        background: currentColor;
        border-radius: calc(var(--plyr-range-track-height, 5px)/2);
        height: var(--plyr-range-track-height,5px)
    }

    .plyr--full-ui input[type=range]::-ms-track {
        color: #0000
    }

    .plyr--full-ui input[type=range]::-ms-fill-upper, .plyr--full-ui input[type=range]::-ms-track {
        background: #0000;
        border: 0;
        border-radius: calc(var(--plyr-range-track-height, 5px)/2);
        height: var(--plyr-range-track-height,5px);
        -ms-transition: box-shadow .3s ease;
        transition: box-shadow .3s ease;
        user-select: none
    }

    .plyr--full-ui input[type=range]::-ms-fill-lower {
        background: #0000;
        background: currentColor;
        border: 0;
        border-radius: calc(var(--plyr-range-track-height, 5px)/2);
        height: var(--plyr-range-track-height,5px);
        -ms-transition: box-shadow .3s ease;
        transition: box-shadow .3s ease;
        user-select: none
    }

    .plyr--full-ui input[type=range]::-ms-thumb {
        background: var(--plyr-range-thumb-background,#fff);
        border: 0;
        border-radius: 100%;
        box-shadow: var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);
        height: var(--plyr-range-thumb-height,13px);
        margin-top: 0;
        position: relative;
        -ms-transition: all .2s ease;
        transition: all .2s ease;
        width: var(--plyr-range-thumb-height,13px)
    }

    .plyr--full-ui input[type=range]::-ms-tooltip {
        display: none
    }

    .plyr--full-ui input[type=range]::-moz-focus-outer {
        border: 0
    }

    .plyr--full-ui input[type=range]:focus {
        outline: 0
    }

    .plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track {
        outline: 2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));
        outline-offset: 2px
    }

    .plyr--full-ui input[type=range]:focus-visible::-moz-range-track {
        outline: 2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));
        outline-offset: 2px
    }

    .plyr--full-ui input[type=range]:focus-visible::-ms-track {
        outline: 2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));
        outline-offset: 2px
    }

.plyr__poster {
    background-color: var(--plyr-video-background,var(--plyr-video-background,#000));
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
    width: 100%;
    z-index: 1
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity: 1
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
    display: none
}

.plyr__time {
    font-size: var(--plyr-font-size-time,var(--plyr-font-size-small,13px))
}

    .plyr__time + .plyr__time:before {
        content: "⁄";
        margin-right: var(--plyr-control-spacing,10px)
    }

@media(max-width: 767px) {
    .plyr__time + .plyr__time {
        display: none
    }
}

.plyr__tooltip {
    background: var(--plyr-tooltip-background,#fff);
    border-radius: var(--plyr-tooltip-radius,5px);
    bottom: 100%;
    box-shadow: var(--plyr-tooltip-shadow,0 1px 2px #00000026);
    color: var(--plyr-tooltip-color,#4a5464);
    font-size: var(--plyr-font-size-small,13px);
    font-weight: var(--plyr-font-weight-regular,400);
    left: 50%;
    line-height: 1.3;
    margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
    opacity: 0;
    padding: calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);
    pointer-events: none;
    position: absolute;
    transform: translate(-50%,10px) scale(.8);
    transform-origin: 50% 100%;
    transition: transform .2s ease .1s,opacity .2s ease .1s;
    white-space: nowrap;
    z-index: 2
}

    .plyr__tooltip:before {
        border-left: var(--plyr-tooltip-arrow-size,4px) solid #0000;
        border-right: var(--plyr-tooltip-arrow-size,4px) solid #0000;
        border-top: var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);
        bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
        content: "";
        height: 0;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        width: 0;
        z-index: 2
    }

.plyr .plyr__control:focus-visible .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
    opacity: 1;
    transform: translate(-50%) scale(1)
}

.plyr .plyr__control:hover .plyr__tooltip {
    z-index: 3
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
    left: 0;
    transform: translateY(10px) scale(.8);
    transform-origin: 0 100%
}

    .plyr__controls > .plyr__control:first-child .plyr__tooltip:before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before {
        left: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)
    }

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
    left: auto;
    right: 0;
    transform: translateY(10px) scale(.8);
    transform-origin: 100% 100%
}

    .plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
        left: auto;
        right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);
        transform: translateX(50%)
    }

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child:focus-visible .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
    transform: translate(0) scale(1)
}

.plyr__progress {
    left: calc(var(--plyr-range-thumb-height, 13px)*.5);
    margin-right: var(--plyr-range-thumb-height,13px);
    position: relative
}

    .plyr__progress input[type=range], .plyr__progress__buffer {
        margin-left: calc(var(--plyr-range-thumb-height, 13px)*-.5);
        margin-right: calc(var(--plyr-range-thumb-height, 13px)*-.5);
        width: calc(100% + var(--plyr-range-thumb-height, 13px))
    }

    .plyr__progress input[type=range] {
        position: relative;
        z-index: 2
    }

    .plyr__progress .plyr__tooltip {
        left: 0;
        max-width: 120px;
        overflow-wrap: break-word
    }

.plyr__progress__buffer {
    -webkit-appearance: none;
    background: #0000;
    border: 0;
    border-radius: 100px;
    height: var(--plyr-range-track-height,5px);
    left: 0;
    margin-top: calc((var(--plyr-range-track-height, 5px)/2)*-1);
    padding: 0;
    position: absolute;
    top: 50%
}

    .plyr__progress__buffer::-webkit-progress-bar {
        background: #0000
    }

    .plyr__progress__buffer::-webkit-progress-value {
        background: currentColor;
        border-radius: 100px;
        min-width: var(--plyr-range-track-height,5px);
        -webkit-transition: width .2s ease;
        transition: width .2s ease
    }

    .plyr__progress__buffer::-moz-progress-bar {
        background: currentColor;
        border-radius: 100px;
        min-width: var(--plyr-range-track-height,5px);
        -moz-transition: width .2s ease;
        transition: width .2s ease
    }

    .plyr__progress__buffer::-ms-fill {
        border-radius: 100px;
        -ms-transition: width .2s ease;
        transition: width .2s ease
    }

.plyr--loading .plyr__progress__buffer {
    animation: plyr-progress 1s linear infinite;
    background-image: linear-gradient(-45deg,var(--plyr-progress-loading-background,#23282f99) 25%,#0000 25%,#0000 50%,var(--plyr-progress-loading-background,#23282f99) 50%,var(--plyr-progress-loading-background,#23282f99) 75%,#0000 75%,#0000);
    background-repeat: repeat-x;
    background-size: var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);
    color: #0000
}

.plyr--video.plyr--loading .plyr__progress__buffer {
    background-color: var(--plyr-video-progress-buffered-background,#ffffff40)
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
    background-color: var(--plyr-audio-progress-buffered-background,#c1c8d199)
}

.plyr__progress__marker {
    background-color: var(--plyr-progress-marker-background,#fff);
    border-radius: 1px;
    height: var(--plyr-range-track-height,5px);
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: var(--plyr-progress-marker-width,3px);
    z-index: 3
}

.plyr__volume {
    align-items: center;
    display: flex;
    position: relative
}

    .plyr__volume input[type=range] {
        margin-left: calc(var(--plyr-control-spacing, 10px)/2);
        margin-right: calc(var(--plyr-control-spacing, 10px)/2);
        max-width: 90px;
        min-width: 60px;
        position: relative;
        z-index: 2
    }

.plyr--audio {
    display: block
}

    .plyr--audio .plyr__controls {
        background: var(--plyr-audio-controls-background,#fff);
        border-radius: inherit;
        color: var(--plyr-audio-control-color,#4a5464);
        padding: var(--plyr-control-spacing,10px)
    }

    .plyr--audio .plyr__control:focus-visible, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
        background: var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));
        color: var(--plyr-audio-control-color-hover,#fff)
    }

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
    background-color: var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
    background-color: var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
    background-color: var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
    box-shadow: var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
    box-shadow: var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
    box-shadow: var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)
}

.plyr--audio .plyr__progress__buffer {
    color: var(--plyr-audio-progress-buffered-background,#c1c8d199)
}

.plyr--video {
    overflow: hidden
}

    .plyr--video.plyr--menu-open {
        overflow: visible
    }

.plyr__video-wrapper {
    background: var(--plyr-video-background,var(--plyr-video-background,#000));
    border-radius: inherit;
    height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
    aspect-ratio: 16/9
}

@supports not (aspect-ratio: 16/9) {
    .plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
        height: 0;
        padding-bottom: 56.25%;
        position: relative
    }
}

.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
    padding-bottom: 240%;
    position: relative;
    transform: translateY(-38.28125%)
}

.plyr--video .plyr__controls {
    background: var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    bottom: 0;
    color: var(--plyr-video-control-color,#fff);
    left: 0;
    padding: calc(var(--plyr-control-spacing, 10px)/2);
    padding-top: calc(var(--plyr-control-spacing, 10px)*2);
    position: absolute;
    right: 0;
    transition: opacity .4s ease-in-out,transform .4s ease-in-out;
    z-index: 3
}

@media(min-width: 480px) {
    .plyr--video .plyr__controls {
        padding: var(--plyr-control-spacing,10px);
        padding-top: calc(var(--plyr-control-spacing, 10px)*3.5)
    }
}

.plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%)
}

.plyr--video .plyr__control:focus-visible, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
    background: var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));
    color: var(--plyr-video-control-color-hover,#fff)
}

.plyr__control--overlaid {
    background: var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));
    border: 0;
    border-radius: 100%;
    color: var(--plyr-video-control-color,#fff);
    display: none;
    left: 50%;
    opacity: .9;
    padding: calc(var(--plyr-control-spacing, 10px)*1.5);
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: .3s;
    z-index: 2
}

    .plyr__control--overlaid svg {
        left: 2px;
        position: relative
    }

    .plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
        opacity: 1
    }

.plyr--playing .plyr__control--overlaid {
    opacity: 0;
    visibility: hidden
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
    background-color: var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
    background-color: var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
    background-color: var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
    box-shadow: var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
    box-shadow: var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
    box-shadow: var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)
}

.plyr--video .plyr__progress__buffer {
    color: var(--plyr-video-progress-buffered-background,#ffffff40)
}

.plyr:fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

    .plyr:fullscreen video {
        height: 100%
    }

    .plyr:fullscreen .plyr__control .icon--exit-fullscreen {
        display: block
    }

        .plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
            display: none
        }

    .plyr:fullscreen.plyr--hide-controls {
        cursor: none
    }

@media(min-width: 1024px) {
    .plyr:fullscreen .plyr__captions {
        font-size: var(--plyr-font-size-xlarge,21px)
    }
}

.plyr--fullscreen-fallback {
    background: #000;
    border-radius: 0 !important;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000000
}

    .plyr--fullscreen-fallback video {
        height: 100%
    }

    .plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
        display: block
    }

        .plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
            display: none
        }

    .plyr--fullscreen-fallback.plyr--hide-controls {
        cursor: none
    }

@media(min-width: 1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
        font-size: var(--plyr-font-size-xlarge,21px)
    }
}

.plyr__ads {
    border-radius: inherit;
    bottom: 0;
    cursor: pointer;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

    .plyr__ads > div, .plyr__ads > div iframe {
        height: 100%;
        position: absolute;
        width: 100%
    }

    .plyr__ads:after {
        background: #23282f;
        border-radius: 2px;
        bottom: var(--plyr-control-spacing,10px);
        color: #fff;
        content: attr(data-badge-text);
        font-size: 11px;
        padding: 2px 6px;
        pointer-events: none;
        position: absolute;
        right: var(--plyr-control-spacing,10px);
        z-index: 3
    }

    .plyr__ads:empty:after {
        display: none
    }

.plyr__cues {
    background: currentColor;
    display: block;
    height: var(--plyr-range-track-height,5px);
    left: 0;
    opacity: .8;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    z-index: 3
}

.plyr__preview-thumb {
    background-color: var(--plyr-tooltip-background,#fff);
    border-radius: var(--plyr-menu-radius,8px);
    bottom: 100%;
    box-shadow: var(--plyr-tooltip-shadow,0 1px 2px #00000026);
    margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
    opacity: 0;
    padding: 3px;
    pointer-events: none;
    position: absolute;
    transform: translateY(10px) scale(.8);
    transform-origin: 50% 100%;
    transition: transform .2s ease .1s,opacity .2s ease .1s;
    z-index: 2
}

.plyr__preview-thumb--is-shown {
    opacity: 1;
    transform: translate(0) scale(1)
}

.plyr__preview-thumb:before {
    border-left: var(--plyr-tooltip-arrow-size,4px) solid #0000;
    border-right: var(--plyr-tooltip-arrow-size,4px) solid #0000;
    border-top: var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
    content: "";
    height: 0;
    left: calc(50% + var(--preview-arrow-offset));
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2
}

.plyr__preview-thumb__image-container {
    background: #c1c8d1;
    border-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
    overflow: hidden;
    position: relative;
    z-index: 0
}

    .plyr__preview-thumb__image-container img, .plyr__preview-thumb__image-container:after {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .plyr__preview-thumb__image-container:after {
        border-radius: inherit;
        box-shadow: inset 0 0 0 1px #00000026;
        content: "";
        pointer-events: none
    }

    .plyr__preview-thumb__image-container img {
        max-height: none;
        max-width: none
    }

.plyr__preview-thumb__time-container {
    background: var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));
    border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
    border-bottom-right-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
    bottom: 0;
    left: 0;
    line-height: 1.1;
    padding: 20px 6px 6px;
    position: absolute;
    right: 0;
    z-index: 3
}

    .plyr__preview-thumb__time-container span {
        color: #fff;
        font-size: var(--plyr-font-size-time,var(--plyr-font-size-small,13px))
    }

.plyr__preview-scrubbing {
    bottom: 0;
    filter: blur(1px);
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 1
}

.plyr__preview-scrubbing--is-shown {
    opacity: 1
}

.plyr__preview-scrubbing img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr--no-transition {
    transition: none !important
}

.plyr__sr-only {
    clip: rect(1px,1px,1px,1px);
    border: 0 !important;
    height: 1px !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.plyr [hidden] {
    display: none !important
}

:root {
    --white: #fff;
    --black: #000;
    --title-grey: #161616;
    --engineering-orange: #ce0500;
    --ultramarine: #000091;
    --caribbean-curent: #006a6f;
    --grey-50: #161616;
    --grey-950: #eee;
    --blue-france-925: #e3e3fd;
    --error-950: #ffe9e9;
    --green-archipel-950: #c7f6fc;
    --blue-france-sun-113: #000091;
    --error-425: #ce0500;
    --green-archipel-sun-391: #006a6f;
    --red-marianne-main-472: #e1000f;
    --light-text-mention-grey: #666;
    --light-border-default-grey: #ddd;
    --green-archipel: #e5fbfd;
    --blue-ecume-975: #f4f6fe;
    --light-accent-blue-ecume-975: #f4f6fe;
    --yellow-tournesol-975: #fef6e3;
    --light-options-illustration-color-950-default-blue-ecume-950: #e9edfe;
    --xs-breakpoint: 575px;
    --sm-breakpoint: 576px;
    --md-breakpoint: 768px;
    --lg-breakpoint: 992px;
    --xl-breakpoint: 1248px
}

.half-narrow--left {
    padding: 0 0 0 calc(50% - 624px + 1.5rem)
}

.half-narrow--right {
    padding: 0 calc(50% - 624px + 1.5rem) 0 0
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.font-bold {
    font-weight: 700
}

.acti-c-light-text-mention-grey {
    color: var(--light-text-mention-grey)
}

.acti-yellow-tournesol-975 {
    background-color: var(--yellow-tournesol-975)
}

.acti-bg-beige-gris-galet-975 {
    background-color: #f9f6f2
}

.acti-bg-blue-ecume-975 {
    background-color: var(--blue-ecume-975)
}

.acti-bg--grey-950 {
    background-color: var(--grey-950)
}

.acti-bg--blue-france-925 {
    background-color: var(--blue-france-925);
    color: var(--blue-france-sun-113)
}

.acti-bg--light-accent-blue-ecume-975 {
    background: var(--light-accent-blue-ecume-975,#f4f6fe)
}

.acti-bg--error-950 {
    background-color: var(--error-950);
    color: var(--error-425)
}

.acti-bg--green-archipel-950 {
    background-color: var(--green-archipel-950);
    color: var(--green-archipel-sun-391)
}

.acti-bg--green-archipel-975 {
    background-color: var(--light-accent-green-archipel-975,#e5fbfd)
}

.acti-bg--light-options-illustration-color-950-default-blue-ecume-950 {
    background-color: var(--light-options-illustration-color-950-default-blue-ecume-950)
}

.fr-bg-green-archipel {
    background-color: var(--green-archipel)
}

.acti-color--ultramarine {
    color: var(--ultramarine)
}

.acti-news-card-title a:not(:hover) {
    background-image: none
}

.acti-follow-fix {
    position: relative;
    z-index: 2
}

.acti-flex {
    display: flex
}

.acti-w-100, .width-100 {
    width: 100%
}

.height-100 {
    height: 100%
}

.block {
    display: block
}

.table {
    display: table
}

.flex {
    display: flex
}

.flex-column {
    flex-direction: column
}

.space-between {
    justify-content: space-between
}

.justify-content-center {
    justify-content: center
}

.justify-content-flex-start {
    justify-content: flex-start
}

.items-start {
    align-items: flex-start
}

.items-center {
    align-items: center
}

.items-end {
    align-items: flex-end
}

.items-baseline {
    align-items: baseline
}

.margin-auto {
    margin-left: auto;
    margin-right: auto
}

.background-white {
    background-color: var(--white)
}

.no-scroll {
    overflow: hidden
}

.only-desktop {
    display: none
}

.only-mobile {
    display: block
}

.italic {
    font-style: italic
}

.gap-5 {
    gap: 5px
}

.max-width-5 {
    max-width: 5px
}

.gap-10 {
    gap: 10px
}

.max-width-10 {
    max-width: 10px
}

.gap-15 {
    gap: 15px
}

.max-width-15 {
    max-width: 15px
}

.gap-16 {
    gap: 16px
}

.max-width-16 {
    max-width: 16px
}

.gap-20 {
    gap: 20px
}

.max-width-20 {
    max-width: 20px
}

.gap-24 {
    gap: 24px
}

.max-width-24 {
    max-width: 24px
}

.gap-25 {
    gap: 25px
}

.max-width-25 {
    max-width: 25px
}

.gap-30 {
    gap: 30px
}

.max-width-30 {
    max-width: 30px
}

.gap-35 {
    gap: 35px
}

.max-width-35 {
    max-width: 35px
}

.gap-40 {
    gap: 40px
}

.max-width-40 {
    max-width: 40px
}

.gap-45 {
    gap: 45px
}

.max-width-45 {
    max-width: 45px
}

.gap-50 {
    gap: 50px
}

.max-width-50 {
    max-width: 50px
}

.gap-64 {
    gap: 64px
}

.max-width-64 {
    max-width: 64px
}

.gap-232 {
    gap: 232px
}

.max-width-232 {
    max-width: 232px
}

@media only screen and (min-width: 992px) {
    .only-desktop {
        display: block
    }

    .only-mobile {
        display: none
    }
}

.gap-2v {
    gap: 8px
}

.gap-6v {
    gap: 24px
}

.text-uppercase {
    text-transform: uppercase
}

.text-underline {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.text-no-underline {
    background: none;
    -webkit-text-decoration: none;
    text-decoration: none
}

.h6--xss {
    color: var(--light-text-title-grey,#161616);
    font-family: Marianne;
    font-size: 20px;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    line-height: 1.75rem
}

@media only screen and (min-width: 992px) {
    .h6--xss {
        color: var(--light-text-title-grey,#161616);
        font-family: Marianne;
        font-size: 20px;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        line-height: 1.75rem
    }
}

.full-width {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    right: 50%;
    width: 100vw
}

.border-left-green {
    border-left: 4px solid var(--light-accent-green-archipel-main-557,#009099)
}

.dn {
    display: none
}

.separator {
    background-color: var(--light-border-default-grey,#ddd);
    display: inline-block;
    height: 1px;
    margin: 0 12px;
    vertical-align: middle;
    width: 16px
}

.separator--vertical {
    transform: rotate(90deg)
}

.line-break-anywhere {
    line-break: anywhere
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.inline-block {
    display: inline-block
}

.float-right {
    float: right
}

.relative {
    position: relative
}

.text-24 {
    font-size: 24px;
    font-size: 1.5rem
}

.text-20 {
    font-size: 20px;
    font-size: 1.25rem
}

.text-14 {
    font-size: 14px;
    font-size: .875rem
}

.offset {
    left: -999em;
    position: absolute;
    top: -999em
}

.sr-only {
    border: 0 !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    clip: rect(1px,1px,1px,1px) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important
}

.display-list {
    display: list-item
}

ul.two-column {
    -moz-column-count: 2;
    column-count: 2
}

    ul.two-column li {
        -moz-column-break-inside: avoid;
        break-inside: avoid-column
    }

@media only screen and (max-width: 992px) {
    ul.two-column {
        -moz-column-count: 1;
        column-count: 1
    }
}

.half-bg-blue-ecume {
    position: relative
}

    .half-bg-blue-ecume:after {
        background-color: var(--light-accent-blue-ecume-975,#f4f6fe);
        bottom: 0;
        content: "";
        height: 50%;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: -1
    }

.width-fit-content {
    width: -moz-fit-content;
    width: fit-content
}

.acti-img-lightbox__btn[data-fr-opened=false] {
    line-height: 0;
    padding: 0
}

    .acti-img-lightbox__btn[data-fr-opened=false]:hover:before {
        background-color: #00000080;
        content: "";
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 9998
    }

    .acti-img-lightbox__btn[data-fr-opened=false]:hover .acti-img-lightbox__icon {
        display: flex
    }

.acti-img-lightbox__icon {
    align-items: center;
    background-color: #000091;
    border-radius: 48px;
    color: #fff;
    cursor: pointer;
    display: none;
    height: 48px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-24px) translateY(-24px);
    width: 48px;
    z-index: 9999
}

#acti-modal-lightbox .fr-content-media__img {
    text-align: center
}

    #acti-modal-lightbox .fr-content-media__img img {
        max-width: -moz-fit-content;
        max-width: fit-content
    }

#acti-modal-lightbox .fr-container {
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center
}

.fr-card img {
    height: auto;
    width: 100%
}

h1, h2, h3, h4, h5, h6 {
    word-break: break-word
}

.fr-tile.custom-tile .fr-tile__desc, .fr-tile.custom-tile .fr-tile__title {
    font-size: 24px;
    font-size: 1.5rem
}

.home-hero .fr-text--lead * {
    font-size: 105%
}


.fr-header__operator img {
    min-width: 15.5rem !important
}

.fr-follow {
    border-top: 1px solid var(--light-decisions-border-border-default-grey,#ddd)
}

@media only screen and (min-width: 992px) {
    .fr-breadcrumb {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 992px) {
    .fr-header__operator img {
        max-width: none !important;
        min-width: auto !important;
        width: 157px
    }
}

.fr-pb-md-146 {
    padding-bottom: 146px !important
}

.fr-pb-md-140 {
    padding-bottom: 140px !important
}

.fr-callout.fr-callout--yellow-tournesol-975 {
    background-color: var(--yellow-tournesol-975,#fef6e3);
    background-image: linear-gradient(0deg,var(--yellow-tournesol-850-hover,#c1a42d),var(--yellow-tournesol-850-hover,#c1a42d))
}

    .fr-callout.fr-callout--yellow-tournesol-975:before {
        color: var(--yellow-tournesol-850-hover,#c1a42d)
    }

.todo {
    align-items: baseline;
    border-bottom: 2px solid red;
    display: flex;
    gap: 10px;
    margin-bottom: 20px
}

.todo__text {
    align-items: center;
    background-color: red;
    bottom: -2px;
    color: #fff;
    display: inline-flex;
    font-size: 12px;
    font-size: .75rem;
    justify-content: center;
    line-height: 1;
    padding: 7px 10px;
    position: relative
}

.todo__plus {
    font-size: 10px;
    font-size: .625rem;
    font-style: italic;
    opacity: .7
}

.deco {
    position: relative
}

    .deco:after {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 0;
        content: "";
        display: block;
        height: 32px;
        left: 50%;
        position: absolute;
        transform: translate(-50%,50%);
        width: 90px
    }

.deco--1:after {
    background-image: url(/app/themes/francophonie-sommet/public/images/deco/deco-1.e9de4e.svg)
}

.deco--2:after {
    background-image: url(/app/themes/francophonie-sommet/public/images/deco/deco-2.e41b90.svg)
}

.pattern-full {
    position: relative
}

    .pattern-full:after {
        background-image: url(/app/themes/francophonie-sommet/public/images/deco/pattern.981151.svg);
        background-repeat: repeat-x;
        content: "";
        display: block;
        height: 32px;
        left: 50%;
        position: absolute;
        width: calc(100% - 92px)
    }

.pattern-full--top:after {
    top: 0;
    transform: translate(-50%,-50%)
}

.pattern-full--bottom:after {
    bottom: 0;
    transform: translate(-50%,50%)
}

@media only screen and (min-width: 992px) {
    .pattern-full:after {
        width: calc(100% - 238px)
    }
}

.deco-full {
    position: relative
}

    .deco-full:before {
        background-image: url(/app/themes/francophonie-sommet/public/images/deco/deco-full.40e713.svg);
        background-position: 0;
        background-repeat: repeat;
        background-size: cover;
        content: "";
        display: block;
        height: 32px;
        left: 0;
        position: absolute;
        top: 0;
        transform: translateY(-50%);
        width: 100%;
        z-index: 4
    }

@media only screen and (max-width: 992px) {
    .deco-full:before {
        left: 10%;
        width: 80%
    }
}

.deco-hero {
    position: relative
}

    .deco-hero:after, .deco-hero:before {
        background-repeat: no-repeat;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        z-index: 2
    }



@media only screen and (max-width: 992px) {
    .deco-hero:before {
        aspect-ratio: 106/138;
        height: 138px;
        top: 50%;
        transform: translateY(-50%) translateX(-30%);
        width: 106px
    }

    .deco-hero:after {
        aspect-ratio: 103/126;
        height: 126px;
        width: 103px
    }
}

.deco-bg {
    overflow: hidden;
    position: relative
}


.z-1 {
    z-index: 1
}

.z-1, .z-3 {
    position: relative
}

.z-3 {
    z-index: 3
}

.tarteaucitronIconBottomRight {
    z-index: 100 !important
}

:root[data-rf-theme=dark] {
    --bf500: #bfbfe3;
    --w-bf500: #000091;
    --t-plain: #0000;
    --g800: #fff;
    --g700: #f0f0f0;
    --g600: #e7e7e7;
    --g400: #9c9c9c;
    --g300: #6a6a6a;
    --g200: #383838;
    --w: #1e1e1e;
    --g100-g800: #1e1e1e;
    --focus: #5398ff;
    --rm500: #f7bfc3;
    --overlay: #cecece14
}

:root {
    --bf500: #000091;
    --w-bf500: #fff;
    --t-plain: #0000;
    --g800: #1e1e1e;
    --g700: #383838;
    --g600: #6a6a6a;
    --g400: #cecece;
    --g300: #e7e7e7;
    --g200: #f0f0f0;
    --w: #fff;
    --g100-g800: #f8f8f8;
    --focus: #2a7ffe;
    --rm500: #e1000f;
    --overlay: #9c9c9c52;
    --focus-z-index: 2000
}

@font-face {
    font-family: dsfr-tac-icons;
    src: url(data:font/truetype;charset=utf-8;base64,d09GRgABAAAAAASYAAsAAAAABtgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAQwAAAFY4wUKAY21hcAAAAYgAAABVAAABjOEvI+NnbHlmAAAB4AAAALEAAAC8RwSAoGhlYWQAAAKUAAAAMAAAADYcco6VaGhlYQAAAsQAAAAeAAAAJAgEA+1obXR4AAAC5AAAAA8AAAAQDhAAAGxvY2EAAAL0AAAACgAAAAoAcgAubWF4cAAAAwAAAAAeAAAAIAEQAChuYW1lAAADIAAAATEAAAIuRB1J2XBvc3QAAARUAAAAQwAAAF18Wox+eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGRuYZzAwMrAwPST2YOBgWEFhGZyYLBiNAXSDKzMDFhBQJprCoPDA4YHTMwv/lsw5DC/YDgBFGYEyQEA8HwMsgB4nO2QsQ2AQAwDL59AgZiDipJJqBifTR4n/2Ng6SzZilIYWAAXpwiwByN1q7Xqna364KibyP5tvctJV47ylp9s5ddefs3kudSgtptoL+04wD9smw0NAAAAeJxjYGQAAuZpTL4MrAwMjObinIzmTBE/XP8d/nfIjTHsu/u/Q4x27kAlEHXTmc4xcIPVsYuzq7Orm6uDVX/74fbzu9u3726M1364/QCygPwfbgxMDAz/z7FIMQcxCDFIA3WJKgsqmhoLirApKyqpmQqamBmrCiqbMqozAokvv5jUUmRF/5aJysqKMgel/KtyY2x7xrQn5e+tX/+ugASZukRlp/0reAaWSQG6BgBlHzlCAAAAeJxjYGRgYADiImfHBfH8Nl8ZuFk2AEUY7sxZ8gRB/z/HIsUcBORyMDCBRAFWOQxBeJxjYGRgYH7x34KBgWUDAxCwSDEwMqACFgBU5AL7AAB4nGNgYGBg2YDAAA7gAh0AAAAAAAAUAC4AXgAAeJxjYGRgYGBhkGFgYgABEMkFhAwM/8F8BgALoAE5AAB4nG2RPU7DMBiG3/QP0UoIBGJh8QILavozdmRo9w7d08RJUyVx5LgVvQMn4BAcgoEzcAgOwVvzSZVQbcl+vsfvFysJgGt8IcBxBOj79ThauGD1x23SjXCH/CDcxQCPwj36sXAfz5gJD3ALzScEnUuaO7wKt3CFN+E2/btwh/wh3MU9PoV79N/CfazwIzzAU/CSNKkd5rGpmqXOdkVkT+JEK22b3FRqEo5PcqErbSOnE7U+qGafTZ1LVWpNqeamcroojKqt2erYhRvn6tlolIoPY1MiQYMUFkPkiGFQsV7yfTPsUCDiybnEObdil+We+1phgpDf81xywWTl0xEc94TpNQ5cG+x585TWsUv5ToOSNPe9x3TBaWhqf7alielDbHxXzf824kz/5UN/e/kLsDVkLAAAAHicY2BigAAeBuyAhZGJkZmRhZGVQTCxqCi/XDclvzxPt1g3JzMvlSs5J784FcwUSq0oSS3KS8wB8bLBQgwMANcAEdUA) format("truetype")
}

#tarteaucitronRoot {
    box-sizing: border-box;
    color: var(--g700);
    font-family: Marianne,arial,sans-serif;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    #tarteaucitronRoot *, #tarteaucitronRoot :after, #tarteaucitronRoot :before {
        box-sizing: inherit
    }

    #tarteaucitronRoot h1 {
        color: var(--g800);
        font-size: 2.75rem;
        font-weight: 700;
        line-height: 1.25
    }

@media(min-width: 48em) {
    #tarteaucitronRoot h1 {
        font-size: 3rem
    }
}

#tarteaucitronRoot h2 {
    font-size: 2rem
}

#tarteaucitronRoot h2, #tarteaucitronRoot h3 {
    color: var(--g800);
    font-weight: 700;
    line-height: 1.25
}

#tarteaucitronRoot h3 {
    font-size: 1.5rem
}

#tarteaucitronRoot h4 {
    color: var(--g800);
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.375
}

#tarteaucitronRoot a {
    color: inherit
}

    #tarteaucitronRoot a:focus {
        outline: 2px solid;
        outline-color: var(--focus);
        outline-offset: 2px;
        z-index: var(--focus-z-index)
    }

#tarteaucitronRoot a {
    -webkit-text-decoration: none;
    text-decoration: none
}

    #tarteaucitronRoot a[target=_blank]:after {
        content: "";
        font-family: dsfr-tac-icons !important;
        font-feature-settings: normal;
        font-size: 1rem;
        font-style: normal;
        font-variant: normal;
        font-weight: 400 !important;
        line-height: 1;
        margin-left: .25rem;
        text-transform: none;
        vertical-align: initial
    }

#tarteaucitronRoot button {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    font-family: inherit
}

    #tarteaucitronRoot button:focus {
        outline: 2px solid;
        outline-color: var(--focus);
        outline-offset: 2px;
        z-index: var(--focus-z-index)
    }

button#tarteaucitronPrivacyUrl {
    background: #0000;
    bottom: .5em;
    font-size: 9px;
    left: 2.5em;
    position: absolute
}

#tarteaucitronRoot ol, #tarteaucitronRoot ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#tarteaucitronBack {
    background-color: var(--overlay);
    display: none;
    height: 100%;
    left: 0;
    opacity: 1 !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2147483646
}

.tarteaucitronIconBottomLeft {
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 4000
}

.tarteaucitronIconBottomRight {
    bottom: 0;
    position: fixed;
    right: 0;
    z-index: 4000
}

.tarteaucitronIconTopLeft {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 4000
}

.tarteaucitronIconTopRight {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 4000
}

#tarteaucitronIcon #tarteaucitronManager > img {
    display: none
}

#tarteaucitronIcon #tarteaucitronManager {
    background: var(--bf500);
    color: var(--w);
    font-size: inherit;
    line-height: 1.5rem;
    min-height: 2.5rem;
    opacity: .7;
    padding: .5rem 1.5rem
}

    #tarteaucitronIcon #tarteaucitronManager:before {
        content: "Cookies"
    }

div#tarteaucitronRoot.tarteaucitronBeforeVisible:before {
    background-color: var(--overlay) !important;
    opacity: 1 !important
}

div#tarteaucitronAlertBig:before {
    content: none !important
}

body #tarteaucitronRoot div#tarteaucitronAlertBig {
    border-radius: 0
}

.tarteaucitronBeforeVisible #tarteaucitronAlertBig {
    display: flex !important
}

#tarteaucitronAlertBig {
    background: var(--g200);
    background: linear-gradient(#f0f0f0 33%,#f0f0f000),linear-gradient(#f0f0f000,#f0f0f0 66%) 0 100%,radial-gradient(farthest-side at 50% 0,#22222280,#0000),radial-gradient(farthest-side at 50% 100%,#22222280,#0000) 0 100%;
    background-attachment: local,local,scroll,scroll;
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    background-size: 100% 18px,100% 18px,100% 6px,100% 10px;
    bottom: 0;
    box-shadow: inset 0 0 0 1px var(--g400);
    color: var(--g700);
    flex-wrap: wrap;
    justify-content: flex-end;
    left: 0;
    max-height: 73vh;
    overflow-y: scroll;
    padding: 1rem;
    position: fixed;
    width: 100%;
    z-index: 2147483645
}

@media screen and (min-width: 48em) {
    #tarteaucitronRoot #tarteaucitronAlertBig {
        border-radius: 0 !important;
        bottom: 2.5rem !important;
        box-shadow: inset 0 0 0 1px var(--g400) !important;
        left: 2.5rem !important;
        margin: auto;
        padding: 2rem !important;
        top: auto !important;
        transform: none !important;
        width: 40rem !important
    }
}

#tarteaucitronDisclaimerAlert {
    margin-bottom: 2rem
}

@media screen and (min-width: 48em) {
    #tarteaucitronAlertBig {
        height: auto;
        max-height: none;
        overflow: initial;
        padding-right: 0
    }
}

#tarteaucitronDisclaimerAlert > p {
    margin-bottom: 1rem
}

    #tarteaucitronDisclaimerAlert > p:last-child {
        margin-bottom: 0
    }

#tarteaucitronRoot #tarteaucitronCloseCross:first-letter {
    color: #0000
}

#tarteaucitronRoot #tarteaucitronCloseCross {
    background-color: var(--t-plain);
    border-radius: 1rem;
    color: var(--bf500);
    display: block;
    font-size: .875rem;
    line-height: 1.5rem;
    margin-bottom: .5rem;
    min-height: 2rem;
    padding: .25rem .75rem;
    position: relative;
    width: 5rem
}

    #tarteaucitronRoot #tarteaucitronCloseCross:before {
        content: "Fermer";
        left: .75rem;
        position: absolute
    }

    #tarteaucitronRoot #tarteaucitronCloseCross:after {
        bottom: 0;
        content: "";
        font-family: dsfr-tac-icons !important;
        font-feature-settings: normal;
        font-size: 1rem;
        font-style: normal;
        font-variant: normal;
        font-weight: 400 !important;
        height: 1rem;
        line-height: 1;
        margin: auto;
        position: absolute;
        right: 0;
        text-transform: none;
        top: 0
    }

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronCTAButton {
    background: var(--bf500);
    color: var(--w);
    cursor: pointer;
    font-size: inherit;
    line-height: 1.5rem;
    margin: .5rem 0;
    min-height: 2.5rem;
    padding: .5rem 1.5rem;
    width: 100%
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert {
    background-color: var(--t-plain);
    box-shadow: inset 0 0 0 1px var(--bf500);
    color: var(--bf500);
    margin-bottom: 0;
    order: 5
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronAllDenied2 {
    order: 4
}

#tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize2 {
    margin-right: 0;
    order: 3
}

@media screen and (min-width: 36em) {
    #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronCTAButton {
        display: flex !important;
        margin: 0 .5rem !important;
        width: auto
    }

        #tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronCTAButton:not(.tarteaucitronAllow):not(.tarteaucitronDeny) {
            margin: 0 0 0 auto !important
        }

    #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert {
        order: 3
    }

    #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronAllDenied2 {
        order: 4
    }

    #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize2 {
        margin-right: 0 !important;
        order: 5
    }
}

#tarteaucitron {
    bottom: 0 !important;
    display: none;
    height: 90%;
    left: 0;
    margin: 0;
    padding: 3rem 0 0;
    position: fixed;
    top: auto !important;
    width: 100%;
    z-index: 2147483647
}

    #tarteaucitron:before {
        background: var(--w);
        content: "";
        height: calc(3rem + 1px);
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

@media screen and (min-width: 48em) {
    #tarteaucitron {
        height: auto;
        left: 50%;
        margin: auto auto auto -25rem;
        max-height: 80%;
        top: 0 !important;
        width: 50rem
    }
}

#tarteaucitronRoot #tarteaucitronClosePanel {
    align-items: center;
    background: var(--tplain);
    border-radius: 1rem;
    color: var(--bf500);
    display: inline-flex;
    flex-direction: row-reverse;
    font-size: .875rem;
    line-height: 1.5rem;
    min-height: 2rem;
    outline-offset: 0;
    padding: .25rem .75rem;
    position: absolute;
    right: 1rem;
    top: 1rem
}

    #tarteaucitronRoot #tarteaucitronClosePanel:before {
        content: "";
        font-family: dsfr-tac-icons !important;
        font-feature-settings: normal;
        font-size: 1rem;
        font-style: normal;
        font-variant: normal;
        font-weight: 400 !important;
        line-height: 1;
        margin-left: .5rem;
        margin-right: -.25rem;
        text-transform: none
    }

.tarteaucitronSelfLink > img {
    display: none
}

.tarteaucitronSelfLink:before {
    content: "Site officiel de Tarte au citron"
}

#tarteaucitronServices ul > li:before {
    content: none
}

#tarteaucitronServices ul > li > ul {
    padding-left: 0
}

#tarteaucitronRoot .tarteaucitronMainLine {
    box-shadow: inset 0 -1px 0 0 var(--g300);
    padding-bottom: 2.5rem
}

    #tarteaucitronRoot .tarteaucitronMainLine .tarteaucitronH1 {
        color: var(--g700);
        display: block;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 2rem;
        margin: 0 0 1rem
    }

    #tarteaucitronRoot .tarteaucitronMainLine .tarteaucitronAsk {
        align-items: flex-start;
        flex-direction: column
    }

        #tarteaucitronRoot .tarteaucitronMainLine .tarteaucitronAsk:before {
            content: none
        }

        #tarteaucitronRoot .tarteaucitronMainLine .tarteaucitronAsk .tarteaucitronDeny {
            margin-left: 0;
            margin-top: 1.5rem
        }

@media screen and (min-width: 48em) {
    #tarteaucitronRoot .tarteaucitronMainLine .tarteaucitronAsk {
        align-items: center;
        flex-direction: row
    }

        #tarteaucitronRoot .tarteaucitronMainLine .tarteaucitronAsk:before {
            content: ""
        }

        #tarteaucitronRoot .tarteaucitronMainLine .tarteaucitronAsk .tarteaucitronDeny {
            margin-left: 1.5rem;
            margin-top: 0
        }
}

#tarteaucitronServices {
    background-color: var(--w);
    padding: 1rem 1rem 2rem
}

@media screen and (min-width: 48em) {
    #tarteaucitronServices {
        padding: 1rem 2rem 2rem
    }
}

#tarteaucitronServicesTitle_mandatory .tarteaucitronH3 {
    font-size: 1rem;
    margin-bottom: .5rem;
    max-width: none
}

#tarteaucitronServicesTitle_mandatory .tarteaucitronTitle {
    margin-bottom: 1rem
}

#tarteaucitronServicesTitle_mandatory .tarteaucitronAsk {
    position: relative;
    right: auto;
    top: auto
}

@media screen and (min-width: 48em) {
    .tarteaucitronName {
        max-width: 60%
    }
}

.tarteaucitronAsk {
    display: flex;
    margin-top: 2rem
}

@media screen and (min-width: 48em) {
    .tarteaucitronAsk {
        align-items: center;
        justify-content: flex-end;
        margin-top: 0 !important
    }

    .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronAsk {
        position: absolute;
        right: 0;
        top: 0
    }
}

#tarteaucitronRoot .tarteaucitronAsk .tarteaucitronAllow {
    font-size: 1rem;
    margin-right: 1.5rem;
    order: 1
}

#tarteaucitronRoot .tarteaucitronAsk .tarteaucitronDeny {
    font-size: 1rem;
    margin-left: 1.5rem;
    order: 3
}

#tarteaucitronRoot .tarteaucitronAsk:before {
    background: var(--g300);
    content: "";
    height: 1.5rem;
    order: 2;
    width: 1px
}

#tarteaucitronRoot .tarteaucitronAllow:not(.tarteaucitronCTAButton), #tarteaucitronRoot .tarteaucitronDeny:not(.tarteaucitronCTAButton) {
    align-items: center;
    background: var(--tplain);
    color: var(--g800);
    display: inline-flex;
    padding: 0;
    position: relative
}

#tarteaucitronRoot .tarteaucitronAllow:disabled:not(.tarteaucitronCTAButton), #tarteaucitronRoot .tarteaucitronDeny:disabled:not(.tarteaucitronCTAButton) {
    color: var(--g600-g400)
}

    #tarteaucitronRoot .tarteaucitronAllow:disabled:not(.tarteaucitronCTAButton):before, #tarteaucitronRoot .tarteaucitronDeny:disabled:not(.tarteaucitronCTAButton):before {
        background-color: var(--g200);
        border: 1px solid var(--g400)
    }

    #tarteaucitronRoot .tarteaucitronAllow:disabled:not(.tarteaucitronCTAButton):after, #tarteaucitronRoot .tarteaucitronDeny:disabled:not(.tarteaucitronCTAButton):after {
        content: none
    }

#tarteaucitronRoot .tarteaucitronAllow.tarteaucitronIsSelected:after, #tarteaucitronRoot .tarteaucitronDeny.tarteaucitronIsSelected:after {
    opacity: 1
}

#tarteaucitronRoot .tarteaucitronAllow.tarteaucitronIsSelected:before, #tarteaucitronRoot .tarteaucitronDeny.tarteaucitronIsSelected:before {
    border: 1px solid var(--bf500)
}

#tarteaucitronRoot .tarteaucitronAllow:not(.tarteaucitronCTAButton):before, #tarteaucitronRoot .tarteaucitronDeny:not(.tarteaucitronCTAButton):before {
    border: 1px solid var(--g800);
    border-radius: 50%;
    content: "";
    display: block;
    flex-shrink: 0;
    height: 1.5rem;
    margin-right: .5rem;
    width: 1.5rem
}

#tarteaucitronRoot .tarteaucitronAllow:not(.tarteaucitronCTAButton):after, #tarteaucitronRoot .tarteaucitronDeny:not(.tarteaucitronCTAButton):after {
    background: var(--bf500);
    border-radius: 50%;
    content: "";
    display: block;
    height: .75rem;
    left: .375rem;
    opacity: 0;
    position: absolute;
    width: .75rem
}

#tarteaucitronRoot #tarteaucitronServices_mandatory .tarteaucitronAllow:after, #tarteaucitronRoot .tarteaucitronIsAllowed .tarteaucitronAllow:after, #tarteaucitronRoot .tarteaucitronIsDenied .tarteaucitronDeny:after {
    opacity: 1
}

#tarteaucitronRoot #tarteaucitronServices_mandatory .tarteaucitronAsk:before {
    content: none
}

#tarteaucitronRoot [id^=tarteaucitronServices_] {
    margin-top: 1.5rem
}

@media screen and (min-width: 48em) {
    #tarteaucitronRoot [id^=tarteaucitronServices_] {
        margin-top: 0
    }
}

.tarteaucitronBorder > ul > li {
    box-shadow: inset 0 1px 0 0 var(--g300);
    padding: 1.5rem 0
}

    .tarteaucitronBorder > ul > li:first-child {
        box-shadow: none
    }

#tarteaucitronRoot .tarteaucitronTitle > .catToggleBtn, #tarteaucitronRoot .tarteaucitronTitle > button {
    background: 0;
    color: var(--g800);
    font-size: 1.25rem;
    font-weight: 700;
    padding: 0;
    text-align: left
}

#tarteaucitron #tarteaucitronInfo, #tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
    background: var(--g700);
    color: var(--w);
    display: none;
    font-size: .75rem;
    margin-top: 0;
    max-width: 270px;
    padding: 1rem;
    position: absolute;
    z-index: 2147483647
}

#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
    display: none;
    position: relative
}

.tarteaucitronH3 {
    color: var(--g800);
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    max-width: 24rem
}

    .tarteaucitronH3 + span {
        display: block
    }

.tarteaucitronLine {
    margin-bottom: 1rem !important;
    position: relative
}

ul[style="display: block;"] .tarteaucitronLine {
    margin-bottom: 1.5rem
}

@media screen and (min-width: 48em) {
    .tarteaucitronHidden > ul:last-child:not([style="display: block;"]) .tarteaucitronLine:not(:last-child), .tarteaucitronHidden > ul[style="display: block;"] .tarteaucitronLine:not(:last-child) {
        margin-bottom: 0
    }
}

.tarteaucitronHidden > ul:last-child:not([style="display: block;"]) .tarteaucitronLine .tarteaucitronH3, .tarteaucitronHidden > ul[style="display: block;"] .tarteaucitronLine .tarteaucitronH3 {
    font-size: 1rem;
    margin-bottom: .5rem
}

.tarteaucitronHidden > ul:last-child:not([style="display: block;"]) .tarteaucitronLine:first-child {
    margin-top: 1.5rem
}

@media screen and (min-width: 48em) {
    .tarteaucitronHidden > ul[style="display: block;"] .tarteaucitronLine {
        display: flex
    }

    .tarteaucitronHidden > ul[style="display: block;"] .tarteaucitronAsk {
        margin-left: auto;
        margin-right: 0;
        margin-top: 0
    }
}

.tarteaucitronHidden > ul[style="display: block;"] .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronAsk, .tarteaucitronHidden > ul[style="display: none;"] .tarteaucitronLine:not(.tarteaucitronMainLine) .tarteaucitronAsk {
    align-items: flex-start;
    position: relative;
    right: auto;
    top: auto
}

#tarteaucitronRoot .tarteaucitron-toggle-group {
    background: none;
    border-bottom: 1px solid;
    font-size: inherit;
    margin: 1.5rem 0 0;
    padding: 0
}

    #tarteaucitronRoot .tarteaucitron-toggle-group:after {
        content: "";
        font-family: dsfr-tac-icons !important;
        font-feature-settings: normal;
        font-size: 1rem;
        font-style: normal;
        font-variant: normal;
        font-weight: 400 !important;
        line-height: 1;
        margin-left: .5rem;
        text-transform: none
    }

.tarteaucitronAlertSmallBottom {
    bottom: 0;
    display: none;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    width: auto;
    z-index: 2147483646
}

.tarteaucitronAlertSmallBottom, .tarteaucitronAlertSmallTop {
    bottom: 0
}

#tarteaucitronAlertSmall {
    display: none;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    width: auto;
    z-index: 2147483646
}

    #tarteaucitronAlertSmall #tarteaucitronCookiesNumber, #tarteaucitronAlertSmall #tarteaucitronManager {
        background: var(--bf500);
        color: var(--w);
        cursor: pointer;
        font-size: inherit;
        line-height: 1.5rem;
        min-height: 2.5rem;
        padding: .5rem 1.5rem !important;
        position: relative
    }

    #tarteaucitronAlertSmall #tarteaucitronCookiesNumber {
        margin-left: .25rem
    }

    #tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot {
        background-color: gray;
        border-radius: 5px;
        display: block;
        height: 5px;
        left: 1.5rem;
        overflow: hidden;
        position: absolute;
        width: calc(100% - 3rem)
    }

        #tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen, #tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed, #tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow {
            display: block;
            float: left;
            height: 100%;
            width: 0
        }

        #tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen {
            background-color: #1b870b
        }

        #tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow {
            background-color: #fbda26
        }

        #tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
            background-color: #9c1a1a
        }

    #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer {
        background: #fff;
        display: none;
        max-height: 50%;
        max-width: 500px;
        padding-top: 1rem;
        position: fixed;
        right: 0;
        width: 100%
    }

        #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
            color: #333;
            font-size: .75rem;
            height: auto;
            overflow: auto;
            padding: 0 1.5rem;
            text-align: left
        }

            #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle {
                color: var(--g800);
                display: inline-block;
                font-size: 1rem;
                font-weight: 700;
                margin: 1.5rem 0 0;
                padding: 1rem 0;
                text-align: left;
                width: auto
            }

            #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList strong {
                color: var(--g800)
            }

        #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle {
            color: var(--g800);
            font-size: 1.25rem;
            font-weight: 700;
            padding: .5rem 1.5rem;
            text-align: left
        }

            #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle strong {
                color: var(--w);
                font-size: 1rem
            }

        #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain {
            padding: 0 0 .25rem;
            word-wrap: break-word
        }

            #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain:before {
                content: none
            }

            #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain a {
                color: var(--g800);
                -webkit-text-decoration: none;
                text-decoration: none
            }

            #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft {
                align-items: center;
                display: inline-flex;
                width: 50%
            }

                #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft a strong {
                    color: var(--rm500)
                }

            #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListRight {
                color: var(--g800);
                display: inline-block;
                font-size: .75rem;
                margin-left: 10%;
                vertical-align: top;
                width: 30%
            }

        #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie {
            align-items: center;
            background: var(--tplain);
            border-radius: 1rem;
            color: var(--bf500);
            display: inline-flex;
            flex-direction: row-reverse;
            font-size: .875rem;
            line-height: 1.5rem;
            min-height: 2rem;
            padding: .25rem .75rem;
            position: absolute;
            right: 1rem;
            top: 0
        }

            #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie:before {
                content: "";
                font-family: dsfr-tac-icons !important;
                font-feature-settings: normal;
                font-size: 1rem;
                font-style: normal;
                font-variant: normal;
                font-weight: 400 !important;
                line-height: 1;
                margin-left: .5rem;
                margin-right: -.25rem;
                text-transform: none
            }

#tarteaucitronRoot .purgeBtn {
    background-color: var(--bf500);
    color: var(--w-bf500);
    flex-direction: row;
    flex-shrink: 0;
    font-size: .875rem;
    line-height: 1.5rem;
    margin-right: .25rem;
    max-height: 2rem;
    max-width: 2rem;
    min-height: 2rem;
    padding: .25rem .5rem
}

    #tarteaucitronRoot .purgeBtn:before {
        content: "";
        font-family: dsfr-tac-icons !important;
        font-feature-settings: normal;
        font-size: 1rem;
        font-style: normal;
        font-variant: normal;
        font-weight: 400 !important;
        line-height: 1;
        margin-left: 0;
        margin-right: .5rem;
        text-transform: none
    }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .purgeBtn strong {
    display: none
}

.tac_activate {
    background: var(--g200);
    display: flex;
    justify-content: center;
    padding: 6rem 0;
    width: 100%
}

    .tac_activate .tac_float {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

.rf-responsive-vid__player .tac_activate {
    height: 100%;
    padding: O
}

.tac_activate .tarteaucitronAllow:not(.tarteaucitronCTAButton):after, .tac_activate .tarteaucitronAllow:not(.tarteaucitronCTAButton):before {
    content: none
}

.tac_activate .tarteaucitronAllow:not(.tarteaucitronCTAButton) {
    -webkit-appearance: none;
    appearance: none;
    background: var(--bf500);
    border: none;
    color: var(--w);
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    line-height: 1.5rem;
    margin-top: 1.5rem;
    min-height: 2.5rem;
    padding: .5rem 1.5rem
}

    .tac_activate .tarteaucitronAllow:not(.tarteaucitronCTAButton):focus {
        outline: 2px solid;
        outline-color: var(--focus);
        outline-offset: 2px;
        z-index: var(--focus-z-index)
    }

.tac_visually-hidden {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0,0,0,0);
    border: 0;
    white-space: nowrap
}

body.has-filters-button #tarteaucitronIcon {
    bottom: 72px;
    bottom: 4.5rem
}

.spinner {
    animation: spin 1.5s linear infinite;
    border-top: 3px solid var(--grey-950-100-active);
    border: 3px solid var(--grey-950-100-active);
    border-radius: 50%;
    border-top-color: var(--blue-france-sun-113-625);
    height: 30px;
    height: 1.875rem;
    width: 30px;
    width: 1.875rem
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.autocomp {
    background: #f6f6f6;
    box-shadow: 0 8px 8px 0 #0000001a;
    z-index: 10
}

    .autocomp .autocomp-item {
        color: var(--grey-50);
        cursor: pointer;
        font-size: 16px;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        line-height: 1.5rem;
        padding: 10px 16px;
        position: relative
    }

        .autocomp .autocomp-item strong {
            font-weight: 700
        }

        .autocomp .autocomp-item:not(:last-child):after {
            background-color: var(--light-border-default-grey);
            bottom: 0;
            content: "";
            display: block;
            height: 1px;
            left: 16px;
            position: absolute;
            right: 16px
        }

        .autocomp .autocomp-item:focus, .autocomp .autocomp-item:hover, .autocomp .autocomp-sel {
            background: #f1f1f1;
            font-weight: 700
        }

@media only screen and (max-width: 992px) {
    #event-map {
        height: 444px !important;
        margin-left: -1rem;
        width: 100vw
    }
}

.dailymotion_player, .youtube_player {
    height: 0;
    overflow: auto;
    padding-top: 56.25%;
    pointer-events: auto;
    position: relative;
    width: 100%
}

    .dailymotion_player .tac_activate, .dailymotion_player iframe, .youtube_player .tac_activate, .youtube_player iframe {
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

.plyr {
    --plyr-color-main: var(--ultramarine);
    width: 100% !important
}

    .plyr .plyr__control.plyr__control--overlaid {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M28 51.334C15.113 51.334 4.667 40.887 4.667 28S15.113 4.667 28 4.667 51.334 15.113 51.334 28 40.887 51.334 28 51.334m0-4.667c10.31 0 18.667-8.357 18.667-18.667C46.667 17.691 38.31 9.334 28 9.334 17.691 9.334 9.334 17.69 9.334 28S17.69 46.667 28 46.667m-3.215-27.032 11.384 7.588a.934.934 0 0 1 0 1.554l-11.386 7.588a.934.934 0 0 1-1.45-.774V20.41a.933.933 0 0 1 1.452-.775' clip-rule='evenodd'/%3E%3C/svg%3E");
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: calc(100% - 16px);
        height: 80px;
        width: 80px
    }

        .plyr .plyr__control.plyr__control--overlaid svg {
            display: none
        }

.hero-form {
    position: relative
}

    .hero-form:before {
        background-color: var(--light-options-illustration-color-975-default-blue-ecume-975,#f4f6fe);
        background-image: url(/app/themes/francophonie-sommet/public/images/deco/filigrane.4d56bf.svg);
        background-position: 0;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 100%;
        left: 0;
        padding-bottom: 40px;
        padding-top: 40px;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1
    }

@media only screen and (min-width: 992px) {
    .hero-form {
        padding-bottom: 66px;
        padding-top: 66px
    }
}

.hero-home {
    position: relative
}

    .hero-home:after, .hero-home:before {
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 5
    }

    .hero-home:before {
        aspect-ratio: 206/586;
        background-image: url(/app/themes/francophonie-sommet/public/images/deco/hero-left-gimmick.26c8fe.svg);
        background-position: 0;
        left: 0
    }

    .hero-home:after {
        aspect-ratio: 258/586;
        background-image: url(/app/themes/francophonie-sommet/public/images/deco/hero-right-gimmick.f89f0e.svg);
        background-position: 100%;
        right: 0
    }

.hero-home__container {
    align-items: center;
    display: flex;
    position: relative;
    z-index: 10
}

.hero-home__left, .hero-home__right {
    flex: 0 0 50%
}

.hero-home__left {
    padding-left: calc(50% - 500px) !important;
    padding-right: 48px
}

.hero-home__right {
    line-height: 0
}

    .hero-home__right img {
        height: auto;
        width: 100%
    }

@media only screen and (max-width: 992px) {
    .hero-home:after, .hero-home:before {
        height: auto;
        width: 20%
    }

    .hero-home__container {
        flex-direction: column-reverse
    }

    .hero-home__left, .hero-home__right {
        flex: 0 0 100%
    }

    .hero-home__left {
        margin-top: 38px;
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (min-width: 992px) {
    .highlight-news {
        position: relative
    }

        .highlight-news:before {
            background-color: var(--yellow-tournesol-975);
            content: "";
            display: block;
            height: 330px;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 5
        }

    .highlight-news__container {
        position: relative;
        z-index: 10
    }

    .highlight-news__see-all {
        text-align: right
    }
}

.hero-edito-riche {
    position: relative;
    z-index: -1
}

    .hero-edito-riche:before {
        background-image: url(/app/themes/francophonie-sommet/public/images/deco/gimmick-hero-edito.2e43a5.svg);
        background-position: 100% 0;
        background-repeat: no-repeat;
        background-size: 390px 538px;
        content: "";
        height: 538px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1
    }

@media only screen and (max-width: 992px) {
    .hero-edito-riche:before {
        background-image: url(/app/themes/francophonie-sommet/public/images/deco/gimmick-hero-edito-mobile.65ceab.svg);
        background-size: auto 243px;
        height: 100%
    }

    .hero-edito-riche::before__grid {
        flex-direction: column-reverse;
        gap: 16px
    }
}

.last-news {
    background-image: url(/app/themes/francophonie-sommet/public/images/deco/filigrane-edito.541f7c.svg);
    background-position: bottom 0 left 0;
    background-repeat: no-repeat;
    background-size: 356px 279px
}

@media only screen and (min-width: 992px) {
    .last-news {
        background-position: bottom 0 left 67px;
        background-size: 734px 576px
    }

    .last-news__top {
        display: flex;
        justify-content: space-between;
        margin-bottom: 32px
    }
}

.hero-news-list {
    position: relative
}

    .hero-news-list:before {
        background-color: var(--blue-ecume-975);
        background-image: url(/app/themes/francophonie-sommet/public/images/deco/gimmick-hero-news-list-left.9bbccb.svg),url(/app/themes/francophonie-sommet/public/images/deco/gimmick-hero-news-list-right.4a538b.svg);
        background-position: 0 0,100% 0;
        background-repeat: no-repeat;
        background-size: auto 580px;
        content: "";
        display: block;
        height: 684px;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 5
    }

.hero-news-list__container {
    position: relative;
    z-index: 10
}

@media only screen and (max-width: 992px) {
    .hero-news-list:before {
        background-position: top 120px left -80px,top 120px right -60px;
        background-size: auto 369px;
        height: 1033px
    }

    .hero-news-list__container > .fr-grid-row {
        border-bottom: 1px solid var(--light-border-default-grey);
        padding-bottom: 40px
    }
}

.press-area {
    background-image: linear-gradient(180deg,#f4f6fe,#f4f6fe 90%,#fff 0);
    position: relative
}

    .press-area, .press-area:before {
        background-position: 100% 0;
        background-repeat: no-repeat;
        background-size: auto 492px
    }

        .press-area:before {
            background-image: url(/app/themes/francophonie-sommet/public/images/deco/hero-press-area.676b6e.svg);
            content: "";
            height: 100%;
            position: absolute;
            right: 0;
            top: 0;
            width: 100%
        }

.press-area__grid {
    display: flex;
    gap: 128px;
    position: relative
}

.press-area__left {
    flex: 0 0 690px
}

.press-area__right {
    flex: 1
}

@media only screen and (max-width: 992px) {
    .press-area {
        background-image: linear-gradient(180deg,#f4f6fe,#f4f6fe 90%,#fff 0);
        background-size: auto 850px
    }

        .press-area:before {
            display: none
        }

    .press-area__grid {
        flex-direction: column;
        gap: 24px
    }

    .press-area__left {
        flex: auto
    }

    .press-area--content .press-area__right {
        order: -1
    }
}

.error-page {
    position: relative
}

    .error-page:before {
        background-image: url(/app/themes/francophonie-sommet/public/images/deco/deco-hero-right.78bb21.svg);
        background-position: 100% 0;
        background-repeat: no-repeat;
        background-size: auto 492px;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

@media only screen and (max-width: 992px) {
    .contact-form .fieldset--civilite .fr-fieldset__element--inline {
        flex: 1 1 100%
    }

    .contact-form .fr-btn.submit {
        display: table;
        margin: auto
    }
}

.edito-riche__content ol > li {
    counter-increment: count
}

    .edito-riche__content ol > li::marker {
        content: counter(count,decimal) "° "
    }

.edito-riche__content ol li, .edito-riche__content ul li {
    margin-bottom: 16px
}

.edito-riche__content .fr-transcription ol li, .edito-riche__content .fr-transcription ul li {
    margin-bottom: 0
}

[dir=rtl] .fr-btn[target=_blank]:after, [dir=rtl] .fr-link[target=_blank]:after {
    margin-left: -.125rem;
    margin-right: .5rem;
    transform: scaleX(-1)
}

[dir=rtl] .fr-link--icon-left:before {
    margin-left: .5rem;
    margin-right: -.125rem
}

[dir=rtl] .fr-footer__content-link[target=_blank]:after, [dir=rtl] .fr-link--icon-right[class*=" fr-icon-"]:after {
    margin-left: -.125rem;
    margin-right: .5rem;
    transform: scaleX(-1)
}

[dir=rtl] .fr-footer__content {
    margin-left: 0;
    margin-right: auto
}

[dir=rtl] .fr-footer__content-list > li:last-child {
    margin-right: 1.5rem
}

[dir=rtl] .fr-footer__content-list > li:first-child {
    margin-right: 0
}

[dir=rtl] .fr-footer__bottom-copy a[target=_blank] {
    display: inline-flex
}

    [dir=rtl] .fr-footer__bottom-copy a[target=_blank]:after {
        margin-left: 0;
        margin-right: .25rem;
        transform: scaleX(-1)
    }

[dir=rtl] .fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg):not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class*=" fr-fi-"]:before, [dir=rtl] .fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg):not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class*=" fr-icon-"]:before, [dir=rtl] .fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg):not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class^=fr-fi-]:before, [dir=rtl] .fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg):not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class^=fr-icon-]:before {
    margin-left: .5rem;
    margin-right: 0
}

[dir=rtl] .fr-transcription .fr-transcription__btn:before {
    margin-left: .5rem;
    margin-right: -.125rem
}

[dir=rtl] .fr-transcription .fr-transcription__btn:after {
    margin-left: 0;
    margin-right: auto
}

[dir=rtl] .fr-transcription .fr-btn--fullscreen {
    margin: 0 .5rem 0 0
}

    [dir=rtl] .fr-transcription .fr-btn--fullscreen:after {
        margin-left: -.125rem;
        margin-right: .5rem
    }

[dir=rtl] .fr-modal__header button.fr-btn--close {
    margin-left: 0;
    margin-inline-start: auto
}

    [dir=rtl] .fr-modal__header button.fr-btn--close:after {
        margin-left: -.125rem;
        margin-right: .5rem
    }

[dir=rtl] .fr-card.fr-enlarge-link a:after {
    left: 2rem;
    right: auto !important;
    transform: scaleX(-1)
}

[dir=rtl] .fr-card__detail[class*=" fr-icon-"]:before {
    margin-left: .5rem;
    margin-right: 0
}

[dir=rtl] .fr-card.fr-enlarge-link .fr-card__end {
    padding-left: 2rem;
    padding-right: 0
}

[dir=rtl] .fr-input-group.fr-input-group--error:before {
    background-position: 100% 0
}

[dir=rtl] .fr-input-group.fr-input-group--error .fr-error-text:before {
    margin-left: .25rem;
    margin-right: 0
}

[dir=rtl] .fr-radio-group input[type=radio] + label {
    background-position: right top -.2rem;
    padding-left: 0;
    padding-right: 2rem
}

[dir=rtl] .fr-checkbox-group input[type=checkbox] + label {
    margin-left: 0;
    margin-right: 2rem
}

    [dir=rtl] .fr-checkbox-group input[type=checkbox] + label:before {
        left: auto;
        margin-left: .5rem;
        margin-right: 0;
        right: -2rem
    }

[dir=rtl] .fr-select {
    background-position: 1rem 50%;
    padding: .5rem 1rem .5rem 2.5rem
}

[dir=rtl] .fr-alert--sm {
    padding: .5rem 3rem .25rem 2.25rem
}

[dir=rtl] .fr-alert {
    background-position: 0 0,0 0,0 100%,100% 0,100% 100%
}

    [dir=rtl] .fr-alert:before {
        left: auto;
        right: 0
    }

[dir=rtl] .fr-summary__link:before {
    left: 100%;
    right: auto
}

[dir=rtl] .fr-content-media__caption .fr-link {
    margin-inline-end: auto;
    margin-right: 0
}

[dir=rtl] .fr-link--download .fr-link__detail, [dir=rtl] .fr-links-group--download .fr-link .fr-link__detail {
    left: auto;
    right: 0
}

[dir=rtl] .fr-link--download:after, [dir=rtl] .fr-links-group--download .fr-link:after {
    margin-left: -.125rem;
    margin-right: .5rem
}

[dir=rtl] .fr-tile.fr-tile--download {
    text-align: right
}

    [dir=rtl] .fr-tile.fr-tile--download .fr-tile__detail {
        padding-left: 2rem;
        padding-right: 0
    }

[dir=rtl] .fr-tile.fr-enlarge-link .fr-tile__title a:after, [dir=rtl] .fr-tile.fr-enlarge-link .fr-tile__title a:before {
    left: 2rem;
    right: auto;
    transform: scaleX(-1)
}

[dir=rtl] .fr-tile__title a:before {
    right: 0 !important
}

[dir=rtl] .fr-highlight {
    background-position: 100% 0
}

@media(min-width: 48em) {
    [dir=rtl] .fr-highlight {
        margin-left: 0;
        margin-right: 2rem;
        padding-left: 0;
        padding-right: 2.25rem
    }
}

[dir=rtl] .fr-breadcrumb__list li:not(:first-child):before, [dir=rtl] .fr-pagination__link--first:before, [dir=rtl] .fr-pagination__link--last:before, [dir=rtl] .fr-pagination__link--next:after, [dir=rtl] .fr-pagination__link--prev:before {
    transform: scaleX(-1)
}

[dir=rtl] .fr-pagination__link--prev:before {
    margin-left: .5rem;
    margin-right: .125rem
}

[dir=rtl] .fr-pagination__link--next:after {
    margin-left: .125rem;
    margin-right: .5rem
}

[dir=rtl] .fr-pagination__link--first:before, [dir=rtl] .fr-pagination__link--last:before {
    margin-left: .5rem;
    margin-right: 0
}

[dir=rtl] .fr-callout {
    background-position: 100%
}

@media(min-width: 48em) {
    [dir=rtl] .fr-callout[class*=" fr-fi-"]:before, [dir=rtl] .fr-callout[class*=" fr-icon-"]:before, [dir=rtl] .fr-callout[class^=fr-fi-]:before, [dir=rtl] .fr-callout[class^=fr-icon-]:before {
        margin: -1rem -2rem 1rem 0
    }

    [dir=rtl] .fr-pl-md-1v {
        padding-left: 0 !important;
        padding-right: .25rem !important
    }

    [dir=rtl] .fr-pl-md-2v {
        padding-left: 0 !important;
        padding-right: .5rem !important
    }

    [dir=rtl] .fr-pl-md-3v {
        padding-left: 0 !important;
        padding-right: .75rem !important
    }

    [dir=rtl] .fr-pl-md-4v {
        padding-left: 0 !important;
        padding-right: 1rem !important
    }

    [dir=rtl] .fr-pl-md-5v {
        padding-left: 0 !important;
        padding-right: 1.25rem !important
    }

    [dir=rtl] .fr-pl-md-6v {
        padding-left: 0 !important;
        padding-right: 1.5rem !important
    }

    [dir=rtl] .fr-pl-md-7v {
        padding-left: 0 !important;
        padding-right: 1.75rem !important
    }

    [dir=rtl] .fr-pl-md-8v {
        padding-left: 0 !important;
        padding-right: 2rem !important
    }

    [dir=rtl] .fr-pl-md-9v {
        padding-left: 0 !important;
        padding-right: 2.25rem !important
    }

    [dir=rtl] .fr-pl-md-10v {
        padding-left: 0 !important;
        padding-right: 2.5rem !important
    }

    [dir=rtl] .fr-pl-md-11v {
        padding-left: 0 !important;
        padding-right: 2.75rem !important
    }

    [dir=rtl] .fr-pl-md-12v {
        padding-left: 0 !important;
        padding-right: 3rem !important
    }

    [dir=rtl] .fr-pl-md-13v {
        padding-left: 0 !important;
        padding-right: 3.25rem !important
    }

    [dir=rtl] .fr-pl-md-14v {
        padding-left: 0 !important;
        padding-right: 3.5rem !important
    }

    [dir=rtl] .fr-pl-md-15v {
        padding-left: 0 !important;
        padding-right: 3.75rem !important
    }

    [dir=rtl] .fr-pl-md-16v {
        padding-left: 0 !important;
        padding-right: 4rem !important
    }

    [dir=rtl] .fr-pl-md-17v {
        padding-left: 0 !important;
        padding-right: 4.25rem !important
    }

    [dir=rtl] .fr-pl-md-18v {
        padding-left: 0 !important;
        padding-right: 4.5rem !important
    }

    [dir=rtl] .fr-pl-md-19v {
        padding-left: 0 !important;
        padding-right: 4.75rem !important
    }

    [dir=rtl] .fr-pl-md-20v {
        padding-left: 0 !important;
        padding-right: 5rem !important
    }

    [dir=rtl] .fr-pl-md-21v {
        padding-left: 0 !important;
        padding-right: 5.25rem !important
    }

    [dir=rtl] .fr-pl-md-22v {
        padding-left: 0 !important;
        padding-right: 5.5rem !important
    }

    [dir=rtl] .fr-pl-md-23v {
        padding-left: 0 !important;
        padding-right: 5.75rem !important
    }

    [dir=rtl] .fr-pr-md-1v {
        padding-left: .25rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-2v {
        padding-left: .5rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-3v {
        padding-left: .75rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-4v {
        padding-left: 1rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-5v {
        padding-left: 1.25rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-6v {
        padding-left: 1.5rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-7v {
        padding-left: 1.75rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-8v {
        padding-left: 2rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-9v {
        padding-left: 2.25rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-10v {
        padding-left: 2.5rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-11v {
        padding-left: 2.75rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-12v {
        padding-left: 3rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-13v {
        padding-left: 3.25rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-14v {
        padding-left: 3.5rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-15v {
        padding-left: 3.75rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-16v {
        padding-left: 4rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-17v {
        padding-left: 4.25rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-18v {
        padding-left: 4.5rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-19v {
        padding-left: 4.75rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-20v {
        padding-left: 5rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-21v {
        padding-left: 5.25rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-22v {
        padding-left: 5.5rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-pr-md-23v {
        padding-left: 5.75rem !important;
        padding-right: 0 !important
    }

    [dir=rtl] .fr-ml-md-1v {
        margin-left: 0 !important;
        margin-right: .25rem !important
    }

    [dir=rtl] .fr-ml-md-2v {
        margin-left: 0 !important;
        margin-right: .5rem !important
    }

    [dir=rtl] .fr-ml-md-3v {
        margin-left: 0 !important;
        margin-right: .75rem !important
    }

    [dir=rtl] .fr-ml-md-4v {
        margin-left: 0 !important;
        margin-right: 1rem !important
    }

    [dir=rtl] .fr-ml-md-5v {
        margin-left: 0 !important;
        margin-right: 1.25rem !important
    }

    [dir=rtl] .fr-ml-md-6v {
        margin-left: 0 !important;
        margin-right: 1.5rem !important
    }

    [dir=rtl] .fr-ml-md-7v {
        margin-left: 0 !important;
        margin-right: 1.75rem !important
    }

    [dir=rtl] .fr-ml-md-8v {
        margin-left: 0 !important;
        margin-right: 2rem !important
    }

    [dir=rtl] .fr-ml-md-9v {
        margin-left: 0 !important;
        margin-right: 2.25rem !important
    }

    [dir=rtl] .fr-ml-md-10v {
        margin-left: 0 !important;
        margin-right: 2.5rem !important
    }

    [dir=rtl] .fr-ml-md-11v {
        margin-left: 0 !important;
        margin-right: 2.75rem !important
    }

    [dir=rtl] .fr-ml-md-12v {
        margin-left: 0 !important;
        margin-right: 3rem !important
    }

    [dir=rtl] .fr-ml-md-13v {
        margin-left: 0 !important;
        margin-right: 3.25rem !important
    }

    [dir=rtl] .fr-ml-md-14v {
        margin-left: 0 !important;
        margin-right: 3.5rem !important
    }

    [dir=rtl] .fr-ml-md-15v {
        margin-left: 0 !important;
        margin-right: 3.75rem !important
    }

    [dir=rtl] .fr-ml-md-16v {
        margin-left: 0 !important;
        margin-right: 4rem !important
    }

    [dir=rtl] .fr-ml-md-17v {
        margin-left: 0 !important;
        margin-right: 4.25rem !important
    }

    [dir=rtl] .fr-ml-md-18v {
        margin-left: 0 !important;
        margin-right: 4.5rem !important
    }

    [dir=rtl] .fr-ml-md-19v {
        margin-left: 0 !important;
        margin-right: 4.75rem !important
    }

    [dir=rtl] .fr-ml-md-20v {
        margin-left: 0 !important;
        margin-right: 5rem !important
    }

    [dir=rtl] .fr-ml-md-21v {
        margin-left: 0 !important;
        margin-right: 5.25rem !important
    }

    [dir=rtl] .fr-ml-md-22v {
        margin-left: 0 !important;
        margin-right: 5.5rem !important
    }

    [dir=rtl] .fr-ml-md-23v {
        margin-left: 0 !important;
        margin-right: 5.75rem !important
    }

    [dir=rtl] .fr-mr-md-1v {
        margin-left: .25rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-2v {
        margin-left: .5rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-3v {
        margin-left: .75rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-4v {
        margin-left: 1rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-5v {
        margin-left: 1.25rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-6v {
        margin-left: 1.5rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-7v {
        margin-left: 1.75rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-8v {
        margin-left: 2rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-9v {
        margin-left: 2.25rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-10v {
        margin-left: 2.5rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-11v {
        margin-left: 2.75rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-12v {
        margin-left: 3rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-13v {
        margin-left: 3.25rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-14v {
        margin-left: 3.5rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-15v {
        margin-left: 3.75rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-16v {
        margin-left: 4rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-17v {
        margin-left: 4.25rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-18v {
        margin-left: 4.5rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-19v {
        margin-left: 4.75rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-20v {
        margin-left: 5rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-21v {
        margin-left: 5.25rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-22v {
        margin-left: 5.5rem !important;
        margin-right: 0 !important
    }

    [dir=rtl] .fr-mr-md-23v {
        margin-left: 5.75rem !important;
        margin-right: 0 !important
    }
}

[dir=rtl] .error-page:before, [dir=rtl] .hero-edito-riche:before, [dir=rtl] .hero-form:before, [dir=rtl] .hero-news-list:before {
    transform: scaleX(-1)
}

[dir=rtl] .deco-hero:before, [dir=rtl] .hero-home:before, [dir=rtl] .press-area:before {
    left: 0;
    right: 0;
    transform: scaleX(-1)
}

[dir=rtl] .deco-hero:after, [dir=rtl] .hero-home:after {
    left: 0;
    right: auto;
    transform: scaleX(-1)
}

[dir=rtl] .deco-bg:before {
    background-position: 0 0;
    left: -70px;
    right: auto;
    transform: scaleX(-1)
}

[dir=rtl] .hero-home__left {
    padding-left: 48px !important;
    padding-right: calc(50% - 500px) !important
}

@media only screen and (min-width: 992px) {
    [dir=rtl] .highlight-news__see-all {
        text-align: left
    }
}

[dir=rtl] .tarteaucitronIconBottomRight {
    left: 0;
    right: auto
}

@media screen and (min-width: 48em) {
    [dir=rtl] #tarteaucitronRoot #tarteaucitronAlertBig {
        left: auto !important;
        right: 2.5rem !important
    }
}

[dir=rtl] #tarteaucitronRoot #tarteaucitronClosePanel {
    left: 1rem;
    right: auto
}

    [dir=rtl] #tarteaucitronRoot #tarteaucitronClosePanel:before {
        margin-left: -.25rem;
        margin-right: .5rem
    }

[dir=rtl] #tarteaucitronRoot .tarteaucitronAsk {
    justify-content: flex-start;
    left: 0;
    right: auto
}

    [dir=rtl] #tarteaucitronRoot .tarteaucitronAsk .tarteaucitronAllow, [dir=rtl] #tarteaucitronRoot .tarteaucitronAsk .tarteaucitronDeny {
        flex-direction: row-reverse;
        margin-left: 1.5rem;
        margin-right: 0
    }
.overlay-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 1rem;
}

    .overlay-caption a {
        color: white;
        text-decoration: none;
        font-weight: 500;
    }

        .overlay-caption a:hover {
            text-decoration: underline;
        }
.line-height-2 {
    line-height: 2;
}
/* Default: no min-height */


    /* Medium and up: apply min-height */
    @media (min-width: 768px) {


    }
.media-photo-container {
    position: relative;
    overflow: hidden;
}

    .media-photo-container .wrapper {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        line-height: 1.2;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
        padding: 80px 20px 20px;
        color: #fff;
        transition: 0.3s ease;
    }

        .media-photo-container .wrapper h2 {
            font-size: 1.3125rem;
            text-transform: uppercase;
            font-weight: 700;
            margin: 0;
            transform: translateY(20px) translateZ(0px);
            transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
        }

        .media-photo-container .wrapper p {
            margin: 0;
            font-size: 0.875rem;
            transform: translateY(20px);
            transition: 0.3s cubic-bezier(0.77, 0, 0.175, 1);
        }

    .media-photo-container:hover .wrapper h2,
    .media-photo-container:hover .wrapper p {
        transform: translateY(0);
    }

.padding-right-5px {
    padding-right: 5px;
}
.padding-left-5px {
    padding-left: 5px;
}

@media (max-width: 768px) {
    .media-photo-container .wrapper {
        padding: 60px 15px 15px;
    }

    .margin-row-mb-0 {
        margin: 0;
    }
    .padding-mb-0 {
        padding: 0;
    }

}
.video-thumbnail-wrapper .overlay {
    background: rgba(0, 0, 0, 0.3); /* 30% black */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 12px;

}
.media-photo-container {
    border-radius: 0;
    overflow: hidden;
}


/* Make sure buttons scale down on smaller screens */
@media (max-width: 576px) {
    .video-thumbnail-wrapper button {
        width: 45px !important;
        height: 45px !important;
    }
}
