/*///////////////////////////////---------------------------------------------------> [ FONT ] */

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

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

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

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

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

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

/*///////////////////////////////---------------------------------------------------> [ BASE ] */
body {
    font-size: 14px;
    /*font-family: "Montserrat_regular", Arial, Helvetica, sans-serif;*/
    font-family: "raleway_regular", sans-serif;
    color: #000;
}

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

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

.active {
    color: #e59524 !important;
}

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

.logoOrange {
    color: #e59524 !important;
}

a:visited {
    color: #000;
}

p {
    margin: 0;
    padding: 0;
}

/*///////////////////////////////---------------------------------------------------> [ STRUCTURE ] */
#main {
    margin-top: 100px;
    overflow: hidden;
}

/*///////////////////////////////---------------------------------------------------> [ MENU ] */
#header {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 20px;
}

#header .col-md-8 {
    display: none;
}

#header.fixed #main_nav_container {
    padding-top: 6px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.logoOrange {
    display: inline-block;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.logoFixed, .logoNotFixed {
    color: #000;
}

.logoNotFixed {

    display: block;
    width: 80px;
    height: 75px;
    /*background-color: gray;*/

}

#header.fixed .logoNotFixed {
    /*opacity: 0;*/
    /*visibility: hidden;*/
    display: none;
}

.logoNotFixed span {
    display: block;
}

.logoNotFixed span.logoOrange {
    letter-spacing: 1.8px;
}

#logoBi {
    letter-spacing: 1px;
}

#logoRi {
    letter-spacing: 5px;
}

.logoFixed {
    /*opacity: 0;*/
    /*visibility: hidden;*/

    /*-webkit-transition: all 0.2s ease-in-out;*/
    /*-moz-transition: all 0.2s ease-in-out;*/
    /*-o-transition: all 0.2s ease-in-out;*/
    /*transition: all 0.2s ease-in-out;*/

    /*display: block;*/
    /*height: 0;*/
    display: none;

}

#header.fixed .logoFixed {
    /*opacity: 1;*/
    /*visibility: visible;*/
    /*height: auto;*/
    display: block;
}

#header.fixed {
    padding-top: 15px;
    padding-bottom: 15px;
}

#header nav {
    background: transparent;
    border: none;
    margin: 0;
}

.menu_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    background: #fff;
    z-index: 99;
    /*max-width: 1440px;*/
}

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

/*logo*/
#logoParentCont {

}

#logo_container {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}

#logo_container .logo {
    display: block;
    height: 100%;
    width: 100%;
}

#logo_container #imageLogo {
    max-width: 100%;
    width: 120px;
}

#header #logo_container #imageLogoMini {
    max-width: 100%;
    width: 60px;
    /*Mobile*/
    display: block;
    position: fixed;
    top: 15px;
    z-index: 9999999;
}

.nav_mobile {
    width: 100% !important;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 99;
    text-align: center;
    padding-top: 50px;
}

.logo_txt {
    color: #000;
    /*font-family: "Montserrat_bold", Arial, Helvetica, sans-serif;*/
    font-family: "raleway_medium", sans-serif;
    font-size: 17px;
    position: absolute;
    /*top: 60px;*/
    /*top: 36px;*/
    top: 0;
    /*left: 70px;*/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    /*display: none;*/
    text-transform: uppercase;
    line-height: 1.2;
}

.logo_txt:active, .logo_txt:visited, .logo_txt:focus, a.logo_txt:hover {
    color: #000 !important;
}

.fixed .logo_txt {
    top: 0 !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/*NAV*/
#main_nav_container {
    padding-top: 28px;
    margin-right: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.navbar-nav {
    float: right;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
    /*font-family: "Montserrat_bold", Arial, Helvetica, sans-serif;*/
    font-family: "raleway_medium", sans-serif;
    font-size: 24px;
    padding: 20px 20px;
    text-transform: uppercase;
}

.mainSubMenu li a {

    font-size: 14px;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
}

.navbar-nav > li {
    float: none;
}

/*///////////////////////////////---------------------------------------------------> [ Menu- Responsive ] */
/* Icon 1 */
/*#header .col-md-4    {*/
/*display: none;*/
/*}*/
.no_overflow {
    overflow: hidden;
}

#nav-icon {
    z-index: 99999999;
    position: fixed;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    /*position: relative;*/
    /*margin: 50px auto;*/
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;

}

#nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 30px;
    background: #000;
    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: 1px;
    left: 4px;
}

#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: 22px;
    left: 4px;
}

/*///////////////////////////////---------------------------------------------------> [ Footer ] */

#footer {
    padding: 80px 0 80px;
}

#footer > div.col-md-4 {
    margin-bottom: 20px;
    text-align: center;
}

#footer p, #footer a {
    /*color: #e59524;*/
    color: #b5b5b5;
    font-size: 14px;
}

/*FACEBOOOK*/
#facebook {
    background-image: url(/site/graphisme/icones/fb_off.svg);
}

#facebook:hover {
    background-image: url(/site/graphisme/icones/fb_on.svg);
}

/*INSTAGRAM*/
#instagram {
    background-image: url(/site/graphisme/icones/it_off.svg);
}

#instagram:hover {
    background-image: url(/site/graphisme/icones/it_on.svg);
}

/*TWITTER*/
#twitter {
    background-image: url(/site/graphisme/icones/tw_off.svg);
}

#twitter:hover {
    background-image: url(/site/graphisme/icones/tw_on.svg);
}

/*WORDPRESS*/
#wordpress {
    background-image: url(/site/graphisme/icones/wp_off.svg);
}

#wordpress:hover {
    background-image: url(/site/graphisme/icones/wp_on.svg);
}

/*PINTEREST*/
#pinterest {
    background-image: url(/site/graphisme/icones/pt_off.svg);
}

#pinterest:hover {
    background-image: url(/site/graphisme/icones/pt_on.svg);
}

/*TUMBLR*/
#tumblr {
    background-image: url(/site/graphisme/icones/tr_off.svg);
}

#tumblr:hover {
    background-image: url(/site/graphisme/icones/tr_on.svg);
}

.rs_container {
    text-align: center;
}

.rs_container a {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 100%;
    text-indent: -99999px;
    float: none;
    /*margin-top: 20px;*/
    /*margin-right: 10px;*/
    margin: 0 5px;
    opacity: 0.3;
}

.rs_container a:hover {
    opacity: 1;
}

#powerd {

    position: absolute;
    right: 50%;
    bottom: -250px;
    margin-right: -50%;
    text-align: center;
    width: 100%;

}

#powerd, #powerd a {
    font-size: 12px !important;
}

#powerd .gris {
    color: #e59524;
}

#powerd .black {
    color: #000;
}

#map_canvas_2 {
    margin-top: 50px;
}

/*///////////////////////////////---------------------------------------------------> [ Home ] */
#description_home {
    /*padding: 40px 0 0;*/
    /*font-family: "Montserrat_regular", Arial, Helvetica, sans-serif;*/
    font-family: "raleway_light", sans-serif;

    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: #fff;
    padding: 20px;
}

h2.sectionTitlePresentation {
    font-family: "raleway_medium", Helvetica, Arial, sans-serif;
    font-size: 22px;
}

#description_home:hover * {
    color: #e59524 !important;
}

#description_home .dates_expos {
    padding-bottom: 10px;
}

#description_home .dates_expos {
    font-size: 18px;
    line-height: 18px;
}

#description_home .nom_expos, .tiret {
    /*font-family: "Montserrat_bold", Arial, Helvetica, sans-serif;*/
    font-family: "raleway_medium", sans-serif;
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase;
}

.tiret {
    line-height: 0.8;
    margin-top: -5px;
}

.infos_expos .tiret {
    font-size: 24px;
}

#description_home .artists_expos {
    font-size: 22px;
    line-height: 22px;
}

/*Slider*/
.rsDefault.rsHor .rsArrowRight, .rsDefault .rsArrowRight .rsArrowIcn {
    right: 0 !important;
}

.rsArrowRight .rsArrowIcn {
    left: initial !important;
}

.rsDefault.rsHor .rsArrowLeft, .rsDefault .rsArrowLeft .rsArrowIcn {
    left: 0 !important;
}

.home_full {
    position: relative;
}

.home_full .rsDefault .rsTabs {
    position: absolute;
    bottom: 5px;
    right: 20px;
    text-align: right;
    width: 90%;
    padding: 0;
}

.home_full .rsDefault .rsTab {
    padding: 0;
    height: 4px;
    min-width: 15px;
    border: none;
    background-image: none;
    margin-left: 5px;
    box-shadow: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.home_full .rsDefault .rsTab.rsNavSelected {
    padding: 0;
    min-width: 15px;
    border: none;
    background-image: none;
    background-color: #000;
    box-shadow: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.home_full img.rsImg {
    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%);
    margin-top: 0 !important;
    margin-left: 0 !important;
}

.home_full .artists_expos {
    text-transform: lowercase;
}

.home_full .artists_expos span {
    text-transform: capitalize;
}

/*///////////////////////////////---------------------------------------------------> [ Liste-Artistes ] */
.image_artist_container, .imgPresentation {
    overflow: hidden;
    position: relative;

    background-color: #F2F2F2;
}

.imgPresentation {
    background-color: transparent;
    height: 350px;
    margin: 50px 0;
}

.image_artist_container img, .imgPresentation 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%);
}

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

.image_artist_container img.paysage {

    height: auto;
    width: 100%;

}

.row_liste_artists {
    padding-bottom: 55px;
}

.row_liste_artists .nom_artist {
    text-transform: uppercase;
    padding-top: 8px;
}

.row_liste_artists .nom_artist {

}

.row_liste_artists .nom_artist a, .row_liste_artists .nom_artist p {
    color: #000;
    /*font-family: "Montserrat_bold", Arial, Helvetica, sans-serif;*/
    font-family: "raleway_medium", sans-serif;
    font-size: 18px;

}

.related_artist_container h2, .artistSectionTitle h2, .titre_section {
    /*font-family: "Montserrat_bold", Arial, Helvetica, sans-serif;*/
    font-family: "raleway_medium", sans-serif;
    font-size: 18px;
    color: #e59524;
    margin: 0 0 40px;

    text-transform: uppercase;
}

/*#pageListArtists .nom_artist a, #pageListArtists .nom_artist p {*/
/*font-family: "raleway_medium", Helvetica, Arial, sans-serif;*/
/*font-size: 22px;*/
/*}*/

.mTop40 {
    margin-top: 40px;
}

.nom_related_artists, .nom_related_artists a {
    /*font-family: "Montserrat_regular", Arial, Helvetica, sans-serif;*/
    font-family: "raleway_regular", sans-serif;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
}

#listeArtistesExpo li {
    padding-bottom: 20px;
}

.row_liste_artists .nom_artist {
    padding-bottom: 0;
}

.home_full .row_liste_artists .nom_artist {
    padding-bottom: 40px;
}

.row_liste_artists, .expo {
    padding-bottom: 0;
}

.row_liste_artists:last-of-type, .expo:last-of-type {
    padding-bottom: 0;
}

.related_artist_container {
    padding-top: 20px;
}

.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;
}

.liste_artists {
    padding-bottom: 50px;
}

/*///////////////////////////////---------------------------------------------------> [ Details-Artiste ] */
#blocArtiste .titre h1, .details_expo .titre h1, .details_news .titre h1 {
    /*margin: 0 0 20px;*/
    margin: 0;
    /*font-family: "Montserrat_bold", Arial, Helvetica, sans-serif;*/
    font-family: "raleway_medium", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    text-align: left;
}

.details_expo .titre h1 {
    margin: 0;
}

.menuArtiste.list-inline {
    margin-top: 40px;
    margin-left: 0;
    margin-bottom: 40px;

}

.menuArtiste li a {
    /*font-family: "Montserrat_regular", Arial, Helvetica, sans-serif;*/
    font-family: "raleway_regular", sans-serif;
    font-size: 18px;
    text-transform: lowercase;
}

.menuArtiste li {
    /*font-family: "Montserrat_regular", Arial, Helvetica, sans-serif;*/
    font-family: "raleway_regular", sans-serif;
    font-size: 18px;
    padding-left: 0;
    padding-right: 25px;
}

.menuArtiste li:nth-child(2), .menuArtiste li:nth-child(4) {
    float: right;
    padding-right: 0;
}

/*Carousel Artist*/
#carousel_container {
    width: 100%;
    height: 340px;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-bottom: -25px;
    visibility: hidden;
    position: relative;
}

.carousel_inner {
    padding-bottom: 25px;
    overflow-y: hidden;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    overflow-x: scroll !important;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0px);
}

.carousel_inner::-webkit-scrollbar {
    display: none;
}

.carousel_ul {
    padding: 0;
    position: relative;
}

.carousel_ul, .carousel_li {
    text-decoration: none;
    list-style: none;
}

.carousel_ul li {
    display: inline-block;
    vertical-align: top;
}

.carousel_li img {
    height: 200px;
}

.carousel_li {
    margin-right: 20px !important;
}

.description_Carousel {
    padding-top: 15px;
}

.arrow_cont {
    height: 0px;
    position: absolute;
    top: 0;
    left: 0;
    /*border: 1px solid red;*/
    width: 100%;
    margin: 0 auto;
    z-index: 999;
    display: block;
    opacity: 0;

    -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;

}

.arrow_cont.visible {
    display: block;
    opacity: 1;
    -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;
}

.arrow_left, .arrow_right {
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.6);
    background-image: url(/site/graphisme/arrows.svg);
    background-position: 0 0;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    top: 80px;
    cursor: pointer;
}

.arrow_left {
    left: 20px;
    display: none;
}

.arrow_right {
    right: 20px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

/*Fancybox Dans Fancybox CSS*/
.legende .title {
    /*font-family: "Montserrat_bold", Arial, Helvetica, sans-serif;*/
    font-family: "raleway_medium", sans-serif;
    font-size: 14px;
    color: #000;
}

.legende, .fancybox-title {
    /*font-family: "Montserrat_regular", Arial, Helvetica, sans-serif;*/
    font-family: "raleway_regular", sans-serif;
    font-size: 14px;
    /*color: #e59524;*/
    color: #b5b5b5 !important;
}

.fancybox-title .legende .title {
    color: #fff !important;
}

/*Artiste more*/
.artist_more {
    margin-top: 120px;
}

.artist_more h3 {
    margin: 0 0 10px;
    text-transform: lowercase;
    font-size: 18px;
    color: #e59524;
}

.artist_more ul {
    padding: 0;
    list-style: none;
    color: #000;

}

.artist_more ul li {
    font-size: 14px;
    line-height: 20px;

}

.artist_more ul li a {

}

/*///////////////////////////////---------------------------------------------------> [ Artistes-Bio-Presentation ] */
#blocArtiste .blocTexte *, #blocExpo .blocTexte *, .details_news .blocTexte *, .blocTexte, .blocTexte * {
    font-size: 14px !important;
    background-color: transparent !important;
    font-family: "raleway_regular", sans-serif !important;
    color: #000 !important;
}

/*///////////////////////////////---------------------------------------------------> [ Liste-Expositions ] */
.pdfLinkContainer {
    margin-top: 10px;
}

.row_liste_artists.expo .nom_artist, .pdfLinkContainer a {
    text-transform: capitalize;
    padding-top: 0;
    font-size: 13px;
}

.row_liste_artists.expo .nom_artist a, .row_liste_artists.expo .nom_artist p {
    font-size: 13px;
    /*font-family: "Montserrat_regular", Arial, Helvetica, sans-serif;*/
    font-family: "raleway_regular", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #000;
}

.details_expo {
    margin-bottom: 40px;
}

.expo .description_expos {
    padding-top: 15px;
    font-size: 14px;
}

.expo .description_expos .nom_expos a, .expo .description_expos .nom_expos {
    /*padding-top: 15px;*/
    font-size: 15px;
    /*font-family: "Montserrat_bold", Arial, Helvetica, sans-serif;*/
    font-family: "raleway_medium", sans-serif;
    color: #000;
    text-transform: uppercase;

    padding-top: 5px;
    padding-bottom: 3px;
    line-height: 14px;
}

.expo .description_expos a:hover p, .expo .description_expos a:hover p {
    color: #e59524;
}

.intro_press_container {
    margin-top: 50px;
}

#blocExpo .menuArtiste.list-inline {
    margin-bottom: 0;
    margin-top: 30px;
}

.infos_expos .date_expo p, .infos_news .date_expo p {

    /*font-size: 18px;*/
    /*font-size: 18px;*/
}

.infos_news .date_expo p {
    font-size: 18px;
}

.expositionspresentation .menuArtiste li a {
    /*text-transform: none !important;*/
}

.artist_name {
    font-size: 15px;
    /*color: #e59524;*/
    color: #b5b5b5;
}

.infos_expos .lienArtiste span, .infos_expos .lienArtiste a, .infos_news .lienArtiste span, .infos_news .lienArtiste a {
    text-transform: capitalize;
    font-size: 18px;
}

/*///////////////////////////////---------------------------------------------------> [ details-News ] */
.infos_news .lienArtiste a, .infos_news .lienArtiste p {
    display: inline-block;
}

.infos_news {
    margin-bottom: 20px;
}

.news_image_container {
    margin-bottom: 20px;
}

.news_image_container img {
    width: 100%;
    height: auto;
}

/*///////////////////////////////---------------------------------------------------> [ Contact ] */

.blocGalerie .blocTexte {

    margin: 20px 0 50px 0;
    /*font-family: "Montserrat_regular", Arial, Helvetica, sans-serif;*/
    font-family: "raleway_regular", sans-serif;
    font-size: 12px;
    line-height: 18px;
    -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;

}

.mentions {
    /*font-family: "Montserrat_regular", Arial, Helvetica, sans-serif;*/
    font-family: "raleway_regular", sans-serif;
    font-size: 12px;
}

.map_container iframe {
    height: 310px;
}

#map_canvas,
#map_canvas_2 {
    height: 300px !important;
}

/*///////////////////////////////---------------------------------------------------> [ Mentions] */
.mentions .bold {
    color: #000;
    /*font-family: "Montserrat_bold", Arial, Helvetica, sans-serif;*/
    font-family: "raleway_medium", sans-serif;
}

.mentions a {
    color: #000;
}

/*///////////////////////////////---------------------------------------------------> [ Listes Hover ] */
.inactif {
    cursor: default !important;
}

#container:hover + #cube {

}

.inner_liste_artists {
    cursor: pointer;
}

.inner_liste_artists > a:hover + .description_expos a *, .inner_liste_artists > a:hover + .nom_artist * {
    color: #e59524;
}

.inner_liste_artists:hover a, .inner_liste_artists:hover p {
    color: #e59524;
}

/*///////////////////////////////---------------------------------------------------> [ PERSONALISATION BRUGIER RIGAIL ] */
.ratioa4 {
    height: 1px;
}

.pdfLinkContainer:hover a, .pdfLinkContainer a:hover {
    text-decoration: underline;
    /*color: #000;*/
}

.fancybox-lock .fancybox-overlay {
    overflow-y: auto !important;
}

#topRsContainer {
    position: relative;

    opacity: 1;
    visibility: visible;
    height: 20px;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

/*.fixed #topRsContainer {*/
/*opacity: 0;*/
/*visibility: hidden;*/
/*height: 0;*/
/*}*/

#allMenuContainer {
    display: none;
}

.inputContainer {
    width: 78%;
    float: left;
    color: #000 !important;
    border-radius: 0;
    border: 1px solid #000;
}

.inputContainer::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000 !important;
}

.inputContainer::-moz-placeholder {
    /* Firefox 19+ */
    color: #000 !important;
}

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

.inputContainer:-moz-placeholder {
    /* Firefox 18- */
    color: #000 !important;
}

.btnSubmitContainer button {
    background-color: #000;
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    height: 34px;
}

#main .homeArtistList .nom_artist p {
    color: #b5b5b5 !important;
}

.homeArtistList,
.homeGaleriePresentation,
.homeNewsletterContainer {
    padding-top: 60px;
}

.homeGaleriePresentation, .homeGaleriePresentation p *, .homeGaleriePresentation a * {
    text-align: center !important;
    font-size: 14px !important;
    font-family: "raleway_regular", sans-serif !important;
    font-weight: normal !important;
    font-style: normal !important;
}

.homeGaleriePresentation h2.sectionTitlePresentation {
    margin-bottom: 45px;
}

.homeGaleriePresentation .blocTexte, .homeGaleriePresentation .blocTexte p {
    line-height: 1.7!important;
    letter-spacing: .05rem!important;
}

.sectionTitle {
    font-family: "raleway_medium", Helvetica, Arial, sans-serif;
    font-size: 22px;
}

.subSectionTitle {
    font-size: 18px;
    margin-bottom: 20px;
}

.sectionTitle, .subSectionTitle {
    font-family: "raleway_medium", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #e59524 !important;
}

.homeArtistList .nom_artist, .homeArtistList .nom_artist * {
    font-family: "raleway_light", sans-serif;
    font-size: 18px;
}

.homeArtistList .nom_artist {
    margin-bottom: 10px;
}

.contArtistHome,
.relatedArtistHome,
.urbanArtistHome {
    margin-bottom: 30px;
}

.artist_list_container .sectionTitle {
    margin-bottom: 30px;
    margin-top: 60px;
}

.fancybox-skin {
    background-color: #000;
}

.nsSubTitle, .nsTitle {

}

.nsSubTitle {
    color: #000;
    margin: 0 0 30px 0;
}

.sectionTitle.orangeTitle {
    font-size: 18px;
    /*color: #e59524;*/
    text-transform: capitalize;
    font-family: "raleway_regular", sans-serif;
}

.nomActus {
    padding-top: 15px;
    font-family: "raleway_medium", sans-serif;
}

.artistesoeuvres .row_liste_artists .nom_artist {
    padding-top: 0;
}

/** [ SOUS MENU SERVICES ] **/
.mainSubMenu {
    list-style: none;
    padding-left: 0;
}

/** [ SOUS MENU SERVICES ] **/
#subMenuEdition {
    margin-bottom: 20px;
}

.backToList {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 0;
}

/****** [ SERVICES ]�******/
.servicesElement {
    margin-bottom: 50px;
}

.serviceTitle {
}

.serviceTitle h2 {
    min-height: 45px;
    line-height: 45px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    color: #e59524;
    border-bottom: 1px solid #000;
    font-size: 22px;
    /*text-align: center;*/
}

.serviceContent {
}

.serviceContent p, .serviceContent li {
    font-size: 16px;
    line-height: 23px;
}

.ulTxt {
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}

/****** [ SERVICES ]�******/

@media (min-width: 340px) {
    .menuArtiste li:nth-child(2), .menuArtiste li:nth-child(4) {
        float: none;
        padding-right: 25px;

    }
}

@media (min-width: 768px) {



    .serviceContent p {
        max-width: 70%;
        /*margin: 0 auto;*/
        /*text-align: center;*/

    }

    .servicesElement {
        margin-bottom: 80px;
    }

    .anchorMargin {
        height: 80px;
    }

    #subMenuEdition {
        margin-bottom: 40px;
    }

    .fixed .logo_txt {
        top: 13px !important;
    }

    /*.logo_txt {*/
    /*top: 36px;*/
    /*}*/
    .blockTexteShrinked {
        width: 60%;
    }

    .galerieaccueil .blockTexteShrinked {
        margin: 0 auto;
    }

    .nsTitle {
        margin-bottom: 20px;
    }

    .homeNewsletterContainer {

    }

    .homeArtistList {
        padding-top: 127px;
    }

    .relatedArtistHome {
        padding-top: 10px;
        margin-bottom: 50px;
    }

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

    #main {
        margin-top: 148px;
    }

    #header {
        padding: 30px 45px;
    }

    .logo_txt {
        font-size: 17px;
        /*top: 40px;*/
        /*top: 16px;*/
        top: -2px;
    }

    .row_liste_artists .nom_artist {
        padding-bottom: 0;
    }

    .related_artist_container {
        padding-top: 0px;
    }

    .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;
    }

    #blocArtiste .titre h1, .details_expo .titre h1, .details_news .titre h1 {
        text-align: left;
    }

    #blocArtiste .titre h1 {
        margin-bottom: 10px;
    }

    #blocArtiste .titre h1.editionTitle {
        margin-bottom: 40px;
    }

    .carousel_li img {
        height: 400px;
    }

    .arrow_left, .arrow_right {
        top: 172px;
    }

    #carousel_container {
        height: 500px;
    }

    .blocGalerie .blocTexte {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        -o-column-count: 2;
        column-count: 2;
        -moz-column-gap: 30px;
        -webkit-column-gap: 30px;
        -o-column-gap: 30px;
        column-gap: 30px;
    }

    .news_image_container img {
        height: 400px;
        width: auto;
    }

    .map_container iframe {
        height: 600px;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 10px 20px;
    }

    #header .col-md-4 {
        width: 47%;
    }

    #header #logo_container #imageLogoMini {
        top: 30px;
    }

    #nav-icon {
        right: 60px;
        top: 30px;
    }

    .editionsmultiples .expo .description_expos,
    .editionspublications .expo .description_expos {

        min-height: 180px;

    }

    .bt_paypal_multiple {
        position: absolute;
        width: 100%;
        bottom: 0;
    }

}

@media (min-width: 1023px) {
    #map_canvas_2 {
        margin-top: 0;
    }
    #allMenuContainer {
        display: block;
    }

    .rs_container a:last-child {
        margin-right: 0;
        margin-left: 10px;
    }

    #description_home {
        position: absolute;
        bottom: 40px;
        left: 40px;

        padding: 80px;
    }
}

@media (min-width: 1024px) {
    /** [ SOUS MENU ] **/
    .mainSubMenu {
        position: absolute;
        width: auto;
        text-transform: uppercase;
        min-width: 290px;
        display: none;
        background-color: #fff;
    }

    .mainSubMenu li {
        padding: 10px 15px;
    }

    .mainSubMenu li a {
        font-family: "raleway_medium", sans-serif;
    }

    .liWithSub:hover .mainSubMenu {
        /*display: block;*/
    }

    /** [ SOUS MENU ] **/
    .fixed #topRsContainer {
        opacity: 0;
        visibility: hidden;
        height: 0;
    }

    #newsletterInner {
        width: 60%;
        margin: 0 auto;
        text-align: center;
    }

    #topRsContainer {
        position: absolute;
        right: 15px;

        opacity: 1;
        visibility: visible;
        height: 20px;

        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        -ms-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }

    .rs_container a {
        display: inline-block;
        width: 20px;
        height: 20px;
        background-size: 100%;
        text-indent: -99999px;
        float: none;
        margin-top: 20px;
        margin-right: 10px;
        opacity: 0.3;
    }

    .menuArtiste.list-inline {
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 40px;

    }

    #nav-icon {
        display: none;
    }

    #header .col-md-8 {
        display: block
    }

    #header .col-md-8 {
        width: 53%;
    }

    #header .col-md-4 {
        width: 47%;
    }

    .navbar-nav > li {
        float: left;
    }

    #main_nav_container {
        margin-right: -20px;
    }

    #main_nav {
        float: right;
    }

    .navbar-default .navbar-nav > li > a {
        /*font-size: 16px;*/
        font-size: 13px;
        padding: 10px 20px;
    }

    .mainSubMenu li a {
        font-size: 16px;
    }

    #header #imageLogoMini {
        display: none !important;
    }

    #header.fixed #imageLogo {
        display: none !important;
    }

    #header.fixed #imageLogoMini {
        display: block !important;
        width: 80px;
    }

    #header #logo_container #imageLogoMini {
        max-width: 100%;
        width: 110px;
        display: none;
        top: 18px;
    }

    #logo_container #imageLogo {
        max-width: 100%;
        width: 120px;
    }

    .liste_artists {
        padding-bottom: 0;
    }

    #footer > div.col-md-4 {
        margin-bottom: 0;
        text-align: left;
    }

    .rs_container {
        float: right;
    }

    .rs_container a {
        float: left;
        margin-left: 10px;
        left: initial;
        /*position: absolute;*/
        right: 15px;
        top: 5px;
        bottom: initial;
        margin-top: 0;
        margin-right: 0;
    }

    #facebook {
        right: 45px;
    }

    .row_liste_artists, .expo {
        padding-bottom: 55px;
    }

    .related_artist {
        margin-bottom: -15px;
    }

    .logo_txt {
        display: block;
    }

    #map_canvas,
    #map_canvas_2 {
        height: 600px !important;
    }

    #footer {
        padding: 150px 0 75px;
    }

    #content {
        min-height: 600px;
    }

    #powerd {
        position: absolute;
        right: initial;
        bottom: initial;
        margin-right: initial;
        text-align: left;
        width: auto;
    }
}

@media (min-width: 1024px) {

    .container-fluid {
        padding-left: 80px;
        padding-right: 80px;
    }

    #header {
        padding: 30px 65px;
    }

}

@media (min-width: 1280px) {
    .inputContainer {
        width: 82%;
    }

    #header .col-md-8 {
        width: 66.66666667%;
    }

    #header .col-md-4 {
        width: 33.33333333%;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 10px 15px;
    }

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

@media (max-width: 700px) {
    .inputContainer {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 1023px) {
    #logoParentCont {
        min-width: 30%;
    }

    #allMenuContainer {
        overflow: auto;
    }
}

@media (min-width: 1023px) and (max-width: 1106px) {
    #logoParentCont {
        min-width: 30%;
    }

    #allMenuContainer {
        width: 70%;
    }

    .navbar-default .navbar-nav > li > a {
        /*padding: 10px 10px;*/
        padding: 7px 10px;
        font-size: 13px;
    }

    .mainSubMenu li a {
        font-size: 13px;
    }

}

@media (min-width: 1400px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
    }
}

.no_link a {
    color: #b5b5b5 !important;
    pointer-events: none !important;
}

.no_link a.active {
    color: #e59524 !important;
}

/***EDITION***/
.arworkTitleYear {
    font-size: 15px;
    font-family: "raleway_regular", sans-serif;

}

.detailEdition .legende .title,
.detailEdition .legende .title + br {
    display: none;
}

.arworkTitleYear .titleContainer {
    text-transform: none;
    font-family: "raleway_italic", sans-serif;
}

.editionTitle {
    margin-bottom: 40px;
}

/**PAYPAL**/
.bt_paypal_multiple {
    margin-top: 10px;
}

.btnPay {
    background-color: #e59524;
    color: #000;

    border: none;

    padding: 5px 15px 5px 15px;
    text-transform: uppercase;
    margin-top: 15px;
    font-family: "raleway_medium", sans-serif;
    /*font-weight: bold;*/

    width: 117px;

}

.priceTag {
    font-family: "raleway_medium", sans-serif;
}

.btnPay, .shipping_select {
    outline: none !important;
}

.shipping_select {
    background-color: transparent;
    border: 1px solid #000;
    /*padding: 5px 15px 5px 15px;*/
    padding: 5px 0 5px 0;
    text-transform: uppercase;
    margin-top: 15px;
}

.shipping_select {
    text-transform: none;
}

.btnPay:hover {
    /*color: #e59524;*/
    /*background-color: #e59524;*/
    /*color: #fff;*/
    /*border-color: #e59524;*/
}

.nosServices {
    text-transform: uppercase;
    text-decoration: underline;
}

.description_Carousel .bt_paypal_multiple {
    position: relative;
    margin-top: 20px;
    width: 100%;
    bottom: 0;
    left: 0;
}

#empty {
    display: none !important;
}

#font_16 {
    font-size: 16px;
}