﻿*{
	font-family:Arial,sans-serif;
	text-align:left;
}

a{
	text-decoration:none;
	border:none;
/*	color:#fff;*/
	color:#333;
	/*font-style: italic;*/
}

body{
	min-width:250px;
}

.blocLogo{
	width: 100%;
	background: #fff;
	display: block;
}

#overlay{
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0,0,0,0.92);
	z-index: 9999999;
}

#overlay iframe{
	display: block;
	margin:auto;
	text-align: center;
	max-width:80%;
	max-height:80%;
	padding-top:50px;
}

#overlay #dismiss{
	background:#F7931E;
	color:#fff;
	padding:10px 20px 10px 20px;
	border:0;
	display: block;
	margin:auto;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	margin-top: 25px;
	cursor:pointer;
	letter-spacing: 2px;
}

#overlay #dismiss:hover{
	/*background:#399690;*/
}

img{
	max-width: 88%;
}


div.part{
	background: #111;
	width: 33.33%;
	height: 100%;
	float: left;
	box-sizing:border-box;
	position: relative;
	overflow:hidden;

	transition:All 1.5s ease;
	-webkit-transition:All 1.5s ease;
	-moz-transition:All 1.5s ease;
	-o-transition:All 1.5s ease;

	transition:border 0.01s ease;
	-webkit-transition:border 0.01s ease;
	-moz-transition:border 0.01s ease;
	-o-transition:border 0.01s ease;

}

div.part p{
	/*display:none;*/
	width:100%;
	position: absolute;
	box-sizing:border-box;
	padding:0 30px;
	padding-top: 10px;
	color:#fff;
	text-transform: none;
/*	text-shadow:1px 1px 1px #000000;*/
	text-align: center;
	font-size: 14px;

	left:100%;
	margin-left:0%;
	top:50%;

	transition:All 0.8s ease;
	-webkit-transition:All 0.8s ease;
	-moz-transition:All 0.8s ease;
	-o-transition:All 0.8s ease;
}

div.part p a{
	color:#fff;
}

div.part:hover p{
	/*display:block;*/
	left:50%;
	margin-left:-50%;
}

#div1,#div2{
/*	border-right: 4px solid #fff;*/
}

#div1,#div3{
/*	border-right: 4px solid #fff;*/
}

/*#div1:hover .background1{
  filter: blur(5px) brightness(400%);
  -webkit-filter: blur(5px) brightness(400%);
}*/

.background1{
  background-image: url('img/evenements.jpg');
  background-size: cover;
  display: block;
  width:100%;
  height:100%;

	transition:All 1.5s ease;
	-webkit-transition:All 1.5s ease;
	-moz-transition:All 1.5s ease;
	-o-transition:All 1.5s ease;
}

/*#div2:hover .background2{
  filter: blur(5px) brightness(400%);
  -webkit-filter: blur(5px) brightness(400%);
}*/

.background2{
  background-image: url('img/ateliers.jpg');
  background-size: cover;
  display: block;
  width:100%;
  height:100%;

	transition:All 1.5s ease;
	-webkit-transition:All 1.5s ease;
	-moz-transition:All 1.5s ease;
	-o-transition:All 1.5s ease;
}

/*#div3:hover .background3{
  filter: blur(5px) brightness(400%);
  -webkit-filter: blur(5px) brightness(400%);
}*/

.background3{
  background-image: url('img/samuel-sene-bg.jpg');
  background-size: cover;
  display: block;
  width:100%;
  height:100%;

	transition:All 1.5s ease;
	-webkit-transition:All 1.5s ease;
	-moz-transition:All 1.5s ease;
	-o-transition:All 1.5s ease;
}


.logoPole{
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top:0;
	left: 0;
	right: 0;
	padding:30px;
	z-index: 999999;
	max-width: 60%;
}

/* SELECTION */

*::selection {
	background:#f7a600;
	color:#fff;
}

*::-moz-selection {
	background:#f7a600;
	color:#fff;
}

*::-webkit-selection {
	background:#f7a600;
	color:#fff;
}


@media handheld, only screen and (max-width: 450px) {

	div.part{
		width: 100%;
		height: 33.33%;
		float: left;
		box-sizing:border-box;
		position: relative;
		overflow:hidden;

		transition:All 1.5s ease;
		-webkit-transition:All 1.5s ease;
		-moz-transition:All 1.5s ease;
		-o-transition:All 1.5s ease;

		transition:border 0.01s ease;
		-webkit-transition:border 0.01s ease;
		-moz-transition:border 0.01s ease;
		-o-transition:border 0.01s ease;

	}

	#div1,#div2,#div3{
		border:none;
		border-bottom:1px solid #fff;
	}

	div.part p{
		left:50%;
		margin-left:-50%;
	}

}