button {
    outline: none;
}

.no-scroll {
    overflow-y: hidden;
}

/**
 * Page Intro
 */
.article-header.has-bg .article-header__wrap-title,
.article-header.has-bg .article-header__chapo,
.article-header.has-bg .article-header__date {
    color: #fff;
}

.article-header.has-bg .article-header__share a path,
.article-header.has-bg .article-header__share button path {
    fill: #fff;
}

.article-header.has-bg .article-header__share a:hover path,
.article-header.has-bg .article-header__share button:hover path {
    fill: red;
}

.article-header__date {
    font-family: 'acumin-pro',sans-serif;
    font-weight: 400;
    font-size: 1.111111111rem;
    line-height: 1.333333333rem;
    margin-bottom: 24px;
}

.article-header__bg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
}

/**
 * Download list
 */
.edito-download .list .list__item .list__link {
    display: flex;
    align-items: left;
    justify-content: left;
}

.list-links__content svg {
    position: relative;
    margin-right: 14px;
    top: 2px;
    min-width: 17px;
}

.edito-download .list .list__item .list__link:visited svg path {
    fill: #777;
}

.edito-download .list .list__item .list__link:link svg path {
    fill: #000;
}

.edito-download .list .list__item .list__link:hover svg path {
    fill: red;
}

/**
 * Search menu
 */
.menu__search2 {
    position: absolute;
    width: 100%;
    top: 56px;
    left: 0;
    background: white;
    border: 1px solid #dadada;
}

@media screen and (min-width: 1024px) {
    .menu__search2 {
        top: 78px;
    }
}

.menu__search2__inner {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 66.66666666666666%;
    flex-preferred-size: 66.66666666666666%;
    max-width: 66.66666666666666%;
    margin: 0 auto;
    padding: 30px 0;
}

@media screen and (max-width: 1023px) {
    .menu__search2__inner {
        flex-basis: 100%;
        flex-preferred-size: 100%;
        max-width: 100%;
        padding: 30px 35px;
    }
}

/**
 * Search page
 */
.search__form_highlight{
    font-size: larger;
    font-weight: bold;
    background: #ececec none repeat scroll 0 0;
    color: black !important;
}

/**
 * Search form
 */
.search__form {
    display: flex;
    flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
    .search__form {
        flex-wrap: wrap;
    }
}

/* Search box */
.search__form .search__form_searchbox_wrapper {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 75%;
    flex-preferred-size: 75%;
    max-width: 75%;
}

.search__form_searchbox {
    width: 100%;
    height: 64px;

    font-family: 'acumin-pro',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #000;

    padding-left: 16px;
    padding-right: 48px;
}

.search__form .search__form_searchbox_wrapper {
    position: relative;
}

.search__form__icon_reset {
    position: absolute;
    right: 16px;
    top: 24px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.search__form__icon_reset svg {
    display: flex;
}


/* Search button */
.search__form  .search__form_searchbtn_wrapper {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 25%;
    flex-preferred-size: 25%;
    max-width: 25%;
    margin-left: 24px;
}

@media screen and (max-width: 767px) {
    .search__form .search__form_searchbox_wrapper {
        flex-basis: 100%;
        flex-preferred-size: 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .search__form  .search__form_searchbtn_wrapper {
        flex-basis: 100%;
        flex-preferred-size: 100%;
        max-width: 100%;
        margin-top: 16px;
        margin-left: 0px;
    }
}

.search__form .btn__wording {
    width: 100%;
    max-width: 100%;
    height: 45px;
    margin-top: 10px;
    background-color: black;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s ease;
    cursor: pointer;
}

/**
 * Picture gallery
 */
.gallery {
    position: relative
}

.gallery__row {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap
}

.gallery__element {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
    margin-bottom: 50px
}

.gallery-small .gallery__element {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 50%;
    max-width: 50%;
}

@media screen and (min-width: 1024px) {
    .gallery__element {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 33.324999999999996%;
        flex-preferred-size: 33.324999999999996%;
        max-width: 33.324999999999996%
    }
    .gallery-medium .gallery__element {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 25%;
        flex-preferred-size: 25%;
        max-width: 25%;
    }
    .gallery-small .gallery__element {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 16.666666667%;
        flex-preferred-size: 16.666666667%;
        max-width: 16.666666667%;
    }
}

.gallery .gallery__element_container {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap
}

.gallery .gallery__element_inner {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%
}

@media screen and (min-width: 1024px) {
    .gallery .gallery__element_inner {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 100%;
        flex-preferred-size: 100%;
        max-width: 100%
    }
}

.gallery-block__text .paragraph {
    margin-bottom: 0
}

.gallery-block__text .name {
    margin-top: 0;
    margin-bottom: 8px;
    font-weight: 700;
    font-family: 'acumin-pro',sans-serif;
    font-size: 1.1rem;
    line-height: 1.222222222222222rem;
    word-break: break-word;
}

@media screen and (min-width: 1024px) {
    .gallery-block__text .name {
        margin-bottom:16px;
        font-size: 1.333333333333333rem;
        line-height: 1.611111111111111rem
    }
}

.gallery-block__text .legend {
    margin: 0;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: .777777777777778rem;
    font-family: 'acumin-pro',sans-serif;
    line-height: .944444444444444rem;
    color: #777
}

.gallery-block .image-block {
    margin-bottom: 16px;
    overflow: hidden;
    height: auto;
}

@media screen and (min-width: 1024px) {
    .gallery-block .image-block {
        margin-bottom:8px
    }
}

.gallery-block__text {
    padding-right: 5%
}

.gallery-block .image-block {
    overflow: hidden
}

.gallery > .paragraph {
    margin-bottom: 25px;
}

.gallery-block .image-block img {
    transition: transform 400ms ease-in-out
}

.gallery-block:hover {
    cursor: default;
}

.gallery-block:hover .image-block img {
    transform: scale(1.05)
}

@media screen and (min-width: 1024px) {
    .main .gallery-small-grid .image-block {
        height: 50%;
        padding-top: 50%;
        width: 50%;
    }
}

.gallery-mixed .gallery__row_wrapper .gallery__row:nth-child(even) .gallery__element {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
}

@media screen and (min-width: 1024px) {

    .gallery-mixed .gallery__row_wrapper {
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .gallery-mixed .gallery__row_wrapper .gallery__row {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%;
    }

    .gallery-mixed .gallery__row_wrapper .gallery__row:nth-child(odd) .gallery__element {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 66.666666666666666%;
        flex-preferred-size: 66.666666666666666%;
        max-width: 66.666666666666666%;
    }

    .gallery-mixed .gallery__row_wrapper .gallery__row:nth-child(even) .gallery__element {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 33.333333333333333%;
        flex-preferred-size: 33.333333333333333%;
        max-width: 33.333333333333333%;
    }
}

@media screen and (min-width: 1024px) {
    .gallery-small-4-grid .gallery__element {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%;
    }

    .gallery-small-4-grid .gallery-block {
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-wrap: wrap
    }

    .gallery-small-4-grid .gallery-block .image-block-wrapper {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: 25%;
        flex-preferred-size: 25%;
        max-width: 25%;
        margin-right: 8.333333333333333333333333333333%;
    }

    .gallery-small-4-grid .gallery-block .gallery-block__text_wrapper {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: 58.333333333333333333333333333333%;
        flex-preferred-size: 58.333333333333333333333333333333%;
        max-width: 58.333333333333333333333333333333%;
        margin-right: 8.333333333333333333333333333333%;
    }

    .gallery-small-4-grid .gallery-block .gallery-block__text {
        padding-right: 0;
    }
}

/**
 * Form
 */
.tform__row {
    display: flex;
    flex-wrap: wrap;
    font-family: 'acumin-pro',sans-serif;
    font-size: .888888888888889rem;
}

.tform__col {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
}

.tform__col.col-xs-12, .tform__col.col-xs-11, .tform__col.col-xs-10,
.tform__col.col-xs-9, .tform__col.col-xs-8, .tform__col.col-xs-7 {
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
}

.tform__col.col-xs-6, .tform__col.col-xs-5, .tform__col.col-xs-4,
.tform__col.col-xs-3, .tform__col.col-xs-2, .tform__col.col-xs-1 {
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%;
}
.tform__col.col-xs-6, .tform__col.col-xs-5, .tform__col.col-xs-4,
.tform__col.col-xs-3, .tform__col.col-xs-2, .tform__col.col-xs-1 {
    padding-left:  2.777777778%;
    padding-right: 0;
}
.tform__col.col-xs-6:nth-child(odd), .tform__col.col-xs-5:nth-child(odd), .tform__col.col-xs-4:nth-child(odd),
.tform__col.col-xs-3:nth-child(odd), .tform__col.col-xs-2:nth-child(odd), .tform__col.col-xs-1:nth-child(odd) {
    padding-left: 0;
    padding-right: 2.777777778%;
}

@media screen and (min-width: 1024px) {

    .tform__col.col-lg-12,.tform__col.col-lg-11,.tform__col.col-lg-10,
    .tform__col.col-lg-9, .tform__col.col-lg-8, .tform__col.col-lg-7 {
        flex-basis: 100%;
        flex-preferred-size: 100%;
        max-width: 100%;
    }

    .tform__col.col-lg-6, .tform__col.col-lg-5, .tform__col.col-lg-4,
    .tform__col.col-lg-3, .tform__col.col-lg-2, .tform__col.col-lg-1 {
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%;
    }
    .tform__col.col-lg-6, .tform__col.col-lg-5, .tform__col.col-lg-4,
    .tform__col.col-lg-3, .tform__col.col-lg-2, .tform__col.col-lg-1 {
        padding-left:  2.777777778%;
        padding-right: 0;
    }
    .tform__col.col-lg-6:nth-child(odd), .tform__col.col-lg-5:nth-child(odd), .tform__col.col-lg-4:nth-child(odd),
    .tform__col.col-lg-3:nth-child(odd), .tform__col.col-lg-2:nth-child(odd), .tform__col.col-lg-1:nth-child(odd) {
        padding-left: 0;
        padding-right: 2.777777778%;
    }
}

.tform__fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

.tform__fieldset legend {
    display: none;
}

.tform__group {
    margin-bottom: 30px;
    position: relative;
    background-color: #fff;
}

.tform__group label,
.tform__group input[type="text"],
.tform__group input[type="tel"],
.tform__group textarea,
.tform__group select {
    width: 100%;
}

.tform__group input[type="text"],
.tform__group input[type="tel"],
.tform__group input[type="password"],
.tform__group textarea,.tform__group select {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #c4c4c4;
    border-right: 2px solid #c4c4c4;
    background: transparent;
    color: #111;
    font-size: .888888888888889rem
}

@media screen and (min-width: 1024px) {
    .tform__group input,.tform__group textarea, .tform__group select {
        font-size:.888888888888889rem
    }
}

.tform__group input:focus,.tform__group textarea:focus, .tform__group select:focus {
    outline: 0
}

.tform__group input::-webkit-input-placeholder,.tform__group textarea::-webkit-input-placeholder, .tform__group select::-webkit-input-placeholder {
    font-weight: 400
}

.tform__group input:-moz-placeholder,.tform__group textarea:-moz-placeholder, .tform__group select:-moz-placeholder {
    font-weight: 400
}

.tform__group input::-moz-placeholder,.tform__group textarea::-moz-placeholder, .tform__group select::-moz-placeholder {
    font-weight: 400
}

.tform__group input:-ms-input-placeholder,.tform__group textarea:-ms-input-placeholder, .tform__group select:-ms-input-placeholder {
    font-weight: 400
}

 .tform__group select {
    -webkit-appearance: none;
    padding-left: 8px;
    padding-top: 10px;
    padding-bottom: 13px;
    font-family: 'acumin-pro',sans-serif;
    font-weight: 400
}

 .tform__group select::-ms-expand {
    display: none
}

.tform__group input[type="text"],
.tform__group input[type="tel"],
.tform__group input[type="password"] {
    padding-left: 8px;
    font-weight: 400;
    padding-top: 13px;
    padding-bottom: 10px
}

.tform__group input::-webkit-input-placeholder {
    color: #111
}

.tform__group input:-moz-placeholder {
    color: #111
}

.tform__group input::-moz-placeholder {
    color: #111
}

.tform__group input:-ms-input-placeholder {
    color: #111
}

.tform__group textarea {
    font-family: 'acumin-pro',sans-serif;
    padding: 15px 0 20px 8px;
    height: 170px;
    resize: none;
}

.tform__group textarea::-webkit-input-placeholder {
    color: #111;
    font-weight: 400
}

.tform__group textarea:-moz-placeholder {
    color: #111;
    font-weight: 400
}

.tform__group textarea::-moz-placeholder {
    color: #111;
    font-weight: 400
}

.tform__group textarea:-ms-input-placeholder {
    color: #111;
    font-weight: 400
}

.tform_checkbox label {
    display: flex;
}

.tform__group input[type="checkbox"] {
    display: inline-block;
    position: relative;
    margin: 6px 16px 0 0;
    min-width: 15px;
    width: 15px;
    height: 15px;
    -webkit-appearance: none;
    border: 2px solid;
}

.tform__group input[type="checkbox"]:checked::before {
    content: "";
    width: 4px;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 55%;
    background-color: #000;
    transform: rotate(45deg);
}

.tform__group input[type="checkbox"]:checked::after {
    content: "";
    width: 10px;
    height: 2px;
    display: block;
    position: absolute;
    right: -1px;
    top: 50%;
    background-color: #000;
    transform: rotate(-45deg);
}

.tform__select-arrow {
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICAgICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxMyIgaGVpZ2h0PSI4Ij48cGF0aCBkPSJNNi41IDUuMDg2bDUtNUwxMi45MTQgMS41bC01IDVMNi41IDcuOTE0LjA4NiAxLjUgMS41LjA4Nmw1IDV6IiB0cmFuc2Zvcm09InJvdGF0ZSg5MGRlZykiIGZpbGw9IiMwMDAiPjwvcGF0aD48L3N2Zz4=");
    background-repeat: no-repeat;
    transform: translateY(-50%)
}

.form__help_block {
    margin-top: 8px;
}

.form__error_block {
    margin-top: 8px;
}

.form__error_block .paragraph {
    color: red;
}

.tform_btn {
    padding: 10px 30px;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.222222222222222rem;
    color: #fff;
    background-color: #000;
    transition: .4s ease;
    border: none;
}

.tform_btn:hover {
    background-color: red;
    transition: .4s ease;
}

.tform__row .actions {
    width: 100%;
}

.tform_btn_group_wrapper {
    display: flex;
    justify-content: space-between;
}

.tform_btn_group p {
    font-size: 16px;
    line-height: 41px;
}

.tform__group.has-error input[type="text"],
.tform__group.has-error input[type="password"],
.tform__group.has-error input[type="tel"],
.tform__group.has-error textarea,
.tform__group.has-error select {
    border-bottom: 2px solid #ff0000;
    border-right: 2px solid #ff0000;
    background: linear-gradient(0deg, rgba(255, 0, 0, 0.15), rgba(255, 0, 0, 0.15)), #FFFFFF;
}


.tform__file_label {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.222222222222222rem;
    color: #0088ce;
    cursor: pointer;
}
/* File input */

.tform__file_group {
    margin-bottom: 0;
}
.tform__file_group label {
    margin-top: 24px;
}

.tform__file_fieldset {
    margin-bottom: 30px;
}

.tform__file_label {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.222222222222222rem;
    color: #0088ce;
    cursor: pointer
}

.tform__file_label:hover span {
    color: #0088ce;
    position: relative;
    z-index: 2
}

.tform__file_label:hover .tform__file_circle_grow {
    width: 48px;
    height: 48px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    z-index: 1
}

.tform__file_button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    margin-right: 16px;
    font-size: 30px;
    color: #fff;
    background-color: #0088ce;
    border-radius: 50%;
    position: relative
}

.tform__file_button span {
    position: relative;
    top: -2px
}

.tform__file_button .tform__file_circle_grow {
    width: 0;
    height: 0;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    transition: .6s ease
}

.tform__file_input {
    display: none;
}

.tform__file_loaded {
    display: flex;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 2.222222222222222rem
}

.tform__file_loaded .tform__file_delete {
    display: flex;
    align-items: center;
    min-width: 24px;
    height: 24px;
    padding: 0 8px;
    margin-right: 16px;
    color: #111;
    cursor: pointer;
    border-radius: 50%;
    background-color: #f2f5f7
}

@media screen and (min-width: 1024px) {
    .tform__file_loaded .tform__file_delete  {
        min-width:auto;
        justify-content: center;
        padding: 0;
        background-color: transparent
    }
}

/* Nom de classes à changer */
.inputs-list .form-group {
    display: flex;
    flex-wrap: wrap;
}

.inputs-list .form-group .radio {
    flex: 0 0 auto;
}

.inputs-list {
    margin-top: 4px;
}

.inputs-list .form-group .radio label {
    margin-right: 65px;

}

input[type="radio"] {
    margin: 3px 11px 0 0;
}

/**
 * Align left/right + quote
 */
.quote-txt__img-citation {
    margin-top: 24px
}

.quote-txt__img-container {
    width: 50%
}

.quote-txt__txt p.headline {
    margin-bottom: 40px
}

@media screen and (min-width: 1024px) {
    .quote-txt__txt {
        margin-top: 16px;
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%
    }
}

.quote-txt__txt .link-wrapper {
    margin-top: 40px
}

.quote-txt h3 {
    margin: 0 0 16px;
}

@media screen and (min-width: 1024px) {
    .quote-txt__img-citation {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 25%;
        flex-preferred-size: 25%;
        max-width: 25%;
        margin-left: 25%;
        margin-top: 0
    }
}

.quote-txt__img-container {
    width: 50%;
    margin-bottom: 30px
}

@media screen and (min-width: 1024px) {
    .quote-txt__img-container {
        width:100%
    }
}

@media screen and (min-width: 1024px) {
    .quote-txt__img-citation .edito-quote {
        margin-top: 0;
        margin-bottom: 0;
    }
}

/**
 * Text + download link
 */
.txt-links__txt p.headline {
    margin-bottom: 40px
}

@media screen and (min-width: 1024px) {
    .txt-links__txt {
        margin-top: 16px;
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%
    }
}

.txt-links__txt .link-wrapper {
    margin-top: 40px
}

.txt-links h3 {
    margin: 0 0 16px;
}

@media screen and (min-width: 1024px) {
    .txt-links__links {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 25%;
        flex-preferred-size: 25%;
        max-width: 25%;
        margin-left: 25%;
        margin-top: 0
    }
}

.txt-links__links .list {
    padding-left: 0
}

@media screen and (min-width: 1024px) {
    .txt-links__links .list:last-child {
        padding: 0;
    }
}

.txt-links__links .list .list__item {
    margin-bottom: 1rem;
    list-style-type: none
}

.txt-links__links .list .list__item .list__link {
    color: #000;
    font-weight: 700;
    font-size: .888888888888889rem;
    line-height: 1.055555555555556rem;
    text-decoration: none;
    position: relative
}

.txt-links__links .list .list__item .list__link .download-icon {
    margin-right: 13px
}

.txt-links__links .list .list__item .list__link .download-icon path {
    fill: #000
}

@media screen and (min-width: 1024px) {
    .txt-links__links .list .list__item .list__link .download-icon {
        margin-right:-20px;
        position: absolute;
        top: 5px;
        left: -33px
    }
}

.txt-links__links .list .list__item .list__link:link {
    color: #000
}

.txt-links__links .list .list__item .list__link:link .download-icon path {
    fill: #000
}

.txt-links__links .list .list__item .list__link:visited {
    color: #777
}

.txt-links__links .list .list__item .list__link:visited .download-icon path {
    fill: #777
}

.txt-links__links .list .list__item .list__link:hover {
    color: red
}

.txt-links__links .list .list__item .list__link:hover .download-icon path {
    fill: red
}

.txt-links__links .list .list__item .list__link:active {
    color: red
}

.txt-links__links .list .list__item .list__link:active .download-icon path {
    fill: red
}

.txt-links__links .list .list__item .list__link .list__doc-weight {
    display: block;
    padding-left: 35px
}

@media screen and (min-width: 1024px) {
    .txt-links__links .list .list__item .list__link .list__doc-weight {
        display:block;
        padding-left: 0
    }
}

.txt-links__links .list .list__item .list__link {
    display: flex;
    align-items: left;
    justify-content: left;
}

.txt-links__links .list .list__item .list__link:visited svg path {
    fill: #777;
}

.txt-links__links .list .list__item .list__link:link svg path {
    fill: #000;
}

.txt-links__links .list .list__item .list__link:hover svg path {
    fill: red;
}

.txt-links__links svg {
    position: absolute;
    margin-right: 14px;
    top: 2px;
    min-width: 17px;
    left: -32px;
}

/**
 * List complete
 */
@media screen and (min-width: 1024px) {
    .tlist-complete-filters {
        z-index:2
    }
}

.tlist-complete-filters__inner {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 22px;
    flex-direction: column
}

@media screen and (min-width: 1024px) {
    .tlist-complete-filters__inner {
        flex-direction:row;
        min-width: 25%;
        width: 100%;
        flex-wrap: nowrap
    }
}

.tlist-complete-filters__list {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
    flex-basis: auto;
    background-color: #fff;
    position: relative;
    margin-bottom: 24px
}

@media screen and (min-width: 1024px) {
    .tlist-complete-filters__list {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 25%;
        flex-preferred-size: 25%;
        max-width: 25%;
        margin-bottom: 0;
        background-color: transparent
    }
}

.tlist-complete-filters__arrow {
    width: 20px;
    height: 12px;
    position: relative;
    margin-top: 8px;
    margin-right: 8px;
    align-self: center;
    justify-self: flex-end
}

.tlist-complete-filters__arrow::before,.tlist-complete-filters__arrow::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICAgICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxMyIgaGVpZ2h0PSI4Ij48cGF0aCBkPSJNNi41IDUuMDg2bDUtNUwxMi45MTQgMS41bC01IDVMNi41IDcuOTE0LjA4NiAxLjUgMS41LjA4Nmw1IDV6IiB0cmFuc2Zvcm09InJvdGF0ZSg5MGRlZykiIGZpbGw9IiMwMDAiPjwvcGF0aD48L3N2Zz4=");
    background-repeat: no-repeat
}

.tlist-complete-filters__arrow::after {
    transition: all .4s ease
}

.tlist-complete-filters__options-wrapper {
    z-index: 9999;
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;
    display: none;
    opacity: 0;
    transition: .4s opacity;
    background: #fff
}

@media screen and (min-width: 1024px) {
    .tlist-complete-filters__options-wrapper {
        z-index:1;
        height: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        overflow: visible;
        background: 0;
        width: 72%
    }

    .tlist-complete-filters__options-wrapper:hover {
        display: block;
        opacity: 1
    }
}

.tlist-complete-filters__options-wrapper.active {
    display: block;
    opacity: 1
}

.tlist-complete-filters__options {
    line-height: 0
}

@media screen and (min-width: 1024px) {
    .tlist-complete-filters__options {
        position:absolute;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        min-width: 100%
    }
}

.tlist-complete-filters__options-inner {
    background: #fff
}

@media screen and (min-width: 1024px) {
    .tlist-complete-filters__options-inner {
        padding-top:10px;
        padding-bottom: 10px;
        max-height: 200px;
        display: block
    }
}

@media screen and (min-width: 1024px) {
    .tlist-complete-filters__options-inner .mCS-dark.mCSB_scrollTools .mCSB_draggerRail,.tlist-complete-filters__options-inner .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width:6px;
        border-radius: 0
    }
}

@media screen and (min-width: 1024px) {
    .tlist-complete-filters__options-inner .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
        background-color:#e8e8e8
    }
}

@media screen and (min-width: 1024px) {
    .tlist-complete-filters__options-inner .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-color:#6d6f72
    }
}

@media screen and (max-width: 767px) {
    .tlist-complete-filters__options-inner .mCSB_scrollTools {
        width:0
    }
}

@media screen and (max-width: 767px) {
    .tlist-complete-filters__options-inner .mCSB_inside>.mCSB_container {
        margin-right:0
    }
}

.tlist-complete-filters__option {
    width: 100%;
    padding: 15px 15px;
    font-family: 'acumin-pro',sans-serif;
    font-size: .888888888888889rem;
    color: #777;
    text-align: center;
    line-height: 1.6;
    background: 0;
    border-bottom: 0;
    border-color: #eee;
    cursor: pointer;
    transition: .4s color;
    outline: 0
}

@media screen and (min-width: 1024px) {
    .tlist-complete-filters__option {
        text-align:left;
        padding: 5px 15px;
        border: 0;
        white-space: nowrap
    }

    .tlist-complete-filters__option:hover {
        color: red
    }
}

.tlist-complete-filters__option.active {
    color: red
}

.tlist-complete-filters__option:last-child {
    border-bottom: 2px solid #eee
}

@media screen and (min-width: 1024px) {
    .tlist-complete-filters__option:last-child {
        border-style:none
    }
}

.tlist-complete-filters__title {
    background-color: #fff;
    box-shadow: 2px 2px #dedede;
    display: flex;
    position: relative;
    background: 0;
    border: 0;
    margin: 0 0 12px 0;
    cursor: pointer;
    width: 100%;
    text-align: center;
    outline: 0;
    justify-content: center;
    height: 45px;
    padding-left: 10px;
    align-items: center
}

@media screen and (min-width: 1024px) {
    .tlist-complete-filters__title {
        width:70%;
        height: 48px
    }
}

.tlist-complete-filters__title::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: .111111111111111rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: red;
    transform-origin: center left;
    transform: scaleX(0);
    transition: .4s transform
}

.tlist-complete-filters__title .headline-filter {
    width: 100%;
    margin-bottom: 0;
    font-size: .888888888888889rem;
    color: #000;
    transition: .4s color;
    line-height: 1.333333333333333rem;
    font-family: 'acumin-pro',sans-serif;
    font-style: normal;
    font-weight: normal;
    display: flex;
    align-items: flex-end
}

.tlist-complete-filters__title .headline-filter:hover {
    color: red
}

.tlist-complete-filters__title.active::before {
    transform: scaleX(1)
}

.tlist-complete-filters__title.active .headline-filter {
    color: red
}

.tlist-complete-filters__title.active .publications-filters__arrow::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICAgICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxMyIgaGVpZ2h0PSI4Ij48cGF0aCBkPSJNNi41IDUuMDg2bDUtNUwxMi45MTQgMS41bC01IDVMNi41IDcuOTE0LjA4NiAxLjUgMS41LjA4Nmw1IDV6IiB0cmFuc2Zvcm09InJvdGF0ZSg5MGRlZykiIGZpbGw9IiNGMDAiPjwvcGF0aD48L3N2Zz4=")
}

@supports(-webkit-clip-path: polygon(0 0,100% 0%,100% 100%,0% 100%)) or(clip-path:polygon(0 0,100% 0%,100% 100%,0% 100%)) {
    .tlist-complete-filters__title.active .publications-filters__arrow::after {
        clip-path:polygon(0 0,100% 0%,100% 100%,0% 100%)
    }
}

@media screen and (min-width: 1024px) {
    .tlist-complete-filters__title:hover::before {
        transform:scaleX(1)
    }

    .tlist-complete-filters__title:hover .publications-filters__arrow::after {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciICAgICAgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxMyIgaGVpZ2h0PSI4Ij48cGF0aCBkPSJNNi41IDUuMDg2bDUtNUwxMi45MTQgMS41bC01IDVMNi41IDcuOTE0LjA4NiAxLjUgMS41LjA4Nmw1IDV6IiB0cmFuc2Zvcm09InJvdGF0ZSg5MGRlZykiIGZpbGw9IiNGMDAiPjwvcGF0aD48L3N2Zz4=")
    }

    @supports(-webkit-clip-path: polygon(0 0,100% 0%,100% 100%,0% 100%)) or(clip-path:polygon(0 0,100% 0%,100% 100%,0% 100%)) {
        .tlist-complete-filters__title:hover .publications-filters__arrow::after {
            clip-path:polygon(0 0,100% 0%,100% 100%,0% 100%)
        }
    }
}

/**
 * List complete: filter tags
 */
.tfilters-tags {
    margin-bottom: 50px;
    display: block
}

@media screen and (min-width: 1024px) {
    .tfilters-tags {
        display:block
    }
}

.tfilters-tags__item {
    display: inline-block;
    margin-right: 20px;
    line-height: 18px;
    color: red;
    font-family: 'acumin-pro',sans-serif;
    font-size: .833333333333333rem;
    font-weight: 600
}

.tfilters-tags__item--remove {
    margin-left: 5px;
    font-weight: 700;
    cursor: pointer
}

/**
 * List complete
 */
.tlist-complete-block__no-results {
    font-family: 'acumin-pro',sans-serif;
    font-size: .833333333333333rem;
    color: #333745;
}


.tlist-complete-block__inner {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.tlist-complete-item {
    width: 100%;
    list-style-type: none;
}

@media screen and (max-width: 767px) {
    .tlist-complete-item {
        margin-bottom:32px
    }
}

@media screen and (min-width: 768px) {
    .tlist-complete-item__inner {
        display: flex;
        align-items: center;
        padding-bottom: 32px;
    }
}

.tlist-complete-item__inner {
    width: 100%;
    text-decoration: none;
    color: #333745;
}

.tlist-complete-item a {
    text-decoration: none;
    color: inherit;
    border-bottom: 0
}

.tlist-complete-item .paragraph a:hover {
    color: #777
}

.tlist-complete-item__inner {
    width: 100%;
    text-decoration: none;
    color: #333745
}

@media screen and (min-width: 768px) {
    .tlist-complete-item__inner {
        display:flex;
        align-items: center;
        padding-bottom: 32px
    }
}

.tlist-complete-item__img {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%
}

@media screen and (min-width: 768px) {
    .tlist-complete-item__img {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 25%;
        flex-preferred-size: 25%;
        max-width: 25%
    }
}

.tlist-complete-item__img img {
    object-fit: cover
}

@media screen and (min-width: 768px) {
    .tlist-complete-item__info {
        text-align:center;
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 25%;
        flex-preferred-size: 25%;
        max-width: 25%
    }
}

@media screen and (min-width: 768px) {
    .tlist-complete-item__text {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%
    }
}

.tlist-complete-item__type {
    display: block;
    font-family: 'acumin-pro',sans-serif;
    font-size: .888888888888889rem;
    line-height: 1.333333333333333rem;
    color: #777
}

.tlist-complete-item__title {
    width: 100%;
    margin: 16px 0;
    font-size: 1rem;
    line-height: 1.222222222222222rem;
    font-weight: 700;
    font-family: 'acumin-pro',sans-serif;
    color: #000;
    transition: .4s ease
}

@media screen and (min-width: 768px) {
    .tlist-complete-item__title {
        font-size:1.111111111111111rem;
        line-height: 1.333333333333333rem
    }
}

.tlist-complete-item__download {
    margin-top: 24px;
    font-weight: 700;
    font-size: .888888888888889rem;
    line-height: 1.333333333333333rem;
    color: #000
}

.tlist-complete-item__download svg {
    position: absolute
}

.tlist-complete-item__download path {
    transition: .4s ease
}

.tlist-complete-item__download:hover {
    color: red
}

.tlist-complete-item__download:hover path {
    fill: red;
    transition: .4s ease
}

.tlist-complete-item__download__text {
    display: block;
    margin-left: 17px;
    padding-left: 14px
}

@media screen and (min-width: 768px) {
    .tlist-complete-item__link {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 25%;
        flex-preferred-size: 25%;
        max-width: 25%;
        display: flex;
        justify-content: flex-end
    }
}

@media screen and (min-width: 1024px) {
    .tlist-complete-item__link {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 20%;
        flex-preferred-size: 20%;
        max-width: 20%
    }
}

.tlist-complete-item__inner {
    width: 100%;
    text-decoration: none;
    color: #333745
}

@media screen and (min-width: 768px) {
    .tlist-complete-item__inner {
        display:flex;
        align-items: center;
        padding-bottom: 32px
    }
}

.tlist-complete-item__img {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    flex-preferred-size: 50%;
    max-width: 50%
}

@media screen and (min-width: 768px) {
    .tlist-complete-item__img {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 25%;
        flex-preferred-size: 25%;
        max-width: 25%
    }
}

@media screen and (min-width: 768px) {
    .tlist-complete-item__info {
        text-align:center;
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 25%;
        flex-preferred-size: 25%;
        max-width: 25%
    }
}

@media screen and (min-width: 768px) {
    .tlist-complete-item__text {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 50%;
        flex-preferred-size: 50%;
        max-width: 50%
    }
}

.tlist-complete-item__type {
    display: block;
    font-family: 'acumin-pro',sans-serif;
    font-size: .888888888888889rem;
    line-height: 1.333333333333333rem;
    color: #777
}

.tlist-complete-item__info .date {
    display: block;
    margin: 0;
}

.tlist-complete-item__info .category {
    display: block;
    margin: 0;
    letter-spacing: 1.5px;
    font-size: .888888888888889rem;
    line-height: 1.333333333333333rem;
    color: #777777;
    font-family: 'acumin-pro',sans-serif;
}

.tlist-complete-item__title {
    width: 100%;
    margin: 16px 0;
    font-size: 1rem;
    line-height: 1.222222222222222rem;
    font-weight: 700;
    font-family: 'acumin-pro',sans-serif;
    color: #000;
    transition: .4s ease
}

@media screen and (min-width: 768px) {
    .tlist-complete-item__title {
        font-size:1.111111111111111rem;
        line-height: 1.333333333333333rem
    }
}

.tlist-complete-item__download {
    margin-top: 24px;
    font-weight: 700;
    font-size: .888888888888889rem;
    line-height: 1.333333333333333rem;
    color: #000
}

.tlist-complete-item__download svg {
    position: absolute
}

.tlist-complete-item__download path {
    transition: .4s ease
}

.tlist-complete-item__download:hover {
    color: red
}

.tlist-complete-item__download:hover path {
    fill: red;
    transition: .4s ease
}

.tlist-complete-item__download__text {
    display: block;
    margin-left: 17px;
    padding-left: 14px
}

@media screen and (min-width: 768px) {
    .tlist-complete-item__link {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 25%;
        flex-preferred-size: 25%;
        max-width: 25%;
        display: flex;
        justify-content: flex-end
    }
}

@media screen and (min-width: 1024px) {
    .tlist-complete-item__link {
        flex:1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 20%;
        flex-preferred-size: 20%;
        max-width: 20%
    }
}

/**
 * Background slider
 */
@media screen and (min-width: 1024px) {
    .main__section.background-slider {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 100%;
        flex-preferred-size: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 40px 0;
    }
}

.background-slider .carousel-slider__controls {
    display: flex;
    justify-content: space-between;
    position: relative;
    transform: translateY(-50%);
    left: -35px;
    width: 100vw;
    z-index: 11;
}

@media screen and (min-width: 1024px) {
    .background-slider .carousel-slider__controls {
        right: 0;
        left: 0;
    }
}

@media screen and (min-width: 1024px) {
    .background-slider__container {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 83.33333333333334%;
        flex-preferred-size: 83.33333333333334%;
        max-width: 83.33333333333334%;
        margin: 0 16.65%;
    }
}

.background-slider__inner {
    max-width: 100%;
    padding-left: 0;
    overflow: hidden;
}

.background-slider__slides {
    list-style-type: none;
    position: relative;
    display: flex;
    margin: 0;
    padding: 0;
    transition: transform .4s ease;
}

@media screen and (min-width: 1024px) {
    .background-slider__slide {
        width: 66.66666666666666vw;
    }
}

@media screen and (min-width: 1024px) {
    .background-slider__slide_inner {
        width: 66.66666666666666vw;
    }
}

.background-slider__slide_inner {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 1024px) {
    .background-slider .media__title {
        display: inline-block;
        width: 75%;
    }
    .background-slider .link-wrapper {
        display: inline-block;
        width: 25%;
        float: right;
        margin-top: 24px;
    }
}

.background-slider .link-wrapper {
    margin-bottom: 16px;
}

.background-slider .link-wrapper .btn__lines {
    top: 12px;
}

.background-slider .link-wrapper .btn__wording {
    font-size: .944444444444444rem;
    line-height: 1.222222222222222rem;
}

.background-slider .background-slider__slide img {
    display: block;
}

/**
 * Sitemap
 */
.sitemap ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sitemap li,
.sitemap li a {
    letter-spacing: 0;
    font-weight: 400;
    font-size: .888888888888889rem;
    font-family: 'acumin-pro',sans-serif;
    line-height: 1.333333333333333rem;
    color: #777;
}

.sitemap li a:hover,
.sitemap li a:hover h3 {
    color: red;
}

.sitemap h3 {
    margin-bottom: 40px;
}

.sitemap > ul {
    display: flex;
    flex-wrap: wrap;
}

.sitemap > ul > li {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
}

@media screen and (min-width: 1024px) {
    .sitemap > ul > li {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 33.333333333333333%;
        flex-preferred-size: 33.333333333333333%;
        max-width: 33.333333333333333%;
    }
}

.sitemap .closed,
.sitemap .opened {
    cursor: pointer;
    margin-left: 8px;
}

.sitemap .closed svg,
.sitemap .opened  svg {
    position: relative;
    top: -1px;
}

.sitemap li.has-children > ul {
    margin-left: 16px;
}

/**
 * Cookie Consent
 */
.cc-banner .cc-message,
.dp--cookie-check label {
    font-family: 'acumin-pro',sans-serif;
    font-weight: 400;
    font-size: 0.722222222rem;
    line-height: 1.055555556rem;
}

.cc-window {
    display: flex;
    flex-wrap: wrap;
}

.cc-banner {
    padding: 1em
}

.cc-banner .cc-message {
    display: block;
    flex: 1 1 auto;
    max-width: 100%;
    margin-right: 1em
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
    .cc-banner .cc-message {
        margin-right:0
    }
}

.cc-banner.cc-window {
    align-items: center;
    flex-direction: row;
    width: 100%;
    padding: 1em 1.8em
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
    .cc-banner.cc-window {
        right:0;
        left: 0;
        align-items: unset;
        flex-direction: column
    }
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
    .cc-banner.cc-window .cc-compliance {
        flex:1 1 auto
    }
}

.cc-banner.cc-top {
    top: 0;
    right: 0;
    left: 0
}

.cc-banner.cc-bottom {
    right: 0;
    bottom: 0;
    left: 0
}

.cc-banner.cc-theme-edgeless .cc-btn {
    height: 100%;
    margin: 0;
    padding: .8em 1.8em
}

.cc-banner .cc-message {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
    margin-right: 0;
}

.cc-compliance-wrapper {
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
}

@media screen and (min-width: 1024px) {

    .cc-banner .cc-message {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 60%;
        flex-preferred-size: 60%;
        max-width: 60%;
    }

    .cc-compliance-wrapper {
        flex: 1 1 auto;
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 40%;
        flex-preferred-size: 40%;
        max-width: 40%;
    }
}

.cc-compliance {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}

.cc-top .cc-compliance, .cc-bottom .cc-compliance {
    padding-right: 0;
}

.cc-theme-classic .cc-btn {
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 2px;
    border: none;
    color: #fff;
    margin-right: 1em;
    min-width: 125px;
    height: auto;
    white-space: normal;
    word-break: break-word;
    word-wrap: break-word;

    font-family: 'acumin-pro',sans-serif;
    padding: 12px 10px;
    line-height: 1.2;
    font-size: .813em;
    font-weight: 600;
    letter-spacing: 0.01em;
}
.cc-theme-classic .cc-btn:visited,
.cc-theme-classic .cc-btn:focus,
.cc-theme-classic .cc-btn:active,
.cc-theme-classic .cc-btn:hover {
    color: #fff;
}

.cc-top .cc-compliance .cc-btn+.cc-btn, .cc-bottom .cc-compliance .cc-btn+.cc-btn {
    margin-top: 0;
}

.cc-top .cc-compliance .cc-btn, .cc-bottom .cc-compliance .cc-btn {
    width: initial;
}

.cc-theme-classic .cc-btn:first-child:hover {
    text-decoration: none;
}

.cc-theme-classic .cc-btn {
    background-color: red !important;
}

.cc-theme-classic .cc-btn:hover {
    background-color: red !important;
}

.cc-window .dp--cookie-check {
    border: none;
    justify-content: center;
}

.dp--cookie-check label {
    margin-top: 0;
    margin-bottom: 8px;
}

.dp--overlay {
    z-index: 6;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.cc-btn.cc-allow-all {
    display: none;
}

.cc-btn.cc-allow {
    margin-right: 0;
}

/**
 * Alfresco
 */
.alfresco-browser-loading,
.alfresco-browser-error {
    display: flex;
    width: 100%;
    height: 200px;
}

.alfresco-browser-loading .paragraph,
.alfresco-browser-error .paragraph {
    margin: auto;
    text-align: center;
}

.alfresco-browser-error .paragraph {
    color: red;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center;
    }
}

table.dataTable tbody td.dataTables_empty {
    height: 110px;
    padding: 80px 10px 8px;
}

table.dataTable tbody tr {
    background-color: transparent;
}

.alfresco-browser-table {
    table-layout:fixed;
}

@media screen and (max-width: 767px) {
    .alfresco-browser-table thead th:nth-child(1) {
        font-size: 0; /* trick to hide only the text and keep displaying the bottom border of the cell */
    }
    .alfresco-browser-table thead th {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

.alfresco-browser-table tbody td:nth-child(2) {
    word-break: break-all;
}

.alfresco-browser-table thead th:nth-child(2) {
    text-align: left;
}

.alfresco-browser-table tbody td {
    text-align: center;
}
.alfresco-browser-table tbody td:nth-child(1) {
    text-align: center;
}
.alfresco-browser-table tbody td:nth-child(2) {
    text-align: left;
}

.alfresco-browser-link:link,
.alfresco-browser-link:visited {
    color: #777;
    border-bottom: 1px solid;
    border-color: #777;
    text-decoration: none;
}

.alfresco-browser-link:hover {
    color: red;
    border-color: #fff;
}

.alfresco-browser-icon {
    /*display: flex;*/
    justify-content: center;
}

.main .alfresco-browser-icon-png {
    width: 17px;
    height: 17px;
    margin-left: 8px;
    cursor: pointer;
}

.main .alfresco-browser-create-zip {
    width: 25px;
    height: 25px;
    vertical-align: bottom;
}

.alfresco-browser-icon,
.alfresco-browser-icon:link,
.alfresco-browser-icon:visited {
    border-bottom: 1px solid;
    border-color: transparent;
    text-decoration: none;
}

.alfresco-browser-breadcrumbs .breadcrumb {
    display: block;
    padding-left: 0;
    margin-top: 0;
    font-weight: 600;
    flex: 1 1 auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    flex-preferred-size: 100%;
    max-width: 100%;
    margin-left: 0;
    position: inherit;
    z-index: 100;
    margin-bottom: 20px;
}

/* Security Bulletin / Bulletin de sécurité */

.security-bulletin__footer {
    display: flex;
}

@media screen and (min-width: 1024px) {
    .security-bulletin__footer {
        justify-content:flex-end
    }

    .security-bulletin__footer .btn__lines {
        width: 50px;
        top: -7px
    }
}

.security-bulletin .btn__wording {
    max-width: 100%;
    font-size: .944444444444444rem;
    line-height: 1.222222222222222rem
}

@media screen and (min-width: 768px) {
    .tlist-security-bulletin-item__text {
        flex: 1 1 75%;
        max-width: 75%
    }
}

/*********************************************************************************
 *** Video Gallery
 *********************************************************************************/

.video-gallery .gallery-block:hover img {
    transform: scale(1.05) translate(-47.5%, -47.5%);
}

.video-gallery .gallery-block:hover svg {
    opacity: 40%;
}

.video-gallery .image-block{
    cursor: pointer;
}

.video-gallery img {
    width: auto;
    max-width: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-gallery svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 40%;
    width: 40%;
}

.video-viewer-container {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    flex-flow: column;
    user-select: none;
}

.video-viewer-toolbar {
    display: flex;
    flex-direction: row-reverse
}

.video-viewer-toolbar > svg {
    cursor: pointer;
}

.video-viewer-content {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-viewer-content > iframe {
    border: none;
    aspect-ratio: 16/9;
    width: 95%;
}

.video-viewer-content > iframe.small-viewport {
    width: auto;
    height: 95%;
}

/*********************************************************************************
 *** Spreadsheets tables
 *********************************************************************************/

table.dataTable.spreadsheet thead .sorting {
    background-image: url("../Images/DataTables/sort_both.png")
}

table.dataTable.spreadsheet thead .sorting_asc {
    background-image: url("../Images/DataTables/sort_asc.png")
}

table.dataTable.spreadsheet thead .sorting_desc {
    background-image: url("../Images/DataTables/sort_desc.png")
}

table.dataTable.spreadsheet thead .sorting_asc_disabled {
    background-image: url("../Images/DataTables/sort_asc_disabled.png")
}

table.dataTable.spreadsheet thead .sorting_desc_disabled {
    background-image: url("../Images/DataTables/sort_desc_disabled.png")
}

.spreadsheet {
    background-color: white;
}

.spreadsheet-licences.dataTable {
    table-layout: fixed;
}

.spreadsheet-licences.dataTable th{
    white-space: nowrap;
}
table tbody tr:nth-child(2n) {
    background-color: lightgrey;
}
