@charset "UTF-8";
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: 600;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

@font-face {
    font-family: "icons";
    src: url("../bundles/medeffront/fonts/icons.eot");
    src: url("../bundles/medeffront/fonts/icons.eot?#iefix") format("eot"), url("../bundles/medeffront/fonts/icons.woff") format("woff"), url("../bundles/medeffront/fonts/icons.ttf") format("truetype"), url("../bundles/medeffront/fonts/icons.svg#icons") format("svg");
}


[class*="icon-"], .new-checkbox::after, .BtnClose::after, .Header-lang .select2 .select2-selection__rendered::after, .Nav-btns .select2 .select2-selection__rendered::after, .Nav-menu > li.has-children > a::after, .slick-arrow::after, .is-video .Box-thumb::before, .is-video:not(.gallery) .Box-img::before, .Filters-type-label::after, .Filters-pages > li.has-children a::after, .Form-count::after, .Map-tip-contact::before, .SelectBtn .select2 .select2-selection__rendered::after, .DirAside-cat-title::after, .SvgMap-dot i:before {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
}

.icon-agenda::before {
    content: "";
}

.icon-arr-prev::before {
    content: "";
}

.icon-arr-slide::before {
    content: "";
}

.icon-arr-top::before {
    content: "";
}

.Filters-pages > li.has-children a::after, .SelectBtn .select2 .select2-selection__rendered::after, .DirAside-cat-title::after {
    content: "";
}

.icon-arr::before {
    content: "";
}

.Header-lang .select2 .select2-selection__rendered::after, .Nav-btns .select2 .select2-selection__rendered::after, .Nav-menu > li.has-children > a::after, .slick-arrow::after, .Filters-type-label::after {
    content: "";
}

.icon-attachment::before {
    content: "";
}

.icon-check::before {
    content: "";
}

.new-checkbox::after {
    content: "";
}

.icon-close::before {
    content: "";
}

.BtnClose::after {
    content: "";
}

.icon-communique::before {
    content: "";
}

.icon-dl::before {
    content: "";
}

.icon-dossier::before {
    content: "";
}

.icon-email::before {
    content: "";
}

.icon-fb-circle::before {
    content: "";
}

.icon-fb::before {
    content: "";
}

.icon-filter::before {
    content: "";
}

.icon-fullscreen::before {
    content: "";
}

.icon-grid-small::before {
    content: "";
}

.icon-grid::before {
    content: "";
}

.icon-lecture::before {
    content: "";
}

.icon-linkedin-circle::before {
    content: "";
}

.icon-linkedin::before {
    content: "";
}

.icon-list::before {
    content: "";
}

.icon-mail::before {
    content: "";
}

.icon-play::before {
    content: "";
}

.is-video .Box-thumb::before, .is-video:not(.gallery) .Box-img::before {
    content: "";
}

.icon-plus::before {
    content: "";
}

.icon-post::before {
    content: "";
}

.icon-print::before {
    content: "";
}

.icon-publication::before {
    content: "";
}

.icon-search::before {
    content: "";
}

.icon-see::before {
    content: "";
}

.icon-service::before {
    content: "";
}

.icon-share::before {
    content: "";
}

.icon-tv::before {
    content: "";
}

.icon-twitter-circle::before {
    content: "";
}

.icon-twitter::before {
    content: "";
}

.icon-user::before {
    content: "";
}

.icon-youtube-circle::before {
    content: "";
}

.Nav-menu, .Nav-menu ul, .NavDirectory, .slick-dots, .BoxContact-info, .Title-tabs, .Footer-links, .Footer-social, .Filters-display, .Filters-type-dropdown, .Filters-pages, .Filters-pages ul, .Tags-list, .Pagination-list, .Post-social-btns, .Post-sources, .Form-inputs, .Layout-menu, .Layout-menu ul, .Team-list, .Program-list, .Accordion-info, .DirMembers-list, .DirAside-list, .DirAside-anchors, .ListPush {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

html {
    font-size: 16px;
    box-sizing: border-box;
    height: 100%;
}

@media print {
    html {
        width: 64rem;
    }
}

html.has-nav {
    overflow: hidden;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    height: 100%;
    min-width: 20rem;
    color: #000;
    font-size: 0.875rem;
    line-height: 1.5;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    background: #fff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

.isMobile {
    display: none !important;
}

@media (max-width: 1024px) {
    .isMobile {
        display: block !important;
    }
}

.isDesktop {
    display: none !important;
}


.isDesktopFlex {
    display: none !important;
}

@media (min-width: 1024px) {
    .isDesktop {
        display: block !important;
    }

    .isDesktopFlex {
        display: flex !important;
    }
}

.has-nav body, body.is-blocked {
    overflow: hidden;
}

@media (min-width: 1024px) {
    body.has-map {
        overflow: hidden;
    }
}

a {
    color: inherit;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 1.25rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

blockquote {
    margin: 0 0 1.25rem;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

main {
    z-index: 200;
    min-height: 100%;
    position: relative;
    padding-top: 104px;
    background-color: #fff;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

main.is-min {
    padding-top: 80px;
}

.border-b main {
    padding-top: 120px;
}

.has-nav main {
    transform: translateX(14.375rem);
}

.is-form main {
    background-color: #f1f0ee;
}

@media print {
    .is-blocked main {
        display: none;
    }
}

.is-blocked:not(.no-pad) main {
    padding-top: 5.75rem;
}

@media (min-width: 1024px) {
    .has-map main {
        padding-top: 8.625rem;
    }
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    line-height: 1.2;
    font-weight: bold;
}

small,
.small {
    font-weight: normal;
    font-size: 80%;
}

img,
video {
    max-width: 100%;
    height: auto;
}

iframe {
    border: 0;
}

.Embed {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    margin-bottom: 1.25rem;
}

.Embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

table {
    width: 100%;
    table-layout: fixed;
}

th {
    vertical-align: middle;
    font-weight: bold;
}

td {
    vertical-align: middle;
}

textarea,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select {
    outline: 0;
}

textarea {
    height: auto;
}

button {
    outline: 0;
    cursor: pointer;
    transition: all 0.2s ease;
}

select {
    opacity: 0;
}

input[type="checkbox"] {
    position: absolute;
    left: -9999em;
}

.new-checkbox {
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 1px solid #2F2483;
    background-color: #E6E5F0;
    position: relative;
    vertical-align: bottom;
    margin: 0 5px 0 0;
    cursor: pointer;
}

.new-checkbox::after {
    color: #2F2483;
    font-size: 0.625rem;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    transition: all 0.2s ease;
    transform: translate(-50%, -50%) scale(0.9);
}

.new-checkbox.check::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

#captcha-error {
    display: none;
    color: #f12121;
    padding: 10px;
}

body input#username {
    text-transform: none;
}

body input#firstname {
    text-transform: none;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    border-left: 1px solid #E4002C;
    border-right: 1px solid #E4002C;
}

.js-sliderSocial {
    margin-top: 30px;
}

.js-sliderSocial .item {
    cursor: pointer;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    margin: 0 auto;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
    position: relative;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    outline: 0;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: #E6E5F0;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    padding: 15px;
    border: 1px solid #2F2483;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    color: #2F2483;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    display: none;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #E4002C;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

.Post .Post-cat {
    background-color: #E6E5F0;
    color: #2F2483;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    width: fit-content;
    padding: 5px 6px 5px 6px;
    display: inline-block;
    margin: 15px 0 15px 0;
}

.Post .address {
    color: #E7434A;
    font-size: 40px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    line-height: 42px;
    margin: 20px 0 20px 0;
}

.Post .Box-date {
    top: 0;
    right: 0;
    text-align: center;
    position: absolute;
    color: #FFF;
    width: fit-content;
    font-weight: 400;
}

.Post .Box-date span {
    font-size: 28px;
    margin: 0 0 0 -105px;
    position: absolute;
    z-index: 9;
    display: block;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.blueBg {
    background-color: #E6E5F0;
}

.blueBg p {
    color: #2F2483;
}

.greyBg {
    background-color: #E6E5F0;
    text-align: center;
    padding: 0 0 30px 0;
}

.greyBg img {
    width: 100%;
    margin: -1px 0 0 0;
}

.greyBg h3 {
    margin: 30px 0 10px 0;
}

.greyBg.bottom {
    padding: 0 0 15px 0;
}

.redBg {
    background-color: #E4002C;
    color: #FFF;
}

.redBg form {
    margin: 20px auto 40px auto;
    display: block;
    text-align: center;
}

.bigLines .description {
    font-size: 24px;
    line-height: 24px;
    font-family: "Barlow", sans-serif;
    font-weight: 800;
    color: #2F2483;
    margin: 0 0 15px 0;
    padding: 0;
}

.blueBgHard {
    background-color: #2F2483;
    padding: 30px 0 30px 0;
}

.blueBgHard:nth-child(2), .blueBgHard:nth-child(3), .blueBgHard:nth-child(4) , .blueBgHard:nth-child(5) , .blueBgHard:nth-child(6) {
    padding: 0 0 30px 0;
}

.bg-red-filter {
    display: flex;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    margin: 50px 0 0 0;
}

.search-page .bg-red-filter {
    color: #E4002C;
    font-size: 14px;
    line-height: 17px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin: 40px 0 20px 0;
}

.search-page .Box {
    position: relative;
}

.search-page .bg-red-filter {
    background-size: 100%;
}

.search-page .bg-red-filter span {
    background-color: #FFF;
    padding: 0 10px 0 0;
}

.bg-red-filter .btn-filter {
    font-size: 16px;
    line-height: 19px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    color: #FFF;
    background: #E4002C;
    padding: 10px 15px 10px 15px;
}

.bg-red-filter .btn-filter img {
    vertical-align: unset;
    margin: 0 0 0 8px;
}

.btn-filter .plus {
    display: inline-block;
}

.btn-filter.open .plus {
    display: none;
}

.btn-filter .minus {
    display: none;
}

.btn-filter.open .minus {
    display: inline-block;
}

.bg-red-filter .total {
    margin: 0 0 0 auto;
    font-size: 16px;
    line-height: 19px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    color: #2F2483;
    background: #FFF;
    padding: 8px 0 0 0;
}

.newsroom .bg-red-filter .total {
    color: #662282;
}

.newsroom .Other .Event .Cards {
    padding: 0;
    width: 100%;
}

.Event .Cards .Grid-item:nth-child(2n-1) {
    margin-right: 0 !important;
}

.newsroom .Other .Event .Cards .Grid-item {
    width: 100%;
}

.newsroom .Other .Zoom .Grid-item {
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}

.newsroom .Other .Zoom .Grid-item .Box-date {
    right: 50px;
}

.newsroom .Event .Box {
    position: initial;
}

.newsroom .bg-red-filter {
    background-size: 70%;
}

.bg-filter-show {
    display: none;
    position: relative;
}

.bg-filter-show form {
    position: relative;
    margin: 20px 0 0 0;
    display: flex;
}

.bg-filter-show form .input-primary {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    color: #2F2483;
    min-width: 300px;
    background: #FFF;
    border: 1px solid #EF7982;
}

.bg-filter-show form .input-btn-primary {
    background: #E4002C;
    color: #FFF;
    width: 40px;
    text-align: center;
}

.List .Grid-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto 0 auto;
}

.List .BoxContact-title {
    padding: 5px 0 5px 0;
}

.Map .BoxContact-title {
    margin: 12px 0 12px 0;
    padding: 5px 5px 5px 15px;
}

.List .Grid-wrap .Grid-item {
    background: #E6E5F0;
    width: 100%;
    padding: 15px;
    margin: 15px 25px 20px 0;
    max-width: 244px;
}

.List.trombinoscope .Grid-wrap .Grid-item {
    background: #E6E5F0;
    width: 100%;
    padding: 0;
    margin: 10px 25px 20px 0;
    max-width: 474px;
}

.List.trombinoscope .Grid-wrap .Grid-item .BoxMember-thumb {
    width: 175px;
    display: contents;
}

.List.trombinoscope .Grid-wrap .Grid-item .BoxMember-thumb img {
    object-fit: cover;
    width: 190px;
    height: 250px;
}

.List.trombinoscope .Grid-wrap .Grid-item .inside {
    padding: 15px;
}

.search-item {
    background-color: #FCE0E6;
    color: #2F2483;
    font-size: 16px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    width: fit-content;
    padding: 7px 20px 6px 20px;
    margin: 0 0 0 20px;
    cursor: pointer;
}


.widget-actu {
    background-color: #F6F2F8;
    padding: 5px 0 70px 0;
}

.widget-actu .CardsL {
    width: 100%;
    border: 1px solid #E0D3E6;
    padding: 20px 40px 40px 40px;
    background: #FFF;
    height: fit-content;
    position: relative;
}

.widget-actu Title {
    margin-top: 60px;
}


.widget-actu .Title-txt {
    font-size: 40px;
    margin: 0 0 10px 0;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    z-index: 80;
    line-height: 42px;
    min-width: 400px;
    color: #662282;
}

.widget-actu .Box-info-title {
    margin: 20px 0 20px 0;
    color: #140e0e;
    font-size: 24px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 26px;
}

.widget-actu .Actu .Box {
    position: relative;
}

.search-item img {
    vertical-align: baseline;
    margin: 0 0 0 12px;
}

.newsroom .search-item {
    color: #662282;
    margin: 0 2px 0 0;
}

.newsroom .filters ul {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.newsroom .filters ul li {
    margin: 10px 0 0 0;
    padding: 0;
}

.search-page .filters ul {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.search-page .filters ul li {
    margin: 10px 0 0 0;
    padding: 0;
}

.search-page .filters.flex {
    flex-direction: column;
    margin: 0 0 40px 0;
}

.search-page .search-item {
    margin: 0 20px 0 0;
}

.trombinoscope .search-item {
    color: #662282;
    margin: 0 20px 20px 0;
}

.trombinoscope .filters ul {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
    display: flex;
}

.trombinoscope .filters ul li {
    margin: 10px 0 0 0;
    padding: 0;
}

.List .Grid-wrap .Grid-item .BoxContact-title {
    font-size: 18px;
    line-height: 18px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: #2F2483;
    cursor: default;
}

.List.trombinoscope .Grid-wrap .Grid-item .BoxContact-title {
    font-size: 16px;
    line-height: 19px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    color: #2F2483;
    cursor: default;
}

.List .Grid-wrap .Grid-item .BoxContact-name {
    font-size: 16px;
    line-height: 19px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    color: #2F2483;
    cursor: default;
    margin: 0;
}

.List .Grid-wrap .Grid-item hr {
    background-color: #FFF;
    margin: 15px 0 15px 0;
}

.List .Grid-wrap .Grid-item .BoxContact-info li strong {
    color: #2F2483;
}

.List .Grid-wrap .Grid-item .BoxContact-info a {
    color: #2F2483;
}

.List .Grid-wrap .Grid-item .BoxContact-info a:hover {
    color: #E4002C;
}

.List .Grid-wrap .Grid-item .external-link svg circle {
    fill: #2F2483;
}

.List .Grid-wrap .Grid-item .external-link:hover svg circle {
    fill: #E4002C;
}


.blueBgHard h4 {
    font-size: 40px;
    line-height: 42px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    margin-bottom: 40px;
}

.BoxContact.selected {
    background-color: #FFF;
}

.BoxContact-title {
    color: #FFF;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    margin: 5px 0 5px 0;
    padding: 5px 0 5px 30px;
}

.BoxContact-title strong {
    font-weight: 600;
}

.BoxContact.selected .BoxContact-title {
    color: #E4002C;
}

.Post .Box-date span.date {
    font-size: 16px;
    margin: 35px 0 0 -46px;
    position: absolute;
    z-index: 9;
}

.Post .Box-date:after {
    content: "";
    height: 0;
    width: 0;
    border-top: 170px solid #2F2483;
    border-left: 170px solid transparent;
    right: 0;
    left: auto;
    background: 0 0;
    position: absolute;
    top: 0;
}

.Btn {
    background: #2F2483;
    color: #FFF;
    display: block;
    padding: 8px 38px 11px 12px;
    position: relative;
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    height: 60px;
    width: 100%;
    margin: 30px 0 30px 0;
    overflow: hidden;
}

.Btn::after {
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    border-top: 60px solid #E4002C;
    border-left: 60px solid transparent;
    right: 0;
    left: auto;
    background: 0 0;
    position: absolute;
    top: 0;
}

.Btn:hover::after {
    animation-name: bounce6;
    animation-timing-function: ease;
    animation-duration: 1s;

    transform-origin: bottom;
}

#burger-menu {
    z-index: 9999;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 0;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

#burger-menu.active {
    height: 100%;
    width: 100%;
    bottom: 0;
    opacity: 1;
}

#burger-menu .close {
    text-align: right;
    display: block;
    margin: 0 0 0 auto;
    width: 45%;
}

#burger-menu .Nav {
    display: block;
    position: relative;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 0;
    background: transparent;
    height: 100%;
    overflow: auto;
    margin-top: 110px;
}

#burger-menu .Nav-menu > li {
    padding: 5px 0 5px 0;
    transition: unset;
    width: fit-content;
    margin: 0 auto 0 auto;
}

#burger-menu .Nav-menu > li:after {

}

#burger-menu .Nav-menu > li > a {
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    display: block;
}

#burger-menu .Nav-menu > li.extranet > a {

}

#burger-menu .Nav-menu > li.search-icon {
    margin: 20px auto 0 auto;
    border: 1px solid #EF7982;
    padding: 18px 0 14px 0;
}

#burger-menu .Nav-menu > li.search-icon svg {
    width: 48px;
    height: 48px;
}

#burger-menu .Nav-menu > li.search-icon svg path {
    fill: #FFF;
    stroke: #FFF;
}

#burger-menu .Nav-menu li.extranet svg path {
    fill: #FFF;
}

#burger-menu .Nav-menu li.extranet:hover svg path {
    fill: #FFF;
}

#burger-menu .Nav-menu li.extranet svg {
    width: 21px;
    height: 28px;
}

#burger-menu .Nav-menu li.search-icon:hover svg path {
    fill: #FFF;
    stroke: #FFF;
}

#burger-menu .Nav-menu > li.extranet {
    background-color: #EF7982;
}

#burger-menu ul li a {
    color: #FFF;
    text-align: center;
    font-size: 18px;
}

#burger-menu-overlay {
    height: 0;
    z-index: -1;
    opacity: 0;
}

#burger-menu-overlay.active {
    z-index: 999;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: #E4002C;
}

.extranet #burger-menu-overlay.active {
    background-color: #2F2483;
}

.extranet #burger-menu .Nav-menu > li.search-icon {
    border: 1px solid #FFF;
}

.BtnSlide {
    display: block;
    width: 8.5rem;
    height: 8.5rem;
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    position: fixed;
    z-index: 210;
    top: 50%;
    font-size: 1.25rem;
    left: -4.625rem;
    margin-top: -2.875rem;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

@media print {
    .BtnSlide {
        display: none;
    }
}

.BtnSlide:hover {
    background-color: #4b4747;
}

.BtnSlide i {
    position: absolute;
    top: 50%;
    right: 2.125rem;
    transform: translateY(-50%);
}

.BtnSlide--next {
    left: auto;
    right: -4.625rem;
}

.BtnSlide--next i {
    right: auto;
    left: 2.125rem;
    transform: translateY(-50%) rotate(180deg);
}

.BtnClose {
    display: inline-block;
    width: 2.25rem;
    height: 2.25rem;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    padding: 0;
    z-index: 100;
    color: #a8a9a1;
    background-color: transparent;
}

.BtnClose::after {
    font-size: 0.4375rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.BtnClose:hover {
    color: #2F2483;
}

.Btn--icon {
    width: auto;
}

.Btn--icon i {
    padding: 0 7px 0;
    display: inline-block;
}

.Header {
    color: #fff;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 300;
    background-color: #fff;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.Header .mt-name {
    font-family: "Barlow", sans-serif;
    font-size: 20px;
    background-color: #2F2483;
    color: #FFF;
    font-weight: bold;
    padding: 4px 10px 7px 10px;
    width: fit-content;
    height: fit-content;
    margin: 0 0 0 15px;
    display: block;
}

.Header .actions {
    position: absolute;
    z-index: 999;
    right: 125px;
    top: 10px;
    display: flex;
}

.Header.is-min .actions {
    top: 4px;
}

.Header .actions .Header-welcome {
    margin: 0 20px 0 0;
    color: #EF7982;
}

.Header .actions .Header-btn a {
    color: #EF7982;
    font-weight: bold;
    text-decoration: underline;
}


.Login h2 {
    color: #2F2483;
    font-weight: 800;
    font-family: "Barlow", sans-serif;
    font-size: 48px;
    margin: 80px 0 20px 0;
    padding: 0;
}

.Header .actions .Header-btn {
    margin: 0;
}

.Header .actions .Header-btn a img {
    vertical-align: baseline;
    margin-left: 5px;
}

.extranet .Header {
    background-color: #2F2483;
    border-bottom: 1px solid #FFF;
}

.extranet .Header .Nav {
    background-color: #2F2483;
}

@media print {
    .Header {
        display: none;
    }
}

@media (min-width: 1024px) {
    .Header {
        box-shadow: none;
    }
}

.Header::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.has-nav .Header {
    transform: translateX(14.375rem);
}

.has-nav .Header::after {
    opacity: 1;
    visibility: visible;
}

.Header-lang {
    display: none;
    margin-left: 0.625rem;
    z-index: 500;
}

.wg-default:after {
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    border-top: 105px solid #E4002C;
    border-left: 105px solid transparent;
    right: 0;
    left: auto;
    background: 0 0;
}

.wg-default.is-min {
    top: 0px !important;
    position: fixed;
}

.wg-default.is-min:after {
    border-top: 80px solid #E4002C;
    border-left: 80px solid transparent;
}

.wg-drop.country-selector.closed .wgcurrent:after {
    fill: #FFF !important;
    color: #FFF !important;
    background-size: 6px !important;
    background-image: url('data:image/svg+xml;utf8,<svg width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 1L0.999999 5" stroke="white" stroke-width="2" stroke-linecap="round"/> <path d="M5 9L1 5" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>') !important;
    margin: 3px 0 0 0;
    transform: rotate(-0deg) !important;
}

.wg-drop.country-selector .wgcurrent:after {
    fill: #FFF !important;
    color: #FFF !important;
    background-size: 6px !important;
    background-image: url('data:image/svg+xml;utf8,<svg width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 1L0.999999 5" stroke="white" stroke-width="2" stroke-linecap="round"/> <path d="M5 9L1 5" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>') !important;
    margin: 3px 0 0 0;
    transform: rotate(-90deg) !important;
    cursor: pointer;
}

.country-selector a:hover {
    color: #E4002C !important;
}

.wg-drop.country-selector ul {
    margin: 35px 0 0 0 !important;
}

.is-min .wg-drop.country-selector ul {
    top: -40px;
}


@media (min-width: 1024px) {
    .Header-lang {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }
}

.Header-lang select {
    width: 4.375rem;
}

.Header-lang .select2 .select2-selection__rendered {
    height: 2.875rem;
    line-height: 2.875rem;
    color: #FFF;
    font-size: 0.8125rem;
    padding: 0 0.625rem 0 1.25rem;
    transition: background .3s ease;
}

.is-min .Header-lang .select2 .select2-selection__rendered {
    padding: 0 0.625rem 0 1.75rem;
}


.has-theme .Header-lang .select2 .select2-selection__rendered {
    color: #FFF;
}

.Header-lang .select2 .select2-selection__rendered::after {
    color: #fff;
    font-size: 0.625rem;
    margin-left: 0.625rem;
    transform: rotate(90deg);
    transition: all 0.2s ease;
}

.Header-lang .select2.select2-container--open .select2-selection__rendered {

}

.has-theme .Header-lang .select2.select2-container--open .select2-selection__rendered {
    background: rgba(0, 0, 0, 0.3);
}

.Header-lang .select2.select2-container--open .select2-selection__rendered::after {
    transform: rotate(-90deg);
}

.Header-content {
    display: -ms-flexbox;
    display: flex;
    padding: 0.625rem 1.25rem 0.625rem 0.9375rem;
    height: 90px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    transition: all 0.2s ease;
}

.BoxContact {
    display: flex;
}

.BoxContact img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

@media (min-width: 1024px) {
    .Header-content {
        height: 90px;
        padding: 0 0.5rem;
        margin-top: 15px;
    }

    .is-min .Header-content {
        padding-right: 0;
        margin-top: 0;
        height: 79px;
    }
}

@media (min-width: 1024px)  and (max-width: 1390px) {
    .Header-content {
        flex-direction: column;
    }

    .IntroductionInside {
        margin-top: 25px;
    }

    .Header-col {
        flex: 1;
        display: flex;
        align-items: flex-end;
        position: absolute;
        left: 45px;
    }

    .Nav {
        top: 72px;
    }

    .Header-content {
        height: 115px;
    }

    .Nav-menu {
        margin-top: 25px;
        justify-content: center !important;
    }

    .is-min .Header-content {
        height: 102px;
    }
}

.Actu .Box-info {
    width: 100%;
}

.Event .Box-info {
    max-width: 80%;
}

.Header-col {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.Header-col:last-child {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.Header-col--lang .Header-lang {
    display: block;
}

.Header-toggle {
    position: relative;
    border: 0;
    width: 1.875rem;
    height: 1.875rem;
    background-color: transparent;
}

@media (min-width: 1024px) {
    .Header-toggle {
        display: none;
    }
}

.Header-toggle span {
    left: 5px;
    top: 50%;
    margin-top: -2px;
    width: 20px;
    height: 4px;
    position: absolute;
    display: inline-block;
    background-color: #fff;
    border-radius: 3px;
}

.Header-toggle span::before, .Header-toggle span::after {
    content: "";
    z-index: 3;
    left: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    padding: 4px 0 0 20px;
    background-color: #fff;
    border-radius: 3px;
}

.Header-toggle span::before {
    top: 8px;
}

.Header-toggle span::after {
    top: -8px;
}

.Header-search {
    position: relative;
    z-index: 999;
}

.Header-search-field {
    height: 2.5rem;
    border-radius: 1.25rem;
    border: 0;
    position: absolute;
    right: 0.625rem;
    left: 0.625rem;
    top: 0.625rem;
    width: calc(100vw - 1.25rem);
    font-size: 0.8125rem;
    color: #d9d9d9;
    padding: 0.625rem 7.5rem 0.625rem 1.25rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    display: none;
}

@media (min-width: 1024px) {
    .is-min .Header-search-field {
        height: 2.875rem;
        width: 22.5rem;
        border-radius: 0;
    }
}

.Header-search-field::-webkit-input-placeholder {
    color: #d9d9d9;
}

.Header-search-field::-moz-placeholder {
    color: #d9d9d9;
}

.Header-search-field:-moz-placeholder {
    color: #d9d9d9;
}

.Header-search-field:-ms-input-placeholder {
    color: #d9d9d9;
}

.has-theme .Header-search-field:focus + button {
    color: #7f7f7e;
}

@media (min-width: 1024px) {
    .Header-search-field {
        width: 16.5rem;
        color: #2F2483;
        opacity: 1;
        visibility: visible;
        position: static;
        background-color: #fff;
    }

    .has-theme .Header-search-field {
        background: rgba(0, 0, 0, 0.3);
    }

    .Header-search-field::-webkit-input-placeholder {
        color: #fff;
    }

    .Header-search-field::-moz-placeholder {
        color: #fff;
    }

    .Header-search-field:-moz-placeholder {
        color: #fff;
    }

    .Header-search-field:-ms-input-placeholder {
        color: #fff;
    }

    .Header-search-field:focus {
        color: #7f7f7e;
        background-color: #fff;
    }

    .Header-search-field:focus + button {
        color: #E4002C;
    }

    .Header-search-field:focus ~ .Header-search-qwant {
        visibility: visible;
        opacity: 1;
        transform: translateY(-50%);
        transition: all .3s .1s ease;
    }
}

.is-open .Header-search-field {
    opacity: 1;
    visibility: visible;
}

.Header-search-btn {
    height: 1.875rem;
    width: 1.875rem;
    border: 0;
    color: #2F2483;
    font-size: 1.25rem;
    padding: 0;
    position: relative;
    background-color: transparent;
}

.has-theme .Header-search-btn {
    color: rgba(255, 255, 255, 0.3);
}

@media (min-width: 1024px) {
    .Header-search-btn {
        color: #2F2483;
    }
}

.Header-search-qwant {
    position: absolute;
    top: 50%;
    width: 3.125rem;
    height: auto;
    right: 3.75rem;
    transform: translateY(-50%) translateX(1.25rem);
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 1024px) {
    .Header-search-qwant {
        right: 2.8125rem;
    }
}

.is-open .Header-search-qwant {
    visibility: visible;
    opacity: 1;
    transform: translateY(-50%);
    transition: all .3s .1s ease;
}

@media (min-width: 1024px) {
    .Header-logo {
        position: relative;
        transition: all 0.2s ease;
        z-index: 500;
        display: flex;
        width: fit-content;
    }

    .is-min .Header-logo {
        padding-left: 0;
        margin-top: 12px;
    }
}

.Header-logo img {
    height: auto;
    width: 150px;
}

.is-min .Header-logo img {
    width: 150px;
    transition: all 0.2s ease;
}

.extranet .is-min .Header-logo img {
    width: 300px;
    transition: all 0.2s ease;
}

.Header-back {
    display: inline-block;
    font-size: 0.8125rem;
}

.Header-back:hover {
    color: #fff;
}

.Header-back i {
    color: #fff;
    font-size: 1rem;
    margin-right: 0.9375rem;
}

.Header-department {
    display: inline-block;
    padding-left: 16px;
    font-size: 18px;
    top: 2px;
    left: 4px;
    position: relative;
}

.Header-department:before {
    content: '';
    height: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    background: #FFF;
    position: absolute;
    left: 5px;
}

.Header.is-min {
    top: 0;
    border-bottom: 1px solid #2F2483;
}

.border-b .Header {
    border-bottom: 1px solid #2F2483;
}

.Nav-menu > li.search-icon svg {
    width: 25px;
    height: 25px;
}

.Nav-menu li.search-icon svg path {
    fill: #2F2483;
    stroke: #2F2483;
}

.extranet .Nav-menu li.search-icon svg path {
    fill: #FFF;
    stroke: #FFF;
}

.logout-btn-mobile {
    position: absolute;
    left: 34px;
    top: 50px;
    display: none;
}

.Nav-menu li.search-icon:hover svg path {
    fill: #E4002C;
    stroke: #E4002C;
}

.Nav-menu li.extranet svg {
    width: 11px;
    height: 13px;
}

.Nav-menu li.extranet svg path {
    fill: #2F2483;
}

.Nav-menu li.extranet:hover svg path {
    fill: #E4002C;
}

.Nav-menu li.search-icon:hover svg path {
    fill: #E4002C;
    stroke: #E4002C;
}

@media (max-width: 1024px) {
    .Nav {
        display: none;
    }
}

.Introduction {
    background-color: #2F2483;
    min-height: 337px;
    background-repeat: no-repeat;
    background-position: top right;
}

.Introduction h1 {
    color: #FFF;
    font-size: 96px;
    line-height: 75px;
    padding-top: 100px;
    font-weight: 500;
}

.Introduction h2 {
    color: #EF7982;
    font-size: 64px;
    line-height: 77px;
    align-items: center;
    display: flex;
    font-weight: 500;
}

.IntroductionInside {
    background-color: #2F2483;
    background-repeat: no-repeat;
    background-position: top right;
    min-height: 247px;
    display: inline-block;
    width: 100%;
}

.IntroductionInside.purple {
    background-color: #662282;
    background-repeat: no-repeat;
    background-position: top right;
    min-height: 247px;
}

.IntroductionInsideP {
    padding: 0 15px;
}

.IntroductionInsideP .Filters-breadcrumbs {
    padding: 20px 30px 0 15px;
}

.IntroductionInside.blue {
    background-color: #2F2483;
}

.IntroductionInside.violet {
    background-color: #662282;
}

.IntroductionInside h1 {
    color: #FFF;
    font-size: 96px;
    line-height: 75px;
    padding: 56px 0 36px 0;
    font-weight: 500;
}

.IntroductionInside h2 {
    color: #EF7982;
    font-size: 16px;
    line-height: 77px;
    align-items: center;
    display: flex;
    font-weight: 500;
    margin-bottom: 0;
}

.overlay-news {
    background-color: #E0D3E6;
    padding: 30px 0 30px 0;
}

.overlay-news .w33 {
    width: 33%;
}

.overlay-news .w66 {
    width: 66%;
}

.overlay-news h3 {
    font-size: 40px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    line-height: 28px;
    color: #E4002C;
}

.overlay-news ul {
    padding: 0;
    margin: 0;
    columns: 2;
}

.overlay-news .categories ul {
    columns: unset;
    display: flex;
    flex-wrap: wrap;
}

.overlay-news ul li {
    list-style: none;
    padding: 0;
    margin: 10px 0 10px 0;
    min-width: 550px;
}

.overlay-news .categories {
    margin: 0 40px 0 0;
}


.overlay-news .categories ul li {
    list-style: none;
    padding: 0;
    margin: 15px 15px 10px 0;
}

.overlay-news .categories ul li.selected a {
    background: #EF7982;
    color: #FFF;
}

.overlay-news ul li.selected a {
    color: #EF7982;
}

.overlay-news ul li a {
    font-size: 36px;
    font-weight: 600;
    color: #662282;
}

.overlay-news ul li:last-child img {
    display: none;
}

.overlay-news ul li:nth-child(4) img {

}

@media print {
    .Nav {
        display: none;
    }
}

.Nav {
    position: fixed;
    left: 0;
    background: #fff;
    transition: all 0.2s ease;
}

@media (min-width: 1024px) {
    .Nav {
        height: 1.675rem;
        z-index: 400;
        width: 100%;
        overflow: visible;
        top: 47px;
    }

    .Header.is-min .Nav {
        top: 28px;
    }

    .Nav-logo {
        display: none;
    }
}

.has-theme .Nav-logo {
    border-bottom: 0;
}

.Nav-logo img {
    display: block;
    width: 4.1875rem;
    height: auto;
}

.Nav-btns {
    display: -ms-flexbox;
    display: flex;
    background-color: #E4002C;
    border-bottom: 1px solid #ebebeb;
}

.has-theme .Nav-btns {
    background: #f8f8f8;
}

@media (min-width: 1024px) {
    .Nav-btns {
        display: none;
    }
}

.Nav-btns-col {
    -ms-flex: 1;
    flex: 1;
}

.Nav-btns-col + .Nav-btns-col {
    border-left: 1px solid #58c0e7;
}

.Nav-btns select {
    width: 100%;
}

.Nav-btns .select2 {
    width: 100% !important;
}

.Nav-btns .select2 .select2-selection__rendered {
    height: 2.75rem;
    line-height: 2.75rem;
    text-align: center;
}

.has-theme .Nav-btns .select2 .select2-selection__rendered {
    color: #686868;
}

.has-theme .Nav-btns .select2 .select2-selection__rendered:after {
    color: #686868;
}

.Nav-btns .select2 .select2-selection__rendered::after {
    color: #fff;
    font-size: 0.625rem;
    margin-left: 0.625rem;
    transform: rotate(90deg);
    transition: all 0.2s ease;
}

.Nav-btns .select2.select2-container--open .select2-selection__rendered::after {
    transform: rotate(-90deg);
}

.Nav-btn, .Nav-title {
    display: block;
    width: 100%;
    height: 2.75rem;
    line-height: 2.75rem;
    text-align: center;
}

.Nav-title {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.Nav-menu {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #2F2483;
}

.Extranet .Nav-menu {
    color: #FFF;
}

@media (min-width: 1024px) {
    .Nav-menu {
        display: -ms-flexbox;
        display: flex;
        justify-content: right;
        margin-right: 10px;
    }
}

.Nav-menu > li {
    position: relative;
}

.Nav-menu li.extranet {
    background-color: #E6E5F0;
    margin-left: 10px;
    padding-top: 6px;
}

.Nav-menu li.search-icon {
    margin-left: 20px;
}

.Nav-menu li.extranet:hover {
    background-color: #e6e5f082;
}

.Nav-menu li.extranet svg {
    margin-left: 7px;
}

@media (min-width: 1024px) {
    .Nav-menu > li:last-child ul {
        left: -1.25rem;
    }
}

@media (min-width: 85.375em) {
    .Nav-menu > li:last-child ul {
        left: 0.625rem;
    }
}

.input-primary {
    margin: 0;
    padding: 0 0 0 15px;
    height: 40px;
    color: #EF7982;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    background-color: #FCE0E6;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    outline: none;
    border: 0;
    background-repeat: no-repeat;
    background-position: top right;
}

.input-primary::placeholder {
    color: #EF7982;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
}

.input-primary:focus {
    outline: none;
}

.input-btn-primary {
    color: #E4002C;
    border: 0;
    background-color: #FFF;
    margin: 0 0 0 -4px;
    padding: 0;
    height: 40px;
    width: 30px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    border-radius: 0 !important;
    text-align: left;
}

.Nav-menu > li.elections {
    color: #ea285b;
    font-weight: 700;
}

.Nav-menu > li.elections a:hover {
    color: #cb1444;
}

.Nav-menu > li.is-open > a, .Nav-menu > li.is-active > a {
    background-color: #f4f4f4;
}

@media (min-width: 1024px) {
    .Nav-menu > li.is-open > a, .Nav-menu > li.is-active > a {
        background-color: transparent;
        position: relative;
        color: #E4002C !important;
    }

    .extranet .Nav-menu > li.is-open > a, .extranet .Nav-menu > li.is-active > a {
        background-color: transparent;
        position: relative;
        color: #EF7982 !important;
    }

    .Nav-menu > li.is-open > a::after, .Nav-menu > li.is-active > a::after {
        content: "";
        display: block;
        position: absolute;
        height: 8px;
        left: 20px;
        right: 20px;
        bottom: -22px;
        background-color: #E4002C;
    }

    .Nav-menu > li:not(.is-open):not(.extranet):not(.search-icon):not(.has-children):hover > a::after, .Nav-menu > li:not(.is-open):not(.extranet):not(.has-children):not(.search-icon):hover > a::after {
        content: "";
        display: block;
        position: absolute;
        height: 8px;
        left: 20px;
        right: 20px;
        bottom: -22px;
        background-color: #E4002C;
    }

    .extranet .Nav-menu > li.is-open > a::after, .extranet .Nav-menu > li.is-active > a::after {
        background-color: #EF7982;
    }

    .extranet .Nav-menu > li:not(.is-open):not(.extranet):not(.search-icon):hover > a::after, .extranet .Nav-menu > li:not(.is-open):not(.extranet):not(.search-icon):hover > a::after {
        background-color: #EF7982;
    }

    .is-min .Nav-menu > li.is-open > a::after, .is-min .Nav-menu > li.is-active > a::after {
        bottom: -16px;
    }

    .is-min .Nav-menu > li:not(.is-open):not(.extranet):not(.search-icon):hover > a::after, .is-min .Nav-menu > li:not(.is-open):not(.extranet):not(.search-icon):hover > a::after {
        bottom: -16px;
    }
}

.Nav-menu > li.has-children > a::after {
    font-size: 0.625rem;
    color: #E4002C;
    position: absolute;
    top: 50%;
    right: 1.25rem;
    transition: all 0.2s ease;
    transform: translateY(-50%) rotate(90deg);
}

#burger-menu .Nav-menu > li.has-children > a::after {
    font-size: 1.625rem;
    color: #FFF;
    position: absolute;
    top: 50%;
    right: -1.25rem;
    transition: all 0.2s ease;
    transform: translateY(-50%) rotate(90deg);
}

.has-theme .Nav-menu > li.has-children > a::after {
    color: #686868;
}

@media (min-width: 1024px) {
    .Nav-menu > li.has-children > a::after {
        right: 0.625rem;
        opacity: 0;
        transform: translateY(-50%) rotate(-90deg);
    }
}

.Nav-menu > li.has-children.is-open > a::after {
    transform: translateY(-50%) rotate(-90deg);
}

@media (min-width: 1024px) {
    .Nav-menu > li.has-children:hover > a::after {
        opacity: 0;
    }

    .Nav-menu > li > a {
        font-size: 12px;
    }

    .Nav-menu > li.has-children:hover ul {
        opacity: 1;
        visibility: visible;
    }
}

.Nav-menu > li > a {
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    position: relative;
    padding: 0 10px;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    @media (min-width: 1100px) {
        padding: 0 10px;
    }
}

.extranet .Nav-menu > li > a {
    color: #FFF;
}

.Nav-menu > li:not(.extranet) > a {
    text-transform: uppercase;
}

@media (min-width: 1024px) {
    .Nav-menu > li:not(.extranet) > a {
        height: 2.275rem;
        border: 0;
        font-size: 14px;
        text-align: center;
        padding: 0 10px;
    }

    .Nav-menu > li > a:hover {
        color: #E4002C;
    }

    .extranet .Nav-menu > li > a:hover {
        color: #EF7982;
    }
}

.Nav-menu ul {
    display: none;
    background-color: #f8f8f8;
}

.Nav-menu .has-children ul hr {
    display: none !important;
}


.is-min .Nav-menu ul {
    margin: 14px 0 0 0;
}

@media (min-width: 1024px) {
    .Nav-menu ul {
        position: absolute;
        left: 0.625rem;
        top: 100%;
        width: 12.875rem;
        border: 0;
        opacity: 0;
        display: block;
        visibility: hidden;
        background-color: #FBE0E6;
        transition: all 0.2s ease;
        margin: 21px 0 0 0;
    }
}

@media (min-width: 1024px) {
    .Nav-menu ul li {
        border-top: 1px solid #FFF;
    }
}

.Nav-menu ul li + li {
}

@media (min-width: 1024px) {
    .Nav-menu ul li + li {

    }
}

.Nav-menu ul li.is-active a {
    background-color: #E4002C;
    color: #FFF;
}

.has-theme .Nav-menu ul li.is-active a {
    background-color: #E4002C;
    color: #FFF;
}

.Nav-menu ul a {
    padding: 0.625rem 1.25rem;
    display: block;
}

@media (min-width: 1024px) {
    .Nav-menu ul a {
        font-size: 0.6875rem;
        font-weight: 600;
        padding: 0.9375rem 1.25rem 0.9375rem 0.9375rem;
        text-transform: uppercase;
    }

    .Nav-menu ul a:hover {
        color: #FFF;
        background-color: #E4012B;
    }

    .Nav-menu > li.Nav-logout {
        display: none;
    }
}

.Nav-menu > li.Nav-logout {
    background-color: #f4f4f4;
}

.Nav-menu > li.Nav-logout > a {
    justify-content: center;
    font-size: 0.625rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.NavDirectory {
    display: none;
    position: fixed;
    z-index: 300;
    width: 100%;
    left: 0;
    top: 2.875rem;
}

@media (min-width: 1024px) {
    .NavDirectory {
        display: -ms-flexbox;
        display: flex;
    }
}

.NavDirectory li {
    -ms-flex: 1;
    flex: 1;
}

.NavDirectory li + li {
    border-left: 1px solid #fff;
}

.NavDirectory li.is-active a, .NavDirectory li a:hover {
    background-color: #fff;
    color: #140e0e;
}

.NavDirectory a {
    color: #a8a9a1;
    font-size: 0.6875rem;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    text-transform: uppercase;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 4.5rem;
    background-color: #fafafa;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.Slider {
    margin-bottom: 2.5rem;
    background-color: #000;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .Slider {
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto 2.5rem;
        width: 100%;
        max-width: 64rem;
    }
}

@media (min-width: 85.375em) {
    .Slider {
        margin-bottom: 5rem;
        max-width: 1278px;
    }
}

.Slider-full {
    position: relative;
    height: 20rem;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .Slider-full {
        -ms-flex: 1;
        flex: 1;
        opacity: 0;
        height: 29.625rem;
        width: calc(100vh - 20rem);
    }
}

@media (min-width: 85.375em) {
    .Slider-full {
        height: 34rem;
    }
}

.Actu {
    background-repeat: no-repeat;
    background-position: 30% 0;
    background-size: cover;
}

@media (min-width: 2000px) {
    .Actu {
        background-position: 30% 10%;
    }
}

.Actu .Box {
    display: flex;
    flex-direction: column;
}

.Actu .u-wrapper {
    display: flex;
}

.Actu .u-wrapper .ThemesL {
    position: relative;
    width: 40%;
    padding: 0 0 60px 0;
}

.Actu .u-wrapper .ThemesL .inside {
    margin: 0 auto 0 48px;
    position: relative;
    z-index: 99;
    width: 70%;
}

.Actu .u-wrapper .ThemesL:after {
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    border-top: 945px solid transparent;
    border-left: 945px solid #E0D2E6;
    left: 0;
    background: 0 0;
    position: absolute;
    top: 0;
}

@media (min-width: 2250px) {

}


.Actu .u-wrapper .ThemesL ul {
    margin: 30px 0 0 0;
    padding: 0;
}

.Actu a.globalLink:hover .Box-info-title, .Communique a.globalLink:hover .Box-info-title {
    transition: all 0.2s ease;
}

.Actu .Other .Event .globalLink:hover .Box-info-title {
    color: #FFF;
}

.Actu .globalLink:hover .button-primary, .Actu .button-primary:hover {
    transition: all 0.2s ease;
    background: #E0D3E6;
    color: #662282;
}

.Actu .globalLink:hover .button-primary span::after, .Actu .button-primary:hover span::after {
    animation-name: bounce;
    animation-timing-function: ease;
    animation-duration: 1s;

    transform-origin: bottom;
}

.Event .Cards {
    padding: 0;
    border: 0;
    position: relative;
    margin: 30px 0 30px 0;
}

.imgIntroNormal {
    margin-top: -20px !important;
    width: 95px;
}

.Event .Box-date {
    top: 0;
    right: 0;
    text-align: center;
    position: absolute;
    color: #2F2483;
    width: fit-content;
    font-weight: 400;
}

.Event .Box-date span {
    font-size: 42px;
    margin: 0px 0 0 -64px;
    position: absolute;
    z-index: 9;
}

.Event .button-primary-2 {
    margin-top: 30px;
}

.Event .Box-date span.date {
    font-size: 14px;
    margin: 55px 0 0 -60px;
}

.Event .Box-date:after {
    content: "";
    height: 0;
    width: 0;
    border-top: 170px solid #E6E5F0;
    border-left: 170px solid transparent;
    right: 0;
    left: auto;
    background: 0 0;
    position: absolute;
    top: 0;
}

.Dossiers .Cards .card h5 {
    color: #000 !important;
}

.newsroom .Cards {
    padding: 30px 0 0 0;
    width: 65%;
    display: flex
;
    flex-wrap: wrap;
}

.newsroom .Event .Cards {
    width: 100%;
}

.newsroom .Cards.is-full {
    width: 100%;
}

.newsroom .Actu.is-full > .flex {
    flex-direction: column;
}

.newsroom .Zoom .Cards {
    padding: 0 0 0 0;
    width: 100%;
    background-color: #F6F2F8;
}

.newsroom .Zoom {
    background-color: #F6F2F8;
}

.newsroom .Zoom .Box-date {
    color: #662282;
}

.newsroom .Zoom .Card-inner {
    margin-top: 30px;
    padding: 25px;
}

.newsroom .Zoom svg path {
    fill: #E4002C;
}

.newsroom .Other {
    padding: 40px 0 0 65px;
    width: 35%;
}

.newsroom .Event h2 {
    color: #2F2483;
    font-size: 40px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    line-height: 42px;
    margin-top: 30px;
}


.newsroom .Grid-item {
    display: block;
    width: 100%;
}

.Post .Post-content {
    margin: 0 0 0 0;
}

.News .Post .Post-title {
    color: #662282;
    margin: 0 0 20px 0;
}

.News .Post .Post-cat {
    background-color: #FCE0E6;
    color: #662282;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    width: fit-content;
    padding: 5px 6px 5px 6px;
}

.Post .Post-metas {
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 16px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    color: #2F2483;
}

.News .Post .Post-metas {
    color: #662282;
}

.Event .Card-inner {
    flex-direction: row;
    flex-wrap: wrap;
}

.Event .Cards .Grid-item {
    background-color: #2F2483;
    width: 48%;
    position: relative;
    margin: 0 auto 40px 0;
}

.Event .Cards .Grid-item a {
    display: block;
    padding: 40px 40px 40px 40px;
}

.Event .Cards .Grid-item img {
    max-width: 100%;
}

.Event .Cards .Grid-item.isPast {
    background-color: #FCE0E6;
}

.Event .Cards .Grid-item.isPast .button-primary-2 {
    background-color: #FFF;
}

.Event .Cards .Grid-item.isPast .button-primary-2:hover {
    background-color: #E4002C;
}

.Event .Cards .Grid-item.isPast .Box-info-title {
    color: #2F2483;
}

.Event .Cards .Grid-item.isPast .button-primary-2:hover span::after {
    border-top: 40px solid #FFF;
}

.Event .isPast .Box-date {
    color: #E4002C;
}

.Event .isPast .Box-date:after {
    border-top: 170px solid #FCE0E6;
}

.Event .Cards .Grid-item:nth-child(2n-1) {
    margin-right: 20px;
}

.Event .Cards .Grid-item:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
}

.Event .Cards .Grid-item .Box-info-title {
    color: #FFF;
}

.Event .Cards .Grid-item .Box-info-cat {
    display: none;
}

.flex {
    display: flex;
}

.w50 {
    width: 50%;
}

.w30 {
    width: 30%;
}

.w30 img {
    height: 100%;
}

.w70 {
    width: 70%;
    padding: 0 0 0 30px;
}

.Discover {
    background-color: #2F2483;
    padding: 70px 0 70px 0;
}

.Discover h4 {
    font-size: 64px;
    color: #FFF;
    line-height: 64px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    margin: 0 0 40px 0;
}


.Discover .w50 img {
    text-align: center;
    display: block;
    margin: auto;
}

.Communique .globalLink:hover .button-top-primary svg .color, .Communique .button-top-primary:hover svg .color, .Topics .button-top-primary:hover svg .color, .Topics .card:hover .button-top-primary svg .color {
    transition: all 0.2s ease;
    fill: #E4002C;
}

.Communique .globalLink:hover .button-top-primary, .Communique .button-top-primary:hover, .Topics .button-top-primary:hover, .Topics .card:hover .button-top-primary {
    animation-name: bounce2;
    animation-timing-function: ease;
    animation-duration: 1s;
    transform-origin: bottom;
}

.globalLink:hover .Box .button-top-primary {
    animation-name: bounce2;
    animation-timing-function: ease;
    animation-duration: 1s;
    transform-origin: bottom;
}

.Tweet:hover .button-top-primary svg .color, .Tweet .button-top-primary:hover svg .color {
    transition: all 0.2s ease;
    fill: #2F2483;
}

.Tweet .button-top-primary {
    top: -1px;
    right: -1px;
}

.DiscoverMedef .Grid-bg {
    padding: 80px 0 80px 0;
}

.DiscoverMedef .blueBgHard .button-top-primary {
    top: -1px;
    right: -1px;
}

.DiscoverMedef .blueBgHard a .button-top-primary svg .color, .DiscoverMedef .blueBgHard .button-top-primary svg .color {
    transition: all 0.2s ease;
    fill: #E4002C;
}

.DiscoverMedef .blueBgHard a:hover .button-top-primary svg .color, .DiscoverMedef .blueBgHard .button-top-primary:hover svg .color {
    transition: all 0.2s ease;
    fill: #2F2483;
}

.DiscoverMedef .blueBgHard a:hover .button-top-primary, .DiscoverMedef .blueBgHard .button-top-primary:hover {
    animation-name: bounce;
    animation-timing-function: ease;
    animation-duration: 1s;

    transform-origin: bottom;
}

.DiscoverMedef .pblue p {
    font-size: 24px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    line-height: 29px;
    color: #2F2483;
}

.DiscoverMedef .pblue img.w100i {
    width: 100%;
}

.DiscoverMedef .blueBgHard .pblue p {
    font-size: 16px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    line-height: 19px;
    color: #2F2483;
}

.DiscoverMedef .pnormal p {
    font-size: 24px;
    line-height: 29px;
}

.Actu .u-wrapper .ThemesL ul li {
    list-style: none;
    padding: 0;
    margin: 10px 0 10px 0;
}

.Actu .u-wrapper .ThemesL ul li:last-child img {
    display: none;
}

.Actu .u-wrapper .ThemesL ul li a {
    font-size: 25px;
    font-weight: 600;
    color: #662282;
    text-transform: uppercase;
}

.Actu .u-wrapper .ThemesL ul li a:hover {
    color: #E4002C;
}

.News .icon-post {
    display: none !important;
}

.Actu .u-wrapper .ThemesL h2 img {
    width: 65px;
    position: absolute;
    left: -15px;
    transform: rotate(180deg);
    top: 10px;
}

.Actu .u-wrapper .ThemesL h2 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    color: #E4002C;
    max-width: 305px;
    margin: -11px 0 85px 65px;
}

.Actu .Grid-item {
    margin: 0 0 20px;
    border-bottom: 1px solid #E0D3E6;
    padding: 10px 0 40px 0;
}


.widget-actu .Actu .Grid-item {
    padding: 30px 0 0 0;
}


.Actu .Grid-item:last-child {
    border-bottom: 0;
}

.Actu .Box .Box-img {
    width: 100%;
    object-fit: cover;
}

.Actu .Event .Grid-item {
    padding: 0 0 40px 0;
}

.no-touchevents .Box:hover .Box-img::after, .no-touchevents .Box:hover .Box-cover::after {
    opacity: 0;
}

.Box img {

}

.Box-dl {

}

.mouvement {

}

.mouvementLink {
    display: block;
}

.mouvement.open {
    display: block;
}

.mouvementLink img {
    display: block;
}

.mouvementLink.open img {
    rotate: 90deg;
    margin: 0 0 0 10px;
}


@media (min-width: 1024px) {
    .Box-dl {

    }
}

.Box-dl i[class*="icon"] {
    color: #70bad7 !important;
    top: 0.875rem;
    left: 0.875rem;
    right: auto;
    transition: all 0.2s ease;
}

.Box-tag {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.2;
    background-color: #FCE0E6;
    color: #662282;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    width: fit-content;
    padding: 5px 6px 5px 6px;
    margin: 0 10px 10px 0;
}

@media (min-width: 1024px) {
    .Box-tag {
        top: 1.25rem;
        left: 1.875rem;
    }
}

@media (min-width: 85.375em) {
    .Box-tag {
        top: 2.375rem;
    }
}

.Box-title {
    color: #fff;
    font-weight: bold;
    font-size: 0.875rem;
    position: absolute;
    left: 1.25rem;
    bottom: 1.25rem;
    margin: 0;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
}

@media (min-width: 1024px) {
    .Box-title {
        font-size: 1.125rem;
        left: 1.875rem;
    }
}

@media (min-width: 85.375em) {
    .Box-title {
        bottom: 1.875rem;
    }
}

.Box-title--large {
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1.1;
    bottom: 3.75rem;
}

.Box-title--large:first-letter {
    font-size: 3.125rem;
}

@media (min-width: 1024px) {
    .Box-title--large {
        left: 2.5rem;
        bottom: 5.625rem;
        font-size: 2.5rem;
        padding-top: 1.25rem;
    }

    .Box-title--large::after {
        content: "";
        display: block;
        width: 5rem;
        height: 0.3125rem;
        position: absolute;
        left: 0;
        top: 0;
    }

    .Box-title--large:first-letter {
        font-size: 3.75rem;
    }
}

.CardL-inner {
    display: flex;
    flex-direction: column;
}

.Card-inner {
    display: flex;
    flex-direction: column;
}


.Communique .Box .Box-info-cat {
    background-color: #E6E5F0;
    color: #2F2483;
}

.Box-info-metas {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.Box-info-file {
    line-height: 1.2;
    color: #7f7f7f;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-left: 1.25rem;
}

.Box-info-file i[class*="icon"] {
    position: static;
    color: #7f7f7f;
    margin-right: 0.3125rem;
}

@media (min-width: 85.375em) {
    .Box-info-cat {
        font-size: 0.75rem;
    }
}

.Box-info-title {
    margin: 12px 0 8px 0;
    color: #140e0e;
    font-size: 24px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 26px;
    display: block;
}

.doc .Box-info-title {
    font-size: 40px;
    font-weight: 600;
    margin: 20px 0 5px 0;
    line-height: 42px;
}

.doc .Box-info-title:hover {
    color: #E4002C;
}

.Post iframe {
    margin: 30px 0 20px 0;
}

p.message {
    color: #2F2483;
    font-weight: 400;
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    line-height: 29px;
    margin: 0 0 10px 0;
}

.CardsL {
    width: 60%;
    border: 1px solid #E0D3E6;
    padding: 20px 40px 40px 40px;
    background: #FFF;
    height: fit-content;
    position: relative;
    min-height: 940px;
}

img.bio {
    width: 100%;
}

.CardsL .AllNews {
    position: absolute;
    right: 0;
    bottom: 10px;
    color: #E4002C;
    font-size: 16px;
    padding: 46px 82px 0 0;
    transition: all 0.2s ease;
}

.CardsL .AllNews:hover {
    color: #662282;
    transition: all 0.2s ease;
}

.CardsL .AllNews:hover::after {
    transition: all 0.2s ease;
    border-left: 80px solid #662282;
}

.CardsL .AllNews img {
    position: absolute;
    z-index: 500;
    right: 10px;
}

.CardsL .AllNews::after {
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    border-top: 80px solid transparent;
    border-left: 80px solid #E4002C;
    right: 0;
    left: auto;
    background: 0 0;
    position: absolute;
    top: 0;
    transform: rotate(-90deg);
}

.Pagination {
    display: flex;
}

.Pagination .next {
    position: absolute;
    right: 0;
    bottom: 30px;
    color: #E4002C;
    font-size: 16px;
    padding: 46px 82px 0 0;
}

.Pagination .next img {
    position: absolute;
    z-index: 500;
    right: 10px;
}

.Pagination .next:hover img {
    animation-name: bounce3;
    animation-timing-function: ease;
    animation-duration: 1s;

    transform-origin: bottom;
}

.Pagination .next::after {
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    border-top: 80px solid transparent;
    border-left: 80px solid #E4002C;
    right: 0;
    left: auto;
    background: 0 0;
    position: absolute;
    top: 0;
    transform: rotate(-90deg);
}

.Pagination .prev {
    position: absolute;
    left: 0;
    bottom: 30px;
    color: #E4002C;
    font-size: 16px;
    padding: 46px 82px 0 0;
}

.Pagination .prev img {
    position: absolute;
    z-index: 500;
    left: 10px;
    transform: rotate(-180deg);
}

.Pagination .prev:hover img {

}

.AllNews:hover img {
    animation-name: bounce3;
    animation-timing-function: ease;
    animation-duration: 1s;
}

.Pagination .prev::after {
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    border-top: 80px solid transparent;
    border-left: 80px solid #E4002C;
    right: 0;
    left: auto;
    background: 0 0;
    position: absolute;
    top: 0;
}

.Pagination li::before {
    content: " - ";
    margin: 0 8px 0 5px
}

.Pagination li:nth-child(1)::before {
    content: "";
}

.Communique .Grid-item:last-child {
    border-bottom: 0;
    margin: 0;
}

.Communique .Grid-item {
    margin: 0 0 20px;
    border-bottom: 1px solid #E6E5F0;
    padding: 0 0 20px 0;
    position: relative;
}

.Communique .Grid-item {
    margin: 25px 0 20px;
}

.Communique .Grid-item:first-child {
    margin: 0 0 20px;
}

.Communique .Cards {
    border: 1px solid #E6E5F0;
}

.Communique .Box {
    display: flex;
    flex-direction: column;
}

.Communique .Box .Box-img {
    display: none;
}

.Grid-bg {
    padding: 20px 0 20px 0;
    background-color: #fce0e6;
    position: relative;
}

.Grid-bg.Social {
    padding: 20px 0 80px 0;
}

.Cards {
    width: 100%;
    padding: 40px;
    background: #FFF;
    height: fit-content;
}

.Cards {
    width: 100%;
    padding: 30px;
    background: #FFF;
    height: fit-content;
}

.Box-info-time {
    font-size: 0.75rem;
    color: #a8a9a1;
    display: block;
}

@media (min-width: 1024px) {
    .Box-info-time {
        display: block;
        margin-top: 0.625rem;
    }
}

.Box-info-state {
    font-size: 0.75rem;
    color: #a8a9a1;
    margin-top: 0.625rem;
    color: #2F2483;
}

.Box-info-resume {
    color: #a8a9a1;
    margin: 0.9375rem 0 0;
    font-size: 0.75rem;
    display: none;
}

@media (min-width: 1024px) {
    .Box-info-resume {
        display: block;
    }
}

@media (min-width: 85.375em) {
    .Box-info-resume {
        margin-top: 1.25rem;
        line-height: 2;
    }
}

.Box-info--center {
    text-align: center;
    padding: 0.9375rem 0.625rem;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    width: 82%;
    margin: 0 auto;
    min-height: 0 !important;
}

.Box-info--center:before {
    display: none;
}

@media (min-width: 85.375em) {
    .Box-info--center {
        padding-top: 1.25rem;
    }
}

.Box-name {
    color: #140e0e;
    font-size: 1.25em;
    font-family: "Playfair Display", serif, serif;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 10px !important;
}

.Box-position {
    text-transform: uppercase;
    color: #2F2483;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 10px !important;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.Box-thumb {
    position: relative;
}


.is-video .Box-thumb::before {
    color: #fff;
    font-size: 1.75rem;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
}

.Box-views {
    position: absolute;
    top: 15px;
    right: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: white;
}

.Box-views [class*="icon"] {
    position: static !important;
    padding-left: 7px;
}

.Box-img {
    position: relative;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
}

.is-video:not(.gallery) .Box-img::before {
    color: #fff;
    font-size: 1.75rem;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
}

.Box-date {
    top: 0;
    right: 65px;
    position: absolute;
    color: #2F2483;
    width: fit-content;
    font-weight: 400;
}

.Box-date span {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 3.125rem;
    display: block;
    margin-top: -0.625rem;
}

.Box-cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 1s linear;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.Box-cover::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s ease-in-out;
}

.Box-legend {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    color: #fff;
    font-size: 0.75rem;
    padding: 0.3125rem 0.625rem;
    background-color: rgba(25, 25, 25, 0.8);
}

@media (min-width: 1024px) {
    .Box-legend {
        padding: 0.5rem 1.25rem;
    }
}

.Box [class*="icon"] {
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    color: #fff;
    font-size: 1rem;
    transition: all 0.2s ease;
}

.Box-see {
    display: block;
    width: 3.75rem;
    height: 3.75rem;
    border: 1px solid #2F2483;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    border-radius: 50%;
    margin: -1.875rem 0 0 -1.875rem;
    transition: all 0.2s ease;
}

.Box-see [class*="icon"] {
    font-size: 1.75rem;
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
}

.no-touchevents .Box.is-media:hover .Box-img::after {
    opacity: 1;
    background-color: rgba(33, 33, 33, 0.8);
}

.no-touchevents .Box.is-media:hover .Box-see {
    opacity: 1;
}

.no-touchevents .Box.is-pub:hover .Box-info::before {
    transform: none;
}

.Box.is-pub .Box-thumb img {
    transform: none;
    float: right;
}

@media (min-width: 1024px) {
    .Box.is-pub .Box-img {
        width: 7.8125rem;
    }
}

@media (min-width: 85.375em) {
    .Box.is-pub .Box-img {
        width: 10.5rem;
    }
}

.Box.is-pub .Box-img::after {
    display: none;
}

.Box.is-pub .Box-img img {
    transform: none !important;
    float: right;
}

@media (min-width: 1024px) {
    .Box.is-pub .Box-info {
        position: relative;
        right: auto;
        bottom: auto;
        width: auto;
        -ms-flex: 1;
        flex: 1;
        padding: 0 0 0 1.875rem;
        background-color: transparent;
    }

    .Box.is-pub .Box-info::before {
        top: -1.5625rem;
        left: -10rem;
        transform: scaleX(0);
        transform-origin: 0 50%;
        transition: all 0.2s ease;
    }
}

.Box .Box-info-cat {
    background-color: #FCE0E6;
    color: #662282;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    width: fit-content;
    padding: 5px 6px 5px 6px;
    margin: 0 10px 10px 0;
}


.Box--list {
    width: auto !important;
    height: 8.75rem;
    display: -ms-flexbox;
    display: flex;
    padding: 1.25rem 5rem 1.25rem 1.25rem;
    margin-top: -1px;
    border: 1px solid #f1f0ee;
}

.BoxContactClose {
    position: absolute;
    right: 15px;
    top: 15px;
}

.BoxContact {
    cursor: pointer;
}

.Map .Grid-item {
    border-bottom: 1px solid #FFF;
    width: 100%;
}

.Map .Grid-item:last-child {
    border-bottom: 0;
}

.BoxContact-link {
    color: #a8a9a1;
    font-size: 0.75rem;
}

.BoxContact-link:hover i {
    color: #2F2483;
}

.BoxContact-link i {
    color: #000;
    font-size: 1rem;
    margin-right: 0.625rem;
    transition: all 0.2s ease;
}

.BoxContact-info li {
    font-size: 16px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    color: #000;
}

.BoxContact-info li strong {
    display: block;
    font-size: 16px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    color: #E4002C;
}

.BoxContact-info a {
    color: #E4002C;
}

.BoxWho {
    overflow: hidden;
    position: relative;
    display: block;
    background-color: #212121;
}

.no-touchevents .BoxWho:hover .BoxWho-thumb {
    opacity: 0.6;
}

.no-touchevents .BoxWho:hover .BtnCircle {
    background-color: #2f9bc4;
    border-color: #2f9bc4;
}

.no-touchevents .BoxWho:hover .BtnCircle i {
    color: #fff;
    transform: translate(-50%, -50%) rotate(360deg);
}

.BoxWho-thumb {
    height: 12.5rem;
    background-position: center center;
    background-size: cover;
    opacity: 0.25;
    transition: all .6s ease;
}

@media (min-width: 1024px) {
    .BoxWho-thumb {
        height: 14.75rem;
    }
}

@media (min-width: 85.375em) {
    .BoxWho-thumb {
        height: 19.875rem;
    }
}

.BoxWho-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 1.875rem 1.25rem;
    text-align: center;
    color: #fff;
}

@media (min-width: 85.375em) {
    .BoxWho-content {
        padding-top: 3.75rem;
    }
}

.BoxWho-title {
    color: #2F2483;
    font-size: 1.125rem;
    margin-bottom: 0.9375rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
}

@media (min-width: 1024px) {
    .BoxWho-title {
        font-size: 1rem;
    }
}

@media (min-width: 85.375em) {
    .BoxWho-title {
        font-size: 1.125rem;
        min-height: 3.75rem;
        margin-bottom: 0.625rem;
    }
}

.BoxWho-desc {
    margin: 0 auto;
    color: #d3d4d0;
    font-size: 0.75rem;
    line-height: 2;
    max-width: 11.25rem;
}

@media (min-width: 1024px) {
    .BoxWho-desc {
        line-height: 1.2;
        font-size: 0.875rem;
    }
}

.BoxWho .BtnCircle {
    position: absolute;
    left: 50%;
    bottom: 1.25rem;
    transform: translateX(-50%);
}

@media (max-width: 47.9375em) {
    .BoxWho .BtnCircle {
        color: #fff;
        background-color: #2F2483;
        border-color: #2F2483;
    }
}

@media (min-width: 85.375em) {
    .BoxWho .BtnCircle {
        bottom: 3.75rem;
    }
}


.Box-thumbnail {
    width: 65px;
    height: 65px;
    margin-right: 20px;
}

.Box-thumbnail img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.Box--article-gallery {
    max-width: 60%;
    margin: 0 auto;
}

.form {
    z-index: 99;
    position: relative;
    text-align: right;
}

.form p.error {
    color: #E4002C;
    margin: 0 0 10px 0;
}

.Map .form {
    text-align: left;
    padding: 5px 0 20px 0;
}

.Map .InfoBoxs {
    display: none;
    position: absolute;
    background-color: #FCE0E6;
    left: 300px;
    width: 300px;
    padding: 30px;
    height: 100%;
    border-right: 2px solid #E4002C;
}

.DiscoverMedef .w50 {
    width: 49%;
    margin: 0 0 0 auto;
    position: relative;
}

.DiscoverMedef .w100 {
    width: 100%;
    position: relative;
}

.DiscoverMedef .w50:first-child {
    width: 48%;
    margin: 0 auto 0 0;
}

.DiscoverMedef .greyBg {
    overflow: hidden;
}

.DiscoverMedef .greyBg:hover {
    background-color: #FFF;
}

.Login .w50 {
    width: 49%;
    margin: 20px 0 80px auto;
}

.Login .w50 p {
    color: #2F2483;
    font-weight: 400;
    font-family: "Barlow", sans-serif;
    font-size: 24px;
    line-height: 29px;
    margin: 0;
}

.Form-submit a {
    font-weight: 400;
    font-family: "Barlow", sans-serif;
    font-size: 16px;
    text-decoration: underline;
    color: #2F2483;
    margin: 20px 0 0 0;
}

.Login .w50:first-child {
    width: 49%;
    margin: 20px auto 50px 0;
}

.DiscoverMedef .Grid-bg h2 {
    color: #2F2483;
    font-weight: 800;
    font-family: "Barlow", sans-serif;
    font-size: 48px;
    margin: 0 0 20px 0;
    padding: 0;
}

.DiscoverMedef .Grid-bg p {
    color: #2F2483;
    font-weight: 400;
    font-family: "Barlow", sans-serif;
    font-size: 24px;
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 29px;
}

.DiscoverMedef .Grid-bg p strong {
    font-weight: 600;
}

.DiscoverMedef .button-primary-bis.right {
    margin: 30px 0 10px auto;
}

.Map .mt5 {
    margin-top: 5px;
}

.Map hr {
    background-color: #E4002C;
    height: 1px;
    border: 0;
    margin: 15px 0 15px 0;
}

.Map .InfoBox {
    display: none;
}

.Map .InfoBox .BoxContact-title {
    color: #E4002C;
    font-weight: 800;
    font-family: "Barlow", sans-serif;
    font-size: 24px;
    margin: 16px 0 0 0;
    padding: 0;
}

.Title {
    margin-bottom: 10px;
    margin-top: 62px;
    line-height: 1;
    position: relative;
}

.Title-txt {
    font-size: 40px;
    margin: 0 0 10px 0;
    color: #FFF;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    z-index: 80;
    line-height: 42px;
    min-width: 400px;
}

.ActuList .Grid-inner {
    margin: 40px 0 40px 0;
}

.home .Title-txt {
    color: #662282;;
}

.Map .Title-txt {
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 0 0 0 0;
}

.wg-default, .wg-default .country-selector {
    position: absolute;
    bottom: auto !important;
    right: 0 !important;
    top: 0 !important;
}

.is-min .wg-default, .is-min .wg-default .country-selector {
    top: 35px !important;
}

.wg-drop.country-selector .wgcurrent a {
    padding-right: 0 !important;
    color: #FFF !important;
    position: absolute !important;
    left: -53px !important;
    font-size: 14px !important;
    top: 3px !important;
}

.wg-drop.country-selector.weg-openleft .wgcurrent a {
    left: -14px !important;
}


.wg-drop.country-selector .wgcurrent {
    border: 0 !important;
    list-style: none;
    background-color: #E4002C !important;
}

.defaultPadding {
    padding: 80px 0 80px 0;
}

.smallDefaultPadding {
    padding: 30px 0 0 0;
}

.t-a-r {
    text-align: right;
}

.DiscoverMedef h3 {
    color: #E4002C;
    font-size: 24px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
}

.Post h4 {
    color: #E4002C;
    font-size: 24px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
}

.newsroom .zoom {
    padding: 35px 0 0 0;
}

.newsroom .zoom h4 {
    font-size: 40px;
    font-weight: 600;
    color: #662282;
    font-family: "Barlow Condensed", sans-serif;
    line-height: 42px;
}

.newsroom .event h4 {
    font-size: 40px;
    font-weight: 600;
    color: #2F2483;
    font-family: "Barlow Condensed", sans-serif;
    line-height: 42px;
    margin-top: 40px;
}

.DiscoverMedef .redBg h3 {
    color: #FFF;
    text-align: center;
    margin: 30px 0 20px 0;
}

.DiscoverMedef .introduction p {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    font-family: "Barlow", sans-serif;
    line-height: 29px;
}

.DiscoverMedef .u-wrapper p:not(.Header-welcome, .Header-btn) {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    font-family: "Barlow", sans-serif;
    line-height: 19px;
    overflow-wrap: break-word;
}

.DiscoverMedef .u-wrapper p strong {
    font-weight: 600;
}

.bigLines .big {
    font-size: 96px !important;
    line-height: 115px !important;;
    color: #2F2483 !important;;
    font-family: "Barlow Condensed", sans-serif !important;;
    font-weight: 600 !important;;
    margin: 0;
    padding: 0;
}

.bigLines .big span {
    font-size: 56px;
    line-height: 0px;
}

.DiscoverMedef .bg-purple {
    background-color: #E6E5F0;
}

.DiscoverMedef .bg-purple {
    margin: 0 0 30px 0;;
}

.isMapMedef .IntroductionInside h1 {
    padding: 56px 0 36px 15px;
}

.DiscoverMedef .bg-purple .inside {
    padding: 40px;
}

.Title-txt.blue {
    color: #2F2483;
    margin: 0 0 30px 0;
}

.Title-txt.center {
    text-align: center;
}

.button-primary-bis.center {
    margin: 0 auto;
}

.button-primary-bis.mt5 {
    margin-top: 30px;
}

.smallCard {
    margin: 40px 0 0 0;
    border: 1px solid #E6E5F0;
}

.smallCard .inside {
    margin: auto 0 auto 20px;
    display: block;
}

.mt5 {
    margin-top: 50px;
}

h3.center {
    text-align: center;
    margin: 0 auto;
}


h2.Title-txt.red {
    font-size: 40px;
    color: #E4002C;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    z-index: 80;
    line-height: 42px;
    margin: 0;
}

.Title span {
    display: block;
    color: #a8a9a1;
    line-height: 1;
    font-size: 0.75rem;
    text-transform: uppercase;
}

@media (min-width: 1024px) {
    .Title span {
        display: block;
    }
}

.Title strong {
    font-weight: normal;
}

@media (max-width: 47.9375em) {
    .Title strong {
        text-transform: lowercase;
    }
}

@media (max-width: 47.9375em) {
    .Title strong span {
        display: inline;
        color: #140e0e;
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 1.875rem;
        text-transform: none;
    }
}

.Title-sub {
    color: #a8a9a1;
    line-height: 1;
    font-size: 0.75rem;
    margin: 0 0 0.375rem;
    font-weight: normal;
    padding-left: 1.875rem;
    text-transform: uppercase;
}

.Title .Tag {
    margin: 0.875rem 0 0 1.875rem;
}

@media (min-width: 1024px) {
    .Title .Tag {
        margin-top: 0.125rem;
    }
}

.Title-tabs {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0.625rem;
}

@media (min-width: 1024px) {
    .Title-tabs {
        padding-left: 0;
    }

    .Title-tabs::before {
        content: "";
        display: block;
        width: 0.3125rem;
        height: 1.875rem;
        position: absolute;
        left: 0;
        z-index: 10;
        top: -1.125rem;
        background-color: #2F2483;
    }

    .Title-tabs::after {
        content: "";
        display: block;
        width: 1.4375rem;
        height: 1.4375rem;
        background-color: #f1f1f1;
        border-radius: 50% 50%;
        border: 0;
        position: absolute;
        top: 0.3125rem;
        left: -0.5625rem;
        z-index: 20;
        transition: all 0.2s ease;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    }
}

@media (min-width: 1024px) and (min-width: 85.375em) {
    .Title-tabs::after {
        top: 0.625rem;
    }
}

@media (min-width: 1024px) {
    .Title-tabs[data-step="2"]::before {
        height: 5.625rem;
    }
}

@media (min-width: 1024px) and (min-width: 85.375em) {
    .Title-tabs[data-step="2"]::before {
        height: 6.25rem;
    }
}

@media (min-width: 1024px) {
    .Title-tabs[data-step="2"]::after {
        top: 4.0625rem;
    }
}

@media (min-width: 1024px) and (min-width: 85.375em) {
    .Title-tabs[data-step="2"]::after {
        top: 5rem;
    }
}

@media (min-width: 1024px) {
    .Title-tabs[data-step="3"]::before {
        height: 9.0625rem;
    }
}

@media (min-width: 1024px) and (min-width: 85.375em) {
    .Title-tabs[data-step="3"]::before {
        height: 11.5625rem;
    }
}

@media (min-width: 1024px) {
    .Title-tabs[data-step="3"]::after {
        top: 7.8125rem;
    }
}

@media (min-width: 1024px) and (min-width: 85.375em) {
    .Title-tabs[data-step="3"]::after {
        top: 9.375rem;
    }
}

.Title-tabs .Tag {
    margin-left: 1.25rem;
}

@media (min-width: 1024px) {
    .Title-tabs .Tag {
        margin-left: 1.875rem;
    }
}

.Title-tabs li {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.25rem;
    position: relative;
    line-height: 1;
    margin-top: 0.625rem;
}

@media (min-width: 1024px) {
    .Title-tabs li {
        margin-top: 0;
        font-size: 1.875rem;
    }

    .Title-tabs li:first-child {
        min-height: 0;
    }

    .Title-tabs li:first-child > a {
        padding-top: 0 !important;
    }

    .Title-tabs li:last-child > a {
        padding-bottom: 0 !important;
    }
}

@media (min-width: 85.375em) {
    .Title-tabs li {
        font-size: 2.2rem;
    }
}

.Title-tabs li::before {
    content: "";
    display: block;
    width: 0.3125rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #d0d0ce;
}

.Title-tabs li.is-active {
    font-size: 1.875rem;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 0;
}

.Title-tabs li.is-active:not(:first-child) {
    min-height: 3.875rem;
}

@media (min-width: 1024px) {
    .Title-tabs li.is-active {
        -ms-flex-order: 0;
        order: 0;
    }
}

@media (min-width: 85.375em) {
    .Title-tabs li.is-active {
        font-size: 2.2rem;
    }
}

.Title-tabs li.is-active::before {
    top: -1.125rem;
    background-color: #2F2483;
}

@media (min-width: 1024px) {
    .Title-tabs li.is-active::before {
        background-color: #d0d0ce;
    }
}

@media (min-width: 1024px) {
    .Title-tabs li.is-active:last-child {
        min-height: 0;
    }
}

@media (min-width: 1024px) and (min-width: 1024px) {
    .Title-tabs li.is-active:last-child::before {
        bottom: 0.625rem;
    }
}

.Title-tabs li.is-active > a {
    color: #2F2483;
    padding-top: 0;
    padding-bottom: 0;
}

@media (min-width: 1024px) {
    .Title-tabs li.is-active > a {
        padding-top: 0.9375rem;
        padding-bottom: 0.9375rem;
    }
}

.Title-tabs li > a {
    color: #d0d0ce;
    display: block;
    padding: 0.9375rem 0 0.9375rem 1.25rem;
}

@media (min-width: 1024px) {
    .Title-tabs li > a {
        padding-left: 1.875rem;
    }
}

.Title-tabs li > a:hover {
    color: #2F2483;
}


.Title--no-border .Title-txt {
    padding-left: 0;
    padding-right: 0;
}

.Title--no-border .Title-txt::before {
    display: none;
}

@media (min-width: 1024px) {
    .Title--big .Title-txt {
        font-size: 2.375rem;
    }
}

.Title--inverted span {
    margin-top: 10px;
}

@media (min-width: 1024px) {
    .Title--inverted span {
        margin-top: 15px;
    }
}

.Title-txt--one-line:before {
    height: 3.3125rem;
}

.Title #contactPressText {
    line-height: 1.5;
    margin-top: 2.8125rem;
    font-size: 1rem;
    margin-left: 32px;
}

.Tweet {
    padding: 30px;
    background-color: #fff;
    width: 330px;
    height: 250px;
    position: relative;
    z-index: 1;
    transition: all 0.2s ease;
    overflow: hidden;
    margin: 5px 30px 5px 0;
}

.slick-arrow {
    display: block;
    width: 0;
    height: 0;
    background-color: transparent;
    border: 0;
    position: absolute;
    z-index: 80;
    font-size: 16px;
    color: #fce0e6;
    transition: all .2s ease;
    transform: translateY(-50%);
}

.VideoTV .slick-arrow {
    color: #F6F2F8 !important;
}

.slick-arrow.slick-prev {
    position: absolute;
    left: -56px;
    top: 140px;
}

.slick-arrow.slick-next {
    position: absolute;
    right: -56px;
    top: 130px;
}

.slick-arrow.slick-prev::after {
    color: #E4002C;
    transform: translate(-50%, -50%) rotate(180deg);
}

.slick-arrow.slick-next::after {
    color: #E4002C;
}

.Tweet-tag {
    font-size: 1rem;
    color: #2F2483;
    line-height: 1.2;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.Tweet-time {
    display: block;
    color: #b8b9b3;
    font-size: 0.75rem;
    margin: 0.625rem 0;
}

@media (min-width: 85.375em) {
    .Tweet-time {
        margin-bottom: 1.25rem;
    }
}

.Tweet-txt {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    font-family: "Barlow", sans-serif;
    overflow: hidden;
    max-height: 170px;
}

.Tweet-txt a {
    color: #E4002C;
}

.Tweet .logo-network {
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #000;
}

.Tweet .text-network {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #000;
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.slick-slide .text-network img {
    display: inline-block;
}

.Tweet-icon {
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    font-size: 1rem;
}

.Radio {
    background-color: #fff;
    padding: 0.9375rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 17.5rem;
    z-index: 1;
}

.Radio::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: opacity .6s ease;
    box-shadow: 0 46px 46px rgba(0, 0, 0, 0.15);
}

.no-touchevents .Radio:hover {
    z-index: 10;
}

.no-touchevents .Radio:hover::after {
    opacity: 1;
}

@media (min-width: 1024px) {
    .Radio {
        width: auto;
    }
}

.Radio + .Radio {
    margin-top: 0.25rem;
}

@media (min-width: 1024px) {
    .Radio + .Radio {
        margin-top: 1rem;
    }
}

@media (min-width: 85.375em) {
    .Radio + .Radio {
        margin-top: 0.625rem;
    }
}

.Radio-logo {
    width: 6.25rem;
    text-align: right;
}

@media (min-width: 85.375em) {
    .Radio-logo {
        width: 8.125rem;
    }
}

.Radio-desc {
    -ms-flex: 1;
    flex: 1;
}

.Radio-title {
    font-weight: bold;
    font-size: 0.75rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #140e0e;
    margin-bottom: 0.9375rem;
    min-height: 2.8125rem;
    margin-bottom: 0.125rem;
}

.Radio-time {
    color: #a8a9a1;
    font-size: 0.75rem;
}

.Radio-play {
    font-size: 1rem;
    color: #2F2483;
    position: absolute;
    bottom: 0.9375rem;
    right: 5rem;
}

@media (min-width: 85.375em) {
    .Radio-play {
        right: 6.875rem;
    }
}

.Tabs {
    position: relative;
}


.Tabs-nav {
    position: absolute;
    right: 0;
    top: 0.5rem;
    z-index: 80;
    display: none;
    padding-left: 1.875rem;
}

@media (min-width: 1024px) {
    .Tabs-nav {
        display: block;
    }
}

@media (min-width: 85.375em) {
    .Tabs-nav {
        width: 17rem;
    }
}

.Tabs-nav::before {
    content: "";
    display: block;
    width: 0.3125rem;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0.375rem;
    background-color: #d0d0ce;
}

.Tabs-nav::after {
    content: "";
    display: block;
    width: 0.3125rem;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 5.625rem;
    background-color: #2F2483;
    transition: all 0.2s ease;
}

.Tabs-nav.is-last::after {
    bottom: 0.375rem;
}

.Tabs-nav.is-first::after {
    bottom: 10rem;
}

.Tabs-nav-title {
    display: block;
    margin-bottom: 2.5rem;
    color: #a8a9a1;
    line-height: 1;
    font-size: 0.75rem;
    text-transform: uppercase;
}

.is-active .Tabs-nav-title {
    color: #140e0e;
}

.Tabs-nav-btn {
    display: block;
    font-size: 1.875rem;
    color: #d0d0ce;
    line-height: 1.2;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.Tabs-nav-btn.is-active {
    color: #140e0e !important;
}

.Tabs-nav-btn:hover {
    color: #2F2483;
}

.Tabs-nav-btn + .Tabs-nav-btn {
    margin-top: 2.5rem;
}

.Tabs-nav-toggle {
    display: block;
    width: 1.4375rem;
    height: 1.4375rem;
    background-color: #f1f1f1;
    border-radius: 50% 50%;
    border: 0;
    position: absolute;
    top: 5.3125rem;
    left: -0.5625rem;
    z-index: 10;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.is-last .Tabs-nav-toggle {
    top: 10rem;
}

.is-first .Tabs-nav-toggle {
    top: 0.625rem;
}

.Tabs-content {
    transition: all 0.2s ease;
}

@media (min-width: 1024px) {
    .Tabs-content {
        display: none;
    }

    .Tabs-content.is-active {
        display: block;
    }
}

.mt8O {
    margin-top: 60px
}

.Press .Grid-head h2 {
    font-size: 64px;
    color: #2F2483;
    line-height: 64px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.Press .Grid-head p {
    font-size: 24px;
    color: #000000;
    line-height: 29px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.Press .Grid-head .contactPress {
    background: #E6E5F0;
    padding: 15px 25px 15px 25px;
    height: fit-content;
}

.Press .Grid-head .contactPress hr {
    background-color: #FFF;
}

.Press .Grid-head .contactPress strong {
    font-size: 16px;
    color: #2F2483;
    line-height: 19px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.p-t-80 {
    padding-top: 80px;
}

.Press .Grid-head .contactPress a {
    font-size: 14px;
    color: #000000;
    line-height: 19px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
}

.Tabs-content.is-hidden {
    opacity: 0;
    transform: translateX(1.25rem);
}

.Tabs-content.is-hidden.anim-in {
    opacity: 1;
    transform: none;
}

.Tabs-content.anim-out {
    transform: translateX(-1.25rem);
    opacity: 0;
}

.Footer {
    padding: 1.875rem 1.25rem;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #2F2483;
}

@media print {
    .Footer {
        display: none;
    }
}

.has-footerForm .Footer {
    z-index: 500;
}

.Text-align-center {
    text-align: center;
    margin: 15px 0 -40px 0;
}

.Footer {
    height: 150px;
}

.Services {
    margin: 0 0 80px 0;
}

@media (min-width: 1024px) {
    .Footer {
        padding: 1.25rem 3.5rem 0 3.5rem;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 85.375em) {
    .Footer {
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.Footer-text {
    margin-top: 180px;
}

.Footer-text p {
    color: #FFFFFF;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 45px;
}

.Footer-text p span {
    color: #EF7982;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    display: block;
}

.Footer-links {
    margin: 25px 0 0 auto;
    display: block;
    text-align: right;
    padding: 0 50px 0 0;
    z-index: 99;
    position: relative;
}

.Footer-links li {
    display: inline-block;
    font-family: Barlow, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
}

.Footer-links li a {
    color: #FFF;
    font-family: Barlow, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
}

.Footer .find {
    position: absolute;
    top: 0;
    right: 0;
}

.Footer .inside {
    width: 100%;
}

.Footer .find h4 {
    color: #FFF;
    z-index: 99;
    position: relative;
    font-size: 40px;
    font-weight: 600;
    text-align: right;
    margin: 48px 30px 20px 0;
    max-width: 340px;
}

.Footer .find:after {
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    border-top: 488px solid #E4002C;
    border-left: 488px solid transparent;
    right: 0;
    left: auto;
    background: 0 0;
    position: absolute;
    top: 0;
}

@media (min-width: 1024px) and (max-width: 1150px) {
    .Footer .find h4 {
        font-size: 32px;
        max-width: 320px;
    }

    .Footer .find:after {
        border-top: 388px solid #E4002C;
        border-left: 388px solid transparent;
    }

    .bg-red-filter {
        background-size: 75%;
    }
}

.Footer form {
    z-index: 99;
    position: relative;
    text-align: right;
    margin: 10px 30px 0 0;
}

.Footer-links a:hover {
    color: #E4002C;
}

.Footer-social {
    display: -ms-flexbox;
    display: flex;
    font-size: 1.75rem;
    color: #686868;
}

@media (min-width: 85.375em) {
    .Footer-social {
        position: absolute;
        right: 2.5rem;
        top: 50%;
        transform: translateY(-50%);
    }
}

.Footer-social li + li {
    margin-left: 0.5rem;
}

@media (min-width: 1024px) {
    .Footer-social li + li {
        margin-left: 1.25rem;
    }
}

.Footer-social a {
    display: block;
}

.Footer-social a [class*="icon"] {
    display: block;
}

.Footer-social a:hover {
    color: #140e0e;
}

.Footer-form {
    position: absolute;
    bottom: 100%;
    padding: 0.9375rem 1.25rem 1.25rem;
    background-color: #f1f0ee;
    opacity: 0;
    display: none;
    left: 0;
    visibility: hidden;
    transition: opacity .3s ease;
}

@media (min-width: 1024px) {
    .Footer-form {
        display: block;
    }
}

.Footer-form .BtnCircle {
    position: absolute;
    right: -1.3125rem;
    top: -1.3125rem;
}

.Footer-form.is-active {
    opacity: 1;
    left: auto;
    transform: none;
    visibility: visible;
}

.Filters .Filters-right {
    display: none;
}

.is-directory .Filters {
    top: 7.375rem;
}

.Filters.is-visible {
    opacity: 1;
    visibility: visible;
}


.Filters-breadcrumbs {
    color: #FFF;
    font-size: 14px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    padding: 20px 2.5rem 0 0;
}

.Filters-breadcrumbs a::after {
    content: " > ";
    margin: 0 0.3125rem;
}

.Filters-breadcrumbs a:hover {
    color: #FFF;
}

.page .Filters-breadcrumbs {
    color: #2F2483;
}

.page .Filters-breadcrumbs a:hover {
    color: #2F2483;
}

.Filters-breadcrumbs a:hover {
    color: #FFF;
}

.Tag {
    color: #adabaa;
    display: inline-block;
    font-size: 0.75rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    background-color: #f1f0ee;
    padding: 0.1875rem 1.5625rem 0.1875rem 0.625rem;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
}

.Tag-close {
    position: absolute;
    width: 1.5625rem;
    height: 100%;
    right: 0;
    top: 0;
    color: #d0d0ce;
}

.Tag-close:hover {
    color: #2F2483;
}

.Tag-close [class*="icon"] {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 0.5rem;
    transform: translate(-50%, -50%);
}

.Tags {
    margin-right: -1.25rem;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

@media (min-width: 1024px) {
    .Tags {
        margin: 0;
        overflow: visible;
        -webkit-overflow-scrolling: auto;
    }
}

.Tags-list {
    display: none;
}

.Tags-list a {
    color: #adabaa;
    display: inline-block;
    font-size: 0.75rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    white-space: nowrap;
    text-transform: uppercase;
    background-color: #f1f0ee;
    padding: 0.1875rem 0.625rem;
}

.Pagination {
    margin: 40px auto 80px auto;
    min-height: 70px;
    position: relative;
}

@media print {
    .Pagination {
        display: none;
    }
}

.Pagination .Pagination-list, .Pagination .Pagination-list a, .Pagination .Pagination-active, .Pagination button {
    text-align: center;
    line-height: 21px;
    font-size: 16px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #E4002C;
    position: relative;
    transition: all 0.2s ease;
}

.Pagination .Pagination-list {
    margin: 35px auto 0 auto;
}

.Pagination .Pagination-active {
    font-weight: 700;
    padding: 0 0 0 10px;
}

.Pagination-list {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.Pagination-list li {
    width: 41px;
}

.Pagination-list li.last {
    width: 54px;
}

.Pagination-top {
    text-align: center;
}

@media (min-width: 1024px) {
    .Pagination-top {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
}

.Pagination-top button {
    color: #FFF;
    margin: 0 auto 0.625rem;
    border: 4px solid #FFF;
    text-align: center;
    border-radius: 50%;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    background-color: #fff;
    position: relative;
    transition: all 0.2s ease;
    font-size: 0.75rem;
    width: 79px;
    height: 79px;
    line-height: 0.7rem;
}

.Pagination-top button {
    -ms-flex-order: 2;
    order: 2;
    margin: 0 0 0 1.875rem;
    background-color: #E4002C;
}

.Pagination-top-txt {
    font-size: 0.8125rem;
    color: #a8a9a1;
}

.Pagination .Layout-next {
    -ms-flex-pack: center;
    justify-content: center;
    margin: 2.5rem 0 5rem;
}

@media (min-width: 1024px) {
    .Pagination--next .Pagination-top {
        display: none;
    }

    .Pagination--next .Layout-next {
        margin: 0;
    }
}


.Post-share--election {
    top: -10px;
    right: 0;
}

@media print {
    .Post-share {
        display: none;
    }
}

@media (min-width: 1024px) {
    .Post-share {
        display: none;
    }
}

.Post-share.active {
    color: #fff;
    border-color: #fff;
    background: transparent;
}

.Post-social {
    /*display: none;*/
    top: -70px;
    transition: all 0.2s ease;
}

@media (min-width: 1024px) {
    .Post-social {
        color: #fff;
        position: absolute;
        left: 0;
        top: 0;
        width: 2.875rem;
        height: 100%;
        display: block;
    }
}

.Post-social-btns li + li {
    margin-top: 0.625rem;
}

.Post-social-btns a {
    display: block;
    width: 2.875rem;
    height: 2.875rem;
    font-size: 1rem;
    position: relative;
}

.Post-social-btns a i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

@media (max-width: 64em) {
    .Post-social {
        position: absolute;
        left: 0;
        width: 100%;
    }

    .Post-social li {
        display: inline-block;
    }

    .Post-social.active {
        top: 0;
        z-index: 45;
    }
}

.Post-social--inline {
    background: #2F2483;
    left: -10px;
    top: -110px;
    width: 100vw;
}

.Post-social--inline.active {
    top: -20px;
}

.Filters-breadcrumbs {
    padding: 20px 30px 0 30px;
}

@media (min-width: 1024px) {
    .Post-social--inline {
        position: static;
        width: auto;
        background: transparent;
        left: 0;
        width: 100%;
    }

    .Post-social--inline .Post-social-btns {
        padding-left: 20px;
    }

    .Post-social--inline .Post-social-btns a i {
        color: #d0d0ce;
    }

    .Post-social--inline .Post-social-btns a {
        width: 2rem;
    }
}

.Post-social--inline .Post-social-btns a {
    text-decoration: none !important;
}

.Post-social--inline .Post-social-btns li {
    display: inline-block;
}

.Post-title {
    color: #2F2483;
    font-size: 64px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 64px;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 10px;
}

@media (min-width: 1024px) {
    .Post-title {
        max-width: 100% !important;
    }
}

.Post .Post-title {
    margin: 20px 0 0 0;
}

.Post-type {
    position: absolute;
    top: 2.5rem;
    left: 1.25rem;
}

.Post-type i {
    display: block;
}

@media (min-width: 1024px) {
    .Post-type {
        display: block;
        top: 2.5rem;
        left: auto;
        right: 2.5rem;
    }
}

.Post-sources {
    color: #a8a9a1;
    font-size: 12px;
    line-height: 19px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    margin: 0 0 0 auto;
    display: block;
    text-align: right;
}

.Post-sources li:nth-child(2)::before {
    content: " - ";
    margin: 0 0.0625rem 0 0.125rem;
}

.Post-cover {
    height: fit-content;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}

.Post .Post-cover:not(.Post-cover--gallery) {
    margin: 0 0 60px 0;
    overflow: hidden;
}

@media (min-width: 1024px) and (max-width: 1365px) {
    .Post .Post-cover:not(.Post-cover--gallery) {
        height: 400px;
    }
    .Post .Post-cover.isVideo {
        height: 100%;
    }
}


.Post .Post-cover img {
    width: 100%;
}

.Post-more {
    text-align: center;
    margin-top: 3.75rem;
}

@media (min-width: 1024px) {
    .Post-more {
        text-align: right;
        margin: 5rem 0 7.5rem;
    }
}

.Post-gp {
    position: relative;
    margin: -2.5rem -1.25rem 3.75rem;
}

@media (min-width: 1024px) {
    .Post-gp {
        margin: -2.5rem -2.5rem 2.5rem;
    }
}

.Post-gp .Btn {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 20;
    transform: translate(-50%, -1.6875rem);
}

@media (min-width: 1024px) {
    .Post-gp .Btn {
        top: auto;
        left: auto;
        bottom: 2.5rem;
        right: 2.5rem;
        transform: none;
    }
}

.Post-gp .Box {
    height: 20rem;
    z-index: 1;
}

@media (min-width: 1024px) {
    .Post-gp .Box {
        height: 26.875rem;
    }
}

@media (min-width: 85.375em) {
    .Post-gp .Box {
        height: 35.125rem;
    }
}

.Post-gp .Box-title {
    bottom: 2.5rem;
    max-width: 70%;
}

@media (min-width: 85.375em) {
    .Post-gp .Box-title {
        bottom: 10rem;
    }
}

.Post-pub {
    margin: 2.5rem 0 1.25rem;
    position: relative;
    padding-bottom: 1.25rem;
}

@media (min-width: 1024px) {
    .Post-pub {
        margin: 3.75rem 0;
        color: #fff;
        background-color: #000;
        padding: 2.5rem;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 85.375em) {
    .Post-pub {
        padding: 4.375rem 7.5rem;
    }
}

.Post-pub > [class*="icon"] {
    display: none;
}

@media (min-width: 1024px) {
    .Post-pub > [class*="icon"] {
        display: block;
        position: absolute;
        top: 1.25rem;
        right: 1.25rem;
        color: #fff;
    }
}

@media (min-width: 1024px) {
    .Post-pub-thumb {
        width: 13.625rem;
    }
}

@media (min-width: 85.375em) {
    .Post-pub-thumb {
        width: 16.0625rem;
    }
}

.Post-pub-thumb img {
    display: block;
    margin: 0 auto;
    width: 10.5rem;
}

@media (min-width: 1024px) {
    .Post-pub-thumb img {
        width: auto;
    }
}

.Post-pub-info {
    display: none;
}

@media (min-width: 1024px) {
    .Post-pub-info {
        display: block;
        -ms-flex: 1;
        flex: 1;
        padding-left: 2.5rem;
    }
}

@media (min-width: 85.375em) {
    .Post-pub-info {
        padding-left: 7.5rem;
    }
}

.Post-pub-cat {
    font-size: 0.75rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0.3125rem;
}

.Post-pub-title {
    font-size: 1.875rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 0.9375rem;
}

.Post-pub-time {
    display: block;
    margin-bottom: 1.0625rem;
    font-size: 0.75rem;
}

.Post-pub-resume {
    margin: 0;
    line-height: 2;
    font-size: 0.75rem;
}

.Post .Post-head {
    position: relative;
}

.Post .Grid {
    margin: 20px 0 0 0;
}

.Wysiwyg h1 {
    padding: 15px 0 0 0;
    color: #2F2483;
    font-size: 36px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    line-height: 39px;
}

.Post .wirl {
    margin: 20px 0 20px 0;
}

.Post .wirl.flex {
    display: flex;
    margin: 30px 0 30px 0;
}

.Post .wirl.flex .left {
    width: 50%;
    padding: 10px
}

.Post .wirl.flex .right {
    width: 50%;
}

.Post .wirl.flex .image img {
    object-fit: contain;
    width: 100%;
    height: 100%
}

.Post .flexinverse {
    flex-direction: row;
}

.Wysiwyg h2 {
    color: #E4002C;
    font-size: 24px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    line-height: 29px;
}

@media print {
    .Post .Grid {
        display: none;
    }
}

.separator {
    margin: 30px 0 30px 0;
}

.external-link {
    font-size: 16px;
    color: #E4002C;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
}

.external-link svg {
    vertical-align: sub;
    margin: 0 0 0 10px;
}

.external-link svg circle {
    fill: #E4002C;
}

.external-link:hover, .external-link:hover svg circle {
    color: #2F2483;
    fill: #2F2483;
}

.button-top-primary {
    position: absolute;
    right: 0;
    top: 0;
}

.button-top-primary:hover {
    animation-name: bounce;
    animation-timing-function: ease;
    animation-duration: 1s;

    transform-origin: bottom;
}


.button-primary {
    background: #662282;
    color: #FFF;
    width: fit-content;
    padding: 9px 45px 5px 12px;
    margin: 10px 0 0 0;
    position: relative;
    height: 40px;
    font-size: 16px;
    display: block;
    line-height: 19px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    overflow: hidden;
}

.button-primary span::after {
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    border-top: 40px solid #E4002C;
    border-left: 40px solid transparent;
    right: 0;
    left: auto;
    background: 0 0;
    position: absolute;
    top: 0;
}

.button-primary:hover span::after {
    animation-name: bounce;
    animation-timing-function: ease;
    animation-duration: 1s;

    transform-origin: bottom;
}

.button-primary-2 {
    background: #FCE0E6;
    color: #2F2483;
    width: fit-content;
    padding: 7px 45px 5px 12px;
    margin: 10px 0 0 0;
    position: relative;
    height: 40px;
    font-size: 16px;
    display: block;
    overflow: hidden;
}

.button-primary-2:hover {
    background: #E4002C;
    color: #FFF;
    transition: all 0.2s ease;
}

.button-primary-2 span::after {
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    border-top: 40px solid #E4002C;
    border-left: 40px solid transparent;
    right: 0;
    left: auto;
    background: 0 0;
    position: absolute;
    top: 0;
}

.button-primary-2:hover span::after {
    border-top: 40px solid #FCE0E6;
    transition: all 0.2s ease;
    animation-name: bounce;
    animation-timing-function: ease;
    animation-duration: 1s;

    transform-origin: bottom;
}

.button-primary-bis {
    background: #2F2483;
    color: #FFF;
    width: fit-content;
    padding: 8px 38px 11px 12px;
    margin: 10px 0 0 0;
    position: relative;
    height: 40px;
    display: block;
    cursor: pointer;
    overflow: hidden;
}

.switch {
    padding: 10px;
    border: 1px solid #FCE0E6;
    width: fit-content;
    margin: 0 0 20px 0;
}

.switch svg {
    margin: -3px 10px 0 10px;
    vertical-align: middle;
}

.switch a {
    color: #E4002C;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
}

.button-primary-bis .center {
    margin: 0 auto;
}

.button-primary-bis:hover {
    background: #E4002C;
    transition: all 0.2s ease;
}

.button-primary-bis.right {
    margin: 30px 0 50px auto;
}

.button-primary-bis span::after {
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    border-top: 40px solid #E4002C;
    border-left: 40px solid transparent;
    right: 0;
    left: auto;
    background: 0 0;
    position: absolute;
    top: 0;
}

.Error404 .button-primary-bis span::after {
    border-top: 40px solid #E4002C;
    border-left: 40px solid transparent;
}

.button-primary-bis:hover span::after {
    border-top: 40px solid #2F2483;
    transition: all 0.2s ease;
    animation-name: bounce;
    animation-timing-function: ease;
    animation-duration: 1s;

    transform-origin: bottom;
}

.button-primary-bis-2 {
    background: #FCE0E6;
    color: #2F2483;
    width: fit-content;
    padding: 7px 38px 11px 12px;
    position: relative;
    font-size: 16px;
    height: 40px;
    overflow: hidden;
}

.button-primary-bis-2:hover {
    background: #E4002C;
    color: #FCE0E6;
    transition: all 0.2s ease;
}

.button-primary-bis-2.mtp20 {
    margin-top: 0;
    display: block;
}

.button-primary-bis-2.absolute {
    position: absolute;
}

.button-primary-bis-2 span::after {
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    border-top: 40px solid #E4002C;
    border-left: 40px solid transparent;
    right: 0;
    left: auto;
    background: 0 0;
    position: absolute;
    top: 0;
}

.button-primary-bis-2:hover span::after {
    border-top: 40px solid #FCE0E6;
    transition: all 0.2s ease;
    animation-name: bounce;
    animation-timing-function: ease;
    animation-duration: 1s;

    transform-origin: bottom;
}

.Error404 .button-primary-bis {
    margin-top: 20px;
    font-size: 16px;
}


.Post .Embed {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}

@media (min-width: 1024px) {
    .Post .Embed {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 85.375em) {
    .Post .Embed {
        width: 59.875rem;
    }
}

@media (min-width: 1024px) {
    .Post .Title {
        margin-bottom: 0.625rem;
    }
}

@media (min-width: 1024px) {
    .Post .Pagination {
        display: none;
    }
}

.Post-position {
    text-transform: uppercase;
    color: #2F2483;
    font-size: 12px;
    margin-bottom: 10px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.Post-cols .intro {
    padding-left: 0 !important;
}

.Post-cols .Post-intro .intro {
    color: #140e0e;
    font-size: 1rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.6;
    padding-left: 1.875rem;
}

.Topics .button-primary-bis {
    margin: 30px auto 50px auto;
}

.Topics .Cards {
    border: 0;
    background-color: #E6E5F0;
    padding: 0 40px 0 40px;
}

.Topics .Cards .card {
    border-bottom: 1px solid #FFF;
    position: relative;
}

.Topics .Cards .card:hover h5 {
    color: #E4002C;
}

.Topics .Cards .card:last-child {
    border-bottom: 0;
}

.Topics .Cards .card h5 {
    margin: 30px 0 30px 0;
    font-size: 24px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    line-height: 29px;
    max-width: 90%;
    color: #000;
}

.Actu .globalLink:hover .Box-info-title {
    color: #662282;
}

.Actu .doc .globalLink:hover .Box-info-title {
    color: #E4002C;
}

.globalLink:hover .Box-info-title {
    color: #E4002C;
}

.globalLink:hover .button-primary-2 span::after {
    transition: all 0.2s ease;
    animation-name: bounce;
    animation-timing-function: ease;
    animation-duration: 1s;

    transform-origin: bottom;
}

.TopicsW .button-primary-bis {
    margin: 0 auto 0 auto;
}

.TopicsW {
    border: 0;
    background-color: #FCE0E6;
    padding: 40px;
}

.TopicsW .Cards {
    border: 0;
    background-color: #FCE0E6;
    padding: 0;
}


.TopicsW .Cards .card {
    border-bottom: 1px solid #FFF;
    position: relative;
}

.TopicsW .Cards .card:last-child {
    border-bottom: 0;
}

.TopicsW .Cards .card h5 {
    margin: 20px 0 20px 0;
    font-size: 16px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    line-height: 19px;
    max-width: 90%;
    color: #000;
}

.Topics .Cards .card .button-top-primary {
    top: 20px;
}

.TopicsW .Cards .card .button-top-primary {
    top: 30px;
}

.TopicsW .Cards .card:hover .button-top-primary {
    animation-name: bounce2;
    animation-timing-function: ease;
    animation-duration: 1s;

    transform-origin: bottom;
}

.TopicsW .card:hover .button-top-primary svg .color, .TopicsW .card .button-top-primary:hover svg .color {
    transition: all 0.2s ease;
    fill: #2F2483;
}

.TopicsW .button-top-primary svg .color, .TopicsW .button-top-primary svg .color {
    transition: all 0.2s ease;
    fill: #E4002C;
}

.Topics.Services .Cards {
    width: 100%;
    display: flex;
    padding: 0;
    background-color: #FFF;
    flex-wrap: wrap;
}

.Topics.Services .Cards .card h5 {
    font-size: 20px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    color: #2F2483;
    line-height: 22px;
}

.VideoTV {
    text-align: center !important;
    background-color: #F6F2F8 !important;
}

.VideoTV h2.Title-txt.red {
    color: #662282 !important;
}

.VideoTV .Tweet {
    height: 385px !important;
}


.VideoTV .Box-info-title {
    text-align: left !important;
}

.Topics.Services .Cards .Card-inner {
    margin: 20px 20px 0 20px;
    background-color: #E6E5F0;
    padding: 0 20px 0 20px;
    width: 29%;
}

.Topics.Services.Topic .Cards .Card-inner {
    margin: 20px 20px 0 20px;
    background-color: #E6E5F0;
    padding: 0 20px 0 20px;
    width: 50%;
}

.Topics.Services.Topic .Cards .card h5 {
    font-size: 36px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    color: #000;
    line-height: 39px;
}

.Wysiwyg {
    font-size: 16px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    line-height: 18px;
}

.Wysiwyg h3 {
    color: #2F2483;
    font-size: 22px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    line-height: 22px;
    margin: 60px 0 40px;
}

.Wysiwyg strong {
    font-weight: 600;
}

.Wysiwyg h4 {
    color: #E4002C;
    font-size: 24px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
    margin: 40px 0 20px 0;
}

.Wysiwyg .intro {
    color: #000;
    font-size: 24px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 29px;
}

.Wysiwyg-photo {
    margin: 20px 0 20px 0;
    overflow: hidden;
    max-height: 550px;
}

.Wysiwyg-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Wysiwyg p {
    color: #000000;
    font-size: 16px;
    line-height: 19px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
}

.Wysiwyg p span {

}

.Wysiwyg .citation {
    background-color: #E6E5F0;
    padding: 30px 30px 20px 30px;
    margin: 20px 0 30px 0;
}

.Wysiwyg-btn {
    text-align: center;
    margin: 2.5rem 0;
}

.BoxMember:hover {
    text-decoration: none !important;
    color: #2F2483 !important;
}

@media (min-width: 1024px) {
    .Wysiwyg-btn {
        text-align: left;
        margin: 5rem 0;
    }
}

.Overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    opacity: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    visibility: hidden;
    background: rgba(32, 32, 32, 0.9);
    transition: all .5s ease;
}

@media print {
    .Overlay {
        background: transparent;
        display: block;
        position: static;
        width: 64rem;
    }
}

.has-footerForm .Overlay {
    z-index: 400;
}

.Overlay[data-cat="1"] {
    background: rgba(0, 155, 213, 0.9);
}

.Overlay[data-cat="2"] {
    background: rgba(211, 41, 56, 0.9);
}

.Overlay[data-cat="3"] {
    background: rgba(157, 62, 236, 0.9);
}

.Overlay[data-cat="4"] {
    background: rgba(255, 198, 0, 0.9);
}

.Overlay[data-cat="5"] {
    background: rgba(149, 197, 46, 0.9);
}

.Overlay[data-cat="6"] {
    background: rgba(15, 192, 243, 0.9);
}

.Overlay[data-cat="7"] {
    background: rgba(237, 150, 56, 0.9);
}

.Overlay[data-cat="8"] {
    background: rgba(238, 63, 203, 0.9);
}

.Overlay[data-cat="9"] {
    background: rgba(68, 104, 237, 0.9);
}

.Overlay[data-cat="10"] {
    background: rgba(46, 197, 160, 0.9);
}

.Overlay[data-cat="11"] {
    background: rgba(234, 40, 91, 0.9);
}

.Overlay-close {
    position: absolute;
    top: -1.3125rem;
    right: -1.3125rem;
    z-index: 100;
}

@media print {
    .Overlay-close {
        display: none;
    }
}

.Overlay.is-active {
    opacity: 1;
    visibility: visible;
}

.Overlay-content {
    max-height: 100%;
    overflow: auto;
    width: 100%;
    position: relative;
    padding-top: 8.25rem;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
}

@media (min-width: 85.375em) {
    .Overlay-content {
        padding-top: 9.5rem;
    }
}

@media print {
    .Overlay-content {
        max-height: none;
        overflow: visible;
    }
}

.Overlay.is-loading .Overlay-content {
    visibility: hidden;
}

.Overlay-popin {
    padding-bottom: 2.5rem;
}

.Gallery {
    margin-bottom: 1.5625rem;
}

@media (min-width: 85.375em) {
    .Gallery {
        margin-bottom: 3.75rem;
    }
}

.Gallery-fullscreen {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    position: absolute;
    z-index: 80;
    right: 1.25rem;
    bottom: 1.25rem;
    padding: 0;
    border: 0;
    background-color: transparent;
    transition: all 0.2s ease;
}

@media (min-width: 1024px) {
    .Gallery-fullscreen {
        font-size: 2rem;
    }
}

.Gallery-fullscreen:hover {
    opacity: 0.8;
}

.Gallery-full {
    position: relative;
}

@media (max-width: 30em) {
    .Gallery-full {
        background-color: rgba(33, 33, 33, 0.2);
    }
}

.Gallery-full-slide {
    outline: 0;
    display: none;
}

.Gallery-thumbs {
    text-align: center;
    position: relative;
    margin-top: 0.625rem;
}

@media (min-width: 1024px) {
    .Gallery-thumbs {
        display: block;
    }
}

@media (min-width: 85.375em) {
    .Gallery-thumbs {
        margin-top: 1.25rem;
    }
}

.Gallery-thumbs-num {
    font-size: 16px;
    color: #000;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
}

.Gallery-thumbs-num span {
    color: #2F2483;
}

.Gallery-thumbs-slide {
    outline: 0;
    margin-right: 1.25rem;
    background-color: #000;
    position: relative;
    display: none;
}

.Gallery-thumbs-slide::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid #2F2483;
    opacity: 0;
    transition: all 0.2s ease;
}

.Gallery-thumbs-slide:hover::after, .Gallery-thumbs-slide.slick-current::after {
    opacity: 1;
}

@media (min-width: 85.375em) {
    .Gallery-thumbs-slide {
        margin-right: 1.5rem;
    }
}

.Form {
    margin: 0 auto;
}

.Form-inputs textarea,
.Form-inputs input[type="email"],
.Form-inputs input[type="number"],
.Form-inputs input[type="password"],
.Form-inputs input[type="search"],
.Form-inputs input[type="tel"],
.Form-inputs input[type="text"],
.Form-inputs input[type="url"],
.Form-inputs select {
    width: 100%;
    display: block;
    font-size: 16px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #2F2483;
    background-color: #E6E5F0;
    padding: 15px;
    border: 1px solid #2F2483;
    margin: 0 0 15px 0;
    border-radius: 0;
}

.Form-inputs input[type="text"]::placeholder,
.Form-inputs input[type="email"]::placeholder,
.Form-inputs input[type="number"]::placeholder,
.Form-inputs input[type="password"]::placeholder,
.Form-inputs input[type="search"] {
    color: #2F2483;
}

.Form-inputs textarea {
    height: 10.875rem;
    resize: none;
}

.Form-inputs .select2 .select2-selection__rendered {
    width: 100%;
    display: block;
    font-size: 16px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    color: #2F2483;
    padding: 11px 15px 10px 15px;
    border: 1px solid #2F2483;
}

.Form-inputs .select2 .select2-selection__rendered::after {
    content: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9.5' r='9' fill='white'/%3E%3Cpath d='M10 5.5L6 9.49999' stroke='%232F2483' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M10 13.5L6.00001 9.5' stroke='%232F2483' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    color: #2F2483;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -10px;
}

.Form-inputs .select2.select2-container--open .select2-selection__rendered::after {
    transform: rotate(-90deg);
    margin-top: -12px;
    right: 23px;
}

.Form-count {
    position: relative;
}

.Form-count::after {
    color: #2F2483;
    font-size: 0.9375rem;
    position: absolute;
    left: 1.875rem;
    top: 1.3125rem;
}

#recaptcha {
    margin: 10px 0 0 0;
}

.select2 {
    position: relative;
    margin: 0 0 15px 0;
    display: block;
    max-width: 100%;
}

.Form-count textarea {
    display: block;
    font-size: 16px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #2F2483;
    background-color: #E6E5F0;
    padding: 15px;
    border: 1px solid #2F2483;
    margin: 0 0 15px 0;
    border-radius: 0;
}

.Form-count textarea::placeholder {
    color: #2F2483;
}

.Form-count-chars {
    color: #2F2483;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 0.6875rem;
    position: absolute;
    right: 5px;
    bottom: 0;
    padding: 0.3125rem;
}

.Form-inputs-item {
    font-size: 16px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #2F2483;
}

.Form-inputs-item a {
    text-decoration: underline;
}

.Form-captcha {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    padding: 1.0625rem 1.25rem 1.0625rem 1.875rem;
}

.Form-captcha label {
    font-size: 0.6875rem;
    color: #7f7f7e;
    line-height: 1.4;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
}

.Form-submit {
    margin-top: 1.25rem;
}

.Form-btn {
    display: block;
    color: #fff;
    border: 0;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
    font-style: normal;
    text-align: center;
    background-color: #2F2483;
    width: 100%;
    padding: 10px 0 10px 0;
    margin: 0 0 30px 0;
    font-size: 16px;
}

.Form-btn:hover {
    background-color: #E4002C;
}

.Form .Title {
    margin-bottom: 0.9375rem;
}

.FormSearch {
    position: relative;
    background-color: #fff;
}

.FormSearch-input {
    margin: 0;
    height: 40px;
    color: #000;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    outline: none;
    background-repeat: no-repeat;
    background-position: top right;
    width: 100%;
    border: 1px solid #d0d0ce;
}


.Map {
    position: relative;
}

.Map-items {
    background-color: #E4002C;
    width: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

@media (min-width: 1024px) {
    .Map {
        display: -ms-flexbox;
        display: flex;
        height: calc(100vh - 8.625rem);
    }
}

.Map-items-inner {
    padding: 50px 0 40px 30px;
}

@media (min-width: 1024px) {
    .Map-canvas {
        display: block;
        -ms-flex: 1;
        flex: 1;
    }
}

.Map-info {
    background-color: #fff;
    border-radius: 0.3125rem;
    position: relative;
    box-shadow: 0 46px 46px rgba(0, 0, 0, 0.15);
}

.Map-info::after {
    top: 100%;
    left: 1.875rem;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 13px;
}

.Map-tip {
    padding: 0.9375rem 1.25rem;
}

.Map-tip-title {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #000;
    font-size: 1rem;
    margin-bottom: 0.9375rem;
    max-width: 12.5rem;
}

.Map-tip-btm {
    display: -ms-flexbox;
    display: flex;
    color: #a8a9a1;
    font-size: 0.75rem;
}

.Map-tip-tel {
    width: 50%;
}

.Map-tip-tel span {
    color: #000;
    font-size: 0.6875rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}

.Map-tip-contact {
    padding-left: 1.5625rem;
    position: relative;
}

.Map-tip-contact::before {
    color: #000;
    transition: all 0.2s ease;
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 1rem;
    transform: translateY(-50%);
}

.Map-tip-contact:hover::before {
    color: #2F2483;
}

@media (min-width: 1024px) {
    .Map .u-wrapper {
        width: auto;
    }
}

.downloads {
    margin-top: 20px;
}

.DL {
    background-color: #FCE0E6;
    display: flex;
    padding: 10px;
    margin: 0 0 20px 0;
}

.DL:hover {
    background-color: #E4002C;
}

.DL:hover h4 {
    color: #FFF;
}

.DL:hover .DL-btn svg path {
    fill: #FFF;
}

.DL:hover .DL-btn svg {
    animation-name: bounce2;
    animation-timing-function: ease;
    animation-duration: 1s;

    transform-origin: bottom;
}

.DL h4 {
    color: #2F2483;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    padding: 7px 0 0 20px;
    text-transform: unset;
}

.DL .DL-btn {
    text-align: right;
    margin: 0 0 0 auto;
    padding: 0 20px 0 0;
    display: block;
}

.backClass a {
    background-color: #E4002C;
    padding: 10px;
    color: #FFF;
    width: fit-content;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    position: fixed;
    left: 0;
    top: 200px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    z-index: 99;
}

.backClass:hover a img {
    animation-name: bounce4;
    animation-timing-function: ease;
    animation-duration: 1s;
    transform-origin: bottom;
}

.backClass img {
    vertical-align: sub;
    margin-right: 10px;
}

.backClassAdh a {
    background-color: #E4002C;
    padding: 10px;
    color: #FFF;
    width: fit-content;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    position: fixed;
    right: 0;
    top: 200px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    z-index: 99;
}

.backClassAdh:hover a img {
    animation-name: bounce4;
    animation-timing-function: ease;
    animation-duration: 1s;
    transform-origin: bottom;
}

.backClassAdh img {
    vertical-align: sub;
    margin-right: 10px;
}

.Layout .Wysiwyg .Title {
    margin-top: 2.5rem;
}

.Layout .Wysiwyg .Title:first-child {
    margin-top: 0;
}

@media (min-width: 1024px) {
    .Layout-content {
        -ms-flex: 1;
        flex: 1;
    }
}

.Layout-content .Title {
    margin-left: -0.625rem;
}

@media (min-width: 1024px) {
    .Layout-content .Title {
        margin-left: 0;
    }
}

.Layout-share {
    position: relative;
    z-index: 3;
    top: -20px;
}

.Team {
    margin: 0 -1.25rem;
    position: relative;
    z-index: 1;
    background-color: #f1f0ee;
    transition: all 0.2s ease;
}

.Team::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    transition: opacity .6s ease;
    box-shadow: 0 46px 46px rgba(0, 0, 0, 0.15);
}

@media (min-width: 1024px) {
    .Team {
        margin-left: 0;
        margin-right: 0;
    }
}

.Team.is-open {
    background-color: #fff;
    z-index: 2;
}

@media (min-width: 1024px) {
    .Team.is-open::after {
        opacity: 1;
    }
}

.Team + .Team {
    margin-top: 1.25rem;
}

@media (min-width: 1024px) {
    .Team + .Team {
        margin-top: 0.625rem;
    }
}

.Team-head {
    position: relative;
}

@media (min-width: 1024px) {
    .Team-head {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.Team-head::before {
    content: "";
    display: block;
    width: 0.3125rem;
    height: 5rem;
    background-color: #d0d0ce;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.2s ease;
}

.is-open .Team-head::before {
    background-color: #2F2483;
}

.Team-head .BtnCircle {
    position: absolute;
    right: 0.625rem;
    top: 1.25rem;
}

@media (min-width: 1024px) {
    .Team-head .BtnCircle {
        top: 7.5rem;
        left: 5.625rem;
        right: auto;
    }
}

@media (min-width: 85.375em) {
    .Team-head .BtnCircle {
        left: 8.4375rem;
    }
}

.Team-head .BtnCircle [class*="icon"] {
    transform: translate(-50%, -50%) rotate(180deg);
}

.no-touchevents .Team-head .BtnCircle:hover, .is-open .Team-head .BtnCircle {
    background-color: #2F2483;
    border-color: #2F2483;
}

.no-touchevents .Team-head .BtnCircle:hover [class*="icon"], .is-open .Team-head .BtnCircle [class*="icon"] {
    color: #fff;
    transform: translate(-50%, -50%) rotate(360deg);
}

.Post {
    padding: 0 0 0;
}

.News footer {
    margin-top: 40px;
}

.Program {
    background-color: #E6E5F0;
}

@media (min-width: 1024px) {
    .Program {
        margin: 0;
    }
}

.Program + .Program {
    margin-top: 0.125rem;
}

.Program-info {

}

.Program-info span {
    font-weight: 600;
}


.Program:nth-child(1) {
    margin: 30px 0 0 0;
}

.Program-head {
    cursor: pointer;
    padding: 0.9375rem 6.25rem 0.9375rem 1.25rem;
    position: relative;
    background-color: #2F2483;
    transition: all 0.2s ease;
}

.is-open .Program-head, .no-touchevents .Program-head:hover {
    background-color: #E6E5F0;
    color: #2F2483;
    border-bottom: 1px solid #FFF;
}

.Program-head .BtnCircle, .Program-head .BtnCircleOpen {
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background: transparent;
    border: 0;
}

.Program-more {
    display: none;
    padding: 10px 20px 10px 20px;
    color: #2F2483;
    font-size: 16px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
}

.Program-more ul {
    padding: 0 0 0 20px;
}


.Wysiwyg .Program-more p, .Wysiwyg .Program-more em, .Wysiwyg .Program-more li {
    color: #2F2483;
    font-size: 16px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
}

.Program-more h3 {
    color: #E4002C;
    font-size: 18px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 0 0 0;
}

.Banque .DL {
    background-color: #FFFFFF;
}

.Banque .Program-more h3 {
    color: #2F2483;
    font-size: 18px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    line-height: 28px;
    text-transform: none;
    margin: 0;
    padding: 0;
}

.Banque .select2 {
    position: relative;
    margin: 0 auto 15px auto;
    display: block;
    width: 150px !important;
    border: 1px solid #FCE0E6;
    padding: 10px 18px 9px 10px;
    background: #FFF;
}

.Banque .select2 .select2-selection__rendered {
    width: 100%;
    display: block;
    font-size: 16px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    color: #2F2483;
}

.Banque .yearList {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.Banque .select2 .select2-selection__rendered::after {
    content: url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9.5' cy='9' r='9' fill='%23FCE0E6'/%3E%3Cpath d='M10.5 5L6.5 8.99999' stroke='%23E4002C' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M10.5 13L6.50001 9' stroke='%23E4002C' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.Banque .select2 .select2-selection__rendered::after {
    color: #2F2483;
    font-size: 0.625rem;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
}

.Banque .select2.select2-container--open .select2-selection__rendered::after {
    margin-top: -10px;
    right: 8px;
    transform: rotate(-90deg);
}

.Banque .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #2F2483;
    font-size: 16px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    line-height: 19px;
}

.Banque .select2-dropdown {
    background-color: #FFF;
    border: 1px solid #FCE0E6;
    border-top: 0;
}

.newsroom .bg-filter-show {
    display: none;
    flex-direction: column;
    border-bottom: 1px solid #E4002C;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}

.trombinoscope .bg-filter-show {
    display: none;
    flex-direction: column;
    border-bottom: 1px solid #E4002C;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}

.newsroom .Card-inner {
    margin-top: 40px;
}

.newsroom .select2 {
    position: relative;
    margin: 20px 20px 15px 0;
    display: block;
    width: 220px !important;
    border: 1px solid #FCE0E6;
    padding: 10px 18px 9px 10px;
    background: #FFF;
}

.newsroom .Post-metas, .home .Post-metas, .search-page .Post-metas {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 14px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    line-height: 16px;
    color: #2F2483;
}

.newsroom .Post-metas, .home .Post-metas, .search-page .Post-metas {
    color: #662282;
}

.newsroom .select2 .select2-selection__rendered {
    width: 100%;
    display: block;
    font-size: 16px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    color: #2F2483;
}

.newsroom .Box, .home .CardsL .Box {
    position: relative;
}

.newsroom .yearList {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.newsroom .select2 .select2-selection__rendered::after {
    content: url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9.5' cy='9' r='9' fill='%23FCE0E6'/%3E%3Cpath d='M10.5 5L6.5 8.99999' stroke='%23E4002C' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M10.5 13L6.50001 9' stroke='%23E4002C' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.newsroom .select2 .select2-selection__rendered::after {
    color: #2F2483;
    font-size: 0.625rem;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
}

.newsroom .select2.select2-container--open .select2-selection__rendered::after {
    margin-top: -10px;
    right: 8px;
    transform: rotate(-90deg);
}

.newsroom .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #662282;
    font-size: 16px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    line-height: 19px;
}

.newsroom .select2-dropdown {
    background-color: #FFF;
    border: 1px solid #FCE0E6;
    border-top: 0;
}

.newsroom .select2-results__option {
    color: #662282;
}

.trombinoscope .select2 {
    position: relative;
    margin: 20px 20px 15px 20px;
    display: block;
    width: 220px !important;
    border: 1px solid #FCE0E6;
    padding: 10px 18px 9px 10px;
    background: #FFF;
}

.trombinoscope .select2 .select2-selection__rendered {
    width: 100%;
    display: block;
    font-size: 16px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    color: #2F2483;
}

.trombinoscope .Box, .home .Actu .Box {
    position: relative;
}

.trombinoscope .select2 .select2-selection__rendered::after {
    content: url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9.5' cy='9' r='9' fill='%23FCE0E6'/%3E%3Cpath d='M10.5 5L6.5 8.99999' stroke='%23E4002C' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M10.5 13L6.50001 9' stroke='%23E4002C' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.trombinoscope .select2 .select2-selection__rendered::after {
    color: #2F2483;
    font-size: 0.625rem;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
}

.trombinoscope .select2.select2-container--open .select2-selection__rendered::after {
    margin-top: -10px;
    right: 8px;
    transform: rotate(-90deg);
}

.trombinoscope .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #662282;
    font-size: 16px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    line-height: 19px;
}

.trombinoscope .select2-dropdown {
    background-color: #FFF;
    border: 1px solid #FCE0E6;
    border-top: 0;
}

.trombinoscope .select2-results__option {
    color: #662282;
}

.search-page .select2 {
    position: relative;
    margin: 20px 20px 15px 0;
    display: block;
    width: 220px !important;
    border: 1px solid #FCE0E6;
    padding: 10px 18px 9px 10px;
    background: #FFF;
}


.search-page .select2 .select2-selection__rendered {
    width: 100%;
    display: block;
    font-size: 16px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    color: #2F2483;
}

.search-page .Box, .home .CardsL .Box {
    position: relative;
}

.search-page .yearList {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.search-page .select2 .select2-selection__rendered::after {
    content: url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9.5' cy='9' r='9' fill='%23FCE0E6'/%3E%3Cpath d='M10.5 5L6.5 8.99999' stroke='%23E4002C' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M10.5 13L6.50001 9' stroke='%23E4002C' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.search-page .select2 .select2-selection__rendered::after {
    color: #2F2483;
    font-size: 0.625rem;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
}

.search-page .select2.select2-container--open .select2-selection__rendered::after {
    margin-top: -10px;
    right: 8px;
    transform: rotate(-90deg);
}

.search-page .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #2F2483;
    font-size: 16px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    line-height: 19px;
}

.search-page .select2-dropdown {
    background-color: #FFF;
    border: 1px solid #FCE0E6;
    border-top: 0;
}

.search-page .select2-results__option {
    color: #2F2483;
}

.search-page .filters {
    color: #2F2483;
}

.search-page .results {
    padding: 30px 0 0 0;
    font-size: 16px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    margin: 0 20px 0 0;
}

.newsroom .categories .cat a {
    color: #662282;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    width: fit-content;
    padding: 5px 6px 5px 6px;
    border: 1px solid #E4002C;
}

.Program-date {
    color: #5dc7ee;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 0.625rem;
}

.Wysiwyg h2.Program-title {
    margin: 0;
    font-size: 24px;
    color: #fff;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    line-height: 28px;
    font-style: normal;
}

.Wysiwyg .is-open h2.Program-title {
    color: #2F2483;
}

.Banque .CardsL .year {
    font-size: 64px;
    color: #2F2483;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    line-height: 64px;
    margin: 50px 0 30px 0;
}

.Banque .CardsL .year:first-child {
    margin: 10px 0 30px 0;
}

.Banque .ThemesL {
    position: relative;
    width: 40%;
    padding: 0 0 60px 0;
}

.Banque .ThemesL ul li {
    list-style: none;
    padding: 0;
    margin: 10px 0 10px 0;
}

.Banque .ThemesL ul li a {
    font-size: 36px;
    font-weight: 600;
    color: #2F2483;
}

.Banque .ThemesL ul li.is-active a {
    font-weight: 700;
}

.Banque .ThemesL h4 {
    font-size: 40px;
    color: #E4002C;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    line-height: 42px;
}

.Banque .ThemesL ul li:last-child img {
    display: none;
}

.Banque .ThemesL .inside {
    margin: 40px auto 0 auto;
    position: relative;
    z-index: 99;
    width: 70%;
}

.Program .DL {
    margin-top: 20px;
    height: 100% !important;
}

.Program-list li + li {
    margin-top: 0.125rem;
}

.Program-list a {
    display: block;
    padding: 1.25rem;
    background-color: #f1f0ee;
    position: relative;
    z-index: 1;
}

.Program-list a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    transition: opacity .6s ease;
    box-shadow: 0 46px 46px rgba(0, 0, 0, 0.15);
}

.no-touchevents .Program-list a:hover {
    background-color: #fff;
    z-index: 2;
}

.no-touchevents .Program-list a:hover::before {
    opacity: 1;
}

.Accordion {
    background-color: #f1f0ee;
    transition: all 0.2s ease;
    margin: 1.25rem -1.25rem 0;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #fff;
}

.Accordion::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    transition: opacity .6s ease;
    box-shadow: 0 46px 46px rgba(0, 0, 0, 0.15);
}

.Accordion::before {
    content: "";
    display: block;
    width: 5rem;
    height: 0.3125rem;
    position: absolute;
    left: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.2s ease;
    background-color: #2F2483;
}

@media (min-width: 1024px) {
    .Accordion {
        margin-left: 0;
        margin-right: 0;
        border: 0;
    }
}

.Accordion.is-open {
    background-color: #fff;
    border-color: #f1f0ee;
    z-index: 2;
}

@media (min-width: 1024px) {
    .Accordion.is-open {
        border-color: transparent;
    }

    .Accordion.is-open::after {
        opacity: 1;
    }
}

.Accordion.is-open::before {
    transform: none;
}

.Accordion + .Accordion {
    margin-top: 0;
}

@media (min-width: 1024px) {
    .Accordion + .Accordion {
        margin-top: 0.125rem;
    }
}

.BtnCircle {
    display: block;
}

.BtnCircleOpen {
    display: none;
}

.is-open .BtnCircle {
    display: none;
}

.is-open .BtnCircleOpen {
    display: block;
}

.Accordion-title {
    margin: 0;
    font-size: 24px;
    color: #fff;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    line-height: 28px;
    font-style: normal;
}

@media (min-width: 1024px) {
    .Accordion-title {
        font-weight: bold;
        font-size: 1rem;
    }
}

.Accordion-content {
    padding: 1.25rem;
    display: none;
}

.Accordion-content p {
    line-height: 2;
    margin-bottom: 1.875rem;
}

@media (min-width: 1024px) {
    .Accordion-content p {
        line-height: 3;
        margin-bottom: 3.125rem;
    }
}

.Badge {
    color: #fff;
    font-size: 0.875rem;
    padding: 0.3125rem 1.25rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    display: inline-block;
    background-color: #E4002C;
}

.Directory {
    margin-top: 2.5rem;
}

.DirIntro-title {
    font-size: 1.875rem;
    color: #2F2483;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    margin-bottom: 1.875rem;
}

@media (min-width: 1024px) {
    .DirIntro-title {
        display: none;
    }
}

.DirIntro-logo {
    margin-bottom: 1.875rem;
}

.DirIntro-meta {
    color: #2F2483;
    margin-bottom: 2.5rem;
}

.DirIntro p {
    line-height: 2;
}

.DirToggle {
    margin-top: 1.875rem;
}

.DirToggle-head {
    color: #140e0e;
    font-size: 1.125rem;
    font-weight: 600;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    position: relative;
    padding: 0.625rem 5rem 0.625rem 0;
    text-transform: uppercase;
    margin: 2.5rem 0 1.25rem;
    transition: all 0.2s ease;
}

.is-open .DirToggle-head {
    color: #2F2483;
}

@media (min-width: 1024px) {
    .DirToggle-head {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
}

.DirToggle-head .BtnCircle {
    position: absolute;
    top: 50%;
    right: 1.25rem;
    transform: translateY(-50%);
}

@media (min-width: 1024px) {
    .DirToggle-head .BtnCircle {
        margin-left: 0.9375rem;
        transform: none;
        position: relative;
        right: auto;
        top: auto;
    }
}

.DirToggle-head .BtnCircle [class*="icon"] {
    transform: translate(-50%, -50%) rotate(180deg);
}

.is-open .DirToggle-head .BtnCircle {
    background-color: #2F2483;
    border-color: #2F2483;
}

.is-open .DirToggle-head .BtnCircle [class*="icon"] {
    color: #fff;
    transform: translate(-50%, -50%) rotate(360deg);
}

.DirToggle-title {
    color: #2F2483;
    font-size: 1rem;
    font-weight: 600;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    margin: 1.5625rem 0 0.9375rem;
}

.DirToggle-title:first-child {
    margin-top: 0;
}

.DirToggle-title::before {
    content: "• ";
}

.DirToggle-content {
    display: none;
}

.DirToggle .Grid--contact {
    margin: 0;
}

.DirToggle .Grid--contact .Grid-inner {
    padding: 0;
}

@media (min-width: 1024px) {
    .DirToggle .Grid--contact .Grid-item {
        width: 33.3333%;
    }
}

.DirToggle .Grid--contact .Grid-item:first-child {
    margin-left: 0;
}

.DirMembers {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-weight: 600;
}

.DirMembers + .DirMembers {
    margin-top: 0.3125rem;
}

@media (min-width: 1024px) {
    .DirMembers + .DirMembers {
        margin-top: 0.9375rem;
    }
}

.DirMembers-title {
    margin-bottom: 0.3125rem;
    color: #140e0e;
    font-size: 1rem;
}

.DirMembers-list li + li {
    margin-top: 0.3125rem;
}

.DirMembers-list em {
    display: block;
    font-weight: normal;
}

@media (min-width: 1024px) {
    .DirMembers-list em {
        display: inline;
    }

    .DirMembers-list em::before {
        content: "/ ";
    }
}

.DirAside-cat-title {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-weight: 600;
    font-size: 0.75rem;
    color: #fff;
    height: 3.4375rem;
    line-height: 1.2;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    margin: 0;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 3.125rem 0 1.25rem;
    text-transform: uppercase;
    background-color: #2F2483;
    transition: all 0.2s ease;
}

.is-open .DirAside-cat-title, .DirAside-cat-title:hover {
    background-color: #E4002C;
}

.DirAside-cat-title::before {
    content: "";
    display: block;
    width: 1.875rem;
    height: 1.875rem;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    right: 0.625rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s ease;
}

.is-open .DirAside-cat-title::before {
    background-color: #2F2483;
}

.DirAside-cat-title::after {
    position: absolute;
    right: 1.25rem;
    color: #2F2483;
    font-size: 0.625rem;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    transition: all 0.2s ease;
}

.is-open .DirAside-cat-title::after {
    color: #fff;
    transform: translateY(-50%);
}

.DirAside-content {
    display: none;
}

.DirAside-content.is-show {
    display: block;
}

.DirAside-inner {
    display: -ms-flexbox;
    display: flex;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.DirAside-wrap {
    -ms-flex: 1;
    flex: 1;
    max-height: 51.5625rem;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.DirAside-list li + li {
    border-top: 1px solid #ebebeb;
}

.DirAside-list li.is-active a, .DirAside-list li a:hover {
    color: #2F2483;
}

.DirAside-list a {
    display: block;
    line-height: 1.2;
    padding: 1.25rem;
    font-size: 0.75rem;
    font-weight: 600;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.DirAside-anchors {
    width: 3.125rem;
    padding: 1.25rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    border-left: 1px solid #ebebeb;
}

.DirAside-anchors li {
    -ms-flex: 1;
    flex: 1;
}

.DirAside-anchors a {
    display: block;
    text-align: center;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 0.9375rem;
    color: #140e0e;
    text-align: center;
}

.DirAside-anchors a:hover {
    color: #2F2483;
}

.DirAside--full {
    margin: 0 -1.25rem;
}

.DirAside--full .DirAside-inner {
    border-left: 0;
}

@media (min-width: 1024px) {
    .DirAside--full .DirAside-cat-title {
        height: 5.75rem;
        padding: 0 6.25rem 0 1.875rem;
        font-size: 1rem;
        font-weight: bold;
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 600;
        font-style: normal;
    }

    .DirAside--full .DirAside-cat-title::before {
        width: 2.625rem;
        height: 2.625rem;
        right: 1.875rem;
    }

    .DirAside--full .DirAside-cat-title::after {
        right: 2.875rem;
    }

    .DirAside--full .DirAside-list li + li {
        border-top: 2px solid #fff;
    }

    .DirAside--full .DirAside-list a {
        color: #686868;
        font-size: 1rem;
        font-weight: normal;
        background-color: #f1f0ee;
        position: relative;
        z-index: 1;
    }

    .DirAside--full .DirAside-list a::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        z-index: -1;
        pointer-events: none;
        transition: opacity .6s ease;
        box-shadow: 0 46px 46px rgba(0, 0, 0, 0.15);
    }

    .DirAside--full .DirAside-list a:hover {
        color: #2F2483;
        z-index: 2;
        background-color: #fff;
    }

    .DirAside--full .DirAside-list a:hover::after {
        opacity: 1;
    }
}

.is-404 main {
    background-color: #E6E5F0;
}

.Login main {
    background-color: #E6E5F0;
}

.Login p.valid {
    color: #E4002C;
    margin: 0 0 15px 0;
}

.Login .w100 {
    width: 100%;
    margin: 20px auto 50px 0;
}

.Login .w100 p {
    color: #2F2483;
    font-weight: 400;
    font-family: "Barlow", sans-serif;
    font-size: 24px;
    line-height: 29px;
    margin: 0;
}

.Login p.error {
    margin: 0 0 15px 0;
    color: #E4002C;
}

.Error404 {
    text-align: left;
    width: 100%;
    height: 100%;
    min-height: 600px;
}

.Error404-sub {
    display: none;
}

.Error404-title {
    color: #2F2483;
    font-family: "Barlow", sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 55px;
    text-align: left;
    padding: 80px 0 0 0;
    margin: 0;
}


.Error404 p {
    font-family: "Barlow", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color: #2F2483;
}

@media (min-width: 1024px) {
    .Error404 {
        width: 1024px;
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 85.375em) {
    .Error404 {
        width: 1078px;
    }
}


.Error404 {
    max-width: 100%;
}


.Error404-btn .Btn {
    width: fit-content;
    padding: 8px 58px 11px 12px;
}

@media (min-width: 1024px) {
    .ListPush {
        display: -ms-flexbox;
        display: flex;
    }
}

.ListPush-item {
    position: relative;
    background-size: cover;
    color: #fff;
    font-size: 0.75rem;
    line-height: 2;
}

@media (min-width: 1024px) {
    .ListPush-item {
        -ms-flex: 1;
        flex: 1;
    }
}

@media (min-width: 85.375em) {
    .ListPush-item {
        font-size: 0.875rem;
    }
}

.ListPush-item + .ListPush-item {
    margin-top: 0.125rem;
}

@media (min-width: 1024px) {
    .ListPush-item + .ListPush-item {
        margin-top: 0;
        margin-left: 0.125rem;
    }
}

.ListPush p {
    max-width: 12.5rem;
    margin: 0 auto;
}

.List .BoxContact {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    height: 16rem;
}

.List .BoxContact .BoxContact-title {
    color: #a8a9a1;
    position: absolute;
    bottom: 0.1rem;
    left: 0;
    margin: 0;
    font-weight: normal;
    width: 100%;
    text-align: center;
}

.logo-menu {
    height: 36px;
}

.adherer {
    background: #FCE0E6;
    color: #E4002C;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    padding: 20px 0 20px 0;
    font-size: 36px;
    text-align: center;
}

.mouvement li:first-child {
    max-width: 142px;
}

.page .nrcontent .Header-content, .page .nrcontent .Footer, .page .nrcontent .backClass {
    display: none;
}

h3.partner {
    font-size: 30px;
    color: #E4002C;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    z-index: 80;
    line-height: 30px;
    margin: 25px 0 0 0;
}

.page .nrcontent main {
    padding-top: 68px;
}

.displayCenter img {
    margin: 0 auto;
    display: block;
}

.weglot-container {
    display: none !important;
}

@media (min-width: 85.375em) {
    .ListPush p {
        max-width: 13.75rem;
    }
}

.Btn--theme {
    width: fit-content;
    padding: 16px 54px 11px 12px;
    font-size: 20px;
    line-height: 20px;
    height: 53px;
}

.ListPush .BtnCircle {
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    background-color: #2F2483;
    border-color: #2F2483;
}

@media (min-width: 1024px) {
    .ListPush .BtnCircle {
        bottom: 2.5rem;
    }
}

@media (min-width: 85.375em) {
    .ListPush .BtnCircle {
        bottom: 3.75rem;
    }
}

.ListPush .BtnCircle:hover {
    background-color: #2F2483;
    border-color: #2F2483;
}

.ListPush-link {
    display: block;
    position: relative;
    min-height: 12.5rem;
    padding: 1.875rem 1.25rem 5rem;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.65);
}

@media (min-width: 1024px) {
    .ListPush-link {
        min-height: 21rem;
        padding: 3.125rem 2.5rem 6.25rem;
    }
}

@media (min-width: 85.375em) {
    .ListPush-link {
        min-height: 32.5rem;
    }
}

.ListPush-link:hover .BtnCircle {
    background-color: #fff;
    border-color: #fff;
}

.ListPush-link:hover .BtnCircle i {
    color: #2F2483;
    transform: translate(-50%, -50%) rotate(360deg);
}

.ListPush-title {
    font-size: 1.125rem;
    color: #E4002C;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
}

@media (min-width: 85.375em) {
    .ListPush-title {
        font-size: 1.375rem;
    }
}

.ListPush-title br {
    display: none;
}

@media (min-width: 1024px) {
    .ListPush-title br {
        display: block;
    }
}

@media (min-width: 85.375em) {
    .ListPush-title br {
        display: none;
    }
}

.Pushs {
    padding: 3.125rem 0;
}

@media (min-width: 1024px) {
    .Pushs {
        padding: 5rem 0;
    }
}

.Pushs-wrapper {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

@media (min-width: 1024px) {
    .Pushs-wrapper {
        overflow: visible;
    }
}

.Pushs-item {
    display: table-cell;
}

@media (min-width: 1024px) {
    .Pushs-item {
        display: block;
        -ms-flex: 1;
        flex: 1;
        padding: 0 0.3125rem;
    }
}

.Pushs-item + .Pushs-item {
    border-left: 2px solid transparent;
}

@media (min-width: 1024px) {
    .Pushs-item + .Pushs-item {
        border: 0;
    }
}

.Pushs-list {
    display: table;
}

@media (min-width: 1024px) {
    .Pushs-list {
        display: -ms-flexbox;
        display: flex;
        margin: 0 -0.3125rem;
    }
}

.Pushs-link {
    display: block;
    width: 14.75rem;
    height: 26rem;
    position: relative;
    background-size: cover;
}

@media (min-width: 1024px) {
    .Pushs-link {
        width: 100%;
        height: 24.125rem;
    }
}

@media (min-width: 85.375em) {
    .Pushs-link {
        height: 32.25rem;
    }
}

.Pushs-link:hover .BtnCircle {
    background-color: #2F2483;
    border-color: #2F2483;
}

.Pushs-link:hover .BtnCircle i {
    color: #fff;
    transform: translate(-50%, -50%) rotate(360deg);
}

.Banque .CardsL {
    border: none;
    padding: 0;
}

.Pushs-title {
    bottom: 8.75rem;
    position: absolute;
    left: 0;
    right: 0;
    line-height: 1.1;
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 1.25rem;
    height: 6.25rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    margin: 0;
    font-size: 1.875rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
}

@media (min-width: 1024px) {
    .Pushs-title {
        bottom: 6.25rem;
    }
}

@media (min-width: 85.375em) {
    .Pushs-title {
        bottom: 8.125rem;
    }
}

.Pushs .BtnCircle {
    position: absolute;
    bottom: 4.375rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-color: #fff;
}

@media (min-width: 1024px) {
    .Pushs .BtnCircle {
        bottom: 2.8125rem;
    }
}

@media (min-width: 1024px) {
    .Pushs .BtnCircle {
        bottom: 3.75rem;
    }
}

.Pushs .BtnCircle i {
    color: #2F2483;
}

@media (min-width: 1024px) {
    .Pushs .BtnCircle {
        bottom: 2.5rem;
    }
}

@media (min-width: 85.375em) {
    .Pushs .BtnCircle {
        bottom: 3.75rem;
    }
}

.Pushs .BtnCircle:hover {
    background-color: #fff;
    border-color: #fff;
}

.Notice {
    color: #fff;
    background-color: #2F2483;
    position: fixed;
    z-index: 400;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 0.75rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.Notice-content {
    padding: 0.9375rem 1.875rem;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 1024px) {
    .Notice-content {
        height: 5rem;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width: 1024px) {
    .Notice-desc {
        max-width: 37.5rem;
        text-align: right;
        font-size: 0.6875rem;
    }
}

.Notice-btn {
    width: 2.5rem;
    height: 2.5rem;
    border: 0;
    background-color: #fff;
    border-radius: 50%;
    color: #2F2483;
    font-size: 0.8125rem;
    font-weight: 600;
    margin: 0.9375rem 0 0.625rem;
    border: 1px solid #fff;
    transition: all 0.2s ease;
}

@media (min-width: 1024px) {
    .Notice-btn {
        margin: 0 1.875rem;
    }
}

.Notice-btn:hover {
    background-color: transparent;
    color: #fff !important;
}

.Notice-more {
    text-decoration: underline;
}

@media (min-width: 1024px) {
    .Notice-more {
        font-size: 0.8125rem;
    }
}

.Notice-more:hover {
    text-decoration: none;
}

.popin {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 90px;
    z-index: 900;
    width: 275px;
    background: #f1f0ee;
    padding: 20px;
}

.popin .Title--raw span {
    padding: 0 0 5px 0;
}

.popin .Title-txt {
    font-size: 1.5625rem;
}

.popin p {
    color: #a8a9a1;
    font-weight: 600;
}

.popin .popin-close {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 42px;
    background: #fff;
    border: 1px solid #d2d2d0;
    position: absolute;
    right: -21px;
    top: -21px;
    font-size: 0.5rem;
    color: #2F2483;
}

.popin-overlay {
    display: none;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 800;
}

.TabletReturn {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    z-index: 9999;
    width: 100%;
    background-color: #2F2483;
}

.TabletReturn .rotate {
    width: 200px;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .TabletReturn {
        background: #E6E5F0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .TabletReturn p {
        text-align: center;
        color: #2F2483;
        margin: 0 auto;
        font-size: 24px;
    }

    .TabletReturn p strong {
        color: #2F2483;
    }
}

.MultiFilters {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
}

.MultiFilters-col:not(.MultiFilters-col--title) {
    display: none;
}

@media (min-width: 1024px) {
    .MultiFilters-col:not(.MultiFilters-col--title) {
        display: block;
        min-width: 180px;
        margin: 0 0 0 20px;
    }
}

@media (min-width: 85.375em) {
    .MultiFilters-col:not(.MultiFilters-col--title) {
        min-width: 240px;
    }
}

.MultiFilters-col--title {
    margin-right: 20px;
}

.SvgMap {
    background: #e4e3e1;
    height: 100%;
    width: 100%;
    min-width: 200px;
    min-height: 200px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.SvgMap-inner {
    width: 90%;
    height: 90%;
    overflow: visible !important;
}

.blueBg {
    margin-top: 20px;
}

.SvgMap .amcharts-main-div, .SvgMap .amcharts-chart-div {
    overflow: visible !important;
}

.SvgMap .amcharts-chart-div svg + a {
    display: none !important;
}

.SvgMap-dot {
    position: absolute;
    width: 28px;
    height: 28px;
    line-height: 26px;
    margin-top: -10px;
    margin-left: -10px;
    text-align: center;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    background: white;
    border-radius: 100%;
    font-size: 12px;
    color: #009bd5;
    box-shadow: 3px 0 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.SvgMap-dot i:before {
    content: "";
    font-size: 12px;
}

.SvgMap-dot span {
    position: absolute;
    right: 100%;
    top: 0;
    margin-right: 7px;
    display: block;
    white-space: nowrap;
}

.SvgMap-switch {
    position: absolute;
    bottom: 0;
    right: 20px;
    padding: 20px 20px 10px;
    font-size: 12px;
}

.SvgMap #corse {
    margin: -30px 0 0 0px;
}

.SvgMap #normandie {
    margin: -5px 0 0 0px;
}

.SvgMap #bretagne {
    margin: -15px 0 0 -50px;
}

.SvgMap #alsace-champagne-ardenne-lorraine {
    margin: -20px 30px 0 -90px;
}

.SvgMap #bourgogne-franche-comte {
    margin: -10px 0 0 -60px;
}

.SvgMap #provence-alpes-cote-dazur {
    margin: -30px 0 0 0;
}

.SvgMap #aquitaine-limousin-poitou-charentes {
    margin: -40px 0 0 25px;
}

.SvgMap #centre-val-de-loire {
    margin: 0px 0 0 -20px;
}

.SvgMap #hauts-de-france {
    margin: 10px 0 0 -20px;
}

.SvgMap #languedoc-roussillon-midi-pyrenees {
    margin: -20px 0 0 10px;
}

.SvgMap #pays-de-la-loire {
    margin: -25px 0 0 0;
}

.SvgMap #auvergne-rhone-alpes {
    margin: 0 0 0 -20px;
}

.SvgMap #dom-tom {
    margin: -55px 0 0 -70px;
}

@media (min-width: 85.375em) {
    .SvgMap #ile-de-france {
        margin-top: -5px;
    }

    .SvgMap #alsace-champagne-ardenne-lorraine {
        margin: -20px 30px 0 -90px;
    }

    .SvgMap #bourgogne-franche-comte {
        margin: -10px 0 0 -60px;
    }

    .SvgMap #provence-alpes-cote-dazur {
        margin: -39px 0 0 10px;
    }

    .SvgMap #centre-val-de-loire {
        margin: 0px 0 0 -20px;
    }

    .SvgMap #hauts-de-france {
        margin: 30px 0 0 -20px;
    }

    .SvgMap #languedoc-roussillon-midi-pyrenees {
        margin: -20px 0 0 10px;
    }

    .SvgMap #pays-de-la-loire {
        margin: -25px 0 0 0;
    }

    .SvgMap #auvergne-rhone-alpes {
        margin: 0 0 0 -20px;
    }

    .SvgMap #dom-tom {
        margin: -57px 0 0 -100px;
    }
}

.wg-progress {
    display: none !important;
}

.Grid--social {
    position: relative;
}

.socialLight {
    display: flex;
    flex-direction: column;
}

.socialLight .social-link {
    position: relative;
    right: unset;
    top: unset;
    margin: 20px auto 60px auto;
}

.socialLight .Title {
    margin-bottom: 10px;
    margin-top: 60px;
    line-height: 1;
    position: relative;
}

.socialLight .social-link a img {
    width: 60px;
}

.external-link:hover svg {
    animation-name: bounce3;
    animation-timing-function: ease;
    animation-duration: 1s;

    transform-origin: bottom;
}

.socialLight h2.Title-txt.red {
    text-align: center;
}

.u-wrapper.bottom {
    margin-bottom: 60px;
}

@media (min-width: 1024px) {
    .IntroductionInside .u-wrapper, .Introduction .u-wrapper, .overlay-news .u-wrapper {
        width: 950px;
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 85.375em) {
    .IntroductionInside .u-wrapper, .Introduction .u-wrapper, .overlay-news .u-wrapper {
        width: 1278px;
    }
}

@media (min-width: 1024px) {
    .u-wrapper {
        width: 1024px;
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 85.375em) {
    .u-wrapper {
        width: 1078px;
    }
}


.u-wrapper {
    max-width: 100%;
}

.u-desktopOnly {
    display: none;
}

@media (min-width: 1024px) {
    .u-desktopOnly {
        display: block;
    }
}

.u-smallOnly {
    display: block;
}

@media (min-width: 1024px) {
    .u-smallOnly {
        display: none;
    }
}

hr {
    background-color: #2F2483;
    height: 1px;
    border: 0;
}

hr.grey {
    background-color: #ebebeb;
}

.whoRWeDowloads {
    margin-top: 1.25rem;
}

.Wysiwyg a:not(.Btn):not(.globalLink), .Layout a:not(.Btn), .Layout a:not(.btn), .Wysiwyg a:not(.Btn) strong {
    color: #E4002C;
    font-size: 16px;
    height: 40px;
    text-decoration: none;
    font-weight: 400;
}

.Wysiwyg a:not(.Btn):not(.globalLink):hover {
    text-decoration: underline;
}

.LaRef .Layout a {
    height: fit-content;
}

.search-page .FormSearch-input {
    font-family: "Barlow Condensed", sans-serif;
    font-style: normal;
    outline: none;
    width: 100%;
    border: none;
    background-color: #E6E5F0;
    color: #2F2483;
    height: 2.275rem;
    border: 0;
    font-size: 18px;
    padding: 0 0 0 10px;
    margin: 0 0 30px 0;
}

.search-page .FormSearch .input-btn-primary {
    border: 0;
    background-color: #E6E5F0;
    color: #2F2483;
    height: 37px;
}

.search-page .FormSearch-input::placeholder {
    color: #FFF;
}

.search-page .IntroductionInside h3 {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    line-height: 29px;
    color: #FFF;
    margin: 25px 0 25px 0;
}

.search-page .FormSearch {
    position: relative;
    display: flex;
}

.Wysiwyg a:not(.Btn) strong {
    color: #E4002C;
    font-size: 16px;
    text-decoration: none;
    font-weight: 400;
}

.backToTopContainer {
    display: none;
    margin: 0;
    width: auto;
    position: fixed;
    bottom: 4em;
    right: 4em;
    z-index: 99999999999;
}

.Box--push {
    height: 34rem;
    position: relative;
    display: block;
}

.social-link {
    position: absolute;
    right: 0;
    top: 8px;
}

.social-link a {
    margin: 0 0 20px 15px;
}

.social-link a img {
    width: 30px;
}

@media (min-width: 430px) and (max-width: 1024px) {
    .Post .Post-cover:not(.Post-cover--gallery) {
        height: 450px;
    }
}

@media (min-width: 1024px) and (max-width: 1365px) {
    .Introduction h1 {
        padding-top: 100px;
        font-size: 56px;
        line-height: 57px;
        margin-bottom: 10px;
    }

    .Introduction h2 {
        font-size: 40px;
        line-height: 42px;
    }

    .Discover h4 {
        font-size: 45px;
        line-height: 45px;
    }

    .home .Introduction .fdr {
        flex-direction: column;
    }

    .home .Introduction .fdr img {
        display: none;
    }

    .home .Introduction .button-primary-bis-2 {
        position: relative;
        margin: 35px auto 0 auto;
    }
}

@media (min-width: 430px) and (max-width: 1024px) {
    .isMapMedef footer {
        height: 593px;
    }

    .Map .InfoBoxs {
        height: 600px;
    }
}

p.no-result {
    color: #2F2483;
    text-align: center;
    margin: 50px 0 0 0;
    font-size: 16px;
    line-height: 19px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
}

.fdr {
    flex-direction: row;
    display: flex;
}

.home .fdr h1 {
    font-size: 45px;
    line-height: 45px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    padding: 0 0 0 30px;
    text-shadow: 2px 2px 4px #000000;
}

.socialLight .social-link a.instagram img {
    width: 60px;
    height: 60px;
    border: 1px solid #E4002C;
    padding: 7px;
}

.DiscoverMedef .u-wrapper p a strong, .DiscoverMedef .u-wrapper p strong a  {
    text-decoration: underline;
}

.home .hasImage .fdr h1 {
    max-width: 590px;
}

@media (min-width: 1365px) {
    .home .hasImage .fdr h1 {
        max-width: 890px;
    }
}

.home .Introduction .fdr {
    position: relative;
    padding-top: 60px;
}

.home .Introduction .fdr img {
    margin-top: 30px;
}

.home .Introduction .fdr h3 {
    line-height: 30px;
    font-size: 32px;
    color: #FB7A76;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    padding: 30px 0 0 30px;
    margin: 0;
    @media (min-width: 1365px) {
        padding: 0 0 0 30px;
    }
}

.home .Introduction .fdr .button-primary-bis-2 {
    margin: 10px 0 0 30px;
    display: block;
}

.home .Introduction .fdr .button-primary-bis-2 span::after {
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    border-top: 38px solid #E4002C;
    border-left: 38px solid transparent;
    right: 0;
    left: auto;
    background: 0 0;
    position: absolute;
    top: 0;
}


.home .Introduction .fdr .button-primary-bis-2:hover span::after {
    border-top: 40px solid #FCE0E6;
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-50px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes bounce2 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes bounce3 {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(8px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes bounce4 {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-8px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes bounce6 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-60px);
    }
    100% {
        transform: translateY(0);
    }
}

.Introduction.hasImage {

}

.introduction.italic {
    font-style: italic;
}


.TV-slides .Box .Box-thumb img {
    height: 237px;
}

.TV-slides .slick-prev, .TV-slides .slick-next {
    display: none !important;
}

.TV-list {
    margin: 30px 0 30px 0;
}

.search-page p.no-result {
    color: #000;
    text-align: left;
    margin: 0 0 80px 0;
    font-size: 24px;
    line-height: 29px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
}


@media (max-width: 1024px) {
    body {
        height: 100%;
        min-width: 0;
    }

    .Introduction {
        background-image: none !important;
    }

    .Introduction .u-wrapper {
        width: 100%;
        margin: 0;
        padding: 0px 0 30px 0;
    }

    .Introduction img {
        width: 100%;
    }

    .Introduction h1 {
        padding-top: 0;
        margin: 0 30px 0 30px;
    }

    .Introduction h2 {
        font-size: 40px;
        margin: 15px 30px 40px 30px;
    }

    .u-wrapper {
        padding-left: 0;
        width: calc(100% - 60px);
        margin: 0 30px 0 30px;
    }

    .Page .u-wrapper {
        padding-left: 0;
        width: calc(100% - 60px);
        margin: 0 30px 0 30px;
    }

    .Page .Wysiwyg {
        padding: 0 !important;
    }

    .Title-txt {
        margin: 0 0 20px 0;
    }

    .Title-txt.blue {
        text-align: center;
        margin: 0;
    }

    .Actu .u-wrapper {
        flex-direction: column;
    }

    .CardsL {
        width: 100%;
    }

    .Actu .u-wrapper .ThemesL {
        width: 100%;
    }

    .Actu .u-wrapper .ThemesL .inside {
        width: 100%;
        margin: 60px auto 10px auto;
    }

    .Actu .u-wrapper .ThemesL:after {
        display: none;
    }

    .Header-logo {
        margin: 0 auto;
        display: flex;
    }

    .Header-content {
        padding: 0;
    }

    .Header {
        width: 100%;
    }

    .is-min .Header-logo img {
        width: 191px;
    }

    .Header.is-min {
        width: 100%;
        top: 0;
    }

    .Header-menu::after {
        content: "";
        display: inline-block;
        height: 0;
        width: 0;
        border-top: 105px solid #E4002C;
        border-left: 105px solid transparent;
        right: 0;
        left: auto;
        background: 0 0;
        top: -1px;
        position: absolute;
    }

    .Header-col.isMobile {
        text-align: center;
    }

    .Header-content {
        height: 105px;
    }

    .Header-menu.isMobile img {
        position: absolute;
        top: 18px;
        right: 10px;
        z-index: 99;
    }

    .Header.is-min {
        background: transparent;
        transition: all 0.2s ease;
    }

    .Header.is-min .Header-logo {
        display: none;
        transition: all 0.2s ease;
    }

    .Header .Header-logo-min {
        display: none;
        transition: all 0.2s ease;
    }

    .Header.is-min .Header-logo-min {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        transition: all 0.2s ease;
    }

    .Introduction h1 {
        font-size: 60px;
        line-height: 42px;
        padding-top: 50px;
    }

    .Introduction h2 {
        font-size: 40px;
        line-height: 42px;
    }

    .isMapMedef footer {
        height: 649px;
    }

    .Actu .u-wrapper .ThemesL:after {
        display: none;
    }

    .Footer {
        padding: 0;
        flex-direction: column-reverse;
        height: 220px;
    }

    .extranet .Footer {
        height: 150px;
    }


    .Error404 {
        min-height: 530px;
    }

    .Footer .find {
        position: relative;
        width: 100%;
        background: #E4002C;
        text-align: center;
        padding: 40px 0 30px 0;
    }

    .Footer .find:after {
        display: none;
    }

    .Footer .inside {
        margin: 75px 0 0 0;
    }

    .Footer .find h4 {
        text-align: center;
        margin: 0 auto 20px auto;
    }

    .Footer .find form {
        text-align: center;
        margin: 0 0 50px 0;
    }

    .Footer-text {
        width: 80%;
        margin: 80px auto;
    }

    .Footer-text p {
        text-align: center;
    }

    .Footer .button-primary-bis-2 {
        margin: 0 auto;
    }

    .button-primary-bis-2.absolute {
        position: relative;
        margin-top: 25px
    }

    .Footer-links {
        background-color: #FCE0E6;
        text-align: center;
        padding: 10px;
        color: #2F2483;
    }

    .Footer-links li {
        color: #2F2483;
    }

    .Footer-links li a {
        color: #2F2483;
    }

    .Footer-text p {
        line-height: 42px;
    }

    .Footer-text p span {
        font-size: 26px;
        font-weight: 400;
        line-height: 28px;
        margin: 15px 0 0 0;
    }

    .wg-default.is-min:after {
        border-top: 105px solid #E4002C;
        border-left: 105px solid transparent;
    }

    .Box-date {
        position: initial;
        width: fit-content;
        margin: 4px 0 0 0;
    }

    .Title-txt {
        min-width: 100%;
    }

    .Header.is-min {
        top: 0;
        border-bottom: 0;
    }

    .weglot-container {
        display: none !important;
    }

    .lang-switcher .weglot-container {
        display: block !important;
        position: absolute;
    }

    .lang-switcher .wg-drop.country-selector .wgcurrent a {
        left: 24px !important;
        font-size: 14px !important;
    }

    #burger-menu .lang-switcher ul li a {
        color: #000;
    }

    .lang-switcher .wg-drop.country-selector ul {
        left: 27px;
    }

    .lang-switcher .wg-drop.country-selector .wgcurrent:after {
        left: 50px;
    }

    .Event .Box-date:after {
        top: -4px;
    }

    .Event .Cards .Grid-item a {
        padding: 50px 30px 50px 30px;
    }

    .Event .Card-inner {
        flex-direction: column;
    }

    .Event .Cards .Grid-item {
        width: 100%;
        margin: 20px 0 0 0;
    }

    .Event .Cards .Grid-item .Box-info-title {
        width: 85%;
    }

    .Discover {
        padding: 0 0 50px 0;
    }

    .Discover .flex {
        flex-direction: column;
    }

    .Discover .button-primary-2 {
        margin: 0 auto;
    }

    .Discover .w30 {
        width: 100%;
        padding: 0;
    }

    .Discover .w30 img {
        width: 100%;
    }

    .Discover .u-wrapper {
        padding-left: 0;
        width: 100%;
        margin: 0;
    }

    .Discover .w70 {
        text-align: center;
        width: 100%;
        padding: 70px 30px 50px 30px;
    }

    .extranet .Header.is-min .Header-logo-min {
        right: 50px;
    }

    .Header-col.isMobile {
        text-align: left;
    }

    .Header-logo img {
        margin: 0 0 0 15px;
    }

    .extranet .Header-logo img {
        margin: 0 0 0 15px;
        height: 90px;
    }

    .extranet .Header-menu::after {
        border-top: 105px solid #EF7982;
    }

    .Discover h4 {
        margin: 0 0 40px 0;
        font-size: 56px;
        line-height: 58px;
    }

    .Header-menu.isMobile {
        cursor: pointer;
    }

    .IntroductionInside {
        background-image: none !important;
    }

    .IntroductionInside h1 {
        font-size: 45px;
        padding-top: 0;
        line-height: 115px;
        padding-bottom: 0;
    }

    .isMapMedef .IntroductionInside h1 {
        padding: 0 0 0 15px;
    }

    .Wysiwyg h3 {
        color: #2F2483;
        font-size: 32px;
        line-height: 36px;
    }

    .Wysiwyg h4 {
        font-size: 20px;
        line-height: 26px;
    }

    .Tweet {
        width: 272px;
    }

    .slick-arrow.slick-prev {
        position: absolute;
        left: -56px;
        top: 140px;
    }

    .slick-arrow.slick-next {
        position: absolute;
        right: -56px;
        top: 130px;
    }

    .Grid--social .Title {
        margin: 0 auto;
    }

    .Grid--social .Title-txt {
        text-align: center;
    }

    .social-link {
        margin: 30px auto 10px auto;
        display: block;
        text-align: center;
        position: relative;
    }

    .social-link a {
        margin: 0 0 0 10px;
    }

    .social-link a img {
        width: 60px;
    }

    .slick-slider {
        border-left: none;
        border-right: none;
    }

    #burger-menu .Nav-menu > li.extranet {
        margin: 15px auto 40px auto
    }

    #burger-menu .Nav-menu > li hr {
        width: 45px;
        background-color: #EF7982;
        margin: 20px auto 0 auto;
    }

    .extranet #burger-menu .Nav-menu > li hr {
        background-color: #FFF;
    }

    .Map .search-form {
        position: absolute;
        width: 100%;
    }

    .Map .search-form .form {
        width: 270px;
    }

    .Map-canvas {
        height: 600px;
    }

    .Map .form {
        padding: 0 0 0 0;
        margin: 10px auto 30px auto;
        display: block;
    }

    .IntroductionInsideP {
        max-height: 140px;
    }

    .Map .InfoBoxs {
        display: none;
        position: absolute;
        background-color: #FCE0E6;
        left: 0;
        width: 280px;
        padding: 30px;
        height: 600px;
        z-index: 999999;
        top: 0;
    }

    .Map .search-form .input-primary {
        width: 240px;
    }

    .Login .flex {
        flex-direction: column;
    }

    .Login .flex .w50 {
        width: 100%;
    }

    .DiscoverMedef .flex {
        flex-direction: column;
    }

    .DiscoverMedef .flex .w50 {
        width: 100%;
    }

    .DiscoverMedef h3 {
        margin: 30px 0 20px 0;
    }

    .footer70 .Footer {
        margin-top: 322px;
    }

    .DiscoverMedef .smallDefaultPadding h3 {
        margin: 0 0 20px 0;
    }

    .DiscoverMedef .blueBgHard h3 {
        margin: 30px 0 20px 0;
    }

    .Nav-menu > li.is-active > a {
        background-color: transparent;
    }

    #burger-menu .Nav-menu > li.extranet a {
        padding: 10px 20px;
    }

    .DiscoverMedef .Grid-bg h2 {
        font-size: 36px;
        line-height: 42px;
    }

    .DiscoverMedef .Grid-bg p {
        font-size: 22px;
        line-height: 27px;
    }

    .Event .Cards .Grid-item:nth-child(2n-1) {
        margin-right: 0;
    }

    .Pagination {
        padding: 0 0 30px 0;
    }

    .Pagination .prev {
        bottom: 60px;
    }

    .Pagination .next {
        bottom: 60px;
    }

    .Post-cover {
        margin: 0;
    }

    .bigLines {
        margin: 30px 0 0 0 !important;
    }

    .backClass a {
        display: none;
    }

    .Post .Post-content {
        margin: 0 0 0 0;
    }

    .Post .Post-title {
        margin: 0;
        font-size: 45px;
        line-height: 47px;
    }

    .Wysiwyg {
        padding: 0 0 0 0;
    }

    .DiscoverMedef .flex .w50:nth-child(2n) {
        margin: 30px 0 0 0;
    }

    .DiscoverMedef .blueBg .flex .w50:nth-child(2n) {
        margin: 30px 0 0 0;
    }

    .DiscoverMedef .smallCard.flex {
        flex-direction: row;
    }

    .DiscoverMedef .smallCard h3 {
        margin: 15px 0 20px 0;
    }

    .TopicsW .Cards .card h5 {
        width: 85%;
    }

    .TopicsW h3 {
        margin: 10px 0 15px 0;
    }

    .Topics .Cards .card h5 {
        width: 85%;
    }

    .DiscoverMedef .defaultPadding {
        padding: 0 0 10px 0;
    }

    .Post {
        padding: 0;
    }

    .Post .Box-date:after {
        top: -4px;
    }

    .blueBg {
        padding: 0 0 20px 0;
    }

    .Banque .CardsL {
        width: 100%;
    }

    .Banque .ThemesL {
        display: none;
    }

    .Banque .yearList {
        background-size: 185%;
    }

    .is-min .backClass a {
        top: 20px;
    }

    .List .Grid-wrap .Grid-item {
        width: 100%;
        max-width: 100%;
        margin: 20px 0 20px 0;
    }

    .List .BoxContact {
        cursor: default;
    }

    .blueBgHard {
        margin: 0 0 0 0;
    }

    .Actu .flex {
        flex-direction: column;
    }

    .overlay-news .flex {
        flex-direction: column;
    }

    .overlay-news .w33 {
        width: 100%;
    }

    .overlay-news .w66 {
        width: 100%;
    }

    .overlay-news ul {
        columns: 1;
    }

    .overlay-news ul li:nth-child(4) img {
        display: block;
        margin: 15px 0 0 0;
    }

    .bg-red-filter {
        background-size: 45%;
    }

    .bg-filter-show form .input-primary {
        width: calc(100% - 50px);
    }

    .backToTopContainer {
        bottom: 1em;
        right: 1em;
    }

    .Press .Grid-head.flex {
        flex-direction: column;
    }

    .Press .Grid-head .w50 {
        width: 100%;
    }

    .switch {
        margin: 0 auto 20px auto;
    }

    .Press .Title-txt.blue {
        margin: 0 0 30px 0;
    }

    .isMapMedef .IntroductionInside {
        display: none;
    }

    .Text-align-center {
        margin: 0 0 -10px 0;
    }

    .Grid-bg {
        padding: 20px 0 60px 0;
    }

    .search-item {
        margin: 15px 0 0 0;
    }

    .bg-filter-show form {
        flex-wrap: wrap;
    }

    .Topics.Services .Cards {
        flex-direction: column;
    }

    .Topics.Services .Cards .Card-inner {
        margin: 20px 0 0 0;
        width: 100%;
    }

    .Topics.Services.Topic .Cards .Card-inner {
        margin: 20px 0 0 0;
        width: 100%;
    }

    .home .Introduction .fdr {
        flex-direction: column;
    }

    .home .Introduction .fdr img {
        display: none;
    }

    .home .Introduction .fdr .button-primary-bis-2 {
        margin: 20px auto 0 45px;
        display: block;
    }

    .home h1 {
        font-size: 46px;
        line-height: 49px;
        padding: 60px 0 0 30px;
    }

    .active .logout-btn-mobile {
        display: block;
    }

    .logout-btn-mobile a {
        color: #EF7982;
    }

    .List.trombinoscope .Grid-wrap .Grid-item {
        max-width: 100%;
        min-width: 100%;
        margin: 20px 0 20px 0;
    }

    .trombinoscope .flex {
        flex-wrap: wrap;
    }

    .trombinoscope .select2 {
        margin: 20px 20px 15px 0;
        width: calc(100% - 33px) !important;
    }

    .newsroom .Other {
        padding: 0 0 40px 0;
        width: 100%;
    }

    .newsroom .Cards {
        width: 100%;
    }

    .newsroom .w66 {
        margin-top: 20px;
    }

    .newsroom .bg-red-filter {
        background-size: 45%;
    }

    .newsroom .select2 {
        margin: 10px 0 0 0;
    }

    .newsroom .zoom h4 {
        text-align: center;
    }

    .newsroom .filters {
        margin: 7px 0 0 0;
    }

    .newsroom .event h4 {
        text-align: center;
    }

    .Post .Post-cover:not(.Post-cover--gallery) {
        height: 250px;
    }

    .newsroom .w66 ul, .newsroom .w33 ul {
        display: none;
    }

    .newsroom .w66 h3, .newsroom .w33 h3 {
        cursor: pointer;
    }

    .newsroom .w66 h3 img, .newsroom .w33 h3 img {
        width: 65px;
        transform: rotate(180deg);
        margin: 15px 0 0 0;
    }

    .newsroom .w66 hr, .newsroom .w33 hr {
        background-color: #E4002C;
        margin: 40px 0 0 0;
    }

    .newsroom .w66 ul, .newsroom .w33 ul {
        display: none;
    }

    .newsroom .w66 ul.flex {
        display: flex !important;
        flex-direction: column;
    }

    .newsroom .w33 ul.flex {
        display: flex !important;
        flex-direction: row;
    }

    .newsroom .overlay-news {
        padding: 30px 0 0 0;
    }

    .Actu .Box-info .flex {
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 245px;
    }

    .Post .wirl.flex {
        display: flex;
        flex-direction: column
    }

    .Post .wirl.flex.flexinverse {
        display: flex;
        flex-direction: column-reverse
    }

    .Post .wirl.flex .left {
        width: 100%
    }

    .Post .wirl.flex .right {
        width: 100%
    }

    .search-page .flex {
        flex-direction: column;
    }

    .search-page .filters {
        margin: 5px 0 0 0;
    }

    .search-page .results {
        padding: 0 0 0 0;
    }

    .search-page .select2 {
        margin: 10px 20px 0 0;
    }

    .search-page .select2 {
        width: calc(100% - 30px) !important;
    }

    .search-page .search-item {
        margin: 0 10px 0 0;
    }

    .search-page .Box-info .flex {
        flex-direction: row;
        max-width: 300px;
        flex-wrap: wrap;
    }

    .search-page .FormSearch-input {
        font-size: 35px;
    }

    .News .Post .Post-title {
        margin: 20px 0 20px 0;
    }

    .Post .Post-title {
        margin: 20px 0 0 0;
    }

    .BoxMember .inside {
        width: 63%;
    }

    .List.trombinoscope .Grid-wrap .Grid-item .BoxMember-thumb img {
        width: 125px;
    }

    .home .fdr h1 {
        padding: 5px 0 0 15px;
    }

    .home .Introduction .fdr h3 {
        padding: 45px 0 0 45px;
    }

    .Introduction.hasImage {
        background-image: none;
    }

    .Introduction.hasImage::after {
        display: none;
    }

    .DiscoverMedef .bg-purple img.bio {
        width: 100%;
    }

    .backClassAdh span {
        display: none;
    }

    .slick-arrow.slick-next {
        display: none !important;
    }

    .Introduction {
        margin-top: 22px;
    }

    .Nav-menu > li.is-open > a, .Nav-menu > li.is-active > a {
        background-color: #E4002C;
    }

    .Nav-menu ul {
        background-color: #E4002C !important;
    }
    .extranet .Header {
        background-color: #FFF;
    }

    .Box-cover{
        background-size: contain;
    }

    .Header-logo img {
        height: auto;
        width: 125px;
    }

    .Header .mt-name {
        font-size: 15px;
    }

    .home .Introduction .fdr {
        position: relative;
        padding-top: 34px;
    }

    .home .fdr h1 {
        font-size: 40px;
        line-height: 40px;
    }
}

