@media screen {
	body {
		background-color: #7B767C;
		position: fixed;
	}

	#head .portail {
		color: #FFFFFF;
		font-family: open-sans;
		font-style: normal;
		font-weight: 700;
		display: inline;
		z-index: 1;
		position: relative;
	}
	
	#head {
		margin-top: 20px;
		margin-left: 30px;
		z-index: 2;
		position: relative;
	}
	
	#conteneur {
		display: flex;
		justify-content: space-around;
		height: 410px;
		margin: auto;
		margin-left: 170px;
		margin-top: 5%;
		z-index: 3;
		position: relative;
	}

	#head .identification {
		color: #FFFFFF;
		font-family: open-sans;
		font-style: normal;
		font-weight: 300;
		display: inline;
		z-index: 4;
		position: relative;
	}
	
	#conteneur .stagiaire p {
		color: #FFFFFF;
		font-family: open-sans;
		font-style: normal;
		font-weight: 300;
		text-align: center;	
		z-index: 5;
		position: relative;
	}

	#head .logo {
		display: inline;
		z-index: 6;
		position: relative;
	}
	
	#conteneur .Employée p {
		color: #FFFFFF;
		font-family: open-sans;
		font-style: normal;
		font-weight: 300;
		text-align: center;
		position: relative;
		z-index: 7;
	}

	#conteneur .Employée {
		margin-top: auto;
		margin-bottom: auto;
		vertical-align: middle;
		width: 305px;
		height: 54px;
		border: 1px solid #FFFFFF;
		margin-right: 10%;
		position: relative;
		z-index: 8;
	}

	#conteneur .Employée:hover {
		margin-top: auto;
		margin-bottom: auto;
		width: 305px;
		height: 54px;
		border: 1px solid #FFFFFF;
		background-color: #99CB4F;
		margin-right: 10%;
		transition: .5s ease;
		position: relative;
		z-index: 8;
	}


	#conteneur #ligne {
		background-color: #FFFFFF;
		width: 2px;
		height: inherit;
		position: relative;
		z-index: 9;
	}

	#conteneur .stagiaire {
		margin-top: auto;
		margin-bottom: auto;
		width: 305px;
		height: 54px;
		vertical-align: middle;
		border: 1px solid #FFFFFF;
		margin-left: 10%;
		position: relative;
		z-index: 10;
	}
	#conteneur .stagiaire:hover {
		margin-top: auto;
		margin-bottom: auto;
		width: 305px;
		height: 54px;
		vertical-align: middle;
		border: 1px solid #FFFFFF;
		background-color: #99CB4F;
		transition: .5s ease;
		margin-left: 10%;
		position: relative;
		z-index: 10;
	}

	#deco{
		position: relative;
		margin-left: 172px;
		margin-right: auto;
		}	

	#deco .wow{
		background-color: #99CB4F;
		border-radius: 500px;
		width: 1000px;
		height: 1000px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		margin-top: -693px;
		opacity: 0.2;
	}
}
