@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('collection/images/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: 50px; /*-25 changed */

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    /*width: 20px; changed */
    width:150px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    /*width: 20px; changed */
    width:150px;
    /*height: 20px; changed*/

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    /*opacity: .75; changed */
    opacity: 0;
    color: black;
}

/*changed*/
/*.slick-thumbs{
    display:none;
}*/

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

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

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

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Rule for every text component */
div.component-text p {
	word-wrap: break-word;
} 

/* Title page */

.title_oeuvre,
.title_oeuvre_artist {
    font-size: 36px;
    text-align: center;
    margin-top: 100px;
    font-family: 'AvenirMediumOblique',Georgia,Helvetica,Arial,sans-serif;
}

.title_oeuvre_artist {
    font-size: initial;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 40px;
}

/* Sub title page */

.subtitle_oeuvre,
.sub-title {
    text-align: center;
    font-size: initial;
    font-family: 'AvenirHeavy',Georgia,Helvetica,Arial,sans-serif;
    font-weight: normal;
    margin-bottom: 20px;
    padding-top: 70px;
    text-transform: initial;
    border-top: 1px solid #e9e9e9;
    font-size: 18px;
}

.collectionPart .subtitle_oeuvre,
.collectionPart .sub-title {
    border-top: none;
}
.component-subTitle.title-align-center h2.sub-title {
    text-transform: initial;
}

/* Grid */
.gridOeuvresArtists {
    margin-left: 40px;
    margin-right: 40px;
}
.grid-option-filter {
    margin-bottom: 30px !important;
    padding-top: 70px;
}
.text-list-container img.expo-grid-timer {
	width: 14px;
	display: block;
    float: none;
}

/* Video */
.video-top-information {
    margin-bottom: 70px;
}
.subtitle_interview {
    text-align: center;
    color: #8c8a8a;
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
    font-family: 'AvenirMedium',Georgia,Helvetica,Arial,sans-serif;
}
.duration_interview {
    text-align: center;
    color: #8c8a8a;
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
    font-family: 'AvenirBlack',Georgia,Helvetica,Arial,sans-serif;
}
.component-video > figure {
    background-color: #172733;
}
.component-video > figure img {
    width: 100%;
    height: auto;
}


/* PAGE OEUVRE */

.underlined {
    text-decoration: underline;
}
.collectionPart .columnControl .grid-6 {
    width: 48.198%;
}
.collectionPart .columnControl .sidebar {
    margin: 0 0 0 15%;
    font-size: 13px;
}

/*****/
.twoColArtist .grid-6 {
    width: 50%;
}
.twoColArtist .grid-6 {
    margin: 0;
}
.twoColInfoOeuvre .grid-6,
.twoColInfoExpo .grid-6 {
    width: 48.198%;
}

.twoColArtist .component-text strong,
.twoColInfoOeuvre .component-text strong,
.twoColInfoExpo .component-text strong,
.collectionPart .component-text strong  {
    line-height: 2em;
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: 'AvenirLightOblique',Georgia,Helvetica,Arial,sans-serif;
    font-weight: normal;

}
.expo_page .collectionPart .component-text p + p strong {
    color: #333333;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 0;
    font-size: 14px;
}

.twoColArtist .component-text p,
.twoColInfoOeuvre .component-text p,
.twoColInfoExpo .component-text p,
.collectionPart .component-text p {
    padding: 8px;
    color: #888888;
    font-size: 14px;
    line-height: 1.5em;
}

.twoColInfoOeuvre .sidebar,
.twoColInfoExpo .sidebar {
    margin: 29px 0 0 15%;
    font-size: 12px;
}
.LinkedContent .twoColLinkedContent{
    padding-left:0;
    padding-right:0;
}

.collectionGrid.inTheSameExpo {
    margin-left: 40px;
    margin-right: 40px;
}
.collectionPart .parsys .parsys .component.component-informations2 {
    border-top: 1px solid #E5E5E5;
    padding: 20px 0 30px 0;
}
.collectionPart .parsys .parsys .component.component-informations2 a{
    padding: 10px 0 0 32px;
    height: 10px;
    display: block;
}

.collectionPart .parsys .parsys .component.component-informations2 a span{
    padding: 0 0 0 3px;
    color: #888888;
    text-decoration: underline;
}
.collectionPart .parsys .parsys .component.component-informations3 span {
    padding: 9px 0 19px 32px;
    height: 20px;
    display: block;
    line-height: 16px;
    text-decoration: underline;
}
.collectionPart .parsys .parsys .component.component-informations3 span:last-child {
    text-decoration: none;
}

.collectionPart .parsys .parsys .component.component-informations4 span {
    padding: 7px 0 14px 32px;
    height: 20px;
    display: block;
    line-height: 16px;
}

.collectionPart .parsys .parsys .component.component-informations4 span {
    padding: 6px 0 10px 32px;
    height: 19px;
    display: block;
    line-height: 16px;
}



/* GRID */

* {
    box-sizing: border-box;
}



/* ---- grid ---- */


/* clear fix */

.grid:after {
    content: '';
    display: block;
    clear: both;
}
.filter-grid {
    text-align: center;
}

.filter-grid .link-filter {
    display: inline-block;
    cursor: pointer;
    margin-right: 27px;
    color: #888888;
    font-size: 18px;
    font-family: 'AvenirMedium',Georgia,Helvetica,Arial,sans-serif;
    font-weight: normal;
    float: none;
}
.filter-grid .link-filter.active,
.filter-grid .link-filter:focus,
.filter-grid .link-filter:hover {
    color: #000000;
}
.filter-grid .link-filter:last-child {
    margin-right: 0;
}


/* ---- .grid-container ---- */

.grid-container {
    opacity: 1;
    /*changed to 1, was 0 */
    -webkit-transition: all .6s ease-in;
    -moz-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    transition: all .6s ease-in;
    padding: 50px 0 20px 0;
	min-height: 340px; 
}


/* ---- .grid-option-container ---- */

.grid-option-filter,
.subtitle_oeuvre {
    position: relative;
}
.artist_page .subtitle_oeuvre,
.artist_page .grid-option-filter {
    border-top: 1px solid #e9e9e9;
}
.text-list-container {
    padding: 20px;
    position: relative;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background-color: #ffffff;
}
.collectionGrid,
.collectionSocialShare {
    margin-left: 40px;
    margin-right: 40px;
}
.artist_page .collectionSocialShare + .collectionGrid .subtitle_oeuvre {
    border-top: none;
    border-bottom: none;
}
.artist_page .collectionSocialShare + .collectionGrid .component-grid-filter {
    border-bottom: none;
}
.collectionGrid {
    margin-left: 50px;
    margin-right: 50px;
}
.title-list-container {
    font-size: 14px;
    font-family: 'AvenirHeavy',Georgia,Helvetica,Arial,sans-serif;
    margin-bottom: 10px;
    font-weight: normal;
    margin-bottom: 10px;
}
.oeuvre-gd .title-list-container {
    margin-bottom: 10px;
}
.title-list-category {
    margin-bottom: 15px;
    font-family: 'AvenirBook',Georgia,Helvetica,Arial,sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}
.title-list-container span {
    font-style: italic;
}
.artist_page .title-list-container {
    margin-bottom: 60px;
}
.video-sub-container .title-list-container {
    margin-bottom: 0;
}
.text-list-container.video-sub-container {
    background: none;
}
.twoColLinkedContent .text-list-container {
    padding: 20px 60px 20px 20px;
    font-size: 14px;
    font-family: 'AvenirMedium',Georgia,Helvetica,Arial,sans-serif;
}
/* video grid component */
.linkedContent .layer-item {
    background: none;
}
.linkedContent .video-js .vjs-tech {
    position: relative;
}
.linkedContent .text-list-container {
    font-size: 14px;
    font-family: 'AvenirMedium',Georgia,Helvetica,Arial,sans-serif;
    border: 0;
    background: transparent;
}
.linkedContent .text-list-container .title-list-container{
    margin-bottom: 10px;
}
.linkedContent .video-js + .text-list-container {
    position: relative;
    border: none;
    padding: 20px 60px 20px 20px;
}
.linkedContent .video-js + .text-list-container .time {
    position: absolute;
    right: 20px;
    top: 20px;
    font-family: 'AvenirBlack',Georgia,Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.filter-slection {
    position: absolute;
    top: 0;
    left: 0;
}
.custom-select-grid {
    border: none;
    text-transform: uppercase;
    color: #888888;
    font-family: 'AvenirMedium',Georgia,Helvetica,Arial,sans-serif;
    font-size: 10px;
    outline: none;
    background: none;
}
/* Custom select arrow */
select.custom-select-grid {
    min-width: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 2px 2px 2px 2px;
    border: none;
    /* background: transparent url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") no-repeat 60px center; */
    background: url('collection/images/custom-arrow-filter.png') right center no-repeat;
}
select.custom-select-grid::-ms-expand {
    display: none;
}

/* Autocomplete */
.autocomplete-grid-search {
    position: absolute;
    overflow: hidden;
    top: 60px;
    right: 15px;
}
.autocomplete-grid-search input {
    border: none;
    padding: 5px 25px 5px 5px;
    border-bottom: 1px solid #888888;
    border-radius: 0;
    color: #888888;
    outline: none;
}
.autocomplete-grid-search img {
    position: absolute;
    cursor: pointer;
    top: 3px;
    right: 0;
}
.clear-autocomplete {
    position: absolute;
    right: 25px;
    top: 4px;
    text-transform: uppercase;
    font-size: 14px;
    background: white;
    padding-left: 5px;
    padding-right: 5px;
}

/* ---- .filter-selection ---- */
.filter-selection {
    padding-right: 15px;
    position: absolute;
    left: 0;
    top: 75px;
}

/* ---- .grid-item ---- */
.grid-sizer,
.display-3 .grid-sizer,
.grid-item {
    width: 33.333%;
}
.display-2 .grid-sizer,
.grid-sizer.col2,
.grid-item.col2 {
    width: 50%;
}
.grid-item {
    float: left;
    display: block;
}
a.grid-item {
    cursor: pointer;
}
.grid-item img {
    display: block;
    max-width: 100%;
    width: 100%;
}
.wrapper-item {
    padding: 15px;
}

.filter-grid{

}
/* ---- .layer-item ---- */

.layer-item {
    background-color: #ffffff;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
.no-touch .layer-item:hover {
    -webkit-box-shadow: 0px 0px 32px 6px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 32px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 32px 6px rgba(0, 0, 0, 0.25);
}
.twoColLinkedContent .layer-item {
    background-color: transparent;
}
.twoColLinkedContent .text-list-container {
    border: none;
}


/* ---- load more ---- */

.append-button {
    text-align: center;
    text-transform: uppercase;
    padding: 15px 30px;
    border: 1px solid #e9e9e9;
    background: none;
    display: inline-block;
    margin: 30px auto;
    cursor: pointer;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 12px;
}
.append-button:hover {
    border: 1px solid #000000;
    background-color: #000000;
    color: #FFFFFF;
}
.grid-display {
    padding-bottom: 90px;
    position: relative;
}
.no-mobile {
    display: none;
}

/*Component SLIDER oeuvres*/

.component-slider {
    opacity: 0;
}
.component-slider {
    margin: 0 !important;
}
.component-slider.loaded {
    opacity: 1;
    /*changed to 1, was 0 */
    -webkit-transition: all 1.5s ease-in;
    -moz-transition: all 1.5s ease-in;
    -o-transition: all 1.5s ease-in;
    transition: all 1.5s ease-in;
    
}

.component-slider .container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
}

.slickslide .slick-list {
    overflow: hidden;
}

ul.slick-thumbs {
    position: absolute;
    bottom: 20px;
    width: 50%;
    margin: 0 25%;
    z-index: 2;
    overflow: visible;
}

ul.slick-thumbs li {
    margin: 5px 7px;
    width: 100px;
    float: left;
    position: relative;
}
ul.slick-thumbs li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
ul.slick-thumbs li img {
    width: 100px;
    height: 64px;
    -webkit-filter: contrast(50%);
}
ul.slick-thumbs li.slick-current:after {
    display: none;
}
.no-touch ul.slick-thumbs li:hover img {
    -webkit-filter: contrast(100%);
      outline: 5px solid #f9f9f9;
      outline-offset: -5px;
}
.no-touch ul.slick-thumbs li:hover:after {
    display: none;
}
ul.slick-thumbs li.slick-current img {
  -webkit-filter: contrast(100%);
  outline: 5px solid #f9f9f9;
  outline-offset: -5px;
}

ul.slickslide li img {
    width: 100%;
    height: auto;
}
.slick-prev, .slick-next {
    background: #000000 !important;
    width: 40px;
    height: 64px;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
.slick-prev:hover, .slick-next:hover {
    background-color: gray !important;
}
.slick-prev {
    left: -40px;
}
.slick-next {
    right: -40px;
}

.oeuvrePart4 .video-js {
    height: 286px;
    overflow: hidden;
}

.slick-slider {
    overflow: hidden;
}
.slickslide {
    position: relative;
    z-index: 1;
}

.no-touch .simple-display.slick-thumbs .slick-track {
    width: 100% !important;
    text-align: center;
    transform: none !important;
}
.no-touch ul.slick-thumbs.simple-display li.slick-current,
.no-touch ul.slick-thumbs.simple-display li {
    display: inline-block !important;
    float: none;
}


/* SLICK Bar navigation */
.collectionPart .component-bar-navigation.component {
    margin: 0 !important;
}
.component-bar-navigation {
    background-color: #172733;
    position: relative;
    margin: 0 !important;
    opacity: 0;
}
.component-bar-navigation.loaded {
    opacity: 1;
    -webkit-transition: all 1.5s ease-in;
    -moz-transition: all 1.5s ease-in;
    -o-transition: all 1.5s ease-in;
    transition: all 1.5s ease-in;
}
.wrapper-bar-navigation {
    position: absolute;
    overflow: hidden;
    height: 90px;
    width: 100%;
    padding-left: 65px;
    background: #172733;
}
.bar-options {
    text-align: center;
    width: 65px;
    position: absolute;
    z-index: 1;
}
.bar-options a,
.bar-options span {
    color: #ffffff;
    font-size: 14px;
    font-family: 'AvenirMedium',Georgia,Helvetica,Arial,sans-serif;
    text-transform: uppercase;
}
.logo-bar-option {
    width: 65px;
    height: 90px;
    display: block;
    border: 1px solid #2d3c46;
    background: url('collection/images/button-mosaic.png') center center no-repeat;
}

.wrapper-bar-navigation .multiple-items{
    float: left;
}
.multiple-items .slick-prev, .multiple-items .slick-next {
    display: none !important;
}
.slide-bar-nav {
    position: relative;
    display: block;
}
.slide-bar-nav:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.multiple-items.active .slide-bar-nav:after{
    background-color: rgba(0, 0, 0, 0);
}
.slide-bar-nav:hover:after,
.slide-bar-nav.slick-current:after {
    display: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.follow-link {
    /* display: none; */
}





/*Component SLIDER oeuvres END*/


/*Component twoColInfoOeuvre */

.twoColInfoOeuvre,
.twoColInfoExpo {
    margin: 0 auto;
    margin-left: 40px;
    margin-right: 40px;
    position: relative;
}

.twoColInfoOeuvre .span12,
.twoColInfoExpo .span12 {
    max-width: 902px;
    margin: 0 auto;
    border-bottom: 1px solid rgb(237, 237, 237);
    padding-top: 50px;
    padding-bottom: 50px;
}

.twoColInfoOeuvre .section.text,
.twoColInfoExpo .section.text {
    font-family: inherit;
}

/*Component twoColArtist */

.twoColArtist {
    margin: 0 auto;
    position: relative;
}

.twoColArtist .span12 {
    max-width: 1440px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.imageArtist img {
    width: 100%;
    height: auto;
}
.textArtist {
    padding: 120px 75px 20px 75px;
}
section.main .wrapper .component-artist-title h1 {
    font-size: 48px;
    font-family: 'AvenirBlack',Georgia,Helvetica,Arial,sans-serif;
    font-weight: normal;
    margin-bottom: 18px;
}
.component-artist-title h1,
.component-artist-title p {
    padding-left: 8px;
    padding-right: 8px;
}
.component-artist-title p {
    font-size: 14px;
}


.twoColBiblio  {
    margin: 0 auto;
    margin-left: 40px;
    margin-right: 40px;
}
.twoColBiblio .span12,
.downContent .columnControl .span12 {
    max-width: 902px;
    margin: 0 auto;
    border-bottom: none;
    padding-top: 50px;
    padding-bottom: 50px;
}
.columnControl .span12 {
    border-bottom: 1px solid rgb(237, 237, 237);
}
.artist_page .columnControl .span12 {
    border-bottom: none;
}
.downContent .collectionSocialShare .columnControl .span12 {
    max-width: auto;
    padding: 0;
}

.twoColBiblio .component-text li,
.collectionPart .component-text li,
.collectionPart .component-text p,
.collectionPart .component-text {
    color: #888888;
    font-size: 14px;
}
.oeuvre_page .twoColBiblio .component-text li,
.collectionPart .component-text li,
.collectionPart .component-text p,
.collectionPart .component-text {
    font-family: 'AvenirRoman',Georgia,Helvetica,Arial,sans-serif;
    padding-bottom: 25px;
    list-style-type: square;
    line-height: 25px;
    list-style: none;
    font-weight: normal;
    padding-left: 0;
}
.oeuvre_page .twoColBiblio .component-text li:before,
.collectionPart .component-text li:before {
    content: '■';
    float: left;
    width: .5em;
    margin: .3em -2em;
    font-size: 35%;
}

/* Accrochage */
.expo_page .component-image,
.expo_page .art-link.component {
    max-width: 260px;
    width: 100%;
    float: right;
}
.expo_page div.image {
    margin-bottom: 10px;
}
.art-link a {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.art-link a:hover {
    background-color: rgba(14,18,19,.8);
    color: #ffffff;
}

/*Component video accrochage */
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.video-fallback {
    display: none;
}
.collectionPart .component-video-hanging {
    position: relative;
    opacity: 0;
}

.collectionPart .videoBackgroundCollection .video-js,
.collectionPart .videoBackgroundCollection .video-js .vjs-tech{
    height: auto;
    position: static;
}

.collectionPart .videoBackgroundCollection .vjs-control-bar{
    display: none;
}
.collectionPart .component-video-hanging.loaded {
    opacity: 1;
    -webkit-transition: all 1.5s ease-in;
    -moz-transition: all 1.5s ease-in;
    -o-transition: all 1.5s ease-in;
    transition: all 1.5s ease-in;
}
.component-video-hanging .video-with-fallback {
    position: relative;
    z-index: 1;
    min-height: 322px;
    background-color: #000000;
}
.video-overlay {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.collectionPart .component-image-hanging {
    position: relative;
    overflow: hidden;
    opacity: 0;
    margin-top: 66px !important;
}
.component-image-hanging.loaded {
    opacity: 1;
    -webkit-transition: all 1.5s ease-in;
    -moz-transition: all 1.5s ease-in;
    -o-transition: all 1.5s ease-in;
    transition: all 1.5s ease-in;
}
.component-image-hanging .wrapper-image {
    position: relative;
}
.component-image-hanging .wrapper-image img {
   width: 100%;
   height: auto;
}

.component-video-hanging .title-pane .inner .main-info-pane,
.component-image-hanging .title-pane .inner .main-info-pane {
    font-size: 12px;
    padding: 15px 20px;
    font-family: 'AvenirMedium',Helvetica,Arial,sans-serif;
}
.component-video-hanging .title-pane .inner .main-title-pane,
.component-image-hanging .title-pane .inner .main-title-pane {
    margin: 40px 0 30px 0;
    font-family: 'AvenirMedium',Helvetica,Arial,sans-serif;
    max-width: 520px;
    text-transform: initial;
    line-height: 1.25em;
}
.component-video-hanging .title-pane .inner .main-date-pane,
.component-image-hanging .title-pane .inner .main-date-pane {
    font-size: 16px;
}

.component-video-hanging .title-pane .inner .main-link-pane,
.component-image-hanging .title-pane .inner .main-link-pane {
    border: 1px solid #fff;
    background-color: rgba(14,18,19,.2);
    padding: 15px 0;
    font-size: 12px;
    min-width: 166px;
    display: inline-block;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-family: 'AvenirMedium',Helvetica,Arial,sans-serif;
}
.component-video-hanging .title-pane .inner .main-link-pane:hover,
.component-image-hanging .title-pane .inner .main-link-pane:hover {
    background-color: rgba(14,18,19,.8);
}
/*Component twoColInfoOeuvre END*/


/*Component SIDEBAR oeuvres*/
.seeMoreAction {
    display: none;
    text-transform: uppercase;
    position: relative;
}
.seeMoreAction:before {
    content: " ";
    position: absolute;
    left: 0;
    top: -27px;
    height: 26px;
    width: 100%;
    display: block;
    background: url('collection/images/gradient-search.png') left top repeat-x;
}

.component-newsList ul {
    overflow: hidden;
}
.parsys .parsys .component.component-newsList .wrapper-button {
    margin: auto auto 10px 20px;
}
.parsys .parsys .component.component-newsList .wrapper-button button:hover {
    cursor: pointer;
    border: 1px solid #000000;
    background-color: #000000;
    color: #FFFFFF;
}
.parsys .parsys .component.component-newsList .wrapper-button button {
    border: 1px solid #e9e9e9;
    font-weight: normal;
    -moz-box-shadow: 13px 13px 0px 0px #FFFFFF;
    width: 100%;
    background: #FFFFFF;
    outline: none;
}

.component-newsList li {
    border-left: 1px solid #e5e5e5;
    padding: 0 0 2px 0;
    margin: 30px 0 0 0;
}
.component-newsList li:last-child {
    border: none;
}
.component-newsList li strong {
    position: relative;
    top: -25px;
    font-weight: normal;
    font-size: 13px;
}

.slick-initialized .slick-slide {
    outline: none;
}

.component-newsList li .roundList {
    height: 12px;
    width: 12px;
    border: 2px solid #000000;
    border-radius: 10px;
    display: inline-table;
    margin-right: 20px;
    margin-left: -6px;
    position: relative;
    top: -23px;
}

.component-newsList li .listItems {
    margin: 0px 0 30px 31px;
    color: #888888;
    text-decoration: underline;
    line-height: 18px;
}

/*Component MANIFEST */

.component-manifest {
    text-align: center;
    max-width: 675px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 85px;
    position: relative;
}
.component-manifest p {
    font-family: 'AdobeGaramond',Georgia,Helvetica,Arial,sans-serif;
    font-size: 17px;
    line-height: 36px;
}

.component-manifest:before {
    content: " ";
    position: relative;
    top: -6px;
    width: 100%;
    height: 14px;
    display: block;
    background: url('collection/images/manifest-icon.png') center top no-repeat;
}
.link-manifest {
    display: inline-block;
    margin-top: 55px;
    margin-bottom: 20px;
    font-family: 'AvenirBlack',Georgia,Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    background: url('collection/images/icon-link-manifest.png') right center no-repeat;
    padding: 5px 20px 5px 0;
    min-height: 20px;
}
.link-manifest.bottom {
    display: none;
    background: url('collection/images/icon-link-manifest-bottom.png') right center no-repeat;
}
.open .link-manifest.bottom {
    display: inline-block;
}
.open .link-manifest.top {
    display: none;
}

.manifest-last-part {
    display: none;
    font-family: 'AvenirMedium',Georgia,Helvetica,Arial,sans-serif;
    font-size: 12px;
    padding-top: 50px;
}
.manifest-last-part p {
    font-family: 'AvenirMedium',Georgia,Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #888888;
    text-align: left;
    margin-bottom: 35px;
    line-height: 24px;
}

/*Component INFORMATIONS SIDEBAR*/

.parsys .parsys .component.component-informations.component-informations4 {
    border-bottom: none;
}

.parsys .parsys .component.component-informations {
    padding: 10px 0 30px 0;
    border-bottom: 1px solid #E5E5E5;
    margin-left: 16px;
    width: 270px;
}

.component-informations {
    padding: 10px 0 0 32px;
    min-height: 10px;
    display: block;
    color: #000000;
}

.parsys .parsys .component.component-informations1 {
    padding: 20px 0 60px 0;
    /*35 changed */
    border-top: 1px solid #E6E6E6;
}
.parsys .parsys .component.component-informations0{
    border-top: 1px solid #E6E6E6;
    padding: 20px 0 20px 0;
    border-bottom: 0px;
}

.parsys .parsys .component.component-informations0 span,
.parsys .parsys .component.component-informations1 span {
    padding: 0 0 0 41px;
    color: #888888;
    display: block;
    line-height: 16px;
}

.parsys .parsys .component.component-informations0 > img,
.parsys .parsys .component.component-informations1 > img,
.parsys .parsys .component.component-informations2 > img,
.parsys .parsys .component.component-informations3 > img,
.parsys .parsys .component.component-informations4 > img{
    position: absolute;
}

.parsys .parsys .component.component-informations0 .details,
.parsys .parsys .component.component-informations1 .details,
.parsys .parsys .component.component-informations2 .details,
.parsys .parsys .component.component-informations3 .details,
.parsys .parsys .component.component-informations4 .details{
    padding-left: 40px;
}

.parsys .parsys .component.component-informations0 .subtitle,
.parsys .parsys .component.component-informations1 .subtitle,
.parsys .parsys .component.component-informations2 .subtitle,
.parsys .parsys .component.component-informations3 .subtitle,
.parsys .parsys .component.component-informations4 .subtitle{
    padding-bottom: 10px; 
    font-size: 14px;
    font-family: 'AvenirBlack',Georgia,Helvetica,Arial,sans-serif;
    font-weight: normal;
}

.parsys .parsys .component.component-informations0 .content,
.parsys .parsys .component.component-informations1 .content,
.parsys .parsys .component.component-informations2 .content,
.parsys .parsys .component.component-informations3 .content,
.parsys .parsys .component.component-informations4 .content{
    padding-bottom: 5px;
}

/*Component INFORMATIONS END*/


/*COMPONENT SIDEBAR oeuvres END*/


/*Component VIDEO and LinkedContent*/

.LinkedContent,
.linkedContainer {
    background-color: #f4f4f4;
}

.twoColLinkedContent {
    padding-left: 10%;
    padding-right: 10%;
    background-color: #f4f4f4;
}
.grid-option-filter,
.component-grid-filter,
.subtitle_oeuvre,
.grid-option-filter {
    max-width: 1120px;
    margin: 0 auto !important;
}
.parsys .component.grid-option-filter {
    margin: 0;
}
.oeuvrePartage .oeuvrePartageContainer .span12 {
    border: none;
    padding-bottom: 0 !important;
}

/* Artiste */
.artist_page .subtitle_oeuvre,
.artist_page .component-grid-filter,
.artist_page .grid-option-filter,
.expo_page .subtitle_oeuvre,
.expo_page .collectionGrid .component-grid-filter {
    max-width: 910px;
}
.expo_page .collectionSocialShare + .collectionGrid .component-grid-filter {
    max-width: 1120px;
}
.artist_page .component-grid-filter {
    border-bottom: 1px solid #e9e9e9;
}
.inTheCollection {
    margin-left: 40px;
    margin-right: 40px;
}


.twoColLinkedContent .parsys .parsys .component.component-video {
    width: 90%;
    margin-left: auto;
    margin-right: auto
}

.oeuvre_page .component-grid-filter .video-js {
    height: auto;
    min-height: 200px;
}

.vjs-default-skin .vjs-big-play-button:before {
    line-height: 2.9em;
    left: 1px;
}

.collectionPart .component-video .videoDescription {
    background: #172733;
    height: 220px;
    color: #FFF;
}
.collectionPart .parsys .component.component-video {
    margin-top: 0;
    margin-bottom: 0;
}

.videoDescription .videoDescriptionImg {
    margin: 20px 0 0 0;
}


.videoDescription .authorFooter span {
    text-align: left;
    float: left;
    margin: 0px 0 0 30px;
    line-height: 16px;
    font-size: 12px;
    font-family: 'AvenirMedium',Georgia,Helvetica,Arial,sans-serif;
}

.videoDescription .authorFooter img {
    width: initial;
}

.videoDescription .authorFooter strong {
    margin: 0 0 0 90px;
    font-size: 14px;
    text-align: left;
    display: block;
}

.videoDescription .grid-2 {
    width: 14.866%;
}
.videoDescription .grid-4 {
    width: 31.532%;
}
.videoDescription .videoDescriptionTxt strong {
    text-align: left;
    float: left;
    font-size: 13px;
}
.videoDescription .videoDescriptionTxt a strong {
	color: white;
}
.videoDescription .videoDescriptionTxt p {
    text-align: left;
    line-height: 30px;
    font-style: italic;
    font-size: 14px;
    font-family: 'AvenirBook',Georgia,Helvetica,Arial,sans-serif;
}

/*Component VIDEO END */


/*Component PARTAGE */

.oeuvrePartage {
    margin: 0 40px;
}

.oeuvrePartage ul {
    display: table;
    margin: 0 auto;
    height: auto;
    width: auto;
}
.oeuvrePartage .oeuvrePartageContainer {
    border-bottom: 1px solid rgb(222, 222, 222);
    border-top: 1px solid rgb(222, 222, 222);
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 1120px;
    margin: 0 auto;
}
.oeuvrePartage + .TheOtherArtist .subtitle_oeuvre {
    border-top: none;
}

.oeuvrePartage li {
    text-align: center;
    position: relative;
    margin: 0 10px;
    display: inline-block;
    width: 40px;
    height: 40px;
}
.oeuvrePartage li > a {
    display: inline-block;
    border-radius: 40px;
    border: 1px solid #dedede;
    width: 40px;
    height: 40px;
}
.oeuvrePartage li > a:hover {
    border: 1px solid #000000;
}

.oeuvrePartage .share-button {
    position: relative;
    background: none;
    right: auto;
    top: auto;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 0;
}
.oeuvrePartage .content-share {
    background-color: #333333;
    position: absolute;
    top: 4.35em;
    right: -19px;
    padding: 1.3em 1em 1.3em 1em;
    z-index: 1000;
    display: none;
    min-width: 210px;
}
.oeuvrePartage .content-share .arrow {
    right: 2.2em;
}

.oeuvrePartage h3 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: normal;
}

.oeuvrePartage li > a{
    line-height: 40px;
}

.oeuvrePartage li > a span{
    display: inline-block;
}

.oeuvrePartage li > a img{
    display: block;
}

/*Component PARTAGE END */


/*Component INTERVIEW */

.interviewOeuvre .component {
    margin-bottom: 0;
}

.authorFooter img {
    float: left;
    width: 22px;
}

/* Autocomplete */

.ui-widget li div {
    padding: 5px;
    border: 1px solid #888888;
}
#ui-id-1.ui-menu{
  background: #fff;
}
.ui-state-active, 
.ui-widget-content 
.ui-state-active, 
.ui-widget-header .ui-state-active {
    border: 1px solid #000;
    background-color: #000000;
    color: #ffffff;
}

.sub-list-container.authorFooter{
    position: relative;
}

.sub-list-container.authorFooter .date{
    position: absolute;
    top: -1px;
    left: 25px;
}

.sub-list-container.authorFooter span {
    font-size: 12px;
    color: #888888;
    font-family: 'AvenirRoman',Georgia,Helvetica,Arial,sans-serif;
}

.sub-list-container.authorFooter .sub-image-list{
    position: static;
}


.sub-list-container.authorFooter a:hover span {
    color: #000000;
    text-decoration: underline;
}
.expo-gd .authorFooter span {
    color: #000000;
}
.expo-gd .authorFooter span img {
    width: 15px;
    height: auto;
}

.text-list-container .time {
    font-size: 12px;
    color: #888888;
}

.component-title.title-align-center {
    background: none;
}

/* override AEM template */ 

.collectionHeader{
    position: fixed;
    width: 100%;
    top: 50px;
    z-index: 1000;
}

@media only screen and (max-width: 420px){
    .collectionHeader{
        top: 40px;
    }
}

.collectionPart.main {
    max-width: none;
    padding-top: 100px;
}
.collectionPart .wrapper {
    margin-left: 0;
    margin-right: 0;
    width: auto;
}
.collectionPart .container {
    width: auto;
    margin-left: 0;
    margin-right: 0;
}
.collectionPart .slideshowThumb .parsys .component {
   margin: 0;
}
.collection-wrapper,
.collectionPart .columnControl {
    margin-left: 40px;
    margin-right: 40px;
}
.collectionPart .columnControl {
    margin-top: 50px;
}
.collectionPart .twoColArtist.columnControl {
    padding-bottom: 70px;
}
.container-display,
.collectionPart .columnControl .span12 {
    max-width: 1120px;
    margin: 0 auto;
}
.downContent .columnControl .span12,
.collectionPart .columnControl .span12,
.container-display-small {
    max-width: 902px;
    margin: 0 auto;
}
.collectionPart .columnControl .span12.full-width {
    max-width:2500px;
}
.collectionPart .twoColArtist.columnControl .span12 {
    max-width: 1440px;
    margin: 0 auto;
    padding-bottom: 70px;
}
.collectionPart .columnControl .span12 {
    padding-bottom: 50px;
}
.artist_page .collectionPart .columnControl .span12 {
    padding-bottom: 0;
}
.container-display-large {
    max-width: 1440px;
    margin: 0 auto;
}

/* Small breakpoint < 640 */
@media screen and (max-width: 640px) {

    .no-mobile {
        display: block !important;
    }
    .no-desktop {
        display: none !important;
    }
    .grid-option-filter {
        
    }
    .filter-selection {
        top: 114px;
    }
    .no-mobile.filter-grid {
        top: 120px;
        position: absolute;
        border: none;
        font-size: 18px;
        font-family: 'AvenirMedium',Georgia,Helvetica,Arial,sans-serif;
        outline: none;
        width: 100%;
        background: none;
    }
    .filter-grid .slick-list{
        overflow-x: hidden;
    } 
    .autocomplete-grid-search {
        top: 105px;
        max-width: 200px;
        right: 0;
    }
    .ui-widget {
        max-width: 140px !important;
    }

    ul.slick-thumbs {
        position: relative;
        bottom: 0;
        width: 88%;
        margin: 20px 0 0;
        left: 12%;

    }
    ul.slick-thumbs li {
        width: 100px;
        position: relative;
    }
    
    ul.slick-thumbs li img {
        width: 100px;
        height: auto;
    }

    .container .grid-4,
    .container .grid-5 {
        width: 90%;
        margin-left: 5%;
    }
    .container>.parsys {
        padding-top: 0;
    }


    .twoColBiblio{
        margin: 0;
    }
    .twoColInfoOeuvre,
    .twoColInfoExpo {
        margin: 0;
    }
    .twoColBiblio .grid-6,
    .twoColInfoOeuvre .grid-6,
    .twoColInfoExpo .grid-6,
    .twoColArtist .grid-6,
    .collectionPart .columnControl .grid-6 {
        width: auto;
    }
    .twoColBiblio .sidebar,
    .twoColInfoOeuvre .sidebar,
    .twoColInfoExpo .sidebar,
    .collectionPart .sidebar {
        margin: 0;
    }
    .collectionPart .columnControl .sidebar {
        margin: 0;
    }
    
    .videoDescription .grid-2 {
        width: 0;
    }
    .videoDescription .grid-4 {
        width: 90%;
        margin-left: 5%;
    }


    .video-js {
        height: 200px;
    }
    .oeuvre_page .video-js {
        height: 200px;
        min-height: 200px;
    }
    .subtitle_interview {
        margin-left: 40px;
        margin-right: 40px;
    }
    .oeuvrePartage h3 {
        margin-bottom: 50px;
    }

    .videoDescription .grid-2 {
        width: 0;
    }
    .videoDescription .grid-4 {
        width: 90%;
        margin-left: 5%;
    }
    .component-video .videoDescription {
        height: 310px;
        padding: 15px 10px;
    }
    .videoDescription .videoDescriptionImg {
        margin: 10px 5%;
    }
    .linkedContainer .linkedContent {
        margin-left: 50px !important;
        margin-right: 50px !important;
    }

    .authorFooter img {
        width: 39px;
    }


    .grid-sizer,
    .grid-item,
    .grid-item.col2 {
        width: 100%;
    }
    .grid-container {
        padding: 0;
        padding-top: 50px;
    }
    .touch .collectionGrid.inTheSameExpo,
    .touch .twoColLinkedContent {
        margin-left: 3%;
        margin-right: 3%;
    }
    .touch .oeuvrePartage {
        margin: 0 3%;
    }
    .touch .twoColInfoOeuvre,
    .touch .twoColInfoExpo,
    .touch .twoColBiblio  {
        border-bottom: 1px solid rgb(237, 237, 237);
        margin: 0 3%;
        padding: 0 0 50px;
    }
    .touch .linkedContent .video-js + .text-list-container {
        padding: 20px 40px 20px 0;
    }
    .touch .linkedContent .video-js + .text-list-container .time {
        right: 0;
    }
    /* Artiste */
    .twoColArtist .grid-6:first-child {
        width: 100%;
        margin-left: 0;
    }
    .textArtist {
        padding: 100px 0 20px 0;
    }
    .component-artist-title h1 {
        margin-bottom: 40px;
    }
    .component-artist-title + .component-text {
        margin-top: 70px;
    }
    .linkedContent .text-list-container {
        font-size: 12px;
    }
    .title-list-container {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .parsys .parsys .component.component-informations {
        margin-left: 0;
        width: auto;
    }
    .collectionPart .parsys .parsys .component.component-informations2 {
        padding: 40px 0 50px 0;
    }
    .artist_page .collectionPart .twoColArtist.columnControl {
        margin-left: 0;
        margin-right: 0;
    }
    .artist_page .collectionPart .twoColArtist.columnControl .grid-6 + .grid-6 {
        margin-left: 40px;
        margin-right: 40px;
    }

    /* Accrochage */
    .expo_page .title-pane {
        padding-left: 40px;
        padding-left: 40px;
    }

    /* Manifest */
    .component-manifest {
        margin-right: 40px;
        margin-left: 40px;
    }

    
}

@media only screen and (max-width: 1024px) and (min-width: 641px) and (orientation: portrait){
    .oeuvre_page .grid-1, 
    .oeuvre_page .grid-10, 
    .oeuvre_page .grid-11, 
    .oeuvre_page .grid-12, 
    .oeuvre_page .grid-2, 
    .oeuvre_page .grid-3, 
    .oeuvre_page .grid-4, 
    .oeuvre_page .grid-4-4-4, 
    .oeuvre_page .grid-4-8-4, 
    .oeuvre_page .grid-5, 
    .oeuvre_page .grid-6, 
    .oeuvre_page .grid-7, 
    .oeuvre_page .grid-8, 
    .oeuvre_page .grid-8-8-4, 
    .oeuvre_page .grid-9,
    .oeuvre_page .parsys .component,.oeuvre_page .title.component {
        margin-left: 0%;
        margin-right: 0%;
    }
    .touch .video-js {
        height: 200px;
    }
    .touch .oeuvre_page .video-js {
        height: 200px;
        min-height: 200px;
    }
}

/* Only mobile landscape */
@media screen and (max-device-width:767px) and (orientation:landscape) {

    .touch .no-mobile {
        display: block !important;
    }
    .touch .no-desktop {
        display: none !important;
    }
    .touch .grid-option-filter {
        
    }
    .touch .filter-selection {
        top: 214px;
    }
    .touch .no-mobile.filter-grid {
        top: 120px;
        position: absolute;
        border: none;
        font-size: 18px;
        font-family: 'AvenirMedium',Georgia,Helvetica,Arial,sans-serif;
        outline: none;
        width: 100%;
    }
    .touch .autocomplete-grid-search {
        top: 205px;
        max-width: 200px;
        right: 0;
    }
    .touch .ui-widget {
        max-width: 140px !important;
    }

    .touch ul.slick-thumbs {
        position: relative;
        bottom: 0;
        width: 93%;
        margin: 20px 0 0;
        left: 7%;
    }
    .touch ul.slick-thumbs li {
        width: 100px;
    }
    .touch ul.slick-thumbs li img {
        width: 100px;
        height: auto;
    }
    .touch ul.slick-thumbs li.slick-current img {
      outline: 5px solid #f9f9f9;
    }

    .authorFooter img {
        width: 39px;
    }

    .touch .grid-sizer,
    .touch .grid-item,
    .touch .grid-item.col2 {
        width: 50%;
    }
    .grid-container {
        padding: 0;
        padding-top: 50px;
    }
    .touch .collectionGrid.inTheSameExpo,
    .touch .twoColLinkedContent {
        margin-left: 3%;
        margin-right: 3%;
    }
    .touch .oeuvrePartage {
        margin: 0 3%;
    }
    .touch .oeuvrePartage h3 {
        margin-bottom: 50px;
    }
    .touch .twoColInfoOeuvre,
    .touch .twoColInfoExpo,
    .touch .twoColBiblio  {
        border-bottom: 1px solid rgb(237, 237, 237);
        margin: 0 3%;
        padding: 0 0 0;
    }
    .twoColInfoOeuvre .grid-6,
    .twoColInfoExpo .grid-6,
    .twoColBiblio .grid-6,
    .twoColArtist .grid-6,
    .collectionPart .columnControl .grid-6 {
        width: 44.198%;
    }
    .twoColBiblio .sidebar,
    .twoColInfoOeuvre .sidebar,
    .twoColInfoExpo .sidebar,
    .collectionPart .sidebar {
        margin: 0;
        font-size: 13px;
    }
    .touch .collectionPart .columnControl .sidebar {
        margin: 0;
    }
    
    .touch .video-js {
        height: 200px;
    }
    .touch .oeuvre_page .video-js {
        height: 200px;
        min-height: 200px;
    }
    .touch .subtitle_interview {
        margin-left: 40px;
        margin-right: 40px;
    }
    .touch .linkedContent .video-js + .text-list-container {
        padding: 20px 40px 20px 0;
    }
    .touch .linkedContent .video-js + .text-list-container .time {
        right: 0;
    }
    /* Artiste */
    .touch .twoColArtist .grid-6 {
        margin-left: 5%;
    }
    .touch .textArtist {
        padding: 50px 0 20px 0;
    }
    .component-artist-title h1 {
        font-size: 24px;
    }
    .touch .linkedContent .text-list-container {
        font-size: 12px;
    }
    .touch .title-list-container {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .touch .linkedContainer .linkedContent {
        margin-left: 50px !important;
        margin-right: 50px !important;
    }
    .touch .parsys .parsys .component.component-informations {
        margin-left: 0;
        width: auto;
    }
    .touch .collectionPart .parsys .parsys .component.component-informations2 {
        padding: 40px 0 50px 0;
    }
    .collectionPart .twoColArtist.columnControl {
        padding-bottom: 0;
    }

    /* Manifest */
    .touch .component-manifest {
        margin-right: 40px;
        margin-left: 40px;
    }
}

/* Only tablet portrait */
@media screen and (min-device-width:768px) and (orientation:portrait) {
    .touch .grid-sizer,
    .touch .grid-item,
    .touch .grid-item.col2 {
        width: 100%;
    }
    .grid-sizer.col3,
    .grid-item.col3 {
        width: 50%;
    }
    .grid-container {
        padding: 0;
        padding-top: 50px;
    }
    .touch .twoColInfoOeuvre .span12,
    .touch .twoColInfoExpo .span12,
    .touch .twoColBiblio .span12,
    .touch .downContent .columnControl .span12 {
        max-width: auto;
    }
    .touch .twoColInfoOeuvre,
    .touch .twoColInfoExpo,
    .touch .twoColBiblio,
    .touch .TheOtherArtist {
        margin-left: 40px;
        margin-right: 40px; 
    }
    .touch .oeuvrePartage {
        margin: 0 4%;
    }
    .touch .oeuvre_page .video-js {
        height: 500px;
        min-height: 300px;
    }
    .touch .subtitle_interview {
        margin-left: 40px;
        margin-right: 40px;
    }
    .touch .linkedContent .video-js + .text-list-container {
        padding: 20px 40px 20px 0;
    }
    .touch .linkedContent .video-js + .text-list-container .time {
        right: 0;
    }
    /* Artiste */
    .twoColArtist {
        margin-top: 135px;
    }
    .imageArtist img {
        max-width: 488px;
    }
    .textArtist {
        padding: 80px 20px 20px 20px;
    }
    .touch .twoColArtist .component-text strong, 
    .touch .twoColInfoOeuvre .component-text strong,
    .touch .twoColInfoExpo .component-text strong  {
        font-size: 18px;
    }
    .touch .collectionPart .columnControl .sidebar {
        margin: 0;
    }

    /* overide grid on artiste page because CREA team ask */
    .touch .artist_page .grid-sizer.col3,
    .touch .artist_page .grid-item.col3 {
        width: 50%;
    }
    .artist_page .subtitle_oeuvre,
    .artist_page .component-grid-filter,
    .artist_page .grid-option-filter {
        max-width: 1120px;
    }
    .touch .collectionPart .twoColArtist.columnControl {
        padding-bottom: 0;
    }
    .touch ul.slick-thumbs {
        width: 100%;
        margin: 0;
    }
    .touch .simple-display.slick-thumbs .slick-track {
        width: 100% !important;
        text-align: center;
        transform: none !important;
    }
    .touch ul.slick-thumbs.simple-display li.slick-current,
    .touch ul.slick-thumbs.simple-display li {
        display: inline-block !important;
        float: none;
    }

    /* Video Accrochage */
    .component-video-hanging .title-pane .inner .main-title-pane,
    .component-image-hanging .title-pane .inner .main-title-pane {
        font-size: 40px;
    }
    /* .touch .linkedContainer .linkedContent {
        margin-right: 50px !important;
        margin-left: 50px !important;
    } */

}
/* Only tablet landscape */
@media screen and (min-device-width:768px) and (orientation:landscape) {
    .touch .collectionGrid.inTheSameExpo,
    .touch .twoColLinkedContent {
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
    .touch .twoColBiblio,
    .touch .twoColInfoOeuvre,
    .touch .twoColInfoExpo {
        margin: 0;
        margin: 0 40px 0;
    }
    .touch .twoColInfoOeuvre .span12,
    .touch .twoColInfoExpo .span12,
    .touch .twoColBiblio .span12,
    .touch .downContent .columnControl .span12 {
        max-width: none;
    }
    .touch .twoColLinkedContent,
    .touch .collectionGrid.inTheSameExpo,
    .touch .twoColLinkedContent,
    .touch .oeuvrePartage {
        margin-left: 40px;
        margin-right: 40px;
    }
    .touch .grid-option-filter,
    .touch .component-grid-filter
    .touch .subtitle_oeuvre {
        margin-left: 40px;
        margin-right: 40px;
    }
    .touch .collectionGrid.inTheSameExpo .component-grid-filter {
        margin-left: 0;
        margin-right: 0;
    }
    .touch .linkedContent .video-js + .text-list-container {
        padding: 20px 40px 20px 0;
    }
    .touch .linkedContent .video-js + .text-list-container .time {
        right: 0;
    }

    /* Artist */
    .artist_page .subtitle_oeuvre,
    .artist_page .component-grid-filter,
    .artist_page .grid-option-filter {
        max-width: 1120px;
    }
    .touch ul.slick-thumbs {
        width: 100%;
        margin: 0;
    }
    .touch .simple-display.slick-thumbs .slick-track {
        width: 100% !important;
        text-align: center;
        transform: none !important;
    }
    .touch ul.slick-thumbs.simple-display li.slick-current,
    .touch ul.slick-thumbs.simple-display li {
        display: inline-block !important;
        float: none;
    }

    /* Video Accrochage */
    .component-video-hanging .title-pane .inner .main-title-pane,
    .component-image-hanging .title-pane .inner .main-title-pane {
        font-size: 40px;
    }
    /* .touch .linkedContainer .linkedContent {
        margin-right: 50px !important;
        margin-left: 50px !important;
    } */
}


.real_expo_page .collectionPart .columnControl{
    margin: 0;
}

.real_expo_page .collectionPart .image.section{
    margin-top: 150px;
}

.real_expo_page .collectionPart .columnControl .span12{
    max-width: 1010px;
}

.real_expo_page .collectionPart .columnControl .span12{
    border-bottom: 0;
    padding: 0;
}

/* Associated Events */

.exposDescRight{
    padding-left: 100px;
}

.associatedEvents{
    color: #888;
    font-size: 12px;
    line-height: 1.8em;
}

.associatedEvents h2,
.associatedEvents h3{
    color: #000;
    text-align: left;
    border: 0;
}

.associatedEvents h3{
    font-size: 14px;
}

.associatedEvents .time{
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 14px;
}

.associatedEvents .time span{
    text-decoration: underline;
    color: #000;
}

.associatedEvents .noEvent{
    font-size: 14px;
}

.associatedEvents .append-button{
    position: static;
}

.associatedEvents .event{
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; 
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 20px;
}

.associatedEvents .event .eventDetailThumbnail{
    margin-right: 10px;
}

.associatedEvents .event .eventDetailThumbnail img{
    max-width: 128px;
}

/* actionPush */

.real_expo_page .collectionPart .columnControl .span12.fullfullwidth{
    max-width: none;
}

.real_expo_page .collectionPart .columnControl .span12.fullfullwidth > .grid-6{
    margin: 0;
}

.real_expo_page .collectionPart .columnControl .span12.fullfullwidth > .grid-6:first-child .innerActionPush{
    float: right;
}

.actionPush{
    background: #710E2A;
    padding: 100px;
    position: relative;
    background-position: center;
    overflow: hidden;
}

.actionPush .innerImg{
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.actionPush .innerActionPush{
    background: #fff;
    width: 440px;
    padding: 50px;
    text-align: center;
}

.actionPush .innerActionPush h2{
    padding: 0;
    margin: 20px 0 30px 0;
    border: 0;
    font-size: 18px;
}

.actionPush .innerActionPush .insentiveBtn{
    width: 50%;
    margin-top: 30px;
}

.actionPush .innerActionPush p{
    color: #888;
    font-size: 14px;
    line-height: 24px;
}



/* catalog */

section.main .wrapper .span12.full-width.catalogue-wrapper{
    background: #f9f9f9;
    margin: 0;
    border: 0;
    padding: 50px 20px 50px 20px;
    max-width: none;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

section.main .wrapper .span12.full-width.catalogue-wrapper > .grid-6{
    width: 560px;
    display: block;
}

.catalog .append-button{
    position: static;
    margin-bottom: 0;
}

.catalog{
    display: block;
    overflow: hidden;
}

.catalog .catalogDetail{
    padding: 0 10px 0 40px;
    float: left;
    width: 70%;
    max-width: 350px;
}

section.main .wrapper .catalog .catalogDetail h2{
    font-size: 14px;
    text-align: left;
    padding-top: 0;
}

.catalog .catalogDetail p{
    font-size: 14px;
    line-height: 21px;
}

.catalogThumbnail{
    text-align: center;
    float: left;
    width: 30%;
}

.catalogThumbnail img{
    max-width: 210px;
    width: 100%;
}

/* header */

header.expoTitle{
    background: #fff;
    position: fixed;
    z-index: 1000;
    top: 50px;
    left: 0;
    width: 100%;
    padding: 90px 0 50px 0;
}

header.expoTitle .innerExpoTitle{
    margin-left: auto;
    margin-right: auto;
    max-width: 1153px;
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; 
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    padding: 0 10px;
}

section.main .wrapper header.expoTitle h1{
    font-size: 48px;
    font-family: 'AvenirMedium',Georgia,Helvetica,Arial,sans-serif;
}

section.main .wrapper header.expoTitle.reduced h1{
    font-size: 28px;
}

header.expoTitle .innerExpoTitle .infos{
    width: 36%;
    flex-grow: 1;
}

header.expoTitle .innerExpoTitle .infos .date{
    padding-top: 35px;
    font-family: 'AvenirHeavy',Georgia,Helvetica,Arial,sans-serif;
    font-size: 16px;
}

header.expoTitle .innerExpoTitle .actions{
    flex-grow: 1;
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; 
}

header.expoTitle .innerExpoTitle .actions .insentiveBtn{
    width: 45%;
}

header.expoTitle .innerExpoTitle .actions .insentiveBtn:first-child{
    margin-right: 10%;
}

header.expoTitle.reduced{
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #eee;
}

header.expoTitle.reduced .innerExpoTitle .infos .date{
    padding-top: 10px;
}

.insentiveBtn{
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border: 1px solid #710E2A;
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #710E2A;
    cursor: pointer;
    font-size: 12px;
}

.insentiveBtn:hover{
    background: transparent;
    color: #710E2A;
}

.real_expo_page .collectionPart .slick-slider.expoQuotes{
    max-height: none;
}

.real_expo_page .collectionPart .slideshowThumb .sliderTitle{
    height: 175px;
}

.real_expo_page .collectionPart .slideshowThumb .sliderTitle h2{
    margin-bottom: 15px;
}

.real_expo_page .collectionPart .slideshowThumb .sliderTitle p{
    text-align: center;
    font-size: 14px;
    color: #888888;
}

.real_expo_page .collectionPart .slideshowThumb ul.slick-thumbs{
    bottom: 230px;
}

.real_expo_page .collectionPart .slideshowThumb ul.slick-thumbs button{
    visibility: hidden;
}

.real_expo_page .collectionPart .slideshowThumb .description{
    background: #700829;
    height: 215px;
    color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    text-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.real_expo_page .collectionPart .slideshowThumb .description .innerDescription{
    margin: 0 auto;
    max-width: 60%;
}

.real_expo_page .collectionPart .slideshowThumb .description .innerDescription p{
    font-size: 14px;
}

.real_expo_page .collectionPart .slideshowThumb .description .innerDescription span{
    font-style: italic;
}

.real_expo_page .collectionPart .slideshowThumb .description .innerDescription .small{
    font-size: 12px;
    padding-top: 10px;
}

.real_expo_page .collectionPart .slideshowThumb .slick-list{
        overflow-x: hidden;
    }

.insentiveBtn.active:hover{
    background: #fff;
    color: #710E2A;
}

.expoQuotes{
    padding-top: 100px;
    padding-bottom: 100px;
    border-bottom: 1px solid rgb(222, 222, 222);
    width: 90%;
    max-width: 1120px;
    margin: 0 auto;
}

.expoQuotes .slick-list{
    overflow-x: hidden;
}

.expoQuotes .quote{
    font-size: 36px;
    text-align: center;
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; 
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-style: italic;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "time";
}

.expoQuotes .slick-track{
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; 
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.expoQuotes .quote img{
    display: inline-block;
    margin-top: 30px;
    max-height: 100px;
}

.expoQuotes .quote p{
    max-width: 100%;
}

.collectionPart .exposDescRight .component-text p{
    padding: 0;
}

.collectionPart .exposDescRight .component-text strong{
    margin-bottom: 5px;
    font-size: 18px;
    font-family: 'AvenirHeavy',Georgia,Helvetica,Arial,sans-serif;
    font-weight: normal;
    color: #000;
}

@media only screen and (max-width: 640px){
    .real_expo_page .collectionPart.main{
        padding-top: 65px;
    }
    .actionPush.grid-6{
        width: 100%;
    }

    header.expoTitle{
        position: static;
    }

    .actionPush{
        height: auto;
        padding: 20px 0;
        background-size: cover;
        text-align: center;
    }

    .actionPush .innerActionPush{
        position: static;
        margin: 0 auto;
        float: none;
        display: inline-block;
        height: auto !important;
    }

    .real_expo_page .collectionPart .image.section{
        margin-top: 20px;
    }

    .exposDescRight{
        padding-left: 0;
    }

    .real_expo_page .collectionPart .columnControl .span12.fullfullwidth > .grid-6:first-child .innerActionPush,
    .real_expo_page .collectionPart .columnControl .span12.fullfullwidth > .grid-6 .innerActionPush{
        float: none;
        width: 90%;
    }

    section.main .wrapper .span12.full-width.catalogue-wrapper{
        margin: 0 auto;
        padding: 0;
        display: block;
    }

    section.main .wrapper .span12.full-width.catalogue-wrapper > .grid-6{
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .catalogue-wrapper .grid-6:first-child{
        text-align: center;
    }

    .catalog{
        display: block;
        width: auto;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .real_expo_page .collectionPart .columnControl .span12 .catalogDetail{
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 14px;
        padding: 0;
        float: none;
        width: auto;
        max-width: 90%;
        margin-left: 5%;
    }
    section.main .wrapper .catalog .catalogDetail h2{
        text-align: center;
    }

    .real_expo_page .collectionPart .columnControl .span12.fullfullwidth{
        margin: 0;
        width: 100%;
    }
    .real_expo_page .collectionPart .columnControl .span12 .grid-6{
        width: 90%;
        margin: 0 auto;
        float: none;
        display: block;
    }

    .real_expo_page .collectionPart .columnControl .span12.fullfullwidth .grid-6{
        width: 100%;
    }
    .expoQuotes{
        width: auto;
    }
    .expoQuotes .quote{
        font-size: 20px;
    }
    header.expoTitle{
        width: 100%;
        padding: 20px 0 20px 0;
    }

    header.expoTitle .innerExpoTitle{
        display: block;
        padding: 0 10px;

    }

    header.expoTitle h1{
        font-size: 28px;
    }

    header.expoTitle .innerExpoTitle .infos{
        width: auto;
    }

    header.expoTitle .innerExpoTitle .infos .date{
        padding-top: 10px;
    }

    header.expoTitle .innerExpoTitle .actions{
        display: block;
    }

    header.expoTitle .innerExpoTitle .actions .insentiveBtn{
        width: 100%;
        margin: 0;
        margin-top: 10px;
    }

    .slideshowQuoteImage {
        margin-left: 40px;
        margin-right: 40px;
    }

    .real_expo_page .collectionPart .slideshowThumb ul.slick-thumbs{
        position: static;
        width: 100%;

    }



    .real_expo_page .collectionPart .slideshowThumb .sliderTitle{
        height: 120px;
    }

    .real_expo_page .collectionPart .slideshowThumb .sliderTitle h2{
        padding-top: 35px;
        margin-top: 0;
    }

    .catalog .catalogThumbnail{
        float: none;
        width: auto;
    }

    .real_expo_page .collectionPart .slideshowThumb .description{
        height: 175px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 641px) and (orientation: portrait){
    .real_expo_page .collectionPart.main{
        padding-top: 205px;
    }

    header.expoTitle{
        width: 100%;
        padding: 20px 0 20px 0;
    }

    header.expoTitle .innerExpoTitle{
        padding: 0 10px;
    }

    header.expoTitle h1{
        font-size: 28px;
    }

    header.expoTitle .innerExpoTitle .infos{
        width: auto;
    }

    header.expoTitle .innerExpoTitle .infos .date{
        padding-top: 10px;
    }

    header.expoTitle .innerExpoTitle .actions{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: inline-flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
    }

    header.expoTitle .innerExpoTitle .actions .insentiveBtn{
        width: 40%;
        margin-top: 10px;
    }

    .real_expo_page .collectionPart .image.section{
        margin-top: 0px;
    }

    .real_expo_page .collectionPart .columnControl .grid-6{
        display: block;
        float: none;
        width: 90%;
        margin-left: 5%;
        overflow: hidden;
    }

    section.main .wrapper .catalog .catalogDetail h2{
        text-align: center;
    }

    .catalog .catalogDetail{
        float: none;
        max-width: none;
        width: auto;
    }

    .catalog .catalogThumbnail{
        float: none;
        width: auto;
    }

    .exposDescRight{
        padding-left: 0;
    }

    .actionPush{
        height: auto;
        padding: 20px 0;
        background-size: cover;
        text-align: center;
    }

    .actionPush .innerActionPush{
        position: static;
        margin: 0 auto;
        float: none;
        display: inline-block;
    }

    .real_expo_page .collectionPart .columnControl .span12.fullfullwidth > .grid-6:first-child .innerActionPush{
        float: none;
    }

    section.main .wrapper .span12.full-width.catalogue-wrapper > .grid-6{
        width: 90%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    section.main .wrapper .span12.full-width.catalogue-wrapper{
        margin: 0 auto;
        padding: 0;
        display: block;
    }

    .textButtonCatalogueGuide{
        display: block;
    }

    .catalog{
        width: auto;
    }

    .real_expo_page .collectionPart .columnControl .span12.fullfullwidth > .grid-6{
        width: 100%;
    }
}

