
.oa-controls,
.oa-event-list-header {
    margin: auto;
    max-width: 1200px;
}

.oa-event-list-header {
    padding-left: 40px;
}

.list-events {
    font-size: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1.5em;
    margin-left: -1.5em;
    max-width: 1200px;
    margin: auto;
}

.list-events>* {
    width: calc(100% / 1 - 0.1px);
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-bottom: 3em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


@media screen and (min-width:28.1875em) {
    .agenda-list-post.list-events>* {
        width: calc(100% / 2 - 0.1px);
    }
}

@media screen and (min-width:1024px),
print {
    .agenda-list-post.list-events>* {
        width: calc(100% / 3 - 0.1px);
    }
}

@media screen and (min-width:1200px) {
    .agenda-list-post.list-events>* {
        width: calc(100% / 4 - 0.1px);
    }
}


.element {
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}


.element.type-event .element-banner {
    color: #000;
    background: #fee82d;
}


@media print {
    .element.type-company {
        font-size: 12px;
        display: block;
        margin-bottom: 2em;
    }
    .element.type-company * {
        padding: 0 !important;
        margin: 0 0 0.5em 0 !important;
    }
    .element.type-company::after {
        content: '';
        border-bottom: 1px solid black;
        display: block;
        margin: 2em 0;
    }
}

.element-banner {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 0.25em 1em;
    background: #2e3687;
    color: #fff;
    font-size: 1.6em;
    font-weight: bold;
}

.element-banner .arrow::before {
    content: "î¤";
    font-size: 1.5em;
    display: inline-block;
    margin: 0 .25em;
    line-height: .5;
}

.element-media {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    z-index: -1;
}

@media print {
    .element-media {
        margin: 0 !important;
    }
}

.element-media:not(:first-child) {
    margin-top: -3em;
}

.element-media img {
    width: 100%;
    height: auto;
}

.type-event .element-media {
    padding-top: 100%;
    background-color: #2e3687;
}

.type-event .element-media img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 100%;
    margin: auto;
}

.element.type-event .element-content {
    min-height: 15em;
}

.has-bg {
    background: #f2f2f2;
}

@media print {
    .has-bg {
        background: none;
    }
}


.has-bg .publication {
    background: #fff;
}

.has-bg .element-content {
    background: #fff;
}


.has-bg .btn-special::before {
    background: #fff;
}



.type-info .element-content {
    border-left: 5px solid #fee82d;
}

.element-content:not(:first-child) {
    margin-top: -3em;
    margin-right: 15%;
}

.type-event .element-content {
    padding: 2em;
}

.type-event .element-content:not(:first-child) {
    margin-right: 2em;
}

.element:hover .element-content {
    background: #2e3687;
    color: #fff;
}

.element:hover .element-content .element-title a {
    color: #fff;
}


.element.type-event .element-title {
    font-size: 1.8em;
}

.element-title {
    display: block;
    margin-bottom: 1em;
    font-size: 2.2em;
    font-weight: bold;
}

.type-company .element-title {
    margin-top: 1em;
}

@media print {
    .type-company .element-title a {
        color: #000;
    }
}

.element-title a {
    color: inherit;
    -webkit-transition: none;
    transition: none;
    text-decoration: none;
}


.element-cta {
    margin-top: auto;
    color: #2e3687;
    font-size: 4em;
    text-align: right;
}

.element-cta::before {
    content: "⟶";
    font-size: 1em;
    line-height: .5;
}

@media print {
    .element-cta {
        display: none;
    }
}

.type-info .element-cta {
    color: #fee82d;
}

.element:hover .element-cta {
    color: inherit;
}


.highlight-hpr-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1em;
    width: 100%;
    color: #fff;
    background: #fee82d;
}


.type-info .element-tag,
.type-info .element-cta {
    color: #293173;
}


.element:hover .element-cta,
.element:focus .element-cta,
.element:active .element-cta {
    color: #fee82d;
}
.highlight-hp .element-title,
.highlight-hp .element-content,
.highlight-hp .element-date,
.highlight-hp .element-cta {
    color: #2e3687;
}


.highlight-hp .element-cta {
    margin-top: 1em;
}


.location  {
    display: none;
}


.filter-collapsible {
    position: relative;
    z-index: 1;
    padding: 1em 2em;
    margin-bottom: 2.4em;
    background: #f2f2f2;
    margin: auto;
    max-width: 1200px;
}

#filter-collapsible-content {
}


.filter-collapsible-content > *:not(:first-child) {
    margin-top: 2.4em;
}

@media screen and (max-width: 62.5em) {
    .filter-collapsible-content {
        position: relative;
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
        max-height: 0;
        -webkit-transition: opacity .5s;
        transition: opacity .5s;
    }

    .is-expanded .filter-collapsible-content {
        overflow: visible;
        visibility: visible;
        max-height: 100em;
        margin-top: 10px;
        opacity: 1;
    }
}

.filter-collapsible-cta, .filter-collapsible legend {
    color: #2e3687;
    font-family: "Bebas Neue", Arial, sans-serif;
    font-size: 1.6em;
    border: none;
    background: none;
}
button.filter-collapsible-cta:focus, button.filter-collapsible-cta:hover {
    color: #2e3687;
    background: none;
}

@media screen and (min-width: 62.5625em) {
    .filter-wrapper-2cols {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: -1.5em;
        margin-right: -1.5em;
    }
}

@media screen and (min-width: 62.5625em) {
    .filter-wrapper-2cols > * {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        padding-left: 1.5em;
        padding-right: 1.5em;
    }
}



.rdrNextPrevButton {
    display: block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 5px;
    background: #fff;
}

.rdrCalendarWrapper {
    box-sizing: border-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.rdrDateDisplay {
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.rdrDateDisplayItem {
    -webkit-box-flex: 1;
    flex: 1 1;
    width: 0;
    text-align: center;
    color: inherit;
}

.rdrDateDisplayItem+.rdrDateDisplayItem {
    margin-left: 0.833em;
}

.rdrDateDisplayItem input {
    text-align: inherit;
}

.rdrDateDisplayItem input:disabled {
    cursor: default;
}

.rdrMonthAndYearWrapper {
    box-sizing: inherit;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.rdrMonthAndYearPickers {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.rdrNextPrevButton {
    box-sizing: inherit;
    cursor: pointer;
    outline: none;
}

.rdrPprevButton {
    margin: 0 0 0 0.833em;
}

.rdrNextButton {
    margin: 0 0.833em 0 0;
}

.rdrMonths {
    display: -webkit-flex;
    display: flex;
}

.rdrMonthsVertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.rdrMonthsHorizontal>div>div>div {
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

.rdrWeekDays {
    display: -webkit-flex;
    display: flex;
}

.rdrWeekDay {
    flex-basis: 14.2857142857%;
    box-sizing: inherit;
    text-align: center;
}

.rdrDays {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.rdrInfiniteMonths {
    overflow: auto;
}

.rdrDateRangeWrapper {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rdrDateInput {
    position: relative;
}

.rdrDateInput input {
    outline: none;
}

.rdrDateInput .rdrWarning {
    position: absolute;
    font-size: 1.6em;
    line-height: 1.6em;
    top: 0;
    right: 0.25em;
    color: #ff0000;
}

.rdrDay {
    box-sizing: inherit;
    width: 14.2857142857%;
    position: relative;
    font: inherit;
    cursor: pointer;
}

.rdrDayNumber {
    display: block;
    position: relative;
}

.rdrDayNumber span {
    color: #413a42;
}

.rdrDayDisabled {
    cursor: not-allowed;
}

@supports (-ms-ime-align:auto) {
    .rdrDay {
        flex-basis: 14.285% !important;
    }
}

.rdrSelected,
.rdrInRange,
.rdrStartEdge,
.rdrEndEdge {
    pointer-events: none;
}

.rdrDayStartPreview,
.rdrDayInPreview,
.rdrDayEndPreview {
    pointer-events: none;
}

.rdrDateRangePickerWrapper {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.rdrStaticRanges {
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
}

.rdrStaticRanges:empty {
    display: none;
}

.rdrStaticRange {
    font-size: inherit;
    border: none;
}

.rdrInputRanges:empty {
    display: none;
}

.rdrInputRange {
    display: -webkit-flex;
    display: flex;
}

.rdrCalendarWrapper {
    color: #000000;
    font-size: 12px;
}

.rdrDateDisplay {
    margin: 0.833em;
}

.rdrDateDisplayItem {
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 2px 0 rgba(35, 57, 66, 0.21);
    border: 1px solid transparent;
}

.rdrDateDisplayItem input {
    cursor: pointer;
    height: 2.5em;
    line-height: 2.5em;
    border: 0px;
    background: transparent;
    width: 100%;
    color: #849095;
}

.rdrDateDisplayItemActive,
.rdrDateDisplayItem:hover {
    border-color: currentColor;
}

.rdrDateDisplayItemActive input {
    color: #7d888d;
}

.rdrMonthAndYearWrapper {
    -webkit-box-align: center;
    align-items: center;
}

.rdrMonthAndYearPickers {
    font-weight: 600;
}

.rdrMonthAndYearPickers select {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    padding: 10px 30px 10px 10px;
    border-radius: 4px;
    outline: 0;
    color: #3e484f;
    background: url("data:image/svg+xml;utf8,<svg width='9px' height='6px' viewBox='0 0 9 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-636.000000, -171.000000)' fill-opacity='0.368716033'><g id='input' transform='translate(172.000000, 37.000000)' fill='%230E242F' fill-rule='nonzero'><g id='Group-9' transform='translate(323.000000, 127.000000)'><path d='M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z' id='arrow'></path></g></g></g></svg>") no-repeat;
    background-position: right 8px center;
    cursor: pointer;
    text-align: center;
}

.rdrMonthPicker,
.rdrYearPicker {
    margin: 0 5px;
    border-radius: 4px;
    border: 1px solid transparent;
}

.rdrMonthPicker:hover,
.rdrYearPicker:hover {
    border: 1px solid #41acdd;
}

.rdrNextPrevButton {
    display: block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 5px;
    background: #fff;
}

.rdrNextPrevButton:hover {
    border-color: #41acdd;
}

.rdrNextPrevButton i {
    display: block;
    width: 0;
    height: 0;
    padding: 0;
    text-align: center;
    border-style: solid;
    margin: auto;
    -webkit-transform: translate(-3px, 0px);
    transform: translate(-3px, 0px);
}

.rdrPprevButton i {
    border-width: 4px 6px 4px 4px;
    border-color: transparent #34495e transparent transparent;
    -webkit-transform: translate(-3px, 0px);
    transform: translate(-3px, 0px);
}

.rdrNextButton i {
    margin: 0 0 0 7px;
    border-width: 4px 4px 4px 6px;
    border-color: transparent transparent transparent #34495e;
    -webkit-transform: translate(3px, 0px);
    transform: translate(3px, 0px);
}

.rdrWeekDays {
    padding: 0 0.833em;
}

.rdrMonth {
    padding: 0 0.833em 1.666em 0.833em;
    width: 100%;
}

.rdrMonth .rdrWeekDays {
    padding: 0;
}

.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName,
.oa-icon.oa-icon-month {
    display: none;
}

.rdrWeekDay {
    font-weight: 400;
    line-height: 2.667em;
    color: #849095;
}

.rdrDay {
    background: #fff;
    background-clip: content-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    padding: 5px 0;
    line-height: 3em;
    height: 3em;
    text-align: center;
    color: #413a42;
}

.rdrDay.rdrDayPassive {
    background: transparent;
}

.rdrDay:focus {
    outline: 0;
}

.rdrDayNumber {
    outline: 0;
    font-weight: 300;
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    bottom: 5px;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.rdrDayToday .rdrDayNumber span {
    font-weight: 500;
}

.rdrDayToday .rdrDayNumber span:after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: #41acdd;
}

.rdrDayToday:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span:after,
.rdrDayToday:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span:after,
.rdrDayToday:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span:after,
.rdrDayToday:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span:after {
    background: #fff;
}

.rdrDay:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span,
.rdrDay:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span,
.rdrDay:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span,
.rdrDay:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span {
    color: rgba(255, 255, 255, 0.85);
}

.rdrSelected,
.rdrInRange,
.rdrStartEdge,
.rdrEndEdge {
    background: currentColor;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    bottom: 5px;
}

.rdrSelected {
    background: #41acdd;
    left: 2px;
    right: 2px;
}

.rdrStartEdge {
    border-top-left-radius: 1.042em;
    border-bottom-left-radius: 1.042em;
    left: 2px;
}

.rdrEndEdge {
    border-top-right-radius: 1.042em;
    border-bottom-right-radius: 1.042em;
    right: 2px;
}

.rdrSelected {
    border-radius: 1.042em;
}

.rdrDayStartOfMonth .rdrInRange,
.rdrDayStartOfMonth .rdrEndEdge,
.rdrDayStartOfWeek .rdrInRange,
.rdrDayStartOfWeek .rdrEndEdge {
    border-top-left-radius: 1.042em;
    border-bottom-left-radius: 1.042em;
    left: 2px;
}

.rdrDayEndOfMonth .rdrInRange,
.rdrDayEndOfMonth .rdrStartEdge,
.rdrDayEndOfWeek .rdrInRange,
.rdrDayEndOfWeek .rdrStartEdge {
    border-top-right-radius: 1.042em;
    border-bottom-right-radius: 1.042em;
    right: 2px;
}

.rdrDayStartOfMonth .rdrDayInPreview,
.rdrDayStartOfMonth .rdrDayEndPreview,
.rdrDayStartOfWeek .rdrDayInPreview,
.rdrDayStartOfWeek .rdrDayEndPreview {
    border-top-left-radius: 1.333em;
    border-bottom-left-radius: 1.333em;
    border-left-width: 1px;
    left: 0px;
}

.rdrDayEndOfMonth .rdrDayInPreview,
.rdrDayEndOfMonth .rdrDayStartPreview,
.rdrDayEndOfWeek .rdrDayInPreview,
.rdrDayEndOfWeek .rdrDayStartPreview {
    border-top-right-radius: 1.333em;
    border-bottom-right-radius: 1.333em;
    border-right-width: 1px;
    right: 0px;
}

.rdrDayStartPreview,
.rdrDayInPreview,
.rdrDayEndPreview {
    background: rgba(255, 255, 255, 0.09);
    position: absolute;
    top: 3px;
    left: 0px;
    right: 0px;
    bottom: 3px;
    pointer-events: none;
    border: 0px solid #41acdd;
    z-index: 1;
}

.rdrDayStartPreview {
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-left-radius: 1.333em;
    border-bottom-left-radius: 1.333em;
    left: 0px;
}

.rdrDayInPreview {
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.rdrDayEndPreview {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-top-right-radius: 1.333em;
    border-bottom-right-radius: 1.333em;
    right: 2px;
    right: 0px;
}

.rdrDefinedRangesWrapper {
    font-size: 12px;
    width: 226px;
    border-right: solid 1px #eff2f7;
}

.rdrDefinedRangesWrapper .rdrStaticRangeSelected {
    color: currentColor;
    font-weight: 600;
}

.rdrStaticRange {
    border: 0;
    cursor: pointer;
    display: block;
    outline: 0;
    padding: 0;
    background: #fff;
    border-radius: 4px;
}

.rdrStaticRange+.rdrStaticRange {
    margin-left: 8px;
}

.rdrStaticRange:hover .rdrStaticRangeLabel,
.rdrStaticRange:focus .rdrStaticRangeLabel {
    background: #eff2f7;
}

.rdrStaticRangeLabel {
    display: block;
    outline: 0;
    line-height: 18px;
    padding: 5px;
    text-align: left;
}

.rdrInputRanges {
    padding: 10px 0;
}

.rdrInputRange {
    -webkit-box-align: center;
    align-items: center;
    padding: 5px 20px;
}

.rdrInputRangeInput {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    border: solid 1px #dee7eb;
    margin-right: 10px;
    color: #6c767a;
}

.rdrInputRangeInput:focus,
.rdrInputRangeInput:hover {
    border-color: #41acdd;
    outline: 0;
    color: #333;
}

.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after {
    content: "";
    border: 1px solid currentColor;
    border-radius: 1.333em;
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: 0px;
    right: 0px;
    background: transparent;
}

.rdrDayPassive {
    pointer-events: none;
}

.rdrDayPassive .rdrDayNumber span {
    color: #d5dce0;
}

.rdrDayPassive .rdrInRange,
.rdrDayPassive .rdrStartEdge,
.rdrDayPassive .rdrEndEdge,
.rdrDayPassive .rdrSelected,
.rdrDayPassive .rdrDayStartPreview,
.rdrDayPassive .rdrDayInPreview,
.rdrDayPassive .rdrDayEndPreview {
    display: none;
}

.rdrDayDisabled {
    background-color: #f8f8f8;
}

.rdrDayDisabled .rdrDayNumber span {
    color: #aeb9bf;
}

.rdrDayDisabled .rdrInRange,
.rdrDayDisabled .rdrStartEdge,
.rdrDayDisabled .rdrEndEdge,
.rdrDayDisabled .rdrSelected,
.rdrDayDisabled .rdrDayStartPreview,
.rdrDayDisabled .rdrDayInPreview,
.rdrDayDisabled .rdrDayEndPreview {
    -webkit-filter: grayscale(100%) opacity(60%);
    filter: grayscale(100%) opacity(60%);
}

.rdrMonthName {
    text-align: left;
    font-weight: 600;
    color: #849095;
    padding: 0.833em;
}

.rdrMonthName {
    display: none;
}

.rdrDayStartOfWeek,
.rdrDayStartOfMonth {
    border-top-left-radius: 1.333em;
    border-bottom-left-radius: 1.333em;
    left: 2px;
}

.rdrDayEndOfWeek,
.rdrDayEndOfMonth {
    border-top-right-radius: 1.333em;
    border-bottom-right-radius: 1.333em;
    right: 2px;
}

.rdrNoSelection .rdrSelected,
.rdrNoSelection .rdrInRange,
.rdrNoSelection .rdrStartEdge,
.rdrNoSelection .rdrEndEdge {
    background: #fff;
}

.rdrNoSelection .rdrDay:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span,
.rdrNoSelection .rdrDay:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span,
.rdrNoSelection .rdrDay:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span,
.rdrNoSelection .rdrDay:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span {
    color: #413a42;
}

.rdrNoSelection .rdrDay:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span:after,
.rdrNoSelection .rdrDay:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span:after,
.rdrNoSelection .rdrDay:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span:after,
.rdrNoSelection .rdrDay:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span:after {
    background: #41acdd;
}
/*
single
*/


@media print {
    .impact-content {
        padding: 0;
    }
}

.impact-content .text-formatted p {
    margin-bottom: .5em;
}

.intro {
    position: relative;
}

.intro-media {
    position: relative;
    z-index: 0;
    overflow: hidden;
    height: 32em;
    margin-bottom: -18em;
    background: #1f2a6f;
}

@media screen {
    .intro-media {
        padding-bottom: 7% !important;
    }
    .intro-media::after {
        content: '';
        position: absolute;
        right: 0;
        left: 0;
        z-index: 1;
        height: 100%;
        background: #fff;
        -webkit-transform: skewY(-3.75deg);
        transform: skewY(-3.75deg);
        top: 100%;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
}

@media screen and (min-width:1024px) {
    .intro-media {
        height: 41.5em;
    }
}

@media print {
    .intro-media {
        display: none;
    }
}


.back-btn .btn-special {
    position: relative;
    padding-left: 4em;
    color: #fff;
    display: none;
}

.back-btn .btn-special a {
    color: inherit;
}

.back-btn .btn-special::before {
    background: #2e3687;
}

.back-btn .btn-special::after {
    position: absolute;
    top: 50%;
    left: 1rem;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    color: inherit;
}


.back-btn {
    position: relative;
    margin: 0 2rem 2rem;
    max-width: 96rem;
}

@media screen and (min-width:62.5625em) {
    .back-btn {
        margin: 0 auto 2rem;
    }
}

.intro-media img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
}




.intro-content {
    position: relative;
    max-width: 96em;
    min-height: 24.4em;
    background: #fff;
    text-align: center;
}

@media screen and (min-width:876px) {
    .intro-content {
        margin: 0 2em;
    }
}

@media screen and (min-width:768px) {
    .intro-content {
        padding-top: 3em;
    }
}

@media screen and (min-width:1024px) {
    .intro-content {
        padding: 6.4em 10em 3em;
    }
}

@media print {
    .intro-content {
        min-height: 0;
    }
}

.theme-eco .intro-content {
    border-top: 10px solid #fee82d;
}

@media print {
    .theme-eco .intro-content {
        border: none;
    }
}


.page-title {
    color: #2e3687;
    position: relative;
    padding-bottom: .75em;
    margin-bottom: .75em;
    text-align: center;
}

.page-title::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 3.5em;
    height: 5px;
    background: #fee82d;
}

.theme-eco .page-title::after {
    background: #fee82d;
}

@media screen and (min-width:1024px) {
    .type-rubric .page-title {
        font-size: 6.4em;
    }
}

.page-node-type-association .page-title {
    text-transform: uppercase;
}

@media screen and (min-width:1024px) {
    .page-node-type-association .page-title {
        font-size: 4em;
    }
}

.text-formatted,
.date-ranges,
.slick-slide {
    font-size: 16px;
}

.mini-info a {
    color: inherit;
    word-break: break-all;
}

.schedule-button-agenda > a {
    position: relative;
    display: block;
    padding: 0.6em 2em;
    width: 100%;
    border: 3px solid #2e3687;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
}

.oa-nav-link {
    font-size: 16px;
    text-decoration: none;
    color: #2d3785;
}


.teaser {
    font-weight: bold;
}

@media screen and (min-width:1024px) {
    .teaser {
        font-size: 2.4em;
    }
}

.page-node-type-association .teaser {
    font-weight: normal;
    font-size: 1.5em;
    text-align: left;
}


.teaser {
    margin-bottom: 5em;
    font-weight: normal;
    text-align: center;
}

.teaser strong {
    font-weight: normal;
}



.layout-full,
.layout-wrapper,
.layout-content,
.eu-cookie-compliance-content,
.content-nav,
.intro-content,
.presentation-title,
.presentation-content {
    padding: 1em 2em;
    margin: 0 auto;
}

@media print {
    .layout-full,
    .layout-wrapper,
    .layout-content,
    .eu-cookie-compliance-content,
    .content-nav,
    .intro-content,
    .presentation-title,
    .presentation-content {
        padding: 2em 0;
    }
}

#block-customer-musee-mainpagecontent {
    width: 100%;
}
.list-info ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1rem;
}

.list-info ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 1rem;
}
        
.list-info ul,
.list-info ol,
.list-info li {
    padding: 0;
    margin: 0;
}

@media screen and (min-width:1024px) {
    .layout-full {
        padding: 2.4em 3em;
    }
}

@media screen and (min-width:1200px) {
    .layout-full {
        padding: 15px 25px;
    }
}


@media screen and (min-width:1200px) {
    .section.hp-event .layout-full {
        padding: 15px 25px;
    }
}


.list-thematics,
.list-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1.5em;
    margin-left: -1.5em;
}

.list-thematics>*,
.list-info>* {
    width: calc(100% / 1 - 0.1px);
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-bottom: 3em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width:1024px),
print {
    .list-thematics>*,
    .list-info>* {
        width: calc(100% / 3 - 0.1px);
    }
}


.info-event-content ul {
    background: #fff;
    width: 100%;
}

.info-event-content-middle ul {
    display: block;
}


.layout-wrapper {
    max-width: 110em;
}

.layout-content {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 80.5em;
}


.mini-info {
    padding: 2rem;
    width: 100%;
    height: 100%;
    background: #fff;
}

.mini-info .icon-inline {
    margin-bottom: 1.5rem;
}

.mini-info span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.mini-info span.work-tag {
    display: inline-block;
    padding: 0.5rem 1rem;
    color: #fff;
    background-color: #fee82d;
}

.mini-info span.work-text {
    padding-top: 2rem;
    font-weight: normal;
}

.oa-timing-seperator {
    display: none!important;
}


.oa-timing.oa-last-timing,
.oa-timing .oa-timing-date {
    font-weight: normal;
    text-transform: none;
}

.oa-timing-times span {
    display: inline-block;
    font-weight: normal;
    text-transform: none;
}

