/*---------------------------------FONTS----------------------------------*/

/*---------------------------------PARTICULIER---------------------------------*/
.gris {
    background-color: #ebecee;
}

.grisPageArtiste {
    background-color: #ebecee;
    text-align: center;
}

.fLeft {
    float: left;
}

.blocTexte em, .blocTexte strong, .blocTexte col-md-, .blocTexte p {
    font: inherit;
}

a.active {
    text-decoration: underline;
    color: #000;
}

a {
    outline: none !important;
}

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

.invisible {
    display: none;
}

/* -----------------------------------------------------------------------------------BASE  */

.site {
    /*max-width:990px;*/
    margin: 0 auto !important;
}

#main {
    border: #DDD 1px solid;
    padding-bottom: 20px;
}

#header {
    border: #DDD 1px solid;
    margin-bottom: 10px;
}

/* -----------------------------------------------------------------------------------TITRES  */
h1 {
    font-size: 2em;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 10px;
    margin-top: 0;
}

/* -----------------------------------------------------------------------------------NAV  RESPONSIVE*/
.navbar-default, .navbar {
    background-color: #FFF !important;
    border: none !important;
    margin: 0;
}

.navbar-nav {
    margin: 35px 0 5px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, dropdown-menu > li > a:hover, dropdown-menu > li > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #FFF !important;
    color: #000;
    text-decoration: underline;
}

.dropdown-menu {
    padding: 5px;
}

.logo {
    float: left;
    margin: 20px 0 0 5px !important;
}

.navbar > .container .logo, .navbar > .container-fluid .logo {
    margin-left: -15px;
}

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

#header.floatable {
    position: fixed;
    background-color: #FFF;
    width: 100%;
    top: 0;
    left: 0;
    height: auto;
    z-index: 9999;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    -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;
}

.logo.floatable {
    margin: 10px 0 0 10px !important;
}

.logo.floatable #imageLogo {
    width: 90px;
}

.navbar-nav.floatable {
    margin: 5px 0;
}

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

.cartouche {
}

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

.titre {
    border-bottom: 3px solid #000;
    padding: 10px 0;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 1em;
    margin-bottom: 30px;
}

.typeExpo {
    float: left;
    font-size: 1.2em;
    margin: 13px 0 0 10px;
    line-height: 0.8em;
}

/* --------------------------------------------------------------------------------ACCUEIL *//* DIAPORAMA */
.diapoExpos, .diapoNews {
    border: #DDD 1px solid;
    margin: 10px 0 0;
    position: relative;
}

.cartouche .blocImage {
    position: relative;
    background-color: #F7F6F5;
    background-position: center;
    text-align: center;
    height: 616px;
}

.cartouche .blocImageSmall {
    position: relative;
    background-color: #F7F6F5;
    background-position: center;
    text-align: center;
    height: 196px;
}

.flecheNav, .flecheNavBis {
    position: absolute;
    right: 5px;
    top: 10px;
}

/* --------------------------------------------------------------------------------ACCUEIL *//* TEXTES */
.blocInfosExpo {
    padding-top: 10px;
    letter-spacing: 0.1em;
}

.cartouche .blocInfos {
    padding-bottom: 30px;
}

.cartouche .blocTexte {
    padding-top: 60px;
}

.cartouche .intro {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1em;
    line-height: 1.2em;
}

.dates {
    text-transform: uppercase;
    margin: 0 0 20px;
}

/* --------------------------------------------------------------------------------ARTISTES */
.menuArtiste {
    margin: 20px 0 35px;
}

.menuArtiste li a {
    color: #000000;
}

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

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

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

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

.blocVignette {
    margin-bottom: 15px;
}

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

#blocArtiste {

}

.blocOeuvre {
    margin-bottom: 40px;
}

.fondVignetteOeuvre {
    background-color: #ebecee;
    text-align: center;
}

.legende {
    margin: 20px 0 40px;
    color: #000;
    line-height: 1.2em;
}

.description {
    max-width: 60%;
    color: #000;
    line-height: 1.2em;
}

.infosOeuvres {
    position: absolute;
    width: 100%;
    z-index: 999;
    bottom: 12px;
}

.moreOeuvre {
    display: block;
    width: 27px;
    height: 27px;
    background: url(/site/graphisme/picto_pdf.png) no-repeat;
    float: left;
    margin-right: 8px;

}

.detailOeuvre {
    display: block;
    width: 27px;
    height: 27px;
    background: url(/site/graphisme/picto_print.png) no-repeat;
    cursor: pointer;
    margin: auto;
    float: left;
}

.moreOeuvre:hover, .detailOeuvre:hover {
    background-position: bottom;
}

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

#submenuHaut {
    position: fixed;
    text-align: left;
    top: 150px;
    width: 100%;
    z-index: 99;
    width: 160px;
    background: #FFF;
    padding: 10px 10px 40px 0;
}

.blocGrille .blocVignette {
    margin-right: 20px;
    min-height: 200px;
    padding: 0 !important;
}

.blocImage {
    background: none repeat scroll 0 0 #F6F6F6;
    height: 200px;
    line-height: 198px;
    position: relative;
    text-align: center;
}

.blocImage img {
    max-width: 100%;
}

.thumbnailArtiste {
    display: block;
    line-height: 20px;
    border: 1px solid #FFF;
    background: #FFF;
    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;
}

#video .thumbnailArtiste {
    display: block;
    line-height: 198px;
    border: 1px solid #FFF;
    background: #FFF;
    height: 200px;
    text-align: center;
    /* -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: #CCC;
    /*-webkit-box-shadow: 0 1px 4px rgba(204, 204, 204, 0.25);
            box-shadow: 0 1px 4px rgba(204, 204, 204, 0.25);*/
}

.btPlayOeuvres {
    left: 36.5%;
    position: absolute;
    z-index: 999;
}

#portfolio {
    margin-top: 30px;
}

#infosTextes {
    margin-top: 40px;
}

/* --------------------------------------------------------------------------------ARTISTES *//* LISTE ARTISTES VIDEOS */
.blocImageVideo {
    width: 100%;
    background: #FFF;
    height: 370px;
    position: absolute;
    border: 1px solid #DDD;
}

.blocImageVideo img.vignetteVideo {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0px;
    max-height: 100%;
    max-width: 100%;
}

.fondVignetteVideo {
    background-color: none;
    text-align: center;
    position: relative;
    min-height: 500px;
}

.vignetteVideo {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 99;
    width: 100%;
}

.btPlay {
    left: 36.5%;
    position: absolute;
    top: 40%;
    z-index: 999;
}

.blocVideo {
    width: 100%;
    height: 370px;
}

.legendeVideo {
    text-align: left;
    width: 100%;
    margin: 20px 0;
}

/* --------------------------------------------------------------------------------ARTISTES *//* LISTE ARTISTES EXPOSITION */
.blocArtiste .modeListe {
    margin: 15px 0 30px;
    padding-bottom: 30px;
}

/* --------------------------------------------------------------------------------EXPOSITION */
.blocExpo {

}

.sousMenuExpo {
    margin: 20px 0 35px;
}

.sousMenuExpo li a {
    color: #000000;
}

.sousMenuExpo li a:hover, .sousMenuExpo li a.active {
    color: #0081C2;
}

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

#blocExpo .blocImage {
    position: relative;
    background-color: #F7F6F5;
    background-position: center;
    text-align: center;
    height: 630px;
}

#blocExpo .legende {
    padding: 15px 0;
    border-bottom: solid 1px #DDD;
    margin-bottom: 30px;
}

/* --------------------------------------------------------------------------------EXPOSITION *//* LISTE EN COURS / PASSEES / FUTURES */
.modeListe {
    margin: 15px 0 30px;
    padding-bottom: 30px;
}

#blocExpo .blocInfos {
    margin: 15px 0;
}

/* ---------------------------------------------EXPOSITION *//* LISTE PAR ANNÉES*/
.tailleFixe {
    width: 330px !important;
    position: relative;
}

#listeAnnees {
    position: relative;
    min-height: 100px;
}

#listeAnnees a {
    font-size: 1.3em;
}

#listeAnnees .activeSp {
    color: #000;
}

.content-year {
    min-height: 150px;
}

.ligne {
    margin-bottom: 50px;
    padding-bottom: 35px;
    border-bottom: 1px solid #CCC;
}

.groupPanel div.last .ligne {
    display: none;
}

/* ---------------------------------------------EXPOSITION *//* LISTE  AVEC SELECT DEROULANT PAR ANNÉES*/
#blocExpo .modeListeExpo {
    margin: 15px 0 30px;
    padding-bottom: 30px;
}

#blocExpo .colExpoListe {
    margin-bottom: 20px;
}

.selectMine .btn {
    background-color: #FFF;
    font-size: 1em;
    letter-spacing: 0.15em;
    border-color: #FFF;
    padding: 0;
    text-transform: uppercase;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-md-"] {
    margin-bottom: 0 !important;
}

.selectMine li a {
    background-color: #FFF;
    font-size: 1em;
    letter-spacing: 0.15em;
    border-color: #FFF;
    padding: 0 0 0 5px;
    font-size: 0.9em;
}

.selectMine .selectpicker {
    width: 200px !important;
}

.selectMine.open .dropdown-toggle.btn-default, .selectMine .btn-default:hover, .selectMine .btn-default:focus, .selectMine .btn-default:active, .selectMine .btn-default.active {
    background-color: #FFF !important;
    background-color: #FFF !important;
    border-color: #FFF !important;
    color: #000 !important;
    outline: none !important;
    box-shadow: none !important;
}

#blocExpo .bootstrap-select .btn:focus {
    outline: none !important;
}

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

#blocExpo .intro {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.4em;
}

#blocExpo .communique {
    line-height: 1.4em;
    margin-top: 30px;
}

#blocExpo .lienArtiste, #blocExpo .community {
    margin: 20px 0;
    padding: 10px;
    border: 1px solid #DDD;
}

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

.community {

}

.pdf {
    float: left;
    padding-right: 3px;
}

/* --------------------------------------------------------------------------------PUBLICATIONS */
.paginationNumber, .bt_retour {
    margin: 40px 0;
    padding-bottom: 10px;
}

.listeAuteur a:hover, .listeAuteur a.active {
    color: #005580;
}

.fondVignetteCatalogue {
    background-color: #ebecee;
    text-align: center;
    height: 270px;
}

.list-inline {
    margin-left: 0;
}

.listeArtistesEditions li, .listeArtistesEditions li h3 {
    margin: 0;
    display: inline;
    padding: 0;
}

/* --------------------------------------------------------------------------------PRESSE */

/* --------------------------------------------------------------------------------ACTUS *//* LISTE */
.blocVideoActu {
    height: 310px;
    width: 100%;
}

.blocImageVideoActu {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    height: 310px;
    position: absolute;
    width: 100%;
}

.fondVignetteVideoActu {
    min-height: 400px;
    position: relative;
    text-align: center;
}

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

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

#formulaire label {
    font-weight: 600;
    font-size: 1em;
    padding-top: 0 !important;
}

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

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

.blocGalerie {
}

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

.galerie {
    margin: 15px 0 0;
}

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

.blocContact .blocMap {
    padding: 25px 0;
    border-top: dashed 1px #BAAB9D;
    margin: 15px 0;
}

.blocContact .blocMap a {
    color: #BAAB9D;
    font-family: "droid_sansbold", Helvetica, Arial, sans-serif;
}

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

/* --------------------------------------------------------------------------------FOOTER */

#footer {
    margin: 50px 0 30px;
    padding-top: 10px;
    border-top: #DDD 1px solid;
}

#header {
    position: fixed;
    height: 100%;
    width: 280px;
    left: 0;
    top: 0;
    z-index: 50;
    border: none;
    padding: 0 30px;
    background-color: white;
}

#header .header_block_1_1 {
    width: 100%;
    height: 30px;
    margin: 10px 0;
    text-align: center;
}

.bk-social-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: transparent url("/site/graphisme/images/social-icons.png") 0px 0px no-repeat;
}

.instagram {

    background-position: 0px -1040px;
}

.facebook {

    background-position: 0px -280px;
}

.twitter {

    background-position: 0px -920px;
}

.you-tube {

    background-position: 0px -720px;
}

#header .header_block_1_2 {
    width: 100%;
    height: 100px;
    text-align: center;
    margin: 20px 0;
}

html {
    min-height: 100vh;
}

body {
    min-height: 100vh;
}

.block_newsletter {
    height: 100%;
    margin-left: 260px;
    position: relative;
}

.block_newsletter_content {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;

    padding: 10px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 90%;
    width: 80%;
    padding: 30px 50px;
}

#main_container,
body,
html,
#main_content,
#main_content > .container-fluid {
    height: 100%;
}

#main_content {
    background: url("/site/graphisme/images/SunDaze_HowNosm.jpg") 0px 0px no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
}

#formulaire {
    margin-top: -15px;
}

#formulaire .form-group {
    margin-top: -20px;
}

@media (max-width: 991px) {
    #header {
        width: 100%;
        height: 50px;
        padding: 0;
        margin: 0;
    }

    .block_newsletter {
        width: 100%;
        margin: 0;
    }

    .block_newsletter_content {
        margin: 0;
        padding: 5%;
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        transform: none;
        margin-top: 65px;
        height: auto;
    }

    #header .header_block_1_1,
    #header .header_block_1_2 {
        display: block;
        float: right;
        width: 50%;
        height: 50px;
    }

    #header .header_block_1_2 > a {
        display: block;
        height: 50px;
        padding: 5px 0 0 15px;
    }

    #header .header_block_1_2 > a > img {
        display: block;
        height: 40px;
    }

    #header .header_block_1_1 {
        margin-top: 6px;
    }

    #header .header_block_1_2 {
        margin: 0;
    }

    #main_container, body, html, #main_content, #main_content > .container-fluid, .block_newsletter {
        height: auto;
    }

    .block_newsletter {
        margin-bottom: 15px;
    }

}







