@charset "UTF-8";
/* CSS Document */

body{
	background-color: #000;
}

#logo {
	position: relative;
	width: 100%;
	max-widht: 2000px;
	min-widht: 320px;
	marin: 0 auto;
	top: 20px;
	z-index: 2;
}
#logo1 {
	width: 45%;
	max-widht: 2000px;
	min-widht: 320px;
	margin: 0 auto 0 auto;
	z-index: 2;
}
#degrade{
	width: 100%;
	position: absolute;
	top: 8px;
	z-index: 1;
}
#bouton {
	width: 320px;
	text-align: center;
	margin: 10px auto 0 auto;
}
#mail {
	position: absolute;
	top: 20px;
	font-family: 'raleway', sans-serif;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	color:#000;

	text-align: center;
	z-index: 3;

}

.conteneur{
	position: relative;
	width: 100%; 
	min-width: 320px;
	text-align:left;
}

@-webkit-keyframes Fondu5imgInOut{
	0%, 16%, 100%{opacity:1;}
  20%, 96%{opacity:0;}
}

@-moz-keyframes Fondu5imgInOut
{
  0%, 16%, 100%{opacity:1;}
  20%, 96%{opacity:0;}
}

@-o-keyframes Fondu5imgInOut
{
  0%, 16%, 100%{opacity:1;}
  20%, 96%{opacity:0;}
}

@keyframes Fondu5imgInOut{
  0%, 16%, 100%{opacity:1;}
  20%, 96%{opacity:0;}
}

#Fondu5img {
position: relative;
width: 100%;
margin:0 auto;
}

#Fondu5img img {
position:absolute;
width: 100%;
}

#Fondu5img img
{
  -webkit-animation-name: Fondu5imgInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 25s;

  -moz-animation-name: Fondu5imgInOut;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 25s;

  -o-animation-name: Fondu5imgInOut;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 25s;

  animation-name: Fondu5imgInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 25s;
}
#Fondu5img img:nth-of-type(1)
{
  -webkit-animation-delay: 20s;
  -moz-animation-delay: 20s;
  -o-animation-delay: 20s;
  animation-delay: 20s;
}
#Fondu5img img:nth-of-type(2)
{
  -webkit-animation-delay: 15s;
  -moz-animation-delay: 15s;
  -o-animation-delay: 15s;
  animation-delay: 15s;
}
#Fondu5img img:nth-of-type(3)
{
  -webkit-animation-delay: 10s;
  -moz-animation-delay: 10s;
  -o-animation-delay: 10s;
  animation-delay: 10s;
}
#Fondu5img img:nth-of-type(4)
{
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}
#Fondu5img img:nth-of-type(5)
{
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

