#img_full_size {
	background:url('../images/Pergaud.jpg');
	background-size: cover;
	height:100%;
	width: 100%;
	margin-top:-20px;
	position: fixed;
	text-align: center;
}

#img_full_size #textes {
	position: absolute;
	text-align: right;
	top:60%;
	right:10%;
}

#img_full_size #intro {
	color:white;
	top:60%;
	width:100%;
	font-size: 70px;
	text-shadow: 1px 4px 6px #333;
	transform:translate(-50px, 0);
}

#img_full_size #outro {
	color:white;
	top:65%;
	width:100%;
	font-size: 30px;
	text-shadow: 1px 4px 6px #333;
	transform:translate(-50px, 0);
}

.endload {
	animation:load 1s 1 forwards;
}
.endload1 {
	animation:load 1s ease 0.2s forwards;
}

@keyframes load {
	0% {
		transform:translate(-50px, 0);
	}
	100% {
		transform:translate(0,0);
	}
}

#stages_e hr {
	margin-top:10px;
	margin-bottom:0; 
}
#stages_e h3 {
	margin-top:8px;
}
#stages_e .form-group {
    margin-bottom: 5px;
}


.divider-vertical {
    height: 40px;
    margin: 5px 3px 5px 0;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #FcFcFc;
}

footer {
	margin-top:40px;
	text-align: center;
	color:#888;
}