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

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

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

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

.italic {
    font-family: "FaktPro-NormalItalic", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
}

.only-italique {
    font-family: "FaktPro-NormalItalic", Arial, Helvetica, sans-serif;
}

.normal {
    font-family: "FaktPro-Normal", Arial, Helvetica, sans-serif;
}

/*---------------------------------PAGE TEMPORAIRE---------------------------------*/
/* { margin: 0; padding: 0; }
		
html { 
	background: url(/site/graphisme/galeriemitterrand.jpg) no-repeat center center fixed; 
	background: #FFF center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
		
#page-wrap { width: 400px; margin: 50px auto; padding: 20px; background: white; -moz-box-shadow: 0 0 20px black; -webkit-box-shadow: 0 0 20px black; box-shadow: 0 0 20px black; }


#cartouche{
	position:absolute;
	bottom:40px;
	left:30px;
	width:260px;
	height:256px;
}

#cartel{
	display:block;
	width:260px;
	height:256px;
	background-image: url(/site/graphisme/cartel_TMP_JGM_small.jpg);
	position:relative;
	z-index:99999;
}

*/
@media (min-width: 768px) {
    .lastLi a {
        padding-right: 0 !important;
    }
}

/*---------------------------------PARTICULIER---------------------------------*/
/*.blocTexte col-md-, .blocTexte p{
	font: inherit;
}*/

p {
    margin: 0;
}

a {
    outline: none !important;
    color: #000;
}

a:hover, a.active {
    text-decoration: none;
    color: #796741;
}

li.inactive {
    color: #CCC;
    font-size: 0.9em;
    text-transform: uppercase;
}

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

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

/* -----------------------------------------------------------------------------------BASE  */
body {
    font-family: "FaktPro-Blond", Arial, Helvetica, sans-serif;
    font-size: 14px;
}

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

#main {
    margin-top: 120px;
}

.blond {
    /*font-family: "FaktPro-Blond", Arial, Helvetica, sans-serif;*/
    font-family: "FaktPro-Normal", Arial, Helvetica, sans-serif;
}

/* -----------------------------------------------------------------------------------PARALLAX  */
/*.wrapper-parallax {
	margin-top: 90px;
	margin-bottom: 350px;
}

#footer {
	width: 100%;
	position: fixed;
	z-index: -1;
	bottom: 0;
	height: 250px;
	margin:100px 0 0;
	left:0;
	
}*/

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

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

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

#navSecondaire {
    margin-bottom: 0;
    margin-top: 10px;
    margin-left: 3px;
}

#navSecondaire > li {
    padding: 0;
}

#navSecondaire > li > a {
    text-transform: uppercase;
    font-family: 'FaktPro-Normal', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #796741;
    padding: 0;
    font-size: 0.8em;

}

#navSecondaire .cache a {
    color: #CCC;
}

.navbar-default, .navbar {
    background-color: #FFF !important;
    border: none !important;
    margin: 0;
    padding: 30px 0 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.navbar-nav {
    margin: 0;
    /*float:right!important;*/
}

.navbar-default .navbar-nav > li > a {
    font-family: 'FaktPro-Normal', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #000 !important;
    padding-top: 8px;
}

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

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

.dropdown-menu {
    padding: 5px;
}

.logo {
    float: left;
    margin-top: 5px;
}

.logo img {
    width: 240px;
}

.galerie .rsDefault .rsGCaption {
    text-align: center;
    bottom: -20px;
    color: #333;
}

.parcours .rsDefault .rsGCaption {
    text-align: center;
    bottom: 8px;
    color: #333;
}

#blocContact h2 {
    font-family: 'FaktPro-Blond', Arial, Helvetica, sans-serif;
    font-size: 1.8em;
    margin: 5px 0 0 !important;
    text-transform: uppercase;
}

@media (max-width: 768px) {

    .galerie .rsDefault .rsGCaption {
        text-align: center;
        bottom: 8px;
        color: #333;
    }

    #blocHome .blocExpoHome {
        margin-bottom: 40px;
    }

    #blocHome .cartouchePano {
        background-color: rgba(255, 255, 255, 0.8);
        bottom: 25px;
        left: 40px;
        min-height: 10%;
        padding: 15px;
        position: absolute;
        width: 65%;
        z-index: 5;
    }

    #main {
        margin-top: 20px;
    }

    .logo img {
        width: 200px;
    }

    .parcours #expos {
        /*margin:  10px  0  ;*/
    }

}

@media (min-width: 769px) and (max-width: 1280px) {
    body {
        font-size: 12px;
    }

    .cbp-af-header .cbp-af-inner {
        height: auto;
        /*margin: 0 20px;*/
        margin: 0 auto;
    }

    .navbar-nav > li > a {
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .logo {
        margin-top: 5px;
    }

}

@media (min-width: 1280px) {
    #site {
        /*max-width: 1920px !important;*/
        /*margin: 0 100px !important;*/
    }

    .cbp-af-header .cbp-af-inner {
        height: auto;
        margin: 0 auto;
    }

}

/*
@media (min-width: 1280px) {
	.logo img {
    -webkit-transition: all 0.5s ease; 
  	-moz-transition: all 0.5s ease;
  	-o-transition: all 0.5s ease;
  	-ms-transition: all 0.5s ease;
  	transition: all 0.5s ease;
	}
	
	.logo img{
	 -webkit-transform:scale(0.70);
		-moz-transform:scale(0.70);
		-ms-transform:scale(0.70);
		-o-transform:scale(0.70);
		 transform:scale(0.70);
		 margin-left: -50px;
		 margin-top:5px;
	}
	
	.cbp-af-header.cbp-af-header-shrink .logo img{
	 -webkit-transform:scale(0.70);
    -moz-transform:scale(0.70);
    -ms-transform:scale(0.70);
    -o-transform:scale(0.70);
     transform:scale(0.70);
	 margin-left: -50px;
	 margin-top:5px;
	}
	
	#header {
		height: 80px;
	}
	
	.navbar {
		padding: 10px 15px 10px;
		
	}
	
	#blocHome .blocImageSmall{
		max-height:245px!important;
	}
}

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

a:hover {
    color: #796741;
}

/* -----------------------------------------------------------------------------------NAV  FIXE*/
@media (min-width: 800px) {
    #allNav {
        float: right;
    }

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

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

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

    }

    .cbp-af-header .cbp-af-inner {
        height: auto;
        margin: 0 auto;
    }
}

/* Example Media Queries */
/*@media screen and (max-width: 55em) {
	
	.cbp-af-header .cbp-af-inner {
		width: 100%;
	}

	.cbp-af-header h1,
	.cbp-af-header nav {
		display: block;
		margin: 0 auto;
		text-align: center;
		float: none;
	}

	.cbp-af-header h1,
	.cbp-af-header nav a {
		line-height: 115px;
	}

	.cbp-af-header nav a {
		margin: 0 10px;
	}

	.cbp-af-header.cbp-af-header-shrink h1,
	.cbp-af-header.cbp-af-header-shrink nav a {
		line-height: 45px;
	}

	.cbp-af-header.cbp-af-header-shrink h1 {
		font-size: 2em;
	}

	.cbp-af-header.cbp-af-header-shrink nav a {
		font-size: 1em;
	}
}

@media screen and (max-width: 32.25em) {
	.cbp-af-header nav a {
		font-size: 1em;
	}
}

@media screen and (max-width: 24em) {
	.cbp-af-header nav a,
	.cbp-af-header.cbp-af-header-shrink nav a {
		line-height: 1;
	}
}*/

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

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

.titre {
    font-family: 'FaktPro-Blond', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 1.8em;
    margin: 30px 0;
    text-align: left;
    text-transform: uppercase;
}

.typeExpo {
    font-size: 1em;
    color: #796741;
    text-transform: uppercase;
    font-family: 'FaktPro-SemiBold', Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
}

.cartoucheHome {
    margin-bottom: 0px;
    font-size: 18px;
    font-family: 'FaktPro-Normal', Arial, Helvetica, sans-serif;
}

.cartouche h2 {
    margin: 0;
    padding: 0;
    font-family: 'FaktPro-SemiBold', Arial, Helvetica, sans-serif;
    font-size: 1.6em;
    text-transform: uppercase;
}

.cartouche h3 {
    margin: 0;
    padding: 0;
    font-family: 'FaktPro-NormalItalic', Arial, Helvetica, sans-serif;
    font-size: 1.6em;
    text-transform: uppercase;
}

.cartouche .dates {
    margin: 0;
    padding: 0;
    font-family: 'FaktPro-Normal', Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    text-transform: uppercase;
    line-height: 1.1em;
}

.blocTexte h2 {
    margin: 0;
    padding: 0;
    font-family: 'FaktPro-SemiBold', Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    text-transform: uppercase;
}

.blocTexte h3 {
    margin: 0;
    padding: 0;
    font-family: 'FaktPro-NormalItalic', Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    text-transform: uppercase;
}

.blocTexte .dates {
    margin: 0;
    padding: 0;
    font-family: 'FaktPro-Normal', Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    text-transform: uppercase;
    line-height: 1.1em;
}

.cartouche .dates .light, .blocTexte .dates .light, .legendeCartoucheInside .light, .legende .light {
    font-family: 'FaktPro-Blond', Arial, Helvetica, sans-serif;
}

/* --------------------------------------------------------------------------------ACCUEIL *//* DIAPORAMA */
#blocHome .blocExpoHome {
    position: relative;
}

.blocExpoHome a {
    display: block;
    position: relative;
}

/*------------------------------------------------***********************************************************Taille image pour les différentes taille d'écran / HOME-------*/
#blocHome .blocImage {
    margin-bottom: 50px;
}

#blocHome .blocImage img.paysage {
    height: auto;
    width: 100%;

}

#blocHome .blocImage {
    position: relative;
    background-position: center;
    text-align: center;
    overflow: hidden;
    max-height: 500px;
    min-height: 500px;
}

#blocHome .blocImage img.portrait {
    min-width: 100%;
    max-height: 1200px;
    min-height: 1200px;
    position: absolute;
    /*left: 0;*/
    left: 50%;
    -ms-transform: translate(-50%, -15%);
    -webkit-transform: translate(-50%, -15%);
    transform: translate(-50%, -15%);

}

#blocHome .blocImage img.paysage {
    height: 100%;
    width: auto;
    position: absolute;
    /*left: 0;*/
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

#blocHome .blocImageAccueilSec {
    position: relative;
    background-position: center;
    text-align: center;
    overflow: hidden;
    max-height: 500px;
    min-height: 500px;
}

#blocHome .blocImageAccueilSec img.portrait {
    min-width: 100%;
    max-height: 1200px;
    min-height: 1200px;
    position: absolute;
    /*left: 0;*/
    left: 50%;
    -ms-transform: translate(-50%, -15%);
    -webkit-transform: translate(-50%, -15%);
    transform: translate(-50%, -15%);

}

#blocHome .blocImageAccueilSec img.paysage {
    height: auto;
    width: 100%;
    position: absolute;
    left: 0;
    -ms-transform: translate(0, -25%);
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);

}

#blocHome #underSliderCaption {
    display: none;
}

#presentationHome .titre-assoc {
    padding-top: 0;
}

#presentationHome {
    padding-top: 80px;
}

#presentationHome p {
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
}

@media (min-width: 800px) {
    #blocHome .blocImage {
        margin-bottom: 0;
    }

    .logo img {
        /*padding-left: 10px;*/
    }

    .galerie #map_canvas {
        height: 650px !important;
    }

    .row.deux {
        margin-top: 50px;
    }

}

@media (max-width: 500px) {
    #blocHome .cartouche.cartouchePano {
        font-size: 0.7em !important;
    }

    #blocHome .cartouche h2 {
        font-size: 1em !important;
    }

    #blocHome .cartouche .typeExpo {
        margin-bottom: 0px !important;
        font-size: 1em !important;
    }

    #blocHome .cartouche .dates {
        font-size: 0.7em !important;
    }

    #blocArtiste .royalSlider, .diaporamaDeux .royalSlider {
        height: 300px !important;
    }

    #blocHome .cartouchePano {
        /*bottom: 0 !important;*/
    }

    #main, #mainAccueil {
        min-height: 100px !important;
    }
}

@media (max-width: 767px) {
    #communique2 {
        margin-bottom: 50px;
    }
}

@media (max-width: 1024px) {

    /**Ajout Mickaël**/
    .galerie .row .col-md-6 {
        margin-bottom: 50px;
    }

    #map_canvas {
        height: 400px !important;
    }

    /**Ajout Mickaël**/
    #blocHome .blocImage, #blocHome .blocImageAccueilSec {
        max-height: 350px;
        min-height: 350px;
    }

    #blocHome .blocImage img.portrait {
        max-height: 500px;
        min-height: 500px;
    }

    #blocHome .blocImage img.paysage {
        height: 100%;
        width: auto;
    }

    #blocHome .blocImagePano {
        height: auto;
        /*height:250px;*/
        /*min-height:350px;*/
    }

    #blocHome .blocImagePano img {
        height: 100%;
        width: auto;
    }

    #blocHome .cartouche.cartouchePano {
        width: 60% !important;
    }

    #blocHome .cartouche {
        width: 75% !important;
    }

    .navbar-header {
        margin-bottom: 5px;

    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    #blocHome .blocImage, #blocHome .blocImageAccueilSec {
        max-height: 500px;
        min-height: 500px;
    }

    #blocHome .blocImage img.portrait {
        max-height: 900px;
        min-height: 900px;
        /*position:absolute;
        top: -30%;
        left: 0;*/
    }

    #blocHome .blocImage img.paysage {
        height: 100%;
        width: auto;
    }

    #blocHome .cartouchePano {
        width: 33% !important;
        left: 40px;
    }
}

@media (min-width: 1281px) and (max-width: 1440px) {
    #blocHome .blocImage, #blocHome .blocImageAccueilSec {
        max-height: 500px;
        min-height: 500px;
    }

    #blocHome .blocImage img.portrait {
        max-height: 900px;
        min-height: 900px;
        /*position:absolute;
        top: -30%;
        left: 0;*/
    }

    #blocHome .blocImage img.paysage {
        height: 100%;
        width: auto;
    }

    #blocHome .cartouchePano {
        width: 33% !important;
        left: 40px;
    }
}

@media (min-width: 1441px) and (max-width: 1600px) {
    #blocHome .blocImage, #blocHome .blocImageAccueilSec {
        max-height: 650px;
        min-height: 650px;
    }

    #blocHome .blocImage img.portrait {
        max-height: 1200px;
        min-height: 1200px;
    }

    #blocHome .blocImage img.paysage {
        height: 100%;
        width: auto;
    }

    #blocHome .blocImagePano {
        height: 600px;
        overflow: hidden;
    }

    #blocHome .blocImagePano img {
        bottom: 15%;
        position: relative;
        width: 100%;
    }

    #blocHome .cartouchePano {
        width: 33% !important;
        left: 40px;
    }
}

@media (min-width: 1601px) {
    #blocHome .blocImage, #blocHome .blocImageAccueilSec {
        max-height: 750px;
        min-height: 750px;
    }

    #blocHome .blocImage img.portrait {
        max-height: 1300px;
        min-height: 1300px;
    }

    #blocHome .blocImage img.paysage {
        height: 100%;
        width: auto;
    }

    #blocHome .blocImagePano {
        height: 600px;
        overflow: hidden;
    }

    #blocHome .blocImagePano img {
        bottom: 25%;
        position: relative;
        width: 100%;
    }

    #blocHome .cartouchePano {
        width: 33% !important;
        left: 40px;
    }
}

.no-csstransforms figure img {
    left: 100%; /* move the whole width of the image to the right */
    margin-left: -200%; /* magic! */
}

.slideshow {
    position: relative;
    cursor: pointer;
}

.slideshow img {
    position: absolute;
    z-index: 1
}

.slideshow img.active {
    z-index: 3
}

.startDiapo {
    position: absolute;
    z-index: 5
}

#blocHome .cartouche {
    position: absolute;
    width: 65%;
    padding: 15px;
    left: 40px;
    bottom: 25px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 5;
    min-height: 50%;
}

#blocHome .cartouchePano {
    position: absolute;
    width: 65%;
    padding: 15px;
    left: 40px;
    bottom: 25px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 5;
    min-height: 30%;
}

/*
.imageNews img {
    -webkit-transition: all 0.3s ease;
  	-moz-transition: all 0.3s ease;
  	-o-transition: all 0.3s ease; 
  	-ms-transition: all 0.3s ease;
  	transition: all 0.3s ease;
}

.imageNews:hover img.portrait{
	-webkit-transform:translate(-50%,-15%) scale(1.05)!important;
	-moz-transform:translate(-50%,-15%) scale(1.05)!important;
	-o-transform:translate(-50%,-15%) scale(1.05)!important;
	-ms-transform:translate(-50%,-15%) scale(1.05)!important;
	transform:translate(-50%,-15%) scale(1.05)!important;
}

.imageNews:hover img.paysage{
	-webkit-transform:translate(-50%,0) scale(1.05)!important;
	-moz-transform:translate(-50%,0) scale(1.05)!important;
	-o-transform:translate(-50%,0) scale(1.05)!important;
	-ms-transform:translate(-50%,0) scale(1.05)!important;
	transform:translate(-50%,0) scale(1.05)!important;
}*/

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

#blocHome .blocInfos {
    padding-bottom: 30px;
}

#blocHome .blocTexte {
    padding-top: 20px;
    background: #FFF;
}

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

.dates {
    text-transform: uppercase;
    margin: 0 0 20px;
    font-size: 1.1em;
}

/* --------------------------------------------------------------------------------ARTISTES */
#blocArtiste h1 {
    font-family: 'FaktPro-Blond', Arial, Helvetica, sans-serif;
    font-size: 1.8em;
    margin: 5px 0 0 !important;
    text-transform: uppercase
}

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

#menuArtiste li {
    padding: 0;
}

#menuArtiste li a {
    color: #000000;
    text-transform: uppercase;
    font-size: 0.9em;
}

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

.space {
    display: inline-block;
    /*width:6px;
    height:10px;
    background:url(/site/graphisme/space.png) no-repeat;*/
}

.spaceGris {
    display: inline-block;
    color: #ccc;
    padding-left: 3px;
}

.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: 1em;
    color: #796741;
    font-family: 'FaktPro-SemiBold', Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
}

.artistList li {
    font-size: 1.2em;
}

.artistList li a, .artistList li {
    text-transform: uppercase;
    font-size: 1.03em;
    line-height: 2.2em;
}

/* --------------------------------------------------------------------------------ARTISTES *//* ARTISTES PRESENTATION */
#blocArtiste h2 {
    text-transform: uppercase;
    font-size: 1.8em;
}

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

#blocArtiste .blocImage6 h4, #blocArtiste .blocImage4 .legendeCartouche h4 {
    text-transform: uppercase;
    font-family: 'FaktPro-Normal', Arial, Helvetica, sans-serif;
    margin: 0;
}

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

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

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

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

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

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

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

.legendePubli {
    font-size: 1em;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

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

#blocArtiste .blocImage3AvecFond {
    min-height: 200px;
    max-height: 200px;
    background-color: #eeeeee;
    text-align: center;
}

#blocArtiste .blocImage3AvecFond img.portrait {
    max-height: 200px;
    min-height: 200px;
}

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

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

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

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

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

#blocArtiste .blocImage4 .legendeCartoucheInside {
    font-size: 0.9em;
    padding: 10px;
    margin: 0 20px 20px;
    background-color: #FFF;
    position: relative;
    min-height: 200px;
}

#blocArtiste .blocImage4 {
    max-height: 150px;
    min-height: 150px;
    background-color: #eeeeee;
}

#blocArtiste .blocImage4 img.portrait {
    min-width: 100%;
    max-height: 150px;
    min-height: 150px;
}

#blocArtiste .blocImage4 img.paysage {
    min-width: 100%;
    max-height: 150px;
    min-height: 150px;
}

#blocArtiste .blocImage6AvecFond {
    background-position: center;
    text-align: center;
    background-color: #eeeeee;
}

#blocArtiste .blocImage6AvecFond img.portrait {
    min-height: 600px;
    max-height: 600px;
}

#blocArtiste .blocImage6AvecFond img.paysage {
    max-height: 600px;
    min-height: 600px;
    max-width: 100%;
}

#blocArtiste .blocImage6, #blocExpo .blocImage6 {
    position: relative;
    background-position: center;
    text-align: center;
    overflow: hidden;
}

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

#blocArtiste .blocImage6 .legendeCartoucheInside, #blocExpo .blocImage6 .legendeCartoucheInside {
    font-size: 0.9em;
    padding: 10px;
    margin: 0 20px 20px;
    background-color: #FFF;
    position: relative;
    min-height: 200px;
}

.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: 10px;
}

#blocArtiste .blocImage6 img.portrait, #blocExpo .blocImage6 img.portrait {
    min-width: 100%;
    min-height: 600px;
    position: relative;
    left: 50%;
    -ms--ms--ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);;
    -webkit--ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);; /* IE 9 */
    -webkit--ms--ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);;
    -webkit--ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);; /* Chrome, Safari, Opera */
    -ms-transform: translate(-50%, 0);
    -webkit-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--ms--ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);;
    -webkit--ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);; /* IE 9 */
    -webkit--ms--ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);;
    -webkit--ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);; /* Chrome, Safari, Opera */
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    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;
    padding: 10px;
    height: 230px;
}

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

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

@media (max-width: 1024px) {

    #blocArtiste .blocImage6AvecFond {
        min-height: 400px;
        background-position: center;
    }

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

    #blocArtiste .blocImage6AvecFond img.paysage {
        max-height: 400px;
        max-width: 100%;
    }

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

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

    #blocArtiste .blocImage3 img.paysage {
        max-height: 185px;
        /*min-height: 230px;*/
    }

    #blocArtiste .blocImage4 {
        max-height: 150px;
        min-height: 150px;
    }

    #blocArtiste .blocImage4 img.portrait {
        min-width: 100%;
        max-height: 150px;
        min-height: 150px;
    }

    #blocArtiste .blocImage4 img.paysage {
        min-width: 100%;
        max-height: 150px;
        min-height: 150px;
    }

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

    #blocArtiste .blocImage6 img.portrait, #blocExpo .blocImage6 img.portrait {
        max-height: 550px;
        min-height: 550px;
    }

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

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

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

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

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

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

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

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

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

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

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

    #blocArtiste .blocImage3 img.paysage {
        max-height: 250px;
        min-height: 250px;
    }

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

    #blocArtiste .blocImage6 img.portrait, #blocExpo .blocImage6 img.portrait {
        max-height: 690px;
        min-height: 690px;
    }

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

@media (min-width: 1441px) and (max-width: 1600px) {
    #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;
    }

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

    #blocArtiste .blocImage6 img.portrait, #blocExpo .blocImage6 img.portrait {
        max-height: 790px;
        min-height: 790px;
    }

    #blocArtiste .blocImage6 img.paysage, #blocExpo .blocImage6 img.paysage {
        max-height: 790px;
        /*min-height: 750px;*/
    }
}

@media (min-width: 1601px) {

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

    #blocArtiste .more {
        height: 350px;
    }

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

    #blocArtiste .blocImage6 img.portrait, #blocExpo .blocImage6 img.portrait {
        min-height: 808px;
        max-height: 808px;
    }

    #blocArtiste .blocImage6 img.paysage, #blocExpo .blocImage6 img.paysage {
        max-height: 890px;
    }
}

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

#blocArtiste #underSlider {
    width: 100%;
}

#blocArtiste #underSliderCaption {
    margin-top: 15px;
}

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

#blocArtiste #download {
    margin-top: 15px;
}

#blocArtiste #community {
    margin-top: 15px;
}

#blocArtiste #communityNonAbsolute {
    position: relative;
    margin-top: 30px;
}

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

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

.sansMarge {
    padding: 0;
}

.plan img {
    width: 100%;
}

.plan {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 70%;
}

@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, #blocNews .medium h3, #blocExpo .medium h3, #blocCatalogue .medium h3 {
    text-transform: uppercase;
    font-family: 'FaktPro-SemiBold', Arial, Helvetica, sans-serif;
    margin: 0;
    font-size: 1.1em;
}

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

#blocArtiste .medium h4, #blocNews .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, #blocNews .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 */

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

.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 .blocImage6AvecFond {
    height: 600px;
    background-position: center;
    text-align: center;
    background-color: #eeeeee;
}

#blocExpo .blocImage6AvecFond img.portrait {
    min-height: 600px;
    max-height: 600px;
}

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

#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 {
    min-width: 100%;
    max-height: 230px;
    min-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) {
    #blocArtiste .royalSlider, .diaporamaDeux .royalSlider {
        /*height: 500px !important;*/
    }

    .parcours #expos {
        /*margin:  70px  0  ;*/
    }

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

    .blocVideo {
        height: 155px;
    }

    #blocExpo .blocImage6AvecFond {
        min-height: 400px;
        background-position: center;
    }

    #blocExpo .blocImage6AvecFond img.portrait {
        min-height: 400px;
        max-height: 400px;
    }

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

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

    /*.autour .blocImage3 img.paysage  {*/
    /*width: auto!important;*/
    /*height: 100%!important;*/
    /*vertical-align: middle;*/
    /*text-align: center;*/
    /*position: relative;*/
    /*top: -2px;*/
    /*margin-left: -50%;*/
    /*margin-right: -50%;*/
    /*}*/
    /*.presse .blocImage3 img.paysage{*/
    /*width: auto!important;*/
    /*margin-left: -50%;*/
    /*margin-right: -50%;*/
    /*}*/

}

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

    .blocVideo {
        height: 185px;
    }

    #blocExpo .blocImage6AvecFond {
        min-height: 400px;
        background-position: center;
    }

    #blocExpo .blocImage6AvecFond img.portrait {
        min-height: 400px;
        max-height: 400px;
    }

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

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

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

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

    .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 .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: 100%;
}

#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) {
    #blocExpo #download {
        bottom: 130px;
        position: absolute;
        left: 15px;
        margin-left: 0;
    }

    #blocExpo #community {
        bottom: 75px;
        position: absolute;
        left: 15px;
        margin-left: 0;
    }

    #blocArtiste #download {
        bottom: 120px;
        position: absolute;
    }

    #blocArtiste #community {
        bottom: 80px;
        position: absolute;
    }

    #blocExpo #communique {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        -o-column-count: 2;
        column-count: 2;
        -moz-column-gap: 20px;
        -webkit-column-gap: 20px;
        -o-column-gap: 20px;
        column-gap: 20px;
    }

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

    .twoCol {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        -o-column-count: 2;
        column-count: 2;
        -moz-column-gap: 20px;
        -webkit-column-gap: 20px;
        -o-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;
    padding: 10px;
    margin: 0 20px 20px;
    background-color: #FFF;
    position: relative;
    min-height: 200px;
}

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

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

}

#blocExpo .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%;*/
}

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

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

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

}

/* --------------------------------------------------------------------------------EXPOSITION *//* TEXTES */
#blocExpo h1, #blocArtiste h1 {
    font-family: 'FaktPro-Blond', Arial, Helvetica, sans-serif;
    font-size: 2em;
    margin: 5px 0 30px 0 !important;
    text-transform: uppercase
}

#blocExpo h2.nomArtiste {
    font-family: 'FaktPro-Blond', Arial, Helvetica, sans-serif;
    font-size: 1.03em;
    text-transform: uppercase;
    margin-bottom: 17px;
}

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

#blocExpo h3 {
    font-size: 1.8em;
    font-family: 'FaktPro-NormalItalic', Arial, Helvetica, sans-serif;
    margin: 0;
}

#blocArtiste .blocImage6 h3 {
    font-family: "FaktPro-SemiBold", Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    margin: 0;
    text-transform: uppercase;
}

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

#blocExpo .intro {
    text-align: left;
    font-size: 1.4em;
    line-height: 1.3em;
    font-family: 'FaktPro-Normal', Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
}

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

#blocExpo .communique em {
    font-family: 'FaktPro-NormalItalic', Arial, Helvetica, sans-serif;
}

#blocExpo .communique strong {
    font-family: 'FaktPro-Normal', Arial, Helvetica, sans-serif;
}

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

#ArtisteExpoEponyme {
    margin: 0 !important;
}

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

.premiere {
    font-size: 1em !important;
}

.cata {
    margin-bottom: 0 !important;
    color: black;

}

.catartiste {
    margin-bottom: 10px !important;
    color: #796741;
}

#menuAuteurCat {
    margin: 15px 0 30px 25px;

}

#menuAuteurCat li a {
    line-height: 2.2em;
    text-transform: uppercase;
    /*font-size:1.2em;*/
    font-size: 1.03em;
}

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

#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 {
    max-height: 450px;
    min-height: 450px;
}

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

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

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

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

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

    #blocCatalogue .blocImage6 img.paysage{
        max-height:450px;
    }*/
    #blocHome .blocImagePano {
        height: 550px;
        overflow: hidden;
    }

    #blocHome .blocImagePano img {
        bottom: 0;
        position: relative;
        width: 100%;
        height: auto;
    }

}

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

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

    #blocCatalogue .blocImage4AvecFond img.paysage {
        max-height: 300px;
        min-height: 300px;
    }

    #menuAuteurCat {
        position: fixed;
        margin: 15px 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: 1440px) {
    #blocCatalogue .blocImage4AvecFond {
        max-height: 340px;
        min-height: 340px;
        line-height: 340px;
    }

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

    #blocCatalogue .blocImage4AvecFond img.paysage {
        max-height: 340px;
    }

    #menuAuteurCat {
        position: fixed;
        margin: 15px 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: 350px;
        min-height: 350px;
        line-height: 350px;
    }

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

    #blocCatalogue .blocImage4AvecFond img.paysage {
        max-height: 350px;
    }

    #menuAuteurCat {
        position: fixed;
        margin: 15px 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: 450px;
        min-height: 450px;
        line-height: 450px;
    }

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

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

    #menuAuteurCat {
        position: fixed;
        margin: 15px 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: 10px 0 40px;
    position: relative;
}

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

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

.listeArtistesEditions {
    margin: 3px 0 0;
}

.listeArtistesEditions li {
    padding: 0 !important;
}

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

/* -------------------------------------------------------------------------------- TAILLE IMAGE HOME>ACTUS / ACTUS / PRESSE */

#blocNews .blocImage3, #blocHome .blocImage3AvecFond, #blocArtiste .blocImage3AvecFond {
    position: relative;
    background-position: center;
    text-align: center;
    height: 200px;
    background-color: #eeeeee;
    overflow: hidden;
}

#blocNews .blocImage3 img.portrait, #blocHome .blocImage3AvecFond img.portrait, #blocArtiste .blocImage3AvecFond img.portrait {
    max-height: 200px;
}

#blocNews .blocImage3 img.paysage, #blocHome .blocImage3AvecFond img.paysage, #blocArtiste .blocImage3AvecFond img.paysage {
    max-height: 200px;
    width: auto;
}

@media (min-width: 1024px) {
    #blocNews .blocImage3, #blocHome .blocImage3AvecFond, #blocArtiste .blocImage3AvecFond {
        min-height: 185px;
        max-height: 185px;
        line-height: 185px;
    }

    #blocNews .blocImage3 img.portrait, #blocHome .blocImage3AvecFond img.portrait, #blocArtiste .blocImage3AvecFond img.portrait {
        max-height: 185px;
    }

    #blocNews .blocImage3 img.paysage, #blocHome .blocImage3AvecFond img.paysage, #blocArtiste .blocImage3AvecFond img.paysage {
        max-height: 185px;
        width: 100%;
    }

    #blocArtiste .more {
        height: 185px;
    }

}

@media (min-width: 1025px) and (max-width: 1280px) {
    #blocNews .blocImage3, #blocHome .blocImage3AvecFond, #blocHome .blocImage3AvecFond, #blocArtiste .blocImage3AvecFond {
        min-height: 230px;
        max-height: 230px;
        line-height: 230px;
    }

    #blocNews .blocImage3 img.portrait, #blocHome .blocImage3AvecFond img.portrait, #blocArtiste .blocImage3AvecFond img.portrait {
        max-height: 230px;
    }

    #blocNews .blocImage3 img.paysage, #blocHome .blocImage3AvecFond img.paysage, #blocArtiste .blocImage3AvecFond img.paysage {
        max-height: 230px;
        width: 100%;
    }

    #blocArtiste .more {
        height: 230px;
    }

    #blocHome .blocImagePano {
        height: 600px;
        overflow: hidden;
    }

    #blocHome .blocImagePano img {
        bottom: 0;
        position: relative;
        width: 100%;
        height: auto;
    }

}

@media (min-width: 1281px) and (max-width: 1440px) {
    #blocNews .blocImage3, #blocHome .blocImage3AvecFond, #blocArtiste .blocImage3AvecFond {
        min-height: 250px;
        max-height: 250px;
        line-height: 250px;
    }

    #blocNews .blocImage3 img.portrait, #blocHome .blocImage3AvecFond img.portrait, #blocArtiste .blocImage3AvecFond img.portrait {
        max-height: 250px;
    }

    #blocNews .blocImage3 img.paysage, #blocHome .blocImage3AvecFond img.paysage, #blocArtiste .blocImage3AvecFond img.paysage {
        max-height: 250px;
        width: 100%;
    }

    #blocArtiste .more {
        height: 250px;
    }

}

@media (min-width: 1441px) and (max-width: 1600px) {
    #blocNews .blocImage3, #blocHome .blocImage3AvecFond, #blocArtiste .blocImage3AvecFond {
        min-height: 300px;
        max-height: 300px;
        line-height: 300px;
    }

    #blocNews .blocImage3 img.portrait, #blocHome .blocImage3AvecFond img.portrait, #blocArtiste .blocImage3AvecFond img.portrait {
        max-height: 300px;
    }

    #blocNews .blocImage3 img.paysage, #blocHome .blocImage3AvecFond img.paysage, #blocArtiste .blocImage3AvecFond img.paysage {
        max-height: 300px;
        width: 100%;
    }

    #blocArtiste .more {
        height: 300px;
    }
}

@media (min-width: 1601px) {
    #blocNews .blocImage3, #blocHome .blocImage3AvecFond, #blocArtiste .blocImage3AvecFond {
        min-height: 350px;
        max-height: 350px;
        line-height: 350px;
    }

    #blocNews .blocImage3 img.portrait, #blocHome .blocImage3AvecFond img.portrait, #blocArtiste .blocImage3AvecFond img.portrait {
        max-height: 350px;
    }

    #blocNews .blocImage3 img.paysage, #blocHome .blocImage3AvecFond img.paysage, #blocArtiste .blocImage3AvecFond img.paysage {
        max-height: 350px;
        width: 100%;
    }

    #blocArtiste .more {
        height: 350px;
    }

    #blocNews .blocImage3 img.paysage {
        max-height: 353px;
    }
}

#blocNews .medium .legende {
    margin-top: 40px;
}

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

/* --------------------------------------------------------------------------------GALERIE *//* PRESENTATION */
#infosContact {
    height: 100%;
    position: relative;
}

#credits {
    position: absolute;
    bottom: 0;
}

#map {
    height: 100%;
    width: 100%;
    position: relative;
}

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

/* --------------------------------------------------------------------------------GALERIE *//* CONTACT */
.email {
    font-family: 'FaktPro-Normal', Arial, Helvetica, sans-serif;

}

/* --------------------------------------------------------------------------------FOOTER */
#footer {
    padding: 50px 0;
}

.langue {
    padding: 3px;
}

.bold {
    font-family: 'FaktPro-SemiBold', Arial, Helvetica, sans-serif !important;
}

.gold {
    color: #796741;
}

#footerInfos {
    text-align: left;
}

.parcours #expos {
    /*margin:  70px  0  ;*/
}

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

    #blocHome .blocImagePano {
        height: 600px;
        overflow: hidden;
        width: 100%;
    }

    #blocHome .blocImagePano img {
        width: 100%;
    }

}

#underSliderCaption {
    text-align: center;
}

#underSliderCaption .rsGCaption {
}

.galerie {
    position: relative;
}

#infosTextes {
    /*height: auto !important;*/

}

.legende {
    /*position: absolute;*/
    /*top: -95px;*/
    /*text-align: center;*/
    /*margin: 0 auto;*/
    /*width: 100%;*/
}

.listeArtistsParcours .list-inline > li {
    display: block;

}

/*.listeArtistsParcours .list-inline>li h2{*/
/*text-transform: uppercase;*/
/*font-size: 1.03em;*/
/*line-height: 2.2em;*/

/*}*/

#blocNews .medium .textIntro {
    text-transform: initial;
}

.blocExpoHome .cartouchePano2 {

    width: 100%;
    height: 600px;
    overflow: hidden;
}

#blocHome .cartouchePano2 img {
    width: 100%;
    min-height: 100%;
}

.cartouchePano a:hover .typeExpo {
    color: #000;
}

@media (max-width: 880px) {

    #blocHome .blocImagePano {
        height: 450px;
        overflow: hidden;
    }

    #blocHome .blocImagePano img {
        bottom: 0;
        position: relative;
        width: 100%;
        height: auto;
    }

}

@media (max-width: 720px) {

    #blocHome .blocImagePano {
        height: 350px;
        overflow: hidden;
    }

}

@media (max-width: 610px) {

    #blocHome .blocImagePano {
        height: 100%;
        width: auto;
        overflow: hidden;
    }

}

#blocNews .medium h3 {
    text-transform: capitalize !important;
}

.blocExpoHome .cartouche h3, .blocExpoHome .cartouche .dates {

    font-size: 1em;
}

.blocExpoHome .cartouche .typeExpo {

    font-size: 1.2em;
}

.listeArtistsParcours {
    margin-top: 50px;
}

#blocArtiste #diaporama {

    margin-bottom: 50px;
}

#map_canvas img {
    max-width: none;
}

.formError {
    font-style: italic;
}

.pres .rsCaption .caption .italic {
    font-size: 0.9em;
}

.parcours #diaporama {
    margin-bottom: 0 !important;
}

@media (min-width: 767px) and (max-width: 800px) {
    .navbar-nav {
        margin: 0;
        float: right !important;
        font-size: 0.7em;
    }
}

@media (min-width: 700px) and (max-width: 800px) {
    .col {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        -o-column-count: 3;
        column-count: 3;
        -moz-column-gap: 20px;
        -webkit-column-gap: 20px;
        -o-column-gap: 20px;
        column-gap: 20px;
    }

}

@media (max-width: 1178px) {
    .parcours #expos {
        margin: 70px 0;
    }

}

@media (min-width: 500px) and (max-width: 700px) {
    .navbar-nav {
        margin: 0;
        float: right !important;
        font-size: 0.7em;
    }

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

}

.form-control:focus {
    border-color: #796741 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(121, 103, 65, .6);
}

#formulaire .radio input[type='radio'] {
    background: green !important;
}

input[type="radio"]:checked {
    background: green !important;
}

/***********MUY-2016***********/
/*Titres*/
#blocExpo h1, #blocArtiste h1,
.pres h1, #blocExpo.parcours h1, .pres h2 {
    font-family: 'FaktPro-Blond', Arial, Helvetica, sans-serif;
    font-size: 1.8em;
    margin: 5px 0 0 !important;
    text-transform: uppercase;
}

.sous_titre {
    text-align: left;
    /*font-size: 1.4em;*/
    /*line-height: 1.3em;*/
    font-size: 14px;
    font-family: 'FaktPro-Normal', Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
    font-weight: 600;
}

.pres h1, #blocArtiste.details-artist h1 {
    margin-bottom: 30px !important;
}

.titre-assoc {
    padding-top: 78px;
    padding-bottom: 14px;
    text-transform: uppercase;
}

#menuArtiste li.dates a, .pln, .titre-assoc {
    font-size: 16px !important;
}

#blocExpo h2.nomArtiste {
    font-size: 1.03em;
}

.pres h2 {
    /*font-size: 1.4em;*/
}

/*STR*/

#main.container-fluid, #main-menu.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

/*Home*/
#diaporama.blocExpoHome a {
    position: initial;
}

#blocHome #diaporama {
    overflow: hidden;
    width: 100%;
}

#blocHome #diaporama #underSliderCaption {
    text-align: left;
}

#blocHome #blocHome .cartouchePano {
    min-height: 30%;
}

#blocHome .cartouche h2 {
    font-size: 1.4em;
    font-weight: normal;
}

#blocHome .cartouche h2 {
    font-size: 1.4em;
    font-weight: normal;
}

#blocHome .cartouche h2 span {
    font-family: 'FaktPro-Normal', Arial, Helvetica, sans-serif;
    font-size: .8em;
    text-transform: uppercase;
}

#blocHome .cartouchePano {
    min-height: 1px;
}

/*Sliders*/
#blocHome #diaporama #sliderHome img.rsImg {
    /*width: 100% !important;*/
    /*height: auto !important;*/
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}

.rsDefault .rsSlide > div {
    position: relative;
    height: 600px !important;
}

#slider.rsDefault .rsSlide > div {
    height: 100% !important;

}

.royalSlider.rsWithThumbsHor {
    height: auto !important;
}

#diaporama .moreImportanter.royalSlider, #diaporama .moreImportanter .rsArrow {
    height: 600px !important;
}

.moreImportanterDeux img.rsImg {
    /*float: left;*/

    position: absolute;
    top: 0;
    left: 0;
    /*-webkit-transform: translate(-50%, -50%);*/
    /*-moz-transform: translate(-50%, -50%);*/
    /*-ms-transform: translate(-50%, -50%);*/
    /*-o-transform: translate(-50%, -50%);*/
    /*transform: translate(-50%, -50%);*/
    max-width: 100%;
    max-height: 100%;
    /*width: auto !important;*/
    /*height: auto !important;*/
}

.moreImportanterDeux img.rsImg.portrait {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;

}

.moreImportanterDeux img.rsImg.paysage {
    width: auto !important;
    height: auto !important;
    position: absolute;
    top: 0;
    left: 0;
}

#vues_supp_container {
    margin-top: 15px;
    clear: both;
}

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

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

.legend_supp {
    font-family: "FaktPro-Blond", Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.rsThumbsContainer {
    /*-webkit-transform: none !important;*/
    /*-moz-transform: none !important;*/
    /*-ms-transform: none !important;*/
    /*-o-transform: none !important;*/
    /*transform: none !important;*/
    margin-left: -4px;
}

@media (max-width: 767px) {
    #diaporama .moreImportanter.royalSlider, #diaporama .moreImportanter .rsArrow {
        height: 300px !important;
    }

    .cell {
        height: auto !important;
    }

}

/*Page-Parcours*/
.parcours #underSliderCaption, .details-artist #underSliderCaption {
    text-align: left !important;
    margin-top: 0 !important;
}

#communique2 {
    text-align: justify;
    margin-top: 55px;
}

#menuArtiste {
    margin-top: 9px;
}

/*Page-Presentation-du-Muy*/
.sansMarge .modeListe:first-of-type {
    margin-top: 0;
}

.blocGalerie.pres {
    padding-top: 14px;
}

.pres #underSliderCaption {
    text-align: left;
}

#infosTextes {
    /*width: 100%;*/
}

.presentation-right, .artists-assoc .textIntro p {
    text-align: justify;
    font-size: 14px;
    line-height: 1.428571;
}

.textIntro a {
    display: inline-block;
}

#blocNews .blocImage3 img {
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*-webkit-transform: translate(-50%, -50%);*/
    /*-moz-transform: translate(-50%, -50%);*/
    /*-ms-transform: translate(-50%, -50%);*/
    /*-o-transform: translate(-50%, -50%);*/
    /*transform: translate(-50%, -50%);*/
    /*max-height: none;*/
}

#blocNews.specifique .blocImage3 img.paysage {
    width: auto;
    height: 100%;
    max-height: 100%;
}

#blocNews.specifique .blocImage3 img.portrait {
    width: auto;
    height: 100%;
    max-height: 100%;
}

/*Contact*/

.galerie {
    padding-top: 10px;

}

#hidden_select_div {
    display: none;
}

.form-horizontal .control-label {
    text-align: left;
}

#formulaire label {
    padding-bottom: 5px;
}

/*Artist*/
.artist_pdf {
    position: absolute;
    bottom: 11%;
}

#blocHome .rsGCaption {
    text-align: right;
    /*display: none !important;*/
}

@media (max-width: 1024px) {
    .artist_pdf {
        position: relative;
        bottom: initial;
    }
}

@media (min-width: 992px) {
    #presentation_title {
        display: none;
    }
}

@media (max-width: 767px) {
    .rsDefault .rsSlide > div {
        height: 100% !important;
    }
}

/***********MUY-2016***********/

#presentation_galerie #legende {
    margin-top: 20px;
}

#presentation_galerie #presentation_title h2 {
    font-family: 'FaktPro-Blond', Arial, Helvetica, sans-serif;
    font-size: 16px !important;
    margin: 0 !important;
    text-transform: uppercase;
    padding-top: 78px;
    padding-bottom: 14px;
}

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

#diaporama .rsFullscreen .rsSlide img {
    position: absolute;
    top: 50%;
    left: 50%;

    height: auto;
    width: auto;

    max-height: 100%;
    max-width: 100%;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}

.legend_image {
    position: absolute;
}

.legend_image p {
    font-size: 10px;
    padding-right: 15px;
    padding-top: 5px;
}

#blocNews.specifique .blocImage3 img.paysage {
    position: absolute;
    width: auto;
    height: 100%;
    max-height: 100%;
    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%);

}