/************************************************
*************************************************

				ANIMATION BANDE DÉFILANTE

*************************************************
************************************************/

@-moz-keyframes animBandeDefilante {

	0%{left: 0px;}
	10%{left: 0px;}
	15%{left: -495px;}
	35%{left: -495px;}
	40%{left: -990px;}
	60%{left: -990px;}
	65%{left: -1485px;}
	85%{left: -1485px;}
	90%{left: -1980px;}
	100%{left: -1980px;}

}

@-o-keyframes animBandeDefilante {

	0%{left: 0px;}
	10%{left: 0px;}
	15%{left: -495px;}
	35%{left: -495px;}
	40%{left: -990px;}
	60%{left: -990px;}
	65%{left: -1485px;}
	85%{left: -1485px;}
	90%{left: -1980px;}
	100%{left: -1980px;}

}

@-webkit-keyframes animBandeDefilante {

	0%{left: 0px;}
	10%{left: 0px;}
	15%{left: -495px;}
	35%{left: -495px;}
	40%{left: -990px;}
	60%{left: -990px;}
	65%{left: -1485px;}
	85%{left: -1485px;}
	90%{left: -1980px;}
	100%{left: -1980px;}

}

@-ms-keyframes animBandeDefilante {

	0%{left: 0px;}
	10%{left: 0px;}
	15%{left: -495px;}
	35%{left: -495px;}
	40%{left: -990px;}
	60%{left: -990px;}
	65%{left: -1485px;}
	85%{left: -1485px;}
	90%{left: -1980px;}
	100%{left: -1980px;}

}

@keyframes animBandeDefilante {

	0%{left: 0px;}
	10%{left: 0px;}
	15%{left: -495px;}
	35%{left: -495px;}
	40%{left: -990px;}
	60%{left: -990px;}
	65%{left: -1485px;}
	85%{left: -1485px;}
	90%{left: -1980px;}
	100%{left: -1980px;}

}

/************************************************
*************************************************

				HEADER

*************************************************
************************************************/

header{
	height: 327px;
	background: url('../images/index/fondConteneurIndex.svg') no-repeat;
	padding-top: 10px;
}

/************************************************
*************************************************

				LOGO

*************************************************
************************************************/

#logo{
	margin: 0px 62px 25px 35px;
}

/************************************************
*************************************************

				MENU

*************************************************
************************************************/

header nav{
	clear:none;
}

header nav li:nth-of-type(1) a{
	background: url('../images/index/fondConteneurIndex.svg') no-repeat -20px -10px;
	margin: 0px 7px 0px 0px;
}

header nav li:nth-of-type(2) a{
	background: url('../images/index/fondConteneurIndex.svg') no-repeat -140px -10px;
}

header nav li:nth-of-type(3) a{
	background: url('../images/index/fondConteneurIndex.svg') no-repeat -260px -10px;
}

header nav li:nth-of-type(4) a{
	background: url('../images/index/fondConteneurIndex.svg') no-repeat -380px -10px;
}

header nav li:nth-of-type(5) a{
	background: url('../images/index/fondConteneurIndex.svg') no-repeat -500px -10px;
}

header nav li:nth-of-type(6) a{
	background: url('../images/index/fondConteneurIndex.svg') no-repeat -620px -10px;
}

header nav li:nth-of-type(7) a{
	background: url('../images/index/fondConteneurIndex.svg') no-repeat -740px -10px;
}

header nav li:nth-of-type(8) a{
	background: url('../images/index/fondConteneurIndex.svg') no-repeat -860px -10px;
	margin: 0px 0px 0px 7px;
}

header nav li a:hover{
	color: rgb(255, 255, 255);
	background: url('../images/commun/fondBoutonMenuIndex.png') no-repeat 0px 3px;
}

/************************************************
*************************************************

				BANDE DÉFILANTE

*************************************************
************************************************/

#blocDefilement{
	width: 495px;
	height: 105px;
	background: rgb(255, 255, 255);
	box-shadow: 0px 8px 6px -2px rgba(0, 0, 0, 0.3);
	margin: 0px auto;
	padding: 20px;
	position: relative;
	clear: both;
}

#blocDefilement:before, #blocDefilement:after{
	content: ' ';
	width: 100px;
	height: 40px;
	position: absolute;
	top: 94px;
	z-index: -1;
}

#blocDefilement:before{
	box-shadow: -5px 5px 10px 10px rgba(0, 0, 0, 0.3);
	-moz-transform: rotate(-10deg) skewX(-10deg);
	-o-transform: rotate(-10deg) skewX(-10deg);
	-webkit-transform: rotate(-10deg) skewX(-10deg);
	-ms-transform: rotate(-10deg) skewX(-10deg);
	transform: rotate(-10deg) skewX(-10deg);
	left: 20px;
}

#blocDefilement:after{
	box-shadow: 5px 5px 10px 10px rgba(0, 0, 0, 0.3);
	-moz-transform: rotate(10deg) skewX(10deg);
	-o-transform: rotate(10deg) skewX(10deg);
	-webkit-transform: rotate(10deg) skewX(10deg);
	-ms-transform: rotate(10deg) skewX(10deg);
	transform: rotate(10deg) skewX(10deg);
	left: 415px;
}

#defilement{
	width: 495px;
	height: 105px;
	position: relative;
	overflow: hidden;
}

#bandeDefilante{
	width: 2475px;
	height: 105px;
	position: absolute;
	top: 0px;
	left: 0px;
	-moz-animation: animBandeDefilante 10s ease-in-out 0s infinite alternate;
	-o-animation: animBandeDefilante 10s ease-in-out 0s infinite alternate;
	-webkit-animation: animBandeDefilante 10s ease-in-out 0s infinite alternate;
	-ms-animation: animBandeDefilante 10s ease-in-out 0s infinite alternate;
	animation: animBandeDefilante 10s ease-in-out 0s infinite alternate;
}

#bandeDefilante ul{
	list-style-type: none;
	display: table;
}

#bandeDefilante li{
	width: 495px;
	height: 105px;
	display: table-cell;
	font-size: 3em;
	color: rgb(255, 255, 255);
	text-align: center;
	vertical-align: middle;
	line-height: 1em;
}

#bandeDefilante li:nth-of-type(1){
	background: rgb(87, 182, 221);
}

#bandeDefilante li:nth-of-type(2){
	background: rgb(102, 45, 145);
}

#bandeDefilante li:nth-of-type(3){
	background: rgb(238, 42, 123);
}

#bandeDefilante li:nth-of-type(4){
	background: rgb(141, 198, 63);
}

#bandeDefilante li:nth-of-type(5){
	background: rgb(247, 148, 30);
}

/************************************************
*************************************************

				SECTION

*************************************************
************************************************/

section{
	height: 321px;
	background: url('../images/index/illustrationIndex.svg') no-repeat 75px 125px;
	padding-top: 110px;
}

section > a{
	width: 270px;
	height: 267px;
	display: block;
	background: url('../images/index/boutonUrgence.svg') no-repeat;
	margin: 0px 25px 0px 355px;
	float: left;
}

section nav{
	float: left;
}

section nav ul{
	list-style-type: none;
}

section nav a{
	width: 170px;
	display: block;
	font-family: 'OpenSansBold';
	font-size: 0.7em;
	text-decoration: none;
}

section nav li:nth-of-type(1) a{
	height: 35px;
	color: rgb(87, 182, 221);
	background: url('../images/index/pictoIntervention.svg') no-repeat;
	padding: 30px 0px 0px 70px;
}

section nav li:nth-of-type(2) a{
	height: 20px;
	color: rgb(247, 148, 30);
	background: url('../images/index/pictoMaintenance.svg') no-repeat;
	padding: 45px 0px 0px 70px;
	margin-left: 30px;
}

section nav li:nth-of-type(3) a{
	height: 20px;
	color: rgb(74, 120, 188);
	background: url('../images/index/pictoFormation.svg') no-repeat;
	padding: 45px 0px 0px 70px;
	margin-left: 60px;
}

section nav li:nth-of-type(4) a{
	height: 35px;
	color: rgb(141, 198, 63);
	background: url('../images/index/pictoConseil.svg') no-repeat;
	padding: 30px 0px 0px 70px;
	margin-left: 90px;
}