﻿.chocolat-zoomable.chocolat-zoomed .chocolat-img {
    cursor: zoom-out;
}

.chocolat-open {
    overflow: hidden;
}

.chocolat-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #fff;
    display: none;
    opacity: 0.8;
}

.chocolat-wrapper {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 16;
    color: #fff;
}

.chocolat-zoomable .chocolat-img {
    cursor: zoom-in;
}

.chocolat-loader {
    height: 32px;
    width: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;
    z-index: 11;
    background: url(../../bundles/fdcmarchedufilm/js/bower_components/chocolat/src/images/loader.gif);
    display: none;
}

.chocolat-content {
    position: fixed;
    width: 0px;
    height: 0px;
    left: 50%;
    top: 50%;
    z-index: 14;
    text-align: left;
}

    .chocolat-content .chocolat-img {
        position: absolute;
        width: 100%;
        height: 100%;
    }

.chocolat-wrapper .chocolat-left {
    position: absolute;
    left: 0;
    width: 50px;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
    background: url(../../bundles/fdcmarchedufilm/js/bower_components/chocolat/src/images/left.png) 50% 50% no-repeat;
    z-index: 17;
    display: none;
}

.chocolat-wrapper .chocolat-right {
    position: absolute;
    right: 0;
    width: 50px;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
    background: url(../../bundles/fdcmarchedufilm/js/bower_components/chocolat/src/images/right.png) 50% 50% no-repeat;
    z-index: 17;
    display: none;
}

    .chocolat-wrapper .chocolat-right.active {
        display: block;
    }

.chocolat-wrapper .chocolat-left.active {
    display: block;
}

.chocolat-wrapper .chocolat-top {
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    z-index: 17;
    margin-bottom: 10px;
}

.chocolat-wrapper .chocolat-close {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../../bundles/fdcmarchedufilm/js/bower_components/chocolat/src/images/close.png) 50% 50% no-repeat;
}

.chocolat-wrapper .chocolat-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 40px;
    height: 40px;
    font-size: 12px;
    z-index: 17;
    padding-left: 15px;
    padding-right: 15px;
    background: rgba(0, 0, 0, 0.2);
    text-align: right;
    margin-top: 10px;
}

.chocolat-wrapper .chocolat-set-title {
    display: inline-block;
    padding-right: 15px;
    line-height: 1;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.chocolat-wrapper .chocolat-pagination {
    float: right;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
    /*border-right: 1px solid rgba(255, 255, 255, 0.2);*/
}

.chocolat-wrapper .chocolat-fullscreen {
    width: 16px;
    height: 40px;
    display: block;
    margin: auto;
    cursor: pointer;
    float: right;
}

.chocolat-wrapper .chocolat-description {
    display: inline-block;
    float: left;
}

/* compact view */
.chocolat-cover .chocolat-content .chocolat-left,
.chocolat-cover .chocolat-content .chocolat-right {
    position: fixed;
    height: 100%;
    top: 0;
    padding: 0px;
}

.chocolat-cover .chocolat-content .chocolat-right {
    right: 0px;
    background: url(../../bundles/fdcmarchedufilm/js/bower_components/chocolat/src/images/right-compact.png) 100% 50% no-repeat;
}

.chocolat-cover .chocolat-content .chocolat-left {
    left: 0;
    background: url(../../bundles/fdcmarchedufilm/js/bower_components/chocolat/src/images/left-compact.png) 0% 50% no-repeat;
}

.chocolat-cover .chocolat-content .chocolat-top {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1;
}

.chocolat-cover .chocolat-content .chocolat-close {
    background: url(../../bundles/fdcmarchedufilm/js/bower_components/chocolat/src/images/close-compact.png) 0% center no-repeat;
}

.chocolat-cover .chocolat-content .chocolat-bottom {
    bottom: 0;
    left: 0;
    position: fixed;
    background: rgba(255,255,255,0.75);
    z-index: 1;
}

.chocolat-cover .chocolat-content .chocolat-pagination,
.chocolat-cover .chocolat-content .chocolat-description {
    padding: 0 10px;
}


/* no container mode*/
body.chocolat-open > .chocolat-overlay {
    z-index: 15;
}

body.chocolat-open > .chocolat-loader {
    z-index: 15;
}

body.chocolat-open > .chocolat-content {
    z-index: 17;
}

/* container mode*/
.chocolat-in-container .chocolat-wrapper,
.chocolat-in-container .chocolat-content,
.chocolat-in-container .chocolat-overlay {
    position: absolute;
}

.chocolat-in-container {
    position: relative;
}

/* uncomment to hide controls when zoomed-in*/
/*
.chocolat-zoomable .chocolat-top,
.chocolat-zoomable .chocolat-bottom,
.chocolat-zoomable .chocolat-right,
.chocolat-zoomable .chocolat-left {
    transition: opacity .3s ease, visibility 0s .3s;
   opacity: 1;
}

.chocolat-zoomable.chocolat-zoomed .chocolat-top,
.chocolat-zoomable.chocolat-zoomed .chocolat-bottom,
.chocolat-zoomable.chocolat-zoomed .chocolat-right,
.chocolat-zoomable.chocolat-zoomed .chocolat-left {
    visibility: hidden;
    opacity: 0;
}
*/
/*!
 * FullCalendar v2.4.0 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2015 Adam Shaw
 */ .fc {
    direction: ltr;
    text-align: left
}

.fc-rtl {
    text-align: right
}

body .fc {
    font-size: 1em
}

.fc-unthemed .fc-divider, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: #ddd
}

.fc-unthemed .fc-popover {
    background-color: #fff
}

    .fc-unthemed .fc-divider, .fc-unthemed .fc-popover .fc-header {
        background: #eee
    }

        .fc-unthemed .fc-popover .fc-header .fc-close {
            color: #666
        }

.fc-unthemed .fc-today {
    background: #fcf8e3
}

.fc-highlight {
    background: #bce8f1;
    opacity: .3;
    filter: alpha(opacity=30)
}

.fc-bgevent {
    background: #8fdf82;
    opacity: .3;
    filter: alpha(opacity=30)
}

.fc-nonbusiness {
    background: #d7d7d7
}

.fc-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    text-align: center;
    overflow: hidden;
    font-family: "Courier New",Courier,monospace;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .fc-icon:after {
        position: relative;
        margin: 0 -1em
    }

.fc-icon-left-single-arrow:after {
    content: "\02039";
    font-weight: 700;
    font-size: 200%;
    top: -7%;
    left: 3%
}

.fc-icon-right-single-arrow:after {
    content: "\0203A";
    font-weight: 700;
    font-size: 200%;
    top: -7%;
    left: -3%
}

.fc-icon-left-double-arrow:after {
    content: "\000AB";
    font-size: 160%;
    top: -7%
}

.fc-icon-right-double-arrow:after {
    content: "\000BB";
    font-size: 160%;
    top: -7%
}

.fc-icon-left-triangle:after {
    content: "\25C4";
    font-size: 125%;
    top: 3%;
    left: -2%
}

.fc-icon-right-triangle:after {
    content: "\25BA";
    font-size: 125%;
    top: 3%;
    left: 2%
}

.fc-icon-down-triangle:after {
    content: "\25BC";
    font-size: 125%;
    top: 2%
}

.fc-icon-x:after {
    content: "\000D7";
    font-size: 200%;
    top: 6%
}

.fc button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    height: 2.1em;
    padding: 0 .6em;
    font-size: 1em;
    white-space: nowrap;
    cursor: pointer
}

    .fc button::-moz-focus-inner {
        margin: 0;
        padding: 0
    }

.fc-state-default {
    border: 1px solid
}

    .fc-state-default.fc-corner-left {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .fc-state-default.fc-corner-right {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px
    }

.fc button .fc-icon {
    position: relative;
    top: -.05em;
    margin: 0 .2em;
    vertical-align: middle
}

.fc-state-default {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)
}

.fc-state-active, .fc-state-disabled, .fc-state-down, .fc-state-hover {
    color: #333;
    background-color: #e6e6e6
}

.fc-state-hover {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear
}

.fc-state-active, .fc-state-down {
    background-color: #ccc;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)
}

.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}

.fc-button-group {
    display: inline-block
}

.fc .fc-button-group > * {
    float: left;
    margin: 0 0 0 -1px
}

.fc .fc-button-group > :first-child {
    margin-left: 0
}

.fc-popover {
    position: absolute;
    box-shadow: 0 2px 6px rgba(0,0,0,.15)
}

    .fc-popover .fc-header {
        padding: 2px 4px
    }

        .fc-popover .fc-header .fc-title {
            margin: 0 2px
        }

        .fc-popover .fc-header .fc-close {
            cursor: pointer
        }

.fc-ltr .fc-popover .fc-header .fc-title, .fc-rtl .fc-popover .fc-header .fc-close {
    float: left
}

.fc-ltr .fc-popover .fc-header .fc-close, .fc-rtl .fc-popover .fc-header .fc-title {
    float: right
}

.fc-unthemed .fc-popover {
    border-width: 1px;
    border-style: solid
}

    .fc-unthemed .fc-popover .fc-header .fc-close {
        font-size: .9em;
        margin-top: 2px
    }

.fc-popover > .ui-widget-header + .ui-widget-content {
    border-top: 0
}

.fc-divider {
    border-style: solid;
    border-width: 1px
}

hr.fc-divider {
    height: 0;
    margin: 0;
    padding: 0 0 2px;
    border-width: 1px 0
}

.fc-clear {
    clear: both
}

.fc-bg, .fc-bgevent-skeleton, .fc-helper-skeleton, .fc-highlight-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-bg {
    bottom: 0
}

    .fc-bg table {
        height: 100%
    }

.fc table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em
}

.fc th {
    text-align: center
}

.fc td, .fc th {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top
}

    .fc td.fc-today {
        border-style: double
    }

.fc .fc-row {
    border-style: solid;
    border-width: 0
}

.fc-row table {
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;
    border-bottom: 0 hidden transparent
}

.fc-row:first-child table {
    border-top: 0 hidden transparent
}

.fc-row {
    position: relative
}

    .fc-row .fc-bg {
        z-index: 1
    }

    .fc-row .fc-bgevent-skeleton, .fc-row .fc-highlight-skeleton {
        bottom: 0
    }

        .fc-row .fc-bgevent-skeleton table, .fc-row .fc-highlight-skeleton table {
            height: 100%
        }

        .fc-row .fc-bgevent-skeleton td, .fc-row .fc-highlight-skeleton td {
            border-color: transparent
        }

    .fc-row .fc-bgevent-skeleton {
        z-index: 2
    }

    .fc-row .fc-highlight-skeleton {
        z-index: 3
    }

    .fc-row .fc-content-skeleton {
        position: relative;
        z-index: 4;
        padding-bottom: 2px
    }

    .fc-row .fc-helper-skeleton {
        z-index: 5
    }

        .fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
            background: 0 0;
            border-color: transparent;
            border-bottom: 0
        }

        .fc-row .fc-content-skeleton tbody td, .fc-row .fc-helper-skeleton tbody td {
            border-top: 0
        }

.fc-scroller {
    overflow-y: scroll;
    overflow-x: hidden
}

    .fc-scroller > * {
        position: relative;
        width: 100%;
        overflow: hidden
    }

.fc-event {
    position: relative;
    display: block;
    font-size: .85em;
    line-height: 1.3;
    border-radius: 3px;
    border: 1px solid #3a87ad;
    background-color: #3a87ad;
    font-weight: 400
}

    .fc-event, .fc-event:hover, .ui-widget .fc-event {
        color: #fff;
        text-decoration: none
    }

        .fc-event.fc-draggable, .fc-event[href] {
            cursor: pointer
        }

.fc-not-allowed, .fc-not-allowed .fc-event {
    cursor: not-allowed
}

.fc-event .fc-bg {
    z-index: 1;
    background: #fff;
    opacity: .25;
    filter: alpha(opacity=25)
}

.fc-event .fc-content {
    position: relative;
    z-index: 2
}

.fc-event .fc-resizer {
    position: absolute;
    z-index: 3
}

.fc-ltr .fc-h-event.fc-not-start, .fc-rtl .fc-h-event.fc-not-end {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.fc-ltr .fc-h-event.fc-not-end, .fc-rtl .fc-h-event.fc-not-start {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.fc-h-event .fc-resizer {
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    width: 5px
}

.fc-ltr .fc-h-event .fc-start-resizer, .fc-ltr .fc-h-event .fc-start-resizer:after, .fc-ltr .fc-h-event .fc-start-resizer:before, .fc-rtl .fc-h-event .fc-end-resizer, .fc-rtl .fc-h-event .fc-end-resizer:after, .fc-rtl .fc-h-event .fc-end-resizer:before {
    right: auto;
    cursor: w-resize
}

.fc-ltr .fc-h-event .fc-end-resizer, .fc-ltr .fc-h-event .fc-end-resizer:after, .fc-ltr .fc-h-event .fc-end-resizer:before, .fc-rtl .fc-h-event .fc-start-resizer, .fc-rtl .fc-h-event .fc-start-resizer:after, .fc-rtl .fc-h-event .fc-start-resizer:before {
    left: auto;
    cursor: e-resize
}

.fc-day-grid-event {
    margin: 1px 2px 0;
    padding: 0 1px
}

    .fc-day-grid-event .fc-content {
        white-space: nowrap;
        overflow: hidden
    }

    .fc-day-grid-event .fc-time {
        font-weight: 700
    }

    .fc-day-grid-event .fc-resizer {
        left: -3px;
        right: -3px;
        width: 7px
    }

a.fc-more {
    margin: 1px 3px;
    font-size: .85em;
    cursor: pointer;
    text-decoration: none
}

    a.fc-more:hover {
        text-decoration: underline
    }

.fc-limited {
    display: none
}

.fc-day-grid .fc-row {
    z-index: 1
}

.fc-more-popover {
    z-index: 2;
    width: 220px
}

    .fc-more-popover .fc-event-container {
        padding: 10px
    }

.fc-toolbar {
    text-align: center;
    margin-bottom: 1em
}

    .fc-toolbar .fc-left {
        float: left
    }

    .fc-toolbar .fc-right {
        float: right
    }

    .fc-toolbar .fc-center {
        display: inline-block
    }

.fc .fc-toolbar > * > * {
    float: left;
    margin-left: .75em
}

.fc .fc-toolbar > * > :first-child {
    margin-left: 0
}

.fc-toolbar h2 {
    margin: 0
}

.fc-toolbar button {
    position: relative
}

.fc-toolbar .fc-state-hover, .fc-toolbar .ui-state-hover {
    z-index: 2
}

.fc-toolbar .fc-state-down {
    z-index: 3
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
    z-index: 4
}

.fc-toolbar button:focus {
    z-index: 5
}

.fc-view-container *, .fc-view-container :after, .fc-view-container :before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.fc-view, .fc-view > table {
    position: relative;
    z-index: 1
}

.fc-basicDay-view .fc-content-skeleton, .fc-basicWeek-view .fc-content-skeleton {
    padding-top: 1px;
    padding-bottom: 1em
}

.fc-basic-view .fc-body .fc-row {
    min-height: 4em
}

.fc-row.fc-rigid {
    overflow: hidden
}

    .fc-row.fc-rigid .fc-content-skeleton {
        position: absolute;
        top: 0;
        left: 0;
        right: 0
    }

.fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number {
    padding: 0 2px
}

.fc-basic-view td.fc-day-number, .fc-basic-view td.fc-week-number span {
    padding-top: 2px;
    padding-bottom: 2px
}

.fc-basic-view .fc-week-number {
    text-align: center
}

    .fc-basic-view .fc-week-number span {
        display: inline-block;
        min-width: 1.25em
    }

.fc-ltr .fc-basic-view .fc-day-number {
    text-align: right
}

.fc-rtl .fc-basic-view .fc-day-number {
    text-align: left
}

.fc-day-number.fc-other-month {
    opacity: .3;
    filter: alpha(opacity=30)
}

.fc-agenda-view .fc-day-grid {
    position: relative;
    z-index: 2
}

    .fc-agenda-view .fc-day-grid .fc-row {
        min-height: 3em
    }

        .fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
            padding-top: 1px;
            padding-bottom: 1em
        }

.fc .fc-axis {
    vertical-align: middle;
    padding: 0 4px;
    white-space: nowrap
}

.fc-ltr .fc-axis {
    text-align: right
}

.fc-rtl .fc-axis {
    text-align: left
}

.ui-widget td.fc-axis {
    font-weight: 400
}

.fc-time-grid, .fc-time-grid-container {
    position: relative;
    z-index: 1
}

.fc-time-grid {
    min-height: 100%
}

    .fc-time-grid table {
        border: 0 hidden transparent
    }

    .fc-time-grid > .fc-bg {
        z-index: 1
    }

    .fc-time-grid .fc-slats, .fc-time-grid > hr {
        position: relative;
        z-index: 2
    }

    .fc-time-grid .fc-bgevent-skeleton, .fc-time-grid .fc-content-skeleton {
        position: absolute;
        top: 0;
        left: 0;
        right: 0
    }

    .fc-time-grid .fc-bgevent-skeleton {
        z-index: 3
    }

    .fc-time-grid .fc-highlight-skeleton {
        z-index: 4
    }

    .fc-time-grid .fc-content-skeleton {
        z-index: 5
    }

    .fc-time-grid .fc-helper-skeleton {
        z-index: 6
    }

    .fc-time-grid .fc-slats td {
        height: 1.5em;
        border-bottom: 0
    }

    .fc-time-grid .fc-slats .fc-minor td {
        border-top-style: dotted
    }

    .fc-time-grid .fc-slats .ui-widget-content {
        background: 0 0
    }

    .fc-time-grid .fc-highlight-container {
        position: relative
    }

    .fc-time-grid .fc-highlight {
        position: absolute;
        left: 0;
        right: 0
    }

    .fc-time-grid .fc-bgevent-container, .fc-time-grid .fc-event-container {
        position: relative
    }

.fc-ltr .fc-time-grid .fc-event-container {
    margin: 0 2.5% 0 2px
}

.fc-rtl .fc-time-grid .fc-event-container {
    margin: 0 2px 0 2.5%
}

.fc-time-grid .fc-bgevent, .fc-time-grid .fc-event {
    position: absolute;
    z-index: 1
}

.fc-time-grid .fc-bgevent {
    left: 0;
    right: 0
}

.fc-v-event.fc-not-start {
    border-top-width: 0;
    padding-top: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.fc-v-event.fc-not-end {
    border-bottom-width: 0;
    padding-bottom: 1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.fc-time-grid-event {
    overflow: hidden
}

    .fc-time-grid-event .fc-time, .fc-time-grid-event .fc-title {
        padding: 0 1px
    }

    .fc-time-grid-event .fc-time {
        font-size: .85em;
        white-space: nowrap
    }

    .fc-time-grid-event.fc-short .fc-content {
        white-space: nowrap
    }

    .fc-time-grid-event.fc-short .fc-time, .fc-time-grid-event.fc-short .fc-title {
        display: inline-block;
        vertical-align: top
    }

        .fc-time-grid-event.fc-short .fc-time span {
            display: none
        }

        .fc-time-grid-event.fc-short .fc-time:before {
            content: attr(data-start)
        }

        .fc-time-grid-event.fc-short .fc-time:after {
            content: "\000A0-\000A0"
        }

    .fc-time-grid-event.fc-short .fc-title {
        font-size: .85em;
        padding: 0
    }

    .fc-time-grid-event .fc-resizer {
        left: 0;
        right: 0;
        bottom: 0;
        height: 8px;
        overflow: hidden;
        line-height: 8px;
        font-size: 11px;
        font-family: monospace;
        text-align: center;
        cursor: s-resize
    }

        .fc-time-grid-event .fc-resizer:after {
            content: "="
        }

html, img {
    border: 0
}

.icon:not([class*=icon_]):before, body [class*="icon icon_"] {
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader, .slick-slider {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.js-tabby .tabs-pane:focus, .slick-list:focus, a:active, a:hover {
    outline: 0
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden
}

.mfp-arrow, .slick-slider {
    -webkit-tap-highlight-color: transparent
}

.chat-bot:after, .slick-slide.dragging img, header #sticky-user {
    pointer-events: none
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 100;
    src: local('Lato Hairline'), local('Lato-Hairline'), url(https://fonts.gstatic.com/s/lato/v14/S6u8w4BMUTPHh30AXC-v.ttf) format('truetype')
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 300;
    src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh7USSwiPHA.ttf) format('truetype')
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wWw.ttf) format('truetype')
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh6UVSwiPHA.ttf) format('truetype')
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 900;
    src: local('Lato Black'), local('Lato-Black'), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh50XSwiPHA.ttf) format('truetype')
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    margin: 0;
    padding: 0;
    font-size: 62.5%
}

body {
    line-height: 1.5;
    background: #fff;
    margin: 0;
}

a, abbr, acronym, address, article, aside, blockquote, body, caption, code, dd, del, dfn, dialog, div, dl, dt, em, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, iframe, img, label, legend, li, nav, object, ol, p, pre, q, section, span, table, tbody, td, tfoot, th, thead, tr, ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline
}

article, aside, details, dialog, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

caption, td, th {
    text-align: left;
    font-weight: 400;
    float: none !important
}

table, td, th {
    vertical-align: middle
}

blockquote after, blockquote before, q after, q before {
    content: ''
}

a img {
    border: none
}

[hidden], b, i, template {
    display: none
}

h1, h2, h3, h4, h5 {
    margin: 0
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: 1px dotted
}

b, optgroup, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    bottom: -.25em
}

sup {
    top: -.5em
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre, textarea {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type=checkbox], input[type=radio] {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

.mfp-container, .slick-slider {
    -webkit-box-sizing: border-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

.slick-list, legend, td, th {
    padding: 0
}

legend {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@font-face {
    font-family: icon;
    src: url(/content/icon.eot);
    src: url(/content/icon.eot?#iefix) format("eot"), url(/content/icon.woff2) format("woff2"), url(/content/icon.svg#icon) format("svg")
}

@font-face {
    font-family: icons;
    src: url(/content/icons_l2.eot?6b329b5fed30750a169723fe02097f8c);
    src: url(/content/icons_l2.eot?#iefix) format("embedded-opentype"), url(/content/icons_l2.woff?6b329b5fed30750a169723fe02097f8c) format("woff"), url(/content/icons_l2.ttf?6b329b5fed30750a169723fe02097f8c) format("truetype");
    font-weight: 400;
    font-style: normal
}

body [class*="icon icon_"] {
    font-family: icons;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    speak: none;
    text-decoration: inherit;
    text-rendering: auto
}

.icon:not([class*=icon_]):before {
    font-family: icon;
    font-variant: normal;
    text-decoration: none
}

.icon-add-person:before {
    content: "\E001"
}

.icon-app:before {
    content: "\E002"
}

.icon-arrow-down:before {
    content: "\E003"
}

.icon-arrow-fill:before {
    content: "\E004"
}

.icon-arrow-left:before {
    content: "\E005"
}

.icon-arrow-right:before {
    content: "\E006"
}

.icon-arrow-top:before {
    content: "\E007"
}

.icon-article:before {
    content: "\E008"
}

.icon-audio:before {
    content: "\E009"
}

.icon-badge-card-dark:before {
    content: "\E00A"
}

.icon-badge:before {
    content: "\E00B"
}

.icon-bag:before {
    content: "\E00C"
}

.icon-books:before {
    content: "\E00D"
}

.icon-bus-fill:before {
    content: "\E00E"
}

.icon-bus:before {
    content: "\E00F"
}

.icon-calendar:before {
    content: "\E010"
}

.icon-camera-photo:before {
    content: "\E011"
}

.icon-camera-press:before {
    content: "\E012"
}

.icon-camera-round:before {
    content: "\E013"
}

.icon-camera:before {
    content: "\E014"
}

.icon-car-fill:before {
    content: "\E015"
}

.icon-car:before {
    content: "\E016"
}

.icon-card-access:before {
    content: "\E017"
}

.icon-check:before {
    content: "\E018"
}

.icon-chrome:before {
    content: "\E019"
}

.icon-close-big-square:before {
    content: "\E01A"
}

.icon-close-square:before {
    content: "\E01B"
}

.icon-close-thin:before {
    content: "\E01C"
}

.icon-close:before {
    content: "\E01D"
}

.icon-communique:before {
    content: "\E01E"
}

.icon-create:before {
    content: "\E01F"
}

.icon-dailymotion:before {
    content: "\E020"
}

.icon-documen-acces:before {
    content: "\E021"
}

.icon-document-black:before {
    content: "\E022"
}

.icon-door:before {
    content: "\E023"
}

.icon-dot-big:before {
    content: "\E024"
}

.icon-dot-small:before {
    content: "\E025"
}

.icon-download:before {
    content: "\E026"
}

.icon-drag-hand:before {
    content: "\E027"
}

.icon-drag:before {
    content: "\E028"
}

.icon-dress-code:before {
    content: "\E029"
}

.icon-emergency:before {
    content: "\E02A"
}

.icon-event:before {
    content: "\E02B"
}

.icon-facebook:before {
    content: "\E02C"
}

.icon-finder:before {
    content: "\E02D"
}

.icon-firefox:before {
    content: "\E02E"
}

.icon-fullscreen:before {
    content: "\E02F"
}

.icon-hand-drag:before {
    content: "\E030"
}

.icon-hands:before {
    content: "\E031"
}

.icon-hours-black:before {
    content: "\E032"
}

.icon-hours:before {
    content: "\E033"
}

.icon-information:before {
    content: "\E034"
}

.icon-instagram:before {
    content: "\E035"
}

.icon-internet-explorer:before {
    content: "\E036"
}

.icon-language:before {
    content: "\E037"
}

.icon-letter-open:before {
    content: "\E038"
}

.icon-letter:before {
    content: "\E039"
}

.icon-link:before {
    content: "\E03A"
}

.icon-lodging:before {
    content: "\E03B"
}

.icon-map:before {
    content: "\E03C"
}

.icon-marker-black:before {
    content: "\E03D"
}

.icon-media:before {
    content: "\E03E"
}

.icon-mike-fill:before {
    content: "\E03F"
}

.icon-mike-white:before {
    content: "\E040"
}

.icon-mike:before {
    content: "\E041"
}

.icon-minus:before {
    content: "\E042"
}

.icon-more-square:before {
    content: "\E043"
}

.icon-movie-clap:before {
    content: "\E044"
}

.icon-padlock:before {
    content: "\E045"
}

.icon-palme-bg:before {
    content: "\E046"
}

.icon-palme:before {
    content: "\E047"
}

.icon-pause:before {
    content: "\E048"
}

.icon-pdf:before {
    content: "\E049"
}

.icon-pencil:before {
    content: "\E04A"
}

.icon-personal-calendar:before {
    content: "\E04B"
}

.icon-persons:before {
    content: "\E04C"
}

.icon-phone-fill:before {
    content: "\E04D"
}

.icon-photo-single:before {
    content: "\E04E"
}

.icon-photo-support:before {
    content: "\E04F"
}

.icon-image:before, .icon-photo:before {
    content: "\E050"
}

.icon-plane:before {
    content: "\E051"
}

.icon-play:before {
    content: "\E052"
}

.icon-player:before {
    content: "\E053"
}

.icon-playlist:before {
    content: "\E054"
}

.icon-podcast:before {
    content: "\E055"
}

.icon-print:before {
    content: "\E056"
}

.icon-read-latter:before {
    content: "\E057"
}

.icon-release-press:before {
    content: "\E058"
}

.icon-reverseFullscreen:before {
    content: "\E059"
}

.icon-rss:before {
    content: "\E05A"
}

.icon-safari:before {
    content: "\E05B"
}

.icon-search:before {
    content: "\E05C"
}

.icon-selfie:before {
    content: "\E05D"
}

.icon-share:before {
    content: "\E05E"
}

.icon-slideshow:before {
    content: "\E05F"
}

.icon-sound:before {
    content: "\E060"
}

.icon-speacker:before {
    content: "\E061"
}

.icon-stool:before {
    content: "\E062"
}

.icon-taxi-fill:before {
    content: "\E063"
}

.icon-tools:before {
    content: "\E064"
}

.icon-trailer-player:before {
    content: "\E065"
}

.icon-trailer:before {
    content: "\E066"
}

.icon-train:before {
    content: "\E067"
}

.icon-truck:before {
    content: "\E068"
}

.icon-tumblr:before {
    content: "\E069"
}

.icon-tv:before {
    content: "\E06A"
}

.picto-xwhite:before {
    content: "\E06B"
}

.icon-user-fill:before {
    content: "\E06C"
}

.icon-user-round:before {
    content: "\E06D"
}

.icon-video:before {
    content: "\E06E"
}

.icon-wen-fill:before {
    content: "\E06F"
}

.icon-wen-minus:before {
    content: "\E070"
}

.icon-wen-more:before {
    content: "\E071"
}

.icon-wifi:before {
    content: "\E072"
}

.icon-youtube:before {
    content: "\E073"
}

.icon_InternetExplorer:before {
    content: "\f101"
}

.icon_Micro:before {
    content: "\f102"
}

.icon_a-votre-service:before {
    content: "\f103"
}

.icon_acces-libre:before {
    content: "\f104"
}

.icon_acces:before {
    content: "\f105"
}

.icon_accreditation:before {
    content: "\f106"
}

.icon_agenda-personnel:before {
    content: "\f107"
}

.icon_appli:before {
    content: "\f108"
}

.icon_article:before {
    content: "\f109"
}

.icon_assistance-photo:before {
    content: "\f10a"
}

.icon_audio:before {
    content: "\f10b"
}

.icon_avion:before {
    content: "\f10c"
}

.icon_badge:before {
    content: "\f10d"
}

.icon_bande-annonce:before {
    content: "\f10e"
}

.icon_bandes-annonces-extraits:before {
    content: "\f10f"
}

.icon_bus:before {
    content: "\f110"
}

.icon_cadenas:before {
    content: "\f111"
}

.icon_camera:before {
    content: "\f112"
}

.icon_camion:before {
    content: "\f113"
}

.icon_case-fermer:before {
    content: "\f114"
}

.icon_case-plus:before {
    content: "\f115"
}

.icon_casier:before {
    content: "\f116"
}

.icon_chrome:before {
    content: "\f117"
}

.icon_close:before {
    content: "\f118"
}

.icon_communique-presse:before {
    content: "\f119"
}

.icon_consignes:before {
    content: "\f11a"
}

.icon_creer:before {
    content: "\f11b"
}

.icon_dailymotion:before {
    content: "\f11c"
}

.icon_diaporama:before {
    content: "\f11d"
}

.icon_divers:before {
    content: "\f11e"
}

.icon_dossier:before {
    content: "\f11f"
}

.icon_drag:before {
    content: "\f120"
}

.icon_dress-code:before {
    content: "\f121"
}

.icon_enregistreur:before {
    content: "\f122"
}

.icon_espace-presse:before {
    content: "\f123"
}

.icon_evt-conference:before {
    content: "\f124"
}

.icon_evt-personnel:before {
    content: "\f125"
}

.icon_evt-seance-presse:before {
    content: "\f126"
}

.icon_evt-seance:before {
    content: "\f127"
}

.icon_facebook:before {
    content: "\f128"
}

.icon_fermer-cookies:before {
    content: "\f129"
}

.icon_firefox:before {
    content: "\f12a"
}

.icon_fleche-down:before {
    content: "\f12b"
}

.icon_fleche-right:before {
    content: "\f12c"
}

.icon_fleche-top:before {
    content: "\f12d"
}

.icon_flecheGauche:before {
    content: "\f12e"
}

.icon_fullscreen:before {
    content: "\f12f"
}

.icon_hebergement:before {
    content: "\f130"
}

.icon_horaires:before {
    content: "\f131"
}

.icon_informations:before {
    content: "\f132"
}

.icon_instagram:before {
    content: "\f133"
}

.icon_invitation:before {
    content: "\f134"
}

.icon_langue:before {
    content: "\f135"
}

.icon_les-bonnes-pratiques:before {
    content: "\f136"
}

.icon_les-differents-types-dacces:before {
    content: "\f137"
}

.icon_les-salles-de-projections:before {
    content: "\f138"
}

.icon_lettre:before {
    content: "\f139"
}

.icon_link:before {
    content: "\f13a"
}

.icon_lire-plus-tard:before {
    content: "\f13b"
}

.icon_loupeMoins:before {
    content: "\f13c"
}

.icon_loupePlus:before {
    content: "\f13d"
}

.icon_ma-selection:before {
    content: "\f13e"
}

.icon_main-drag:before {
    content: "\f13f"
}

.icon_mains:before {
    content: "\f140"
}

.icon_media:before {
    content: "\f141"
}

.icon_moins:before {
    content: "\f142"
}

.icon_mon-compte:before {
    content: "\f143"
}

.icon_n-urgences:before {
    content: "\f144"
}

.icon_objets-trouves:before {
    content: "\f145"
}

.icon_palme-bg:before {
    content: "\f146"
}

.icon_palme:before {
    content: "\f147"
}

.icon_participer:before {
    content: "\f148"
}

.icon_pause:before {
    content: "\f149"
}

.icon_pdf:before {
    content: "\f14a"
}

.icon_image:before, .icon_photo:before {
    content: "\f14b"
}

.icon_plateau-tv:before {
    content: "\f14c"
}

.icon_play:before {
    content: "\f14d"
}

.icon_player:before {
    content: "\f14e"
}

.icon_playlist:before {
    content: "\f14f"
}

.icon_podcast:before {
    content: "\f150"
}

.icon_point-infos:before {
    content: "\f151"
}

.icon_print:before {
    content: "\f152"
}

.icon_programmation:before {
    content: "\f153"
}

.icon_puce-big:before {
    content: "\f154"
}

.icon_puce-small:before {
    content: "\f155"
}

.icon_recherche:before {
    content: "\f156"
}

.icon_rendez-vous-des-medias:before {
    content: "\f157"
}

.icon_reverseFullScreen:before {
    content: "\f158"
}

.icon_rss:before {
    content: "\f159"
}

.icon_safari:before {
    content: "\f15a"
}

.icon_salle-presse:before {
    content: "\f15b"
}

.icon_se-rendre-a-cannes:before {
    content: "\f15c"
}

.icon_selfie:before {
    content: "\f15d"
}

.icon_service:before {
    content: "\f15e"
}

.icon_share:before {
    content: "\f15f"
}

.icon_son:before {
    content: "\f160"
}

.icon_speacker:before {
    content: "\f161"
}

.icon_taxi:before {
    content: "\f162"
}

.icon_telecharger:before {
    content: "\f163"
}

.icon_telephone:before {
    content: "\f164"
}

.icon_train:before {
    content: "\f165"
}

.icon_transport:before {
    content: "\f166"
}

.icon_tumblr:before {
    content: "\f167"
}

.icon_twitter:before {
    content: "\f168"
}

.icon_video:before {
    content: "\f169"
}

.icon_voiture:before {
    content: "\f16a"
}

.icon_wifi:before {
    content: "\f16b"
}

.icon_youtube:before {
    content: "\f16c"
}

.icon_zone-media:before {
    content: "\f16d"
}

.js-tabby .tabs-pane {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

    .js-tabby .tabs-pane.active {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto
    }

.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.slick-list {
    overflow: hidden;
    margin: 0
}

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    left: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto
}

.mfp-bg, .mfp-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.mfp-arrow:after, .mfp-arrow:before, .mfp-container:before, .mfp-figure:after {
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.popins-container, .slick-arrow.slick-hidden {
    display: none
}

.mfp-bg {
    z-index: 1042;
    height: 100%;
    overflow: hidden;
    opacity: .5;
    background: #0b0b0b
}

.mfp-wrap {
    z-index: 1043;
    height: 100%;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.custom-select__input:focus, .custom-select__option:focus {
    outline: 0
}

.mfp-container {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 8px;
    text-align: center
}

    .mfp-container:before {
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    display: inline-block;
    z-index: 1045;
    position: relative;
    margin: 0 auto;
    text-align: left;
    vertical-align: middle
}

.mfp-close, .mfp-preloader {
    text-align: center;
    position: absolute
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    z-index: 1044;
    top: 50%;
    right: 8px;
    left: 8px;
    width: auto;
    margin-top: -.8em;
    color: #CCC
}

    .mfp-preloader a {
        color: #CCC
    }

        .mfp-close, .mfp-preloader a:hover {
            color: #FFF
        }

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow, button.mfp-close {
    display: block;
    z-index: 1046;
    -webkit-appearance: none;
    padding: 0;
    border: 0;
    overflow: visible;
    outline: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0 0 18px 10px;
    text-decoration: none;
    font-family: Arial, Baskerville, monospace;
    font-size: 28px;
    font-style: normal;
    line-height: 44px;
    opacity: .65
}

    .mfp-close:focus, .mfp-close:hover {
        opacity: 1
    }

    .mfp-close:active {
        top: 1px
    }

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    right: -6px;
    width: 100%;
    padding-right: 6px;
    text-align: right;
    color: #FFF
}

.mfp-title, header #navigation nav {
    text-align: left
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    color: #CCC
}

.mfp-figure, img.mfp-img {
    line-height: 0
}

.mfp-arrow {
    position: absolute;
    top: 50%;
    width: 90px;
    height: 110px;
    margin: -55px 0 0;
    padding: 0;
    opacity: .65
}

    .mfp-arrow:active {
        margin-top: -54px
    }

    .mfp-arrow:focus, .mfp-arrow:hover {
        opacity: 1
    }

    .mfp-arrow:after, .mfp-arrow:before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: inset transparent
    }

    .mfp-arrow:after {
        top: 8px;
        border-top-width: 13px;
        border-bottom-width: 13px
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: .7
    }

.mfp-arrow-left {
    left: 0
}

    .mfp-arrow-left:after {
        margin-left: 31px;
        border-right: 17px solid #FFF
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3F3F3F
    }

.mfp-arrow-right {
    right: 0
}

    .mfp-arrow-right:after {
        margin-left: 39px;
        border-left: 17px solid #FFF
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3F3F3F
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

    .mfp-iframe-holder .mfp-content {
        width: 100%;
        max-width: 900px;
        line-height: 0
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden
}

    .mfp-iframe-scaler iframe {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
        box-shadow: 0 0 8px rgba(0, 0, 0, .6)
    }

.mfp-figure:after, img.mfp-img {
    width: auto;
    height: auto;
    display: block
}

img.mfp-img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 40px 0;
    max-width: 100%
}

.mfp-figure:after {
    z-index: -1;
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 40px;
    left: 0;
    background: #444;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

.mfp-figure small {
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #BDBDBD
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: -36px;
    cursor: auto
}

.mfp-title {
    padding-right: 36px;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-right: 0;
        padding-left: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        position: fixed;
        top: auto;
        bottom: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 3px 5px;
        background: rgba(0, 0, 0, .6)
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0
        }

    .mfp-img-mobile .mfp-counter {
        top: 3px;
        right: 5px
    }

    .mfp-img-mobile .mfp-close {
        position: fixed;
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        padding: 0;
        text-align: center;
        line-height: 35px;
        background: rgba(0, 0, 0, .6)
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-right: 6px;
        padding-left: 6px
    }
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out
}

    .mfp-fade.mfp-bg.mfp-ready {
        opacity: .5
    }

    .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0
    }

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

header {
    font-family: "Camphor W01 Bold", Arial, Helvetica, sans-serif !important;
    background: #181717;
    position: relative;
    z-index: 2;
    width: 100%
}

    header #top-bar {
        height: 28px;
        line-height: 28px;
        -webkit-transition: all .6s cubic-bezier(.15, .9, .34, .95);
        transition: all .6s cubic-bezier(.15, .9, .34, .95)
    }

        header #top-bar .main-nav {
            float: left;
            font-family: "Camphor W01 Bold", Arial, Helvetica, sans-serif;
            -webkit-transition: all .6s cubic-bezier(.15, .9, .34, .95);
            transition: all .6s cubic-bezier(.15, .9, .34, .95)
        }

            header #top-bar .main-nav li {
                margin-left: -4px;
                display: inline-block;
                background-color: #080808;
                border-left: 0 solid #404040;
                border-right: 0 solid #404040;
                border-bottom: 1px solid #404040;
                height: 28px
            }

                header #top-bar .main-nav li a {
                    font-size: 1.2em;
                    color: #8c8c8c;
                    display: block;
                    padding: 0 12px;
                    text-transform: uppercase;
                    -webkit-transition: all .3s cubic-bezier(.15, .9, .34, .95);
                    transition: all .3s cubic-bezier(.15, .9, .34, .95);
                    text-decoration: none;
                    height: 28px;
                    line-height: 28px
                }

                    header #top-bar .main-nav li a.active {
                        color: #c5a26e;
                        border-left: 1px solid #404040 !important;
                        background-color: #181717 !important
                    }

    header .user-nav {
        background-color: #181717;
        border-left: 1px solid #181717;
        float: right;
        font-family: "Camphor W01 Bold", Arial, Helvetica, sans-serif !important;
        padding: 0 15px 0 10px;
        -webkit-transition: all 0s cubic-bezier(.15, .9, .34, .95);
        transition: all 0s cubic-bezier(.15, .9, .34, .95)
    }

        header .user-nav li {
            display: inline-block
        }

            header .user-nav li a {
                color: #fff;
                display: block;
                margin-right: 10px;
                padding: 0 0 1px 4px;
                -webkit-transition: opacity .9s cubic-bezier(.15, .9, .34, .95);
                transition: opacity .9s cubic-bezier(.15, .9, .34, .95);
                text-decoration: none;
                font-size: 1.2em
            }

                header .user-nav li a.account {
                    padding-left: 0
                }

                    header .user-nav li a.account .icon {
                        font-size: .8em;
                        margin-right: 10px;
                        min-width: 9.5px
                    }

                    header .user-nav li a.account:hover {
                        opacity: .7
                    }

                header .user-nav li a.language {
                    background-size: 20px;
                    margin-right: 0
                }

                    header .user-nav li a.language .icon {
                        font-size: 1.7em;
                        vertical-align: sub !important;
                        min-width: 20.5px;
                        margin-right: 10px
                    }

            header .user-nav li .sub-languages {
                height: 0;
                margin-top: 10px;
                opacity: 0;
                position: absolute;
                top: 23px;
                visibility: hidden;
                z-index: 1000;
                -webkit-transition: all .5s cubic-bezier(.15, .9, .34, .95);
                transition: all .5s cubic-bezier(.15, .9, .34, .95);
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0)
            }

                header .user-nav li .sub-languages li {
                    display: block
                }

                    header .user-nav li .sub-languages li a {
                        height: 23px;
                        opacity: 1;
                        color: #fff;
                        -webkit-transition: all .9s cubic-bezier(.15, .9, .34, .95);
                        transition: all .9s cubic-bezier(.15, .9, .34, .95)
                    }

                        header .user-nav li .sub-languages li a:hover {
                            color: #f4f4f4;
                        }

            header .user-nav li.lang:hover .sub-languages {
                opacity: 1;
                visibility: visible;
                height: auto
            }

    header #logo-wrapper {
        background-color: #181717;
        height: 159px !important;
        clear: both;
        position: relative
    }

        header #logo-wrapper .container {
            height: 100%;
            position: relative;
            width: 1280px;
            margin: 0 auto;
            max-width: 100%
        }

        header #logo-wrapper #logo {
            display: block;
            padding: 5px 0 0;
            text-align: left;
            vertical-align: middle;
            width: 181px;
            margin-left: 8px
        }

            header #logo-wrapper #logo img.palm {
                display: block;
                margin: 0 auto;
                width: 145px;
                -webkit-transition: width .3s cubic-bezier(.15, .9, .34, .95);
                transition: width .3s cubic-bezier(.15, .9, .34, .95);
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0)
            }

    header #navigation nav .main-nav, header #navigation nav .main-nav li {
        display: inline-block;
        vertical-align: top
    }

    header #logo-wrapper #logo h1 {
        font-family: "Camphor W01 Bold", Arial, Helvetica, sans-serif;
        position: absolute;
        top: 100px !important;
        left: 10px !important
    }

        header #logo-wrapper #logo h1 a {
            color: #c3a05f;
            text-transform: uppercase
        }

    header #logo-wrapper #logo p.stick {
        opacity: 0;
        visibility: hidden;
        position: relative
    }

    header #logo-wrapper #leaderBoard {
        position: absolute;
        width: 720px;
        height: 90px;
        -webkit-transition: all .5s cubic-bezier(.15, .9, .34, .95);
        transition: all .5s cubic-bezier(.15, .9, .34, .95);
        top: 30px;
        right: 0;
        background: #333;
        text-align: center;
        color: #fff
    }

    header #navigation {
        -webkit-transition: all 0.9s cubic-bezier(0.15, 0.9, 0.34, 0.95);
        transition: all 0.9s cubic-bezier(0.15, 0.9, 0.34, 0.95);
        background-color: #181717;
        border-bottom: 1px solid #404040;
        border-top: 1px solid #404040;
        height: 42px;
        z-index: 500;
        position: relative;
        max-width: 100%;
    }

        header #navigation nav {
            max-width: 1280px;
            margin: 0 auto;
            text-align: left;
        }

            header #navigation nav .main-nav {
                font-family: 'Camphor W01 Heavy';
                font-size: 14px;
                display: inline-block;
                vertical-align: top;
                letter-spacing: 0.65px;
                /* position: relative; */
            }

                header #navigation nav .main-nav li {
                    display: inline-block;
                    vertical-align: top;
                }

                    header #navigation nav .main-nav li a {
                        color: #fff;
                        font-size: 14px;
                        display: block;
                        height: 40px;
                        line-height: 40px;
                        padding: 0 30px;
                        text-transform: uppercase;
                        text-decoration: none;
                        -webkit-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
                        transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
                    }

                        header #navigation nav .main-nav li a:hover, header #navigation nav .main-nav li a.active {
                            color: #55b8a6;
                            -webkit-transition: color 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
                            transition: color 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
                        }

                    header #navigation nav .main-nav li .sub-nav {
                        position: absolute;
                        overflow: hidden;
                        width: 100%;
                        left: 0;
                        top: 40px;
                        background: #181717;
                        display: none;
                        padding: 0 0 0 60px;
                    }

                        header #navigation nav .main-nav li .sub-nav ul {
                            max-width: 1280px;
                            margin: 0 auto;
                        }

                            header #navigation nav .main-nav li .sub-nav ul li a {
                                font-size: 1.2em;
                                padding: 0 20px;
                            }

                            header #navigation nav .main-nav li .sub-nav ul li:first-child a {
                                padding-left: 0;
                            }

                            header #navigation nav .main-nav li .sub-nav ul li:last-child a {
                                padding-right: 0;
                            }

                    header #navigation nav .main-nav li.has-sub:hover .sub-nav {
                        display: block;
                    }

                header #navigation nav .main-nav.aside {
                    float: right;
                    border-right: 1px solid #404040;
                    position: relative;
                    overflow: hidden;
                }

                    header #navigation nav .main-nav.aside li.off {
                        display: none;
                    }

                    header #navigation nav .main-nav.aside li.accreditation {
                        -webkit-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
                        transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
                    }

                        header #navigation nav .main-nav.aside li.accreditation a {
                            background: #222c63;
                            color: #fff;
                        }

                            header #navigation nav .main-nav.aside li.accreditation a:hover, header #navigation nav .main-nav.aside li.accreditation a.active {
                                color: #55b8a6;
                            }

                    header #navigation nav .main-nav.aside li.calendrier {
                        float: right;
                    }

                        header #navigation nav .main-nav.aside li.calendrier a {
                            background: #55b8a6;
                            color: #fff;
                        }

                            header #navigation nav .main-nav.aside li.calendrier a:hover, header #navigation nav .main-nav.aside li.calendrier a.active {
                                color: #222c63;
                            }

                header #navigation nav .main-nav.central.searchOpen li a {
                    padding: 0 20px;
                }

                header #navigation nav .main-nav.aside.searchOpen .accreditation {
                    -webkit-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
                    transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
                    padding-right: 235px;
                }

    header #sticky-user {
        background: #181717;
        opacity: 0;
        position: absolute;
        bottom: 12px;
        right: 0;
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
        -webkit-transition-delay: 0;
        transition-delay: 0
    }

    header #searchBar {
        position: relative;
        right: 0;
        top: 0
    }

    header #searchBarA {
        padding: 0 23px !important
    }

    header .liSearchBox {
        position: absolute;
        right: -235px;
        top: 0;
        width: 235px;
        height: 40px;
        -webkit-transition: all .5s cubic-bezier(.15, .9, .34, .95);
        transition: all .5s cubic-bezier(.15, .9, .34, .95)
    }

    header .searchBox {
        right: 0;
        top: 0;
        width: 100%;
        direction: rtl;
        position: absolute;
        display: block;
        overflow: hidden
    }

    header .showsearchBox {
        right: 0;
        direction: rtl;
        visibility: visible;
        width: 235px;
        -webkit-transition: all .5s cubic-bezier(.15, .9, .34, .95);
        transition: all .5s cubic-bezier(.15, .9, .34, .95)
    }

    header #searchInput {
        background-color: #fff;
        border: 1px solid #fff;
        height: 41px;
        font-weight: 400;
        font-size: 1.2em;
        font-family: Lato, Arial, sans-serif;
        direction: ltr;
        width: 100%;
        padding: 0 20px 0 10px;
        background-image: url(../../bundles/fdcmarchedufilm/images/skin/loupe.png);
        background-repeat: no-repeat;
        background-position-x: 95%;
        background-position-y: center
    }

    header .hidden {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .9s cubic-bezier(.15, .9, .34, .95);
        transition: all .9s cubic-bezier(.15, .9, .34, .95)
    }

    header.sticky {
        position: fixed;
        top: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        z-index: 1005;
    }

        header.sticky #logo-wrapper {
            height: 50px !important;
            -webkit-transition: all .5s cubic-bezier(.15, .9, .34, .95);
            transition: all .5s cubic-bezier(.15, .9, .34, .95)
        }

            header.sticky #logo-wrapper #logo {
/*                width: 400px;
*/                padding-top: 5px;
                display: inline-block;
                text-align: center;
                vertical-align: middle;
                margin-left: 30px;
                float: none
            }

                header.sticky #logo-wrapper #logo p.stick {
                    float: left;
                    font-size: 1.1rem;
                    margin: 7px 0 0 30px;
                    opacity: 1;
                    visibility: visible
                }

                header.sticky #logo-wrapper #logo .palm {
                    float: left;
                    width: 56px
                }

        header.sticky #sticky-user {
            opacity: 1;
            visibility: visible;
            float: right;
            pointer-events: auto;
            margin-top: 18px;
            -webkit-transition: all .3s ease .3s;
            transition: all .3s ease .3s;
           /* z-index: 11*/
        }

        header.sticky #leaderBoard, header.sticky #top-bar {
            opacity: 0;
            visibility: hidden
        }

        header.sticky #sticky-user .sub-languages {
            background-color: #181717
        }

        header.sticky #top-bar {
            display: none;
            -webkit-transition: all .3s ease;
            transition: all .3s ease
        }

        header.sticky h1 {
            display: none
        }

a {
    color: #c3a05f
}

#content {
    overflow: hidden;
    max-width: 100%;
    font-family: Lato, Arial, sans-serif
}

.row {
    width: 1280px;
    margin: 0 auto;
    height: 100%
}

.chat-bot {
    position: fixed;
    z-index: 20;
    right: 25px;
    top: 240px;
    background: #327a8b;
    text-transform: uppercase;
    width: 225px;
    height: 80px;
    padding-left: 80px;
    line-height: 80px;
    font-size: 1.3em;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    -webkit-box-shadow: 0 30px 40px rgba(0, 0, 0, .3);
    box-shadow: 0 30px 40px rgba(0, 0, 0, .3)
}

    .chat-bot:after, .chat-bot:before {
        position: absolute;
        content: ''
    }

    .chat-bot:after {
        left: 100%;
        top: 50%;
        border: solid transparent;
        height: 0;
        width: 0;
        border-color: rgba(136, 183, 213, 0);
        border-left-color: #327a8b;
        border-width: 12px;
        margin-top: -12px
    }

    .chat-bot:before {
        display: inline-block;
        background: url(../../bundles/fdcmarchedufilm/images/skin/icon-card.svg) left top no-repeat;
        background-size: 100%;
        width: 38px;
        height: 31px;
        left: 25px;
        top: 25px
    }

.module, .module--header__slider {
    width: 100%
}

.module {
    display: block;
    position: relative
}

.module__title {
    font-weight: 400;
    font-size: 4em
}

.module--header__slider li {
    width: 100%;
    display: block;
    float: left;
    max-width: 100%
}

    .module--header__slider li.main-slide .inner {
        background-color: #222c63;
        background-image: url(../../bundles/fdcmarchedufilm/images/data/slider-HD-1.jpg);
        background-size: cover;
        height: 670px;
        padding: 140px 150px 0
    }

        .module--header__slider li.main-slide .inner .main-slide__title {
            text-transform: uppercase;
            font-weight: 100;
            color: #8cffff;
            font-size: 15em
        }

            .module--header__slider li.main-slide .inner .main-slide__title span {
                font-weight: 500
            }

        .module--header__slider li.main-slide .inner .main-slide__details {
            color: #fff;
            text-transform: uppercase;
            font-size: 2em
        }

            .module--header__slider li.main-slide .inner .main-slide__details .span--1 {
                font-weight: 500;
                display: inline-block;
                padding: 0 40px 0 0
            }

            .module--header__slider li.main-slide .inner .main-slide__details .span--2 {
                font-weight: 300
            }

.module--push {
    height: 800px;
    overflow: hidden
}

.module--push__category {
    text-transform: uppercase;
    font-size: 1.2em;
    margin: 260px 0 60px;
    color: #c3a05f;
    z-index: 1;
    position: relative
}

.module--push__icon {
    width: 72px;
    height: 75px;
    display: block;
    text-align: center;
    background: url(../../bundles/fdcmarchedufilm/images/skin/icon-arrow-right.png) center center no-repeat #212121;
    background-size: 11px;
    position: absolute;
    right: 70px;
    bottom: 70px;
    z-index: 1
}

.module--push__block {
    text-decoration: none;
    float: left;
    color: #fff;
    background: #333;
    padding: 0 60px;
    position: relative
}

    .module--push__block.block--big {
        width: 50%;
        height: 100%
    }

        .module--push__block.block--big .module--push__icon {
            background-color: #222c63
        }

    .module--push__block.block--medium {
        width: 50%;
        height: 50%
    }

        .module--push__block.block--medium .module--push__category {
            margin: 200px 0 30px
        }

        .module--push__block.block--medium .module--push__icon {
            background-color: #55b8a6
        }

        .module--push__block.block--medium + .block--medium .module--push__icon {
            background-color: #327a8b
        }

    .module--push__block img {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0;
        left: 0;
        top: 0;
        -o-object-fit: cover;
        object-fit: cover
    }

.module--push__title {
    color: #fff;
    font-size: 4em;
    z-index: 1;
    position: relative
}

.module--news {
    background: #fff;
    padding: 100px 0;
    height: 460px
}

    .module--news .module__title {
        margin: 0 0 60px
    }

.module--news__link-all {
    text-decoration: none;
    text-transform: uppercase;
    color: #c3a05f;
    font-size: 1.2em
}

.module--news .slick-slide {
    margin: 0 10px
}

.module--news .slick-list {
    margin: 0 -10px
}

.module--news__slider {
    position: absolute;
    left: 300px;
    top: 0;
    width: 1320px;
    height: 260px;
    overflow: hidden
}

    .module--news__slider li {
        display: block;
        float: left;
        margin: 0 20px 0 0
    }

        .module--news__slider li a {
            display: block;
            border: 1px solid #d0d5d8;
            border-top: 3px solid #222c63;
            background: #fff;
            width: 312px !important;
            height: 260px;
            text-decoration: none;
            padding: 35px;
            position: relative
        }

            .module--news__slider li a:hover {
                background: #f7f7f7
            }

        .module--news__slider li:nth-child(1) a, .module--news__slider li:nth-child(10) a, .module--news__slider li:nth-child(4) a, .module--news__slider li:nth-child(7) a {
            border-top-color: #55b8a6
        }

        .module--news__slider li:nth-child(2) a, .module--news__slider li:nth-child(5) a, .module--news__slider li:nth-child(8) a {
            border-top-color: #327a8b
        }

.module--news__title {
    font-size: 3em;
    font-weight: 300;
    color: #595f68
}

.module--news__link {
    font-size: 1.2em;
    text-transform: uppercase;
    color: #c3a05f;
    position: absolute;
    left: 35px;
    bottom: 35px
}

.module--services {
    background-color: #222c63;
    background-image: -webkit-linear-gradient(336deg, #222c63 0, #55b8a6 100%);
    background-image: linear-gradient(114deg, #222c63 0, #55b8a6 100%);
    padding: 100px 0
}

    .module--services .module__title {
        color: #fff
    }

.module--services__slider {
    padding: 50px 0
}

    .module--services__slider li {
        display: block;
        float: left;
        width: 494px;
        height: 611px;
        position: relative;
        z-index: 1
    }

        .module--services__slider li a {
            display: block;
            padding: 275px 75px 0;
            width: 494px;
            height: 494px;
            overflow: hidden;
            text-decoration: none;
            position: relative;
            margin-top: 58px
        }

            .module--services__slider li a .picture {
                position: absolute;
                left: 0;
                z-index: 0;
                width: 494px;
                height: 494px;
                overflow: hidden;
                top: 0;
                -webkit-transition: all .5s ease;
                transition: all .5s ease
            }

                .module--services__slider li a .picture:before {
                    position: absolute;
                    left: 0;
                    content: '';
                    display: block;
                    z-index: 5;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    background: rgba(0, 0, 0, .5);
                    -webkit-transition: all .5s ease;
                    transition: all .5s ease
                }

        .module--services__slider li.active {
            z-index: 5
        }

            .module--services__slider li.active a {
                height: 611px;
                -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, .8);
                box-shadow: 0 3px 30px rgba(0, 0, 0, .8);
                -webkit-transition: all .5s ease;
                transition: all .5s ease;
                margin-top: 0
            }

            .module--services__slider li.active .picture {
                height: 611px;
                -webkit-transition: all .5s ease;
                transition: all .5s ease
            }

                .module--services__slider li.active .picture img {
                    -webkit-transform: scale(1.2);
                    -ms-transform: scale(1.2);
                    transform: scale(1.2);
                    -webkit-transition: all .3s ease;
                    transition: all .3s ease
                }

                .module--services__slider li.active .picture:before {
                    opacity: 0;
                    -webkit-transition: all .5s ease;
                    transition: all .5s ease
                }

.module--services__id {
    color: #c3a05f;
    font-size: 1.2em;
    font-weight: 700;
    display: block;
    margin: 0 0 60px;
    position: relative;
    z-index: 1
}

.module--services__title {
    font-weight: 300;
    font-size: 3.5em;
    color: #fff;
    position: relative;
    z-index: 1
}

.module--two-blocks {
    background: #fff;
    height: 680px
}

.module--two-blocks__content {
    width: 50%;
    height: 100%;
    color: #fff;
    position: relative;
    z-index: 1
}

.module--two-blocks__inner {
    width: 390px;
    text-align: left;
    position: relative;
    z-index: 1;
    height: 100%
}

.module--two-blocks .picture, .module--two-blocks__slider {
    position: absolute;
    top: 170px;
    z-index: 3;
    right: 0
}

.module--two-blocks__slider {
    width: 727px;
    height: 413px
}

    .module--two-blocks__slider li {
        display: block;
        float: left;
        width: 727px;
        height: 413px;
        position: relative
    }

        .module--two-blocks__slider li:before {
            position: absolute;
            bottom: 23px;
            width: 100%;
            background: #222c63;
            height: 6px;
            left: 0;
            display: block;
            content: '';
            z-index: 0
        }

        .module--two-blocks__slider li:after {
            z-index: 2;
            position: absolute;
            bottom: 23px;
            background: #55b8a6;
            height: 6px;
            left: 0;
            display: block;
            content: '';
            width: 0;
            -webkit-transition: all 4.2s linear;
            transition: all 4.2s linear
        }

.module--infos .module--two-blocks__content:after, .module--infos:before, .module--participation .module--two-blocks__content:after, .module--participation:before {
    content: '';
    z-index: 0;
    position: absolute
}

.module--two-blocks__slider li.slick-active:after {
    width: 100%;
    -webkit-animation: 4.2s linear 0s 1 width0to100;
    animation: 4.2s linear 0s 1 width0to100
}

@-webkit-keyframes width0to100 {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@keyframes width0to100 {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

.module--two-blocks .btn {
    position: absolute;
    left: 0;
    bottom: 20px
}

.module--participation .module--two-blocks__content {
    padding: 170px 0 70px;
    height: 100%
}

    .module--participation .module--two-blocks__content .module__title {
        color: #fff;
        margin: 0 0 40px
    }

    .module--participation .module--two-blocks__content p {
        color: #a1abe1;
        font-size: 1.3em;
        line-height: 30px
    }

    .module--participation .module--two-blocks__content:after {
        display: inline-block;
        background: url(../../bundles/fdcmarchedufilm/images/skin/blue-palm.png) left top no-repeat;
        background-size: 100%;
        width: 978px;
        height: 892px;
        top: -220px;
        right: 0
    }

.module--participation .picture {
    -webkit-box-shadow: 0 50px 50px rgba(0, 0, 0, .15);
    box-shadow: 0 50px 50px rgba(0, 0, 0, .15)
}

.module--participation:before {
    width: 50%;
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    background: #222c63
}

.module--infos .module--two-blocks__content {
    padding: 170px 0 70px 240px;
    height: 100%;
    float: right
}

    .module--infos .module--two-blocks__content .module__title {
        color: #fff;
        margin: 0 0 40px
    }

    .module--infos .module--two-blocks__content p {
        color: #fff;
        text-transform: uppercase;
        font-size: 1.2em;
        line-height: 3em;
        padding: 0 0 60px
    }

    .module--infos .module--two-blocks__content ul {
        padding: 0 0 60px
    }

        .module--infos .module--two-blocks__content ul li {
            list-style: none;
            color: #fff;
            text-transform: uppercase;
            font-size: 1.2em;
            line-height: 3em
        }

            .module--infos .module--two-blocks__content ul li a {
                color: #fff;
                text-decoration: none
            }

    .module--infos .module--two-blocks__content:after {
        display: inline-block;
        background: url(../../bundles/fdcmarchedufilm/images/skin/green-palm.png) left top no-repeat;
        background-size: 100%;
        width: 741px;
        height: 663px;
        top: -105px;
        left: 0
    }

.module--infos:before {
    width: 50%;
    display: block;
    right: 0;
    top: 0;
    height: 100%;
    background: #327a8b
}

.module--infos .map, .module--infos .picture {
    position: absolute;
    left: 0;
    right: auto;
    top: 170px;
    z-index: 3;
    -webkit-box-shadow: 0 50px 50px rgba(0, 0, 0, .15);
    box-shadow: 0 50px 50px rgba(0, 0, 0, .15)
}

.module--infos .map {
    width: 727px;
    height: 413px
}

    .module--infos .map iframe {
        width: 100%;
        height: 100%
    }

.module--hero {
    text-align: center;
    color: #fff;
    height: 184px;
    line-height: 184px;
    background-color: #3b7184;
    background-image: url(../../bundles/fdcmarchedufilm/images/skin/bg-hero-refonte.png), -webkit-linear-gradient(336deg, #55b8a6 0, #222c63 100%);
    background-image: url(../../bundles/fdcmarchedufilm/images/skin/bg-hero-refonte.png), linear-gradient(114deg, #55b8a6 0, #222c63 100%);
    background-position: top right;
    background-repeat: no-repeat
}

.module--hero__title {
    font-size: 4em;
    display: inline-block;
    margin: 0
}

.module--offers {
    padding: 60px 0 0
}

.module--offers__title {
    font-weight: 400;
    color: #181717;
    font-size: 3em;
    margin: 0 0 30px
}

.module--offers p {
    color: #a2a2a2;
    font-size: 1.8em;
    padding: 0 0 5px;
    font-weight: 400
}

.module--offers__block {
    width: 100%;
    background-color: #327a8b;
    background-image: -webkit-linear-gradient(352deg, #1f2a66 0, #1f2a66 0, #43a3a3 100%);
    background-image: linear-gradient(98deg, #1f2a66 0, #1f2a66 0, #43a3a3 100%);
    color: #fff;
    padding: 40px 50px;
    margin: 50px 0 30px
}

.module--offers__block__title {
    font-weight: 300;
    font-size: 3em;
    margin: 0 0 10px
}

.module--offers__block p {
    font-size: 1.8em;
    line-height: 2em;
    color: #fff;
    padding: 0
}

.module--tabs__nav {
    height: 220px;
    max-width: 100%;
    display: table;
    width: 100%;
    table-layout: fixed;
}

    .module--tabs__nav li {
        /*display: block;
    float: left;
    width: 33.33%*/
        display: table-cell;
        height: 100%;
        width: 100%;
        max-width: 100%;
    }

        .module--tabs__nav li a {
            width: 100%;
            height: 100%;
            display: block;
            text-decoration: none;
            color: #212121;
            font-size: 3em;
            padding: 50px;
            font-weight: 300;
            border-right: 1px solid #d6dadd;
            border-top: 3px solid #55b8a6
        }

            .module--tabs__nav li a.active, .module--tabs__nav li a:hover {
                color: #fff;
                background-color: #222c63;
                background-image: -webkit-linear-gradient(336deg, #263768 0, #305275 100%);
                background-image: linear-gradient(114deg, #263768 0, #305275 100%);
                border-color: transparent !important
            }

        .module--tabs__nav li:first-child a {
            border-top-color: #222c63;
            border-left: 1px solid #d6dadd
        }

        .module--tabs__nav li:last-child a {
            border-top-color: #327a8b
        }

.module--tabs__container {
    background-color: #222c63;
    background-image: -webkit-linear-gradient(336deg, #222c63 0, #55b8a6 100%);
    background-image: linear-gradient(114deg, #222c63 0, #55b8a6 100%);
    padding: 50px 0 160px
}

    .module--tabs__container .access-price {
        margin: 0 0 55px;
        position: relative;
        text-align: center;
        z-index: 5
    }

        .module--tabs__container .access-price:after, .module--tabs__container .access-price:before {
            display: block;
            width: 50%;
            position: absolute;
            top: 50%;
            height: 12px;
            margin-top: -6px;
            content: ''
        }

        .module--tabs__container .access-price:before {
            left: 0;
            background: #222c63
        }

        .module--tabs__container .access-price:after {
            right: 0;
            background: #fff;
            opacity: .1
        }

    .module--tabs__container .access-price__item {
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
        width: 190px;
        height: 190px;
        line-height: 190px;
        background: #fff;
        text-align: center;
        position: relative;
        z-index: 1
    }

        .module--tabs__container .access-price__item .in {
            display: inline-block;
            vertical-align: middle;
            line-height: 1.2;
            position: relative;
            z-index: 5
        }

        .module--tabs__container .access-price__item .amount {
            margin: 5px 0;
            font-size: 2em
        }

        .module--tabs__container .access-price__item .date {
            font-weight: 700;
            font-size: 1.4em
        }

        .module--tabs__container .access-price__item .special {
            font-size: 1.5em;
            font-weight: 700;
            margin: 5px 0
        }

    .module--tabs__container .access-price .state--1 {
        background: #8e9aae;
        color: #595f68
    }

    .module--tabs__container .access-price .state--2 {
        background: #222c63;
        color: #fff;
        position: relative;
        width: 214px;
        height: 214px
    }

        .module--tabs__container .access-price .state--2 .amount {
            color: #c3a05f
        }

        .module--tabs__container .access-price .state--2:before {
            content: '';
            display: block;
            position: absolute;
            top: -18px;
            left: -18px;
            width: 250px;
            height: 250px;
            border-radius: 50%;
            z-index: 0;
            background-color: #55b8a6;
            background-image: -webkit-linear-gradient(336deg, #222c63 0, #55b8a6 100%);
            background-image: linear-gradient(114deg, #222c63 0, #55b8a6 100%)
        }

        .module--tabs__container .access-price .state--2:after {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            z-index: 1;
            background-color: #222c63
        }

    .module--tabs__container .access-price .state--3 {
        background: #fff;
        color: #c3a05f
    }

        .module--tabs__container .access-price .state--3 .amount {
            color: #595f68
        }

    .module--tabs__container .access-price .item--2 {
        margin: 0 260px
    }

    .module--tabs__container .list-access {
        width: 100%
    }

        .module--tabs__container .list-access li {
            display: inline-block;
            vertical-align: top;
            width: 631px;
            min-height: 200px;
            background-color: #fff;
            padding: 40px 35px;
            border: 1px solid #d0d5d8;
            position: relative;
            margin: 0 15px 18px 0;
            z-index: 5
        }

            .module--tabs__container .list-access li:nth-child(2n) {
                margin-right: 0
            }

            .module--tabs__container .list-access li .access_title {
                color: #202020;
                font-size: 2em;
                margin: 0 0 10px
            }

                .module--tabs__container .list-access li .access_title span {
                    color: #55b8a6;
                    display: block
                }

            .module--tabs__container .list-access li p {
                color: #a2a2a2;
                font-size: 1.3em;
                line-height: 1.8em
            }

            .module--tabs__container .list-access li .badge {
                color: #c3a05f;
                text-transform: uppercase;
                font-size: 1.2em;
                position: absolute;
                right: 30px;
                top: 30px
            }

                .module--tabs__container .list-access li .badge:before {
                    vertical-align: middle;
                    display: inline-block;
                    content: '';
                    width: 33px;
                    height: 33px;
                    background: url(../../bundles/fdcmarchedufilm/images/skin/icon-check.png) left top no-repeat;
                    background-size: 100%;
                    text-align: center;
                    color: #fff;
                    margin: 0 12px 0 0
                }

.module--push-slider {
    position: absolute;
    top: 500px;
    width: 100%;
    z-index: 5;
    height: 300px
}

    .module--push-slider .module--news__slider {
        left: 50%;
        margin-left: -100px
    }

.module--content {
    padding: 60px 0 40px
}

    .module--content .row {
        padding: 0 63px
    }

    .module--content .module__title {
        font-size: 3em;
        font-weight: 400;
        margin: 0 0 35px;
        padding: 0
    }

    .module--content p {
        color: #a2a2a2;
        font-size: 1.8em;
        line-height: 2em;
        margin: 0 0 20px;
        font-family: 'Lato';
        font-weight: 400;
    }

        .module--content p strong {
            color: #272727;
        }

        .module--content p a {
            color: #222c63;
        }

    .module--content strong p {
        color: #272727;
    }

.module--dispatch {
    overflow: hidden;
    padding-top: 79px;
}

    .module--dispatch .row {
        padding: 0 63px;
    }

    .module--dispatch li {
        display: block;
        float: left;
        margin: 0 26px 26px 0;
        list-style-type: none;
        width: 342px;
    }

        .module--dispatch li a {
            display: block;
            color: #000;
            text-decoration: none;
            background: #f8f8f8
        }

            .module--dispatch li a .picture {
                position: relative;
                overflow: hidden;
            }

                .module--dispatch li a .picture:before {
                    content: '';
                    width: 12px;
                    height: 12px;
                    display: block;
                    background: url(../../bundles/fdcmarchedufilm/images/skin/icon-plus-blue.png) left top no-repeat;
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    margin-top: -6px;
                    margin-left: -6px;
                    z-index: 2
                }

                .module--dispatch li a .picture:after {
                    position: absolute;
                    content: '';
                    width: 100%;
                    top: 0;
                    left: 0;
                    height: 100%;
                    display: block;
                    z-index: 1;
                    background: rgba(0, 0, 0, .5);
                    -webkit-transition: all .5s ease;
                    transition: all .5s ease
                }

                .module--dispatch li a .picture img {
                    display: block;
                    opacity: 1
                }

            .module--dispatch li a:hover .picture:after {
                opacity: 0
            }

            .module--dispatch li a .in {
                padding: 30px;
                height: 290px
            }

                .module--dispatch li a .in .title {
                    font-size: 2.8em;
                    line-height: 1.2;
                    font-weight: 700;
                    color: #181717;
                    padding: 0 0 5px;
                    height: 90px;
                    font-family: 'Lato';
                    font-weight: 700;
                }

                .module--dispatch li a .in p {
                    color: #b1b1b1;
                    font-size: 1.3em;
                    line-height: 1.9em;
                    font-family: "Camphor W01 Regular", Arial, Helvetica, sans-serif
                }

                .module--dispatch li a .in .sub-title {
                    color: #505050;
                    margin: 0 0 5px;
                    font-family: "Camphor W01 Bold", Arial, Helvetica, sans-serif
                }

                .module--dispatch li a .in .dots {
                    color: #505050;
                    font-weight: 700;
                    font-family: 'Playfair Display', 'Times New Roman', Times, serif
                }

.module--faq__nav li a, .module--faq__tabs-container .tabs-pane .question {
    font-family: "Camphor W01 Bold", Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: uppercase
}

.module.pb {
    padding-bottom: 156px;
}

.module--informations {
    padding: 60px 0;
    text-align: center;
    background: #f8f8f8
}

    .module--informations .block {
        display: inline-block;
        vertical-align: top;
        margin: 0 40px
    }

        .module--informations .block p {
            font-size: 1.6em;
            line-height: 2em;
            color: #505050
        }

        .module--informations .block .date {
            text-transform: uppercase;
            color: #c3a05f;
            font-weight: 700;
            font-size: 1.2em
        }

.module--contact .success, .module--contact__intro {
    color: #666;
    font-size: 1.6em;
    line-height: 2em;
    margin: 0 0 35px;
    text-align: center
}

.module--contact {
    padding: 60px 0 0
}

    .module--contact .success {
        display: none;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        padding: 35px 0
    }

.module--faq {
    overflow: hidden
}

    .module--faq .row {
        padding: 0 63px
    }

.module--faq__nav {
    display: block;
    border-left: 1px solid #d7d7d7;
    width: 255px;
    padding: 0 35px 0 0;
    float: left
}

    .module--faq__nav li {
        display: block;
        padding: 0 0 25px
    }

        .module--faq__nav li:last-child {
            padding-bottom: 0
        }

        .module--faq__nav li a {
            display: block;
            color: #ccc;
            font-size: 1.2em;
            position: relative;
            padding: 3px 0 3px 20px
        }

            .module--faq__nav li a.active, .module--faq__nav li a:hover {
                color: #222c63
            }

                .module--faq__nav li a.active:before {
                    content: '';
                    display: block;
                    width: 5px;
                    height: 100%;
                    position: absolute;
                    left: -3px;
                    top: 0;
                    background: #222c63
                }

.module--faq__tabs-container {
    width: 897px;
    float: left
}

    .module--faq__tabs-container .tabs-pane .item {
        margin: 0 0 3px
    }

    .module--faq__tabs-container .tabs-pane .question {
        display: block;
        width: 100%;
        font-size: 1.6em;
        color: #505050;
        background: #f8f8f8;
        padding: 30px 70px 30px 50px;
        position: relative
    }

        .module--faq__tabs-container .tabs-pane .question.active {
            color: #fff;
            background: #327a8b
        }

            .module--faq__tabs-container .tabs-pane .question.active:after {
                background: url(../../bundles/fdcmarchedufilm/images/skin/icon-minus-white.png) left center no-repeat
            }

        .module--faq__tabs-container .tabs-pane .question:after {
            content: '';
            display: block;
            position: absolute;
            right: 50px;
            top: 50%;
            margin-top: -6px;
            width: 12px;
            height: 12px;
            background: url(../../bundles/fdcmarchedufilm/images/skin/icon-plus-gray.png) left top no-repeat
        }

    .module--faq__tabs-container .tabs-pane .answer {
        background: #f8f8f8;
        padding: 30px 50px;
        display: none
    }

        .module--faq__tabs-container .tabs-pane .answer p {
            font-size: 1.4em;
            color: #505050;
            margin: 0 0 25px
        }

            .module--faq__tabs-container .tabs-pane .answer p a {
                color: #55b8a6;
                text-decoration: none
            }

.module--nav {
    width: 100%;
    background: #202020
}

    .module--nav ul {
        text-align: center
    }

        .module--nav ul li {
            display: inline-block;
            vertical-align: middle;
            padding: 16px 30px
        }

            .module--nav ul li a {
                color: #fff;
                text-decoration: none;
                font-size: 1.2em;
                text-transform: uppercase
            }

                .module--nav ul li a.active, .module--nav ul li a:hover {
                    color: #55b8a6
                }

.module--tabs-2 .row {
    padding: 0 63px
}

.module--tabs-2__nav {
    height: 220px
}

    .module--tabs-2__nav li {
        display: block;
        float: left;
        height: 100%;
        width: 25%
    }

        .module--tabs-2__nav li a {
            width: 100%;
            height: 100%;
            display: block;
            text-decoration: none;
            padding: 45px;
            border-right: 1px solid #d6dadd;
            border-top: 3px solid #55b8a6
        }

            .module--tabs-2__nav li a .title {
                color: #212121;
                font-size: 3em;
                line-height: 1.2;
                font-weight: 300;
                height: 90px
            }

            .module--tabs-2__nav li a .details {
                color: #c3a05f;
                font-size: 1.3em
            }

            .module--tabs-2__nav li a.active, .module--tabs-2__nav li a:hover {
                color: #fff;
                background-color: #327a8b;
                border-color: transparent !important
            }

                .module--tabs-2__nav li a.active .details, .module--tabs-2__nav li a.active .title, .module--tabs-2__nav li a:hover .details, .module--tabs-2__nav li a:hover .title {
                    color: #fff
                }

        .module--tabs-2__nav li:first-child a, .blueBckg ul.tabs li:first-child {
            border-top-color: #1357a3;
            border-left: 1px solid #d6dadd
        }

            .module--tabs-2__nav li:first-child a.active, .module--tabs-2__nav li:first-child a:hover,
            .blueBckg ul.tabs li:first-child.active, .blueBckg ul.tabs li:first-child:hover {
                background: #1357a3 !important;
            }

        .module--tabs-2__nav li:nth-child(2) a, .blueBckg ul.tabs li:nth-child(2) {
            border-top-color: #55b8a6 !important;
        }

            .module--tabs-2__nav li:nth-child(2) a.active, .module--tabs-2__nav li:nth-child(2) a:hover,
            .blueBckg ul.tabs li:nth-child(2).active, .blueBckg ul.tabs li:nth-child(2):hover {
                background: #55b8a6 !important;
            }

        .module--tabs-2__nav li:nth-child(3) a, .blueBckg ul.tabs li:nth-child(3) {
            border-top-color: #327a8b !important;
        }

            .module--tabs-2__nav li:nth-child(3) a.active, .module--tabs-2__nav li:nth-child(3) a:hover,
            .blueBckg ul.tabs li:nth-child(3).active, .blueBckg ul.tabs li:nth-child(3):hover {
                background: #327a8b !important;
            }

        .module--tabs-2__nav li:last-child a, .blueBckg ul.tabs li:last-child {
            border-top-color: #323174 !important;
        }

            .module--tabs-2__nav li:last-child a.active, .module--tabs-2__nav li:last-child a:hover,
            .blueBckg ul.tabs li:last-child.active, .blueBckg ul.tabs li:last-child:hover {
                background: #323174 !important;
            }

.module--tabs-2__container #tab-1, .module--tabs-2__container #tab-1 .btn {
    background: #1357a3
}

.module--tabs-2__container #tab-2, .module--tabs-2__container #tab-2 .btn {
    background: #55b8a6
}

.module--tabs-2__container #tab-3, .module--tabs-2__container #tab-3 .btn {
    background: #327a8b
}

.module--tabs-2__container #tab-4, .module--tabs-2__container #tab-4 .btn {
    background: #323174
}

.module--tabs-2__container .tabs-pane {
    padding: 57px
}

    .module--tabs-2__container .tabs-pane .list-block-1 li {
        display: block;
        background: #fff;
        margin: 0 0 10px;
        padding: 35px 50px;
        min-height: 300px
    }

        .module--tabs-2__container .tabs-pane .list-block-1 li .details, .module--tabs-2__container .tabs-pane .list-block-2 li .content .details {
            min-height: 100px
        }

        .module--tabs-2__container .tabs-pane .list-block-1 li .title {
            color: #212121;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 2em;
            margin: 0 0 25px;
            letter-spacing: 1px
        }

        .module--tabs-2__container .tabs-pane .list-block-1 li p {
            color: #7c8187;
            font-size: 1.4em;
            margin: 0 0 20px
        }

            .module--tabs-2__container .tabs-pane .list-block-1 li p a {
                text-decoration: underline;
                color: #55b8a6;
                font-weight: 700
            }

            .module--tabs-2__container .tabs-pane .list-block-1 li p.info {
                color: #212121;
                font-weight: 700;
                text-transform: uppercase
            }

                .module--tabs-2__container .tabs-pane .list-block-1 li p.info span {
                    color: #c3a05f
                }

    .module--tabs-2__container .tabs-pane .block-contact {
        background: rgba(0, 0, 0, .4);
        padding: 25px 60px;
        margin: 40px 0 0
    }

        .module--tabs-2__container .tabs-pane .block-contact .title {
            color: #fff;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 2em;
            margin: 0 0 10px;
            letter-spacing: 1px
        }

        .module--tabs-2__container .tabs-pane .block-contact p {
            color: #fff;
            font-size: 1.4em
        }

            .module--tabs-2__container .tabs-pane .block-contact a, .module--tabs-2__container .tabs-pane .block-contact p.email {
                color: #c3a05f
            }

                .module--tabs-2__container .tabs-pane .block-contact p.email a {
                    color: #c3a05f;
                    text-decoration: none
                }

    .module--tabs-2__container .tabs-pane .block-special {
        background: rgba(0, 0, 0, .3);
        padding: 25px 60px;
        margin: 40px 0 0
    }

        .module--tabs-2__container .tabs-pane .block-special .title {
            color: #fff;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 2em;
            margin: 0 0 10px;
            letter-spacing: 1px
        }

        .module--tabs-2__container .tabs-pane .block-special p {
            color: #fff;
            font-size: 1.4em
        }

        .module--tabs-2__container .tabs-pane .block-special a {
            color: #c3a05f
        }

    .module--tabs-2__container .tabs-pane .list-block-2 li {
        display: block;
        background: #fff;
        margin: 0 0 10px;
        overflow: hidden;
        padding: 35px 0
    }

        .module--tabs-2__container .tabs-pane .list-block-2 li .picture {
            width: 345px;
            display: inline-block;
            vertical-align: middle;
            text-align: center
        }

            .module--tabs-2__container .tabs-pane .list-block-2 li .picture img {
                display: inline-block;
                vertical-align: middle
            }

        .module--tabs-2__container .tabs-pane .list-block-2 li .content {
            display: inline-block;
            vertical-align: middle;
            padding: 10px 50px;
            position: relative;
            width: 692px
        }

            .module--tabs-2__container .tabs-pane .list-block-2 li .content .btn {
                float: right
            }

            .module--tabs-2__container .tabs-pane .list-block-2 li .content .title {
                color: #212121;
                text-transform: uppercase;
                font-weight: 700;
                font-size: 2em;
                margin: 0 0 25px;
                letter-spacing: 1px
            }

            .module--tabs-2__container .tabs-pane .list-block-2 li .content .price {
                text-transform: uppercase;
                color: #fe80c0;
                font-weight: 700;
                margin: 0 0 5px
            }

            .module--tabs-2__container .tabs-pane .list-block-2 li .content p {
                color: #7c8187;
                font-size: 1.4em;
                margin: 0 0 20px
            }

                .module--tabs-2__container .tabs-pane .list-block-2 li .content p a {
                    text-decoration: underline;
                    color: #c3a05f;
                    font-weight: 700
                }

                .module--tabs-2__container .tabs-pane .list-block-2 li .content p.info {
                    color: #212121;
                    font-weight: 700;
                    text-transform: uppercase
                }

                    .module--tabs-2__container .tabs-pane .list-block-2 li .content p.info span {
                        color: #c3a05f
                    }

    .module--tabs-2__container .tabs-pane .list-block-3 {
        overflow: hidden
    }

        .module--tabs-2__container .tabs-pane .list-block-3 > li {
            padding: 40px 50px 108px;
            display: block;
            width: 515px;
            background: #fff;
            margin: 0 0 10px;
            overflow: hidden;
            min-height: 370px;
            float: left;
            position: relative
        }

            .module--tabs-2__container .tabs-pane .list-block-3 > li:nth-child(2n) {
                float: right
            }

            .module--tabs-2__container .tabs-pane .list-block-3 > li ul {
                margin: 0 0 20px
            }

                .module--tabs-2__container .tabs-pane .list-block-3 > li ul li {
                    list-style-type: none;
                    color: #c3a05f;
                    font-size: 1.2em;
                    font-weight: 700;
                    text-transform: uppercase;
                    letter-spacing: 1px
                }

            .module--tabs-2__container .tabs-pane .list-block-3 > li .btn {
                position: absolute;
                left: 50px;
                bottom: 40px
            }

            .module--tabs-2__container .tabs-pane .list-block-3 > li .title {
                color: #212121;
                text-transform: uppercase;
                font-weight: 700;
                font-size: 2em;
                margin: 0 0 10px;
                letter-spacing: 1px
            }

            .module--tabs-2__container .tabs-pane .list-block-3 > li .price {
                text-transform: uppercase;
                color: #fe80c0;
                font-size: 1.2em;
                font-weight: 700;
                margin: 0 0 5px
            }

            .module--tabs-2__container .tabs-pane .list-block-3 > li .details {
                min-height: 100px
            }

/*.module--tabs-2__container .tabs-pane .list-block-3 > li p {
    color: #7c8187;
    font-size: 1.4em;
    margin: 0 0 20px
}*/

.btn, .popin .content ul li {
    font-size: 1.2em;
    text-transform: uppercase
}

.module--tabs-2__container .tabs-pane .list-block-3 > li p a {
    text-decoration: underline;
    color: #c3a05f;
    font-weight: 700
}

.module--tabs-2__container .tabs-pane .info {
    color: #212121;
    font-weight: 700;
    text-transform: uppercase
}

    .module--tabs-2__container .tabs-pane .info span {
        color: #c3a05f
    }

.btn {
    display: inline-block;
    color: #fff;
    background: #c3a05f;
    text-decoration: none;
    padding: 15px 25px;
    border: 0
}

    .btn.dark {
        background: #212121
    }

.popin {
    border-top: 4px solid #323174;
    background: #fff;
    width: 570px;
    margin: 0 auto;
    font-family: Lato, Arial, sans-serif;
    position: relative
}

    .popin .content {
        padding: 60px 50px 120px;
        position: relative;
        height: 100%;
        min-height: 720px
    }

        .popin .content .mfp-close {
            position: absolute;
            right: 40px;
            top: 30px
        }

        .popin .content ul {
            margin: 0 0 20px
        }

            .popin .content ul li {
                list-style-type: none;
                color: #c3a05f;
                font-weight: 700;
                letter-spacing: 1px
            }

        .popin .content .btn {
            position: absolute;
            left: 50px;
            bottom: 40px;
            background: #323174
        }

        .popin .content .title {
            color: #212121;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 2em;
            margin: 0 0 10px;
            letter-spacing: 1px
        }

        .popin .content .price {
            text-transform: uppercase;
            color: #fe80c0;
            font-size: 1.2em;
            font-weight: 700;
            margin: 0 0 5px
        }

        .popin .content .details {
            min-height: 100px
        }

        .popin .content p {
            color: #7c8187;
            font-size: 1.4em;
            margin: 0 0 20px
        }

            .popin .content p a {
                text-decoration: underline;
                color: #c3a05f;
                font-weight: 700
            }

            .popin .content p.info {
                color: #212121;
                font-weight: 700;
                text-transform: uppercase
            }

                .popin .content p.info span {
                    color: #c3a05f
                }

.field {
    position: relative;
    margin: 0 0 14px
}

    .field span.error {
        color: #b72f2f;
        margin: 5px 0 0;
        display: block
    }

    .field.error input, .field.error select, .field.error textarea {
        border-color: #b72f2f
    }

.field-select {
    border-radius: 2px;
    height: 52px;
    background: #fff;
    padding: 0 25px;
    border: 1px solid #ede8e8;
    width: 100%;
    line-height: 52px
}

    .field-select .label {
        font-size: 1.6em;
        color: #999;
        display: inline-block;
        vertical-align: middle
    }

    .field-select select {
        border: 0;
        height: 52px;
        background: #ccc;
        width: 430px;
        display: inline-block;
        vertical-align: middle
    }

.field-text input, .field-text textarea {
    width: 100%;
    background: #fff;
    color: #202020;
    font-size: 1.6em
}

.field-text input {
    border-radius: 2px;
    height: 52px;
    padding: 0 25px;
    border: 1px solid #ede8e8
}

    .field-text input:focus {
        border-color: #202020
    }

.field-text textarea {
    border: 1px solid #ede8e8;
    height: 252px;
    padding: 25px;
    resize: none
}

    .field-text textarea:focus {
        border-color: #202020
    }

.field-buttons .btn {
    float: left
}

.field-buttons .required {
    float: right;
    color: #999;
    font-size: 1.2em
}

#form-contact, #new-form-contact {
    width: 680px;
    margin: 0 auto
}

.custom-select {
    position: relative;
    background-color: #fff;
    border: 0;
    height: 50px;
    width: 430px;
    font-size: 1.2em;
    color: #c3a05f;
    vertical-align: top;
    display: inline-block;
    font-family: "Camphor W01 Bold", Arial, Helvetica, sans-serif
}

.custom-select__input, .custom-select__option {
    display: block;
    -webkit-box-sizing: border-box;
    font-family: inherit;
    width: 100%
}

.custom-select__option {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    text-transform: uppercase;
    border: 0;
    height: 50px;
    border-radius: 0;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.custom-select__option-wrap {
    position: relative;
    max-height: 11.25rem;
    overflow-y: auto
}

.custom-select__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    border-style: solid;
    border-width: 1px 0;
    border-radius: 0
}

.custom-select__dropdown {
    position: absolute;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    color: #202020
}

    .custom-select__dropdown .custom-select__option {
        color: #999
    }

.custom-select--dropup .custom-select__dropdown {
    top: auto
}

.custom-select__option {
    position: relative;
    padding: .375rem .75rem;
    line-height: 1.5
}

.custom-select__dropdown .custom-select__option:hover {
    background-color: #f9f9f9
}

.custom-select__option--value::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    border-bottom-width: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../../bundles/fdcmarchedufilm/images/skin/icon-arrow-down.png) left top no-repeat;
    background-size: 100%;
    width: 15px;
    height: 8px
}

.custom-select--active .custom-select__option--value::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg)
}

.custom-select--active .custom-select__option--value {
    border-bottom-color: transparent;
    border-radius: .25rem .25rem 0 0
}

.custom-select--dropup.custom-select--active .custom-select__option--value {
    border-top-color: transparent;
    border-bottom-color: #e6e6e6;
    border-radius: 0 0 .25rem .25rem
}

.custom-select__option-wrap::-webkit-scrollbar {
    width: 16px
}

.custom-select__option-wrap::-webkit-scrollbar-thumb {
    border: 0 solid transparent;
    background-color: #e6e6e6;
    background-clip: padding-box
}

.custom-select__input {
    z-index: 1;
    position: relative;
    height: 2.25rem;
    margin-top: -1px;
    padding: 0 .75rem;
    border-color: #e6e6e6;
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px)
}

.custom-select--dropup .custom-select__input {
    margin-top: 0;
    border-top-width: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.custom-select__dropdown {
    z-index: 1;
    top: -webkit-calc(100% - 1px);
    top: calc(100% - 1px);
    border: 0 solid #e6e6e6;
    border-radius: 0 0 .25rem .25rem;
    overflow: hidden
}

.custom-select--dropup .custom-select__dropdown {
    bottom: -webkit-calc(100% - 1px);
    bottom: calc(100% - 1px);
    border-width: 1px 1px 0;
    border-radius: .25rem .25rem 0 0
}

/*start home*/
.kl-row {
    height: auto !important;
    width: auto !important;
    margin: 0 -15px;
}

.module--header__slider li.main-slide .inner .main-slide__details {
    text-align: center;
}

    .module--header__slider li.main-slide .inner .main-slide__details .span--1 {
        padding: 0 !important;
    }

.module--header__slider li.main-slide .inner {
    padding: 140px 0 !important;
    text-align: center;
    position: relative;
}

.kl-line-center {
    position: absolute;
    left: 50%;
    right: 50%;
    background: #a7b7c2;
    height: 121px;
    width: 1px;
    bottom: -40px;
}

.kl-container {
    width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.kl-bx-fullwidth {
    position: absolute;
    z-index: 500;
    left: 0;
    bottom: 131px;
    width: 100%;
    text-align: center;
}

.kl-saccrediter {
    background: rgba(0,0,0,0.1);
    padding: 19px 45px;
    display: inline-block;
    margin-top: 112px;
    border: 1px solid #55b8a6;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.05rem;
}

.kl-presentation {
    padding: 103px 0;
    clear: both;
}

.kl-mini-title {
    color: #5c6a73;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Lato-Regular', Arial, sans-serif;
}

.kl-presentation .kl-main-title h2 {
    color: #55b8a6;
    font-size: 45px;
    font-family: "Lato", Arial, sans-serif;
    text-align: center;
    margin: 107px 0 50px;
    font-weight: 700;
}

    .kl-presentation .kl-main-title h2 > span {
        color: #262a2c;
    }

.kl-presentation .kl-main-title .kl-line {
    background: #55b8a6;
    height: 1px;
    width: 110px;
    display: inline-block;
}

.kl-presentation .kl-main-title {
    margin-bottom: 55px;
    text-align: center;
    padding: 0 25px;
}

.kl-presentation p {
    color: #99a6ad;
    font-family: 'Lato-Regular', Arial, sans-serif;
    font-size: 20px;
    text-align: justify;
}

.kl-presentation .kl-container {
    padding: 0 8%;
}

/*carousel*/
.wrapper {
    width: 100%;
    position: relative;
    float: left;
}

.carousel {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
}

    .slide.active, .slide.left,
    .slide.right {
        z-index: 2;
        opacity: 1;
    }

.js-reset-left {
    left: auto
}

.slide.left {
    left: -100%;
    right: 0;
}

.slide.right {
    right: -100%;
    left: auto;
}

.transition .slide.left {
    left: 0%;
}

.transition .slide.right {
    right: 0%;
}

.transition .slide.shift-right {
    right: 100%;
    left: auto
}

.transition .slide.shift-left {
    left: 100%;
    right: auto
}

.transition .slide {
    transition-property: right, left, margin;
}

.indicators {
    width: 100%;
    position: absolute;
    bottom: 76px;
    z-index: 4;
    padding: 0;
    text-align: center;
}

    .indicators li {
        width: 9px;
        height: 9px;
        display: inline-block;
        margin: 5px;
        background: #fff;
        list-style-type: none;
        border-radius: 50%;
        cursor: pointer;
        transition: background 0.1s ease-out;
    }

        .indicators li.active {
            background: #8cffff
        }

        .indicators li:hover {
            background-color: #8cffff
        }

.arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    z-index: 5;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    cursor: pointer;
    transition: border-color 0.3s ease-out;
}

    .arrow:hover {
        border-color: #93278f
    }

.arrow-left {
    left: 20px;
    transform: rotate(225deg);
}

.arrow-right {
    right: 20px;
    transform: rotate(45deg);
}

.slide {
    text-align: center;
    background-size: cover;
}

.kl-sld-wlink {
    position: relative;
}

    .kl-sld-wlink, .kl-sld-wlink .wrapper, .kl-sld-wlink .wrapper .carousel, .kl-sld-wlink .wrapper .carousel .slide {
        height: 699px;
        background: #222c63;
    }

        .kl-sld-wlink .wrapper .carousel .slide img {
            max-width: 100%;
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0.5;
        }

        .kl-sld-wlink .wrapper .carousel .slide .kl-caption {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 500;
            padding: 50px;
            text-align: center;
        }

.kl-lef-link {
    width: 10%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    height: 100%;
}

    .kl-lef-link ul {
        display: block;
        height: 100%;
    }

        .kl-lef-link ul li > a {
            background: #222c63;
            display: flex;
            text-align: center;
            padding: 20px;
            width: 100%;
            height: 100%;
            align-items: center;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

            .kl-lef-link ul li > a > img {
                display: block;
                margin: 0 auto;
            }

        .kl-lef-link ul li {
            height: calc(100% - 75%);
            display: flex;
            align-items: center;
        }

.kl-sld-wlink .wrapper .carousel .slide .kl-caption > span {
    font-family: 'Lato-Regular', Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 0.15rem;
    color: #fff;
    text-transform: uppercase;
}

.kl-sld-wlink .wrapper .carousel .slide .kl-caption h2 {
    color: #8cffff;
    font-size: 72px;
    font-family: "Lato", Arial, sans-serif;
    text-transform: uppercase;
    margin: 143px auto 107px;
    line-height: 1;
    font-weight: 700;
}

    .kl-sld-wlink .wrapper .carousel .slide .kl-caption h2 > span {
        font-family: "Lato";
        display: block;
        font-weight: 300;
    }

.kl-sld-wlink .wrapper .carousel .slide .kl-caption .kl-more {
    background: transparent;
    border: 1px solid #55b8a6;
    padding: 19px 40px;
    color: #fff;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    cursor: pointer;
}

.kl-sld-wlink .slide::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(7,24,119,0.61);
    z-index: 400;
}

.kl-lef-link ul li > a:hover, .kl-lef-link ul li.active a {
    background: #8cffff;
}

    .kl-lef-link ul li > a:hover img, .kl-lef-link ul li.active a img {
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(0);
        -o-filter: grayscale(0);
        -ms-filter: grayscale(0);
    }
/*carousel*/
.module--news {
    clear: both;
}

#content, #content .module--news {
    background: #f2f2f2 !important;
}

.kl-more, .kl-saccrediter {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .kl-sld-wlink .wrapper .carousel .slide .kl-caption .kl-more:hover, .kl-saccrediter:hover {
        background: #0cebda;
        color: #28428a;
    }

.hide {
    display: none !important;
}

.kl-bx-content {
    float: left;
    width: 100%;
    border: 1px solid #d0d5d8;
}

.kl-smH {
    width: 50%;
    height: 597px;
    float: left;
    overflow: hidden;
}

.kl-play {
    background: transparent;
    border: none;
}

.kl-smH.kl-bx-vid {
    position: relative;
}

.kl-couv {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../../bundles/fdcmarchedufilm/images/data/couv-v2.png)no-repeat center/cover;
    display: flex;
    align-items: center;
    z-index: 1000;
}

.kl-play {
    display: block;
    margin: 0 auto;
}

.kl-smH.kl-bx-txt {
    background: #fff;
    padding: 94px 61px;
}

    .kl-smH.kl-bx-txt .kl-bx-title h3 {
        font-family: "Lato", Arial, sans-serif;
        font-weight: 700;
        font-size: 34px;
        color: #262a2c;
        text-align: center;
        line-height: 1.1;
        margin-bottom: 36px;
    }

        .kl-smH.kl-bx-txt .kl-bx-title h3 > span {
            color: #55b8a6;
            display: block;
        }

    .kl-smH.kl-bx-txt .kl-bx-title .kl-line {
        background: #55b8a6;
        height: 1px;
        width: 110px;
        display: inline-block;
    }

    .kl-smH.kl-bx-txt .kl-bx-title {
        text-align: center;
        margin-bottom: 60px;
    }

    .kl-smH.kl-bx-txt p {
        color: #99a6ad;
        font-size: 16px;
        line-height: 2;
        text-align: justify;
    }

.kl-4-bx {
    padding: 139px 0;
    float: left;
    width: 100%;
    position: relative;
    z-index: 1000;
}

    .kl-4-bx:before {
        content: "";
        position: absolute;
        left: 50%;
        right: 50%;
        background: #a7b7c2;
        height: 121px;
        width: 1px;
        top: -38px;
    }

.kl-smH.kl-bx-txt:last-of-type .kl-bx-title h3 > span {
    color: #327a8b;
}

.kl-play:hover, .kl-play:focus {
    box-shadow: none;
    outline: none;
}

.kl-4-bx .kl-mini-title {
    margin: 0 0 83px;
    display: block;
}

.kl-smH.kl-bx-sld .wrapper {
    width: 100%;
}

.kl-smH.kl-bx-sld .wrapper, .kl-smH.kl-bx-sld .carousel, .kl-smH.kl-bx-sld .inner, .kl-smH.kl-bx-sld .slide {
    height: 597px;
}

    .kl-smH.kl-bx-sld .slide > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.module--news__slider li a {
    border: 1px solid #d0d5d8 !important;
    border-top: none;
}

.module--news .module__title {
    margin: 0 0 142px !important;
}

.module--news__link-all {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.2em;
    background: transparent;
    border: 1px solid #55b8a6;
    padding: 19px 40px;
    text-transform: uppercase;
    color: #000 !important;
    display: inline-block;
    cursor: pointer;
}

.module--news__title {
    font-size: 30px;
    font-weight: 300;
    color: #595f68;
    line-height: 1.2;
    height: 114px;
    overflow: hidden;
}

.kl-cat-news {
    color: #327a8b;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
    font-family: "Lato", Arial, sans-serif;
    font-weight: 700;
}

.module--news__link {
    color: #262a2c;
}

#id-bg-video {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
}
/*end home*/

/*start service pub*/
.module--tabs-2__container .tabs-pane .list-block-3 > li .details p:nth-child(2) {
    color: #7c8187;
    font-size: 1.4em;
    margin: 0 0 20px;
}

.module--tabs-2__container .tabs-pane .list-block-3 > li p {
    color: #c5a26e;
    font-size: 12px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    text-transform: lowercase;
}

.module--tabs-2__container .tabs-pane ul .kl-bx-OS,
.module--tabs-2__container .tabs-pane ul .kl-bx-CT {
    height: auto !important;
    width: 100%;
    padding: 42px 64px;
    min-height: auto !important;
    background: #16154a;
}

    .module--tabs-2__container .tabs-pane ul .kl-bx-OS .title {
        color: #c5a26e;
    }

    .module--tabs-2__container .tabs-pane ul .kl-bx-CT .title,
    .module--tabs-2__container .tabs-pane ul .kl-bx-OS .title {
        font-size: 2em !important;
        margin: 0 0 10px !important;
        text-transform: uppercase !important;
    }

    .module--tabs-2__container .tabs-pane ul .kl-bx-OS .details,
    .module--tabs-2__container .tabs-pane ul .kl-bx-CT .details {
        min-height: auto;
    }

        .module--tabs-2__container .tabs-pane ul .kl-bx-CT .details p,
        .module--tabs-2__container .tabs-pane ul .kl-bx-OS .details p {
            color: #fff !important;
            font-size: 14px !important;
        }

    .module--tabs-2__container .tabs-pane ul .kl-bx-CT .title {
        color: #fff;
    }

    .module--tabs-2__container .tabs-pane ul .kl-bx-CT .details p span {
        display: block;
        text-transform: uppercase;
        color: #c5a26e;
    }

        .module--tabs-2__container .tabs-pane ul .kl-bx-CT .details p span a {
            text-transform: lowercase;
            text-decoration: none;
        }

.module--tabs-2__container .tabs-pane ul .kl-spacer {
    clear: both;
    display: block;
    height: 69px !important;
    width: 100%;
    padding: 0;
    background: transparent !important;
    min-height: auto !important;
}

.module--tabs-2__container #tab-1 ul .kl-bx-CT, .module--tabs-2__container #tab-1 ul .kl-bx-OS {
    background: #03346b;
}

.module--tabs-2__container #tab-2 ul .kl-bx-CT, .module--tabs-2__container #tab-2 ul .kl-bx-OS {
    background: #0c7461;
}

.module--tabs-2__container #tab-3 ul .kl-bx-CT, .module--tabs-2__container #tab-3 ul .kl-bx-OS {
    background: #125d6f;
}

.module--tabs-2__container #tab-4 ul .kl-bx-CT, .module--tabs-2__container #tab-4 ul .kl-bx-OS {
    background: #16154a;
}

.module--tabs-2__container .tabs-pane ul .kl-bx-CT .details p span a,
.module--tabs-2__container .tabs-pane ul .kl-bx-OS .details p span a {
    color: #c5a26e !important;
}
/*end service pub*/

/*start contact-us*/
.module--informations .block .date {
    color: #55b8a6 !important;
}

.module--contact .success, .module--contact__intro {
    text-align: center;
    width: 680px;
    margin: 0 auto 61px !important;
    padding: 0 126px;
}

#form-contact .custom-select__option, #new-form-contact .custom-select__option {
    padding: 0.9rem .75rem;
    color: #2b366e;
}

#form-contact .field-text input, #new-form-contact .field-text input {
    line-height: 52px;
}

#form-contact .field-select, #new-form-contact .field-select {
    line-height: 45px;
}

.btn.kl-theme {
    background: #55b8a6;
}
/*end contact-us*/

.kl-bg-white {
    background: #fff;
}

footer .kl-text-right li a {
    font-family: "Lato";
    font-size: 11px;
}

.kl-nav-footer-widget li a {
    font-size: 12px;
}

/*page statique*/
.module--dispatch li a .picture {
    position: relative;
    overflow: hidden;
    height: 215px;
    width: 100%;
    overflow: hidden;
}

    .module--dispatch li a .picture img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.module--dispatch li a .in .title {
    height: 69px !important;
}

.module--dispatch li a .in p {
    height: 42px;
    overflow: hidden;
    margin: 20px 0 40px;
}
/*page statique*/


@media(max-width:1294px) {
    .module--tabs__container .access-price .item--2 {
        margin: 0 113px;
    }

    .row.kl-row-mdf, .module--tabs__container .list-access li {
        width: 900px;
    }

    .module--tabs__container .list-access li {
        margin-left: auto !important;
        margin-right: auto !important;
        display: block;
    }
}

.kl-greyBckg {
    background-color: #f8f8f8;
    width: 100%;
    min-height: 100px;
    position: relative;
}

.kl-tab-third li {
    width: 25%;
    height: 220px;
    padding: 0 !important;
    letter-spacing: 0px;
    font-size: 14px;
    font-family: 'Lato', Arial, sans-serif;
    background-color: #f8f8f8;
    color: #c5a26e;
}

    .kl-tab-third li.active h4 {
        color: #fff !important;
        opacity: 1;
        font-family: 'Lato', Arial, sans-serif;
    }

    .kl-tab-third li h4 {
        margin-bottom: 10px;
        color: #1d1d1d;
        font-size: 30px;
        letter-spacing: 2px;
        min-height: 70px;
        font-family: Lato, Arial, sans-serif;
        line-height: 1.2;
        font-weight: 300;
        height: 90px;
    }

.kl-tab-third {
    height: 220px !important;
}

    .kl-tab-third li a {
        text-align: left;
        color: #55b8a6;
    }

    .kl-tab-third li:hover h4 {
        color: #fff;
    }

.kl-bx-tab {
    margin: 0 0 10px !important;
}

    .kl-bx-tab .speakersBox {
        width: 70% !important;
        padding-right: 80px;
        float: left;
        text-align: left;
        padding-top: 30px;
        padding-bottom: 30px;
        letter-spacing: 2px;
    }

        .kl-bx-tab .speakersBox span.customClass5 {
            color: #202020 !important;
            font-weight: 900;
            font-size: 20px;
            text-transform: uppercase;
        }

        .kl-bx-tab .speakersBox h5 {
            color: #55b8a6 !important;
            font-size: 12px;
            margin: 10px 0;
            text-transform: uppercase;
        }

        .kl-bx-tab .speakersBox p {
            color: #7c8187;
            margin-bottom: 15px;
            text-align: left;
            letter-spacing: 0px !important;
            font-size: 14px;
            font-family: 'Lato', Arial, sans-serif;
            font-weight: 300;
        }

.kl-tab-third li a.active > h4 {
    color: #fff;
}



.subNavigation {
    background: #202020;
    height: 50px;
    line-height: 50px;
}

    .subNavigation .active {
        color: #52b0a2;
    }

    .subNavigation ul {
        font-size: 0.875rem;
        text-align: center;
    }

        .subNavigation ul li {
            display: inline-block;
            margin-left: 30px;
        }

            .subNavigation ul li a {
                color: #fff;
                font-family: 'Lato', Arial, sans-serif;
                font-size: 14px;
                display: block;
                padding-right: 20px;
                text-transform: uppercase;
                -moz-transition: color 0.9s cubic-bezier(0.15, 0.9, 0.34, 0.95);
                -o-transition: color 0.9s cubic-bezier(0.15, 0.9, 0.34, 0.95);
                -webkit-transition: color 0.9s cubic-bezier(0.15, 0.9, 0.34, 0.95);
                transition: color 0.9s cubic-bezier(0.15, 0.9, 0.34, 0.95);
                letter-spacing: 1px;
                font-weight: normal;
                text-decoration: none;
            }

.opportunites .subNavigation .active {
    color: #52b0a2;
}

/* TABS - PAGE INTERVENANTS/PARTENAIRES
==========================================================================
*/
.pub {
    height: 480px;
}

.blueBckg {
    background-color: #222c63;
    width: 100%;
    min-height: 100px;
    position: relative;
}

.bigContainer .tabs {
    text-align: left;
}

.boxes {
    height: 400px !important;
    padding-top: 3%;
}

@media screen and (max-width: 1279px) {
    .boxes {
        padding: 3% 5%;
    }
}

.boxes h3 {
    text-transform: initial;
    letter-spacing: 2px;
    margin: 40px 0px 40px 0px;
}

.boxes h5 {
    margin-bottom: 0px;
    padding: 0px 100px;
}

.boxes a {
    color: #ec3050;
}

.boxesHeight {
    min-height: 580px;
}

    .boxesHeight h3 {
        margin: 40px 0px 40px 0px;
    }

.bigContainer {
    width: 100%;
    margin: 0 auto;
    max-width: 1152px;
    text-align: center;
    overflow: hidden !important;
}

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 200px;
    width: 100%;
    margin-bottom: 0px;
    /* margin-top: -90px; */
}

    ul.tabs li {
        float: left;
        margin: 0;
        cursor: pointer;
        height: 31px;
        background-color: #f8f8f8;
        color: #c5a26e;
        overflow: hidden;
        position: relative;
        text-transform: initial;
        font-family: 'Lato', Arial, sans-serif;
        font-weight: 300;
        border-top: solid #222c63;
    }

    ul.tabs .thirdTab h4 {
        margin-bottom: 10px;
        font-weight: lighter;
        color: #1d1d1d;
        font-size: 30px;
        letter-spacing: 2px;
        line-height: 35px;
        min-height: 70px;
        font-family: 'Lato', Arial, sans-serif;
    }

    ul.tabs li p {
        text-transform: uppercase;
    }

    ul.tabs .active {
        background: #222c63;
        color: #fff;
    }

        ul.tabs .active h4 {
            color: #fff !important;
            opacity: 1;
            font-family: 'Lato', Arial, sans-serif;
        }
    /*ul.tabs .active .redActive {
  color: #fff !important;
}*/
    ul.tabs p.active {
        color: #29afcf;
    }

    ul.tabs .thirdTab {
        width: 33.33%;
        height: 200px;
        padding: 40px;
        letter-spacing: 0px;
        font-size: 14px;
        font-family: 'Lato', Arial, sans-serif;
    }

    ul.tabs li:nth-child(2) {
        border-top: solid #24bc9b;
    }

    ul.tabs li:nth-child(3) {
        border-top: solid #29afcf;
    }

.tabbing {
    min-height: 450px;
}

.tabsMargin {
    margin-top: -100px;
}

.tabpicturesBox {
    width: 25%;
    height: 225px;
    float: left;
    background: white;
    vertical-align: middle;
}

    .tabpicturesBox img {
        vertical-align: middle;
        border: 3px solid white;
    }

@media screen and (max-width: 1279px) {
    .tabpicturesBox img {
        object-fit: cover;
        width: 90%;
    }
}

.tabpicturesBox img:hover {
    border: 3px solid #CCC;
}

.whiteBckg {
    background: white;
    padding-top: 50px;
}

    .whiteBckg .bigContainer {
        text-align: left;
    }

    .whiteBckg .module--content {
        padding-bottom: 60px;
    }

.tab_container {
    clear: both;
    /* float: left; */
    width: 100%;
    max-width: 1152px;
    background: #222c63;
    overflow: auto;
    margin: 0 auto;
    padding-top: 60px;
    /*margin-top: 60px;*/
    margin-bottom: 300px;
}

.contact {
    text-align: left;
    margin: 50px 60px;
    background-color: #192049;
    padding: 30px 60px;
    color: #fff;
    font-size: 14px;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 300;
}

    .contact .contact-title {
        text-transform: uppercase;
        font-size: 20px;
        margin-bottom: 10px;
        letter-spacing: 2px;
        font-weight: 500;
    }

    .contact .contact-mail {
        color: #c5a26e;
    }

        .contact .contact-mail a {
            color: #c5a26e;
            text-decoration: none;
        }

@media screen and (max-width: 1279px) {
    .tab_container {
        max-width: 980px;
    }
}

.tab_container .tabPic {
    width: 30%;
    float: left;
    background: #fff;
    height: 330px;
    overflow: hidden;
}

    .tab_container .tabPic img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.tab_container .tabBox {
    text-align: left;
    width: 68%;
    float: left;
    padding-top: 30px;
    padding-bottom: 30px;
    letter-spacing: 2px;
}

    .tab_container .tabBox .tabBoxleft {
        width: 80%;
        float: left;
    }

    .tab_container .tabBox .tabBoxright {
        width: 100%;
        float: left;
    }

    .tab_container .tabBox span, .tab_container .tabBox h5 {
        font-size: 20px;
        text-transform: uppercase;
        color: #29afcf;
    }

    .tab_container .tabBox h5 {
        font-size: 12px;
        color: #505050;
        margin: 10px 0;
    }

    .tab_container .tabBox .fromPrice {
        color: #ec3050;
        padding-left: 0px;
        font-family: inherit;
        font-size: 12px;
    }

    .tab_container .tabBox .read-more-target span, .tab_container .tabBox .tabContent {
        font-family: "Camphor W01 Regular", Arial, Helvetica, sans-serif;
        color: #505050;
        line-height: 25px;
        font-size: 14px;
        text-transform: initial;
    }

    .tab_container .tabBox .read-more-target {
        color: #505050;
        opacity: 0;
        line-height: 30px;
        font-size: 14px;
        letter-spacing: 0px;
        margin-top: 50px;
    }

    .tab_container .tabBox .tabContent, .tab_container .tabBox span, .tab_container .tabBox h5, .tab_container .tabBox .read-more-wrap, .tab_container .tabBox .read-more-trigger {
        /*padding-left: 50px;*/
        border: 0px solid #ddd;
    }

    .tab_container .tabBox .read-more-wrap {
        margin-bottom: 30px;
    }

    .tab_container .tabBox .tabContent {
        margin-bottom: 15px;
        text-align: left;
        letter-spacing: 0px;
        font-size: 14px;
        line-height: 30px;
        margin-bottom: -40px;
    }

    .tab_container .tabBox p {
        color: #7c8187;
        margin-bottom: 15px;
        text-align: left;
        letter-spacing: 0px !important;
        font-size: 14px;
        font-family: 'Lato', Arial, sans-serif;
        font-weight: 300;
    }

    .tab_container .tabBox .read-more-target span {
        padding-left: 0px;
        letter-spacing: 0px !important;
        font-size: 14px;
        line-height: 30px;
    }

    .tab_container .tabBox li {
        letter-spacing: 0px;
        font-family: "Camphor W01 Regular", Arial, Helvetica, sans-serif;
        color: #505050;
        letter-spacing: 0px !important;
        font-size: 14px;
        line-height: 30px;
    }

.nopicTab {
    width: 100%;
}

    .nopicTab .tabBox {
        width: 98%;
        padding-right: 2% !important;
    }

.speakersBox {
    width: 70% !important;
    padding-right: 80px;
    float: left;
}

    .speakersBox span {
        color: #202020 !important;
        font-weight: 900;
    }

    .speakersBox h5 {
        color: #c3a05f !important;
        font-size: 12px;
    }

    .speakersBox .fromCountry {
        color: #55b8a6 !important;
        font-size: 12px !important;
        padding-left: 0px !important;
    }

    .speakersBox p {
        /*padding-right: 50px;*/
        margin-bottom: 25px !important;
    }

    .speakersBox a {
        text-transform: uppercase;
        color: #c5a26e;
        font-weight: bold;
        font-size: 12px;
        font-family: 'Lato', Arial, sans-serif;
    }

.speakersPicture {
    width: 30%;
    padding-top: 37px;
    float: left;
    background: #fff;
    overflow: hidden;
}

    .speakersPicture img {
        width: 150px;
        height: 220px;
    }

.picturesTabcontainer {
    margin-top: 0px !important;
}

.tab_content {
    display: none;
    height: auto;
}

.minTab {
    min-height: 250px;
    margin: 0 60px;
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #fff;
}

.tab_drawer_heading {
    display: none;
}

@media screen and (max-width: 480px) {
    .tabs {
        display: none;
    }

    .tab_drawer_heading {
        background-color: #ccc;
        color: #fff;
        margin: 0;
        padding: 5px 20px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .d_active {
        background-color: #FFF;
        color: #fff;
    }
}

.read-more-state {
    height: 0px;
    display: none;
    -moz-transition: all 0s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -o-transition: all 0s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition: all 0s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: all 0s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    transition: .25s ease;
}

    .read-more-target ul {
        z-index: 999;
    }

    .read-more-target div, .read-more-target p {
        text-align: left;
        letter-spacing: 0px;
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 0px;
        padding-left: 0px;
    }

.read-more-wrap .read-more-target {
    width: 80%;
    height: 0px;
    opacity: 0;
    -moz-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -o-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}

.read-more-state:checked {
    -moz-transition: all 2s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -o-transition: all 2s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition: all 2s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: all 2s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}

    .read-more-state:checked ~ .read-more-wrap .read-more-target {
        opacity: 1;
        max-height: 999em;
        width: auto;
        height: auto;
        -moz-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
        -o-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
        -webkit-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
        transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    }

.read-more-state ~ .read-more-trigger:before {
    content: 'Plus dÃ©tails';
    padding-left: 30px;
    color: black;
    -moz-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -o-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}

.read-more-state:checked ~ .read-more-trigger:before {
    content: 'Fermer';
    padding-left: 30px;
    color: black;
    -moz-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -o-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}

.read-more-trigger {
    font-family: "Camphor W01 Heavy", Arial, Helvetica, sans-serif;
    color: #b1b1b1;
    opacity: 0.5;
    line-height: 25px;
    font-size: 12px;
    text-transform: uppercase;
}

.opportuniteArrow {
    position: absolute;
    margin-left: 50px;
    font-size: 10px;
    margin-top: 5px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #29afcf;
}

.read-more-state:checked ~ .opportuniteArrow {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.partenaires-logo .minTab {
    padding: 30px 0;
}

.partenaires-logo .row {
    width: auto;
    padding: 10px 0;
}

.partenaires-logo .logo {
    width: 24.8%;
    display: inline-block;
}


/* ARTICLES - PAGE NEWS
==========================================================================
*/


/* PAGE NEWS */
.newsPage {
    background: white;
    height: auto;
    position: relative;
    float: left;
    z-index: 2 !important;
}

@media screen and (max-width: 1279px) {
    .newsPage {
        height: auto !important;
    }
}

.newsPage .articles {
    background: #f8f8f8;
    width: 31%;
    margin-left: 2%;
    margin-bottom: 1.5%;
    -moz-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -o-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
}

    .newsPage .articles h6 {
        margin: 20px 0px;
        text-transform: none !important;
    }

    .newsPage .articles:hover {
        /* background: white;
   -webkit-box-shadow: 0px 20px 34px 4px #cccacc;
   -moz-box-shadow: 0px 20px 34px 4px #cccacc;
   box-shadow: 0px 20px 34px 4px #cccacc;
   -moz-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
   -o-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
   -webkit-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
   transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);*/
        background: #273169;
    }

        .newsPage .articles:hover .article-date, .newsPage .articles:hover h6, .newsPage .articles:hover p {
            color: #fff;
            opacity: 1;
        }

.newsPage h3 {
    color: #181717;
    text-transform: initial;
    letter-spacing: 2px;
}

.moreArticles {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    height: auto;
    position: relative;
    padding: 5% 0%;
    float: left;
}

    .moreArticles span {
        -moz-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
        -o-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
        -webkit-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
        transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
        text-transform: uppercase;
        font-family: "Camphor W01 Heavy", Arial, Helvetica, sans-serif;
        font-size: 12px;
        letter-spacing: 2px;
        padding: 30px 30px;
        border: 1px solid #ECECEC;
        width: 120px;
        height: 70px;
        color: #080808 !important;
    }

        .moreArticles span:hover {
            -moz-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
            -o-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
            -webkit-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
            transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
            background: #080808 !important;
            color: white !important;
        }

.p-PaddingÃ‚Â {
    padding: 100px 0px 50px 0px !important;
    margin: 100px 0px 50px 0px !important;
}

.results {
    min-height: 1000px;
    height: auto;
}

@media screen and (max-width: 1280px) {
    .results .innerWrapper {
        width: 90% !important;
        max-width: 90% !important;
    }
}

.results span {
    color: #29afcf;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Camphor W01 Heavy", Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
}

.results .resultTitle {
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 30px;
    margin-bottom: 50px;
    margin-top: 80px;
}

    .results .resultTitle input[type=text] {
        color: #181717 !important;
    }

    .results .resultTitle h3, .results .resultTitle input {
        font-size: 36px;
        text-transform: intitial;
        color: #181717;
        width: 340px;
        margin: 0px 0px 0px 0px;
        font-family: "Playfair Display",Times New Roman,Times,serif;
        border-right: 1px solid #e5e5e5 !important;
        padding: 0px 30px 0px 0px;
        line-height: 45px;
        float: left;
        margin-top: -35px;
        border: none;
        /* FF 4-18 */
        /* FF 19+ */
        /* IE 10+ */
    }

        .results .resultTitle h3::-webkit-input-placeholder, .results .resultTitle input::-webkit-input-placeholder {
            color: #181717 !important;
        }

        .results .resultTitle h3:-moz-placeholder, .results .resultTitle input:-moz-placeholder {
            /* Firefox 18- */
            color: #181717 !important;
        }

        .results .resultTitle h3::-moz-placeholder, .results .resultTitle input::-moz-placeholder {
            /* Firefox 19+ */
            color: #181717 !important;
        }

        .results .resultTitle h3:-ms-input-placeholder, .results .resultTitle input:-ms-input-placeholder {
            color: #181717 !important;
        }

        .results .resultTitle h3:focus::-webkit-input-placeholder, .results .resultTitle input:focus::-webkit-input-placeholder {
            color: transparent !important;
        }

        .results .resultTitle h3:focus:-moz-placeholder, .results .resultTitle input:focus:-moz-placeholder {
            color: transparent !important;
        }

        .results .resultTitle h3:focus::-moz-placeholder, .results .resultTitle input:focus::-moz-placeholder {
            color: transparent !important;
        }

        .results .resultTitle h3:focus:-ms-input-placeholder, .results .resultTitle input:focus:-ms-input-placeholder {
            color: transparent !important;
        }

    .results .resultTitle span {
        color: #e5e5e5;
        font-family: "Camphor W01 Heavy", Arial, Helvetica, sans-serif;
        font-size: 10px;
        border-right: 1px solid #e5e5e5;
        padding-right: 10px;
        margin-top: -10px;
        float: right;
        width: 10%;
        margin-right: 25px;
        line-height: 25px;
        cursor: pointer;
    }

    .results .resultTitle .loupe {
        float: right;
        width: 1px;
        background: transparent;
        border: none !important;
        background: url(../../bundles/bundles/fdcmarchedufilm/img/loupeGold.png) no-repeat;
        margin-top: -10px;
        display: block;
    }

.results .results-sections {
    width: 20%;
    height: auto;
    float: left;
}

.results .results-content {
    width: 80%;
    height: auto;
    float: left;
}

    .results .results-content .hide {
        display: none !important;
    }

    .results .results-content .contents {
        padding-bottom: 20px;
        display: block;
        float: left;
        width: 100%;
    }

        .results .results-content .contents hr {
            width: 95%;
            border-top: 2px solid #e5e5e5;
        }

        .results .results-content .contents .projection {
            display: block;
            height: auto;
            padding-top: 7%;
        }

            .results .results-content .contents .projection .programme {
                margin-bottom: 20px !important;
                font-family: "Playfair Display", Times New Roman, Times, serif;
                font-weight: bold !important;
                width: 90%;
                margin: 0 auto;
                padding: 50px 20px 60px 20px;
            }

    .results .results-content .resultsTitle {
        line-height: 50px;
    }

        .results .results-content .resultsTitle h6 {
            text-align: left;
            width: 47%;
            float: left;
            text-transform: uppercase;
            color: #181717;
            font-size: 13px;
            font-family: "Camphor W01 Bold", Arial, Helvetica, sans-serif;
            margin-left: 3%;
            letter-spacing: 1px;
        }

        .results .results-content .resultsTitle .seeAll {
            width: 45%;
            float: left;
            text-align: right;
            text-transform: uppercase;
            color: #c3a05f;
            font-size: 13px;
            font-family: "Camphor W01 Bold", Arial, Helvetica, sans-serif;
            margin-right: 1%;
        }

    .results .results-content .articles {
        width: 27%;
        height: 295px;
        margin: 0% 3%;
        float: left;
    }

        .results .results-content .articles .photoWrapper {
            width: 100%;
            height: 140px;
            overflow: hidden;
            display: block;
        }

            .results .results-content .articles .photoWrapper .mainPic {
                object-fit: cover;
                width: 100%;
                height: 100%;
            }

            .results .results-content .articles .photoWrapper .floatingIcon {
                position: absolute;
                margin-top: 85px;
                margin-left: 15px;
            }

        .results .results-content .articles .textWrapper {
            text-align: left;
            display: block;
        }

            .results .results-content .articles .textWrapper h6, .results .results-content .articles .textWrapper span {
                font-size: 10px;
                color: #c3a05f;
                font-family: "Camphor W01 Heavy", Arial, Helvetica, sans-serif;
                text-transform: uppercase;
                line-height: 60px;
                letter-spacing: 1px;
            }

@media screen and (max-width: 1279px) {
    .results .results-content .articles .textWrapper h6, .results .results-content .articles .textWrapper span {
        font-size: 10px;
        line-height: 45px;
        letter-spacing: 0px;
    }
}

.results .results-content .articles .textWrapper span {
    color: #505050;
    margin-left: 5px;
}

.results .results-content .articles .textWrapper p {
    font-size: 16px;
    color: #181717;
    letter-spacing: 1px;
    opacity: 0.9;
    font-family: "Playfair Display", Times New Roman, Times, serif;
    line-height: 22px;
    text-align: left;
}

.results .results-content .articles .textWrapper .redtitle {
    color: #ec3050;
}

.results .results-content .articles .textWrapper .blackTitle {
    color: #505050;
    font-family: "Camphor W01 Bold", Arial, Helvetica, sans-serif;
    line-height: 22px;
    margin-top: 20px;
    font-size: 13px;
}

.results .hideOverflow {
    overflow: hidden;
}

.results .results-boxes {
    -moz-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -o-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    -webkit-transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    transition: all 0.6s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    text-align: left;
    width: 135px;
    height: 40px;
    float: left;
    display: block;
    background: #FFFFFF;
    z-index: 1002;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

    .results .results-boxes span {
        color: #181717;
        text-transform: uppercase;
        font-size: 14px;
        font-family: "Camphor W01 Heavy", Arial, Helvetica, sans-serif;
        letter-spacing: 1px;
        width: 10%;
        float: left;
        line-height: 50px;
    }

    .results .results-boxes h6 {
        color: #181717;
        font-family: "Camphor W01 Bold", Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        line-height: 50px;
        font-size: 14px;
        width: 80%;
        float: left;
    }

        .results .results-boxes h6:hover {
            cursor: pointer;
        }

    .results .results-boxes .active {
        color: #c3a05f;
    }

.our-news {
    background: url("../../bundles/bundles/fdcmarchedufilm/img/background-gold.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;
    /*height: 865px;*/
    vertical-align: middle;
    /*padding-top: 5%;*/
    width: 100%;
    position: relative;
    z-index: 1000;
}

@media screen and (max-width: 1279px) {
    .our-news .innerWrapper {
        width: 70% !important;
        max-width: 70% !important;
    }

    .our-news .noShow {
        display: none !important;
    }
}

.our-news span {
    color: #533b0e;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Camphor W01 Heavy", Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
}

.our-news h3 {
    font-size: 48px;
    color: white;
    margin: 25px 0px 100px 0px;
    letter-spacing: 7px;
    font-family: "Playfair Display",Times New Roman,Times,serif;
}

.our-news .articles {
    height: 560px;
    background: #f8f8f8;
    width: 31.5%;
    display: block;
    float: left;
    text-align: left;
    margin-left: 1.5%;
}

    .our-news .articles .readMore {
        position: absolute;
        /* top: 1%; */
        margin-top: 500px;
        margin-left: 30px;
        font-size: 25px;
        color: #000;
    }

@media screen and (max-width: 1279px) {
    .our-news .articles {
        width: 49% !important;
        margin-left: 0% !important;
        margin: 0.5% !important;
    }
}

.our-news .articles .articles-content {
    padding: 30px;
    display: block;
}

    .our-news .articles .articles-content .readMore {
        font-size: 25px;
        position: absolute;
    }

.our-news .articles .articles-img {
    height: 215px;
    overflow: hidden;
}

    .our-news .articles .articles-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.our-news .articles:nth-child(2), .our-news .articles:nth-child(3) {
    margin-left: 2%;
}

.our-news .articles span {
    text-transform: uppercase;
    color: #c3a05f;
    font-size: 10px;
    font-family: "Camphor W01 Heavy", Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
}

.our-news .articles .article-date {
    color: #333;
    padding-left: 5px;
}

.our-news .articles h6 {
    margin: 25px 0px;
    letter-spacing: 2px;
    font-size: 20px;
    line-height: 35px;
    opacity: 0.8;
    color: #000000;
    font-family: "Playfair Display","Times New Roman",Times,serif;
    text-transform: none !important;
}

.our-news .articles p {
    font-size: 13px;
    color: #b1b1b1;
    overflow: hidden;
    font-family: "Camphor W01 Regular", Arial, Helvetica, sans-serif;
    line-height: 30px;
    /*overflow: hidden!important;
  text-overflow: ellipsis!important;
  text-align: left;
  opacity: 0.8;
  text-align: left;*/
}

@-moz-document url-prefix() {
    .our-news .articles p {
        font-size: 13px;
    }
}

/* PROGRAMME CONFERENCE
==========================================================================
*/

.greyBckg {
    background-color: #f8f8f8;
}

    .greyBckg p {
        width: 80%;
        margin: auto;
        font-size: 19px;
        line-height: 2.3;
        padding: 0;
    }

.calendrier .whiteBckg {
    padding-top: 0;
}

/*-------FILTRE------*/

.calendrier .filter {
    text-align: right;
    height: 45px;
    border-top: solid 1px #eceef0;
    border-bottom: solid 1px #eceef0;
}

    .calendrier .filter form {
        display: inline-block;
        height: 100%;
        padding: 0 25px;
        border-left: solid 1px #eceef0;
        background-color: #327a8b;
    }

        .calendrier .filter form p {
            height: 100%;
        }

.calendrier select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url(../../bundles/fdcmarchedufilm/images/data/down.png);
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 50%;
    padding-right: 80px;
}

.calendrier select, input[type="color" i][list] {
    border: none;
    background-color: #327a8b;
    font-size: 15px;
    height: 100%;
    color: #fff;
}

    .calendrier select:focus {
        outline: none;
    }

/*-------SLIDER DATES------*/

.dateslide {
    display: block;
    margin: 0 auto;
}


    .dateslide .slick-slide {
        color: #5e5e5e;
        opacity: 0.5;
        background: #fff;
        margin: 10px 0;
        position: relative;
        text-align: left;
    }

    .dateslide .slick-current {
        color: #51ada1;
        opacity: 1;
    }

    .dateslide .slick-track:hover {
        cursor: pointer;
    }

    .dateslide .slick-slide:focus {
        outline: none;
    }

    .dateslide .slick-slide h3 {
        font-size: 70px;
    }

    .dateslide .slick-slide span {
        text-transform: uppercase;
        text-align: left;
        font-size: 16px;
        color: #858a92;
    }

.action {
    display: block;
    margin: 100px auto;
    width: 100%;
    text-align: center;
}

    .action a {
        display: inline-block;
        padding: 5px 10px;
        background: #f30;
        color: #fff;
        text-decoration: none;
    }

        .action a:hover {
            background: #000;
        }

/*-------SLIDER CONFERENCES------*/

.timelineslide .bigContainer {
    text-align: left;
}

.timeline .row {
    display: flex;
    flex-flow: row nowrap;
    flex-shrink: 1;
}

.timeline .time, .timeline .activities {
    margin-right: 10px;
}

.timeline .activities {
    width: 380px;
}

.timeline .card {
    background-color: #f8f8f8;
    padding: 40px 25px 20px 25px;
    color: #505050;
}

.card-header {
    margin-bottom: 40px;
}

    .card-header p {
        display: inline-block;
        text-transform: uppercase;
    }

    .card-header .theme-tag {
        color: #fff;
        padding: 5px 20px;
    }

    .card-header .next {
        background-color: #327a8b;
    }

    .card-header .goestocannes {
        background-color: #6ccbcb;
    }

    .card-header .frontiere {
        background-color: #51ada1;
    }


    .card-header .time {
        float: right;
        font-size: 14px;
        color: #c3a05f;
    }

.card-title {
    font-size: 20px;
}

.card-adress {
    margin-bottom: 18px;
}

.card-infos {
    font-size: 14px;
    margin-top: 70px;
}

    .card-infos span {
        text-transform: uppercase;
        color: #c3a05f;
        display: block;
    }

.timeline .more {
    text-align: right;
    margin-top: 20px;
}

    .timeline .more a {
        color: #c3a05f;
        text-decoration: none;
        font-size: 20px;
        font-weight: 900;
    }

        .timeline .more a:focus {
            outline: none;
        }

.timeline .card:hover {
    background-color: #222c63;
    color: #fff;
}

    .timeline .card:hover .time {
        color: #fff;
    }

.timeline {
    width: 100%;
    border-left: solid 1px #eceef0;
    padding-left: 30px;
}

    .timeline .timeconf {
        padding-right: 30px;
        font-size: 30px;
    }

        .timeline .timeconf p {
            width: 120px;
        }

    .timeline button.slick-arrow:before {
        content: "";
    }

.parentDisable {
    z-index: 999;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    align-items: center;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.popin {
    width: 725px;
    padding: 45px 90px 90px;
    /*height:200px;*/
    margin: 0 auto;
    color: #000;
    background-color: #fff;
}

    .popin .conf-content {
        font-size: 14px;
        color: #7c8187;
        margin-top: 25px;
    }

    .popin .day {
        color: #7c8187;
        font-size: 12px;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

        .popin .day span {
            font-size: 30px;
            color: #51ada1;
            text-transform: none;
        }

    .popin .time {
        float: none;
        padding-left: 10px;
        font-size: 12px;
    }

    .popin .card-infos .card-adress {
        margin-bottom: 30px;
    }

    .popin .card-infos span {
        font-size: 12px;
    }

    .popin button {
        background: url('../../bundles/fdcmarchedufilm/images/data/close.png') no-repeat center center;
        padding: 10px;
        border: none;
        float: right;
        text-indent: -9999999px;
    }

        .popin button:before {
            content: "";
        }

/*ZINDEX PALMES*/

#content .module--participation {
    z-index: -1;
}

#slide-date.sticky {
    position: fixed;
    top: 90px;
    z-index: 3;
    width: 100%;
    background-color: #fff;
}

.erreur404 {
    width: 100%;
    height: 600px;
    max-height: 600px;
    background: url(../../bundles/fdcmarchedufilm/img/erreur-404.png);
    background-size: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
    padding-top: 10%;
}

    .erreur404 h5, .erreur404 h6, .erreur404 h3, .erreur404 h4, .erreur404 a {
        color: #ffffff;
        letter-spacing: 1px;
        text-decoration: none;
        text-transform: initial;
    }

    .erreur404 h3 {
        font-family: "Playfair Display", Times New Roman, Times, serif;
        font-size: 48px;
        line-height: 70px;
        margin: 40px 0 70px 0;
        letter-spacing: 7px;
    }

    .erreur404 h5 {
        font-size: 18px !important;
        opacity: 0.8;
        font-family: "Camphor W01 Regular", Arial, Helvetica, sans-serif;
        margin-bottom: 60px;
        line-height: 40px;
    }

    .erreur404 h4 {
        font-size: 12px;
        letter-spacing: 2px;
        font-family: "Camphor W01 Regular", Arial, Helvetica, sans-serif;
    }

    .erreur404 a {
        font-family: "Camphor W01 Heavy", Arial, Helvetica, sans-serif;
        letter-spacing: 2px;
        font-size: 12px;
    }

    .erreur404 .icon_flecheGauche {
        color: #c5a26e;
        font-size: 12px;
        margin-right: 10px;
    }



/*.module-content p {*/
/*color: #a2a2a2;*/
/*font-size: 1.8em;*/
/*line-height: 2em;*/
/*margin: 0 0 20px;*/
/*}*/

/*start pme*/
.card-header .time {
    background: url("../../bundles/fdcmarchedufilm/img/clock.png") no-repeat center left;
}

.timeline button.slick-next {
    left: -87px !important;
}

.timeline button.slick-prev {
    top: 50px !important;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    left: -150px !important;
}

.timeline button.slick-arrow {
    background-color: #000;
    left: -150px;
    top: 80px;
    background: url('../../bundles/fdcmarchedufilm/images/data/right.png') no-repeat center center #222c63;
    padding: 30px;
}

.subNavigation.kl-light {
    background: #EEF7F6 !important;
    border-bottom: 1px solid #C1CBD0 !important;
}

    .subNavigation.kl-light ul li a {
        color: #99A6AD;
        font-family: 'Lato';
        padding: 0 30px;
        font-weight: 700;
    }

    .subNavigation.kl-light .active {
        border-bottom: 1px solid #55b8a6;
        color: #181717;
    }

.module.module--hero.kl-hero-v2 {
    background-image: url(../../bundles/fdcmarchedufilm/images/skin/industry-detail-bandeau.jpg) !important;
    background-size: cover;
}

.kl-bx-listV2 {
    padding-top: 73px;
}

.our-news .kl-bx-listV2 .articles .articles-img {
    position: relative;
    overflow: hidden;
}

    .our-news .kl-bx-listV2 .articles .articles-img:after {
        position: absolute;
        content: '';
        width: 100%;
        top: 0;
        left: 0;
        height: 100%;
        display: block;
        z-index: 1;
        background: rgba(0, 0, 0, .5);
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        display: none;
    }

.our-news .kl-bx-listV2 .articles:hover .articles-img:after {
    display: block;
}

.our-news .kl-bx-listV2 .articles .articles-img:before {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    background: url(../../bundles/fdcmarchedufilm/images/skin/icon-plus-blue.png) left top no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -6px;
    margin-left: -6px;
    z-index: 2;
}

.our-news .kl-bx-listV2 .articles .articles-content {
    padding: 30px;
    height: 290px;
}

.our-news .kl-bx-listV2 .articles h6 {
    font-size: 2.8em;
    line-height: 1.2;
    font-weight: 700;
    color: #000;
    padding: 0 0 5px;
    height: 105px;
    font-family: 'Lato' !important;
    margin: 0;
    overflow: hidden;
    letter-spacing: 0;
    opacity: 1;
}
/*.our-news .kl-bx-listV2 .articles:hover h6{color: #fff;}*/
.our-news .kl-bx-listV2 .articles p {
    color: #b1b1b1;
    font-size: 1.3em;
    line-height: 1.9em;
    font-family: "Camphor W01 Regular", Arial, Helvetica, sans-serif;
    height: 124px;
}

.our-news .kl-bx-listV2 .articles .readMore {
    position: absolute;
    color: #505050;
    font-weight: 700;
    font-family: 'Playfair Display', 'Times New Roman', Times, serif;
    bottom: 22px;
    left: 27px;
    font-size: 1.8em;
    letter-spacing: 0.3rem;
    margin: 0;
}
/*.our-news .kl-bx-listV2 .articles:hover .readMore{color: #fff;}*/
.our-news .kl-bx-listV2 .articles {
    position: relative;
}

    .our-news .kl-bx-listV2 .articles span {
        color: #327a8b;
        margin-bottom: 26px;
        display: block;
    }

    .our-news .kl-bx-listV2 .articles:hover {
        background: #f8f8f8;
    }





@media print {
    body {
        -webkit-print-color-adjust: exact;
        padding: 10px;
        margin: 0px;
        width: 700px !important;
        overflow: auto;
        margin-top: 0px !important;
        background-color: #fff !important;
    }

    .list-article, .honneur-invit, .contain-article-invit {
        background-color: #fff !important;
        color: #000 !important;
    }

        .list-article .video-player, .list-article .video, .honneur-invit .video-player, .honneur-invit .video, .contain-article-invit .video-player, .contain-article-invit .video {
            display: none;
        }

        .list-article .half-photo, .honneur-invit .half-photo, .contain-article-invit .half-photo {
            margin-right: 20px !important;
            width: 45% !important;
        }

        .list-article .audio-player, .honneur-invit .audio-player, .contain-article-invit .audio-player {
            display: none;
        }

        .list-article .slideshow, .honneur-invit .slideshow, .contain-article-invit .slideshow {
            display: none;
        }

        .list-article .contain-img-honneur img, .honneur-invit .contain-img-honneur img, .contain-article-invit .contain-img-honneur img {
            max-width: 100%;
        }

        .list-article .quote blockquote, .honneur-invit .quote blockquote, .contain-article-invit .quote blockquote {
            color: #000 !important;
        }

        .list-article .categorie-items article, .honneur-invit .categorie-items article, .contain-article-invit .categorie-items article {
            display: none !important;
        }

    .categorie-items .title-list-cat, .categorie-items .title-list-cat .title-big {
        color: #000;
    }

        .accreditation #accreditation .wrapper, .contain-img-honneur, .pres-honneur, .categorie-items .title-list-cat .title-item {
            width: 500px !important;
            margin: 0 auto;
        }

    .container {
        width: 600px !important;
        margin: 0px auto !important;
    }

    .single-article {
        padding: 0px 0px;
    }

        .single-article .video-player {
            display: none;
        }

        .single-article .half-photo {
            margin-right: 20px !important;
            width: 45% !important;
        }

        .single-article .audio-player {
            display: none;
        }

        .single-article .slideshow {
            display: none;
        }

    .header-press .head {
        display: none;
    }

    .header-press p {
        display: none;
    }

    .slideshow .slideshow-img {
        background-color: #fff !important;
    }

    .article_photo .slideshow-img .images .img {
        display: block !important;
        visibility: visible !important;
    }

    .contact-press .button {
        display: none;
    }

    .nav-container .buttons {
        display: none;
    }

    .request {
        display: none;
    }

    #breadcrumb {
        display: none;
    }

    footer, header, header.press, #share-article, .print, .nav.prev, .nav.next, .nav-accre, .share, .film, .focus, .same-day, .bandeau-list, .nav-movie {
        display: none !important;
    }

    .owl-stage {
        margin-left: 0px !important;
        padding: 0px;
    }

    .main-image {
        display: none !important;
    }

    .trailer {
        display: none !important;
    }

    .poster.video {
        display: none;
    }

    .info-film {
        color: #000 !important;
    }

    .single-movie {
        padding-top: 0px !important;
    }

        .single-movie .palmares {
            width: 100% !important;
        }

        .single-movie #nav-movie {
            display: none !important;
        }

        .single-movie .videos, .single-movie .slideshow-img, .single-movie .news, .single-movie .audios, .single-movie .press {
            display: none;
        }
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 100;
    src: local('Lato Hairline'), local('Lato-Hairline'), url(https://fonts.gstatic.com/s/lato/v14/S6u8w4BMUTPHh30AXC-v.ttf) format('truetype')
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 300;
    src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh7USSwiPHA.ttf) format('truetype')
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wWw.ttf) format('truetype')
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh6UVSwiPHA.ttf) format('truetype')
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 900;
    src: local('Lato Black'), local('Lato-Black'), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh50XSwiPHA.ttf) format('truetype')
}

h1.module--hero__title, .module--hero__title {
    color: #8cffff !important;
    text-transform: uppercase;
    font-family: 'Lato';
    font-weight: 300;
    font-size: 5em;
}

.module--dispatch li a .in .title.kl-title-bloc-service-list {
    font-family: 'Lato';
    font-weight: 700;
}

.module--dispatch ul.kl-dispatch-block li a {
    background: #fff;
    border: 1px solid #d0d5d8;
}

.module--dispatch .kl-dispatch-block li a .picture::before {
    background: url('../../bundles/fdcmarchedufilm/images/skin/icon-plus-blue.png') left top no-repeat;
}

.kl-fixed-btn-accreditation, a.chat-bot {
    text-decoration: none;
    background: #55b8a6 url('../../bundles/fdcmarchedufilm/images/skin/icon-accreditation.png') no-repeat scroll 25px 20px !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    position: fixed !important;
    right: 45px !important;
    top: 450px !important;
    padding: 25px 34px 25px 78px !important;
    font-family: 'Lato' !important;
    border-radius: 5px !important;
    z-index: 99999999 !important;
}

a.chat-bot {
    line-height: inherit !important;
    width: inherit !important;
    height: inherit !important;
}

.kl-fixed-btn-accreditation:after, .chat-bot:after {
    position: absolute !important;
    content: "" !important;
    width: 0 !important;
    height: 0 !important;
    border-top: 10px solid transparent !important;
    border-bottom: 10px solid transparent !important;
    border-left: 10px solid #55b8a6 !important;
    border-right: inherit !important;
    top: 39% !important;
    right: -10px !important;
    left: inherit !important;
    margin-top: 0px;
}

.chat-bot:before {
    background: transparent !important;
}

ul.kl-right-nav li a {
    display: inline-block;
    background: url('../../bundles/fdcmarchedufilm/images/skin/icon-search-canlendar.png') no-repeat;
}

    ul.kl-right-nav li a.kl-agenda-link {
        background-position: 20px center;
    }

    ul.kl-right-nav li a.kl-icon-search-nav {
        background-position: -30px center;
    }

ul.kl-right-nav li.liSearchBox {
    position: static;
    width: auto;
}

header #navigation nav .main-nav.aside.kl-right-nav {
    border-right: 0px !important;
}

    header #navigation nav .main-nav.aside.kl-right-nav li a {
        border-right: 1px solid #404040;
        border-left: 1px solid #404040;
    }

.kl-navigation {
    position: relative;
}

header .kl-navigation .searchBox {
    position: absolute;
    right: 0px;
    top: 41px;
    width: 350px !important;
}

.kl-description-page p {
    color: #a2a2a2;
    font-size: 18px;
    font-family: 'Lato';
    line-height: 30px;
}

footer {
    color: #fff !important;
}

    footer h3 {
        font-size: 15px !important;
        text-transform: uppercase !important;
        margin-bottom: 35px !important;
    }

    footer p {
        font-size: 13px !important;
        line-height: 24px !important;
        color: #fff;
    }

ul.kl-nav-footer-widget {
    padding: 0px;
    margin: 0px;
}

    ul.kl-nav-footer-widget li {
        list-style: none;
        padding-bottom: 10px;
    }

        ul.kl-nav-footer-widget li a, .kl-bottom-footer ul li a {
            color: #6d6c6c;
            text-transform: uppercase;
            text-decoration: none;
        }

.kl-footer-social ul li a {
    background: #0cebda;
}

footer .container .social.kl-footer-social ul li a .icon {
    color: #000;
}

.kl-bottom-footer {
    margin-top: 75px;
}

    .kl-bottom-footer ul li {
        display: inline-block;
        margin-left: 15px;
    }

.kl-col-7, .kl-col-3, .kl-col-2-5, .kl-col-4, .kl-col-8 {
    float: left;
    padding: 0px 15px;
}

.kl-col-7 {
    width: 62.5%;
}

.kl-col-2-5 {
    width: 18.75%;
}

.kl-col-4 {
    width: 25%;
}

.kl-col-8 {
    width: 75%;
}

.kl-float-left {
    float: left !important;
}

.kl-float-right {
    float: right !important;
}

.kl-text-right {
    text-align: right;
}

.kl-bottom-footer .kl-col-8 {
    padding-right: 89px;
}

footer .container .kl-footer-social.social {
    margin: 0px;
    padding: 0px;
    border: none;
}

    footer .container .kl-footer-social.social ul {
        float: none;
    }

        footer .container .kl-footer-social.social ul li {
            margin-left: 15px;
        }

            footer .container .kl-footer-social.social ul li:first-child {
                margin-left: 0 !important;
            }

            footer .container .kl-footer-social.social ul li a {
                border-radius: 50%;
                text-align: center;
                font-size: 1.5em;
            }

            footer .container .kl-footer-social.social ul li a {
                color: #000;
            }

footer.kl-footer .container {
    width: 1200px;
    max-width: 1200px;
    padding: 0px;
}

footer.kl-footer {
    padding-bottom: 75px;
    padding-top: 75px;
    position: relative;
}

    footer.kl-footer:before {
        content: '';
        width: 1px;
        height: 120px;
        background: #a7b7c2;
        position: absolute;
        left: 49%;
        top: -50px;
        opacity: 1;
        visibility: visible;
    }

.clearfix {
    clear: both;
}

.kl-bg-white {
    background: #fff !important;
}

#slide-date .slick-slider {
    margin-bottom: 0px !important;
}

#slide-date.dateslide .slick-slide h3 {
    font-size: 24px;
}

#slide-date.dateslide .slick-slide {
    color: #868a93;
    text-align: center; /*max-width:150px;*/
}

.kl-description-page-header.bigContainer {
    padding: 70px 0px;
    font-size: 18px;
    color: #505050;
}

.calendrier .filter form.kl-filter-calendar, .calendrier .filter form.kl-filter-calendar select {
    background-color: #fff;
    color: #7a7f88;
    font-family: 'Lato';
    font-weight: 700;
}

.kl-bg-white .timelineslide {
    margin-top: 80px;
    padding-bottom: 135px;
}

.kl-bg-white #slide-date {
    padding-top: 47px;
}

.calendrier .filter form.kl-filter-calendar select#filter-industry,
.calendrier .filter form.kl-filter-calendar select #id-type-conference {
    border-right: 1px solid #eceef0;
    background-position-x: 92%;
    background-color: #32798b;
    color: #fff;
}

#slide-date.dateslide .slick-slide.slick-current h3 {
    color: #51ada1;
    text-decoration: underline;
}

.kl-bg-white .slick-slider {
    margin-bottom: 0px !important;
}

.kl-gallery.gg-box {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
    grid-auto-rows: 200px;
    grid-gap: 8px;
}

.kl-icon-clock {
    position: relative;
}

    .kl-icon-clock:before {
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        left: -26px;
        top: 2px;
        background: url('../../bundles/fdcmarchedufilm/images/skin/icone-clock.png');
    }

.card-header.kl-no-bg .time {
    background: transparent !important;
}

footer .kl-text-right li a {
    font-family: "Lato";
    font-size: 11px;
}

.kl-nav-footer-widget li a {
    font-size: 12px;
}

.slick-slide .timeline button.slick-arrow {
    transition: 0.5s;
}

    .slick-slide .timeline button.slick-arrow:hover {
        background-color: #dfdfdf;
    }

.kl-none {
    display: none !important;
}

.arrow-inactive {
    color: #dfdfdf;
}

.popin-content .card-header .time {
    background: transparent !important;
    padding-left: 25px;
}

.popin-content .kl-icon-clock:before {
    left: 0px;
}

.gg-box {
    grid-template-columns: 300px 400px !important;
    grid-auto-rows: auto !important;
}

#main.industry .single-photo .photo-container img {
    height: auto !important;
}

#main.industry p {
    font-family: "Lato" !important;
}

.kl-text-center {
    text-align: center !important;
}

#main.industry p, .text-presentation h3, h3, .our-news .articles h6, h6 {
    font-family: "Lato" !important;
}

.kl-chapeau-detail-page p {
    line-height: 30px !important;
}

.kl-text-center {
    text-align: center !important;
}

.module--news.kl-home-news .module__title {
    margin: 0 0 80px !important;
}

.module.module--nav {
    background: #eaedf1;
    border-bottom: 1px solid #c2cdd1;
}

    .module.module--nav ul li a {
        color: #99a6ad;
        position: relative;
        font-weight: 700;
    }

        .module.module--nav ul li a.active, .module--nav ul li a:hover {
            color: #181717;
        }

            .module.module--nav ul li a.active:after {
                content: "";
                width: 100%;
                height: 1px;
                background: #55b8a6;
                position: absolute;
                bottom: -18px;
                left: 0px;
            }

/*puzzle*/
.kl-gallery.gg-box {
    position: relative;
    height: 350px;
}

.gg-box.kl-gallery .gg-element:not(.kl-img) {
    display: none;
}

.gg-box.kl-gallery .gg-element:first-child {
    display: block !important;
    width: 354px;
    height: 350px;
}

.gg-box.kl-gallery .gg-element.kl-img-1 {
    width: 333px;
    height: 175px;
    position: absolute;
    right: 0;
    top: 0;
}

.gg-box.kl-gallery .gg-element.kl-img-2 {
    width: 162px;
    height: 168px;
    position: absolute;
    right: 169px;
    bottom: 0;
}

.gg-box.kl-gallery .gg-element.kl-img-3 {
    width: 162px;
    height: 168px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.module.module--nav ul li a.active:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #55b8a6;
    position: absolute;
    bottom: -18px;
    left: 0px;
}

.kl-relative {
    position: relative;
}

.kl-absolute {
    position: absolute;
}

.kl-view-all-news {
    bottom: 1px;
    left: 0px;
}

footer.kl-footer h3, footer p, ul.kl-nav-footer-widget li a, .kl-bottom-footer ul li a {
    font-family: "Lato" !important;
}

.module--content strong p {
    color: #8c8c8c !important;
}

.kl-more-actu .kl-bx-actu .kl-img-actu img {
    width: 350px !important;
    height: 217px !important;
}

header #logo-wrapper {
    z-index: 99 !important;
}

header .user-nav li .sub-languages {
    background: #181717;
    z-index: 1000 !important;
}

#fdc_marche_du_film_who_are_we_history #main .module.module--nav ul li:nth-child(n+3) {
    display: none;
}

.gg-box.kl-gallery .gg-element.kl-img-2-2 {
    width: 333px;
    height: 350px !important;
    position: absolute;
    right: 0;
    top: 0;
}

.kl-chapeau-detail-page {
    margin-bottom: 50px;
}

    .kl-chapeau-detail-page h4 {
        font-size: 18px !important;
        color: #17171a !important;
        font-family: 'Open Sans' !important;
        font-weight: 700 !important;
    }

        .kl-chapeau-detail-page, .kl-chapeau-detail-page h4, .kl-chapeau-detail-page h4 p {
            text-align: left !important;
            padding: 0 !important;
        }

.kl-bx-OS {
    background: #0c7461;
    width: 100% !important;
    height: auto !important;
    padding: 42px 64px !important;
}

    .kl-bx-OS .title {
        color: #c5a26e !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        font-size: 2em !important;
        margin: 0 0 10px !important;
    }

    .kl-bx-OS .details p {
        color: #fff !important;
        font-size: 14px !important;
    }

.kl-not-block {
    display: inline;
}

.kl-sld-wlink .wrapper .carousel .slide .kl-caption h2 {
    margin: 207px auto 107px;
}

.kl-not-block {
    display: inline !important;
}

#content .module--dispatch li a .picture::after {
    opacity: 0;
}

#content .module--dispatch li a:hover .picture::after {
    opacity: 1;
}

#slide-date .bigContainer {
    overflow: inherit !important;
}
/*#slide-date .slick-prev{ left:-47px;}*/
#slide-date .slick-next:before, #slide-date .slick-prev:before {
    color: #222c63;
}

.kl-event-content {
    padding: 30px;
    font-size: 17px;
    background: #fff;
    color: #505050;
}

.kl-section-event-info {
    margin-bottom: 15px;
}

.kl-social-link button {
    border: none;
    box-shadow: inherit;
    width: 35px;
    height: 35px;
    background-size: cover;
    margin-right: 10px;
    background-color: #0cebda;
    border-radius: 50%;
    line-height: 32px;
}

.kl-share-email {
    background-image: url('../../bundles/fdcmarchedufilm/images/skin/email-icon.png');
    background-repeat: no-repeat;
    background-size: 17px 17px !important;
    background-position: center center;
}

.kl-social-link {
    margin-top: 45px;
}

    .kl-social-link button i {
        color: #000;
        margin-left: -2px;
        margin-top: -4px;
    }

    .kl-social-link span {
        display: inline-block;
        vertical-align: middle;
    }

.popin button.kl-send-msg {
    background: #222c63;
    float: none;
    text-indent: inherit;
    vertical-align: top;
}

.kl-email-form-send {
    border: 1px solid #a7b7c2;
    width: 604px;
    height: 39px;
    padding: 0px 15px;
    font-size: 16px;
    transition: 0.5s;
}

    .kl-email-form-send:hover {
        background: #c5a26e;
    }

.kl-content-popin {
    position: relative;
}

.kl-close-popin-email {
    position: absolute;
    right: 15px;
    top: 15px;
    float: none !important;
}

.popin.kl-content-popin {
    padding: 50px 15px;
}

a.kl-add-to-mycalendar {
    font-size: 15px !important;
    padding: 15px 25px 15px 46px;
    display: inline-block;
    color: #fff !important;
    background: #c3a05f url('../../bundles/fdcmarchedufilm/images/skin/calendar-add.png') no-repeat scroll 10px 15px;
    background-size: 22px;
    font-weight: normal !important;
}

.timeline .more.kl-btn-event-action {
    text-align: left;
}

.kl-read-more-event {
    padding: 15px 10px;
    font-size: 15px !important;
    display: inline-block;
    color: #fff !important;
    background: #327a8b;
    float: right;
    font-weight: normal !important;
    font-size: 15px !important;
}

.kl-event-content {
    width: 60%;
    margin: 52px auto 70px;
    display: block;
    padding: 45px 90px 90px;
}

.kl-section-event-info .kl-date {
    font-size: 30px;
    color: #51ada1;
    text-transform: none;
    margin: 20px 0;
}

    .kl-section-event-info .kl-date span {
        display: inline-block;
        text-transform: uppercase;
        font-size: 14px;
        color: #c3a05f;
    }

    .kl-section-event-info .kl-date .kl-time {
        padding-left: 25px;
        position: relative;
    }

        .kl-section-event-info .kl-date .kl-time::before {
            content: "";
            position: absolute;
            width: 15px;
            height: 15px;
            left: 0;
            top: 2px;
            background: url(../../bundles/fdcmarchedufilm/images/skin/icone-clock.png);
        }

.kl-section-event-info .kl-title-event {
    font-size: 20px;
    color: #000;
    margin-bottom: 25px;
}

.kl-section-event-info.kl-desc-event p {
    color: #7c8187;
    font-size: 16px;
    margin-bottom: 30px;
}

.kl-title-info-event {
    text-transform: uppercase;
    color: #c3a05f;
    display: block;
    font-size: 12px;
}

.kl-no-element img {
    width: 13%;
    display: block;
    margin: 0 auto 10px;
}

.kl-no-element p {
    text-align: center;
    font-size: 30px;
    letter-spacing: 0.3rem;
    font-weight: 600;
}

.kl-no-element {
    padding: 12px 20px 90px;
}

.kl-event-content .logo > img {
    max-width: 100%;
}

.kl-popin {
    z-index: 99999999999999;
    width: 100%;
    height: 100%;
    position: fixed;
    align-items: center;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    display: block;
    overflow-y: auto;
}

    .kl-popin .kl-close-button {
        background: url(../../bundles/fdcmarchedufilm/images/data/close.png) no-repeat center center;
        padding: 10px;
        border: none;
        float: right;
        display: block;
        margin-bottom: 16px;
    }

#popin-event.parentDisable {
    z-index: 999999999999999;
}

.kl-section-event-info .kl-cat-event {
    background-color: #327a8b;
    color: #fff;
    padding: 5px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
}

.kl-section-event-info .kl-time-event {
    padding-left: 25px;
    position: relative;
    color: #51ada1;
    font-size: 12px;
    display: inline-block;
    text-transform: uppercase;
    margin-left: 6px;
}

    .kl-section-event-info .kl-time-event::before {
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        left: 0;
        top: 2px;
        background: url('../../bundles/fdcmarchedufilm/images/skin/icone-clock.png');
    }

.kl-hd-event {
    margin-bottom: 35px;
}

.kl-place-event, .kl-acces-type-event {
    color: #000;
}

.kl-content-no-sidebar .gg-box.kl-gallery .gg-element:first-child {
    width: 764px;
}

.marche h4 p {
    line-height: 30px;
}

h1.module--hero__title, .module--hero__title {
    font-size: 80px !important
}

.kl-chapeau-detail-page h4 p {
    line-height: 30px !important;
}

.kl-logo-calendar-popin {
    width: 320px;
    margin: auto;
}

.module--tabs-2__container .tabs-pane .list-block-2 li .content p a {
    color: #55b8a6 !important;
}

.kl-only-mobile-faq {
    display: none;
}

.kl-bg-blue {
    background: url('../../bundles/fdcmarchedufilm/images/skin/blue-bg-sidebar.png') no-repeat, linear-gradient(114deg, #55b8a6 0, #222c63 100%);
    padding: 76px 36px !important;
    background-position: top right;
}

    .kl-bg-blue .kl-bloc-news-subtitle {
        color: #8cffff !important;
        font-weight: 300;
    }

    .kl-bg-blue .kl-bloc-news-readmore {
        color: #fff !important;
        font-family: "Camphor W01 Regular", Arial, Helvetica, sans-serif;
    }

header #logo-wrapper {
    clear: both;
    position: relative;
    z-index: 555 !important;
}

.blueBckg ul.tabs li h4 {
    font-weight: 400;
}

.calendrier .filter form.kl-filter-calendar {
    padding-left: 0px !important;
}

    .calendrier .filter form.kl-filter-calendar select#filter-industry,
    .calendrier .filter form.kl-filter-calendar select#id-type-conference {
        padding: 0px 80px 0px 25px;
    }

.partenaires-logo.blueBckg .tab_container {
    padding-top: 0px;
}

.partenaires-logo.blueBckg #tab1 {
    background: #1357a3 !important;
}

.partenaires-logo.blueBckg #tab2 {
    background: #55b8a6 !important;
}

.partenaires-logo.blueBckg #tab3 {
    background: #327a8b !important;
}

.partenaires-logo.blueBckg #tab4 {
    background: #323174 !important;
}

.kl-only-mobile-faq ul li .tabs-pane {
    display: none;
}

.kl-mobile-sidebar {
    display: block;
    width: 100%;
    background: #222c63;
    font-size: 1.6em;
    padding: 30px 70px 30px 50px;
    position: relative;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Camphor W01 Bold", Arial, Helvetica, sans-serif;
}

    .kl-mobile-sidebar:after {
        background: url('../../bundles/fdcmarchedufilm/images/skin/mob-arrow-down.png') left top no-repeat;
        content: "";
        position: absolute;
        right: 50px;
        top: 37px;
        width: 12px;
        height: 12px;
    }

.kl-only-mobile-faq .kl-mobile-sidebar.active + .tabs-pane {
    display: block !important;
}

/*responsive by pat*/
@media screen and (max-width: 1199px) {
    .module--faq__nav {
        width: 25%;
    }

    .module--faq__tabs-container {
        width: 70%;
    }
}

@media screen and (max-width: 1060px) {
    .module--faq__nav.kl-nav-faq-desktop {
        display: none;
    }

    .kl-only-mobile-faq {
        display: block;
    }

    .module--faq__tabs-container {
        width: 100%;
        float: none;
    }

    .module--faq .row {
        padding: 0px;
    }

    .js-tabby .tabs-pane {
        width: 100%;
        height: auto;
        position: static;
        overflow: visible;
    }

    .kl-only-desktop-faq {
        display: none !important;
    }

    .module--faq__tabs-container .tabs-pane .question:after {
        top: 52%;
    }

    .kl-bg-white.kl-grey-mobile {
        background: #f2f2f2 !important;
    }

    a.kl-add-to-mycalendar {
        background: transparent url('../../bundles/fdcmarchedufilm/images/skin/calendar-add-mobile.png') no-repeat;
        font-size: 0px !important;
        padding: 18px 25px 18px 46px;
    }

    .kl-btn-event-action .kl-read-more-event {
        background: transparent url('../../bundles/fdcmarchedufilm/images/skin/plus-mobile.png') no-repeat;
        background-size: 22px 22px;
        background-position: bottom center;
        font-size: 0px !important;
    }

    .card-header .time, .card-infos span {
        color: #327a8b;
    }

    .kl-icon-clock:before {
        background: url('../../bundles/fdcmarchedufilm/images/skin/icone-clock-mobile.png') no-repeat;
    }

    .module--faq__tabs-container .tabs-pane .question {
        color: #fff;
        background: #327a8b;
    }
}

@media screen and (width: 768px) {
    #main.industry .marche h3 {
        font-size: 38px;
    }
}

@media screen and (max-width: 450px) {
    .timeline .activities {
        width: 300px;
    }
    /*.card-header p{ display:block;}*/
    .card-header .time {
        float: none !important;
        padding-left: 25px !important;
        display: inline-block;
        text-align: right;
        margin-left: 4%;
    }

    .card .kl-icon-clock {
        margin-top: 15px;
    }

        .card .kl-icon-clock:before {
            left: 0px !important;
        }

    .timeline .activities .card-header {
        display: block;
        float: left;
        width: 100%;
    }
}

@media screen and (max-width: 375px) {
    .timeline .activities {
        width: 275px;
    }

    .parentDisable.kl-send-mail-popin button.kl-send-msg {
        width: auto !important;
        margin: 0 auto !important;
        display: block;
        padding: 8px 15px;
    }

    .parentDisable.kl-send-mail-popin .kl-email-form-send {
        width: 100%;
        margin-bottom: 20px;
    }
}
/*end responsive pat*/


/* BEGINING SERVICES DISPATCH*/

/*menu mobile start*/
input#id-burger + label {
    position: fixed;
    top: 40px;
    left: 40px;
    height: 20px;
    width: 25px;
    z-index: 700;
}

    input#id-burger + label span {
        position: absolute;
        width: 100%;
        height: 2px;
        top: 50%;
        margin-top: -1px;
        left: 0;
        display: block;
        background: #fff;
        transition: .5s;
    }

        input#id-burger + label span:first-child {
            top: 3px;
        }

        input#id-burger + label span:last-child {
            top: 16px;
        }

    input#id-burger + label:hover {
        cursor: pointer;
    }

input#id-burger:checked + label span {
    opacity: 0;
    top: 50%;
}

    input#id-burger:checked + label span:first-child {
        opacity: 1;
        transform: rotate(405deg);
    }

    input#id-burger:checked + label span:last-child {
        opacity: 1;
        transform: rotate(-405deg);
    }

input#id-burger {
    display: none;
}
/*menu mobile end*/
.kl-hd-mbl {
    display: none;
}

.kl-hd-dsk {
    display: block;
}

.kl-bx-content .kl-smH:last-child {
    display: none !important;
}

@media (max-width: 1250px) {
    header #navigation nav .main-nav {
        display: block !important;
    }

    header #navigation nav, .row {
        width: 100% !important;
        max-width: 100% !important;
    }

        header #navigation nav .main-nav.aside.kl-right-nav {
            display: none;
        }

    .kl-fixed-btn-accreditation span, a.chat-bot span {
        display: none;
    }

    .kl-fixed-btn-accreditation, a.chat-bot {
        background: #55b8a6 url('../../bundles/fdcmarchedufilm/images/skin/icon-accreditation.png') no-repeat scroll 17px 21px !important;
        right: 9px !important;
        padding: 34px !important;
    }

    .kl-hd-dsk {
        display: none;
    }

    .kl-hd-mbl {
        display: block;
    }

    header #logo-wrapper #logo {
        margin: 0 auto;
        text-align: center;
        padding: 0;
        width: 108px;
    }

        header #logo-wrapper #logo h1 {
            position: static;
        }

    header #logo-wrapper {
        height: 119px !important;
        padding-top: 4px;
    }

        header #logo-wrapper #logo img.palm {
            max-width: 100%;
        }

    .kl-right-nav-xs ul li a {
        color: #fff;
        font-size: 14px;
        display: block;
        height: 41px;
        line-height: 41px;
        padding: 0 30px;
        text-transform: uppercase;
        text-decoration: none;
        -webkit-transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
        transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
    }

    .kl-right-nav-xs .searchBox {
        right: 0;
        top: 132%;
        width: 250px;
        direction: rtl;
        position: absolute;
        display: block;
        overflow: hidden;
    }

        .kl-right-nav-xs .searchBox.kl-dblock {
            display: block !important;
        }

    .kl-footer .kl-col-7 {
        width: 100%;
        text-align: center;
    }

    .kl-footer .kl-col-2-5 {
        width: 100%;
        text-align: center;
    }

    .kl-bottom-footer .kl-col-4 {
        width: 100%;
        text-align: center;
    }

    .kl-bottom-footer .kl-col-8 {
        padding-right: 0;
        text-align: center !important;
        width: 100%;
        margin-top: 23px;
    }

    .kl-content-widget-footer {
        margin-bottom: 45px;
    }

    footer h3 {
        margin-bottom: 31px !important;
    }

    footer .social ul li a {
        height: 30px;
        width: 30px;
       
    }

    .kl-bottom-footer {
        margin-top: 43px;
    }

    .module--content strong p {
        text-align: center;
    }
    /*separe*/
    .kl-right-nav-xs {
        position: absolute;
        z-index: 600;
        top: 29px;
        right: 15px;
    }

    header #navigation {
        border-bottom: none;
        border-top: none;
        z-index: 600;
        position: absolute;
        max-width: 100%;
        top: 0;
        left: 0px;
        width: 100%;
        padding: 0;
        overflow: hidden;
        transition: 0.5s;
        transition-delay: 0.5s;
        height: 0px;
    }

    input#id-burger:checked ~ #navigation {
        min-height: 100vh !important;
        transition-delay: 0s;
        padding-top: 87px !important;
        top: 0 !important;
        overflow: scroll;
    }

    .kl-right-nav-xs.kl-sctickySearch {
        top: 27px;
    }

    .kl-burger-menu {
        position: relative;
    }

    header #navigation nav .main-nav li {
        display: block;
        transition: 0.5s;
        transition-delay: 0.5s;
    }

        header #navigation nav .main-nav li a {
            display: block;
            height: auto;
            line-height: 2rem;
            padding: 10px 0;
            transition: 0.5s;
            transition-delay: 0.5s;
        }

    .kl-right-nav-xs .searchBox {
        right: 0;
        top: 132%;
        width: 250px;
        direction: rtl;
        position: absolute;
        display: block;
        overflow: hidden;
    }

        .kl-right-nav-xs .searchBox.kl-dblock {
            display: block !important;
        }

    header #top-bar .main-nav {
        float: left;
        display: block;
        margin: 0 30px 10px;
        width: 100%;
    }

    header.sticky #logo-wrapper #logo {
        margin: 0 auto;
        text-align: center;
        display: block;
        width: 221px !important;
        padding-top: 0;
    }

    header.sticky input#id-burger + label {
        top: 17px;
    }

    header.sticky input#id-burger:checked + label {
        top: 19px;
    }

    header.sticky .kl-right-nav-xs {
        top: 4px;
    }

    header.sticky #top-bar {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    header.sticky #navigation {
        top: 45px;
    }

    header.sticky #logo-wrapper #logo p.stick {
        margin: 0 0 0 7px;
        float: none;
        display: inline-block;
    }

    header.sticky #logo-wrapper #logo > a {
        display: inline-block;
        margin-bottom: -7px;
    }

    #logo-mobile .kl-burger-img-logo {
        display: block;
        text-align: center;
    }

    #logo-mobile .kl-burger-txt-logo {
        display: block !important;
    }

        #logo-mobile .kl-burger-txt-logo img {
            width: 200px;
            display: block;
            margin: 0 auto;
        }

    #logo-mobile {
        padding-bottom: 33px;
        border-bottom: 1px solid #404040;
    }

    .kl-hd-mbl .kl-navigation {
        margin: 35px 0 !important;
        padding: 0 40px 0;

    }

    .kl-hd-mbl ul.kl-right-nav li a.kl-agenda-link {
        font-size: 15px;
        text-transform: uppercase;
        padding-left: 34px;
        text-decoration: none;
        color: #8cffff;
        font-weight: 300;
        background: url(../../bundles/fdcmarchedufilm/images/skin/calendar.png)no-repeat center left;
        margin: 30px;
        display: block;
        background-size: 20px;
    }

    header .user-nav li {
        display: block;
        margin: 0 0 19px;
    }

    header .user-nav {
        padding: 0 !important;
        border-top: 1px solid #404040;
        padding-top: 33px !important;
        display: block;
        margin: 0 40px 10px;
        float: none !important;
    }

    .kl-container {
        width: 100%;
    }

    .kl-mini-title {
        font-size: 14px;
    }

    .kl-lef-link {
        width: 100%;
        position: absolute;
        top: auto;
        left: 0;
        z-index: 100;
        height: 12%;
        bottom: 74px;
    }

        .kl-lef-link ul {
            display: block;
            height: 100%;
            margin: 0 auto;
            text-align: center;
        }

            .kl-lef-link ul li > a {
                background: transparent;
            }

                .kl-lef-link ul li > a:hover, .kl-lef-link ul li.active a {
                    background: transparent;
                }

                    .kl-lef-link ul li > a:hover img, .kl-lef-link ul li.active a img {
                        filter: grayscale(0%);
                        -webkit-filter: grayscale(0%);
                        -moz-filter: grayscale(0);
                        -o-filter: grayscale(0);
                        -ms-filter: grayscale(0);
                    }

                .kl-lef-link ul li > a img {
                    filter: grayscale(100%);
                    -webkit-filter: grayscale(100%);
                    -moz-filter: grayscale(0);
                    -o-filter: grayscale(0);
                    -ms-filter: grayscale(0);
                }

    .kl-sld-wlink .carousel .inner + ul.indicators {
        display: none !important;
    }

    .kl-sld-wlink .wrapper .carousel .slide .kl-caption h2 {
        margin: 0 !important;
    }

    .kl-sld-wlink .wrapper .carousel .slide .kl-caption div {
        display: flex;
        height: 78%;
        justify-content: center;
        align-items: center;
    }

    .kl-4-bx .kl-row.kl-spced {
        padding: 0 5%;
    }

    .kl-4-bx {
        padding: 139px 0 0;
    }

    .kl-bx-content .kl-smH:nth-child(3) {
        display: none !important;
    }

    .kl-smH.kl-bx-txt {
        height: auto !important;
    }

    .module.module--news.kl-home-news {
        padding: 100px 30px;
        height: 571px;
    }

    .module--news.kl-home-news .module__title {
        margin: 0 0 80px !important;
        width: 50%;
        display: inline-block;
        height: auto;
        line-height: 1;
    }

    .module.module--news.kl-home-news .module--news__slider {
        left: 0;
        top: 120px;
    }

    .module.module--news.kl-home-news .kl-view-all-news {
        bottom: auto;
        left: auto;
        top: 17px;
        right: 0;
    }

    .module.module--news.kl-home-news {
        height: 601px;
    }

    .kl-lef-link ul li {
        display: inline-block !important;
    }

    .kl-bx-content .kl-smH:last-child {
        display: block !important;
    }

    .kl-bx-content .kl-smH {
        width: 100%;
    }

    .module--header__slider li.main-slide .inner {
        height: 432px;
    }

    #logo-wrapper.dnone, .kl-right-nav-xs.dnone {
        display: none !important;
    }

    .kl-bx-fullwidth {
        bottom: 59px;
    }

    .kl-line-center {
        height: 83px;
        bottom: -44px;
    }
    /*DETAILS INDUSTRY*/
    #main.industry .marche h3 {
        font-size: 32px;
        line-height: 41px !important;
        font-family: "Lato" !important;
        font-weight: 800;
    }

    .text-presentation.marche.kl-main-title {
        width: 92%;
    }

    .marche {
        margin-bottom: 20px;
    }

    .subNavigationFixed {
        top: 50px;
    }

    .kl-chapeau-detail-page, .kl-chapeau-detail-page h4, .kl-chapeau-detail-page h4 p {
        font-size: 21px;
        line-height: 1.9rem !important;
        font-weight: 800;
    }

    .kl-gallery.gg-box {
        position: relative;
        height: auto;
        float: left;
        width: 100%;
        margin-bottom: 66px;
        display: block;
    }

    .gg-box.kl-gallery .gg-element:first-child {
        display: block !important;
        width: 100% !important;
        height: 350px;
        max-width: 100%;
        float: left;
        margin-bottom: 13px;
    }

    .gg-box.kl-gallery .gg-element.kl-img-1 {
        width: 100%;
        height: 238px;
        position: static;
        float: left;
        max-width: 100%;
        margin-bottom: 13px;
    }

    .gg-box.kl-gallery .gg-element.kl-img-2 {
        width: 49%;
        height: 168px;
        position: static;
        float: left;
        max-width: 100%;
        margin-right: 2%;
    }

    .gg-box.kl-gallery .gg-element.kl-img-3 {
        width: 49%;
        height: 168px;
        position: static;
        float: left;
        max-width: 100%;
    }

    .projection .programme div:nth-child(2) {
        width: 81%;
    }

    .projection {
        padding: 0;
    }

    .kl-bx-actu span, .kl-bx-actu h4 {
        margin-bottom: 14px;
    }

    .kl-bx-actu {
        height: 408px;
    }

    footer.kl-footer .container {
        width: 100%;
        max-width: 100%;
        padding: 0px;
    }

    footer.kl-footer:before {
        height: 70px;
        top: -33px;
    }
    /*GLOBAL EVENTS*/
    h1.module--hero__title, .module--hero__title {
        font-size: 26px !important;
    }

    #slide-date.sticky {
        top: 48px;
    }

    .kl-nws-dsk {
        display: none;
    }

    .kl-nws-mob {
        display: block;
        margin-bottom: 46px;
    }

    .kl-news-slider-mob .kl-bloc-news.slick-slide {
        width: 415px !important;
        display: inline-block !important;
        margin-right: 25px;
    }

    .kl-news-slider-mob .slick-track {
        width: 9000px !important;
        height: 246px;
        overflow: hidden;
    }

    h4.kl-related-news {
        font-size: 36px !important;
        font-weight: 700;
        font-family: 'Lato' !important;
        margin-bottom: 32px;
        margin-top: 30px;
    }

    .kl-navigation .main-nav.central {
        border-bottom: 1px solid #404040;
        display: block;
        padding-bottom: 23px;
    }

    .module.module--dispatch.pb .row .ul {
        display: block;
        margin: 0 auto;
        width: 760px;
        max-width: 100%;
        padding: 0 10px;
    }

    .module--dispatch li {
        display: block;
        float: left;
        margin: 0 2% 26px;
        list-style-type: none;
        width: 46%;
    }

    .kl-bx-fullwidth {
        z-index: 1;
    }

    .kl-sld-wlink, .kl-sld-wlink .wrapper, .kl-sld-wlink .wrapper .carousel, .kl-sld-wlink .wrapper .carousel .slide {
        height: 506px;
    }

    .kl-smH.kl-bx-txt .kl-bx-title .kl-line {
        height: 3px;
    }

    .kl-bx-content .kl-smH:last-child span.kl-line {
        background: #327a8b;
    }

    .kl-right-nav li.liSearchBox {
        position: static;
        display: block !important;
        width: auto;
    }

    .kl-more-actu .row {
        margin: 0 !important;
    }

    header .user-nav li.lang {
        position: relative;
    }

    header .user-nav li .sub-languages {
        position: static;
        margin-top: 16px;
    }

        header .user-nav li .sub-languages li {
            margin: 0 0 8px;
        }

    .kl-event-content {
        width: 90%;
    }

    #main.industry .page-title h4 {
        background: url("../../bundles/fdcmarchedufilm/images/skin/share.png") center right 0.2rem no-repeat;
    }

    .kl-bloc-news.glider-slide {
        min-width: 415px !important;
        width: 415px !important;
        margin-right: 20px;
    }

    .parentDisable.kl-send-mail-popin .popin.kl-content-popin {
        width: 78%;
    }

    .parentDisable.kl-send-mail-popin .kl-email-form-send {
        width: 80%;
    }

    .parentDisable.kl-send-mail-popin button.kl-send-msg {
        width: 18%;
        margin-left: 1%;
    }
}

@media (min-width: 768px) and (max-width: 1250px) {
    .kl-dispatch-block {
        display: block;
        width: 768px;
        max-width: 768px;
        margin: 0 auto;
    }

    .container {
        width: 768px !important;
        max-width: 100%;
    }

    .dateslide button.slick-next.slick-arrow {
        right: 16px;
        z-index: 600 !important;
    }

    .dateslide button.slick-prev.slick-arrow {
        left: 16px;
        z-index: 600 !important;
    }
}

@media (min-width: 992px) {
    .kl-nws-mob {
        display: none;
    }
}

@media (max-width: 767px) {
    .container {
        max-width: 100% !important;
        width: 100% !important;
    }

    .module--dispatch .row {
        padding: 0 15px;
    }
    /*.module--dispatch li{width: 230px;}*/
    .module--dispatch li a .picture {
        height: 171px;
    }

    .kl-presentation .kl-main-title h2 {
        font-size: 25px;
        margin: 50px 0 50px;
    }

    #main.industry .marcheBody .row {
        padding: 0 !important;
        margin: 0 !important;
    }

    #main.industry .marcheBody {
        padding: 0 !important;
    }

    #main.industry .subNavigation + .container {
        padding: 0 30px;
    }

    #main.industry .marcheBody .first-column {
        padding: 0;
    }

    .kl-bx-actu p {
        margin: 0 0 20px;
        height: auto;
    }

    .kl-bx-actu {
        height: auto;
        margin-bottom: 20px;
    }

    .kl-more-actu .kl-bx-actu .kl-img-actu img {
        width: 100% !important;
        height: 217px !important;
    }

    .kl-next-actu {
        right: 13px;
    }

    #main, header, footer {
        width: 100% !important;
        zoom: 0 !important;
    }

    .projection .programme div:nth-child(2) {
        width: 68%;
    }

    .dateslide {
        display: none;
    }

    .kl-datelist, .kl-datelist .dateslide {
        display: block !important;
    }

    .calendrier .filter {
        text-align: right;
        height: auto;
        border-top: none;
        border-bottom: none;
    }

        .calendrier .filter form {
            border-left: none;
            padding: 0;
            display: block;
        }

    .calendrier select {
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: none;
        background: #fff url('../../bundles/fdcmarchedufilm/images/data/down.png') no-repeat center right !important;
        background-repeat: no-repeat;
        background-position-y: center;
        display: block;
        width: 100%;
        padding: 20px 30px !important;
        border-top: solid 1px #eceef0 !important;
        background-position-x: 96% !important;
        color: #7a7f88 !important;
    }

    select.kl-datelist {
        background-position: 96% center;
        background-color: #327a8b;
        background-image: url('../../bundles/fdcmarchedufilm/images/data/down.png');
        background-repeat: no-repeat;
        background-attachment: scroll;
    }
    /*acc*/
    .kl-datelist .tab {
        position: relative;
        margin-bottom: 1px;
        width: 100%;
        color: #fff;
        overflow: hidden;
    }

        .kl-datelist .tab input {
            position: absolute;
            opacity: 0;
            z-index: -1;
        }

        .kl-datelist .tab label {
            position: relative;
            display: block;
            padding: 20px 30px;
            background: #327a8b url('../../bundles/fdcmarchedufilm/images/data/down.png') no-repeat;
            background-repeat: no-repeat;
            background-position-y: center;
            background-position-x: 96%;
            font-weight: bold;
            line-height: 1;
            cursor: pointer;
            font-size: 16px;
        }

    .kl-datelist .tab-content {
        max-height: 0;
        overflow: hidden;
        background: #327a8b;
        -webkit-transition: max-height .35s;
        -o-transition: max-height .35s;
        transition: max-height .35s;
    }

        .kl-datelist .tab-content p {
            margin: 1em;
        }

    .kl-datelist .tab input:checked ~ .tab-content {
        max-height: 100vh;
        padding-bottom: 20px;
    }
    /*end acc*/
    #slide-date.dateslide .slick-slide.slick-current h3 {
        color: #fff;
        text-decoration: none;
    }

    #slide-date.dateslide .slick-slide {
        display: block !important;
        position: static !important;
        opacity: 1 !important;
        background: transparent;
        cursor: pointer;
        margin: 0;
        padding: 10px;
        width: 100% !important;
        max-width: 100% !important;
    }

        #slide-date.dateslide .slick-slide:hover {
            background: #2b7486;
        }

    #slide-date.dateslide .slick-list, #slide-date.dateslide .slick-track {
        height: auto !important;
    }

    #slide-date.dateslide .slick-slide h3 {
        font-size: 16px;
        display: inline-block;
        color: #fff;
    }

    .dateslide .slick-slide span {
        font-size: 16px;
        color: #fff;
        display: inline-block;
    }

    .kl-bg-white #slide-date {
        padding-top: 0;
    }

    #slide-date.sticky {
        position: static;
        background: transparent;
    }

    .marcheBody .video-container {
        width: 100%;
    }

    .kl-event-content {
        width: 90%;
        margin: 83px auto 70px;
        display: block;
        padding: 17px 50px 90px;
    }

    .kl-logo-calendar-popin {
        width: auto;
    }

    .day-content .timeline {
        padding-top: 18px;
    }

    .kl-section-event-info .kl-time-event::before {
        background: url(../../bundles/fdcmarchedufilm/images/skin/icone-clock-mobile.png);
    }

    .kl-section-event-info .kl-cat-event {
        padding: 3px 10px;
    }

    .kl-title-info-event {
        color: #59b1a5 !important;
    }
}

@media (min-width: 768px) {
    .kl-datelist {
        display: none !important;
    }
}



@media (min-width: 480px) and (max-width: 575px) {
    .container {
        max-width: 540px;
        !important;
    }
}

@media (max-width: 575px) {
    ul.kl-dispatch-block {
        padding: 0 10%;
    }

    .module--dispatch li {
        display: block;
        float: left;
        margin: 0 auto 30px;
        width: 100%;
    }

    .kl-presentation p {
        padding: 0 15px;
    }

    .kl-bx-content .kl-smH {
        height: 337px;
    }

    .kl-smH.kl-bx-sld .slide > img {
        height: auto;
    }

    #main.industry .subNavigation ul li a {
        padding: 0 8px;
        font-size: 12px;
    }

    .kl-more-actu > .container {
        padding: 0 20px;
    }

    .kl-title-actu h3 {
        font-size: 30px;
    }

    .timeline .row {
        display: block;
        flex-flow: row;
        flex-shrink: unset;
    }

    .timeline .timeconf {
        padding-right: 0;
        font-size: 30px;
        display: block;
        margin-bottom: 25px;
    }

    .kl-content-widget-footer p {
        line-height: 2rem !important;
    }

    .marcheBody .video-container > div {
        width: inherit;
        height: 399px;
    }

    .module--dispatch li a .picture div {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }

    .timeline button.slick-arrow {
        display: none !important;
    }

    .parentDisable.kl-send-mail-popin .kl-email-form-send {
        width: 68%;
    }

    .parentDisable.kl-send-mail-popin button.kl-send-msg {
        width: 28%;
        margin-left: 2%;
    }
}

@media (min-width: 480px) and (max-width: 575px) {
    .module--dispatch li a .picture {
        height: 237px;
    }
}

@media (max-width: 480px) {
    ul.kl-dispatch-block {
        padding: 0 3%;
    }

    .kl-sld-wlink .wrapper .carousel .slide .kl-caption h2 {
        font-size: 49px;
    }

    .kl-smH.kl-bx-txt {
        padding: 43px 33px;
    }

        .kl-smH.kl-bx-txt .kl-bx-title {
            margin-bottom: 16px;
        }

    .module--news.kl-home-news .module__title {
        font-size: 36px;
    }

    .kl-lef-link ul li > a {
        padding: 7px;
    }

    h1.module--hero__title, .module--hero__title {
        line-height: 36px;
    }

    #main.industry .marche h3 {
        font-family: "Lato";
        font-size: 38px;
        text-align: left;
        font-weight: 700;
        line-height: 40px !important;
    }

    #main.industry .marche h6 {
        font-size: 14px;
    }

    .projection .programme div:nth-child(2) {
        width: 56%;
    }

    .kl-title-actu h3 {
        font-size: 18px;
    }

    .kl-next-actu {
        top: -9px;
        padding: 14px 27px;
    }

    #main.industry .subNavigation + .container {
        padding: 0 30px;
    }

    .timeline {
        padding-left: 15px;
    }

    #main.industry .subNavigation {
        height: auto;
    }

    .kl-presentation .kl-main-title h2 {
        font-size: 28px;
        overflow-wrap: break-word;
    }

    .module--hero {
        height: auto;
        line-height: 3rem;
        padding: 50px 15px;
    }

    h1.module--hero__title, .module--hero__title {
        font-size: 42px !important;
    }

    .kl-presentation .kl-main-title {
        padding: 0 7px;
    }

    .kl-social-link span {
        display: block;
        margin-bottom: 17px;
    }

    .kl-popin {
        overflow-y: scroll;
    }

    .kl-event-content {
        margin: 38px auto 70px;
    }
}

@media (max-width: 360px) {
    header.sticky #logo-wrapper #logo p.stick {
        display: none;
    }

    .module--news.kl-home-news .kl-view-all-news {
        bottom: auto;
        left: auto;
        top: 11px;
        right: 0;
        padding: 10px 20px;
    }

    .module--news.kl-home-news .module__title {
        font-size: 27px;
    }

    .module.module--news.kl-home-news .kl-view-all-news {
        top: 10px;
    }

    .kl-sld-wlink .wrapper .carousel .slide .kl-caption h2 {
        font-size: 38px;
    }
    /*h1.module--hero__title, .module--hero__title {  font-size: 21px !important;  }*/
}

/* ENDING SERVICES DISPATCH*/
