/*---------------------------------FONTS----------------------------------*/
@font-face {
    font-family: 'gotham_lightregular';
    src: url('/site/fonts/gotham-light-webfont.eot');
    src: url('/site/fonts/gotham-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('/site/fonts/gotham-light-webfont.woff2') format('woff2'),
    url('/site/fonts/gotham-light-webfont.woff') format('woff'),
    url('/site/fonts/gotham-light-webfont.ttf') format('truetype'),
    url('/site/fonts/gotham-light-webfont.svg#gotham_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gotham_book';
    src: url('/site/fonts/gotham-book-webfont.eot');
    src: url('/site/fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
    url('/site/fonts/gotham-book-webfont.woff2') format('woff2'),
    url('/site/fonts/gotham-book-webfont.woff') format('woff'),
    url('/site/fonts/gotham-book-webfont.ttf') format('truetype'),
    url('/site/fonts/gotham-book-webfont.svg#gotham_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

}

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

}

/*---------------------------------PARTICULIER---------------------------------*/

/* -----------------------------------------------------------------------------------BASE  */
body > .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}

a {
    text-decoration: none;
    outline: none;
    color: #000;
}

.active {
    color: #ee2737 !important;
}

a:hover {
    color: #ee2737 !important;
    text-decoration: none;
    outline: none;
}

.container-fluid {
    max-width: 1440px;

}

.cartouche {
    padding-top: 60px;
    /*min-height: 850px;*/
}

.home_left, .home_right {
    float: left;
    position: relative;
    min-height: 1px;
}

.home_left {
    width: 55.4%;
    padding-left: 15px;
}

.home_right {
    width: 44.46%;
    padding-left: 3.5%;
    padding-right: 15px;
}

/* -----------------------------------------------------------------------------------TITRES  */
body {
    font-size: 14px;
    overflow-x: hidden !important;
}

.titre h1 {
    font-family: "cellini_medium", Arial, Helvetica, sans-serif;
    /*text-transform: uppercase;*/
    font-size: 22px;
    line-height: 22px;
    margin: 0;
    /*font-style: italic;*/
}

.titre.details {
    margin-bottom: 10px;
}

/* -----------------------------------------------------------------------------------NAV  FIXE*/
#main.floatable {
    margin: 90px 0 0 0;
}

#header.floatable {
    position: fixed;
    background-color: #FFF;
    width: 100%;
    top: 0;
    left: 0;
    height: auto;
    z-index: 9999;

    -webkit-transition: height 0.2s ease-in-out;
    -moz-transition: height 0.2s ease-in-out;
    -o-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out;
    /*padding: 30px 25px 10px 25px;*/
    padding: 30px 0 0;
}

#header {

    padding: 30px 0 11px;
    background-color: #fff;

}

#header.floatable .navbar-default {
    max-width: 1410px;
    width: 100%;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

#imageLogo {
    width: 360px;
    /*height: 30px;*/
    padding: 0;
    margin: 0;
    /*margin-left: -15px;*/

}

.floatable #imageLogo {
    /*margin-left: -15px;*/
}

#header .navbar-default {
    background-color: transparent;
    border: none;
    margin: 0;

}

#inner_header {
    position: relative;
    max-width: 1440px;
    /*padding: 0 30px;*/
}

.floatable #inner_header {
    position: relative;
    max-width: 1440px;
    /*padding-right: 0;*/
    padding: 0;
}

#inner_header:after {
    content: "";
    position: absolute;
    height: 1px;
    top: 58px;
    left: 50%;

    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 110%;
    width: 110vw;
    background-color: #000;
    z-index: 1;
}

#inner_header:before {
    content: "";
    position: absolute;
    height: 1px;
    top: 59px;
    left: -7px;
    transform: translateX(-50%) rotate(57deg);
    -webkit-transform: translateX(-50%) rotate(57deg);
    -moz-transform: translateX(-50%) rotate(57deg);
    -ms-transform: translateX(-50%) rotate(57deg);
    -o-transform: translateX(-50%) rotate(57deg);
    transform: translateX(-50%) rotate(57deg);
    width: 75px;
    background-color: #ee2737;
    z-index: 1;
}

#header.floatable #inner_header:after {
    top: 57px;
}

#header.floatable #inner_header:before {
    top: 59px;
    left: -21px;
}

.navbar {
    min-height: auto;
}

#main_nav {
    float: right;
    margin: 0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {

    color: #000;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
    font-family: "cellini_medium", Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 17px;
    padding: 25px 20px 15px;
    color: #000;
}

.navbar-default .navbar-nav > li:last-child > a {
    padding-right: 0;
}

.inactif a {
    color: #777 !important;
}

/*Nav-responsive*/
#menuMobile span, #menuMobile span:before, #menuMobile span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
}

#menuMobile span:before {
    top: -10px;
}

#menuMobile span:after {
    bottom: -10px;
}

.navbar-toggle {
    border: none;
    border-radius: 0;
    margin: 0 auto;
    width: 35px;
    height: 30px;
    padding: 0;
    text-align: right;
    right: 15px;
    top: 12px;
    float: none;
    cursor: pointer;
    position: absolute;
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    border-color: transparent;
}

/*Nav-responsive*/

/* -----------------------------------------------------------------------------------ACCUEIL  */
.artist_bio h1, .artist_bio h2 {
    font-family: "cellini_medium", Arial, Helvetica, sans-serif;
    margin: 0;
}

.artist_bio h1 {
    /*font-size: 23px;*/
    /*line-height: 23px;*/
    /*font-size: 1.65em;*/
    /*line-height: 1;*/

}

.artist_bio h2 {
    /*font-size: 18px;*/
    /*line-height: 18px;*/

    font-size: 1.3em;
    line-height: 1;
    padding-bottom: 20px;
}

.artist_bio p, .artist_bio span, .artist_bio span strong, .artist_bio span em strong, .artist_bio em {
    font-family: "gotham_book", Arial, Helvetica, sans-serif;

    /*font-size: 9px;*/
    /*line-height: 13px;*/

    /*font-size: 0.64em;*/
    font-size: 0.8em;
    line-height: 1;
}

.artist_artwork img {
    width: 100%;
}

.home_full {
    position: relative;
    width: 100%;
    height: 75vh;
    overflow: hidden;
}

.home_full img {
    /*width: 100%;*/
    /*height: auto;*/
    /*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%);*/
}

.home_full .description, .description_artists, .cursor_pointer {
    cursor: pointer;
}

.home_full .description:hover .nom_expos a, .description_artists:hover .nom_artist a, .description_expos:hover .nom_expos a {
    color: #ee2737 !important;

}

.home_full .description p {
    padding: 0;
    margin: 0;
}

.home_full .description_top {
    /*padding-bottom: 50px;*/
    padding-bottom: 10px;
}

.home_full .description_bottom p {
    font-family: "gotham_lightregular", Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 18px;
}

.home_full .description .artists_expos a, .home_full .description .nom_expos, .home_full .description .nom_expos a {
    text-transform: uppercase;
    /*font-family: "cellini_medium", Arial, Helvetica, sans-serif;*/
    font-family: "cellini-regularitalic", Arial, Helvetica, sans-serif;
    color: #000;
    text-decoration: none;
}

.home_full .description .artists_expos a, .home_full .description .artists_expos p {
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    font-family: "cellini_medium", Arial, Helvetica, sans-serif;
    color: #000;
    text-decoration: none;
}

.artists_expos p {
    margin: 0;
    line-height: normal;
}

.home_full .description .nom_expos {
    font-size: 30px;
    line-height: 30px;
}

.home_full .description {

    position: absolute;
    z-index: 2;
    width: 35%;
    left: 60px;
    bottom: 120px;
    height: 200px;
    padding: 45px 40px;

}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    padding: 0;
}

.home_full .description {
    background: rgba(255, 255, 255, .8);
}

.home_full .description:after {
    content: "";
    position: absolute;
    bottom: -60px;
    left: 40px;
    right: 0;
    border-width: 30px;
    border-style: solid;
    border-color: rgba(255, 255, 255, .8);
    z-index: -1;
}

.home_full .description:before {
    content: "";
    position: absolute;
    bottom: -60px;
    left: 0;
    border-width: 0 40px 60px 0;
    border-style: solid;
    border-color: transparent rgba(255, 255, 255, .8);
    z-index: -1;
}

/* --------------------------------------------------------------------------------ACCUEIL *//* TITRES EXPOS/NEWS */

/* --------------------------------------------------------------------------------ACCUEIL *//* DIAPORAMA */

/* --------------------------------------------------------------------------------ACCUEIL *//* TEXTES */

/* --------------------------------------------------------------------------------ARTISTES */
.menuArtiste > li > a {
    text-transform: uppercase;
    font-family: "gotham_book", Arial, Helvetica, sans-serif;
    color: #000;
    text-decoration: none;
    font-size: 13px;
    line-height: 14px;
}

.blocTexte p, .blocTexte p em, .blocTexte p strong, .blocTexte p span em strong, .blocTexte p span, .blocTexte p em, .blocTexte a, .press_kit a, .community a, .community p, .communique p, .communique a, .communique p strong, .communique p em, .communique {
    font-family: "gotham_book", Arial, Helvetica, sans-serif;
    text-decoration: none !important;
    font-size: 12px !important;
    line-height: 16px;
    color: #000;
}

#diapo_caption, #diapo_caption_deux {
    /*margin-top: 62px;*/
    padding-left: 5px;
}

#diapo_caption .title_artwork, #diapo_caption .year_artwork, #diapo_caption .intro, #diapo_caption_deux .title_artwork, #diapo_caption_deux .year_artwork, #diapo_caption_deux .intro {
    /*text-transform: uppercase;*/
    font-family: "gotham_book", Arial, Helvetica, sans-serif;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
}

#diapo_caption .title_artwork, #diapo_caption_deux .title_artwork {
    font-family: "cellini-regularitalic", Arial, Helvetica, sans-serif;
    /*font-style: italic;*/
}

#diapo_caption .rsGCaption, #diapo_caption_deux .rsGCaption {
    font-family: "gotham_book", Arial, Helvetica, sans-serif;
    color: #000;
    text-decoration: none;
    text-align: left;
    font-size: 12px;
    line-height: 16px;
}

.bloc_presentation {
    padding-top: 20px;

}

.bloc_presentation p, #home_temp_cont .presentation .blocTexte {
    text-align: justify !important;
}

.bloc_gallery_left, .bloc_gallery_right {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;

}

#blocGallery.bloc_gallery_left {
    /*margin-top: 40px;*/
}

.bloc_gallery_left {
    width: 66%;
}

.bloc_gallery_right {

    width: 34%;
    padding-left: 0;
}

.intro p {
    text-align: justify;
}

/* --------------------------------------------------------------------------------ARTISTES *//* LISTE ARTISTES */

.blocArtiste .col-md-12, .blocArtiste .col-sm-12 {
    padding: 0;
}

#blocArtiste .blocTexte p {
    text-align: justify;
}

.inner_liste_artists {
    background-color: #eee;
    position: relative;
    overflow: hidden;
    height: 300px;
}

.inner_liste_artists img {
    width: auto;
    height: 100%;
    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%);
}

.inner_liste_artists img.paysage {

}

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

.row_liste_artists {
    margin-right: -50px;
    margin-left: -50px;
}

.liste_artists {
    margin-bottom: 100px;
    padding-left: 50px;
    padding-right: 50px;
}

.description_artists {
    position: absolute;
    z-index: 2;
    /*width: 80%;*/
    width: 240px;
    left: 20px;
    bottom: 80px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.9);
    /*padding: 15px 15px;*/
}

.description_artists:after {
    content: "";
    position: absolute;
    bottom: -60px;
    left: 40px;
    right: 0;
    border-width: 30px;
    border-style: solid;
    border-color: rgba(255, 255, 255, .9);
    z-index: -1;
}

.description_artists:before {
    content: "";
    position: absolute;
    bottom: -60px;
    left: 0;
    border-width: 0 40px 60px 0;
    border-style: solid;
    border-color: transparent rgba(255, 255, 255, .9);
    z-index: -1;
}

.description_artists a, .description_artists p {
    text-transform: uppercase;
    font-family: "cellini_medium", Arial, Helvetica, sans-serif;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    line-height: 17px;
}

.description_artists .nom_artist {
    padding-left: 25px;
    padding-top: 25px;
    padding-right: 15px;
}

.inner_liste_artists .description_bottom {
    padding-top: 20px;
}

.menuArtiste {
    margin-bottom: 0;
    padding-top: 10px;
}

.artist_bio .menuArtiste {
    margin-bottom: 0 !important;
}

.sous_menu.menuArtiste {
    padding-top: 0;
}

#sous_menu_bio > li > a {
    font-size: 11px;
    line-height: 13px;
}

.sub_menu_hlm .menuArtiste {
    padding-top: 20px;
    margin-bottom: 20px;
}

/* --------------------------------------------------------------------------------ARTISTES *//* LISTE ARTISTES OEUVRES */

.btnPerso .rsFullscreenBtn .rsFullscreenIcn {
    height: 22px;
    width: 22px;
    background-image: url('/site/graphisme/fullscreen.png');
    padding: 0;
    margin-top: 0;
    display: inline-block;
    margin-bottom: 0;
    top: -12px;
    position: relative;
    color: #707070;
    background-size: 22px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.fsrs.btnPerso {
    position: fixed !important;
    z-index: 99999999999999999 !important;
    right: 50px !important;
    top: 50px !important;
    padding: 0 !important;
    margin: 0 !important;
}

.fsrs.btnPerso .rsFullscreenBtn .rsFullscreenIcn {
    background-image: url('/site/graphisme/close.svg') !important;
    background-size: 22px !important;
}

.btnPerso {
    position: relative;
    top: -4px;
}

.moreImportanter.royalSlider, .moreImportanter.royalSlider .rsOverflow {
    height: 300px !important;
    width: 100% !important;
}

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

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


/*HomeSloider*/
.home-slider.royalslider img {
    position: absolute;
    left: 50%;
    top: 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%);
}

.custom_images > a > span, #atstbx span {
    display: none;
}

.custom_images > a {
    display: inline-block;
}

.at-share-tbx-element.addthis_20x20_style .at-share-btn, .at-share-tbx-element.addthis_20x20_white_style .at-share-btn {
    max-height: 25px !important;
    max-width: 25px !important;
    cursor: pointer;
}

#facebookPage, .at-svc-facebook {
    width: 25px;
    height: 25px;
    background: url(/site/graphisme/fb_off.svg) 0 0 no-repeat;
    background-color: transparent !important;
}

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

#twitterPage, .at-svc-twitter {
    width: 25px;
    height: 25px;
    background: url(/site/graphisme/tw_off.svg) 0 0 no-repeat;
    background-color: transparent !important;
}

#twitterPage:hover, .at-svc-twitter:hover {
    background: url(/site/graphisme/tw_on.svg) 0 0 no-repeat;
}

#linkedinPage, .at-svc-pinterest_share {
    width: 25px;
    height: 25px;
    background: url(/site/graphisme/pinterest_off.svg) 0 0 no-repeat;
    background-size: 25px;
    background-color: transparent !important;
}

#linkedinPage:hover, .at-svc-pinterest_share:hover {
    background: url(/site/graphisme/pinterest_on.svg) 0 0 no-repeat;
    background-size: 25px;
}

/* --------------------------------------------------------------------------------ARTISTES *//* PRESENTATION ANCRES */

/* --------------------------------------------------------------------------------ARTISTES *//* LISTE ARTISTES VIDEOS */

/* --------------------------------------------------------------------------------ARTISTES *//* LISTE ARTISTES EXPOSITION */

/* --------------------------------------------------------------------------------EXPOSITION */
.description_expos {
    position: absolute;
    z-index: 2;
    /*width: 80%;*/
    width: 240px;
    left: 20px;
    bottom: 80px;
    /*min-height: 120px;*/
    height: auto;
    /* min-height: 180px; */
    background-color: rgba(255, 255, 255, 0.9);
    /*padding: 15px 15px;*/
}

.description_expos .description_expos_inner {
    padding: 15px 15px 0 15px;
}

.description_expos:after {
    content: "";
    position: absolute;
    bottom: -60px;
    left: 40px;
    right: 0;
    border-width: 30px;
    border-style: solid;
    border-color: rgba(255, 255, 255, .9);
    z-index: -1;
}

.description_expos:before {
    content: "";
    position: absolute;
    bottom: -60px;
    left: 0;
    border-width: 0 40px 60px 0;
    border-style: solid;
    border-color: transparent rgba(255, 255, 255, .9);
    z-index: -1;
}

.description_expos .description_top a, .description_expos .description_top .nom_expos, .description_expos .description_top p, .artists_expos span {
    /*text-transform: uppercase;*/
    font-family: "cellini_medium", Arial, Helvetica, sans-serif;
    color: #000;
    text-decoration: none;
}

.artists_expos span, .artists_expos p {
    text-transform: uppercase;
}

.description_expos .description_bottom a, .description_expos .description_bottom p {
    font-family: "gotham_lightregular", Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 0;
    padding-bottom: 0;
}

#blocArtiste .menuArtiste {
    margin-bottom: 20px;
}

/* --------------------------------------------------------------------------------EXPOSITION *//* DIAPORAMA */

#blocExpo #diapo_caption, #blocExpo #diapo_caption_deux {
    margin-top: 0;
}

#blocExpo #diapo_caption h2, #blocExpo #diapo_caption h3, #blocExpo #diapo_caption_deux h2, #blocExpo #diapo_caption_deux h3 {
    margin: 0;
}

/*.rsDefault*/
.rsArrowLeft .rsArrowIcn {
    width: 22px;
    height: 22px;
    /*top: 40%;*/
    /*left:0!important;*/
    /*margin-top:-16px;	*/
    /*position: absolute;	*/
    cursor: pointer;
    background-image: url('/site/graphisme/fleche_left.png');
    background-size: 22px;
    /*margin-left: -7px;*/
}

/*.rsDefault */
.rsArrowRight .rsArrowIcn {
    width: 22px;
    height: 22px;
    /*top: 40%;*/
    /*right: 0;*/
    /*margin-top:-16px;*/
    /*position: absolute;*/
    cursor: pointer;
    background: url('/site/graphisme/fleche_right.png');
    background-size: 22px;
}

.home_full .rsArrowRight {
    right: 0 !important;
}

.home_full .rsArrowLeft {
    left: 0 !important;
}

.home_full .rsArrowRight .rsArrowIcn {
    right: 0 !important;
    left: initial !important;
}

.home_full .rsArrowLeft .rsArrowIcn {
    left: 0 !important;
}

#rsNavPerso > div, #rsNavPersoDeux > div {
    display: inline-block !important;
    height: 22px;
    width: 22px;
    /*padding-top: 10px;*/
    margin-bottom: 15px;
}
.infos_expos {
    margin-bottom: 20px;
}

.infos_expos p, .infos_expos a, .sous_titre_expo p, .lienArtiste span {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-family: "gotham_book", Arial, Helvetica, sans-serif;
    color: #000;
    text-decoration: none;
    font-size: 13px;
    line-height: 13px;
    display: inline;
    height: 20px;
}

.infos_expos .date_expo, .infos_expos .lieu_expo {
    padding-top: 10px;
}

.infos_expos .lienArtiste, .infos_expos .lieu_expo, .infos_expos .date_expo {
    line-height: 1;
}

.infos_expos .lieu_expo {

}

.infos_expos .date_expo p {
    text-transform: none;
}

#community .community a {

}

.rsSlide img {
    display: block;
    height: auto;
    width: 100%;
}

/* --------------------------------------------------------------------------------EXPOSITION *//* LISTE EN COURS / PASSEES / FUTURES */

/* ---------------------------------------------EXPOSITION *//* LISTE PAR ANNÉES*/

/* ---------------------------------------------EXPOSITION *//* LISTE  AVEC SELECT DEROULANT PAR ANNÉES*/

/* --------------------------------------------------------------------------------EXPOSITION *//* TEXTES */

/* --------------------------------------------------------------------------------EXPOSITION *//* ICONES */

/* --------------------------------------------------------------------------------PUBLICATIONS */

/* --------------------------------------------------------------------------------PRESSE */
.titre_presses {
    padding-bottom: 20px;
}

/* --------------------------------------------------------------------------------ACTUS *//* LISTE */
.news_gallery img {
    width: 100%;
    height: auto;
}

/* --------------------------------------------------------------------------------NEWSLETTER */

/* --------------------------------------------------------------------------------GALERIE */

#home_temp_cont {
    /*padding-top: 60px;*/
}

#home_temp_cont .home_temp {
    position: relative;
    margin: 0 auto;
    font-family: "gotham_lightregular", Arial, Helvetica, sans-serif;
    padding-top: 60px;
}

#home_temp_cont .home_temp h1 {

    font-size: 18px;
    line-height: 16px;
    font-family: "gotham_lightregular", Arial, Helvetica, sans-serif;
    margin: 0;
}

#home_temp_cont .logo {
    width: 500px;
    margin: 0 auto;
    margin-top: 70px;
}

#home_temp_cont .logo img {
    width: 500px;

}

#home_temp_cont .textes {
    margin-bottom: 50px;
}

#home_temp_cont .textes h2, #home_temp_cont h3 {
    margin: 0;
    font-family: "cellini_medium", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 16px;
}

.artist_bio h3, .artist_bio h4 {
    font-family: "cellini_medium", Arial, Helvetica, sans-serif;
    font-size: 16px;
}

#home_temp_cont h3 {
    margin-top: 40px;
    margin-bottom: 20px;
}

#home_temp_cont .textes a {
    color: #000;
    outline: none;
    text-decoration: none;
    font-family: "gotham_lightregular", Arial, Helvetica, sans-serif;
}

#home_temp_cont .textes p {
    margin: 0;
    padding: 0;
    font-family: "gotham_lightregular", Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 12px;
    line-height: 16px;
}

#home_temp_cont .textes a:hover {
    text-decoration: underline;
}

#home_temp_cont .hidden {
    display: none;
}

.g_map {
    width: 100%;
    margin: 0 auto;
}

.g_map small a {
    font-family: "gotham_book", Arial, Helvetica, sans-serif;
    text-decoration: none !important;
    font-size: 12px !important;
    line-height: 12px;
    color: #000;
}

@media (max-width: 600px) {
    #home_temp_cont .logo {
        width: 100%;
    }

    #home_temp_cont .textes {

    }

    #home_temp_cont .logo img {
        width: 100%;
        max-width: 100%;

    }
}

.invisible {
    display: none;
}

/* --------------------------------------------------------------------------------GALERIE *//* PRESENTATION */

/* --------------------------------------------------------------------------------GALERIE *//* CONTACT */

/* --------------------------------------------------------------------------------GALERIE *//* CONTACT */

/* --------------------------------------------------------------------------------FOOTER */
#footer {
    text-align: center;
    padding: 70px 0 35px;
}

#footer p, #footer a {
    padding: 0;
    margin: 0;

    font-size: 12px;
    line-height: 12px;

    color: #7d7d7d;
    outline: none;
    text-decoration: none;
    font-family: "gotham_lightregular", Arial, Helvetica, sans-serif;
}

/* --------------------------------------------------------------------------------VIDEO */
.blocVideo {
    height: 200px;
}

.bloc_gallery_left.video, .bloc_gallery_right.video {
    padding-bottom: 30px;
}
#video_container {
    padding-top: 40px;
}
/* --------------------------------------------------------------------------------RESPONSIVE */

/*Mobile First*/
@media (min-width: 400px) {

    #imageMiniLogo {
        display: none;
    }
}

@media (min-width: 500px) {

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

    .moreImportanter.royalSlider, .moreImportanter.royalSlider .rsOverflow {
        height: 580px !important;
        width: 100% !important;
    }
}

@media (min-width: 768px) {

    #blocArtiste, #blocExpo {
        padding-top: 60px;
    }

    body > .container-fluid {
        padding-left: 60px;
        padding-right: 60px;
    }

    .home_temp .col-md-8 {
        padding-left: 0;
    }
}

@media (min-width: 1024px) {

    body {
        font-size: 14px;
    }

    body > .container-fluid {
        padding-left: 60px;
        padding-right: 60px;
    }

    .blocVideo {
        height: 400px;
    }
}

@media (min-width: 1280px) {

    body {
        font-size: 16px;
    }

    body > .container-fluid {
        padding-left: 60px;
        padding-right: 60px;
    }

    .moreImportanter.royalSlider {
        height: 450px !important;
        width: 100% !important;
    }

}

@media (min-width: 1440px) {
    body > .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }

}

@media (min-width: 1600px) {

}

/*Mobile LAST*/

@media (max-width: 1438px) {
    #header.floatable .navbar-default {
        padding: 0 75px;
    }

    #inner_header:after {
        margin-left: -5px;
    }

    #header.floatable #inner_header:before {

    }
}

@media (max-width: 1150px) {
    .home_full img.paysage {
        height: 100%;
        width: auto;
    }

    body > .container-fluid {
        overflow-x: hidden;
    }
}

@media (max-width: 1140px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 15px;
        line-height: 15px;
        padding: 29px 15px 14px;
    }

    .liste_artists {
        width: 50% !important;
        float: left;
    }
}

@media (max-width: 1050px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        line-height: 14px;
        padding: 29px 8px 14px;
    }
}

@media (max-width: 900px) {
    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-header .collapse, .navbar-toggle {
        display: block !important;
    }

    .navbar-header {
        float: none;
    }

    .floatable .navbar-toggle {
        right: 0px;
    }

    #header.floatable {
        padding-bottom: 16px;
    }

    #header.floatable #inner_header:before {
        left: -21px;
    }

    .description_expos {
        width: 190px;
    }
}

@media (max-width: 768px) {

    #main {
        margin-top: 50px;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 10px 0 !important;
        /*font-size: 14px;*/
        /*line-height: 14px;*/
        text-align: right;
    }

    #main_nav li:first-child {
        margin-top: 20px;
    }

    #main_nav li {
        display: block;
        float: none;
    }

    .floatable #imageLogo {
        /*margin-left: 5px;*/
    }

    #imageLogo {
        /*margin-left: 15px;*/
    }

    /*#header.floatable #inner_header:after {*/
    /*top: 42px;*/
    /*}*/
    /*#header.floatable #inner_header:before {*/
    /*left: -21px;*/
    /*}*/
    .row_liste_artists {
        margin-right: -30px;
        margin-left: -30px;
    }

    .liste_artists {
        margin-bottom: 60px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .description_artists {
        width: 190px;
    }

    .home_full .description {
        width: 250px;
    }

    .news .bloc_gallery_right {
        padding-top: 10px
    }
}

@media (max-width: 600px) {
    .liste_artists, .bloc_gallery_left, .bloc_gallery_right {
        width: 100% !important;
        float: left;
    }

    .bloc_gallery_right {
        padding-left: 15px;
    }

    .description_expos {
        width: 250px;
    }

}

@media (max-width: 560px) {
    #imageLogo {
        width: 220px;
        margin-top: 16px;
        margin-left: 0px;
    }

    #main {
        margin-top: 55px;
        padding-left: 0;
        padding-right: 0;
    }

    #main.floatable {
        margin-top: 140px;
    }

    #header.floatable {
        padding: 30px 0 16px;
    }

    .presentation h3 {
        padding-left: 15px;
    }

    .titre_galerie {
        padding-top: 20px;
    }

    #header.floatable #inner_header:before {
        left: -36px;
    }

    .description_expos {
        width: 200px;
    }

    #inner_header:before {
        left: -21px;
    }

    #sous_menu_bio {
        padding-left: 20px;
        padding-top: 20px;
    }

    #home_temp_cont .home_temp {
        margin-left: -13px;
    }

    #diapo_caption, #diapo_caption_deux {
        padding-left: 0;
    }

    .btnPerso .rsFullscreenBtn .rsFullscreenIcn, .btnPerso {
        top: 0;
    }

    .btnPerso {
        float: left;
    }

    .navbar-toggle {
        right: 0;
    }

    .floatable .navbar-toggle {
        right: -15px;
    }
}

@media (max-width: 425px) {
    #header.floatable .navbar-default {
        padding: 0 65px;
    }

    #imageLogo {
        /*margin-left: 15px;*/
    }

}

@media (max-width: 400px) {
    #imageLogo {
        display: none;
    }

    #imageMiniLogo {
        display: block;
        height: 28px;
        margin-top: 14px;
        /*margin-left: 15px;*/
    }

    /*.floatable #imageMiniLogo {*/
    /*margin-left: -5px;*/
    /*}*/
    .cartouche {
        padding: 0;
    }

    #header.floatable #inner_header:before {
        left: -21px;
    }

    .home_full .description, .description_artists, .description_expos {
        width: 200px;
        left: 20px;
        word-break: normal;
    }

    .home_full .description .nom_expos a {
        font-size: 16px;
        line-height: 19px;
    }

    .home_full .description {
        padding: 25px;
    }

    #home_temp_cont .home_temp {
        padding-top: 0;
    }

    .g_map {
        width: 100%;

    }

    .menuArtiste {
        margin-bottom: 0;
    }

    .menuArtiste > li {
        display: block;
    }

    #main_nav {
        margin-right: 15px;
    }
}

@media (max-height: 768px) {

    .home_full img.paysage {
        /*width: 100%;*/
        /*height: auto;*/
    }

}

@media (min-width: 738px) {
    .home_full img {
        width: 100%;
        height: auto;
    }

    .home_full .description {
        height: auto;
        /*bottom: 80px;*/
        bottom: 20%;
    }
}

@media (max-width: 425px) {

    .home_full .description, .description_artists, .description_expos {
        width: 250px;
        left: 20px;
        bottom: 80px;
    }

    .home_full .description {
        height: auto !important;
        max-height: 100% !important;
        /*word-break: break-all;*/
    }

    .home_full .nom_expos a, .home_full .nom_expos {
        font-size: 18px !important;
        line-height: 18px !important;
    }

    .home_full .description .artists_expos a, .home_full .description .artists_expos p {

        font-size: 14px !important;
        line-height: 18px !important;
    }

    .home_full .description_bottom p {
        font-size: 12px !important;
        line-height: 16px !important;
    }

}

@media (max-width: 375px) {

    .home_full .description, .description_artists, .description_expos {
        width: 205px;
        left: 20px;
        bottom: 80px;
    }

    #header.floatable #inner_header:before {
        left: -35px;
    }

}

@media (max-width: 320px) {

    .home_full .description, .description_artists, .description_expos {
        width: 150px;
        bottom: 80px;
        /*display: none;*/
    }

    .home_full img {
        /*/!*height: 300px;*!/*/
        /*height: 100%;*/
        /*width: auto;*/
        /*border: none;*/
    }

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

    .description_expos .description_top a, .description_expos .description_top p {
        font-size: 12px;
        line-height: 14px;
    }

    .home_full, .home_full {
        /*border: 1px solid red;*/
        /*min-height: 300px;*/
    }

}

@media (max-height: 730px) {

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

    .home_full img.portrait {
        /*width: auto!important;*/
        /*height: 100%!important;*/
    }

}

/* --------------------------------------------------------------------------------TESTS */

#test_corner {
    padding: 2em;
    background: #ffd707;
    position: relative;
    min-height: 10em;
}

#test_corner:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 40px;
    right: 0;
    border-width: 20px;
    border-style: solid;
    border-color: #ffd707;
}

#test_corner:before {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    border-width: 0 40px 40px 0;
    border-style: solid;
    border-color: transparent #d3b100;
}

/*LAST Modif*/

.nom_expos a, .nom_expos {
    /*font-family: "cellini-regularitalic", Arial, Helvetica, sans-serif !important;*/
}

.home_full .nom_expos a, .home_full .nom_expos {
    text-transform: none !important;
    font-family: "cellini_medium", Arial, Helvetica, sans-serif !important;
    /*font-family: "cellini-regularitalic", Arial, Helvetica, sans-serif;*/
    color: #000;
    text-decoration: none;
    font-size: 22px !important;
    line-height: 22px !important;
}

.titre_galerie {
    font-size: 22px;
}

.bio {
    padding-top: 20px;
}

.press_np {
    padding-bottom: 5px;
}

.row_liste_artists .artists_expos {
    margin-bottom: 10px;
}

.row_liste_artists .artists_expos, .row_liste_artists .artists_expos span {
    line-height: 18px;
}

.row_liste_artists .nom_expos {
    line-height: 15px;
}

.description_legende p, .description_legende em, .description_legende p p, .description_legende p em,
.description_legende span, .description_legende em span, .description_legende p span,
.description_legende span p, .description_legende span em, .description_legende span p p, .description_legende span p em {

    text-align: justify !important;

}

#slider2 {
    margin-top: 20px;
}

/**back-to-top**/
a.back-to-top {
    display: none;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    background: rgba(255, 255, 255, 0.4) url("/site/graphisme/aup.svg") no-repeat center 43%;
    /*-webkit-border-radius: 30px;*/
    /*-moz-border-radius: 30px;*/
    /*border-radius: 30px;*/
}

@media (max-width: 425px) {

    .home_full .nom_expos a, .home_full .nom_expos {
        font-size: 15px !important;
        line-height: 18px !important;
    }

    .home_full .description .artists_expos a, .home_full .description .artists_expos p {

        font-size: 14px !important;
        line-height: 18px !important;
    }

    .home_full .description_bottom p {
        font-size: 12px !important;
        line-height: 16px !important;
    }

}

.link-rs ul{
    all:unset;
    list-style: none;
    display:flex;
    align-items: center;
}

.link-rs ul li{
    margin-right:15px;

}

.link-rs a{
    display:flex;
    flex-direction: row;
    align-items: center;

}
.link-rs a p{
    margin-left:5px !important;
}