/* ---------------------- FONTS --------------------------*/
html body{
	font-family: BrownRegular, sans-serif;
	font-style: 13px;
	background-color: #0d0d0d;
	padding-right: 0;
	padding-left: 0;
}
body{
	/*background-image: url('../img/bann-anime.gif');*/
}
h1{
	font-size: 35px;
	font-family: "BrownBold", sans-serif;
}
h1 a,h1 a:hover,h1 a:focus,h1 a:active{
	color: white;
	text-decoration: none;
}
h2{
	font-family: "BrownBold", sans-serif;
}
h3,h4{
	font-family: "BrownRegular", sans-serif;
}
h5{
	font-family: "BrownRegular", sans-serif;
	font-size: 13px;
	color: #ababab;
	text-transform: uppercase;
}
h1,h2,h3,h4,h5{
	font-weight: normal;
	font-style: normal;
}
div.dateheader{
	/*font-family: "BrownBold", sans-serif;*/
	font-size: 20px;
	text-align: right;
}
.b,ul.nav li a span.b{
	font-family: "BrownBold", sans-serif !important;
	font-weight: normal;
}
div.dateheader a{
}
strong{
	font-family: "BrownBold", sans-serif;
	font-weight: normal;
}
a{
	color: #aaaaaa;
	text-decoration: none;
	-moz-transition: all .5s; 
    -webkit-transition: all .5s; 
    -o-transition: all .5s; 
    transition: all .5s;
}
.contenu a{

	border-bottom: 1px dotted #373737;
}
a:hover{
	background-color: none;
	color:white;
	text-decoration: none;
}
.mini{
	font-size: 10px;
	color: #cccccc;
}
span.namelist{
	font-size: 14px;
}
span.bold{
	font-family: "BrownBold", sans-serif;
}
/* -------------------- Structure ---------------------*/
div#news h4{
	font-size: 20px; font-family: "Brownbold", sans-serif;
	text-transform: uppercase;
}
.container-fluid {
 margin-top: 0;
}
div.headerv2{
	padding: 20px 15px 15px 15px;
}
body{background-color: #181818;color:white;}

div#fbsocial a{
	margin-top: 10px;
	float: right;
	width: 18px;
	height: 18px;
	background-image: url('../img/facebook.png');
	opacity: 0.7;
}
header div#fbsocial a:hover,header div#home a:hover, header div#home.actif a
{
	opacity: 1;
}
header div#home a{
	margin-top: 10px;
	float: right;
	width: 24px;
	height: 24px;
	background-image: url('../img/home.png');
	background-position: top;
}

header h1{margin:0;}
footer{
	border-top: 40px solid #222222;
	padding-top: 35px;
	margin-top: 25px;
	background-color: black;
}
footer hr{
	border-top-color: #1f1f1f;
}
hr{
	border-top-color: #1f1f1f;
}
footer h5{
	text-align: center;
	margin-bottom: 35px;
	font-size: 16px;
	color:white;
}

footer img{
	opacity: 0.7;
	margin: 0 auto;
}
footer img:hover{
	opacity: 1;
}
div.lieux{
	text-align: right;
}
div.lieux img{margin: 0 auto;}

#gmap3detail img,#gmap3lieux img,#gmap3map img, #gmap3detailmobile img{
  max-width: none;
}
#infobulle{
	color: black;
	width: 300px;
	overflow: hidden;
}
#infobulle2{
	color: black;
	width: 250px;
	overflow: hidden;
}
#infobulle a,#infobulle2 a{
	color: #555555;
}
#infobulle a:hover,#infobulle2 a:hover{
	color: black;
}
#infobulle img,#infobulle2 img{
	max-width:100%;
}
#infobulle h4,#infobulle2 h4{
	line-height: none;
	margin: 0;
}
#infobulle hr,#infobulle2 hr{
	margin:3px 0;
}
#infobulle p,#infobulle2 p{
	margin-bottom: 0;
}
/* ----------- les Article ----------------- */
article{
	padding-bottom: 10px;
}
article h1{
	font-family: "BrownRegular", sans-serif;
	font-size: 20px;
	color: #EBEBEB;
	padding: 0px;
	margin: 0;
}
article p.datearticle{
	font-size: 11px;
	color:#bbb;
	margin: 0;
	text-align: right;
}
article p{text-align: justify;color: #f0f0f0;}
article li{list-style-position: inside;}
article img{
	margin-bottom: 8px;
}
img.popup-image:hover,img.popup-news:hover{cursor:pointer;}


/* ---------- Les menus ------------------------ */

ul.nav.navbar-nav{
	padding: 0px 15px;
}

ul.nav li a{
	color:#dcdcdc;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover
{
	background-color: #d0d0d0;
	color:#2f2f2f;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
	background-color: #333333;
}
.navbar-inverse .navbar-nav>.open.active>a
{
	background-color: #333333;
	color: white;
}
ul.nav li:hover a{

}
ul.nav li.actif a{

}
ul.nav li:hover{

}
ul.nav li.actif{

}
ul.nav li.hidden{
	border: none;
}
	/* --------------------- Les Sous-menu ---------------------- */
	div.ssmenu{margin-bottom: 0px;margin-top: 5px;padding-top: 8px;}
	ul#ssmenuedition{margin: 0;padding: 0}
	ul#ssmenuedition li{ float: left;padding: 0px 10px; list-style: none;}
	ul#ssmenuedition li.titredetail{padding-left: 10px;padding-right: 0px}
	ul#ssmenuedition li.titre{padding: 0px}
	ul#ssmenuedition li.actif a{color: white;text-decoration: underline;}
	ul#ssmenuedition li.ans{border-left: 1px #3c3c3c solid;}

	ul#ssmenuedition li#back{
		padding-left: 0;
		margin-top: 20px;
	}
	ul#ssmenuedition li#back a{
		font-size: 14px;
	}

/* --------------- Listes des photographes -------------- */

div.contenu figure{
	margin:10px auto;
}
div.contenu figure img{}
div.contenu figure figcaption{
	text-align: center;
	margin-top: 5px;
	color: #999999;
	-moz-transition: all .5s; 
    -webkit-transition: all .5s; 
    -o-transition: all .5s; 
    transition: all .5s;

}
div.contenu figure:hover img{}
div.contenu div.imagedetail figure:hover figcaption{
	color: #999999;
}
div.contenu figure:hover figcaption{
	color:white;
}
div.logo{
	text-align: left;
}
div.logo h1{
	margin-top: 0px;
	margin-bottom: -4px;
}
div.contenu{
	padding-top: 15px;
}
div.nav-bottom{
	margin-top: 25px;
 }

 /*  ------------------- Détail photographes -------------------- */
section.detail{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #1f1f1f;
}
section.detail h1{
	margin:0;
	margin-bottom: 0px;
	font-size: 25px;
}
article ul{padding-left: 0px;}
section.detail h2{
	margin:0;
	margin-bottom: 0px;
	font-size: 22px;
	font-style: italic;
	font-weight: lighter;
	margin-top: 15px;
}
section.detail p{
	text-align: justify;
	line-height: 17px;
}
section.detail div.dateSerie{
	margin-bottom: 10px;
}
section.detail div.text{
	text-align: justify;
	line-height: 17px;
	margin-top: 15px;
	margin-bottom: 25px;
}
div.imagedetail figure{
	margin-bottom: 30px;
	text-align: center;
	margin-top:0;
}
div.lieu{
	border-top:1px white solid;
	padding-top: 10px;
	width: 100%
}

div.paragraphe{
	border-top: 1px solid white;
	padding-top: 20px
}
p.article{
	font-family: "BrownBold", sans-serif;
	padding-bottom: 0;
	margin-bottom: 3px;
	text-decoration: underline;
}
.navbar{
	border-radius: 0;
	border: none;
}
.navbar .navbar-collapse{
}
.dropdown-menu{
	background-color: #222222;
	border-radius: 0;
	border: 0;
	border-top: 1px solid black;
}
.form-control{
	border-radius: 0;
	background-color: #212121;
	border: 1px solid #333333;
	margin-bottom: 8px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background-color: #868686;
}
.container-nav{
	padding: 0;
}
#fix{
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
}
#fix.stuck {
	position:fixed;
	top:0;
	width: 100%;
	z-index: 1000;
	background-color: rgba(0,0,0,0.85);
	-webkit-transition: background-color 0.5s;
	margin-top: 93px;
}
ul#ssmenuedition li:last-child{
	padding-right:0px;
}
div.titlepage{
	margin-bottom: 25px;
	text-align: left;
}
div#bg{
	background-repeat: repeat;
	background-position: center center;
	position: relative;
	display: table;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
	width: 100%;
	color: #fff;
	height: 100vh;
}
div#nbedition{
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	width: 100%;
}

div#nbedition div.logovalign{
	display: none;
}
div#nbedition div#logovalign-index.logovalign{
	display: block;
}
div#bg div#info{
	position: absolute;
	bottom: 10px;
	left: 20px;
	font-size: 16px;
}
div#bg div#info a{color: white;}
#wrapperheader{
	background-color: rgba(255,255,255,0.8);
	-webkit-transition: background-color 300ms linear;
	-ms-transition: background-color 300ms linear;
	transition: background-color 300ms linear;

}
#wrapperheader a,#wrapperheader span{
	color: #222222 !important;
	-webkit-transition: color 300ms linear;
	-ms-transition: color 300ms linear;
	transition: color 300ms linear;
}
#wrapperheader.top{

	background-color: black;
	-webkit-transition: background-color 300ms linear;
	-ms-transition: background-color 300ms linear;
	transition: background-color 300ms linear;

}
#wrapperheader.top a,#wrapperheader.top span{
	color: white !important;
	-webkit-transition: color 300ms linear;
	-ms-transition: color 300ms linear;
	transition: color 300ms linear;
}
#loading {
	position: fixed;
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	background: #000000;
	z-index: 99999;
}
#loading-content {
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
	text-align: center;
}
.dropdown-submenu {
	position:relative;
}
.dropdown-submenu>.dropdown-menu {
	top:0;
	left:100%;
	margin-top:-6px;
	margin-left:-1px;
	-webkit-border-radius:0 6px 6px 6px;
	-moz-border-radius:0 6px 6px 6px;
	border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
	display:block;
}
.dropdown-submenu>a:after {
	display:block;
	content:" ";
	float:right;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
	border-width:5px 0 5px 5px;
	border-left-color:#cccccc;
	margin-top:5px;
	margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
	border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
	float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left:-100%;
	margin-left:10px;
	-webkit-border-radius:6px 0 6px 6px;
	-moz-border-radius:6px 0 6px 6px;
	border-radius:6px 0 6px 6px;
}
.dropdown-menu .divider {
	background-color: #424242;
}
.btn{
	border-radius: 0;
}

/* Page Bourse JMM */
div#infobourse{
	text-align: center;
	padding: 20px 50px;
	border: 1px solid #1f1f1f;

}