/*--------------------------Règle générales---------------------------*/

body{
  	/*width: 1000px;*/
  	margin:0;
	/*font-family: 'Trebuchet MS','arial';*/
	font-family: 'Gill Sans Light', 'Trebuchet MS', 'arial', sans-serif;
  	overflow-x: hidden;
  	background: white;
}
#magie{
	margin-top: 0px;
}


/*------------------------------Header-------------------------------*/
header{
	height: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 5;
	background: rgba(255,255,255,0.9);
}
header .menu{
	position: relative;
}
header .logo{
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
header .logo img{
	width: 55px;
    display: inline-block;
}

header .logo a{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 55px;
}

header .menu{
	z-index: 1;
}
.menu a{
	color: inherit;
	text-decoration: none;
}
.menu ul{
	list-style-type: none;
	margin: 0;padding: 0;
	padding-left: 13px;
	z-index: 3;
}
.menu ul li{
    display: inline-block;
    font-size: 15px;
    /*color: #4e82c4;*/
    color: #666;
    text-transform: uppercase;
    padding: 20px;	
}

header .mentions {
	
	text-align: right;
    position: absolute;

    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    margin-right: 10px;
    margin-top: 5px;
    color: #cdcdcd;
}


header .mentions img{
	width: 55px;
    display: inline-block;
}

header .mentions a{
	display: inline-block;
	text-align: right;
	position: absolute;
	margin-right: 10px;
	margin-left: 82%;
	text-decoration: none;


}

#magie{
	margin-top: 60px;
}

.banniere{
	width: 100%;
}

.bloc{
  clear: both;
}

.bloc a{
	color: inherit;
}
.bloc .text{
	position: absolute;	bottom: 0;right: 0; left: 0;
	text-align: center;
	text-transform: uppercase;
	z-index: 4;
	/*height: 206px;*/
	/*background-image:linear-gradient(to top,rgba(0,0,0,0.9), rgba(0,0,0,0));*/
}

.bloc4 h1{
	color: white;
	font-size: 250%;
	border-top: 1px solid white;
	display: inline-block;
	/*margin-top: 129px;*/
	text-shadow: 2px 2px 11px black;
}

.bloc2 h1{
	color: white;
	font-size: 250%;
	border-top: 1px solid white;
	display: inline-block;
	padding-top: 5px;
	margin-top: 129px;
	text-shadow: 2px 2px 11px black;
}

.bloc1 h1{
	color: white;
	font-size: 200%;
	border-top: 1px solid white;
	display: inline-block;
	padding-top: 5px;
	z-index: 4;
	margin-top: 129px;
	text-shadow: 2px 2px 11px black;
}
.bloc4{
  width: 49.6vw;
  height: 49.6vw;
  float:left;
  border-style: solid;
  border-color: white;
  border-width: 3px; 
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-attachment: absolute;
  position: relative;
  transition-duration: 0.5s;
}
.bloc2{
  width: 49.6vw;
  height: 24.6vw;
  float:left;
  border-style: solid;
  border-color: white;
  border-width: 3px; 
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-attachment: absolute;
  position: relative;
}
.bloc1{
  width: 24.6vw;
  height: 24.6vw;
  float:left;
  border-style: solid;
  border-color: white;
  border-width: 3px; 
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-attachment: absolute;
  position: relative;
}
.bcg-n{
	position: absolute;
	top: 0;left: 0;right: 0;bottom: 0;
	transition-duration: 0.5s;
	background-color: rgba(0,0,0,0.1);
}
.bcg-n:hover{
	background-color: rgba(0,0,0,0.5);
	z-index: 3;
}
.bcg-n-act{
	background-color: rgba(0,0,0,0.5);
	z-index: 3;
}
/*---------------------DIAPO---------------------*/
#diapo{
	width: 100%;
	height: auto;
	margin: auto;
	overflow: hidden;
	margin-top: 56px;
}
#diapo .content{
	width: 3000px;
	opacity: 0;
	display: none;
}
#diapo img{
	margin: 0;
	padding: 0;
	float: left;
	height: auto;
	width: 100%;
}
.loader{
	width: 25px;
	margin: auto;
}
.loader img{
	width: 25px;
	padding: 20px 0px;
}