/* Introduction Section */
#introduction {
	padding: 0 0 30px 0;
	background-color: white;
	color: #03252b
}

#introduction h1 {
	color: #FD8127;
	font-weight: 700;
	font-size: 38px;
	margin-top: 50px;
}

#introduction p.text-intro {
	color: #0D8CA0;
	font-weight: 600;
	font-size: 28px;
	padding: 20px 70px;
}

#introduction p {
	color: #03252b;
	font-size: 24px;
}

.border-img {
	border: 3px solid #0FA1B7;
}

.comment-bloc {
	color: #03252b;
	font-size: 20px;
}

/* ****************** KPI Section ****************** */
#workloadKpi {
	padding: 10px 0;
	background-color: #25BAD0;
	color: #03252b;
}

/* Intro Section */
#intro {
	padding: 20px;
	background-color: #ffffff;
	color: #03252b;
}

#intro h2 {
	color: #0FA1B7;
	text-transform: uppercase;
	line-height: normal;
}

/* Analytical Section */
#analyticalWorkload {
	padding: 20px;
	background-color: #ffffff;
	color: #03252b;
}

#analyticalWorkload h2 {
	color: #0FA1B7;
	text-transform: uppercase;
	line-height: normal;
}

/* Project Section */
#projectProgress {
	padding: 20px;
	background-color: #ffffff;
	color: #03252b;
}

#projectProgress h2 {
	color: #0FA1B7;
	text-transform: uppercase;
	line-height: normal;
}

/* Presentation Section */
#presentation {
	padding: 20px;
	background-color: #ffffff;
	color: #03252b;
}

#presentation h2 {
	color: #0FA1B7;
	text-transform: uppercase;
	line-height: normal;
}

/* Capacity Planning Section */
#capacityplanning {
	padding: 60px;
	background-color: #ffffff;
	color: #03252b;
}

#capacityplanning h2 {
	color: #0FA1B7;
	text-transform: uppercase;
	line-height: normal;
}

/* Capturing Time Section  */
#capturingTime {
	padding: 60px;
	background-color: #ffffff;
	color: #03252b;
}

#capturingTime h2 {
	color: #0FA1B7;
	text-transform: uppercase;
	line-height: normal;
}

/* TimeSpent Section */
#timeSpent {
	padding: 60px;
	background-color: #ffffff;
	color: #03252b;
}

#timeSpent h2 {
	color: #0FA1B7;
	text-transform: uppercase;
	line-height: normal;
}

/* SprintProgress Section */
#sprintProgress {
	padding: 60px;
	background-color: #ffffff;
	color: #03252b;
}

#sprintProgress h2 {
	color: #0FA1B7;
	text-transform: uppercase;
	line-height: normal;
}

/* Budget Section */
#budget {
	padding: 60px;
	background-color: #ffffff;
	color: #03252b;
}

#budget h2 {
	color: #0FA1B7;
	text-transform: uppercase;
	line-height: normal;
}

/* EmployeeView Section */
#employeeView {
	padding: 40px;
	background-color: #ffffff;
	color: #03252b;
}

#employeeView h2 {
	color: #0FA1B7;
	text-transform: uppercase;
	line-height: normal;
}

/* Workload Further Section */
#workloadFurther {
	padding: 20px;
	background-color: #ffffff;
	color: #03252b;
}

#workloadFurther .further-title {
	color: #0FA1B7;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 400;
}

#workloadFurther h2 {
	color: #03252b;
	font-size: 20px;
	text-transform: none;
	font-weight: bold;
	display: inline;
}

/* ZOOM IMAGE */
#menu {
	z-index: 599999;
}

input[type=checkbox] {
	display: none;
}

.wrapimage label {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	z-index: 499999;
}

.wrapimage img {
	margin: 100px 0;
	transition: transform 0.25s ease;
	cursor: zoom-in;
}

input[type=checkbox]:checked ~ label>img {
	transform: scale(2);
	cursor: zoom-out;
}