/*//---------------------------------------------------------------------------> [ POLICES & GENERALE ] */
@font-face {
    font-family: 'NovecentowideLightRegular';
    src: url('/site/fonts/novecentowide-light-webfont.woff') format('woff'),
    url('/site/fonts/novecentowide-light-webfont.ttf') format('truetype'),
    url('/site/fonts/novecentowide-light-webfont.svg#NovecentowideLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'NovecentowideNormal';
    src: url('/site/fonts/Novecentowide-Normal-webfont.eot');
    src: url('/site/fonts/Novecentowide-Normal-webfont.eot?#iefix') format('embedded-opentype'),
    url('/site/fonts/Novecentowide-Normal-webfont.woff') format('woff'),
    url('/site/fonts/Novecentowide-Normal-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'NovecentowideBook';
    src: url('/site/fonts/Novecentowide-Book-webfont.eot');
    src: url('/site/fonts/Novecentowide-Book-webfont.eot?#iefix') format('embedded-opentype'),
    url('/site/fonts/Novecentowide-Book-webfont.woff') format('woff'),
    url('/site/fonts/Novecentowide-Book-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/**BON**/

@font-face {
    font-family: 'NovecentoWideBook';
    src: url('/site/fonts/Novecentowide-Book.eot');
    src: url('/site/fonts/Novecentowide-Book.eot?#iefix') format('embedded-opentype'),
    url('/site/fonts/Novecentowide-Book.woff') format('woff'),
    url('/site/fonts/Novecentowide-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NovecentoLightWide';
    src: url('/site/fonts/Novecento-LightWide.eot');
    src: url('/site/fonts/Novecento-LightWide.eot?#iefix') format('embedded-opentype'),
    url('/site/fonts/Novecento-LightWide.woff') format('woff'),
    url('/site/fonts/Novecento-LightWide.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'opensans';
    src: url('/site/fonts/opensans.eot');
    src: url('/site/fonts/opensans.eot?#iefix') format('embedded-opentype'),
    url('/site/fonts/opensans.woff') format('woff'),
    url('/site/fonts/opensans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'opensansLight';
    src: url('/site/fonts/opensans-light.eot');
    src: url('/site/fonts/opensans-light.eot?#iefix') format('embedded-opentype'),
    url('/site/fonts/opensans-light.woff') format('woff'),
    url('/site/fonts/opensans-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: 14px;
    font-family: 'opensans', Helvetica, Arial, sans-serif;
}

.align-right{
    text-align: right;
}
.msg-closed{
    font-size: 30px;
    text-align: center;
    line-height: 45px;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;

}

a, a:visited {
    text-decoration: none;
    color: black;
    outline: none;
}

a:hover, a:active, a:focus {
    text-decoration: none;
    color: #000;
    outline: none;
}

a.active {
    color: #000 !important;
}

ul, li {
    list-style: none;
}

p, h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}

input, button, select, textarea {
    border: none;
}

.control-label {
    display: none;
}

.control-group {
    margin-bottom: 10px;
}

.controls.radio, .controls.radio .radio {
    margin-bottom: 10px;
}

.btn-default {
    border: none;
    background-color: transparent;
    background-image: none;
}

#main_container {
    padding: 50px 10% 200px 10%;
}

#content {
    /*background-color: indianred;*/
    margin-top: 50px;
}

/*//---------------------------------------------------------------------------> [ HEADER + MENU ] */

#header_container {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 10px 10% 10px 10%;
    z-index: 90;
    background-color: #fff;
}

.logo_container {
    float: left;
    position: relative;
    z-index: 90;
}

.menu {
    float: right;
    margin-top: 32px;
}

.logo_container img {
    height: 45px;
}

.menu_ul {
    margin: 0;
    padding: 0;
    margin-top: 85px;
}

.menu_ul > li {
    float: none;
    /*padding: 0 5px;*/
    padding-bottom: 20px;
    text-align: right;
    padding-right: 10%;
}

.menu_ul > li:last-child {
    padding-left: 8px;
    padding-right: 0;
}

#nom_menu {
    cursor: pointer;
}

#nom_menu:hover {
    color: #000;
}

.menu_ul > li a, #nom_menu, .lglang a {
    font-family: 'opensansLight', Helvetica, Arial, sans-serif;
    text-transform: lowercase;
    font-size: 18px;
    line-height: 18px;
    color: #959595;
}

.lglang a {
    font-family: 'opensansLight', Helvetica, Arial, sans-serif;
    text-transform: lowercase;
    font-size: 18px;
    line-height: 18px;
    color: #959595;
    top: -2px;
    position: relative;
}

.lglang {
    margin-right: 5px;
}

.menu_ul > li a:hover {
    color: #000;
    text-decoration: none;
}

/* Icon 1 */

#nav-icon {
    z-index: 999;
    position: absolute;
    right: 10%;
    top: 30px;
    background-color: transparent;
    width: 22px;
    height: 22px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #a0a3a5;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

/* Icon 4 */

#nav-icon span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 2px;
}

#nav-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 16px;
    left: 2px;
}

.menu_fnd {
    margin-right: 23px;
}

#nom_menu {
    position: absolute;
    right: calc(10% + 40px);
    top: 30px;
}

#menu_container {
    display: none;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: white;
    left: 0;
    margin: 0;
}

.image_container {
    position: relative;
    overflow: hidden;
    /*height: 500px;*/
}

.image_container img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.image_container img.paysage {
    height: 100%;
    width: auto;
}

.image_container img.portrait {
    height: auto;
    width: 100%;
}

#header_container, #nom_menu {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.cbp-af-header.cbp-af-header-shrink#header_container {
    padding: 10px 10% 10px 10%;
}

.cbp-af-header.cbp-af-header-shrink#header_container #nav-icon, .cbp-af-header.cbp-af-header-shrink#header_container #nom_menu {
    top: 43px;
}

/*//---------------------------------------------------------------------------> [ Items ] */
.item_inner .infos_container {
    padding-top: 50px;
}

.item_inner .infos_bot {
    padding-top: 20px;
}

.infos_gal {
    padding-top: 20px;
}

.infos_gal p {
    font-size: 14px;
    line-height: 18px;
    color: #959595;
    font-family: 'opensansLight', Helvetica, Arial, sans-serif;
}

.infos_bot p {
    color: #000;
    font-family: 'opensansLight', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
}

.item_inner {
    margin-bottom: 70px;
}

.item_inner .image_container {
    height: auto;
}

.item_inner .infos_container .infos_top .artists_expo p, .item_inner .infos_container .infos_top .nom_expo p, .item_inner .infos_container .infos_top .nom_item p, .item_inner .infos_container .infos_top .artists_item p, .item_inner .infos_container .infos_top .artists_item a {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-family: 'NovecentoWideBook', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.item_inner .infos_container .infos_top .nom_expo p, .item_inner .infos_container .infos_top .artists_item p, .item_inner .infos_container .infos_top .artists_item a {
    font-family: 'NovecentoLightWide', Helvetica, Arial, sans-serif;
}

.artists_item p {
    display: inline;
}

#artist_details_container {
    padding-top: 70px;

}

#artist_details_container .nom_expo p, #artist_details_container .artists_item p, #artist_details_container .artists_item, #artist_details_container .nom_item p {
    font-size: 14px !important;
    line-height: 18px !important;
    color: #000;
}

.exhib_label {
    text-transform: uppercase;
    color: #000;
    font-family: 'NovecentoLightWide', Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 20px;
}

#expo_top_container .exhib_label {
    text-transform: uppercase;
    color: #000;
    font-family: 'NovecentoLightWide', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 20px;
}

/*//---------------------------------------------------------------------------> [ Home ] */
#expo_top_container {
    margin-bottom: 50px;
}

#expo_top_container .image_container {
    height: 300px;
}

#expo_top_container .image_container img.paysage {
    width: auto;
    height: 100%;
}

#expo_top_container .infos_container {
    padding-top: 30px;
}

#expo_top_container .infos_container .infos_top .artists_expo p {
    text-transform: uppercase;
    color: #000;
    font-family: 'NovecentoWideBook', Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 1;
}

#expo_top_container .infos_container .infos_top .nom_expo p {
    text-transform: uppercase;
    color: #000;
    font-family: 'NovecentoLightWide', Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 1;
}

#expo_top_container .infos_container .infos_bot {
    padding-top: 50px;
}

#expo_bot_container .item_inner {
    margin-bottom: 30px;
}

#expo_bot_container .infos_gal {
    display: none;
}

/*//---------------------------------------------------------------------------> [ LISTE-ARTISTES ] */

.image_artist_container {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.image_artist_container img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}

.image_artist_container img.paysage {
    height: 100%;
    width: auto;
}

.image_artist_container img.portrait {
    height: auto;
    width: 100%;
}

.inner_liste_artists .nom_artist {
    margin-bottom: 30px;
    min-height: 45px;
}

.inner_liste_artists .nom_artist a, .nom_related_artists, .nom_related_artists a {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-family: 'NovecentoWideBook', Helvetica, Arial, sans-serif;
}

.nom_related_artists a, .nom_related_artists {
    line-height: 1;
}

.related_artist_container h2 {
    text-transform: uppercase;
    color: #000;
    font-family: 'NovecentoWideBook', Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 1;
    padding-bottom: 50px;
}

.related_artist {
    /*-moz-column-count: 1;*/
    /*-webkit-column-count: 1;*/
    /*-o-column-count: 1;*/
    /*column-count: 1;*/
    /*-moz-column-gap: 0;*/
    /*-webkit-column-gap: 0;*/
    /*-o-column-gap: 0;*/
    /*column-gap: 0;*/
}

#listeArtistesExpo li {
    padding-bottom: 25px;
    line-height: 1;
}

/*//---------------------------------------------------------------------------> [ ARTISTE DETAILS ] */
/*#artist_right {*/
/*position: fixed;*/
/*top: 120px;*/
/*right: 0;*/
/*width: 31%;*/
/*background: #fff;*/
/*margin-right: 6%;*/
/*padding-left: 60px;*/
/*padding-top: 140px;*/
/*display: none;*/
/*}*/

#artist_right {
    position: fixed;
    top: 65px;
    right: 0;
    width: 100%;
    background: #fff;
    margin-right: 0;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 0;
    display: block;

    /*background: red;*/
    z-index: 9999999;
}

#artist_right .menuArtiste li > a, #artist_right .menuArtiste li {
    display: inline;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    color: #959595;
    font-family: 'NovecentoWideBook', Helvetica, Arial, sans-serif;
    font-weight: bold;
}

@-moz-document url-prefix() {
    #artist_right .menuArtiste li > a, #artist_right .menuArtiste li {
        font-weight: 500 !important;
    }
}

#artist_right .menuArtiste li > a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#artist_right .menuArtiste li > a:hover {
    color: #000;
}

#artist_right .titre h1 {
    text-transform: uppercase;
    color: #000;
    font-family: 'NovecentoWideBook', Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 1;
    padding-bottom: 5px;
}

/**Diaporama**/
#diapo_caption .rsGCaption {
    float: none;
}

#diapo_caption .rsCaption {
    text-align: left;
    padding-top: 20px;
    color: #000;
    font-family: 'opensansLight', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    min-height: 80px;

}

#diapo_caption .rsCaption .title_artwork, #diapo_caption .rsCaption .year_artwork {
    text-transform: uppercase;
    color: #000;
    font-family: 'NovecentoLightWide', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 19px;
}

.invisible {
    display: none;
}

#diapo_container, #vues_supp_container {
    padding-bottom: 50px;
}

#diapo_container #gallery-1, #diapo_container #gallery-1 .rsOverflow, #diapo_container #gallery-1 .rsOverflow .rsSlide > div {
    height: 300px !important;
    width: 100% !important;
}

.moreImportanter.royalSlider img {
    height: auto !important;
    width: 100% !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    float: left;
}

.moreImportanter.royalSlider img.portrait {
    height: auto !important;
    width: auto !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    float: left;
    max-width: 100%;
    max-height: 100%;
}

#presentation, #agenda, #biographie, #expos, #publications, #textes {
    padding-bottom: 100px;
}

.bloc_texte p, .bloc_texte p *, .learn_more {
    font-size: 12px !important;
    line-height: 18px !important;
    color: #000 !important;
    font-family: 'opensansLight', Helvetica, Arial, sans-serif !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: justify !important;
}

.bloc_texte p em {
    font-style: italic !important;
}

.bloc_texte p strong {
    font-weight: bold !important;
    font-family: 'opensans', Helvetica, Arial, sans-serif !important;
}

.description_biographie {
    position: relative;
    overflow: hidden;
}

.learn_more {
    cursor: pointer;
}

.gradientback {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+2,eeeeee+50,eeeeee+50,eeeeee+100,eeeeee+100&0+0,0.4+50,1+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.02) 2%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.02) 2%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.02) 2%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00eeeeee', endColorstr='#eeeeee', GradientType=0); /* IE6-9 */

}

#artist_left .titre_section {
    text-transform: uppercase;
    color: #000;
    font-family: 'NovecentoLightWide', Helvetica, Arial, sans-serif;
    line-height: 1;
    width: 115px;
    right: 0;
    text-align: left;
    position: relative;
    margin-bottom: 20px;
    font-size: 18px;
}

#vues_supp_container {
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 20px;

}

#vues_supp_container .rsDefault .rsThumbsHor {
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

#vues_supp_container .rsDefault .rsThumbsHor .rsThumbsContainer .rsThumb {
    width: 50%;
    /*height: 20%;*/
    padding: 0 15px !important;
    border: none;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 30px !important;
}

.image_thumbs_container {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.image_thumbs_container img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.image_thumbs_container img.paysage {
    height: 100% !important;
    width: auto !important;
}

.image_thumbs_container img.portrait {
    height: auto !important;
    width: 100% !important;
}

#vues_supp_container .rsThumbsContainer {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;

    -moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    width: 100% !important;
}

.rsThumbsArrow {
    display: none !important;
}

#agenda .infos_container {
    padding: 0;
}

/*//---------------------------------------------------------------------------> [ DETAILS EXPOS ] */

#sous_menu_expos {
    margin-bottom: 45px;
}

#sous_menu_expos .list-inline > li {
    padding-right: 20px;
}

.detail_expo #artistes {
    padding-bottom: 50px;
}

.detail_expo #artistes.alone {
    margin-top: -70px;
    padding-bottom: 70px;
}

.detail_expo #artistes.alone .nom_related_artists a {
    font-size: 12px !important;
}

.detail_expo .menuArtiste {
    margin-top: 20px;
}

.expos_artists p {
    text-transform: uppercase;
    color: #000;
    font-family: 'NovecentoLightWide', Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 1;
    /*padding-bottom: 35px;*/
}

/*//---------------------------------------------------------------------------> [ PRESSE ] */

.presses_container .item_inner .image_container {
    border: 1px solid black;
    background-color: #fff;
}

.presses_container .item_inner .image_container img {
    height: auto !important;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
}

#presses_container .image_container {

}

.pdf_item {
    padding-top: 20px;

}

.pdf_item a {
    color: #959595;
    font-family: 'opensansLight', Helvetica, Arial, sans-serif !important;
}

.pdf_item a:hover {

    color: #000;
}

#select_presse {
    margin-bottom: 30px;
}

/*//---------------------------------------------------------------------------> [ EXPOSITION DETAILS ] */
/*//---------------------------------------------------------------------------> [ CONTACT ] */
.controls input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000000 !important;
}

.controls input::-moz-placeholder {
    /* Firefox 19+ */
    color: #000000 !important;
}

.controls input:-ms-input-placeholder {
    /* IE 10+ */
    color: #000000 !important;
}

.controls input:-moz-placeholder {
    /* Firefox 18- */
    color: #000000 !important;
}

#sous_menu_artists {
    margin-bottom: 45px;
}

#sous_menu_artists ul {
    margin-bottom: 0;
    margin-top: 0;
}

#sous_menu_artists ul li a, #sous_menu_expos ul li a {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    color: #959595;
    font-family: 'NovecentoLightWide', Helvetica, Arial, sans-serif;
}

.titrePageGalerie {
    /*display: block;*/
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1;
    color: #000;
    font-family: 'NovecentoWideBook', Helvetica, Arial, sans-serif;
    margin-bottom: 35px;
}

.map {
    margin-bottom: 45px;
}

.titreListe {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1;
    color: #000;
    font-family: 'NovecentoWideBook', Helvetica, Arial, sans-serif;
    margin-bottom: 20px;
}

.contact {
    text-align: left;
    color: #000;
    font-family: 'opensansLight', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
}

#blocGaleriePres p *, #blocGaleriePres p {
    font-size: 14px !important;
    line-height: 16px !important;
    color: #000 !important;
    font-family: 'opensansLight', Helvetica, Arial, sans-serif !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: justify !important;
}

#blocGalerieCredits, #blocGalerieMentions {
    text-align: left;
    color: #000;
    font-family: 'opensansLight', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
}

#blocGalerieLieu {
    height: 480px;
}

/*#space #gallery-2, #space #gallery-2 .rsOverflow, #space #gallery-2 .rsOverflow .rsSlide > div {*/
#space #gallery-2, #space #gallery-2 .rsOverflow, #space #gallery-2 .rsOverflow .rsSlide > div {
    height: 300px !important;
    width: 100% !important;
}

#gallery-2 .rsGCaption {
    display: none !important;
}

/*.moreImportanterDeux.royalSlider img {*/
/*height: 485px !important;*/
/*width: auto !important;*/
/*margin-top: 0 !important;*/
/*margin-left: 0 !important;*/
/*float: left;*/
/*}*/

/*.moreImportanterDeux.royalSlider img.portrait {*/
/*height: 485px !important;*/
/*width: auto !important;*/
/*margin-top: 0 !important;*/
/*margin-left: 0 !important;*/
/*float: left;*/
/*}*/

.artist_bloc {
    padding-bottom: 20px;
}

#rs {
    display: none;
}

#rs_mobile {
    display: block;
    position: relative;
    right: 0;
    text-align: right;
    margin: 0;
    padding-right: 10%;
    margin-bottom: 8px;
}

#rs_mobile ul li {
    /*width: 15px;*/
    /*height: 15px;*/
    padding: 0;
    margin-left: 5px;
}

#rs_mobile ul li a {
    height: 15px;
    width: 15px;
    background-size: 15px;
    background-position: 0;
    display: inline-block;
}

#facebook {
    background: url(/site/graphisme/fb_off.svg) 0 0 no-repeat;
}

#instagram:hover {
    background: url(/site/graphisme/it_on.svg) 0 0 no-repeat;
}

#instagram {
    background: url(/site/graphisme/it_off.svg) 0 0 no-repeat;
}

#facebook:hover {
    background: url(/site/graphisme/fb_on.svg) 0 0 no-repeat;
}

#pinterest {
    background: url(/site/graphisme/pt_off.svg) 0 0 no-repeat;
}

#pinterest:hover {
    background: url(/site/graphisme/pt_on.svg) 0 0 no-repeat;
}

/*#twitter {*/
/*background: url(/site/graphisme/tw_off.svg) 0 4px no-repeat;*/
/*}*/

/*#twitter:hover {*/
/*background: url(/site/graphisme/tw_on.svg) 0 4px no-repeat;*/
/*}*/

#ns {
    text-transform: uppercase;
    cursor: pointer;
    color: #959595;
    display: block;
    font-size: 13px;
    line-height: 1;
    font-family: 'NovecentoLightWide', Helvetica, Arial, sans-serif;
}

#ns:hover {
    color: #000;
}

#newsletter_section {
    display: none;
}

#close {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 1;
    cursor: pointer;

}

#close:hover {
    opacity: 1;
}

#close:before, #close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #fff;
}

#close:before {
    transform: rotate(45deg);
}

#close:after {
    transform: rotate(-45deg);
}

#newsletter_section {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    z-index: 999999;
}

#newsletter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 90px;
}

#newsletter input {
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}

.selectize-dropdown-content .option:first-of-type {
    /*color: red !important;*/
}

#blocGalerieLieu .moreImportanterDeux .rsSlide img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*//---------------------------------------------------------------------------> [ LISTE DES FOIRES ] */
.foires .artists_expo, .foires .infos_gal {
    display: none;
}

.foires .infos_bot {
    padding-top: 0;
}

.foires .image_container, .expositions .image_container, .actualites .image_container, #artist_details_container .image_container {
    border: 1px solid black;
}

.foires .image_container img.paysage, .expositions .image_container img.paysage, .actualites .image_container img.paysage, #artist_details_container .image_container img.paysage {
    position: absolute;
    top: 50%;
    left: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

}

.foires .image_container img.portrait, .expositions .image_container img.portrait, .actualites .image_container img.portrait, #artist_details_container .image_container img.portrait {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);

}

.titre_fourchette {
    position: relative;
    clear: both;
}

.titre_fourchette h3 {
    font-family: 'NovecentoWideBook', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1;
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.pointer {
    cursor: default;
}

/*//---------------------------------------------------------------------------> [ RESPONSIVE ] */

@media (max-width: 354px) {
    #nom_menu {
        display: none !important;
    }
}

@media (min-width: 500px) {

    #artist_right {
        top: 80px;
    }

    .logo_container img {
        height: 60px;
    }

    #expo_top_container .image_container {
        height: 485px;
    }

    #nav-icon {
        top: 50px;
    }

    #nom_menu {
        top: 50px;
    }

    #vues_supp_container .rsDefault .rsThumbsHor .rsThumbsContainer .rsThumb {
        width: 20%;
    }

    .image_thumbs_container img.paysage {
        /*height: auto !important;*/
        /*width: 100% !important;*/
    }

    .moreImportanter.royalSlider img.portrait {
        height: 100% !important;
        width: auto !important;
        margin-top: 0 !important;
        margin-left: 0 !important;
        float: left;
    }

    #expo_top_container .image_container img.paysage {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 768px) {

    #rs_mobile, .rs_mobile {
        display: none;
    }

    #rs {
        /*float: right;*/
        display: inline-block;
        margin-right: 12px;
    }

    #rs ul {
        position: relative;
        top: 2px;
    }

    #rs ul li {
        /*width: 15px;*/
        /*height: 15px;*/
        padding: 0;
        margin-left: 5px;
    }

    #rs ul li a {
        height: 15px;
        width: 15px;
        background-size: 15px;
        background-position: 0;
        display: inline-block;
        /*margin-top: 5px;*/
    }
}

@media (min-width: 1100px) {
    #artist_details_container {
        padding-top: 0;
    }

    #artist_right .menuArtiste li > a, #artist_right .menuArtiste li {
        display: block;
    }

    #artist_right .titre h1 {
        text-transform: uppercase;
        color: #000;
        font-family: 'NovecentoWideBook', Helvetica, Arial, sans-serif;
        font-size: 24px;
        line-height: 1;
        padding-bottom: 35px;
    }

    #space #gallery-2, #space #gallery-2 .rsOverflow, #space #gallery-2 .rsOverflow .rsSlide > div {
        height: 645px !important;
        width: 100% !important;
    }

    #diapo_container #gallery-1, #diapo_container #gallery-1 .rsOverflow, #diapo_container #gallery-1 .rsOverflow .rsSlide > div {
        height: 485px !important;
        width: 100% !important;
    }

    .moreImportanter.royalSlider img {
        /*height: 485px !important;*/
        /*width: auto !important;*/
        /*margin-top: 0 !important;*/
        /*margin-left: 0 !important;*/
        /*float: left;*/
        height: auto !important;
        width: auto !important;
        margin-top: 0 !important;
        margin-left: 0 !important;
        float: left;
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;

        vertical-align: bottom;

    }

    .moreImportanter.royalSlider img.portrait {
        /*height: 485px !important;*/
        /*width: auto !important;*/
        /*margin-top: 0 !important;*/
        /*margin-left: 0 !important;*/
        /*float: left;*/
    }

    /*#artist_right {*/
    /*display: block;*/
    /*}*/
    #artist_right {
        position: fixed;
        top: 120px;
        right: 0;
        width: 31%;
        background: #fff;
        margin-right: 6%;
        padding-left: 60px;
        padding-top: 140px;
        padding-right: 0;
        /*display: none;*/
        padding-bottom: 20px;
    }

    .inner_liste_artists .nom_artist {
        margin-bottom: 75px;
    }

    .image_artist_container {
        min-height: 200px;
    }

    #content {
        /*background-color: indianred;*/
        margin-top: 110px;
    }

    #expo_top_container {
        margin-bottom: 125px;
    }

    #nav-icon {
        top: 83px;
    }

    #nom_menu {
        top: 82px;
    }

    .menu_ul {
        margin: 0;
        padding: 0;
    }

    .menu_ul > li {
        float: left;
        text-align: left;
    }

    #menu_container {
        display: none;
        float: right;
        margin-top: 32px;
        position: relative;
        width: auto;
        height: auto;
        left: inherit;

    }

    #expo_top_container .infos_container {
        padding-left: 35px;
        padding-top: 90px;
    }

    .image_artist_container {
        margin-bottom: 35px;
    }

    .inner_liste_artists .nom_artist {
        /*margin-bottom: 40px;*/
    }

    .related_artist {
        /*-moz-column-count: 4;*/
        /*-webkit-column-count: 4;*/
        /*-o-column-count: 4;*/
        /*column-count: 4;*/
        /*-moz-column-gap: 25px;*/
        /*-webkit-column-gap: 25px;*/
        /*-o-column-gap: 25px;*/
        /*column-gap: 25px;*/
    }

    .detail_expo .related_artist {
        /*-moz-column-count: 3;*/
        /*-webkit-column-count: 3;*/
        /*-o-column-count: 3;*/
        /*column-count: 3;*/
        /*-moz-column-gap: 25px;*/
        /*-webkit-column-gap: 25px;*/
        /*-o-column-gap: 25px;*/
        /*column-gap: 25px;*/
    }

    #header_container {
        padding: 50px 10% 10px 10%;
    }

    #expo_bot_container .item_inner {
        margin-bottom: 0;
    }

    /*//---------------------------------------------------------------------------> [ PRESSE ] */
    .presses_container .item_inner .image_container, #publications .item_inner .image_container {
        /*height: 290px !important;*/
    }

    #artist_left .titre_section {
        text-transform: uppercase;
        color: #000;
        font-family: 'NovecentoLightWide', Helvetica, Arial, sans-serif;
        font-size: 14px;
        line-height: 1;
        text-align: left;
        position: absolute;
        right: -190px;
        width: 115px;
    }

    #main_container, #header_container, .cbp-af-header.cbp-af-header-shrink#header_container {
        padding-left: 15%;
        padding-right: 15%;
    }

    #nom_menu {
        right: calc(15% + 40px);
    }

    #nav-icon {
        right: 15%;
    }

}

@media (min-width: 1150px) {

    .menu_ul > li {
        float: left;
        padding: 0 5px;
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    .clearfix_sm {
        clear: both;
    }

    .clearfix {
        display: none;
    }

}

