/*---------------------------------FONTS----------------------------------*/
/*@font-face {
    font-family: 'Open Sans',sans-serif;
    src: url('../../../fonts/Muli-Regular.eot');
    src: url('../../../fonts/Muli-Regular.eot?#iefix') format('embedded-opentype'),
    url('../../../fonts/Muli-Regular.woff') format('woff'),
    url('../../../fonts/Muli-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


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

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

.italic {
    font-family: 'Montserrat-regular', sans-serif;
    /*font-size: 1.1em;*/
}

.only-italique {
    font-family: 'Montserrat-regular', sans-serif;
}

.normal {
    font-family: 'Montserrat-regular', sans-serif;
}

body {
    font-size: 13px;
    font-family: 'Montserrat-regular', sans-serif;
    /*font-weight: 400;*/
}

iframe {
    pointer-events: none;
}

/*---------------------------------Couleurs---------------------------------*/
h1, h2, h3, h4, h5, li {
    font-weight: normal;

}

a, p {
    color: #959595;

}

p {
    margin: 0;
}

a {
    outline: none !important;
}

a:hover, a.active {
    text-decoration: none;
    color: #000 !important;
}

a:visited {
    text-decoration: none;
}

.black {
    color: #000;
}

#logo-container {
    /*padding-top: 34px;*/
    /*padding-bottom: 10px;*/

    /*-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;*/
}

/*
.logo_typo span {
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 18px;
}

.logo_typo span.bolder {
    font-size: 17px;
}

.logo_typo span.normal {
    font-size: 14px;

}

.logo {
    font-size: 16px;
}

.logo, .logo_typo {
    display: inline-block;
    vertical-align: middle;

}

.logo_typo span {
    transform: scaleY(1.05);
    -ms-transform: scaleY(1.05);
    -moz-transform: scaleY(1.05);
    -webkit-transform: scaleY(1.05) translateZ(1px);
}
*/

.logo {
    display: inline-block;
    background-image: url(/logo_danysz.svg);
    background-repeat: no-repeat;
    background-size: 100%;

    height: 40px;
    width: 210px;

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;

    margin-top: 34px;
}

.listeArtistesEditions > li.last span {
    display: none;
}

/* centered columns styles */
.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
    vertical-align: text-top;
}

.invisible {
    display: none;
}

.last span {
    display: none;
}

.navbar {
    margin-bottom: 0 !important;
}

.navbar-default, .navbar-default .navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;

}

/*---------------------------------GLOBAL---------------------------------*/
/*Str*/
#site {
    background-color: #fff;
    padding-top: 25px;

}

#inner-site {
    background-color: #FFF;

}

#main, #mainAccueil {
    padding-top: 30px;
    padding-bottom: 50px;
    min-height: 500px;
    /*position: relative;*/

    -webkit-transform: translate3d(0, 0, 0);
}

#main {
    margin-top: 80px;
}

/* -----------------------------------------------------------------------------------NAV  RESPONSIVE*/
.navbar-toggle {
    margin-right: 0 !important;
    margin-top: 0 !important;
}

.navbar-collapse {
    padding: 0 !important;
    z-index: 999999;
}

.navbar-header {

}

/*Header&Menu*/
.navbar-default .navbar-nav > li > a {
    color: #959595;
    font-family: 'Open Sans', sans-serif;
    /*transform: scaleY(1.05);-ms-transform: scaleY(1.05);-moz-transform: scaleY(1.05);-webkit-transform: scaleY(1.05);*/
}

#header {
    padding-top: 10px;

}

#main-menu > .row .col-md-6 {
    padding: 0;
}

.fixed_bar {

}

#imageLogo {
    height: 60px;
    padding-right: 20px;
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.navbar-default {
    border: none;
    background-color: #FFF;
}

.nav_bar_no_pad {
    padding: 0;
}

.nav > li {
    float: none;
    display: inline-block;
}

.nav > li > a {
    position: relative;
    display: inline-block;
    padding: 0 4px;
    margin-left: 4px;
    color: #000;
}

.menu > li > a {
    font-size: 1.1em !important;
}

.mn {
    padding-right: 0;
    text-align: right;
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;

}

.navbar-default .navbar-nav.mn > li > a {
    margin: 0 !important;
    padding: 0 2px !important;
    font-size: 0.8em;
    font-family: 'Montserrat-regular', sans-serif;
}

#menu-item-container .navbar-nav {
    float: right;
}

#menu-item-container .nav > li:last-child a {
    padding-right: 0;
}

.mn li a.picto {
    display: inline-block;
    width: 15px;
    height: 18px;
    background-size: 100%;
    text-indent: -99999px;
    margin-right: 5px !important;
}

.mn li a.picto.last {
    margin-right: 10px !important;
}

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

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

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

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

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

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

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

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

/* -----------------------------------------------------------------------------------NAV  FIXE*/
@media (min-width: 800px) {
    #allNav {
        float: right;
        margin-top: 34px;
        text-transform: uppercase;
        transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }

    .cbp-af-header {
        position: fixed;
        top: 0;
        width: 100%;
        background: #FFF;
        left: 0;
        overflow: hidden;
        -webkit-transition: height 0.3s;
        -moz-transition: height 0.3s;
        transition: height 0.3s;
        z-index: 999999;
    }

    #header.cbp-af-header {
        padding-top: 0;
    }

    .cbp-af-header-shrink #logo-container {
        padding-top: 0;
        padding-bottom: 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;*/
    }

    .cbp-af-header-shrink #logo-container .logo {
        width: 180px;

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

        background-position-y: 13px;

        margin-top: 0;
    }

    /* Transitions and class for reduced height */
    .cbp-af-header nav a {
        /*-webkit-transition: all 0.3s;*/
        /*-moz-transition: all 0.3s;*/
        /*transition: all 0.3s;*/
    }

    .cbp-af-header.cbp-af-header-shrink {
        height: 70px;
    }

    .cbp-af-header.cbp-af-header-shrink .navbar {
        padding-top: 10px;
        padding-bottom: 10px;

    }

    .cbp-af-header .cbp-af-inner {
        height: auto;
        /*margin: 0 50px;*/
        /*border-bottom: 2px solid #eee;*/
    }

    .mn.cbp-menu-shrink {
        height: 0;
        margin: 0;
        padding: 0;
        opacity: 0;
    }

    #imageLogo.cbp-logo-shrink {
        height: 45px;
        padding-right: 20px;
    }

    .logo_typo.cbp-logo_typo-shrink span.bolder {
        font-size: 15px;
    }

    .logo_typo.cbp-logo_typo-shrink span.normal {
        font-size: 11px;

    }

    #allNav.cbp-nav-shrink {
        margin-top: 20px;

    }

    #allNav.cbp-nav-shrink ul li a {
        font-size: 14px !important;

    }

}

/* -----------------------------------------------------------------------------------ACCUEIL  */
.liste {
    margin-bottom: 10px !important;
}

/*------------------------------------------------***********************************************************Taille image pour les différentes taille d'écran / HOME-------*/
#blocNewsHome .blocImage3 {
    position: relative;
    background-position: center;
    text-align: center;
    overflow: hidden;
    max-height: 150px;
    min-height: 150px;
}

#blocNewsHome .blocImage3 img {
    position: absolute;
}

#blocNewsHome .blocImage3 img.portrait {
    width: 100%;
    height: auto;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*position: relative;
    top: -30%;*/
}

#blocNewsHome .blocImage3 img.paysage {
    height: 100%;
    width: auto;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*left: -18%;*/
}

/* --------------------------------------------------------------------------------ARTISTES */
#blocArtiste h1 {
    font-family: 'Montserrat-regular', sans-serif;
    font-size: 1.5em;
    line-height: 1em;
    margin: 5px 0;
    text-transform: uppercase;
    transform: scaleY(1.05);
    -ms-transform: scaleY(1.05);
    -moz-transform: scaleY(1.05);
    -webkit-transform: scaleY(1.05) translateZ(1px);
}

#infosArtist h1 a, #infosArtist h1 {
    color: #000;
}

#infosArtist h2, #infosArtist h3 {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #000;
    font-size: 1em;
    line-height: 1.4em;
    transform: scaleY(1.05);
    -ms-transform: scaleY(1.05);
    -moz-transform: scaleY(1.05);
    -webkit-transform: scaleY(1.05) translateZ(1px);
}

#menuArtiste {
    margin: 20px 0 35px;
}

#menuArtiste.list-inline > li {
    padding-right: 10px;
    padding-left: 0;
}

#menuArtiste li a {
    color: #959595;
    text-transform: uppercase;
    font-size: 1em;
    font-family: 'Open Sans', sans-serif;
    transform: scaleY(1.05);
    -ms-transform: scaleY(1.05);
    -moz-transform: scaleY(1.05);
    -webkit-transform: scaleY(1.05) translateZ(1px);
}

#menuArtiste li a:hover, #menuArtiste li a.active {
    color: #000000;
}

.moreIphone {
    padding: 5px 10px;
    text-align: center;
    background-color: #000;
    width: 30px;
    margin: 5px 0;
}

.moreIphone a {
    color: #FFF;
    cursor: pointer;
}

/* --------------------------------------------------------------------------------ARTISTES *//* LISTE ARTISTES */
.stitre {
    font-size: 1.05em;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 30px;
    transform: scaleY(1.05);
    -ms-transform: scaleY(1.05);
    -moz-transform: scaleY(1.05);
    -webkit-transform: scaleY(1.05) translateZ(1px);
}

.artistList {
    margin-bottom: 30px;
}

.artistList li a, .artistList li {
    text-transform: uppercase;
    font-size: 1.2em;
    line-height: 2.2em;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    transform: scaleY(1.05);
    -ms-transform: scaleY(1.05);
    -moz-transform: scaleY(1.05);
    -webkit-transform: scaleY(1.05) translateZ(1px);

}

.artistListCollab li a, .artistListCollab li {
    font-size: 1.1em;
    line-height: 2.3em;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    transform: scaleY(1.05);
    -ms-transform: scaleY(1.05);
    -moz-transform: scaleY(1.05);
    -webkit-transform: scaleY(1.05) translateZ(1px);
}

.artistListCollab li a:hover, .artistList li a:hover, .artistList li a.active {
    color: #959595 !important;
}

.artistListCollab.maj li {
    text-transform: uppercase;
}

.artistListExpo li a, .artistListExpo li {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 1em;
    line-height: 1.4em;
    margin: 0;
    text-transform: uppercase;
    transform: scaleY(1.05);
    padding-right: 0;
}

/* --------------------------------------------------------------------------------ARTISTES *//* ARTISTES PRESENTATION */
#oeuvre {
    margin-top: 40px;
}

#blocTexteBio, .blocTexteBio {
    font-size: 1em;
    line-height: 1.4em;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    text-align: justify;
}

#blocTexteBio div, .blocTexteBio {
    transform: scaleY(1.05);
    -ms-transform: scaleY(1.05);
    -moz-transform: scaleY(1.05);
    -webkit-transform: scaleY(1.05) translateZ(1px);

}

#blocTexteBio p, #blocTexteBio span {
    font-family: 'Open Sans', sans-serif !important;
    font-size: inherit !important;
    color: #000;
}

.more-infos {
    display: block;
    margin: 30px 0;
    color: #959595;
    font-family: "Montserrat-regular", sans-serif;
    font-size: 1em;
    transform: scaleY(1.05);
}

.more-infos a {
    color: #959595;
}

#heightCalage {
    height: 70px;
}

#blocArtiste .legendeCartouche h2 {
    margin: 0;
    font-size: 1.8em;
    padding-bottom: 10px;
}

#blocArtiste .legendeCartouche h3.type_expo {

    margin: 0;
}

#blocArtiste .blocImage6 h3 {
    text-transform: uppercase;
    font-family: 'Montserrat-regular', sans-serif;
    margin: 0;
    font-size: 1.5em;
}

#blocArtiste .blocImage6 .textIntro {
    text-transform: uppercase;
    font-family: 'Montserrat-regular', sans-serif;
    margin: 0;
    font-size: 1.5em;
}

#blocArtiste .blocImage4 h3 {
    text-transform: uppercase;
    font-family: 'Montserrat-regular', sans-serif;
    margin: 0;
    font-size: 1.2em;
}

#blocArtiste .blocImage4 .legendeCartouche {
    text-transform: uppercase;
    font-family: 'Montserrat-regular', sans-serif;
    margin: 0;
    font-size: 1.2em;
}

#blocArtiste .small h3 {
    text-transform: uppercase;
    font-family: 'Montserrat-regular', sans-serif;
    margin: 0;
    font-size: 1.1em;
}

#blocArtiste .small .textIntro {
    text-transform: uppercase;
    font-family: 'Montserrat-regular', sans-serif;
    margin: 0;
    font-size: 1.1em;
}

/*------------------------------------------------************************************************Taille image pour les différentes taille d'écran / PRESENTATION ARTISTES-------*/

#blocArtiste .blocImage3 {
    position: relative;
    background-position: center;
    text-align: center;
    overflow: hidden;
    max-height: 250px;
    min-height: 250px;
}

#blocArtiste .blocImage3 img.portrait {
    max-width: 100%;
    min-height: 300px;
    position: relative;
    left: 50%;
    -moz-transform: translate(-50%, -15%);
    -ms-transform: translate(-50%, -15%);
    -webkit-transform: translate(-50%, -15%);
    transform: translate(-50%, -15%);
    /*position: relative;
    top: -30%;*/
}

#blocArtiste .blocImage3 img.paysage {
    max-width: 100%;
    min-height: 300px;
    position: relative;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    /*left: -18%;*/
}

#blocArtiste .blocImage6, #blocExpo .blocImage6 {
    position: relative;
    background-position: center;
    text-align: center;
    overflow: hidden;
    max-height: 500px;
    min-height: 500px;
}

#blocArtiste .blocImage6 .legendeCartouche, #blocExpo .blocImage6 .legendeCartouche, #blocArtiste .blocImage3 .legendeCartouche, #blocExpo .blocImage3 .legendeCartouche {
    position: absolute;
    text-align: left;
    left: 0;
    bottom: 0;
}

#blocArtiste .blocImage6 .legendeCartouche, #blocExpo .blocImage6 .legendeCartouche {
    width: 88%;
}

#blocArtiste .blocImage3 .legendeCartouche, #blocExpo .blocImage3 .legendeCartouche {
    width: 93%;
}

#blocArtiste .blocImage6 .legendeCartoucheInside, #blocExpo .blocImage6 .legendeCartoucheInside {
    padding: 22px;
    margin: 0 30px 30px;
    background-color: #FFF;
    position: relative;
    /*min-height:200px;*/
}

#blocArtiste .blocImage3 .legendeCartoucheInside, #blocExpo .blocImage3 .legendeCartoucheInside, #more-contenus .legendeCartoucheInside, .cartoucheSmall .legendeCartoucheInside {
    font-size: 0.9em;
    padding: 13px;
    margin: 0 30px 30px;
    background-color: #FFF;
    position: relative;
    /*min-height: 100px;*/

}

.cartoucheSmall .legendeCartouche h2 {
    font-size: 1.2em !important;
}

#blocArtiste #blocArtisteContenu .blocImage3 .legendeCartoucheInside {

}

.blocImage3 .legendeCartouche .dates {
    margin-bottom: 50px;
    font-size: 0.9em;
}

.blocImage6 .legendeCartouche .dates {
    margin-bottom: 50px;
    font-size: 1.5em;
}

.blocImage4 .legendeCartouche .dates {
    margin-bottom: 50px;
    font-size: 1.2em;
}

.moreAbsolute {
    text-transform: uppercase;
    position: absolute;
    bottom: 22px;
}

#blocArtiste .blocImage6 img.portrait, #blocExpo .blocImage6 img.portrait {
    min-width: 100%;
    min-height: 600px;
    position: relative;
    left: 50%;

    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    /*position: relative;
    top: -30%;*/

}

#blocArtiste .blocImage6 img.paysage, #blocExpo .blocImage6 img.paysage {
    /*max-height:600px;*/
    min-height: 600px;
    min-width: 100%;
    position: relative;
    left: 50%;
    -ms-transform: translate(-50%, 10px);
    -webkit-transform: translate(-50%, 10px);
    -moz-transform: translate(-50%, 10px);
    transform: translate(-50%, 0);
    /*left: -18%;*/
}

#blocArtiste .legende {
    margin: 10px 0 40px;
    font-size: 0.9em;
    position: relative;
    height: 65px;
}

#blocArtiste .more {
    text-transform: uppercase;
    background-color: #eeeeee;
    cursor: pointer;

}

.more a p {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

#blocArtiste .moreSansFond {
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0;
}

#blocArtiste .more a {
    width: 70%;
    display: block;
}

@media (min-width: 1024px) {
    #blocNewsHome .blocImage3 {
        max-height: 150px;
        min-height: 150px;
    }

    #blocNewsHome .blocImage3 img.portrait {
        /*max-height: 250px;*/
        /*min-height: 250px;*/
        /*max-width: none;*/
    }

    #blocNewsHome .blocImage3 img.paysage {
        /*max-height: 200px;*/
        /*min-height: 200px;*/
        /*max-width: none;*/
    }

    #blocArtiste .blocImage3 {
        max-height: 320px;
        min-height: 320px;
    }

    #blocArtiste .blocImage3 img.portrait {
        min-height: 400px;
        max-width: none;
    }

    #blocArtiste .blocImage3 img.paysage {
        min-height: 350px;
        max-height: 400px;
        max-width: none;
        /*min-height: 230px;*/
    }

    #blocArtiste .blocImage6, #blocExpo .blocImage6 {
        max-height: 600px;
        min-height: 600px;
    }

    #blocArtiste .blocImage6 .legendeCartoucheInside, #blocExpo .blocImage6 .legendeCartoucheInside {
        min-height: 200px;
    }

    #blocArtiste .blocImage6 img.portrait, #blocExpo .blocImage6 img.portrait {
        /*max-height: 620px;*/
        /*min-height: 620px;*/
        /*max-width: none;*/
        min-height: initial;
        min-width: initial;
        max-width: none;
        max-height: none;
        height: auto !important;
        width: 100% !important;
    }

    #blocArtiste .blocImage6 img.paysage, #blocExpo .blocImage6 img.paysage {
        min-height: 650px;
        max-width: none;
        /*min-height: 600px;*/
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    #blocNewsHome .blocImage3 {
        max-height: 220px;
        min-height: 220px;
    }

    #blocNewsHome .blocImage3 img.portrait {
        /*max-height: 300px;*/
        /*min-height: 300px;*/
        /*max-width: none;*/
    }

    #blocNewsHome .blocImage3 img.paysage {
        /*max-height: 240px;*/
        /*min-height: 240px;*/
        /*max-width: none;*/
    }

    #blocArtiste .blocImage3 {
        max-height: 230px;
        min-height: 230px;
    }

    #blocArtiste .blocImage3 img.portrait {
        max-height: 340px;
        min-height: 340px;
    }

    #blocArtiste .blocImage3 img.paysage {
        max-height: 280px;
        min-height: 280px;
        max-width: none;
    }

    #blocArtiste .blocImage6, #blocExpo .blocImage6 {
        max-height: 492px;
        min-height: 492px;
    }

    #blocArtiste .blocImage6 .legendeCartoucheInside, #blocExpo .blocImage6 .legendeCartoucheInside {
        min-height: 200px;
    }

    #blocArtiste .blocImage6 img.portrait, #blocExpo .blocImage6 img.portrait {
        /*max-height: 770px;*/
        /*min-height: 770px;*/

        min-height: initial;
        min-width: initial;
        max-width: none;
        max-height: none;
        height: auto !important;
        width: 100% !important;

    }

    #blocArtiste .blocImage6 img.paysage, #blocExpo .blocImage6 img.paysage {
        min-height: 550px;
        max-width: none;
        /*min-height: 600px;*/
    }
}

@media (min-width: 1281px) and (max-width: 1344px) {
    #blocNewsHome .blocImage3 {
        max-height: 260px;
        min-height: 260px;
    }

    #blocNewsHome .blocImage3 img.portrait {
        /*max-height: 350px;*/
        /*min-height: 350px;*/
    }

    #blocNewsHome .blocImage3 img.paysage {
        /*max-height: 300px;*/
        /*min-height: 300px;*/
        /*max-width: none;*/
    }

    #blocArtiste .blocImage3 {
        max-height: 240px;
        min-height: 240px;
    }

    #blocArtiste .blocImage3 img.portrait {
        max-height: 340px;
        min-height: 340px;
    }

    #blocArtiste .blocImage3 img.paysage {
        min-height: 280px;
        max-height: 280px;
        max-width: none;
    }

    #blocArtiste .blocImage6 {
        max-height: 511px;
        min-height: 511px;
    }

    #blocArtiste .blocImage6 .legendeCartoucheInside, #blocExpo .blocImage6 .legendeCartoucheInside {
        min-height: 200px;
    }

    #blocArtiste .blocImage6 img.portrait, #blocExpo .blocImage6 img.portrait {
        /*max-height: 600px;*/
        /*min-height: 600px;*/

        min-height: initial;
        min-width: initial;
        max-width: none;
        max-height: none;
        height: auto !important;
        width: 100% !important;
    }

    #blocArtiste .blocImage6 img.paysage, #blocExpo .blocImage6 img.paysage {
        min-height: 550px;
        max-width: none;
        /*min-height: 690px;*/
    }
}

@media (min-width: 1345px) and (max-width: 1440px) {
    #blocNewsHome .blocImage3 {
        max-height: 260px;
        min-height: 260px;
    }

    #blocNewsHome .blocImage3 img.portrait {
        /*max-height: 350px;*/
        /*min-height: 350px;*/
    }

    #blocNewsHome .blocImage3 img.paysage {
        /*max-height: 300px;*/
        /*min-height: 300px;*/
        /*max-width: none;*/
    }

    #blocArtiste .blocImage3 {
        max-height: 260px;
        min-height: 260px;
    }

    #blocArtiste .blocImage3 img.portrait {
        max-height: 360px;
        min-height: 360px;
    }

    #blocArtiste .blocImage3 img.paysage {
        min-height: 300px;
        max-height: 300px;
        max-width: none;
    }

    #blocArtiste .blocImage6 {
        max-height: 551px;
        min-height: 551px;
    }

    #blocArtiste .blocImage6 .legendeCartoucheInside, #blocExpo .blocImage6 .legendeCartoucheInside {
        min-height: 200px;
    }

    #blocArtiste .blocImage6 img.portrait, #blocExpo .blocImage6 img.portrait {
        /*max-height: 650px;*/
        /*min-height: 650px;*/

        min-height: initial;
        min-width: initial;
        max-width: none;
        max-height: none;
        height: auto !important;
        width: 100% !important;
    }

    #blocArtiste .blocImage6 img.paysage, #blocExpo .blocImage6 img.paysage {
        min-height: 600px;
        max-width: none;
        /*min-height: 690px;*/
    }
}

@media (min-width: 1441px) and (max-width: 1600px) {
    #blocNewsHome .blocImage3 {
        max-height: 290px;
        min-height: 290px;
    }

    #blocNewsHome .blocImage3 img.portrait {
        /*max-height: 400px;*/
        /*min-height: 400px;*/
    }

    #blocNewsHome .blocImage3 img.paysage {
        /*max-height: 350px;*/
        /*min-height: 350px;*/
        /*max-width: none;*/
    }

    #blocArtiste .blocImage3 {
        max-height: 300px;
        min-height: 300px;
    }

    #blocArtiste .blocImage3 img.portrait {
        max-height: 400px;
        min-height: 400px;
    }

    #blocArtiste .blocImage3 img.paysage {
        max-height: 300px;
        min-height: 300px;
        max-width: none;
    }

    #blocArtiste .blocImage6, #blocExpo .blocImage6 {
        max-height: 630px;
        min-height: 630px;
    }

    #blocArtiste .blocImage6 .legendeCartoucheInside, #blocExpo .blocImage6 .legendeCartoucheInside {
        min-height: 200px;
    }

    #blocArtiste .blocImage6 img.portrait, #blocExpo .blocImage6 img.portrait {
        /*max-height: 900px;*/
        /*min-height: 900px;*/
        /*min-width: auto;*/

        min-height: initial;
        min-width: initial;
        max-width: none;
        max-height: none;
        height: auto !important;
        width: 100% !important;
    }

    #blocArtiste .blocImage6 img.paysage, #blocExpo .blocImage6 img.paysage {
        max-width: 150%;
        min-width: auto;
        min-height: 700px;
        /*min-height: 750px;*/
    }
}

@media (min-width: 1601px) {
    #blocNewsHome .blocImage3 {
        max-height: 320px;
        min-height: 320px;
    }

    #blocNewsHome .blocImage3 img.portrait {
        /*max-height: 450px;*/
        /*min-height: 450px;*/
    }

    #blocNewsHome .blocImage3 img.paysage {
        /*max-height: 380px;*/
        /*max-width: none;*/
        /*min-height: 350px;*/
    }

    #blocArtiste .blocImage3 {
        max-height: 350px;
        min-height: 350px;
    }

    #blocArtiste .blocImage3 img.portrait {
        max-height: 500px;
        min-height: 500px;
    }

    #blocArtiste .blocImage3 img.paysage {
        max-height: 350px;
        min-height: 350px;
        max-width: none;
    }

    #blocArtiste .more {
        height: 350px;
    }

    #blocArtiste .blocImage6, #blocExpo .blocImage6 {
        max-height: 731px;
        min-height: 731px;
    }

    #blocArtiste .blocImage6 .legendeCartoucheInside, #blocExpo .blocImage6 .legendeCartoucheInside {
        /*min-height:200px;*/
    }

    #blocArtiste .blocImage6 img.portrait, #blocExpo .blocImage6 img.portrait {
        min-height: initial;
        min-width: initial;
        max-width: none;
        max-height: none;
        height: auto !important;
        width: 100% !important;

    }

    #blocArtiste .blocImage6 img.paysage, #blocExpo .blocImage6 img.paysage {
        max-height: 900px;
        min-height: 740px;
        max-width: none;
    }
}

.blocImage3AvecFond a {
    display: block;
}

.thumbnailArtiste {
    display: block;
    line-height: 20px;
    border: 1px solid #ffffff;
    background: #eeeeee;
    /*height:200px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.085);
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.085);*/
    -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;
}

a.thumbnail:hover, a.thumbnailArtiste:hover {
    border-color: #796741;
    /*-webkit-box-shadow: 0 1px 4px rgba(204, 204, 204, 0.25);
            box-shadow: 0 1px 4px rgba(204, 204, 204, 0.25);*/
}

/* --------------------------------------------------------------------------------ARTISTES *//* DIAPORAMA */
.pageOeuvre {
    margin-top: 0 !important;
    top: 0 !important;
}

#blocArtiste #infosTextes {
    position: relative;
}

/*#community .at-icon {
	fill: #959595!important;
}


#community .at-icon-wrapper{
    width:20px!important;
    height:20px!important;
	background: #FFF!important;
	border:1px solid #FFF!important;
	border-radius:50%!important;
	-moz-border-radius:50%!important;
	-webkit-border-radius:50%!important;

}

#community .at-share-tbx-element .at-share-btn {
	max-height: 100%;
    max-width: 100%;
}

.at-share-tbx-element .at-share-btn {
    transition: none!important;
    -moz-transition: none!important;
    -webkit-transition: none!important;
}

#community .at-share-tbx-element .at-share-btn:hover, #community .at-share-tbx-element .at-share-btn:focus{
    transform:none!important;
    -moz-transform:none!important;
    -webkit-transform:none!important;
    outline-offset: 0;
}

#community .addthis-animated {
    animation-duration: 0!important;
    -moz-animation-duration: 0!important;
    -webkit-animation-duration: 0!important;
    animation-fill-mode: none!important;
    -moz-animation-fill-mode: none!important;
    -webkit-animation-fill-mode: none!important;
}*/

a.at-svc-facebook, a.at-svc-twitter, a.at-svc-pinterest_share {
    background-color: transparent !important;
    color: #959595;
    webkit-animation: all 1s ease-in-out;
    -moz-animation: all 1s ease-in-out;
    -ms-animation: all 1s ease-in-out;
    -o-animation: all 1s ease-in-out;
    animation: all 1s ease-in-out;
    width: 20px;
    height: 20px;
}

.at-share-btn {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}

a.at-svc-facebook span {
    background: url(/site/graphisme/fb_off.svg) no-repeat top !important;

}

a.at-svc-twitter span {
    background: url(/site/graphisme/tw_off.svg) no-repeat top !important;

}

a.at-svc-pinterest_share span {
    background: url(/site/graphisme/pt_off.svg) no-repeat top !important;

}

a.at-svc-email span {
    background: url(/site/graphisme/fb_off.svg) no-repeat top !important;

}

a.at-svc-facebook:hover span {
    background: url(/site/graphisme/fb_on.svg) no-repeat top !important;

}

a.at-svc-twitter:hover span {
    background: url(/site/graphisme/tw_on.svg) no-repeat top !important;

}

a.at-svc-pinterest_share:hover span {
    background: url(/site/graphisme/pt_on.svg) no-repeat top !important;

}

a.at-svc-email:hover span {
    background: url(/site/graphisme/fb_on.svg) no-repeat top !important;

}

.at-icon {
    border: 0 none;
    fill: transparent !important;
}

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

#blocArtiste .modeListe, #blocExpo .modeListe {
    margin-bottom: 31px;
}

#blocArtiste .blocImage4 {
    position: relative;
    background-position: center;
    text-align: center;
    overflow: hidden;
    max-height: 450px;
}

#blocArtiste .blocImage4 img.portrait {
    min-width: 100%;
    min-height: 450px;
    position: relative;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    /*position: relative;
    top: -30%;*/

}

#blocArtiste .blocImage4 img.paysage {
    max-height: 450px;
    min-width: 100%;
    position: relative;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    /*left: -18%;*/
}

@media (max-width: 1024px) {

}

@media (min-width: 1025px) and (max-width: 1280px) {

}

@media (min-width: 1441px) and (max-width: 1600px) {

}

@media (min-width: 1601px) {
    #blocArtiste .blocImage4 {
        max-height: 650px;
    }

    #blocArtiste .blocImage4 img.portrait {
        min-height: 650px;
    }

    #blocArtiste .blocImage4 img.paysage {
        max-height: 650px;
    }

}

/* --------------------------------------------------------------------------------ARTISTES *//* LISTE ARTISTES PRESS + NEWS */
/*#blocArtiste .medium h3, #blocExpo .medium h3, #blocCatalogue .medium h3{
	text-transform:uppercase;
	font-family: 'Montserrat-regular', sans-serif;
	margin:0;
	font-size:1.1em;
}

#blocArtiste .medium .textIntro,  #blocExpo .medium .textIntro, #blocCatalogue .medium .textIntro{
	text-transform:uppercase;
	font-family: 'Montserrat-regular', sans-serif;
	margin:0;
	font-size:1.1em;
}

#blocArtiste .medium h4, #blocExpo .medium h4, #blocCatalogue .medium h4{
	text-transform:uppercase;
	font-family:'FaktPro-NormalItalic',Arial, Helvetica, sans-serif;
	margin:0;
	font-size:1.1em;
}

#blocArtiste .medium .dates, #blocExpo .medium .dates, #blocCatalogue .medium .dates{
	margin-bottom:0;
	line-height: 1.2em;
	font-size: 1.1em;
}*/

@media (max-width: 1024px) {

}

@media (min-width: 1025px) and (max-width: 1280px) {

}

@media (min-width: 1441px) and (max-width: 1600px) {

}

@media (min-width: 1601px) {

}

/* --------------------------------------------------------------------------------EXPOSITION */
.stitre.expo {
    margin-bottom: 0;
}

/* --------------------------------------------------------------------------------EXPOSITION *//* DIAPORAMA */
#blocExpo .blocImage3AvecFond {
    min-height: 150px;
    max-height: 150px;
    line-height: 150px;
    background-color: #eeeeee;
    text-align: center;
    position: relative;
    z-index: 2;
}

#blocExpo .blocImage3AvecFond img.portrait {
    max-height: 150px;
    min-height: 150px;
}

#blocExpo .blocImage3AvecFond img.paysage {
    max-width: 100%;
    max-height: 150px;
}

#blocExpo .blocImage3AvecFond iframe {
    width: 100%;
    height: 150px;
}

.blocVideoVignette {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.blocVideo {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 150px;
    width: 89%;
    position: absolute;
    top: 0;
    z-index: 1;
}

.btPlay {
    left: 40.5%;
    position: absolute;
    z-index: 2;
}

#blocExpo .blocImage3 {
    position: relative;
    background-position: center;
    text-align: center;
    overflow: hidden;
    max-height: 230px;
    min-height: 230px;
}

#blocExpo .blocImage3 img.portrait {
    min-width: 100%;
    max-height: 500px;
    min-height: 500px;
    position: relative;
    left: 50%;
    -ms-transform: translate(-50%, -15%);
    -webkit-transform: translate(-50%, -15%);
    transform: translate(-50%, -15%);
    /*position: relative;
    top: -30%;*/
}

#blocExpo .blocImage3 img.paysage {
    max-width: 100%;
    max-height: 230px;
    position: relative;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    /*left: -18%;*/
}

#blocExpo .blocImage4 .legendeCartoucheInside {
    /*min-height:200px;*/
}

/*@media (min-width: 800px) {
	#blocExpo .blocImage3AvecFond{
		max-height:155px;
		min-height:155px;
	}

	#blocExpo .blocImage3AvecFond img.portrait{
		max-height:155px;
		min-height:155px;
	}

	#blocExpo .blocImage3AvecFond img.paysage{
		max-width: 100%;
		max-height:155px;
	}


	#blocExpo .blocImage3{
		max-height:185px;
		min-height:185px;
	}

	#blocExpo .blocImage3 img.portrait{
		max-height:185px;
		min-height:185px;
	}

	#blocExpo .blocImage3 img.paysage{
		max-height:185px;
	}

}*/

@media (max-width: 1024px) {
    #blocExpo .blocImage3AvecFond {
        max-height: 185px;
        min-height: 185px;
    }

    #blocExpo .blocImage3AvecFond img.portrait {
        max-height: 185px;
        min-height: 185px;
    }

    #blocExpo .blocImage3AvecFond img.paysage {
        max-width: 100%;
        max-height: 185px;
    }

    #blocExpo .blocImage3AvecFond iframe {
        width: 100%;
        height: 185px;
    }

    .blocVideo {
        height: 185px;
    }

    #blocExpo .blocImage3 {
        max-height: 185px;
        min-height: 185px;
    }

    #blocExpo .blocImage3 img.portrait {
        max-height: 185px;
        min-height: 185px;
    }

    #blocExpo .blocImage3 img.paysage {
        max-height: 185px;
    }

}

@media (min-width: 1025px) and (max-width: 1280px) {
    #blocExpo .blocImage3AvecFond {
        max-height: 230px;
        min-height: 230px;
        line-height: 230px;
    }

    #blocExpo .blocImage3AvecFond img.portrait {
        max-height: 230px;
        min-height: 230px;
    }

    #blocExpo .blocImage3AvecFond img.paysage {
        max-width: 100%;
        max-height: 230px;
    }

    #blocExpo .blocImage3AvecFond iframe {
        width: 100%;
        height: 230px;
    }

    .blocVideo {
        height: 230px;
    }

    #blocExpo .blocImage3 {
        max-height: 230px;
        min-height: 230px;
    }

    #blocExpo .blocImage3 img.portrait {
        max-height: 500px;
        min-height: 500px;
    }

    #blocExpo .blocImage3 img.paysage {
        max-height: 230px;
        min-height: 230px;
    }

}

@media (min-width: 1281px) and (max-width: 1440px) {
    #blocExpo .blocImage3AvecFond {
        max-height: 250px;
        min-height: 250px;
        line-height: 250px;
    }

    #blocExpo .blocImage3AvecFond img.portrait {
        max-height: 250px;
        min-height: 250px;
    }

    #blocExpo .blocImage3AvecFond img.paysage {
        max-width: 100%;
        max-height: 250px;
    }

    #blocExpo .blocImage3AvecFond iframe {
        width: 100%;
        height: 250px;
    }

    .blocVideo {
        height: 250px;
    }

    #blocExpo .blocImage3 {
        max-height: 280px;
        min-height: 280px;
    }

    #blocExpo .blocImage3 img.portrait {
        max-height: 500px;
        min-height: 500px;
    }

    #blocExpo .blocImage3 img.paysage {
        max-height: 280px;
        min-height: 280px;
    }

}

@media (min-width: 1441px) and (max-width: 1600px) {
    #blocExpo .blocImage3AvecFond {
        max-height: 280px;
        min-height: 280px;
        line-height: 280px;
    }

    #blocExpo .blocImage3AvecFond img.portrait {
        max-height: 280px;
        min-height: 280px;
    }

    #blocExpo .blocImage3AvecFond img.paysage {
        max-width: 100%;
        max-height: 280px;
        /*min-height: 280px;*/
    }

    #blocExpo .blocImage3AvecFond iframe {
        width: 100%;
        height: 280px;
    }

    .blocVideo {
        height: 280px;
    }

    #blocExpo .blocImage3 {
        max-height: 230px;
        min-height: 230px;
    }

    #blocExpo .blocImage3 img.portrait {
        max-height: 500px;
        min-height: 500px;
    }

    #blocExpo .blocImage3 img.paysage {
        max-height: 230px;
        min-height: 230px;
    }

}

@media (min-width: 1601px) {
    #blocExpo .blocImage3AvecFond {
        max-height: 350px;
        min-height: 350px;
        line-height: 350px;
    }

    #blocExpo .blocImage3AvecFond img.portrait {
        max-height: 350px;
        min-height: 350px;
    }

    #blocExpo .blocImage3AvecFond img.paysage {
        max-width: 100%;
        max-height: 350px;
    }

    .blocVideo {
        height: 350px;
    }

    #blocExpo .blocImage3AvecFond iframe {
        width: 100%;
        height: 350px;
    }

    #blocExpo .blocImage3 {
        max-height: 350px;
        min-height: 350px;
    }

    #blocExpo .blocImage3 img.portrait {
        max-height: 500px;
        min-height: 500px;
    }

    #blocExpo .blocImage3 img.paysage {
        max-height: 350px;
        min-height: 350px;
    }

}

#blocExpo #infosTextes {
    position: relative;
}

#blocExpo #underSlider {
    width: 85%;
}

#blocExpo #underSliderCaption {
    margin: 0px 0 15px 15px;
}

#blocExpo #download .pdf {
    display: block;
}

#blocExpo #download {
    margin-left: 15px;
}

#blocExpo #community {
    margin-left: 15px;
}

#blocExpo #communique {

}

#blocExpo #legende .noImage {
    position: relative;
    bottom: 0;
    left: 15px;
}

@media (min-width: 800px) {

    .col {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        -o-column-count: 4;
        -ms-column-count: 4;
        column-count: 4;
        -moz-column-gap: 20px;
        -webkit-column-gap: 20px;
        -o-column-gap: 20px;
        -ms-column-gap: 20px;
        column-gap: 20px;
    }

    .twoCol {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        -o-column-count: 2;
        -ms-column-count: 2;
        column-count: 2;
        -moz-column-gap: 20px;
        -webkit-column-gap: 20px;
        -o-column-gap: 20px;
        -ms-column-gap: 20px;
        column-gap: 20px;
    }

    #blocExpo .modeListe {
        margin: 15px 0 30px;
        padding-bottom: 30px;
    }

}

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

#blocExpo .blocImage4 .legendeCartouche {
    position: absolute;
    width: 88%;
    text-align: left;
    left: 0;
    bottom: 0;
}

#blocExpo .blocImage4 .legendeCartoucheInside {
    font-size: 0.9em;
    margin: 0 30px 30px;
    padding: 20px;
    background-color: #FFF;
    position: relative;

}

#blocExpo .blocImage4 {
    position: relative;
    background-position: center;
    text-align: center;
    overflow: hidden;
    max-height: 450px;
    min-height: 450px;
}

#blocExpo .blocImage4 img.portrait {
    min-width: 100%;
    height: auto;
    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%);

}

#blocExpo .blocImage4 img.paysage {
    height: 100%;
    width: auto;
    max-height: 450px;
    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%);
}

#blocExpo .legende {
    min-height: 65px;
    margin: 10px 0 40px;
    position: relative;
}

#blocExpo .small h3 {
    font-family: 'FaktPro-SemiBold', Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    margin: 0;
    text-transform: uppercase;
}

#blocExpo .small .dates {
    margin-bottom: 0;
}

@media (max-width: 1024px) {

}

@media (min-width: 1025px) and (max-width: 1280px) {

}

@media (min-width: 1281px) and (max-width: 1440px) {

}

@media (min-width: 1441px) and (max-width: 1600px) {

}

@media (min-width: 1601px) {

}

/* --------------------------------------------------------------------------------EXPOSITION *//* DIAPORAMA */
#diaporama {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 130px;
}

#slider {
    height: auto;
    width: 100%;

    /*bottom: 0;
    left: 0;
    position: absolute;
    right: 0;*/

}

.rsOverflow img {
    text-align: center;
    /*margin-left: 0 !important;*/
}

#diaporama .rsOverflow {
    padding-top: 2% !important;
}

#diaporama.noFullscreen .rsOverflow {
    padding-top: 0 !important;
}

#diaporama.noFullscreen .rsSlide {
    text-align: left !important;
}

#diaporama.noFullscreen img.rsImg {
    text-align: left !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    vertical-align: top !important;
}

#diaporama.noFullscreen .rsDefault, #diaporama.noFullscreen .rsDefault .rsOverflow, #diaporama.noFullscreen .rsDefault .rsSlide, #diaporama.noFullscreen .rsDefault .rsVideoFrameHolder, #diaporama.noFullscreen .rsDefault .rsThumbs, #diaporama.noFullscreen #underSliderThumb .rsThumbs {
    background: #FFF;
}

#diaporama .rsDefault, #diaporama .rsDefault .rsOverflow, #diaporama .rsDefault .rsSlide, #diaporama .rsDefault .rsVideoFrameHolder, #diaporama .rsDefault .rsThumbs, #diaporama #underSliderThumb .rsThumbs {
    /*background: #000;*/
}

#diaporama .rsOverflow {
    height: 100% !important;
}

#diaporama .rsThumbsContainer {
    /*transform: translate3d(0px, 0px, 0px)!important;*/
    /*-webkit-transform: translate3d(0px, 0px, 0px)!important;*/
    /*-ms-transform: translate3d(0px, 0px, 0px)!important;*/
    /*-moz-transform: translate3d(0px, 0px, 0px)!important;*/
    /*-o-transform: translate3d(0px, 0px, 0px)!important;*/
}

.rsThumbsContainer.no_translate {
    transform: translate3d(0px, 0px, 0px) !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    -ms-transform: translate3d(0px, 0px, 0px) !important;
    -moz-transform: translate3d(0px, 0px, 0px) !important;
    -o-transform: translate3d(0px, 0px, 0px) !important;
}

/*#diaporama.onFullscreen .rsSlide{
	text-align: center;
}

#diaporama .img.rsImg{
	text-align: left;
	margin-top:0;
	vertical-align: top;
}

#diaporama.onFullscreen img.rsImg{
	text-align: center;
	vertical-align: middle;
}

#diaporama img.rsImg {
	max-width: none;
	margin-left:0!important;

}



#diaporama.onFullscreen img.rsImg, #diaporama.onFullscreen img.rsImg{
	margin-top:auto!important;
    margin-left:auto!important;
}
*/

#blocArtiste #underSliderCaption {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    line-height: 1.4em;
    bottom: 0;
    color: #000;
    min-height: 200px;
    position: absolute;
    text-align: left;
    width: 100%;
}

#blocArtiste #underSliderCaption .caption {
    transform: scaleY(1.05);
    -ms-transform: scaleY(1.05);
    -moz-transform: scaleY(1.05);
    -webkit-transform: scaleY(1.05) translateZ(1px);
}

#underSliderThumb {
    bottom: 72px;
    position: absolute;
    width: 97%;
}

.bt-to-store {
    /*margin-top: 65px;*/
    padding: 5px 20px;
    border: 2px solid #000;
    display: inline-block;
    transform: scaleY(1.05);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    position: absolute;
    top: 140px;
}

.bt-to-store a {
    transform: scaleY(1.05);
    -ms-transform: scaleY(1.05);
    -moz-transform: scaleY(1.05);
    -webkit-transform: scaleY(1.05) translateZ(1px);
    color: #000;
    font-family: 'Montserrat-regular', sans-serif;
    font-size: 0.83em;
    text-transform: uppercase;

}

#slider .rsGCaption {
    text-align: center;
    width: 100%;
    font-size: 0.95em;
    font-family: "Muli", sans-serif;
    background-color: rgba(255, 255, 255, 1) !important;
    color: #000;
    height: 108px;
}

#slider .rsGCaption strong {
    font-family: 'Montserrat-regular', sans-serif;
    font-weight: normal;
}

/* --------------------------------------------------------------------------------EXPOSITION *//* TEXTES */
.titre_artist_expo {
    margin: 0 0 10px;
    font-size: 1.3em;
    line-height: 1em;
    font-family: 'Montserrat-regular', sans-serif;
    transform: scaleY(1.05);
    -ms-transform: scaleY(1.05);
    -moz-transform: scaleY(1.05);
    -webkit-transform: scaleY(1.05);
    color: #000;
    text-transform: uppercase;
}

#blocExpo h1 {
    font-family: 'Montserrat-regular', sans-serif;
    font-size: 2em;
    margin: 5px 0 0 !important;
    text-transform: uppercase
}

#blocExpo h2.nomArtiste {
    font-family: 'Montserrat-regular', sans-serif;
    font-size: 1.5em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#blocExpo h2 {
    font-family: 'Montserrat-regular', sans-serif;
    font-size: 1.8em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#blocArtiste .blocImage6 h3 {
    font-size: 1.5em;
    line-height: 1.4em;
    margin: 0;
    text-transform: uppercase;
}

#blocExpo .blocImage6 .legendeCartouche .dates {
    font-size: 1.2em;
    margin-bottom: 50px;
}

#blocExpo .communique {
    margin-top: 10px;
}

#ArtisteExpoEponyme {
    margin: 0 !important;
}

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

#blocCatalogue .blocImage4AvecFond {
    max-height: 450px;
    min-height: 450px;
    line-height: 450px;
    background-color: #eeeeee;
    text-align: center;
    background-position: center;
}

#blocCatalogue .blocImage4AvecFond img.portrait {
    max-height: 450px;
    min-height: 450px;

}

#blocCatalogue .blocImage4AvecFond img.paysage {
    height: auto;
    max-width: 100%;
    max-height: 450px;
}

@media (max-width: 1024px) {
    #blocCatalogue .blocImage4AvecFond {
        max-height: 265px;
        min-height: 265px;
        line-height: 255px;
    }

    #blocCatalogue .blocImage4AvecFond img.portrait {
        max-height: 265px;
        min-height: 265px;
    }

    #blocCatalogue .blocImage4AvecFond img.paysage {
        max-width: 100%;
        max-height: 265px;
        /*min-height: 230px;*/
    }

    /*#blocCatalogue .blocImage6{
        max-height:450px;
    }

    #blocCatalogue .blocImage6 img.portrait{
        max-height:450px;
    }

    #blocCatalogue .blocImage6 img.paysage{
        max-height:450px;
    }*/

}

@media (min-width: 1025px) and (max-width: 1280px) {
    #blocCatalogue .blocImage4AvecFond {
        max-height: 275px;
        min-height: 275px;
        line-height: 265px;
    }

    #blocCatalogue .blocImage4AvecFond img.portrait {
        max-height: 275px;
        min-height: 275px;
    }

    #blocCatalogue .blocImage4AvecFond img.paysage {
        max-width: 100%;
        max-height: 275px;
    }

    #blocCatalogue .artistList {
        position: fixed;
        margin: -5px 0 30px 0;
    }

    /*#blocCatalogue .blocImage6{
        max-height:450px;
    }

    #blocCatalogue .blocImage6 img.portrait{
        max-height:450px;
    }

    #blocCatalogue .blocImage6 img.paysage{
        max-height:450px;
    }*/

}

@media (min-width: 1281px) and (max-width: 1344px) {
    #blocCatalogue .blocImage4AvecFond {
        max-height: 290px;
        min-height: 290px;
        line-height: 280px;
    }

    #blocCatalogue .blocImage4AvecFond img.portrait {
        max-height: 290px;
        min-height: 290px;
    }

    #blocCatalogue .blocImage4AvecFond img.paysage {
        max-width: 100%;
    }

    #blocCatalogue .artistList {
        position: fixed;
        margin: -5px 0 30px 0;
    }

    /*#blocCatalogue .blocImage6{
        max-height:450px;
    }

    #blocCatalogue .blocImage6 img.portrait{
        max-height:450px;
    }

    #blocCatalogue .blocImage6 img.paysage{
        max-height:450px;
    }*/

}

@media (min-width: 1345px) and (max-width: 1440px) {
    #blocCatalogue .blocImage4AvecFond {
        max-height: 330px;
        min-height: 330px;
        line-height: 320px;
    }

    #blocCatalogue .blocImage4AvecFond img.portrait {
        max-height: 330px;
        min-height: 330px;
    }

    #blocCatalogue .blocImage4AvecFond img.paysage {
        max-width: 100%;
    }

    #blocCatalogue .artistList {
        position: fixed;
        margin: -5px 0 30px 0;
    }

    /*#blocCatalogue .blocImage6{
        max-height:450px;
    }

    #blocCatalogue .blocImage6 img.portrait{
        max-height:450px;
    }

    #blocCatalogue .blocImage6 img.paysage{
        max-height:450px;
    }*/

}

@media (min-width: 1441px) and (max-width: 1600px) {
    #blocCatalogue .blocImage4AvecFond {
        max-height: 375px;
        min-height: 375px;
        line-height: 365px;
    }

    #blocCatalogue .blocImage4AvecFond img.portrait {
        max-height: 375px;
        min-height: 375px;
    }

    #blocCatalogue .blocImage4AvecFond img.paysage {
        height: auto;
    }

    #blocCatalogue .artistList {
        position: fixed;
        margin: -5px 0 30px 0;
    }

    /*#blocCatalogue .blocImage6{
        max-height:450px;
    }

    #blocCatalogue .blocImage6 img.portrait{
        max-height:450px;
    }

    #blocCatalogue .blocImage6 img.paysage{
        max-height:450px;
    }*/

}

@media (min-width: 1601px) {
    #blocCatalogue .blocImage4AvecFond {
        max-height: 425px;
        min-height: 425px;
        line-height: 415px;
    }

    #blocCatalogue .blocImage4AvecFond img.portrait {
        max-height: 425px;
        min-height: 425px;
    }

    #blocCatalogue .blocImage4AvecFond img.paysage {
        height: auto;
    }

    #blocCatalogue .artistList {
        position: fixed;
        margin: -5px 0 30px 0;
    }

    /*#blocCatalogue .blocImage6{
        max-height:650px;
    }

    #blocCatalogue .blocImage6 img.portrait{
        min-height:650px;
    }

    #blocCatalogue .blocImage6 img.paysage{
        max-height:650px;
    }*/

}

#blocCatalogue .legende {
    margin: 20px 0 40px;
    position: relative;
    font-size: 0.9em;
    min-height: 150px;

}

#blocCatalogue .legende .type_expo {
    transform: scaleY(1.05);
    -ms-transform: scaleY(1.05);
    -moz-transform: scaleY(1.05);
    -webkit-transform: scaleY(1.05) translateZ(1px);
}

#blocCatalogue .legende .nom_expo {
    color: #000;
    font-family: "Montserrat-regular", sans-serif;
    font-size: 1.2em;
    line-height: 1em;
    padding: 0;
    text-transform: uppercase;
    display: inline-block;
    transform: scaleY(1.05);
    -ms-transform: scaleY(1.05);
    -moz-transform: scaleY(1.05);
    -webkit-transform: scaleY(1.05) translateZ(1px);
}

#blocCatalogue .legende .cat_description {
    font-size: 1em;
    line-height: 1.4em;
    font-family: 'Open Sans', sans-serif !important;
    margin-top: 5px;
    text-align: justify;
}

#blocCatalogue .legende .cat_description, .cat_description p {
    color: #000 !important;

}

.cat_description p, .cat_description span {
    font-size: inherit !important;
    line-height: inherit !important;
    font-family: 'Open Sans', sans-serif inherit !important;
    text-align: inherit !important;
}

#pagination-old {
    display: none;
}

#infscr-loading {
    background: #FFF;
    bottom: 90px;
    width: 60%;
    height: 100px;
    color: #000;
    font-size: 15px;
    left: 50%; /* on positionne l'élément à la moitié de l'écran */
    margin-left: -30%; /* on applique une marge négative de la moitié de la largeur de l'élément */
    padding: 20px;
    position: fixed;
    text-align: center;
    z-index: 9;

}

#scroll-text {
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;

}

.pagination {
    position: absolute;
    display: block;
    bottom: -50px;
    width: 60%;
    left: 50%; /* on positionne l'élément à la moitié de l'écran */
    margin-left: -30%; /* on applique une marge négative de la moitié de la largeur de l'élément */
    text-align: center;
    z-index: 9;
    background: #FFF;
    font-family: 'Open Sans', sans-serif;
}

/* --------------------------------------------------------------------------------ACTUS */
#blocNews .modeListe {
    margin: 15px 0 30px;
    padding-bottom: 30px;
}

#blocAlignement {
    height: 80px;
}

/* -------------------------------------------------------------------------------- TAILLE IMAGE HOME>ACTUS / ACTUS / PRESSE */
.blocTexteNews {
    margin-top: 20px;
    margin-bottom: 30px;
    min-height: 80px;
}

.blocTexteNews .typeExpo {
    font-family: 'Montserrat-regular', sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    color: #959595;
    transform: scaleY(1.05);
    -ms-transform: scaleY(1.05);
    -moz-transform: scaleY(1.05);
    -webkit-transform: scaleY(1.05) translateZ(1px);
}

.blocTexteNews h2, .blocTexteNews h3, .blocTexteNews .dates {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1em;
    line-height: 1.4em;
    margin: 0;
    color: #000;
    text-transform: uppercase;
    font-weight: normal;
    transform: scaleY(1.05);
    -ms-transform: scaleY(1.05);
    -moz-transform: scaleY(1.05);
    -webkit-transform: scaleY(1.05) translateZ(1px);
}

.blocPresGalerieHome {
    margin-top: 10px;
}

.blocPresGalerieHome h3 {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1em;
    line-height: 1.4em;
    margin: 0;
    color: #000;
    font-weight: normal;
    transform: scaleY(1.05);
    -ms-transform: scaleY(1.05);
    -moz-transform: scaleY(1.05);
    -webkit-transform: scaleY(1.05) translateZ(1px);
    text-align: justify;
}

/* --------------------------------------------------------------------------------NEWSLETTER */
#mentionsNewsletter {
    margin: 5px 0 0;
    font-size: 0.7em;
}

#formulaire .form-group {
    margin-bottom: 30px;
}

#formulaire label {
    font-weight: 400;
    font-size: 1em;
    padding-top: 0 !important;
    text-align: left;
}

#formulaire input, #formulaire .btn {
    background-color: #FFF !important;
    border: 1px solid #CCCCCC !important;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

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

/* --------------------------------------------------------------------------------GALERIE *//* PRESENTATION */
#blocGalerie {
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

#infosContact {

}

#credits {

}

#map {

}

#check {
    display: none;
}

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

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

/* --------------------------------------------------------------------------------FOOTER */
#footer .rs li a {
    background-size: 100% auto;
    display: inline-block;
    height: 18px;
    margin-left: 10px;
    text-indent: -99999px;
    width: 15px;
}

#footer .rs li a {
    margin-left: 0;
    margin-right: 4px;
}

#footer .rs {
    margin-left: -5px;
}

#footer .nav > li:first-child > a {
    padding-left: 0;
}

#footer {

    margin-bottom: 50px;
    /*margin-top: 100px;*/

}

#footer-inner {
    border-top: 2px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
}

.infos-container p {
    color: #959595;
    font-size: 12px;
    line-height: 19px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.infos-container p:first-of-type, .infos-container p:first-of-type a {
    color: #000;
    font-family: 'Montserrat-regular', sans-serif;
}

/*--------------------------------------------HERITE DE LA PAGE TEMP / MICKAEL-----------------------*/

/*Artistes de la galerie*/
#related-artist-container {
    margin-top: 105px;
}

#related-artist-container h2 {
    font-size: 16px;
    margin-top: 0;
    border-bottom: 3px solid #fff;
    margin-bottom: 25px;
    padding-bottom: 20px;
    line-height: 1;
    font-family: 'Montserrat-regular', sans-serif;
}

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

.nom-artiste {
    color: #000;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    /*padding-bottom: 20px;*/
}

#listeArtistesExpo li {
    padding-bottom: 10px;
    line-height: 16px;
    text-transform: uppercase;
}

/**Expo-Slider**/

.royalSlider > .rsContent {
    display: none;
    visibility: hidden;
}

#exhib-container {

}

.rsDefault .rsArrowIcn {
    top: 50% !important;
}

#underSliderCaption2, #underSliderCaption1, #underSliderCaption3, #underSliderCaption4 {
    display: none;
}

.nom_expo {
    font-size: 1.5em;
    line-height: 1em;
    padding-bottom: 18px;
    font-family: 'Montserrat-regular', sans-serif;
    padding-top: 5px;
    transform: scaleY(1.05);
    -ms-transform: scaleY(1.05);
    -moz-transform: scaleY(1.05);
    -webkit-transform: scaleY(1.05) translateZ(1px);
    color: #000;
    text-transform: uppercase;
}

.titre_news_home {
    font-size: 1.3em;
    line-height: 1em;
    padding-bottom: 18px;
    font-family: 'Montserrat-regular', sans-serif;
    padding-top: 5px;
    transform: scaleY(1.05);
    -ms-transform: scaleY(1.05);
    -moz-transform: scaleY(1.05);
    -webkit-transform: scaleY(1.05) translateZ(1px);
    color: #000;
    text-transform: uppercase;
}

.date_expo p, .type_expo, .type_expo p, .titre_oeuvre p {
    color: #000;
}

.type_expo {
    text-transform: uppercase;
}

.date_expo p, .type_expo, .type_expo p, .titre_oeuvre p, .artists_expos {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    line-height: 1.4em;
    font-size: 1.05em;
    text-transform: uppercase;
    transform: scaleY(1.05);
    -ms-transform: scaleY(1.05);
    -moz-transform: scaleY(1.05);
    -webkit-transform: scaleY(1.05) translateZ(1px);

}

.rsDefault.slider-home .rsGCaption {
    width: 65% !important;
    bottom: 30px !important;
    left: 30px;
    background-color: rgba(255, 255, 255, 1) !important;
    padding: 20px;
    font-size: 13px !important;
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    text-transform: uppercase;

}

.rsDefault.slider-home .rsGCaption.rsHidden {
    opacity: 0;
}

.artists_expos p {
    color: #000;

}

.slogan-content p {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.slogan-content .black {
    font-weight: bold;
}

/*---------------------------------PARTICULIER---------------------------------*/
@media (max-width: 475px) {

    #gallery-1, #gallery-2 {
        height: 300px !important;
    }

}

.centered {
    text-align: center;
}

@media (min-width: 475px) {

    .rsOverflow img {
        text-align: center;
        margin-left: 0 !important;
    }

}

@media (max-width: 768px) {

    #blocArtiste #underSliderCaption {
        bottom: -50px;
    }

    #underSliderThumb {
        bottom: 20px;

    }

    .bt-to-store {
        /*position: relative;*/
        top: 120px;
        /*margin-top: 45px;*/
    }

}

@media (min-width: 769px)and (max-width: 1050px) {
    #allNav ul li a {
        font-size: 13px !important;
        margin-left: 0;
    }

    #allNav.cbp-nav-shrink ul li a {
        font-size: 13px !important;
    }

    #underSliderCaption1, #underSliderCaption2, #underSliderCaption3, #underSliderCaption4 {
        margin-bottom: 30px;
    }
}

@media (width: 1024px) {
    #allNav ul li a {
        font-size: 12px !important;

    }
}

@media (min-width: 1024px) and (max-width: 1344px) {

    /* Transitions and class for reduced height */
    .cbp-af-header nav a {
        /*-webkit-transition: all 0.3s;*/
        /*-moz-transition: all 0.3s;*/
        /*transition: all 0.3s;*/
    }

    .cbp-af-header .navbar {
        padding-top: 10px;
        padding-bottom: 10px;

    }

    .cbp-af-header .cbp-af-inner {
        height: auto;
        /*margin: 0 50px;*/
        /*border-bottom: 2px solid #eee;*/
    }

    #imageLogo {
        height: 45px;
        padding-right: 20px;
    }

    .logo_typo span.bolder {
        font-size: 15px;
    }

    .logo_typo span.normal {
        font-size: 11px;

    }

    #allNav {
        margin-top: 20px;

    }

    #allNav ul li a {
        font-size: 13px;

    }

    #underSliderCaption2, #underSliderCaption1, #underSliderCaption3, #underSliderCaption4 {
        /*min-height: 160px;*/
        display: block;
        /*padding-top: 25px;*/
    }

}

/* COLLAPSE MENU */
@media (max-width: 1023px) {
    .cbp-af-header.cbp-af-header-shrink {
        height: auto;
    }

    #header.cbp-af-header {
        position: fixed;
        width: 100%;
        background: #FFF;
        z-index: 999999999;
        padding-top: 10px;
        top: 0;
        left: 0;
    }

    #main {
        margin-top: 195px;
    }

    .logo, .logo_typo {
        display: inline-block;
        vertical-align: middle;
        width: 220px;
    }

    .logo_typo span.bolder {
        font-size: 14px;
        text-align: center;
    }

    .logo_typo span.normal {
        font-size: 12px;

    }

    .mn > li > a {
        font-size: 14px !important;
    }

    #logo-container {
        text-align: center;

        /*-webkit-transition: all 0.3s;*/
        /*-moz-transition: all 0.3s;*/
        /*transition: all 0.3s;*/
    }

    #imageLogo {
        padding-bottom: 10px;
        padding-right: 0;
    }

    #imageLogo.cbp-logo-shrink {
        height: 50px;
        padding-right: 0px;
    }

    #menu-item-container .rs,
    #menu-item-container .mn {
        text-align: center;
    }

    #menu-item-container .rs a {
        display: inline-block;
        text-indent: -9999px;
    }

    #menu-item-container .nav > li:last-child a {
        padding-right: 0;
        margin-right: 0;
    }

    #underSliderCaption2, #underSliderCaption1, #underSliderCaption3, #underSliderCaption4 {
        /* min-height: 160px;*/
        display: block;
        padding-top: 25px;
    }

    #underSliderCaption1, #underSliderCaption2, #underSliderCaption3, #underSliderCaption4 {
        margin-bottom: 35px;
    }

    .cbp-af-header .cbp-af-inner {
        /*margin: 0 15px;*/
    }

    .mn {
        display: none;
    }

    .mn.small-device {
        display: block;
    }

    #allNav {
        float: none;
        padding-top: 20px;
    }

    .menu > li {
        float: none;
        display: block !important;
        text-align: center;
    }

    .menu > li > a {
        display: block !important;
    }

    .cbp-af-header.cbp-af-header-shrink .navbar {
        padding-bottom: 0;
        padding-top: 0;
    }

    .navbar {
        margin-bottom: 0;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
        margin: 0 auto !important;
        float: none;
    }

    #bs-example-navbar-collapse-1 {
        position: fixed;
        top: 164px;
        left: 0px;
        width: 97%;
        height: 100% !important;
        max-height: 100%;
        background: #FFF;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        overflow: hidden;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

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

    }

    #menu-item-container .navbar-nav {
        float: none;
    }

    .navbar-nav.rs {
        float: none !important;
        margin: 7.5px -15px;
    }

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

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 1.3em;
        text-transform: uppercase;
    }

    .navbar-default .navbar-toggle {
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 0;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #000000 !important;
        margin-bottom: 5px;
    }

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

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

    /* animated hamburgeur*/
    .navbar-toggle .icon-bar:nth-of-type(2) {
        top: 1px;
    }

    .navbar-toggle .icon-bar:nth-of-type(3) {
        top: 1px;
    }

    .navbar-toggle .icon-bar {
        position: relative;
        transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -webkit-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
    }

    .navbar-toggle.active .icon-bar:nth-of-type(1) {
        top: 8px;
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }

    .navbar-toggle.active .icon-bar:nth-of-type(2) {
        background-color: transparent !important;
    }

    .navbar-toggle.active .icon-bar:nth-of-type(3) {
        top: -6px;
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
    }
}

@media (min-width: 1140px) {
    #header {
        padding-right: 110px;
        padding-left: 110px;

    }

    #site {
        padding-right: 130px;
        padding-left: 130px;

    }

    .container-fluid {
        margin-right: auto;
        margin-left: auto;
        max-width: 1500px; /* or 950px */
    }

    #inner-site {
        background-color: #FFF;
        padding: 0 0px 25px;

    }

}

@media (min-width: 1281px) {
    .mn {
        padding-top: 10px;
    }

    #allNav {
        margin-top: 20px;
    }
}

@media (min-width: 1600px) {

    #allNav {
        margin-top: 18px;
    }

    #oeuvre {
        margin-top: 30px;
    }
}

@media (min-width: 1601px)and (max-width: 1770px) {
    .cbp-af-header .cbp-af-inner {
        /*margin: 0 130px;*/
    }

    #header {
        padding-right: 30px;
        padding-left: 30px;

    }
}

@media (min-width: 1771px) {
    .cbp-af-header .cbp-af-inner {
        /*margin: 0 210px;*/
        /*margin: 0 140px;*/

    }

    #header {
        padding-right: 30px;
        padding-left: 30px;

    }
}

#zero_auto {
    margin: 0 auto !important;
}

#zero_auto > div > nav {
    padding-bottom: 13px;
    border-bottom: 2px solid #eee;
}

.royalSlider > .slider_inner {
    visibility: hidden;
}

/*NewsletterPopIn*/
/*html {*/
/*overflow: hidden;*/
/*width: 100%;*/
/*height: 100%;*/
/*}*/

.popInContainer #formulaire {
    position: relative;
    height: 100%;
}

.popInContainer {
    position: fixed;
    background-color: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;

}

.popInInner {
    width: 80%;
    height: 80%;
    top: 50%;
    left: 50%;
    /*background-color: #f2f2f2;*/
    background-color: #fff;
    position: relative;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    padding: 20px;

    overflow-y: auto;
    overflow-x: hidden;

    background-image: url(/site/graphisme/pola1.png);
    background-image: url(/site/graphisme/pola2.png);
    background-image: url(/site/graphisme/pola3.png);
    background-image: url(/site/graphisme/pola4.png);
    background-image: url(/site/graphisme/pola5.png);
    background-repeat: repeat;
    background-blend-mode: lighten;

}

.popInInner .cross {
    display: none;
}

.popInInner:hover .cross {
    display: block;
}

#hiddenChoices {
    opacity: 0;
    visibility: hidden;
    height: 1px;
    overflow: hidden;
    margin: 0 !important;
}

#imageNsContainer {
    position: relative;
    height: 55%;
    width: 100%;
    overflow: hidden;
}

.ImageNsInner {

}

.ImageNsInner img {
    position: absolute;
    width: auto;
    height: 100%;

    /**/
    /*width: 100%;*/
    /*height: auto;*/
    /**/

    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%);
}

#inputContainer {
    margin-top: 20px;
    margin-top: 2.5%;
}

.sendSub {
    width: 100%;
}

.titleContainer {
    z-index: 2;
    position: relative;
    left: 0;
    bottom: 0;
    background-color: #ececec;
    background-color: rgba(236, 236, 236, 0.34);
    padding: 10px;
    color: #000;
    margin: 20px 0 0 0;
    width: 100%;

    border: 1px solid rgba(221, 221, 221, 0.23);
    border-style: inset;
}

.elemName {
    font-size: 1.5em;
    line-height: 1em;
    padding-bottom: 0;
    font-family: 'Montserrat-regular', sans-serif;
    padding-top: 5px;
    transform: scaleY(1.05);
    -ms-transform: scaleY(1.05);
    -moz-transform: scaleY(1.05);
    -webkit-transform: scaleY(1.05) translateZ(1px);
    color: #000;
    text-transform: uppercase;
}

.elemCat {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    line-height: 1.4em;
    font-size: 1.05em;
    text-transform: uppercase;
    transform: scaleY(1.05);
    -ms-transform: scaleY(1.05);
    -moz-transform: scaleY(1.05);
    -webkit-transform: scaleY(1.05) translateZ(1px);
    color: #000;
}

.inputInner input {
    font-family: 'Open Sans', sans-serif;
}

.inputInner input:focus, .inputInner input:active, .inputInner input:visited {
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(255, 255, 255, 0);
}

.cross {
    width: 40px;
    height: 40px;
    background-color: white;
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    /*-webkit-border-radius: 50%;*/
    /*-moz-border-radius: 50%;*/
    /*border-radius: 50%;*/
    z-index: 999;
}

.cross::after, .cross::before {
    position: absolute;
    top: 20px;
    right: 10px;
    content: '';
    display: block;
    width: 25px;
    height: 2px;
    background-color: rgba(102, 102, 102, 1);
    z-index: 9;
}

.cross::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cross::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.no_overflow {
    overflow: hidden;
}

.popInContainer {
    display: none;
}

.succes_mail {
    padding-top: 5px;
    color: #000;
}

.fail_mail {
    padding-top: 5px;
    color: red;
}

#formulaire #submitBtn {
    background-color: #000 !important;
    color: #fff !important;
}

#formulaire #submitBtn:hover {
    background-color: #fff !important;
    color: #000 !important;
}

@media (min-width: 769px) {
    #imageNsContainer {
        height: 85%;
    }
}

@media (min-width: 991px) {
    .popInInner {
        height: 80%;
        width: 40%;
    }
}

@media (max-width: 768px) {
    .inputInner {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .lastInputInner {
        margin-bottom: 0 !important;
    }
}

#header {
    z-index: 9999999999 !important;
}
