@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
/* CSS Document */

html {
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}

html.home{
    min-width: 100%;
    height: inherit;
}

body {
    margin: 0px !important;
    padding: 0px !important;
    font: normal 12px Helvetica, Arial, sans-serif;
    /*background: #ffffff;*/
    width: 100%;
    min-height: 100%;
    overflow: hidden;
}

ul, li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    list-style-position: outside;
}

img {
    border: 0px;
}

/* Liens par défaut */

a, a:visited {
    text-decoration: none;
    /*color:#069;*/
    color: black;
    outline: none;
}

a:hover, a.actif {
    color: #14b2d0!important;
}

a.lien {
    color: #14b2d0;
    text-decoration: underline;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 1.1em;
}

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

.clear {
    clear: both;
}

.invisible {
    display: none;
}

#error404 {
    padding: 50px 20px 20px;
}

/*-------------------------------------Menu----------------------------*/
a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
}

div#menu_horizontal {
    margin: 5px 0 0 0;
    width: 400px;
    position: relative;
    height: 25px;
}

p#afficheMenu {
    color: #000;
    cursor: pointer;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    margin: 0 0.7% 0 0;
    height: 40px;
}

p#afficheMenu:hover {
    color: #14b2d0 !important;
}

ul#nav {
    /*opacity:0;*/
    /*left: 35px;*/
    position: absolute;
    top: 0;
    width: 280px;
}

ul#nav li {
    float: left;
    position: relative;
    text-align: center;
    margin: 0 2.5% 0 0;
    z-index: 1000;
}

ul#nav li a {
    display: block;
    background-color: transparent;
    color: #7e7e7e;
    text-transform: lowercase;
    float: left;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 1.1em;
}

ul#nav li a.actif, ul#nav li a:hover {
    color: #14b2d0;
    position: relative;
    z-index: 101;
}

#listeArtiste {
    float: right;
    width: 60%;
}

.colonneArtiste {
    column-width: 120px;
    -webkit-column-width: 120px;
    -moz-column-gap: 5px;
    -webkit-column-gap: 5px;
    -moz-column-rule: 0px solid #ddccb5;
    -webkit-column-rule: 0px solid #ddccb5;
    line-height: 1.2em;
}

#listeArtiste a {
    color: #7b7a7a;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
}

#listeArtiste li {
    color: #7B7A7A;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
}

#listeArtiste a:hover, #listeArtiste a.actif {
    color: #000;
}

.first {
    margin-right: 15%;
}

/*-------------------------------------Top----------------------------*/
div#header {
    background-color: #FFF;
    padding: 20px 5px 5px 20px;
    min-height: 80px;
}

#headerGauche {
    float: left;
    width: 251px;
}

#logo {
    text-align: left;
    width: 232px;
    height: 20px;
    padding-top: 3px;
}

#logo a {
    background: url('michelReinParisBrussel3.svg') no-repeat;
    width: 232px;
    height: 20px;
    display: block;
}

/*-------------------------------------Accueil----------------------------*/
div#barreGriseAccueil {
    height: 25px;
    /*background-color:#f4f5f6;*/
    background-color: #f6f7f7;
}

#encoursHome {
    padding: 5px 5px 20px 20px;
    background: url('/site/graphisme/fond_transparent.png') repeat;
    cursor: pointer;
    position: relative;
}

.blocInfosExpo {
    margin: 20px 20px 0 0;
    width: 31%;
    float: left;
}

.blocInfosExpo p.firstFloor {
    color: #727272;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 1.3em;
}

.firstSmall {
    font-size: 0.7em;
    line-height: 1.7em;
}

img.imageClose {
    z-index: 100;
    position: absolute;
    top: 5px;
    right: 10px;
}

.slide-liste-home {
    margin: 20px 0 0 !important;
    float: right !important;
    padding: 0 !important;
    position: relative !important;
    left: 0 !important;
}

#encoursHome p.dates {
    color: #727272;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 12px;
}

div.logoBasAccueil {
    position: absolute;
    bottom: 150px;
    right: 30px;
    background: url('/site/graphisme/logoBas.png') no-repeat;
    height: 16px;
    width: 20px;
    z-index: 1008;
}


#sliderhome div.logoBasAccueil {
    bottom: 50px;
}

/*-------------------------------------Contenu----------------------------*/
div#wrapper {
    height: 100%;
}

div#wrapperScroll {
    height: 100%;
    overflow: auto !important;
}

div#maincontent {
    position: relative;
    height: 100%;
}

div#sliderhome {
    position: relative;
    z-index: 100;
}

div.content-home{
    position: relative;
    z-index: 100;
    background-color: #ffffff;
}



div#maincontentScroll.pagegalerie.viewaccueil{
}

html.allowScroll body{
    overflow:inherit;
}

html.allowScroll div#wrapperScroll{
    min-height: 100%;
    overflow: inherit !important;
}

.bottom-page{
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f6f7f7;
}

.scroll_to_news{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.block-news,
.block-footer{
    font-family: Lato, Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.block-footer .col-md-4{
    display: flex;
    justify-content: center;
}

.item-footer,
.item-news{
    margin:30px;
}

.item-footer h2{
    font-weight: 400;
    line-height: 1.6em;
}
.item-footer{
    font-weight: 300;
    line-height: 1.4em;
    width: max-content;
}

.footer-copyright{
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 12px;
    text-align: right;
    color: #727272;
}

.item-news .blocImageSmall img{
    max-width: 100%;
    max-height: 300px;
}

.row-form{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.col-md-3{
    width: 25%;
}
.col-md-4{
    width: 33.33%;
}
.col-md-6{
    width: 50%;
}

.description-slide{
    color: #444444;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
}

.description-slide h3{
    font-size: 1.9em;
    line-height: 1.9em;
}

.description-slide h4{
    font-size: 1.3em;
    line-height: 1.3em;
    font-weight: normal;
}

a.inquire{
    margin-top: 50px;
    display: inline-block;
    border: 1px solid #14B2D0;
    padding: 8px 20px;
    border-radius: 4px;
    color: #14B2D0;
    background-color: #fff;
}
a.inquire:hover{
    color: #fff !important;
    background-color: #14B2D0;
}

#slidecounter{
    width: 50px;
}

.form_elem{
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.form_elem label{
    width: 20%;
    min-width: 150px;
    line-height: 38px;
    display: inline-block;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
}

.form_elem textarea,
.form_elem input[type="email"],
.form_elem input[type="text"]{
    width: 79%;
    padding: 10px;
    font-size: 12px;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
}

#send_btn_cont{
    justify-content: flex-end;
}

.form_elem input[type="submit"]{
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    color: #14B2D0;
    border: 1px solid #14B2D0;
    background-color: #fff;
    padding: 8px 20px;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 100px;
}

.form_elem input[type="submit"]:hover{
    color: #fff !important;
    background-color: #14B2D0;
}



div#maincontentScroll {
    position: relative;
}

#archives {
    position: relative;
}

#archives .firstFloor {
    color: #848282;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 1.1em;
}

div.logoBas {
    position: absolute;
    bottom: 180px;
    right: 30px;
}

div.logoBas {
    display: block;
    background: url('/site/graphisme/logoBas.png') no-repeat;
    height: 16px;
    width: 30px;
    z-index: 1008;
}

.contentOeuvre{
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.sliderOeuvre #slidecaption{
    width: 50%;
    height: 100%;
    position: absolute;
    left: calc(-50% + 20px);
    display: flex;
    justify-content: flex-start;
}

.sliderOeuvre #slidecaption .description-slide{
    margin-top: 80px;
    margin-left: 80px;
}


.descriptionOeuvre{
    width: 33.33%;
}

.sliderOeuvre{
    position: relative;
    width: 66.66%;
}

.sliderOeuvre #prevslide{
    left: calc(-50% - 10px);
}

.sliderOeuvre #nextslide{
    right: -10px;
}

.sliderOeuvre #controls-wrapper{
    min-height: 36px;
    padding-left: 10px;
}

.sliderOeuvre #controls{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 36px;
    height: 36px;
}

#tray-button{
    width: 90px !important;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.sliderOeuvre #tray-button{
    width: 90px;
    line-height: 24px;
    white-space: nowrap;
    float: inherit;
    margin: 0 5px 0 0;
    display: flex;
    justify-content: space-between;
}
.sliderOeuvre #slidecounter{
    float: inherit;
    margin: 0px 5px;
}
.sliderOeuvre #play-button{
    float: inherit;
    margin: 0px 5px;
}

.sliderOeuvre div.logoBas{
    bottom: 60px;
}
.sliderOeuvre #supersized{
    bottom: 0;
    top: 0;
    height: 100%;
}


/*-------------------------------------Icône diaporama----------------------------*/
.sousMenuArtiste{
    margin: 6px 0 0 0;
    
}
#sousMenubas {
    float: right;
    margin: 6px 1.2% 0 0;
    display: flex;
    justify-content: flex-start;
}

#sousMenubas li:after{
    content: '|';
} 

#sousMenubas li:last-child:after {
    content: none;
}

#sousMenubas li {
    color: #8b8b8b;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
}

#sousMenubas li a {
    color: #8b8b8b;
    padding: 0 10px;
    text-transform: lowercase;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
}

#sousMenubas li a:hover, #sousMenubas li a.actif {
    color: #14b2d0;
}

#presentationExpo #controls{
    position: inherit;
    overflow: inherit;
    display: flex;
    flex-direction: row;
    justify-content: left;
    width: 100%;
}

#slidecaption span.noir {
    color: #000 !important;
    font-size: 1em;
    padding-right: 5px;
}

#slidecaption span.noirSPadding {
    color: #000 !important;
    font-size: 0.9em;
}

#slidecaption span.grisSPadding {
    color: #848282 !important;
    font-size: 0.9em;
}

#slidecaption span.gris {
    color: #848282 !important;
    font-size: 0.9em;
}

#slidecaption span.retourGris {
    color: #848282 !important;
    display: block;
    font-size: 0.9em;
}

#sousMenubas:after {
    /*content:"|";*/
    color: #8b8b8b;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    position: absolute;
    top: 0;
}

.pageartistes #sousMenubas:after {
    /*content: "|";*/
}

#sousMenubas {
    float: left;
    position: relative;
}

/*-------------------------------------Liste Expos/ Presentation----------------------------*/
div#barreGriseListe {
    background-color: #F6F7F7;
    height: 25px;
}

div#barreGrise {
    min-height: 45px;
    background-color: #F6F7F7;
}

#presentationExpo div#barreGrise {
    padding: 5px 10px 5px 20px;
}

.sousMenuExpo {
    padding: 5px 0 0 10px;
}

.sousMenuExpoPres {
    padding-top: 5px;
    float: left;
}

.sousMenuArtiste {
    float: left;
}

.sousMenuExpo li, .sousMenuExpoPres li, .sousMenuArtiste li {
    color: #7e7e7e;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
}

.sousMenuExpo li, .sousMenuExpo li a, .sousMenuExpoPres li, .sousMenuExpoPres li a, .sousMenuArtiste li, .sousMenuArtiste li a {
    float: left;
    color: #7e7e7e;
}

.sousMenuExpo li a, .sousMenuExpoPres li a, .sousMenuArtiste li a {
    padding: 0 10px 0;
}

.sousMenuExpoPres li a.firstList, .sousMenuArtiste li a.firstList {
    padding-left: 0;
}

.panel {
    position: absolute;
    z-index: 12;
    left: 0;
    bottom: 157px;
    width: 99%;
    height: calc(100% - 252px);
    padding: 20px 0 20px 20px;
    background-color: white;
    color: #000;
    display: none;
}

img.imageClosePres {
    z-index: 100;
    position: absolute;
    top: 20px;
    right: 25px;
}

.noColonne {
    width: 45%;
    line-height: 1.2em;
}

.colonne {
    -moz-column-width: 400px;
    -webkit-column-width: 400px;
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
    -moz-column-rule: 0px solid #ddccb5;
    -webkit-column-rule: 0px solid #ddccb5;
    padding-right: 15px;
    line-height: 1.2em;
}

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

.grille {
    margin: 0 15px 0 0;
    float: left;
    width: 200px;
    height: 280px
}

#archives p.dates a {
    font-size: 1em;
    color: #d0d0d0;
    margin-top: 2px;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
}

.contenuScroll {
    width: 67%;
    margin: 20px auto 0;
}

#presentationExpo p.dates {
    padding: 6px 0 0;
    font-size: 1.2em;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    color: #000;
    display: inline;
}

/*-------------------------------------Oeuvres / Artistes----------------------------*/
#presentationExpo .image {
    margin-bottom: 10px;
    height: 150px;
}

.detailsPresse {
    color: #7e7e7e;
    font-size: 0.9em;
    line-height: 1em;
    margin-top: 10px;
}

.couvPress {
    width: 115px;
    height: 150px;
    border: 1px solid #d6d6d6;
    background-color: #FFF;
    -moz-box-shadow: 3px 3px 5px #e1e1e1;
    -webkit-box-shadow: 3px 3px 5px #e1e1e1;

}

.contenuScrollPres {

}

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

.imageVideo img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;

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

/*-------------------------------------Publications / Artistes----------------------------*/

#slide_panelpubli .grille {
    float: left;
    height: 320px;
    margin: 0 15px 0 0;
    width: 200px;
}

#slide_panelpubli #mycustomscroll {
    height: 560px;
    outline: medium none;
    overflow: auto;
    width: 98.2%;
}

/*-------------------------------------News----------------------------*/
.contenuScrollNews {
    width: 50%;
    margin: 20px auto 0;
}

.news-grid{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.news-item {
    box-sizing: border-box;
    width: 33.33%;
    padding: 10px;
}

#archives p.dates {
    font-size: 1em;
    color: #a9a9a9;
    margin-top: 2px;
    margin-bottom: 5px;
}

.texte {
    color: #cccbcb;
}

.grilleListe {
    margin: 0 0 25px;
}

/*-------------------------------------Publications----------------------------*/
.contenuScrollPublication {
    width: 70%;
    margin: 50px auto 0;
    padding-left: 10px;
    /*height:510px;*/
}

.grillePublication .image {
    float: left;
    height: 200px;
    margin-right: 20px;
}

.grillePublication {
    margin: 0 42px 55px 0;
    float: left;
    width: 280px;
    /*min-height:250px;*/
    height: 250px;
    position: relative;
}

.grillePublication .legende, .grilleEdition .legende {
    color: #7e7e7e;
    font-size: 0.9em;
    padding-bottom: 5px;
}

.lienStore {
    margin: 5px 0 0;
    color: #7e7e7e;
}

.lienStore a {
    color: #14B2D0;
}

.bt_paypal {
    border-top: #CCC 1px solid;
    padding-top: 10px;
}

.bt_paypal_multiple {
    height: 30px;
    position: relative;
}

.hover_btPaypal {
    opacity: 0.88;
    padding: 0 10px;
    position: absolute;
    top: -2px;
}

.hover_btPaypal:hover {
    opacity: 1;

}

div#logoPaypal {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

p.pagination {
    color: #7e7e7e;
    float: left;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    margin-left: 10%;
    padding-top: 3px;
    text-transform: lowercase;
}

p.pagination a {
    color: #7e7e7e;
}

.current, p.pagination a:hover {
    color: #14b2d0;
}

/*-------------------------------------Multiples----------------------------*/

.grilleEdition .image {
    margin-bottom: 20px;
}

.grilleEdition {
    margin: 0 40px 70px 0;
    float: left;
    width: 280px;
    min-height: 380px;
    position: relative;
}

.grilleEdition .bas {
    border-top: #CCC 1px solid;
    padding-top: 10px;
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.hiddenDetailsView {
    display: none;
}

.enlarge {
    position: absolute;
    left: 0;
    bottom: 0px;
}

.enlarge a {
    font-size: 2.3em;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    text-align: right;
    float: right;
    line-height: 0.5em;
    color: #7e7e7e;
}

.enlarge a:hover {
    color: #14b2d0;
}

/*-------------------------------------Gallery----------------------------*/
.contenuScrollGallery {
    margin: 50px auto 30px;
    padding: 0px 20px 20px 20px;
    width: 70%;
}

.contenuScrollGallery a, #mentionsNewsletter a {
    color: #7e7e7e;
}

.contenuScrollGallery a:hover, #mentionsNewsletter a:hover {
    color: #14b2d0;
}

.contenuScrollNewsletter, .contenuScrollCredits {
    width: 70%;
    margin: 50px auto 30px;
    padding-left: 10px;
}
.contenuScrollCredits {
    margin: 50px auto 30px 10px;
}

.pagegalerie .actiffirstList{
    padding-left:0!important;
}

/*---------------------------------------Mentions / Credits-------------------*/
#mentionsNewsletter {
    color: #7e7e7e;
    font-size: 0.9em;
    margin-top: 30px;
}

.contenuScrollCredits {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
}

/*---------------------------------------Contact-------------------*/
#paris, #bruxelles {
    float: left;
    width: 46.5%;
}

#bruxelles map img {
    /*height: 608px;*/
    /*width: auto;*/
}

.bloc1, .bloc2 {
    float: left;
    width: 100%;
}

.map {
    margin-right: 10px;
    width: 100%;
}

.colorBlack {
    color: #000 !important;
}

.googleLink {
    margin: 10px 0;
}

.vue img {
    width: 100%;
}

#paris, .bloc1 {
    margin: 0 30px 0 0;
}

.bloc2 {
    padding-top: 30px;
}

@media (min-width: 1243px) {
    .bloc1, .bloc2 {
        width: 45%;
    }

    .bloc2 {
        margin-left: 10px;
        padding-top: 0;
    }
}

.contact {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    color: #7e7e7e;
    margin-top: 30px;
}

#cpga {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    color: #7e7e7e;
    margin-top: 10px;
}

#reseau a {
    margin-right: 5px;
}

/*---------------------------------------SCROLL-------------------*/
.panel #mycustomscroll {
    width: 98.2%;
    height: 560px;
    overflow: auto;
    outline: none;
}

/*.contenuScrollGallery #mycustomscroll{width:97%;height:510px;overflow:auto;outline: none;}
.contenuScrollPublication #mycustomscroll{width:97%;height:510px;overflow:auto;outline: none;}*/

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */
.scrollgeneric {
    line-height: 1px;
    font-size: 1px;
    position: absolute;
    top: 0;
    left: 0;
}

.vscrollerbar {
    width: 4px;
    background-color: #CCC;
    cursor: pointer;
    /* do not forget to put colors for backgrounds for before image(s) can load , this is more important for
    the scrollbar itself than the scrollbase, as user can live without an image on the base but cannot see
    any scrollbar when images cannot load. */
}

.vscrollerbarbeg {
    /* height of this element is normally auto set to fit the scrollbase, to cover the base... */
    height: 4px !important;
    /* ...unless we force the size using an !important decleration */
    /* forcing would not be required if Webkit-Safari did not have a background-repeat bug*/
    /* this may be fixed by the time Safari 3.0 is released. */
    width: 4px;
    background: none;
}

.vscrollerbarend {
    /* height of this element should be set */
    height: 4px;
    width: 4px;
    background: none;
}

.vscrollerbase {
    width: 6px;
    /*background-image:url('/site/graphisme/trait-scrollbare.png');
    background-repeat:repeat-y;
    background-position:center;*/
}

.vscrollerbasebeg {
    /* height of this element is auto set to fit the scrollbase, to cover the base */
    /* this element can be used to place a faux top arrow image */
    width: 4px;
    height: 4px !important; /*Again, the safari fix, normally this line is not needed.*/
    background-color: #CCC;
    /*background: url('/site/graphisme/scroll-up.png')  no-repeat;*/
}

.vscrollerbaseend {
    /* height of this element should be set */
    /* this element can be used to place a faux bottom arrow image */
    height: 4px;
    width: 4px;
    background-color: #CCC;
    /*background: url('/site/graphisme/scroll-down.png') no-repeat;*/
}

/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */
.hscrollerbase {
    height: 16px;
    background-color: white;
}

.hscrollerbar {
    height: 16px;
    background-color: black;
}

.vscrollerbar, .hscrollerbar {
    /* paddings of these elements will decide how far the scrollbar will stop in both ends, and are not actually
    used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
    padding: 2px;
    z-index: 2;
}

/*-------------------------------------Newsletter
----------------------------*/
#formulaire {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    overflow: visible !important;
}

#formulaire input, #formulaire select, .button {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    padding: 5px;
    border: 1px solid #d2d2d2;
    background-color: #FFF;
    color: #000;
    cursor: pointer;
}

#formulaire input.choix {
    width: auto;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
}

#formulaire input.send {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    padding: 5px;
    width: 15%;
    background-color: #d2d2d2;
    color: #FFF;
    margin-top: 20px;
}

.control-label, .controls {
    margin: 5px 30px 25px 0;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    color: #000;
    float: left;
}

.control-label {
    width: 20%;
}

.controls {
    width: 30%;
}

p.choix {
    margin: 5px 30px 10px 0;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    color: #000;
    float: left;
    width: 20%;
}

.control-group {
    clear: both;
}

/*-------------------------------------Titres----------------------------*/
h1, h2, h3 {
    font-weight: normal;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
}

a h1.titreAccueil, h1.titreAccueil {
    color: #000;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 2.3em;
    font-weight: normal;
}

h1.artisteAccueilFirstFloor {
    color: #000;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 1.9em;
    font-weight: normal;
}

.current_expo h1.artisteAccueilFirstFloor, .current_expo p.firstFloor {
    color: #14B2D0 !important;
}

h2.titreExpoAccueil {
    font-size: 1.3em;
    margin-top: 0px;
    font-weight: normal;
    color: #727272;

}

/* TEMPORAIRE */
p.titreAccueilInfo {
    font-size: 1.3em;
    margin-top: 0px;
    font-weight: normal;
    color: #000;
    letter-spacing: 0.1em;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
}

a h1.titreAccueil:hover, a h1.titreAccueilFirstFloor:hover, a h2.titreAccueil:hover, h2.titrePublication a:hover, h2.titreArchives a:hover, h3.titreArchives a:hover {
    color: #14b2d0;
}

h3.titreExpo {
    padding-top: 3px;
}

h3.titreEnCours {
    color: #7e7e7e;
    display: block;
    z-index: 1000;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    font-weight: normal;
    margin-left: 20px;
    padding-top: 3px;
    text-transform: lowercase;
}

#archives h3.titreEnCours {
    color: #7e7e7e;
    display: block;
    z-index: 1000;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    font-weight: normal;
    margin-left: 20px;
    padding-top: 3px;
    text-transform: lowercase;
}

h3.titreEnCoursPublication {
    color: #7e7e7e;
    display: block;
    z-index: 1000;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    font-weight: normal;
    margin-left: 20px;
    padding-top: 3px;
    text-transform: lowercase;
    float: left;
}

h1.titreExpoPres {
    display: inline;
    padding: 6px 0 0 0px;
    font-size: 1.2em;
    line-height: 1.2em;
}

h1.titreExpoPresEspace {
    float: left;
    padding: 5px 10px 0 20px;
    font-size: 1.3em;
}

h2.titreExpoPres {
    display: inline;
    padding: 6px 0 0;
    font-size: 1.2em;
    line-height: 1.2em;
}

h2.titreArchives a {
    color: #000;
    font-size: 1.1em;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
}

h3.titreArchives {
    color: #848282;
}

h3.titreArchives a {
    color: #848282;
    font-size: 1em;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
}

h2.titrePublication {
    color: #000;
    font-size: 1em;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
}

h2.titreJournal {
    color: #000;
    font-size: 1em;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

h3.titreArticle {
    color: #000;
    font-size: 1.1em;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
}

h2.titrePublicationListe {
    color: #000;
    font-size: 1.15em;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    margin-bottom: 3px;
}

h3.titrePublicationListe {
    color: #7e7e7e;
    font-size: 1.2em;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    margin-bottom: 10px;
}

h2.titrePresseCouv {
    color: #000;
    font-size: 1.1em;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    text-align: center;
    margin-top: 50%;
}

h2.titreContact {
    color: #000;
    font-size: 1.1em;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
}

.artistMenuBas #sousMenubas {
    float: left;
}

.artistMenuBas #sousMenubas:before {
    /*content: "|";*/
    /*float: left;*/
    /*color: #7e7e7e;*/
    /*font-family: 'Lato', Helvetica, Arial, sans-serif;*/
    /*font-size: 12px;*/
}

.artistMenuBas #sousMenubas li a {
    float: none;
}