/* General styles for the modal */

/* 
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the 
perspective effects (not including the modals and the overlay).
*/

bg{
margin_bottom:0;
  padding:0;
  background-color:#fff;
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
	}
	
	.logo {
	position:fixed;
	bottom: 10px;
	right:10px;
	display:inline;
	z-index:100;

}
@media screen and (max-width: 460px) {
	
	.md-content h3 {
	padding-top: 8px;
	font-size: 1.2em;

}

.md-content p {
	/*padding: 15px 40px 30px;*/
	margin: 0;
   font-size: 13px;
   line-height:18px;
    font-weight: 300;
}

.vignette {
    display: none;
}

.md-modal {
    width: 95%;
}
.md-content {  
    padding: 0 20px 10px;
   
}
	
	}
	
	#partage {
	position: fixed;
    right: 10px;
	 top: 10px;
    z-index: 20;
}

	#credits {
	position: fixed;
    left: 10px;
	bottom: 10px;
    z-index: 21;
	padding:5px;
	background:#fff;
}


@media screen and (max-width: 720px) {
#partage {
	display:none;
}}

.partage{
	position:fixed;
	top:10px;
	right:20px;
	/*text-shadow:1px 1px 1px #000;*/
	z-index:10;
	text-align:right;
	color:white;
	float:right;
}
.partage span{
	color: rgba(255,255,255,1);
	text-transform: uppercase;
	margin-left: 20px;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	vertical-align: middle;
	display: block;
	line-height: 21px;
	background-color: rgba(0,0,0,0.6);
	padding: 5px;
}

.md-perspective, .md-perspective body {
	height: 100%;
	overflow: hidden;
}
.md-perspective body {
	background: #222;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
}
.container {
	min-height: 100%;
}
/*bouton picto*/
.sources{
  color: #000000;
    font-size: 12px;
    left: 68px;
    position: fixed;
    top: 688px;
 width: 263px;
	}
.btn {

	/*position: fixed;*/

	
	-webkit-transition: all 150ms;
	-moz-transition: all 150ms;
	-ms-transition: all 150ms;
	-o-transition: all 150ms;
	transition: all 150ms;
}

area{
/*cursor: url("../images/curseur.png"), pointer;	
border:10px;*/
	}
	
	
	
.btn:hover {
	/* background-image: url("../images/btn_on.png");*/
}
.btn_01 {
    left: 270px;
    top: 270px;
}
.btn_02 {
    left: 270px;
    top: 270px;
}



/*fin des bouton picto*/

.md-modal {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	height:auto;
	max-width:1000px;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}


@media screen and (max-width: 1024px) {
		.md-modal {

	width: 90%;

}

}

.md-content {
background: rgb(0,0,0); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NjRmNGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(86,79,74,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#595959',GradientType=0 ); /* IE6-8 */


}
.vignette {
	text-align: center;
	/*position:absolute;
	top:-25%;
	left:calc(48% - 125px);*/
}
.vignette img {
	position: relative;
    top: 70px;
    z-index: 1;
	/* width:100%; */
	height:auto;
}
.md-show {
	visibility: visible;
}
.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	cursor:pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}
/* Content styles */
.md-content {
	color: #000;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
	padding: 30px;
	
}
.md-content h3 {
	color:#01a1ff;
	padding:4px;
	margin: -8px;
	text-align: center;
	font-size: 2.2em;
	font-weight: 800;
	opacity:1;
	border-radius: 3px 3px 0 0;
}

.md-content h4 {
	font-size:21px;
	line-height:21px;
	font-size:300;
	text-align:center;
}
.md-content > div {
	/*padding: 15px 40px 30px;*/
	margin: 0;
   font-size: 25px;
   line-height:30px;
    font-weight: 300;
	text-align:center;
}
.md-content > div p {
	margin: 0;
	padding: 15px 0 15px 0;
}
.md-content > div p a {
	font-weight: 300;
	color:grey;
	text-decoration:underline;
}
.md-content > div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}
.md-content > div ul li {
	padding: 5px 0;
}
.md-content button {
	display: block;
	margin: 0 auto;
	font-size: 0.8em;
}
/* Individual modal styles with animations/transitions */


/* Effect 12:  Just me */
.md-effect-12 .md-content {
	/* box-shadow: 1px 1px 12px #898989; */
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.md-show.md-effect-12 ~ .md-overlay {
	background: #01a1ff;
	opacity:0.5;
}
.md-effect-12 .md-content h3, .md-effect-12 .md-content {
	background: transparent;
}
.md-show.md-effect-12 .md-content {
	background: #fff;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	border-radius:100px 30px;
}