/* Magnific Popup CSS */
.mfp-bg {
    top        : 0;
    left       : 0;
    width      : 100%;
    height     : 100%;
    z-index    : 1042;
    overflow   : hidden;
    position   : fixed;
    background : #0b0b0b;
    opacity    : 0.5; }

.mfp-wrap {
    top                         : 0;
    left                        : 0;
    width                       : 100%;
    height                      : 100%;
    z-index                     : 1043;
    position                    : fixed;
    outline                     : none !important;
    -webkit-backface-visibility : hidden; }

.mfp-container {
    text-align : center;
    position   : absolute;
    width      : 100%;
    height     : 100%;
    left       : 0;
    top        : 0;
    padding    : 0 8px;
    box-sizing : border-box; }

.mfp-container:before {
    content        : '';
    display        : inline-block;
    height         : 100%;
    vertical-align : middle; }

.mfp-align-top .mfp-container:before {
    display : none; }

.mfp-content {
    position       : relative;
    display        : inline-block;
    vertical-align : middle;
    margin         : 0 auto;
    text-align     : left;
    z-index        : 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-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 : -moz-zoom-out;
    cursor : -webkit-zoom-out;
    cursor : zoom-out; }

.mfp-zoom {
    cursor : pointer;
    cursor : -webkit-zoom-in;
    cursor : -moz-zoom-in;
    cursor : zoom-in; }

.mfp-auto-cursor .mfp-content {
    cursor : auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select : none;
    -moz-user-select    : none;
    user-select         : none; }

.mfp-loading.mfp-figure {
    display : none; }

.mfp-hide {
    display : none !important; }

.mfp-preloader {
    color      : #CCC;
    position   : absolute;
    top        : 50%;
    width      : auto;
    text-align : center;
    margin-top : -0.8em;
    left       : 8px;
    right      : 8px;
    z-index    : 1044; }

.mfp-preloader a {
    color : #CCC; }

.mfp-preloader a:hover {
    color : #FFF; }

.mfp-s-ready .mfp-preloader {
    display : none; }

.mfp-s-error .mfp-content {
    display : none; }

button.mfp-close,
button.mfp-arrow {
    overflow           : visible;
    cursor             : pointer;
    background         : transparent;
    border             : 0;
    -webkit-appearance : none;
    display            : block;
    outline            : none;
    padding            : 0;
    z-index            : 1046;
    box-shadow         : none;
    touch-action       : manipulation; }

button::-moz-focus-inner {
    padding : 0;
    border  : 0; }

.mfp-close {
    width           : 48px;
    height          : 48px;
    line-height     : 48px;
    position        : absolute;
    right           : 0;
    top             : 0;
    text-decoration : none;
    text-align      : center;
    opacity         : 0.65;
    padding         : 0 0 18px 10px;
    color           : #a5a5a5;
    font-weight     : 200;
    font-style      : normal;
    font-size       : 28px;
    }

.mfp-close:hover,
.mfp-close:focus {
    opacity : 1; }

.mfp-close:active {
    top : 1px; }

.mfp-close-btn-in .mfp-close {
    color : #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color         : #FFF;
    right         : -6px;
    text-align    : right;
    padding-right : 6px;
    width         : 100%; }

.mfp-counter {
    position    : absolute;
    top         : 0;
    right       : 0;
    color       : #CCC;
    font-size   : 12px;
    line-height : 18px;
    white-space : nowrap; }

.mfp-arrow {
    position                    : absolute;
    opacity                     : 0.65;
    margin                      : 0;
    top                         : 50%;
    margin-top                  : -55px;
    padding                     : 0;
    width                       : 90px;
    height                      : 110px;
    -webkit-tap-highlight-color : transparent; }

.mfp-arrow:active {
    margin-top : -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity : 1; }

.mfp-arrow:before,
.mfp-arrow:after {
    content     : '';
    display     : block;
    width       : 0;
    height      : 0;
    position    : absolute;
    left        : 0;
    top         : 0;
    margin-top  : 35px;
    margin-left : 35px;
    border      : medium inset transparent; }

.mfp-arrow:after {
    border-top-width    : 13px;
    border-bottom-width : 13px;
    top                 : 8px; }

.mfp-arrow:before {
    border-top-width    : 21px;
    border-bottom-width : 21px;
    opacity             : 0.7; }

.mfp-arrow-left {
    left : 0; }

.mfp-arrow-left:after {
    border-right : 17px solid #FFF;
    margin-left  : 31px; }

.mfp-arrow-left:before {
    margin-left  : 25px;
    border-right : 27px solid #3F3F3F; }

.mfp-arrow-right {
    right : 0; }

.mfp-arrow-right:after {
    border-left : 17px solid #FFF;
    margin-left : 39px; }

.mfp-arrow-right:before {
    border-left : 27px solid #3F3F3F; }

.mfp-iframe-holder {
    padding-top    : 40px;
    padding-bottom : 40px; }

.mfp-iframe-holder .mfp-content {
    line-height : 0;
    width       : 100%;
    max-width   : 900px; }

.mfp-iframe-holder .mfp-close {
    top : -40px; }

.mfp-iframe-scaler {
    width       : 100%;
    height      : 0;
    overflow    : hidden;
    padding-top : 56.25%; }

.mfp-iframe-scaler iframe {
    position   : absolute;
    display    : block;
    top        : 0;
    left       : 0;
    width      : 100%;
    height     : 100%;
    box-shadow : 0 0 8px rgba(0, 0, 0, 0.6);
    background : #000; }

/* Main image in popup */
img.mfp-img {
    width       : auto;
    max-width   : 100%;
    height      : auto;
    display     : block;
    line-height : 0;
    box-sizing  : border-box;
    padding     : 40px 0 40px;
    margin      : 0 auto; }

/* The shadow behind the image */
.mfp-figure {
    line-height : 0; }

.mfp-figure:after {
    content    : '';
    position   : absolute;
    left       : 0;
    top        : 40px;
    bottom     : 40px;
    display    : block;
    right      : 0;
    width      : auto;
    height     : auto;
    z-index    : -1;
    box-shadow : 0 0 8px rgba(0, 0, 0, 0.6);
    background : #444; }

.mfp-figure small {
    color       : #BDBDBD;
    display     : block;
    font-size   : 12px;
    line-height : 14px; }

.mfp-figure figure {
    margin : 0; }

.mfp-bottom-bar {
    margin-top : -36px;
    position   : absolute;
    top        : 100%;
    left       : 0;
    width      : 100%;
    cursor     : auto; }

.mfp-title {
    text-align    : left;
    line-height   : 18px;
    color         : #F3F3F3;
    word-wrap     : break-word;
    padding-right : 36px; }

.mfp-image-holder .mfp-content {
    max-width : 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor : pointer; }

.white-popup-block {
    background : #FFF;
    padding    : 70px 30px 30px;
    text-align : left;
    max-width  : 650px;
    margin     : 40px auto;
    position   : relative;
    }

@media screen and (max-width : 800px) and (orientation : landscape), screen and (max-height : 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left  : 0;
        padding-right : 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 {
        background : rgba(0, 0, 0, 0.6);
        bottom     : 0;
        margin     : 0;
        top        : auto;
        padding    : 3px 5px;
        position   : fixed;
        box-sizing : border-box; }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding : 0; }

    .mfp-img-mobile .mfp-counter {
        right : 5px;
        top   : 3px; }

    .mfp-img-mobile .mfp-close {
        top         : 0;
        right       : 0;
        width       : 35px;
        height      : 35px;
        line-height : 35px;
        background  : rgba(0, 0, 0, 0.6);
        position    : fixed;
        text-align  : center;
        padding     : 0; }

    }

@media all and (max-width : 900px) {
    .mfp-arrow {
        -webkit-transform : scale(0.75);
        transform         : scale(0.75); }

    .mfp-arrow-left {
        -webkit-transform-origin : 0;
        transform-origin         : 0; }

    .mfp-arrow-right {
        -webkit-transform-origin : 100%;
        transform-origin         : 100%; }

    .mfp-container {
        padding-left  : 6px;
        padding-right : 6px; }
    }

.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

@font-face {
  font-family: "Folio Condensed BT";
  src: url("../bundles/bpifrancebig2017/css/fonts/folio-bold-condensed-bt-webfont.eot");
  src: url("../bundles/bpifrancebig2017/css/fonts/folio-bold-condensed-bt-webfont.woff") format("woff"), url('../bundles/bpifrancebig2017/css/fonts/folio-bold-condensed-bt-webfont.ttf') format('truetype'), url("../bundles/bpifrancebig2017/css/fonts/folio-bold-condensed-bt-webfont.eot?#iefix") format("eot"), url("../bundles/bpifrancebig2017/css/fonts/folio-bold-condensed-bt-webfont.svg") format("svg");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue Light";
  src: url("../bundles/bpifrancebig2017/css/fonts/HelveticaNeue-LightCond.eot");
  src: url("../bundles/bpifrancebig2017/css/fonts/HelveticaNeue-LightCond.woff") format("woff"), url('../bundles/bpifrancebig2017/css/fonts/HelveticaNeue-LightCond.ttf') format('truetype'), url("../bundles/bpifrancebig2017/css/fonts/HelveticaNeue-LightCond.eot?#iefix") format("eot"), url("../bundles/bpifrancebig2017/css/fonts/HelveticaNeue-LightCond.svg") format("svg");
}
@font-face {
  font-family: "Helvetica Neue Thin";
  src: url("../bundles/bpifrancebig2017/css/fonts/helveticaneueltstd-th.eot");
  src: url("../bundles/bpifrancebig2017/css/fonts/helveticaneueltstd-th.woff") format("woff"), url('../bundles/bpifrancebig2017/css/fonts/helveticaneueltstd-th.ttf') format('truetype'), url("../bundles/bpifrancebig2017/css/fonts/helveticaneueltstd-th.eot?#iefix") format("eot"), url("../bundles/bpifrancebig2017/css/fonts/helveticaneueltstd-th.svg") format("svg");
}
@font-face {
  font-family: "Helvetica Neue Light Roman";
  src: url("../bundles/bpifrancebig2017/css/fonts/helveticaneueltw1g-roman.eot");
  src: url("../bundles/bpifrancebig2017/css/fonts/helveticaneueltw1g-roman.woff") format("woff"), url('../bundles/bpifrancebig2017/css/fonts/helveticaneueltw1g-roman.ttf') format('truetype'), url("../bundles/bpifrancebig2017/css/fonts/helveticaneueltw1g-roman.eot?#iefix") format("eot"), url("../bundles/bpifrancebig2017/css/fonts/helveticaneueltw1g-roman.svg") format("svg");
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html {
  font-family: "Helvetica Neue Thin", Arial, sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
/* VARIABLES */
/* STYLES REUTILISABLES */
/* mise en page */
.container {
  max-width: 1510px;
  margin: 0 auto;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  float: left;
}
.col-1-2 {
  width: 50%;
}
.col-1-3 {
  width: 33.3333%;
}
.col-1-5 {
  width: 20%;
}
.col-1-4 {
  width: 25%;
}
.col-2-5 {
  width: 40%;
}
.col-3-5 {
  width: 60%;
}
.no-pad-left {
  padding-left: 0 !important;
}
.show-md,
.show-xs {
  display: none !important;
}
.hide {
  display: none !important;
}
.pull-right {
  float: right;
}
/* titres */
h1,
.type-h1 {
  font-size: 38px;
  font-weight: 500;
  color: #ffffff;
  text-transform: none;
}
h1.big,
.type-h1.big {
  font-family: "Folio Condensed BT", Arial, sans-serif;
  font-size: 120px;
  color: #fece00;
  text-transform: uppercase;
}
h1.big.white,
.type-h1.big.white {
  color: #ffffff;
}
h2,
.type-h2 {
  font-family: "Folio Condensed BT", Arial, sans-serif;
  font-size: 60px;
  color: #4b3e3c;
  text-transform: uppercase;
}
h2.yellow,
.type-h2.yellow {
  color: #fece00;
}
h3,
.type-h3 {
  font-family: "Helvetica Neue Light Roman", Arial, sans-serif;
  font-size: 18px;
  color: #000000;
  text-transform: none;
}
h3.big,
.type-h3.big {
  font-size: 24px;
}
h3.large,
.type-h3.large {
  font-size: 36px;
}
h4,
.type-h4 {
  font-family: "Helvetica Neue Light Roman", Arial, sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: normal;
}
h4.large,
.type-h4.large {
  font-size: 22px;
}
.type-news {
  font-family: "Folio Condensed BT", Arial, sans-serif;
  font-size: 34px;
  color: #4b3e3c;
}
.type-news sup {
  position: relative;
  font-size: 22px;
  top: -10px;
}
.upp {
  text-transform: uppercase;
}
.hashtag {
  font-family: "Helvetica Neue Light Roman", Arial, sans-serif;
  font-size: 30px;
  color: #fece00;
  font-weight: bold;
}
/* boutons */
.btn {
  position: relative;
  display: inline-block;
  min-width: 198px;
  font-family: "Folio Condensed BT", Arial, sans-serif;
  font-size: 27px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 10px 32px;
  border-radius: 25px;
  border: none;
  cursor: pointer;
}
.btn.hide {
  display: none;
}
.btn.btn-yellow {
  background: #fece00;
  color: #4b3e3c;
}
.btn.btn-brown {
  background: #4b3e3c;
  color: #fece00;
}
.btn.btn-grey {
  background: #afa9a7;
  color: #fece00;
}
.btn.btn-grey:hover,
.btn.btn-grey:focus,
.btn.btn-grey.active {
  background: #fece00;
  color: #4b3e3c;
}
.btn.btn-grey-light {
  background: #d0cccb;
  color: #4b3e3c;
}
.btn.btn-small {
  min-width: auto;
  padding: 10px 18px;
}
.btn.btn-filter {
  background: #fece00;
  color: #4b3e3c;
}
/* listes */
.list-puce {
  font-family: 'Helvetica Neue Light Roman', Arial, sans-serif;
  font-size: 18px;
  padding-left: 0;
}
.list-puce li {
  display: table;
  list-style: none;
}
.list-puce li:before {
  display: table-cell;
  content: "•";
  color: #fece00;
  padding-right: 11px;
}
.list-chevron {
  font-family: 'Helvetica Neue Light Roman', Arial, sans-serif;
  font-size: 18px;
  padding-left: 0;
}
.list-chevron li {
  list-style: none;
  font-size: 18px;
  color: #4b3e3c;
  margin-bottom: 18px;
}
.list-chevron li a {
  color: #4b3e3c;
}
.list-chevron li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 24px;
  background: url("../bundles/bpifrancebig2017/img/sprite-picto.png") no-repeat 0 -271px;
  margin-right: 7px;
}
/* select */
.select-filters .select2 {
  min-width: 316px;
}
.select-filters .select2 .select2-selection--single {
  background: #4b3e3c;
  height: 47px;
  border: none;
  border-radius: 25px;
}
.select-filters .select2 .select2-selection--single .select2-selection__rendered {
  font-family: "Folio Condensed BT", Arial, sans-serif;
  font-size: 27px;
  line-height: 47px;
  color: #fece00;
  text-transform: uppercase;
  text-align: center;
}
.select-filters .select2.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px;
  right: 25px;
  width: 18px;
  height: 16px;
}
.select-filters .select2.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fece00 transparent transparent transparent;
  border-width: 16px 9px 0 9px;
}
.select-filters .select2.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #fece00 transparent;
  border-width: 0 9px 16px 9px;
}
.news-subscribe .select2 {
  width: 48% !important;
}
.news-subscribe .select2 .select2-selection--single {
  background: #ffffff;
  height: 47px;
  border: 1px solid #4b3e3c;
  border-radius: 0;
}
.news-subscribe .select2 .select2-selection--single .select2-selection__rendered {
  font-family: "Helvetica Neue Light Roman", Arial, sans-serif;
  font-size: 22px;
  line-height: 47px;
  color: #4b3e3c;
}
.news-subscribe .select2.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px;
  right: 25px;
  width: 18px;
  height: 16px;
}
.news-subscribe .select2.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #4b3e3c transparent transparent transparent;
  border-width: 16px 9px 0 9px;
}
.news-subscribe .select2.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #4b3e3c transparent;
  border-width: 0 9px 16px 9px;
}
.select2-container .select2-dropdown {
  border-color: #000000;
  border-radius: 0;
}
.select2-container .select2-results__option {
  font-family: "Helvetica Neue Light Roman", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
}
/* autocomplete */
.ui-autocomplete {
  font-family: "Helvetica Neue Light Roman", Arial, sans-serif;
  font-size: 18px;
}
.ui-autocomplete li {
  padding: 5px 10px;
}
/* pictos */
.picto {
  display: inline-block;
  background: url(../bundles/bpifrancebig2017/img/sprite-picto.png) no-repeat 0 0;
}
.picto.picto-home {
  width: 33px;
  height: 31px;
  background-position: 0 0;
}
.picto.picto-replay {
  width: 26px;
  height: 26px;
  background-position: 0 -31px;
}
.picto.picto-play {
  width: 73px;
  height: 72px;
  background-position: 0 -57px;
}
.picto.picto-replay-small {
  width: 22px;
  height: 21px;
  background-position: 0 -130px;
}
.picto.picto-tw {
  width: 41px;
  height: 39px;
  background-position: 0 -151px;
}
.picto.picto-instagram {
  width: 40px;
  height: 39px;
  background-position: 0 -190px;
}
.picto.picto-burger {
  width: 22px;
  height: 17px;
  background-position: 0 -229px;
}
.picto.picto-micro {
  width: 18px;
  height: 25px;
  background-position: 0 -246px;
}
.picto.picto-chevron {
  width: 13px;
  height: 24px;
  background-position: 0 -271px;
}
.picto.picto-web {
  width: 29px;
  height: 29px;
  background-position: 0 -295px;
}
.picto.picto-micro-brown {
  width: 18px;
  height: 25px;
  background-position: 0 -324px;
}
.picto.picto-play-small {
  width: 40px;
  height: 40px;
  background-position: 0 -349px;
}
/* pastilles */
.pastille-big {
  background: repeating-linear-gradient(-45deg, rgba(39, 36, 34, 0.5), rgba(39, 36, 34, 0.5) 2px, rgba(25, 24, 22, 0.5) 2px, rgba(25, 24, 22, 0.5) 4px);
  border-radius: 50%;
}
.pastille-big > img,
.pastille-big > .pastille {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pastille-big.light {
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 2px, rgba(200, 196, 191, 0.8) 2px, rgba(200, 196, 191, 0.8) 4px);
}
/* timeline */
.timeline {
  display: table;
}
.timeline.hide {
  display: none;
}
.timeline > p {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  padding: 0 25px;
  border-left: 2px solid #ffffff;
}
.timeline > p:first-child {
  border-left: none;
}
.timeline > p .digit {
  display: block;
  font-family: "Folio Condensed BT", Arial, sans-serif;
  font-size: 60px;
  line-height: 50px;
  color: #fece00;
  text-transform: uppercase;
}
.timeline > p .txt {
  display: block;
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* filtres */
.filter-grey {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
/* video responsive */
.box-video-flexible {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.box-video-flexible iframe,
.box-video-flexible object,
.box-video-flexible embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* HEADER */
.logo-gene img {
  max-width: 255px;
}
header {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* container avec le compteur, date ... */
  /* liens dans le bas du header */
  /* visuel enfant */
}
header .header-wrapper {
  min-height: 487px;
  /* navigation */
  /* video */
  /* cas où il y a une bannière */
}
header .header-wrapper .container {
  position: relative;
}
header .header-wrapper .header-wrapper-inner {
  position: relative;
  font-family: "Folio Condensed BT", Arial, sans-serif;
  background: transparent;
  width: 100%;
  padding: 43px 0 16px 0;
}
header .header-wrapper .header-wrapper-inner .logo {
  margin: 45px 0;
}
header .header-wrapper .header-wrapper-inner nav {
  float: right;
}
header .header-wrapper .header-wrapper-inner nav .menu-btn {
  display: none;
}
header .header-wrapper .header-wrapper-inner nav ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
}
header .header-wrapper .header-wrapper-inner nav ul li:last-child {
  padding-right: 0;
}
header .header-wrapper .header-wrapper-inner nav ul li a:not(.btn) {
  font-family: "Folio Condensed BT", Arial, sans-serif;
  font-size: 25px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
header .header-wrapper .header-wrapper-inner nav ul li a:not(.btn).active {
  color: #fece00;
  text-decoration: underline;
}
header .header-wrapper .header-wrapper-inner nav .picto.picto-replay-small {
  margin-right: 10px;
}
header .header-wrapper .header-wrapper-inner.fixed {
  background: #4b3e3c;
  padding: 16px 0;
  position: fixed;
  top: 0;
  z-index: 1000;
  transition-property: margin-top, margin-right;
  transition-duration: .5s,.1s;
  transition-delay: 0;
  transition-timing-function: cubic-bezier(0.22, 0.99, 0.62, 1);
  -webkit-transition-property: margin-top, margin-right;
  -webkit-transition-duration: .5s,.1s;
  -webkit-transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.99, 0.62, 1);
  -moz-transition-property: margin-top, margin-right;
  -moz-transition-duration: .5s,.1s;
  -moz-transition-delay: 0;
  -moz-transition-timing-function: cubic-bezier(0.22, 0.99, 0.62, 1);
  -ms-transition-property: margin-top, margin-right;
  -ms-transition-duration: .5s,.1s;
  -ms-transition-delay: 0;
  -ms-transition-timing-function: cubic-bezier(0.22, 0.99, 0.62, 1);
  -o-transition-property: margin-top, margin-right;
  -o-transition-duration: .5s,.1s;
  -o-transition-delay: 0;
  -o-transition-timing-function: cubic-bezier(0.22, 0.99, 0.62, 1);
}
header .header-wrapper.header-wrapper-video {
  position: relative;
  height: 648px;
  overflow: hidden;
}
header .header-wrapper.header-wrapper-video:before {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(19, 19, 19, 0) 0%, rgba(0, 0, 0, 0.9) 100%) repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -98;
}
header .header-wrapper.header-wrapper-video .box-video {
  position: absolute;
  z-index: -99;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
header .header-wrapper.header-wrapper-video .box-video .box-video-player {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: opacity .5s;
  z-index: 1;
}
header .header-wrapper.header-wrapper-video .box-video .box-video-player.active {
  opacity: 1;
}
header .header-wrapper.header-wrapper-video h1 {
  margin: 40px 0 40px 0;
}
header .header-wrapper.header-wrapper-video h1 span {
  font-family: "Folio Condensed BT", Arial, sans-serif;
  font-size: 53px;
  font-weight: 700;
  color: #fece00;
  display: block;
  text-transform: uppercase;
  line-height: 1;
  padding-top: 47px;
}
header .header-wrapper.header-wrapper-video .header-wrapper-inner .logo-gene {
  display: none;
}
header .header-wrapper.header-wrapper-video .header-wrapper-inner.fixed .logo-gene {
  display: inline-block;
}
header .header-wrapper.header-wrapper-video .header-wrapper-inner.fixed .logo-gene img {
  max-height: 44px;
}
header .header-wrapper.header-wrapper-video .header-wrapper-inner.fixed .logo {
  display: none;
}
header .header-wrapper.header-wrapper-video .logo-big {
  position: relative;
  display: inline-block;
}
header .header-wrapper.header-wrapper-video .logo-big .edition {
  position: absolute;
  right: 0;
  bottom: -28px;
  font-family: "Folio Condensed BT", Arial, sans-serif;
  font-size: 45px;
  color: #fece00;
  text-transform: uppercase;
}
header .header-wrapper.header-wrapper-video .logo-big .edition sup {
  font-size: 22px;
  text-transform: none;
}
header .header-wrapper.header-wrapper-live {
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
  min-height: 650px;
}
header .header-wrapper.header-wrapper-live:before {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(19, 19, 19, 0) 0%, rgba(0, 0, 0, 0.9) 100%) repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
header .header-wrapper.header-wrapper-live .logo-big img {
  max-width: 25%;
}
header .header-wrapper.header-wrapper-live .edition {
  font-family: "Folio Condensed BT", Arial, sans-serif;
  padding: 0 0 0 160px;
}
header .header-wrapper.header-wrapper-live .edition p,
header .header-wrapper.header-wrapper-live .edition .live {
  display: table-cell;
  vertical-align: middle;
}
header .header-wrapper.header-wrapper-live .edition p {
  font-size: 40px;
  color: #fece00;
  text-transform: uppercase;
  padding: 0 25px 0 0;
}
header .header-wrapper.header-wrapper-live .edition sup {
  font-size: 22px;
  text-transform: none;
}
header .header-wrapper.header-wrapper-live .edition .live {
  background: #fff;
  font-size: 28px;
  color: #4b3e3c;
  padding: 0 10px;
}
header .header-wrapper.header-wrapper-live .box-video {
  position: relative;
  z-index: 30;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 900px;
  margin: 25px 0 0 160px;
  /* video responsive */
}
header .header-wrapper.header-wrapper-live .box-video .box-video-flexible {
  border: 10px solid #ffffff;
}
header .header-wrapper.header-wrapper-live .pastille-big {
  position: relative;
  z-index: 10;
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin: 0 0 0 50px;
}
header .header-wrapper.header-wrapper-live .header-wrapper-inner .logo-gene {
  display: none;
}
header .header-wrapper.header-wrapper-live .header-wrapper-inner.fixed .logo-gene {
  display: inline-block;
}
header .header-wrapper.header-wrapper-live .header-wrapper-inner.fixed .logo-gene img {
  max-height: 44px;
}
header .header-wrapper.header-wrapper-live .header-wrapper-inner.fixed .logo {
  display: none;
}
header .header-wrapper.header-wrapper-ban--programme {
  background: url(../bundles/bpifrancebig2017/img/ban-programme.jpg) no-repeat center center;
  background-size: cover;
}
header .header-wrapper.header-wrapper-ban--intervenants {
  background: url(../bundles/bpifrancebig2017/img/ban-intervenants.jpg) no-repeat center center;
  background-size: cover;
}
header .header-wrapper.header-wrapper-ban--partenaires {
  background: url(../bundles/bpifrancebig2017/img/ban-partenaires.jpg) no-repeat center center;
  background-size: cover;
}
header .header-wrapper.header-wrapper-ban--news {
  background: url(../bundles/bpifrancebig2017/img/ban-news.jpg) no-repeat center center;
  background-size: cover;
}
header .header-wrapper.header-wrapper-ban--replay {
  background: url(../bundles/bpifrancebig2017/img/ban-replay.jpg) no-repeat center center;
  background-size: cover;
}
header .header-wrapper.header-wrapper-ban .header-wrapper-inner {
  padding-top: 16px;
}
header .header-wrapper.header-wrapper-ban .header-wrapper-inner nav {
  padding-top: 30px;
}
header .header-wrapper.header-wrapper-ban .header-wrapper-inner.fixed .logo-gene img {
  max-height: 44px;
}
header .header-wrapper.header-wrapper-ban .header-wrapper-inner.fixed nav {
  padding-top: 0;
}
header .header-wrapper.header-wrapper-ban .timeline {
  margin-top: 70px;
}
header .header-wrapper.header-wrapper-ban .pastille-big {
  margin-top: -32px;
}
header .header-wrapper.header-wrapper-ban .pastille {
  top: 0;
  transform: translate(-57%, 1%);
  width: 188px;
  height: 188px;
  padding: 37px 12px;
}
header .header-wrapper.header-wrapper-ban .pastille .date {
  font-size: 28px;
  line-height: 28px;
}
header .header-wrapper.header-wrapper-ban .pastille .place {
  font-size: 18px;
  line-height: 18px;
}
header .container .col-1-2 {
  width: 50%;
}
@media screen and (min-width: 1510px) {
  header .container .col-1-2 {
    width: 40%;
  }
}
header .container .col-1-2:first-child {
  width: 50%;
}
@media screen and (min-width: 1510px) {
  header .container .col-1-2:first-child {
    width: 60%;
    padding-left: 58px;
  }
}
header .timeline > p:first-child {
  padding-left: 0;
}
header .pastille-big {
  float: right;
  margin-right: 20px;
  width: 270px;
  height: 270px;
}
header .pastille {
  width: 238px;
  height: 238px;
  background: #fece00;
  text-align: center;
  border-radius: 50%;
  padding: 44px 17px;
}
header .pastille .date {
  font-family: "Folio Condensed BT", Arial, sans-serif;
  font-size: 36px;
  line-height: 36px;
  color: #4b3e3c;
  text-transform: uppercase;
}
header .pastille .place {
  font-size: 24px;
  color: #4b3e3c;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 5px;
}
header .box-video-info {
  position: relative;
  background: #4b3e3c;
  color: #ffffff;
  padding: 50px 0;
  margin-top: -25px;
}
header .box-video-info .content-box-video-info {
  position: relative;
  z-index: 30;
  max-width: 900px;
  margin: 0 0 0 160px;
}
header .box-video-info .box-txt {
  padding: 0 25px 0 0;
  margin: 0 0 25px 0;
}
header .box-video-info .box-txt p,
header .box-video-info .box-txt h1,
header .box-video-info .box-txt .title {
  font-size: 20px;
  font-weight: 600;
  text-shadow: 0 1px 1px #000000;
  color: #ffffff;
}
header .box-video-info .box-txt p a,
header .box-video-info .box-txt h1 a,
header .box-video-info .box-txt .title a {
  color: #ffffff;
}
header .header-link {
  background: #fece00;
}
header .header-link .container {
  position: relative;
  padding: 17px 0 17px 58px;
}
header .header-link .container .col-1-2 {
  width: 50% !important;
  display: table-cell;
  float: none;
  vertical-align: middle;
  padding-left: 0;
}
header .header-link .container .btn {
  margin-right: 17px;
}
header .header-link .container .btn .picto-replay {
  float: left;
  margin-right: 10px;
}
header .header-link .container h1 {
  line-height: 108px;
  position: absolute;
  top: -90px;
  left: 0;
  z-index: 30;
}
header .header-link .container .h2,
header .header-link .container h2 {
  font-weight: 600;
  text-transform: none;
  margin: 17px 0;
  padding-right: 525px;
}
@media screen and (max-width: 767px) {
  header .header-link .container .h2,
  header .header-link .container h2 {
    font-size: 18px;
    text-align: left;
    margin: 0;
  }
}
header .header-link .container .h2 p a,
header .header-link .container h2 p a {
  color: #4b3e3c;
}
header .header-link .container .type-news {
  padding: 0 30px 0 0;
  margin: 0;
}
header .header-link .container .newsletter-form {
  position: relative;
  z-index: 30;
}
header .header-link .container .newsletter-form label {
  display: block;
  font-family: 'Helvetica Neue Light Roman', Arial, sans-serif;
  font-size: 18px;
  color: #4b3e3c;
  font-style: italic;
  margin: 0 0 2px 0;
}
header .header-link .container .newsletter-form input,
header .header-link .container .newsletter-form button {
  float: left;
}
header .header-link .container .newsletter-form input {
  width: 30%;
  height: 39px;
  background: #f1f0ef;
  font-family: 'Helvetica Neue Light Roman', Arial, sans-serif;
  font-size: 16px;
  font-style: italic;
  border: 1px solid #4b3e3c;
  padding: 0 12px;
}
header .header-link .container .newsletter-form button {
  width: 20%;
  height: 39px;
  font-size: 25px;
  border: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0;
  cursor: pointer;
}
header .header-link .container .ajax-form {
  position: relative;
  z-index: 30;
}
header .child {
  position: absolute;
  z-index: 20;
  bottom: 0;
  right: 36px;
  display: block;
  width: 639px;
  height: 490px;
  background: url(../bundles/bpifrancebig2017/img/childs.png) no-repeat 0 0;
}
header .child.small {
  top: 192px;
  bottom: 0;
}
.intro {
  padding-top: 25px;
}
.intro.bg-grey {
  background: #f1f0ef;
}
.intro p {
  font-family: "Helvetica Neue Light Roman", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  padding: 25px 0;
}
/* UN EVENEMENT UNIQUE */
.event {
  background: #f1f0ef;
  padding: 72px 0 0 0;
}
.event .pastille-big.light {
  width: 591px;
  height: 591px;
}
.event .pastille-big.light img {
  max-width: 523px;
  height: auto;
  border-radius: 50%;
}
.event .box-txt {
  padding-left: 40px;
  padding-right: 15px;
}
.event .box-txt p {
  font-family: 'Helvetica Neue Light Roman', Arial, sans-serif;
  font-size: 18px;
  color: #000000;
  margin-top: 40px;
}
.event .box-txt ul {
  margin-top: 25px;
}
.event .box-txt strong {
  font-weight: 600;
}
.event .event-info {
  display: table;
  width: 100%;
  margin-top: 60px;
}
.event .event-info .timeline,
.event .event-info .box-link {
  display: table-cell;
  vertical-align: middle;
}
.event .event-info .timeline {
  background: #4b3e3c;
  padding: 28px 0;
}
.event .event-info .timeline > p {
  display: inline-block;
  width: 24%;
  padding: 0 6px;
}
.event .event-info .timeline .digit {
  font-size: 47px;
}
.event .event-info .timeline .txt {
  font-size: 18px;
  font-weight: 600;
}
.event .event-info .box-link {
  width: 455px;
  background: #fece00;
  text-align: center;
  padding: 0 10px;
}
.event .event-info .box-link .btn {
  margin: 5px;
}
/* INTERVENANTS */
.intervenants {
  padding: 88px 0 16px 0;
}
.intervenants.bg-grey {
  background: #f1f0ef;
  padding: 20px 0 47px 0;
}
.intervenants .select-filters {
  margin: 40px 0 20px 0;
}
.intervenants .select-filters .btn {
  vertical-align: middle;
  margin-left: 15px;
}
.intervenants .row {
  margin-bottom: 50px;
  text-align: center;
}
.intervenants .row [class*="box-"] {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 40px 0 0 0;
  min-height: 450px;
}
.intervenants .row [class*="box-"] .pastille-big.light {
  width: 268px;
  height: 268px;
  text-align: left;
  margin: 0 auto 20px auto;
}
.intervenants .row [class*="box-"] .pastille-big.light img {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.intervenants .row [class*="box-"] h3 {
  font-weight: 600;
}
.intervenants .row .last {
  clear: both;
  float: none;
  font-family: 'Helvetica Neue Light Roman', Arial, sans-serif;
  font-size: 24px;
  text-align: center;
  margin-bottom: 28px;
}
.intervenants a.btn.btn-brown {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
/* REPLAY */
.replay {
  position: relative;
  background: #4b3e3c;
  margin-top: 72px;
  padding: 40px 0 55px 0;
}
.replay:after {
  content: url(../bundles/bpifrancebig2017/img/bg-replay.png);
  position: absolute;
  right: 0;
  top: -121px;
  opacity: 0.34;
  z-index: 0;
}
.replay .container {
  position: relative;
  z-index: 1;
}
.replay .container h2 {
  margin-bottom: 35px;
}
.replay .container .box-replay {
  float: left;
  width: 628px;
  text-decoration: none;
  text-align: center;
}
.replay .container .box-replay.small {
  width: 429px;
  margin-left: 12px;
}
.replay .container .box-replay.small .box-replay-footer {
  padding-bottom: 5px;
}
.replay .container .box-replay .box-replay-img {
  position: relative;
}
.replay .container .box-replay .box-replay-img img {
  display: block;
}
.replay .container .box-replay .box-replay-img .picto-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.replay .container .box-replay .box-replay-footer {
  background: #fece00;
  padding: 15px 5px;
}
.replay .container .box-replay .box-replay-footer h3 {
  font-weight: 600;
}
.replay .container .btn {
  float: right;
  margin-top: 40px;
}
/* ACTU */
.actu {
  background: #f1f0ef;
  padding: 72px 0 90px 0;
}
.actu .container h2 {
  margin: 20px 0 40px 0;
}
.actu .container .box-actu {
  float: left;
  width: 628px;
  text-decoration: none;
  text-align: center;
}
.actu .container .box-actu img {
  display: block;
}
.actu .container .box-actu .box-actu-footer {
  background: #fece00;
  padding: 10px 0;
}
.actu .container .box-actu .box-actu-footer h3 {
  font-weight: 600;
}
.actu .container .box-actu .box-actu-footer h4 {
  padding: 0 40px;
}
.actu .container .box-actu .box-actu-footer .date {
  font-family: 'Helvetica Neue Light Roman', Arial, sans-serif;
  font-size: 14px;
  color: #000000;
  margin-top: 15px;
}
.actu .container .box-actu.small {
  width: 429px;
  margin-right: 12px;
}
.actu .container .box-actu.small .box-actu-footer {
  background: transparent;
  text-align: left;
}
.actu .container .box-actu.small .box-actu-footer h3 {
  padding: 0 50px 0 0;
}
.actu .container .box-actu.small .box-actu-footer h4 {
  padding: 25px 50px 0 0;
}
.actu .container .btn {
  float: right;
  margin-top: 100px;
}
/* VIVEZ-LIVE */
.vivez-live {
  padding-top: 47px;
  position: relative;
}
.vivez-live:after {
  content: url(../bundles/bpifrancebig2017/img/bg-live.png);
  position: absolute;
  right: 0;
  top: 17px;
  opacity: 0.34;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .vivez-live:after {
    content: none;
  }
}
.vivez-live .vivez-live-inner {
  background: #f1f0ef;
  padding: 28px 0 50px 0;
}
@media screen and (max-width: 767px) {
  .vivez-live .vivez-live-inner {
    padding-bottom: 28px;
  }
}
.vivez-live .container .h2,
.vivez-live .container h2 {
  margin: 20px 0 25px 0;
}
.vivez-live .container .box-txt {
  font-size: 23px;
  font-family: 'Helvetica Neue Light Roman', Arial, sans-serif;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .vivez-live .container .box-txt {
    font-size: 18px;
  }
}
.vivez-live .container .box-txt p {
  margin-bottom: 29px;
}
.vivez-live .container .box-txt strong {
  font-weight: 600;
}
.vivez-live .box-live {
  padding: 25px 0 0;
  margin-top: 39px;
  border-top: 1px solid #000000;
}
.vivez-live .box-live-header {
  font-family: 'Helvetica Neue Light Roman', Arial, sans-serif;
  font-size: 36px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .vivez-live .box-live-header {
    font-size: 22px;
  }
}
.vivez-live .box-live-header-subtitle {
  margin-bottom: 5px;
}
.vivez-live .box-live-header-title {
  margin-bottom: 5px;
  font-weight: 600;
  letter-spacing: 1px;
}
.vivez-live .box-live-header-desc {
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  .vivez-live .box-live-header-desc {
    font-size: 20px;
  }
}
.vivez-live .box-live-body {
  display: table;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .vivez-live .box-live-body {
    display: block;
  }
}
.vivez-live .box-live-video-wrapper {
  display: table-cell;
  width: 73.7%;
}
@media screen and (max-width: 1199px) {
  .vivez-live .box-live-video-wrapper {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .vivez-live .box-live-video-wrapper {
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }
}
.vivez-live .box-live-video-wrapper .box-live-video {
  background: #4b3e3c;
  padding: 25px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .vivez-live .box-live-video-wrapper .box-live-video {
    padding: 10px;
  }
  .vivez-live .box-live-video-wrapper .box-live-video iframe {
    height: auto;
    max-width: 100%;
    width: 100%;
  }
}
.vivez-live .box-live-video-infos-wrapper {
  display: table-cell;
  padding-left: 17px;
  padding-bottom: 50px;
  position: relative;
  vertical-align: top;
  width: 26.3%;
}
@media screen and (max-width: 1199px) {
  .vivez-live .box-live-video-infos-wrapper {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .vivez-live .box-live-video-infos-wrapper {
    display: block;
    padding-left: 0;
    padding-bottom: 0;
    width: 100%;
  }
}
.vivez-live .box-live-video-infos-wrapper .box-live-video-infos {
  background: #fece00;
  padding: 27px;
  font-family: 'Helvetica Neue Light Roman', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .vivez-live .box-live-video-infos-wrapper .box-live-video-infos {
    padding: 10px;
  }
}
.vivez-live .box-live-video-infos-wrapper .box-live-video-infos h3,
.vivez-live .box-live-video-infos-wrapper .box-live-video-infos .h3 {
  font-family: 'Helvetica Neue Light Roman', Arial, sans-serif;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .vivez-live .box-live-video-infos-wrapper .box-live-video-infos h3,
  .vivez-live .box-live-video-infos-wrapper .box-live-video-infos .h3 {
    font-size: 18px;
  }
}
.vivez-live .box-live-video-infos-wrapper .box-live-video-infos ul {
  margin: 10px 0 0;
  padding: 0;
  list-style-type: none;
}
.vivez-live .box-live-video-infos-wrapper .box-live-video-infos ul li {
  padding: 0;
  margin: 5px 0;
}
.vivez-live .box-live-video-infos-wrapper .box-live-video-infos strong {
  font-weight: 600;
}
.vivez-live .box-live-video-infos-wrapper .box-live-video-btn {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .vivez-live .box-live-video-infos-wrapper .box-live-video-btn {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .vivez-live .box-live-video-infos-wrapper .box-live-video-btn {
    position: relative;
    bottom: 0;
    margin-top: 20px;
  }
}
.vivez-live .box-live-video-infos-wrapper .box-live-video-btn .btn {
  max-width: 100%;
}
/* SUIVRE L EVENEMENT */
.follow {
  position: relative;
  padding: 80px 0 120px 0;
}
.follow:after {
  content: url(../bundles/bpifrancebig2017/img/bg-newsletter.png);
  position: absolute;
  right: 0;
  top: -46px;
  opacity: 0.34;
  z-index: 0;
}
.follow .social-wall {
  height: 600px;
}
.follow .social-wall iframe {
  height: 600px;
  width: 100%;
  overflow: hidden;
}
.follow .container {
  position: relative;
  z-index: 1;
}
.follow .container h2 {
  margin-bottom: 25px;
}
.follow .container form {
  display: table;
  width: 100%;
  padding: 0 5px;
}
.follow .container form label,
.follow .container form input,
.follow .container form button {
  float: left;
}
.follow .container form label {
  width: 20%;
  font-family: 'Helvetica Neue Light Roman', Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
}
.follow .container form input {
  width: 60%;
  background: #f1f0ef;
  font-family: 'Helvetica Neue Light Roman', Arial, sans-serif;
  font-size: 18px;
  font-style: italic;
  border: 1px solid #4b3e3c;
  padding: 0 12px;
  height: 47px;
}
.follow .container form button {
  width: 17%;
  border: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0;
  height: 47px;
  cursor: pointer;
}
.follow .container .hashtag {
  margin-top: 45px;
}
.follow .container .hashtag a:first-child {
  margin-left: 18px;
}
.follow .container .hashtag a .picto {
  vertical-align: middle;
}
/* PROGRAMME */
.programme .row [class*="col-"] {
  display: table-cell;
  vertical-align: top;
  float: none;
  text-decoration: none;
  padding: 67px 25px;
  border-left: 1px solid #dbd8d8;
  border-top: 1px solid #dbd8d8;
}
.programme .row [class*="col-"]:first-child {
  border-left: none;
}
@media screen and (min-width: 1510px) {
  .programme .row [class*="col-"]:first-child {
    padding-left: 0;
  }
}
.programme .row [class*="col-"] .logo,
.programme .row [class*="col-"] .txt {
  display: table-cell;
  vertical-align: middle;
}
.programme .row [class*="col-"] .logo {
  padding-right: 25px;
}
.programme .row [class*="col-"] .txt {
  padding-right: 75px;
  font-weight: 600;
}
.programme .row [class*="col-"] .info-programme,
.programme .row [class*="col-"] .info-programme * {
  font-family: "Helvetica Neue Light Roman", Arial, sans-serif;
  font-size: 18px;
  color: #000000;
  margin-top: 20px;
}
.programme .row:first-child [class*="col-"] {
  border-top: none;
}
/* SCHEDULE */
/* SCHEDULE-WRAPPER */
.schedule-title {
  overflow: hidden;
  font-family: "Helvetica Neue Light Roman", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.schedule-title .btn {
  float: right;
}
.schedule-nb-result {
  font-family: "Helvetica Neue Light Roman", Arial, sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .schedule-nb-result {
    font-size: 15px;
    margin-top: 15px;
  }
}
.schedule-nb-result a {
  color: #4B3E3C;
}
.schedule-header {
  padding: 33px 0 15px;
  position: relative;
}
.schedule-header .schedule-header-date {
  font-family: "Folio Condensed BT", Arial, sans-serif;
  font-size: 48px;
  line-height: 1.0833;
  color: #4B3E3C;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 0;
}
@media screen and (max-width: 1199px) {
  .schedule-header .schedule-header-date {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .schedule-header .schedule-header-date {
    font-size: 38px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .schedule-header .schedule-header-date {
    font-size: 24px;
    padding: 0;
    max-width: 50%;
  }
}
.schedule-header .btn-filter-wrapper {
  float: right;
}
.schedule-header .btn-filter-wrapper .collapseFilter {
  position: absolute;
  top: 99px;
  right: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .schedule-header .btn-filter-wrapper .collapseFilter {
    top: 89px;
  }
}
.schedule-header .btn-filter-wrapper.open .btn-filter:after {
  border-width: 0 9px 15px 9px;
  border-color: transparent transparent #4B3E3C transparent;
}
.schedule-header .btn-filter-wrapper.open .collapseFilter {
  display: block;
}
.schedule-header .btn-filter {
  background: #FECE00;
  width: 260px;
  padding: 10px 72px;
}
@media screen and (max-width: 767px) {
  .schedule-header .btn-filter {
    min-width: 138px;
    width: 138px;
    font-size: 22px;
    padding: 10px 35px 10px;
  }
}
.schedule-header .btn-filter:after {
  position: absolute;
  top: 17px;
  right: 27px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 9px 0 9px;
  border-color: #4B3E3C transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .schedule-header .btn-filter:after {
    top: 14px;
    right: 14px;
    border-width: 12px 6px 0 6px;
  }
}
.collapseFilter {
  padding: 30px;
  background: #FECE00;
  display: none;
}
@media screen and (max-width: 991px) {
  .collapseFilter {
    padding: 25px 0;
  }
}
.collapseFilter .filter-box {
  padding: 0 25px;
}
@media screen and (max-width: 991px) {
  .collapseFilter .filter-box {
    padding: 0;
  }
}
.collapseFilter .filter-box .filter-box-title {
  color: #4B3E3C;
  font-size: 26px;
  font-weight: 600;
  font-family: "Folio Condensed BT", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.35px;
  float: none;
  padding-bottom: 45px;
}
@media screen and (max-width: 991px) {
  .collapseFilter .filter-box .filter-box-title {
    padding-bottom: 15px;
    padding-right: 30px;
    position: relative;
  }
  .collapseFilter .filter-box .filter-box-title:after {
    position: absolute;
    top: 4px;
    right: 4px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 6px 0 6px;
    border-color: #4B3E3C transparent transparent transparent;
  }
}
.collapseFilter .filter-box .filter-box-body {
  display: block;
}
@media screen and (max-width: 991px) {
  .collapseFilter .filter-box .filter-box-body {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .collapseFilter .filter-box .filter-box-body .col-1-2 {
    width: 100%;
  }
}
.collapseFilter .filter-box.active {
  display: block;
}
@media screen and (max-width: 991px) {
  .collapseFilter .filter-box.active .filter-box-title {
    border-width: 0 6px 12px 6px;
    border-color: transparent transparent #4B3E3C transparent;
  }
}
@media screen and (max-width: 991px) {
  .collapseFilter .filter-box.active .filter-box-body {
    display: block;
  }
}
.collapseFilter .bpi-form-group {
  margin-bottom: 20px;
}
.collapseFilter .bpi-form-group label {
  color: #000000;
  font-family: "Helvetica Neue Light Roman";
  font-size: 17px;
  line-height: 1;
  display: block;
  cursor: pointer;
}
.collapseFilter .bpi-form-group label input[type="checkbox"] {
  display: none;
}
.collapseFilter .bpi-form-group label.checked {
  font-weight: 600;
}
.collapseFilter .bpi-form-group label.checked:after {
  content: "X";
  display: inline-block;
  margin-left: 4px;
  font-weight: 600;
  line-height: 1;
}
.collapseFilter .filterFormSubmit {
  padding: 44px 0 25px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .collapseFilter .filterFormSubmit {
    padding: 0 0 25px;
  }
}
.collapseFilter .filterFormSubmit .btn {
  min-width: 260px;
}
.collapseFilter .horaire-range-wrapper {
  padding: 0 50px 25px 50px;
}
@media screen and (max-width: 767px) {
  .collapseFilter .horaire-range-wrapper {
    padding-bottom: 25px;
  }
}
.collapseFilter .horaire-range-wrapper .ui-slider {
  border: 3px solid #FFFFFF;
  background: #FFFFFF;
  color: #4B3E3C;
  height: 10px;
  position: relative;
  text-align: left;
  border-radius: 10px;
  font-family: "Helvetica Neue Light Roman";
}
.collapseFilter .horaire-range-wrapper .ui-slider:before {
  content: attr(data-min);
  position: absolute;
  left: -50px;
  top: -4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
.collapseFilter .horaire-range-wrapper .ui-slider:after {
  content: attr(data-max);
  position: absolute;
  right: -50px;
  top: -4px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}
.collapseFilter .horaire-range-wrapper .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
  top: 0;
  height: 100%;
  background: #fece00;
}
.collapseFilter .horaire-range-wrapper .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 12px 7px;
  border-color: transparent transparent #4B3E3C transparent;
  top: 0.6em;
  margin-left: -0.6em;
}
.collapseFilter .horaire-range-wrapper .ui-slider .ui-state-active,
.collapseFilter .horaire-range-wrapper .ui-slider .ui-widget-header .ui-state-active,
.collapseFilter .horaire-range-wrapper .ui-slider a.ui-button:active,
.collapseFilter .horaire-range-wrapper .ui-slider .ui-button:active,
.collapseFilter .horaire-range-wrapper .ui-slider .ui-button.ui-state-active:hover {
  border-color: transparent transparent #4B3E3C transparent;
}
.collapseFilter .horaire-range-wrapper .horaire-range-txt {
  font-size: 12px;
  font-weight: 600;
  padding: 0 10px 3px;
  text-align: center;
}
.filterFormRow {
  display: table;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .filterFormRow {
    display: block;
  }
}
.filterFormRow .filterFormCol {
  display: table-cell;
  border-right: 1px solid #4B3E3C;
}
@media screen and (max-width: 991px) {
  .filterFormRow .filterFormCol {
    display: block;
    border-right: 0;
    padding-bottom: 20px;
  }
}
.filterFormRow .filterFormCol.formCol01 {
  width: 35.29%;
}
@media screen and (max-width: 991px) {
  .filterFormRow .filterFormCol.formCol01 {
    width: 100%;
  }
}
.filterFormRow .filterFormCol.formCol02 {
  width: 35.76%;
}
@media screen and (max-width: 991px) {
  .filterFormRow .filterFormCol.formCol02 {
    width: 100%;
  }
}
.filterFormRow .filterFormCol.formCol03 {
  width: 28.95%;
  border-right: 0;
}
@media screen and (max-width: 991px) {
  .filterFormRow .filterFormCol.formCol03 {
    width: 100%;
  }
}
.filterFormRow .filterFormCol.formCol03 .filter-box-title {
  padding-bottom: 20px;
}
.schedule-accordion {
  padding: 0 0 20px;
}
.schedule-accordion-header {
  font-family: "Helvetica Neue Light Roman";
  font-size: 24px;
  font-weight: 600;
  padding: 0 0 0 42px;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .schedule-accordion-header {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .schedule-accordion-header {
    display: none;
  }
}
.schedule-accordion-header .tr {
  color: #FECE00;
  display: table;
  table-layout: fixed;
  width: 100%;
  border-bottom: 3px solid #FECE00;
}
.schedule-accordion-header .th {
  display: table-cell;
  padding: 22px 5px;
  letter-spacing: 0.6px;
  text-align: left;
}
.schedule-accordion-header .th.th1 {
  width: 168px;
}
.schedule-accordion-header .th.th2 {
  padding-right: 25px;
}
.schedule-accordion-header .th.th3 {
  width: 427px;
}
@media screen and (max-width: 1199px) {
  .schedule-accordion-header .th.th3 {
    width: 327px;
  }
}
@media screen and (max-width: 991px) {
  .schedule-accordion-header .th.th3 {
    width: 227px;
  }
}
.schedule-accordion-body {
  background: url(../bundles/bpifrancebig2017/img/schedule-dots.gif) 14px 0 repeat-y;
}
@media screen and (max-width: 767px) {
  .schedule-accordion-body {
    background: none;
  }
}
.schedule-accordion-body .schedule-event {
  padding-left: 42px;
}
@media screen and (max-width: 767px) {
  .schedule-accordion-body .schedule-event {
    padding-left: 0;
  }
}
.schedule-accordion-body .schedule-event .schedule-event-inner {
  border-bottom: 3px solid #DBD8D8;
}
.schedule-accordion-body .schedule-event-header {
  font-family: "Helvetica Neue Light Roman";
  font-size: 18px;
  padding: 0;
  color: #000000;
  position: relative;
  cursor: pointer;
  outline: none;
}
@media screen and (max-width: 991px) {
  .schedule-accordion-body .schedule-event-header {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .schedule-accordion-body .schedule-event-header {
    padding: 15px 0;
  }
}
.schedule-accordion-body .schedule-event-header .tr {
  display: table;
  table-layout: fixed;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .schedule-accordion-body .schedule-event-header .tr {
    display: block;
  }
}
.schedule-accordion-body .schedule-event-header .td {
  display: table-cell;
  padding: 23px 5px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .schedule-accordion-body .schedule-event-header .td {
    display: block;
    padding: 12px 0;
  }
}
.schedule-accordion-body .schedule-event-header .td.td1 {
  font-weight: bold;
  width: 168px;
}
@media screen and (max-width: 767px) {
  .schedule-accordion-body .schedule-event-header .td.td1 {
    padding-top: 0;
    width: 100%;
  }
}
.schedule-accordion-body .schedule-event-header .td.td2 {
  letter-spacing: -0.6px;
  padding-right: 25px;
}
@media screen and (max-width: 767px) {
  .schedule-accordion-body .schedule-event-header .td.td2 {
    padding-right: 0;
  }
}
.schedule-accordion-body .schedule-event-header .td.td2 .h3,
.schedule-accordion-body .schedule-event-header .td.td2 h3 {
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.schedule-accordion-body .schedule-event-header .td.td3 {
  width: 427px;
  padding-right: 42px;
  font-size: 0.8333em;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .schedule-accordion-body .schedule-event-header .td.td3 {
    width: 327px;
  }
}
@media screen and (max-width: 991px) {
  .schedule-accordion-body .schedule-event-header .td.td3 {
    width: 227px;
  }
}
@media screen and (max-width: 767px) {
  .schedule-accordion-body .schedule-event-header .td.td3 {
    width: 100%;
  }
}
.schedule-accordion-body .schedule-event-header:before {
  content: "";
  background: #FECE00;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  position: absolute;
  left: -40px;
  top: 22px;
}
.schedule-accordion-body .schedule-event-header:after {
  content: "+";
  color: #FECE00;
  position: absolute;
  right: -6px;
  top: 50%;
  margin-top: -30px;
  font-family: "Folio Condensed BT";
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .schedule-accordion-body .schedule-event-header:after {
    content: '+ infos';
    background: #FECE00;
    color: #4B3E3C;
    border-radius: 28px;
    font-size: 18px;
    padding: 5px 20px;
    position: absolute;
    right: 0;
    display: block;
    top: 15px;
    text-transform: uppercase;
    margin-top: 0;
    min-width: 96px;
    text-align: right;
  }
}
.schedule-accordion-body .schedule-event-header.ui-state-active:after {
  content: "−";
  margin-top: -27px;
  right: 2px;
}
@media screen and (max-width: 767px) {
  .schedule-accordion-body .schedule-event-header.ui-state-active:after {
    content: '− infos';
    right: 0;
    margin-top: 0;
  }
}
.schedule-accordion-body .schedule-event-header.ui-state-active .tr {
  border-bottom-color: transparent;
}
.schedule-accordion-body .schedule-event-header .event-label {
  display: none;
}
@media screen and (max-width: 767px) {
  .schedule-accordion-body .schedule-event-header .event-label {
    display: block;
    color: #FECE00;
    font-size: 1em;
    font-weight: 600;
    padding-bottom: 1px;
    text-transform: uppercase;
  }
}
.schedule-event-desc {
  padding: 0;
  font-size: 16px;
  color: #000000;
  font-family: "Helvetica Neue Light Roman";
}
.schedule-event-desc .schedule-event-desc-inner {
  line-height: 1.5;
  padding-left: 172px;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .schedule-event-desc .schedule-event-desc-inner {
    padding-left: 0;
  }
}
.schedule-event-desc .schedule-event-desc-inner .schedule-event-desc-content {
  padding-right: 62px;
}
@media screen and (max-width: 767px) {
  .schedule-event-desc .schedule-event-desc-inner .schedule-event-desc-content {
    padding-right: 0;
  }
}
.schedule-event-desc .schedule-event-desc-inner p {
  margin-bottom: 25px;
}
.schedule-event-desc .schedule-event-desc-inner p + ul {
  margin-top: -25px;
}
.schedule-event-desc .schedule-event-desc-inner strong {
  font-family: "Helvetica Neue Light Roman";
  letter-spacing: 0.5px;
  font-weight: 600;
}
.schedule-event-desc .schedule-event-desc-inner ul {
  font-family: 'Helvetica Neue Light Roman', Arial, sans-serif;
  margin: 0 0 20px;
  padding-left: 0;
  letter-spacing: -0.5px;
}
.schedule-event-desc .schedule-event-desc-inner ul li {
  display: table;
  list-style: none;
}
.schedule-event-desc .schedule-event-desc-inner ul li:before {
  display: table-cell;
  content: "•";
  color: #fece00;
  padding-right: 3px;
}
.schedule-event-desc .schedule-event-desc-inner .well {
  background: #EDEBEB;
  line-height: 1.25;
  padding: 20px 30px;
  font-weight: 400;
  font-family: "Helvetica Neue Light Roman", Arial, sans-serif;
}
@media screen and (max-width: 767px) {
  .schedule-event-desc .schedule-event-desc-inner .well {
    padding: 20px;
  }
}
.schedule-event-desc .schedule-event-desc-inner .well p {
  margin-bottom: 18px;
}
.schedule-event-desc .schedule-event-desc-inner .well p + ul {
  margin-top: -18px;
}
.schedule-event-desc .schedule-event-desc-inner .well p:last-of-type {
  margin-bottom: 0;
}
.schedule-event-desc .schedule-event-desc-inner .well p a {
  color: #4b3e3c;
}
.schedule-event-desc .schedule-event-desc-inner .well strong {
  letter-spacing: 1px;
}
.schedule-event-desc .schedule-event-desc-inner .well strong.special {
  margin-bottom: 18px;
  float: left;
  margin-right: 6px;
}
.schedule-time-indicator {
  padding: 0 0 0 42px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .schedule-time-indicator {
    padding: 0;
  }
}
.schedule-time-indicator:before {
  content: attr(data-time);
  color: #FECE00;
  background: #FFFFFF;
  font-family: "Helvetica Neue Light Roman", Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 5px 3px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -18px;
}
@media screen and (max-width: 767px) {
  .schedule-time-indicator:before {
    left: 50%;
    margin-left: -18px;
    z-index: 2;
  }
}
.schedule-time-indicator .schedule-time-indicator-inner {
  line-height: 0;
  border-bottom: 3px solid #FECE00;
  margin-top: -3px;
  z-index: 1;
  position: relative;
}
/* ET AUSSI */
.et-aussi {
  background: #f1f0ef;
  padding: 75px 0 45px 0;
}
.et-aussi li {
  margin-top: 24px;
}
/* HORAIRES ET INFORMATIONS */
.horaires {
  position: relative;
  background: #4b3e3c;
  padding: 56px 0;
}
.horaires:after {
  content: url(../bundles/bpifrancebig2017/img/bg-horaires.png);
  position: absolute;
  left: 0;
  top: -42px;
  opacity: 0.34;
  z-index: 0;
}
.horaires .container {
  position: relative;
  z-index: 1;
}
.horaires .container p {
  font-family: 'Helvetica Neue Light Roman', Arial, sans-serif;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  padding: 45px 35px;
}
.horaires .container .btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
/* NEWS */
.news {
  background: #f1f0ef;
  padding: 0 0 86px 0;
}
.news .box-news {
  display: block;
  width: 100%;
  background: #ffffff;
  text-decoration: none;
  margin-top: 50px;
}
.news .box-news > div {
  display: table-cell;
  vertical-align: middle;
}
.news .box-news > div img {
  display: block;
  max-width: 430px;
}
.news .box-news > div.box-news-txt {
  padding: 20px 42px;
}
.news .box-news > div.box-news-txt .date {
  font-family: 'Helvetica Neue Light Roman', Arial, sans-serif;
  font-size: 14px;
  color: #000000;
}
.news .box-news > div.box-news-txt h3 {
  margin-bottom: 20px;
}
.news .btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 50px;
}
.news .btn.hide {
  display: none;
}
/* PARTENAIRES */
.partenaires {
  padding: 88px 0 16px 0;
  padding: 50px 0 40px 0;
}
.partenaires.bg-grey {
  background: #f1f0ef;
  padding: 20px 0 47px 0;
}
.partenaires .select-filters {
  margin: 40px 0 20px 0;
}
.partenaires .select-filters .btn {
  vertical-align: middle;
  margin-left: 15px;
}
.partenaires .row {
  margin-bottom: 50px;
  text-align: center;
}
.partenaires .row [class*="box-"] {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 40px 0 0 0;
  min-height: 450px;
}
.partenaires .row [class*="box-"] .pastille-big.light {
  width: 268px;
  height: 268px;
  text-align: left;
  margin: 0 auto 20px auto;
}
.partenaires .row [class*="box-"] .pastille-big.light img {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.partenaires .row [class*="box-"] h3 {
  font-weight: 600;
}
.partenaires .row .last {
  clear: both;
  float: none;
  font-family: 'Helvetica Neue Light Roman', Arial, sans-serif;
  font-size: 24px;
  text-align: center;
  margin-bottom: 28px;
}
.partenaires a.btn.btn-brown {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.partenaires.bg-grey {
  padding: 50px 0 40px 0;
}
.partenaires .row [class*="box-"] {
  min-height: auto;
  padding: 0;
  margin-top: 40px;
}
.partenaires .row [class*="box-"] .pastille-big .pastille {
  width: 240px;
  height: 240px;
  background: #ffffff;
  border-radius: 50%;
}
.partenaires .row [class*="box-"] .pastille-big .pastille img {
  position: relative;
  width: 170px;
  height: 170px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0;
  -webkit-filter: none;
  filter: none;
}
/* REPLAY VIDEO */
.replay-video-filter {
  padding: 40px 0;
}
.replay-video-filter form .btn-grey {
  width: 30%;
  min-width: auto;
  margin-right: 10px;
}
.replay-video-filter form input,
.replay-video-filter form .btn-brown {
  float: left;
}
.replay-video-filter form input {
  width: 75%;
  background: #f1f0ef;
  font-family: 'Helvetica Neue Light Roman', Arial, sans-serif;
  font-size: 18px;
  font-style: italic;
  border: 1px solid #4b3e3c;
  padding: 0 12px;
  height: 47px;
}
.replay-video-filter form .btn-brown {
  width: 25%;
  min-width: auto;
  border: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0;
  height: 47px;
  cursor: pointer;
}
.replay-video {
  background: #f1f0ef;
  padding: 0 0 25px 0;
}
.replay-video .container .box-replay-video {
  margin-bottom: 50px;
}
.replay-video .container .box-replay-video:nth-child(3n+2) {
  text-align: center;
}
.replay-video .container .box-replay-video:nth-child(3n+3) {
  text-align: right;
}
.replay-video .container .box-replay-video .content-box-replay-video {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
.replay-video .container .box-replay-video .box-replay-video-img {
  position: relative;
}
.replay-video .container .box-replay-video .box-replay-video-img img {
  display: block;
  max-width: 427px;
  width: 100%;
  height: auto;
}
.replay-video .container .box-replay-video .box-replay-video-img .picto-play {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.replay-video .container .box-replay-video .box-replay-video-footer {
  background: #fece00;
  max-width: 427px;
  min-height: 130px;
  text-align: center;
  padding: 12px 15px 10px 15px;
}
.replay-video .container .box-replay-video .box-replay-video-footer h3 {
  font-weight: 600;
}
.replay-video .btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
/* PAGE INSCRIPTION A LA NEWSLETTER */
.newsletter {
  background: #f1f0ef;
}
.newsletter .news-subscribe {
  font-family: "Helvetica Neue Light Roman", Arial, sans-serif;
  padding: 15px 0;
}
.newsletter .news-subscribe .error-message {
  font-size: 13px;
  color: #b22222;
  padding-left: 49%;
  padding-top: 3px;
}
.newsletter .news-subscribe .error-message.show-error {
  font-size: 16px;
  padding-left: 0;
}
.newsletter .news-subscribe table {
  width: 100%;
}
.newsletter .news-subscribe table td {
  width: 50%;
  vertical-align: middle;
  padding: 15px 0;
}
.newsletter .news-subscribe table td label,
.newsletter .news-subscribe table td input {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
}
.newsletter .news-subscribe table td label {
  font-size: 18px;
  font-weight: 600;
  text-align: right;
  padding-right: 15px;
}
.newsletter .news-subscribe table td input {
  font-family: "Helvetica Neue Light Roman", Arial, sans-serif;
  background: #ffffff;
  font-size: 22px;
  color: #4b3e3c;
  padding: 8px 12px;
  border: 1px solid #4b3e3c;
}
.newsletter .news-subscribe .news-subscribe-data {
  font-size: 13px;
  padding: 15px 0;
}
.newsletter .news-subscribe .news-subscribe-abo h3 {
  font-size: 22px;
  font-weight: 600;
}
.newsletter .news-subscribe .news-subscribe-abo .error-message {
  padding: 5px 0 15px 0;
}
.newsletter .news-subscribe .news-subscribe-abo label {
  font-size: 18px;
  font-weight: 600;
}
.newsletter .news-subscribe .news-subscribe-abo label + a {
  font-size: 14px;
  color: #000000;
}
.newsletter .news-subscribe .btn {
  margin: 20px 0;
}
.newsletter .confirmation p {
  font-family: "Helvetica Neue Light Roman", Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
}
/* PAGE LIVE */
.live {
  padding: 80px 0;
}
.live.bg-grey {
  background: #f1f0ef;
}
.live h2 {
  margin-bottom: 25px;
}
.live .row {
  margin-bottom: 50px;
}
.live .row [class*="col-"] {
  position: relative;
  min-height: 300px;
  font-family: "Helvetica Neue Light Roman", Arial, sans-serif;
  background: #4b3e3c;
  text-decoration: none;
  border: 1px solid #ffffff;
  padding: 25px 20px 30px 20px;
}
.live .row [class*="col-"]:hover {
  background: #fece00;
  transition: background 0.5s linear;
}
.live .row [class*="col-"]:hover h3 {
  color: #4b3e3c;
}
.live .row [class*="col-"]:hover .title,
.live .row [class*="col-"]:hover p {
  color: #000000;
}
.live .row [class*="col-"] h3 {
  font-size: 30px;
  line-height: 36px;
  color: #fece00;
  text-decoration: none;
  margin-bottom: 20px;
}
.live .row [class*="col-"] .title,
.live .row [class*="col-"] p {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
}
.live .row [class*="col-"] .picto {
  position: absolute;
  bottom: 30px;
}
.live .btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
/*PAGE DETAIL LIVE */
.live-detail-title {
  padding: 50px 0 10px 0;
}
.live-detail-title.bg-grey {
  background: #f1f0ef;
}
.live-detail-title p {
  display: inline-block;
  font-family: "Folio Condensed BT", Arial, sans-serif;
  background: #ffffff;
  font-size: 32px;
  color: #4b3e3c;
  padding: 10px;
}
.live-detail.bg-grey {
  background: #f1f0ef;
}
.live-detail .live-detail-info-video {
  font-family: "Helvetica Neue Light Roman", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
}
.live-detail .live-detail-info-video p {
  padding: 15px 0;
}
.live-detail .live-detail-info-video .strong {
  font-weight: 600;
}
.live-detail .schudle-body {
  background: #ffffff;
  padding: 20px 10px;
}
.live-detail .schudle-body .schedule-event-header {
  cursor: auto;
}
.live-detail .schudle-body .schedule-event-header:after {
  display: none;
}
.live-detail .schudle-body .schedule-event-header .td3 {
  font-size: 18px;
  text-transform: none;
  font-weight: 500;
}
.live-detail .schudle-body .schedule-event-header .td3 .strong {
  font-weight: 600;
}
.live-detail .schudle-body .schedule-event-header .td3 a {
  color: #4b3e3c;
}
footer {
  background: #4b3e3c;
  text-align: center;
  padding: 48px 0;
}
footer img {
  display: inline-block;
  vertical-align: middle;
}
footer img:first-child {
  margin-right: 30px;
}
/* POPUP */
.mfp-bg {
  background: #4b3e3c;
  opacity: 0.9;
}
.mfp-wrap {
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0);
}
/* popup intervenants */
.popup-intervenants {
  padding: 0;
  text-align: left;
  max-width: 1510px;
  margin: 20px auto;
  position: relative;
}
.popup-intervenants .popup-header .logo-gene,
.popup-intervenants .popup-header .logo-gene + .logo {
  display: inline-block;
  vertical-align: middle;
}
.popup-intervenants .popup-header .logo-gene {
  padding-right: 25px;
  border-right: 1px solid #6b6a6a;
}
.popup-intervenants .popup-header .logo-gene img {
  max-width: 255px;
}
.popup-intervenants .popup-header .logo-gene + .logo {
  padding-left: 25px;
  margin: 0 !important;
}
.popup-intervenants .popup-header h1 {
  line-height: 71px;
  text-align: right;
}
.popup-intervenants .popup-content {
  background: #ffffff;
  padding: 77px 0 53px 0;
}
.popup-intervenants .popup-content .pastille-big {
  width: 482px;
  height: 482px;
  margin: 0 auto;
}
.popup-intervenants .popup-content .pastille-big img {
  width: 426px;
  height: 426px;
  border-radius: 50%;
}
.popup-intervenants .popup-content .pastille-big-nb img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.popup-intervenants .popup-content h2,
.popup-intervenants .popup-content h3 {
  text-align: center;
}
.popup-intervenants .popup-content h2 {
  font-weight: 600;
  padding: 36px 0 10px 0;
}
.popup-intervenants .popup-content .col-3-5 {
  padding-left: 20px;
}
.popup-intervenants .popup-content .col-3-5 h4,
.popup-intervenants .popup-content .col-3-5 h2 {
  font-family: 'Helvetica Neue Light Roman', Arial, sans-serif;
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
}
.popup-intervenants .popup-content .col-3-5 p {
  font-family: 'Helvetica Neue Light Roman', Arial, sans-serif;
  font-size: 18px;
  padding-right: 35px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.popup-intervenants .popup-content .col-3-5 p a {
  color: #000000;
}
.popup-intervenants .popup-content .col-3-5 b {
  font-weight: 600;
}
.popup-intervenants .popup-content .col-3-5 ul {
  font-family: 'Helvetica Neue Light Roman', Arial, sans-serif;
  font-size: 18px;
  padding-left: 0;
}
.popup-intervenants .popup-content .col-3-5 ul li {
  display: table;
  list-style: none;
}
.popup-intervenants .popup-content .col-3-5 ul li:before {
  display: table-cell;
  content: "•";
  color: #fece00;
  padding-right: 11px;
}
.popup-intervenants .popup-content .col-3-5 .btn .picto {
  vertical-align: top;
  margin-right: 4px;
}
.popup-intervenants .popup-content .popup-txt {
  max-width: 825px;
  margin: 0 auto;
}
.popup-intervenants .popup-content .popup-txt h2 {
  text-align: left;
  text-transform: uppercase;
  padding: 25px 0;
}
.popup-intervenants .popup-content .popup-txt p {
  font-family: "Helvetica Neue Light Roman", Arial, sans-serif;
  font-size: 18px;
}
.popup-intervenants .mfp-close {
  position: absolute;
  opacity: 1;
}
.popup-intervenants .mfp-close span {
  position: absolute;
  top: -4px;
  right: 15px;
  display: inline-block;
  font-family: 'Helvetica Neue Light', Arial, sans-serif;
  font-size: 36px;
  text-transform: none;
  margin-left: 10px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
/* popup partenaires */
.popup-partenaires {
  padding: 0;
  text-align: left;
  max-width: 1510px;
  margin: 20px auto;
  position: relative;
}
.popup-partenaires .popup-header .logo-gene,
.popup-partenaires .popup-header .logo-gene + .logo {
  display: inline-block;
  vertical-align: middle;
}
.popup-partenaires .popup-header .logo-gene {
  padding-right: 25px;
  border-right: 1px solid #6b6a6a;
}
.popup-partenaires .popup-header .logo-gene img {
  max-width: 255px;
}
.popup-partenaires .popup-header .logo-gene + .logo {
  padding-left: 25px;
  margin: 0 !important;
}
.popup-partenaires .popup-header h1 {
  line-height: 71px;
  text-align: right;
}
.popup-partenaires .popup-content {
  background: #ffffff;
  padding: 77px 0 53px 0;
}
.popup-partenaires .popup-content .pastille-big {
  width: 482px;
  height: 482px;
  margin: 0 auto;
}
.popup-partenaires .popup-content .pastille-big img {
  width: 426px;
  height: 426px;
  border-radius: 50%;
}
.popup-partenaires .popup-content .pastille-big-nb img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.popup-partenaires .popup-content h2,
.popup-partenaires .popup-content h3 {
  text-align: center;
}
.popup-partenaires .popup-content h2 {
  font-weight: 600;
  padding: 36px 0 10px 0;
}
.popup-partenaires .popup-content .col-3-5 {
  padding-left: 20px;
}
.popup-partenaires .popup-content .col-3-5 h4,
.popup-partenaires .popup-content .col-3-5 h2 {
  font-family: 'Helvetica Neue Light Roman', Arial, sans-serif;
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
}
.popup-partenaires .popup-content .col-3-5 p {
  font-family: 'Helvetica Neue Light Roman', Arial, sans-serif;
  font-size: 18px;
  padding-right: 35px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.popup-partenaires .popup-content .col-3-5 p a {
  color: #000000;
}
.popup-partenaires .popup-content .col-3-5 b {
  font-weight: 600;
}
.popup-partenaires .popup-content .col-3-5 ul {
  font-family: 'Helvetica Neue Light Roman', Arial, sans-serif;
  font-size: 18px;
  padding-left: 0;
}
.popup-partenaires .popup-content .col-3-5 ul li {
  display: table;
  list-style: none;
}
.popup-partenaires .popup-content .col-3-5 ul li:before {
  display: table-cell;
  content: "•";
  color: #fece00;
  padding-right: 11px;
}
.popup-partenaires .popup-content .col-3-5 .btn .picto {
  vertical-align: top;
  margin-right: 4px;
}
.popup-partenaires .popup-content .popup-txt {
  max-width: 825px;
  margin: 0 auto;
}
.popup-partenaires .popup-content .popup-txt h2 {
  text-align: left;
  text-transform: uppercase;
  padding: 25px 0;
}
.popup-partenaires .popup-content .popup-txt p {
  font-family: "Helvetica Neue Light Roman", Arial, sans-serif;
  font-size: 18px;
}
.popup-partenaires .mfp-close {
  position: absolute;
  opacity: 1;
}
.popup-partenaires .mfp-close span {
  position: absolute;
  top: -4px;
  right: 15px;
  display: inline-block;
  font-family: 'Helvetica Neue Light', Arial, sans-serif;
  font-size: 36px;
  text-transform: none;
  margin-left: 10px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
.popup-partenaires .popup-content .pastille-big .pastille {
  height: 426px;
  width: 426px;
  background: #fff;
  border-radius: 50%;
}
.popup-partenaires .popup-content .pastille-big .pastille img {
  position: relative;
  height: auto;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0;
}
.popup-partenaires .popup-content .col-3-5 .btn {
  text-transform: none;
}
.popup-partenaires .popup-content .col-3-5 .btn .picto {
  vertical-align: middle;
}
.popup-partenaires .popup-content .col-3-5 ul {
  font-family: 'Helvetica Neue Light Roman', Arial, sans-serif;
  font-size: 18px;
  padding-left: 0;
}
.popup-partenaires .popup-content .col-3-5 ul li {
  list-style: none;
  font-size: 18px;
  color: #4b3e3c;
  margin-bottom: 18px;
}
.popup-partenaires .popup-content .col-3-5 ul li a {
  color: #4b3e3c;
}
.popup-partenaires .popup-content .col-3-5 ul li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 24px;
  background: url("../bundles/bpifrancebig2017/img/sprite-picto.png") no-repeat 0 -271px;
  margin-right: 7px;
}
/* popup replay */
.popup-replay {
  padding: 0;
  text-align: left;
  max-width: 1510px;
  margin: 20px auto;
  position: relative;
}
.popup-replay .popup-header .logo-gene,
.popup-replay .popup-header .logo-gene + .logo {
  display: inline-block;
  vertical-align: middle;
}
.popup-replay .popup-header .logo-gene {
  padding-right: 25px;
  border-right: 1px solid #6b6a6a;
}
.popup-replay .popup-header .logo-gene img {
  max-width: 255px;
}
.popup-replay .popup-header .logo-gene + .logo {
  padding-left: 25px;
  margin: 0 !important;
}
.popup-replay .popup-header h1 {
  line-height: 71px;
  text-align: right;
}
.popup-replay .popup-content {
  background: #ffffff;
  padding: 77px 0 53px 0;
}
.popup-replay .popup-content .pastille-big {
  width: 482px;
  height: 482px;
  margin: 0 auto;
}
.popup-replay .popup-content .pastille-big img {
  width: 426px;
  height: 426px;
  border-radius: 50%;
}
.popup-replay .popup-content .pastille-big-nb img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.popup-replay .popup-content h2,
.popup-replay .popup-content h3 {
  text-align: center;
}
.popup-replay .popup-content h2 {
  font-weight: 600;
  padding: 36px 0 10px 0;
}
.popup-replay .popup-content .col-3-5 {
  padding-left: 20px;
}
.popup-replay .popup-content .col-3-5 h4,
.popup-replay .popup-content .col-3-5 h2 {
  font-family: 'Helvetica Neue Light Roman', Arial, sans-serif;
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
}
.popup-replay .popup-content .col-3-5 p {
  font-family: 'Helvetica Neue Light Roman', Arial, sans-serif;
  font-size: 18px;
  padding-right: 35px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.popup-replay .popup-content .col-3-5 p a {
  color: #000000;
}
.popup-replay .popup-content .col-3-5 b {
  font-weight: 600;
}
.popup-replay .popup-content .col-3-5 ul {
  font-family: 'Helvetica Neue Light Roman', Arial, sans-serif;
  font-size: 18px;
  padding-left: 0;
}
.popup-replay .popup-content .col-3-5 ul li {
  display: table;
  list-style: none;
}
.popup-replay .popup-content .col-3-5 ul li:before {
  display: table-cell;
  content: "•";
  color: #fece00;
  padding-right: 11px;
}
.popup-replay .popup-content .col-3-5 .btn .picto {
  vertical-align: top;
  margin-right: 4px;
}
.popup-replay .popup-content .popup-txt {
  max-width: 825px;
  margin: 0 auto;
}
.popup-replay .popup-content .popup-txt h2 {
  text-align: left;
  text-transform: uppercase;
  padding: 25px 0;
}
.popup-replay .popup-content .popup-txt p {
  font-family: "Helvetica Neue Light Roman", Arial, sans-serif;
  font-size: 18px;
}
.popup-replay .mfp-close {
  position: absolute;
  opacity: 1;
}
.popup-replay .mfp-close span {
  position: absolute;
  top: -4px;
  right: 15px;
  display: inline-block;
  font-family: 'Helvetica Neue Light', Arial, sans-serif;
  font-size: 36px;
  text-transform: none;
  margin-left: 10px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
.popup-replay .popup-content {
  position: relative;
}
.popup-replay .popup-content .popup-iframe {
  width: 860px;
  height: 500px;
  background: #4b3e3c;
  margin: 0 auto;
  padding: 20px;
}
.popup-replay .popup-content .nav-slider {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.popup-replay .popup-content .nav-slider .btn-prev,
.popup-replay .popup-content .nav-slider .btn-next {
  position: absolute;
  max-width: 200px;
}
.popup-replay .popup-content .nav-slider .btn-prev p,
.popup-replay .popup-content .nav-slider .btn-next p {
  font-family: Arial, sans-serif;
  font-size: 16px;
  margin-top: 8px;
}
.popup-replay .popup-content .nav-slider .btn-prev {
  left: 15px;
}
.popup-replay .popup-content .nav-slider .btn-next {
  right: 15px;
}
@media screen and (max-width: 1510px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  header .header-wrapper.header-wrapper-live .box-video {
    max-width: 800px;
  }
  header .header-wrapper .box-video-info .content-box-video-info {
    max-width: 800px;
  }
  header .header-link .container h1 {
    left: 15px;
  }
  header .header-link .container h2 {
    padding-left: 15px !important;
  }
  .intervenants .col-1-5 {
    width: 25%;
  }
  .event .col-2-5,
  .event .col-3-5 {
    width: 50%;
  }
  .event .event-info .timeline {
    text-align: center;
  }
  .event .event-info .timeline p {
    padding: 0 6px;
  }
  .event .event-info .timeline p .digit {
    font-size: 40px;
  }
  .event .event-info .timeline p .txt {
    font-size: 18px;
  }
  .event .event-info .box-link {
    min-width: 445px;
    padding: 0 5px;
  }
  .replay .container .box-replay {
    width: 40%;
    padding: 0 6px;
  }
  .replay .container .box-replay.small {
    width: 30%;
    margin-left: 0;
  }
  .replay .container .box-replay img {
    max-width: 100%;
    height: auto;
  }
  .actu .container .box-actu {
    width: 40%;
    padding: 0 6px;
  }
  .actu .container .box-actu.small {
    width: 30%;
    margin-right: 0;
  }
  .actu .container .box-actu img {
    max-width: 100%;
    height: auto;
  }
  .replay-video .container .box-replay-video {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1350px) {
  header .header-wrapper.header-wrapper-live .edition {
    padding-left: 120px;
  }
  header .header-wrapper.header-wrapper-live .box-video {
    max-width: 700px;
    margin-left: 120px;
  }
  header .header-wrapper .box-video-info .content-box-video-info {
    max-width: 700px;
    margin: 0 0 0 120px;
  }
}
@media screen and (max-width: 1199px) {
  header .header-wrapper .header-wrapper-inner .logo img,
  header .header-wrapper .header-wrapper-inner .logo-gene img {
    max-width: 180px;
  }
  header .header-wrapper .header-wrapper-inner nav ul li {
    padding: 0 6px;
  }
  header .header-wrapper .header-wrapper-inner nav ul li .btn {
    min-width: auto;
  }
  header .header-wrapper.header-wrapper-live .edition {
    padding: 20px 0 0 0;
  }
  header .header-wrapper.header-wrapper-live .box-video {
    max-width: 600px;
    margin-left: 0;
  }
  header .header-wrapper.header-wrapper-ban .header-wrapper-inner nav {
    padding-top: 10px;
  }
  header .header-wrapper .box-video-info .content-box-video-info {
    max-width: 600px;
    margin: 0;
  }
  header .header-link .container .newsletter-form input {
    width: 50%;
  }
  header .logo-big img {
    width: 100%;
  }
  .event .container {
    padding: 0;
  }
  .event .col-2-5 {
    display: none;
  }
  .event .col-3-5 {
    width: 100%;
  }
  .event .event-info .timeline p {
    display: table-cell;
  }
  .event .event-info .box-link {
    min-width: auto;
  }
  .intervenants .col-1-5 {
    width: 33.333%;
  }
  .follow .container form label,
  .follow .container form button {
    width: 25%;
    margin-top: 0;
  }
  .follow .container form input {
    width: 50%;
  }
  .programme .row [class*="col-"] .logo,
  .programme .row [class*="col-"] .txt {
    padding-right: 5px;
  }
  /* PARTENAIRES */
  .partenaires .col-1-5 {
    width: 33.333%;
  }
  .replay-video .container .box-replay-video .box-replay-video-footer {
    min-height: 155px;
    padding-top: 10px;
  }
  /* PAGE LIVE */
  .live [class*="col-"] {
    width: 33.3333%;
  }
  /* POPUP */
  /* popup intervenants */
  .popup-intervenants .popup-content .pastille-big {
    width: 290px;
    height: 290px;
  }
  .popup-intervenants .popup-content .pastille-big img {
    width: 250px;
    height: 250px;
  }
  /* popup partenaires */
  .popup-partenaires .popup-content .pastille-big {
    width: 290px;
    height: 290px;
  }
  .popup-partenaires .popup-content .pastille-big img {
    width: 250px;
    height: 250px;
  }
  .popup-partenaires .popup-content .pastille-big .pastille {
    height: 260px;
    width: 260px;
  }
  .popup-partenaires .popup-content .pastille-big .pastille img {
    width: 180px;
  }
  /* popup replay */
  .popup-replay .popup-content .popup-iframe {
    width: 540px;
    height: 314px;
  }
  .popup-replay .popup-content .nav-slider {
    top: 30%;
  }
}
@media screen and (max-width: 991px) {
  .hide-md {
    display: none !important;
  }
  .show-md {
    display: block !important;
  }
  h1,
  .type-h1 {
    font-size: 30px;
  }
  h1.big,
  .type-h1.big {
    font-size: 55px;
  }
  h2,
  .type-h2 {
    font-size: 40px;
  }
  .type-news {
    font-size: 22px;
  }
  .type-news sup {
    font-size: 14px;
    top: -9px;
  }
  .btn {
    font-size: 22px;
  }
  /* select */
  .select-filters .select2 .select2-selection--single {
    height: 42px;
  }
  .select-filters .select2 .select2-selection--single .select2-selection__rendered {
    font-size: 22px;
    line-height: 42px;
  }
  .timeline > p .digit {
    font-size: 30px;
  }
  .timeline > p .txt {
    font-size: 14px;
  }
  header .header-wrapper {
    /* video */
    /* cas où il y a une bannière */
  }
  header .header-wrapper .header-wrapper-inner {
    background: #4b3e3c;
    min-height: 80px;
    padding: 16px 0;
  }
  header .header-wrapper .header-wrapper-inner nav {
    float: none;
    margin: 0 -15px;
  }
  header .header-wrapper .header-wrapper-inner nav .menu-btn {
    display: block;
    position: absolute;
    right: 16px;
    top: 15px;
    z-index: 99;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
  }
  header .header-wrapper .header-wrapper-inner nav .menu-btn .picto {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  header .header-wrapper .header-wrapper-inner nav .responsive-menu {
    display: none;
  }
  header .header-wrapper .header-wrapper-inner nav .expand {
    display: block !important;
    background: #4b3e3c;
    padding: 0;
  }
  header .header-wrapper .header-wrapper-inner nav .expand li {
    display: block;
    text-align: center;
    padding: 8px 0;
  }
  header .header-wrapper.header-wrapper-video .pastille-big,
  header .header-wrapper.header-wrapper-ban .pastille-big,
  header .header-wrapper.header-wrapper-video .pastille,
  header .header-wrapper.header-wrapper-ban .pastille {
    float: right;
    background: transparent;
    text-align: right;
  }
  header .header-wrapper.header-wrapper-video .pastille-big p,
  header .header-wrapper.header-wrapper-ban .pastille-big p,
  header .header-wrapper.header-wrapper-video .pastille p,
  header .header-wrapper.header-wrapper-ban .pastille p,
  header .header-wrapper.header-wrapper-video .pastille-big .date,
  header .header-wrapper.header-wrapper-ban .pastille-big .date,
  header .header-wrapper.header-wrapper-video .pastille .date,
  header .header-wrapper.header-wrapper-ban .pastille .date,
  header .header-wrapper.header-wrapper-video .pastille-big .place,
  header .header-wrapper.header-wrapper-ban .pastille-big .place,
  header .header-wrapper.header-wrapper-video .pastille .place,
  header .header-wrapper.header-wrapper-ban .pastille .place {
    color: #ffffff;
  }
  header .header-wrapper.header-wrapper-video .pastille-big,
  header .header-wrapper.header-wrapper-ban .pastille-big {
    height: auto;
    margin-top: 0;
    margin-right: 0;
  }
  header .header-wrapper.header-wrapper-video .pastille-big .pastille,
  header .header-wrapper.header-wrapper-ban .pastille-big .pastille {
    top: 0;
    left: 0;
    transform: translate(0, 0);
    padding: 20px 0 0 0;
  }
  header .header-wrapper.header-wrapper-video {
    height: auto;
    min-height: auto;
    background: rgba(0, 0, 0, 0) url("../bundles/bpifrancebig2017/img/ban-programme.jpg") no-repeat scroll center center / cover;
  }
  header .header-wrapper.header-wrapper-video .header-wrapper-inner .logo-gene {
    display: inline-block;
  }
  header .header-wrapper.header-wrapper-video .header-wrapper-inner .logo {
    display: none;
  }
  header .header-wrapper.header-wrapper-video .pastille-big .pastille {
    height: auto;
  }
  header .header-wrapper.header-wrapper-video h1 {
    margin: 20px 0;
  }
  header .header-wrapper.header-wrapper-live {
    min-height: auto;
  }
  header .header-wrapper.header-wrapper-live .header-wrapper-inner .logo-gene {
    display: inline-block;
  }
  header .header-wrapper.header-wrapper-live .header-wrapper-inner .logo {
    display: none;
  }
  header .header-wrapper.header-wrapper-live .logo-big {
    margin-top: 10px;
  }
  header .header-wrapper.header-wrapper-live .logo-big img {
    max-width: 180px;
  }
  header .header-wrapper.header-wrapper-live .box-video {
    max-width: none;
    margin: 0 0 25px 0;
  }
  header .header-wrapper.header-wrapper-live .pastille-big {
    display: block;
    float: none;
    margin: 0 auto;
  }
  header .header-wrapper.header-wrapper-live .pastille-big .pastille {
    float: none;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  header .header-wrapper.header-wrapper-ban {
    height: auto;
    min-height: auto;
  }
  header .header-wrapper.header-wrapper-ban .header-wrapper-inner nav {
    padding-top: 0;
  }
  header .header-wrapper.header-wrapper-ban .timeline {
    margin-top: 8px;
    display: none;
  }
  header .header-wrapper .box-video-info .content-box-video-info {
    max-width: none;
  }
  header .container .col-1-2 {
    width: 100%;
    float: none;
    padding: 0;
  }
  header .container .col-1-2:first-child {
    padding-left: 0;
  }
  header .timeline {
    margin: 0 auto 15px auto;
  }
  header .timeline > p {
    padding: 0 5px;
  }
  header .box-video-info {
    margin-top: 0;
    padding: 25px 0;
  }
  header .box-video-info .content-box-video-info .box-txt {
    text-shadow: none;
  }
  header .header-link {
    padding: 17px;
    text-align: center;
  }
  header .header-link .container {
    padding: 0;
  }
  header .header-link .container .col-1-2 {
    float: left;
  }
  header .header-link .container h1 {
    top: -61px;
    left: 0;
    line-height: 56px;
  }
  header .header-link .container h2 {
    padding-right: 0;
    padding-left: 0 !important;
  }
  header .header-link .container .type-news {
    font-size: 22px;
    text-align: left;
  }
  header .header-link .container .btn {
    margin: 8px 0;
  }
  header .header-link .container .btn .picto.picto-replay {
    width: 22px;
    height: 21px;
    background-position: 0 -130px;
  }
  header .header-link .container .newsletter-form {
    text-align: left;
  }
  header .header-link .container .newsletter-form label {
    font-size: 16px;
  }
  header .header-link .container .newsletter-form button {
    min-width: 150px;
    font-size: 22px;
    margin: 0;
  }
  header .child {
    display: none;
  }
  .event .container {
    padding-left: 0;
    padding-right: 0;
  }
  .event .col-3-5 {
    padding: 0 15px;
  }
  .event .event-info .timeline,
  .event .event-info .box-link {
    display: block;
  }
  .event .event-info .timeline > p {
    display: inline-block;
  }
  .event .event-info .timeline > p .digit {
    font-size: 30px;
  }
  .event .event-info .timeline > p .txt {
    font-size: 16px;
  }
  .event .event-info .box-link {
    width: 100%;
  }
  .intervenants .col-1-5 {
    width: 50%;
  }
  .follow .container form label,
  .follow .container form input,
  .follow .container form button {
    float: none;
  }
  .follow .container form label,
  .follow .container form input {
    display: block;
    width: 75%;
    margin-bottom: 15px;
  }
  .follow .container form button {
    border-radius: 25px;
  }
  .programme .row [class*="col-"] .txt,
  .programme .row [class*="col-"] .logo {
    display: block;
  }
  .programme .row [class*="col-"] .txt {
    min-height: 80px;
  }
  .programme .row [class*="col-"] .logo {
    margin-top: 20px;
  }
  /* NEWS */
  .news .box-news > div {
    width: 50%;
  }
  .news .box-news > div img {
    width: 100%;
  }
  /* PARTENAIRES */
  .partenaires .col-1-5 {
    width: 50%;
  }
  /* PAGE REPLAY */
  .replay-video-filter [class*="col-"] {
    width: 100%;
  }
  .replay-video-filter [class*="col-"] .btn-grey {
    width: 45%;
    min-width: auto;
    margin-right: 10px;
  }
  .replay-video-filter [class*="col-"] input,
  .replay-video-filter [class*="col-"] .btn-brown {
    float: none;
    display: block;
    margin-top: 15px;
  }
  .replay-video-filter [class*="col-"] .btn-brown {
    border-radius: 25px;
  }
  .replay-video .container .box-replay-video {
    width: 50%;
    text-align: center;
  }
  .replay-video .container .box-replay-video:nth-child(3n+3) {
    text-align: center;
  }
  /* PAGE INSCRIPTION A LA NEWSLETTER */
  .newsletter .news-subscribe table td {
    display: block;
    width: 100%;
  }
  /* PAGE LIVE */
  .live [class*="col-"] {
    width: 50%;
  }
  /* POPUP */
  /* popup intervenants */
  .popup-intervenants .popup-header h1 {
    line-height: 32px;
  }
  .popup-intervenants .popup-content h2,
  .popup-intervenants .popup-content h3 {
    font-size: 30px;
  }
  /* popup partenaires */
  .popup-partenaires .popup-header h1 {
    line-height: 32px;
  }
  .popup-partenaires .popup-content h2,
  .popup-partenaires .popup-content h3 {
    font-size: 30px;
  }
  /* popup replay */
  .popup-replay .popup-header h1 {
    line-height: 32px;
  }
  .popup-replay .popup-content h2,
  .popup-replay .popup-content h3 {
    font-size: 30px;
  }
  .popup-replay .popup-content {
    position: relative;
  }
  .popup-replay .popup-content .popup-iframe {
    width: 430px;
    height: 250px;
  }
  .popup-replay .popup-content .nav-slider {
    position: relative;
    top: 0;
    transform: translateY(0%);
    text-align: center;
    margin-top: 15px;
  }
  .popup-replay .popup-content .nav-slider .btn-prev,
  .popup-replay .popup-content .nav-slider .btn-next {
    position: relative;
    display: inline-block;
  }
  .popup-replay .popup-content .nav-slider .btn-prev {
    left: 0;
  }
  .popup-replay .popup-content .nav-slider .btn-next {
    right: 0;
  }
  .popup-replay .popup-content .popup-txt {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .hide-xs {
    display: none !important;
  }
  .show-xs {
    display: block !important;
  }
  /* listes */
  .list-chevron li {
    font-size: 16px;
  }
  /* select */
  .select-filters .select2 {
    min-width: 100%;
  }
  .hashtag {
    font-size: 20px;
  }
  .logo-gene img {
    max-height: 44px;
  }
  .event .event-info .timeline > p {
    width: 48%;
    border: none;
  }
  .intervenants .select-filters .btn {
    margin-left: 0;
    margin-top: 15px;
  }
  .replay:after {
    content: '';
  }
  .replay .container .box-replay {
    width: 100%;
    margin-bottom: 15px;
  }
  .replay .container .box-replay.small {
    width: 100%;
  }
  .replay .container .box-replay img {
    width: 100%;
  }
  .replay .container .btn {
    float: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .actu .container .box-actu {
    width: 100%;
    margin-bottom: 15px;
  }
  .actu .container .box-actu.small {
    width: 100%;
  }
  .actu .container .box-actu img {
    width: 100%;
  }
  .actu .container .btn {
    float: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 15px;
  }
  .follow:after {
    content: '';
  }
  .follow .container form {
    text-align: center;
  }
  .follow .container form label,
  .follow .container form input,
  .follow .container form button {
    width: 100%;
  }
  .programme .row [class*="col-"] {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #dbd8d8;
  }
  .programme .row [class*="col-"] .txt,
  .programme .row [class*="col-"] .logo {
    display: block;
  }
  .programme .row [class*="col-"] .txt {
    min-height: 80px;
  }
  .programme .row [class*="col-"] .logo {
    margin-top: 20px;
  }
  .programme .row:last-child [class*="col-"]:last-child {
    border-bottom: none;
  }
  .horaires:after {
    content: '';
  }
  /* NEWS */
  .news .box-news {
    width: 100%;
  }
  .news .box-news > div {
    display: block;
    width: 100%;
  }
  .news .box-news > div img {
    max-width: 100%;
    width: auto;
  }
  .news .box-news > div.box-news-img,
  .news .box-news > div.box-news-txt {
    padding: 20px;
  }
  /* PARTENAIRES */
  .partenaires .select-filters .btn {
    margin-left: 0;
    margin-top: 15px;
  }
  /* PAGE REPLAY */
  .replay-video-filter [class*="col-"] input,
  .replay-video-filter [class*="col-"] .btn-brown {
    width: 100%;
  }
  .replay-video .container .box-replay-video {
    width: 100%;
  }
  /* PAGE INSCRIPTION A LA NEWSLETTER */
  .newsletter .news-subscribe table td label,
  .newsletter .news-subscribe table td input,
  .newsletter .news-subscribe table td .select2 {
    display: block;
    width: 100% !important;
  }
  .newsletter .news-subscribe table td label {
    text-align: left;
  }
  .newsletter .news-subscribe table td .error-message {
    padding-left: 0;
  }
  /* PAGE LIVE */
  .live [class*="col-"] {
    width: 100%;
  }
  /*PAGE DETAIL LIVE */
  .live-detail .schudle-body .schedule-event-header:before {
    display: none;
  }
  /* FOOTER */
  footer {
    padding: 24px 0;
  }
  footer img {
    width: 40%;
    max-width: 250px;
  }
  /* POPUP */
  /* popup intervenants */
  .popup-intervenants .mfp-close.btn {
    min-width: 120px;
    font-size: 20px;
  }
  .popup-intervenants .mfp-close.btn span {
    top: -5px;
    right: 6px;
  }
  .popup-intervenants .popup-header .logo-gene {
    display: block;
    padding: 0;
    border: none;
  }
  .popup-intervenants .popup-header .logo-gene img {
    max-width: 160px;
  }
  .popup-intervenants .popup-header .logo-gene + .logo {
    display: none;
  }
  .popup-intervenants .popup-header h1 {
    line-height: 32px;
    margin-top: 20px;
  }
  .popup-intervenants .popup-content [class*="col-"] {
    width: 100%;
    float: none;
  }
  .popup-intervenants .popup-content h2 {
    font-size: 22px;
    padding: 10px;
  }
  .popup-intervenants .popup-content h3 {
    font-size: 18px;
    padding: 0 10px;
  }
  .popup-intervenants .popup-content .col-3-5 {
    padding: 20px 10px;
  }
  .popup-intervenants .popup-content .col-3-5 p {
    padding-right: 0;
  }
  /* popup partenaires */
  .popup-partenaires .mfp-close.btn {
    min-width: 120px;
    font-size: 20px;
  }
  .popup-partenaires .mfp-close.btn span {
    top: -5px;
    right: 6px;
  }
  .popup-partenaires .popup-header .logo-gene {
    display: block;
    padding: 0;
    border: none;
  }
  .popup-partenaires .popup-header .logo-gene img {
    max-width: 160px;
  }
  .popup-partenaires .popup-header .logo-gene + .logo {
    display: none;
  }
  .popup-partenaires .popup-header h1 {
    line-height: 32px;
    margin-top: 20px;
  }
  .popup-partenaires .popup-content [class*="col-"] {
    width: 100%;
    float: none;
  }
  .popup-partenaires .popup-content h2 {
    font-size: 22px;
    padding: 10px;
  }
  .popup-partenaires .popup-content h3 {
    font-size: 18px;
    padding: 0 10px;
  }
  .popup-partenaires .popup-content .col-3-5 {
    padding: 20px 10px;
  }
  .popup-partenaires .popup-content .col-3-5 p {
    padding-right: 0;
  }
  .popup-partenaires .btn.btn-brown {
    font-size: 15px;
    padding: 10px;
  }
  .popup-partenaires .btn.btn-brown .picto.picto-web {
    display: none;
  }
  /* popup replay */
  .popup-replay .mfp-close.btn {
    min-width: 120px;
    font-size: 20px;
  }
  .popup-replay .mfp-close.btn span {
    top: -5px;
    right: 6px;
  }
  .popup-replay .popup-header .logo-gene {
    display: block;
    padding: 0;
    border: none;
  }
  .popup-replay .popup-header .logo-gene img {
    max-width: 160px;
  }
  .popup-replay .popup-header .logo-gene + .logo {
    display: none;
  }
  .popup-replay .popup-header h1 {
    line-height: 32px;
    margin-top: 20px;
  }
  .popup-replay .popup-content [class*="col-"] {
    width: 100%;
    float: none;
  }
  .popup-replay .popup-content h2 {
    font-size: 22px;
    padding: 10px;
  }
  .popup-replay .popup-content h3 {
    font-size: 18px;
    padding: 0 10px;
  }
  .popup-replay .popup-content .col-3-5 {
    padding: 20px 10px;
  }
  .popup-replay .popup-content .col-3-5 p {
    padding-right: 0;
  }
  .popup-replay .popup-content .popup-iframe {
    width: 430px;
    height: 250px;
  }
}
@media screen and (max-width: 640px) {
  header .header-wrapper.header-wrapper-live .pastille-big .pastille .date {
    font-size: 32px;
  }
  header .header-wrapper.header-wrapper-live .pastille-big .pastille .place {
    font-size: 20px;
  }
  header .header-wrapper.header-wrapper-live .edition p {
    font-size: 30px;
  }
  header .header-wrapper.header-wrapper-live .edition .live {
    display: block;
    font-size: 24px;
    padding: 10px;
  }
  header .header-wrapper.header-wrapper-video .logo-big .edition {
    font-size: 30px;
  }
  header .header-wrapper .box-video-info .box-txt {
    font-size: 18px;
  }
  header .header-link .container .row .col-1-2 {
    display: block;
    width: 100% !important;
  }
  header .header-link .container h1 {
    left: -10px;
    top: -50px;
    font-size: 40px;
    line-height: 42px;
  }
  header .header-link .container .newsletter-form label {
    margin: 5px 0;
  }
  header .header-link .container .newsletter-form button {
    min-width: 140px;
  }
  /* INTERVENANTS */
  .intervenants .row [class*="box-"] {
    min-height: 355px;
  }
  .intervenants .row [class*="box-"] .pastille-big.light {
    width: 140px;
    height: 140px;
  }
  .intervenants .row [class*="box-"] .pastille-big.light img {
    width: 125px;
    height: 125px;
  }
  /* PARTENAIRES */
  .partenaires .row [class*="box-"] {
    min-height: 355px;
  }
  .partenaires .row [class*="box-"] .pastille-big.light {
    width: 140px;
    height: 140px;
  }
  .partenaires .row [class*="box-"] .pastille-big.light img {
    width: 125px;
    height: 125px;
  }
  .partenaires .row [class*="box-"] {
    min-height: auto;
  }
  .partenaires .row [class*="box-"] .pastille-big .pastille {
    width: 125px;
    height: 125px;
  }
  .partenaires .row [class*="box-"] .pastille-big .pastille img {
    width: 90px;
    height: 90px;
  }
  .popup-replay .popup-content .popup-iframe {
    width: 300px;
    height: 174px;
  }
}
.list-message {
  font-size: 24px;
  font-weight: bold;
  margin: 20px;
}
.list-message p {
  margin: 1em 0;
}
.list-empty-error {
  text-align: center;
}
@-webkit-keyframes loader-anim1 {
  0% {
    left: 0;
  }
  50% {
    left: 100px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes loader-anim1 {
  0% {
    left: 0;
  }
  50% {
    left: 100px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes loader-anim1 {
  0% {
    left: 0;
  }
  50% {
    left: 100px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes loader-anim1 {
  0% {
    left: 0;
  }
  50% {
    left: 100px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes loader-anim1 {
  0% {
    left: 0;
  }
  50% {
    left: 100px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes loader-anim1 {
  0% {
    left: 0;
  }
  50% {
    left: 100px;
  }
  100% {
    left: 0;
  }
}
@-o-keyframes loader-anim1 {
  0% {
    left: 0;
  }
  50% {
    left: 100px;
  }
  100% {
    left: 0;
  }
}
@keyframes loader-anim1 {
  0% {
    left: 0;
  }
  50% {
    left: 100px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes loader-anim2 {
  0% {
    left: 100px;
    z-index: 1;
  }
  49% {
    z-index: 1;
  }
  50% {
    left: 0;
    z-index: 10;
  }
  100% {
    left: 100px;
    z-index: 10;
  }
}
@-webkit-keyframes loader-anim2 {
  0% {
    left: 100px;
    z-index: 1;
  }
  49% {
    z-index: 1;
  }
  50% {
    left: 0;
    z-index: 10;
  }
  100% {
    left: 100px;
    z-index: 10;
  }
}
@-moz-keyframes loader-anim2 {
  0% {
    left: 100px;
    z-index: 1;
  }
  49% {
    z-index: 1;
  }
  50% {
    left: 0;
    z-index: 10;
  }
  100% {
    left: 100px;
    z-index: 10;
  }
}
@-ms-keyframes loader-anim2 {
  0% {
    left: 100px;
    z-index: 1;
  }
  49% {
    z-index: 1;
  }
  50% {
    left: 0;
    z-index: 10;
  }
  100% {
    left: 100px;
    z-index: 10;
  }
}
@-moz-keyframes loader-anim2 {
  0% {
    left: 100px;
    z-index: 1;
  }
  49% {
    z-index: 1;
  }
  50% {
    left: 0;
    z-index: 10;
  }
  100% {
    left: 100px;
    z-index: 10;
  }
}
@-webkit-keyframes loader-anim2 {
  0% {
    left: 100px;
    z-index: 1;
  }
  49% {
    z-index: 1;
  }
  50% {
    left: 0;
    z-index: 10;
  }
  100% {
    left: 100px;
    z-index: 10;
  }
}
@-o-keyframes loader-anim2 {
  0% {
    left: 100px;
    z-index: 1;
  }
  49% {
    z-index: 1;
  }
  50% {
    left: 0;
    z-index: 10;
  }
  100% {
    left: 100px;
    z-index: 10;
  }
}
@keyframes loader-anim2 {
  0% {
    left: 100px;
    z-index: 1;
  }
  49% {
    z-index: 1;
  }
  50% {
    left: 0;
    z-index: 10;
  }
  100% {
    left: 100px;
    z-index: 10;
  }
}
.loader {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.loader > div {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  position: absolute;
  top: 50px;
}
.loader > div:nth-of-type(1) {
  left: 0;
  background: #ffd500;
  z-index: 5;
  -ms-animation: loader-anim1 1s linear infinite;
  -moz-animation: loader-anim1 1s linear infinite;
  -webkit-animation: loader-anim1 1s linear infinite;
  -o-animation: loader-anim1 1s linear infinite;
  animation: loader-anim1 1s linear infinite;
}
.loader > div:nth-of-type(2) {
  left: 100px;
  background: #000000;
  -ms-animation: loader-anim2 1s linear infinite;
  -moz-animation: loader-anim2 1s linear infinite;
  -webkit-animation: loader-anim2 1s linear infinite;
  -o-animation: loader-anim2 1s linear infinite;
  animation: loader-anim2 1s linear infinite;
}
/* == DEBUT ALERT-COOKIE */
#alert-cookie .alert-cookie-inner {
  font-family: 'Helvetica Neue Light Roman', Arial, sans-serif;
}
/* == FIN ALERT-COOKIE */

/* == DEBUT ALERT-COOKIE */
#alert-cookie {
    background-color: #ffd348;
    border-top: 2px solid #786e65;
    bottom: 0;
    color: #786e65;
    display: none;
    font-size: 13px;
    margin: 0;
    position: fixed;
    text-align: left;
    width: 100%;
    z-index: 1000;
}

.js .fixed #alert-cookie { display: none; }
.alert-cookie-inner {
    line-height: 20px;
    margin: 0 auto;
    padding: 10px 20px;
    position: relative;
    text-align: center;
}
.alert-cookie-inner p { margin: 0; }
.alert-cookie-inner a {
    color: #786e65;
    font-weight: bold;
    text-decoration: underline;
}
.alert-cookie-inner .close {
    background: #786e65 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 9px;
    margin-left: 5px;
    opacity: 1;
    padding: 5px;
    text-decoration: none;
}
/* == FIN ALERT-COOKIE */