/*mobile*/
@media (max-width: 767px) {

}
/*ipad*/
@media (min-width: 768px) {

}
/*bureau*/
@media (min-width: 992px) {
}
/*bureau large*/
@media (min-width: 1200px) {
}




/*

	FONTS

*/


@font-face {
    font-family: 'novecento-bold';
  src: url("../fonts/novecento_bold/novecentowide-demibold-webfont.eot");
  src: url("../fonts/novecento_bold/novecentowide-demibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/novecento_bold/novecentowide-demibold-webfont.ttf") format("truetype"), url("../fonts/novecento_bold/novecentowide-demibold-webfont.woff") format("woff"), url("../fonts/novecento_bold/novecentowide-demibold-webfont-webfont.svg#novecento_wide_lightbold") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
    font-family: 'novecento';
  src: url("../fonts/novecento-normal/novecentowide-light-webfont.eot");
  src: url("../fonts/novecento-normal/novecentowide-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/novecento-normal/novecentowide-light-webfont.ttf") format("truetype"), url("../fonts/novecento-normal/novecentowide-light-webfont.woff") format("woff"), url("../fonts/novecento-normal/novecentowide-light-webfont-webfont.svg#novecento_wide_lightregular") format("svg");
  font-style: normal;
  font-weight: 100;
}

@font-face {
    font-family: 'gotham-book';
  src: url("../fonts/gotham_book/Gotham-BookItalic.eot");
  src: url("../fonts/gotham_book/Gotham-BookItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham_book/Gotham-Book.ttf") format("truetype"), url("../fonts/gotham_book/Gotham-Book.woff") format("woff"), url("../fonts/gotham_book/Gotham-Book.svg#Gotham-Book") format("svg");
  font-style: normal;
  font-weight: normal;
  
}

/*

	LANGUES	

*/


body.fr .lang.fr {display:block}
body.fr .lang.en {display:none}

body.en .lang.en {display:block}
body.en .lang.fr {display:none}


.lang {}
.lang.fr{}

.navbar-right a {  color: #777;}

body.fr .navbar-right .langfr{ text-decoration:underline;}
body.en .navbar-right .langen{ text-decoration:underline;}




body {
	font-family: gotham-book; overflow-x:hidden; 
}



html { 
  background: url(img/couv2.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
   font-family: 'gotham-book';
}

.viewContainer{min-height:1000px;}


/*

	MENU

*/
.navbar-default .navbar-nav>.active>a {
	color: #e5352c;
}

#logo {
    width: 200px;
    height: auto;
}

img.datelogo {
	height: 13px;
	margin-top: 8px
}

.navbar {
    font-family: 'gotham-book';
    text-transform: none;
    color: #333;
}

.navbar, .navbar-brand {
    display: inline-block;
    vertical-align: top;
}

.navbar-brand {
    display: inline-block;
    vertical-align: top;
    padding: 5px 15px 0px 0px;
    text-align: center;
}




/* 

	MAIN
	
	
*/
.loader {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
	display:none;
}

.loader .load {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    color: white;
}

img {
    max-width: 100%;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

body {
    background: none;
}

.container {
  padding-bottom: 25px;
  background: rgba(255, 255, 255, 1);
}

header .container {
	padding-bottom: 5px;
}

/* 

	HOME
	
	
*/




.carousel {
    margin: 20px 0px;
 /*height:500px;*/
}




@media (min-width: 992px) {
    .carousel .item {
        height: 500px;
    }
}



/* 

	LIST AW
	
	
*/


/* Liste des artistes */

.listartists {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.listAW .listartists li {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	margin-right: 15px;
}

.listartists a{
	color: #F33544;
}

.listartists .na {
	text-transform: uppercase;
	
	font-family: 'novecento-bold';
}

.listartists .name::after {
	} 

.listAW li.human { width: auto; height:auto; }

.listAW li {
    display: inline-block;
    position: relative;
    width: 200px;
    height: 150px;
    overflow: hidden;
    margin: 14px;
    padding: 0;
}

.listAW li:hover img {
    -webkit-transform: scale(1.5);
}

.listAW li img {
    width: 200px;
    height: 150px;
}

.listAW li .infos {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0;
    background: rgba(255,255,255,0.8);
    color: black;
}

.listAW li .type {
	padding: 0 5px;
    top: 0px;
    /* left: -15px; */
    position: absolute;
    /* width: 100px; */
    color: white;
    /* text-transform: uppercase; */
    /* text-align: center; */
    background: #444;
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
    /* -webkit-transform: rotate(324deg); 
    -moz-transform: rotate(324deg);
    -o-transform: rotate(324deg);*/
}

span.author {
    display: block;
}

span.title {
    display: block;
    font-weight: bold;
    color: #F33544;
}

.listAW h2{
	font-weight: bold;
}


/* 

	AW
	
	
*/

.header-image {
    height: 500px;
    background: #333;
}
/*mobile*/
@media (max-width: 767px) {

}
/*ipad*/
@media (min-width: 768px) {
	.header-image {
		height: 320px;
	}
}
/*bureau*/
@media (min-width: 992px) {
	.header-image {
		height: 415px;
	}
}
@media (min-width: 1200px) {
	.header-image {
		height: 500px;
	}
}








.hu-image {
    height: 200px;
    width: 200px;
    border: 10px solid white;
    float: right;
    position: relative;
    margin: -150px 20px 20px 20px;
    overflow: hidden;
    border-radius: 2200px;
    -webkit-border-radius: 2200px;
    -moz-border-radius: 2200px;
    -o-border-radius: 2020px;
}



.gallery .gal-list {
    margin: 10px 0px;
}

/*.gallery li {
    display: inline-block;
    border: thick white solid;
    overflow: hidden;
    border-radius: 2200px;
    -webkit-border-radius: 2200px;
}
*/

.gallery ul {
	margin-left:20px;
	
}

.gallery li {
    display: inline-block;
    border: thick white solid;
    overflow: hidden;
	/*-webkit-transform-origin: 50% 50%;*/
	-webkit-transform-style: preserve-3d;
	 width:100px;
	 height:70px
   /* border-radius: 2200px;
    -webkit-border-radius: 2200px;*/
}

.gallery li img{
	-webkit-transform:scale(2);
}

.gallery li:nth-child(2n+1) {
	-webkit-transform:skew(-45deg);
	
}
.gallery li:nth-child(2n+1) img {
	-webkit-transform:skew(45deg) scale(2);
	
}


.gallery li:nth-child(2n) {
	-webkit-transform:skew(45deg) ;
	
}
.gallery li:nth-child(2n) img {
	-webkit-transform:skew(-45deg)  scale(2);
	
}



.fancybox-nav{ height:90%}





/* STATIC PAGES */

.static-page article {
	margin-top: 10px;	
	margin-bottom: 15px;	
}






	/*.static-page article h1 ,.static-page h1 {
		font-size: 1.2em;
		border-top: 1px solid #e5352c;
		border-bottom: 1px solid #e5352c;
		padding-top: 4px;
		text-transform: uppercase;
		
	}*/
	
	.static-page article h2,.static-page h2 {
		font-size: 1.2em;
		text-transform: uppercase;
	}
	
	.static-page article h2 {
		border-bottom: #DDD solid thin;
	}
	
	.static-page h1,.static-page h2{
		color: #e5352c;
	}
	

	
	.static-page article h3,.static-page h3 {
		font-size: 1em;
	}

	
	
	.date-event {
		color: #e5352c;
		font-weight: 700;
	}
	.info-event{
		color: #e5352c;
		font-weight: 700;
	}
	.date-event{
		float: right;
	}
/* css relatif aux balises <a> */

	.url-event{

	}
	.mail-event{

	}




/* HOME */ 
.homepage p {
	font-size: 0.9em;
}
.homepage h1, .homepage h2,.static-page article h1 ,.static-page h1  {
	font-size: 1.2em;
	border-top: 1px solid #f53443;
	font-family:novecento-bold;
	
/*	border-bottom: 1px solid #e5352c;*/
	border-bottom:none;
	text-transform: uppercase;
	color: #e5352c;
	padding-top: 10px;
	padding-bottom: 4px;
	
}

.homepage h2 {
	font-size: 1.5em;
}

#curator p {
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	
	font-size: 1em;
	line-height:1.5em;
	letter-spacing:0.01em;
	
}

/*mobile*/
@media (max-width: 767px) {
	#curator p {
		column-count:1;
		-moz-column-count: 1;
		-webkit-column-count: 1;
		
		
	}


}



 article.panorama {
	position: relative;
	top:20px;
	clear: both;
}


/* FOOTER */
footer {
	background-color: rgba(51,51,51,0.85);
	color:white;
	padding: 15px;
	position: relative;
	clear: both;
	margin-top: 35px;
	margin-left:-15px;
	margin-right:-15px;
	top: 40px;
}
		
		
		#social-icons {
			position: relative;
			bottom: 25px;
		}
		
		footer .social{
			float:right;
		}
		
		footer  a.social{
			margin-right: 10px;
		}
		
		footer .logo-img{
			width:auto;
			height:30px;

		}
		
		footer p.legal {
			/*width: 50%;
			margin-top: -125px;
			text-align: justify;
			float: right;*/
			text-align: justify;
		}
		
		#place-logo{
			text-align:center;
			width:100%;
			
			bottom:0;	
		}
		footer em{
			font-size:0.8em;
		}
		
		footer img.logo {
			margin: 15px 0;
		}





/*mobile*/
@media (max-width: 767px) {
	footer {
		/*display: none;*/
	}
	
	footer .logo-img{margin:10px;}
	
	#social-icons{
		position:static;
		margin-top:10px;
		text-align:center;
		
	}
	
	footer .social{
		float:none;
		
	}
	
	.hu-image {
	        /* float: none; */
	        /* margin: 10px; */
			position: fixed;
			top: 248px;
			width: 100px;
			height: 100px;
			top: 0;
	    }
	.header-image {
		height: inherit;
	}
}





/*

	Anim Template
	
*/

@-webkit-keyframes enterAnim {
	from 	{ opacity: 0.1; -webkit-transform: translateX(50px); }
	to 	{ opacity: 1; -webkit-transform: translateX(0px); }

}
@-o-keyframes enterAnim {
	from 	{ opacity: 0.1; -webkit-transform: translateX(50px); }
	to 	{ opacity: 1; -o-transform: translateX(0px); }

}
@-moz-keyframes enterAnim {
	from 	{ opacity: 0.1; -webkit-transform: translateX(50px); }
	to 	{ opacity: 1; -moz-transform: translateX(0px); }

}
@keyframes enterAnim {
	from 	{ opacity: 0.1; -webkit-transform: translateX(50px); }
	to 	{ 	opacity: 1; transform: translateX(0px); }

}


@-webkit-keyframes leaveAnim {
	to 	{ opacity: 0;}
}

@-o-keyframes leaveAnim {
	to 	{ opacity: 0;}
}

@-moz-keyframes leaveAnim {
	to 	{ opacity: 0;}
}

@-keyframes leaveAnim {
	to 	{ opacity: 0;}
}
/*
.ng-enter {  
	-webkit-animation: enterAnim 0.2s both ease-out; 
	-o-animation: enterAnim 0.2s both ease-out; 
	-moz-animation: enterAnim 0.2s both ease-out; 
	animation: enterAnim 0.2s both ease-out; 
	background:white;  
}
.ng-leave {    
	-webkit-animation: leaveAnim 0.2s both ease-out;
	-o-animation: leaveAnim 0.2s both ease-out; 
	-moz-animation: leaveAnim 0.2s both ease-out; 
	animation: leaveAnim 0.2s both ease-out; 
}*/






