/* 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;
}

.project-sub-title {
	font-weight: bold;
	color: #F6A837;
	font-size: 22px;
	padding-bottom: 40px;
}

/* ****************** KPI Section ****************** */

#projectKpi {
	padding: 10px 0;
	background-color: #25BAD0;
	color: #03252b;
}

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

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

#reporting p {
	color: #03252b;
	font-size: 20px;
}

#reporting .wrapper-link {
	text-align: center;
}

#reporting a {
	text-transform: uppercase;
	color: #03252b;
	font-size: 24px;
	text-decoration: underline;
}

#reporting a:hover {
	color: #0FA1B7;;
}

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

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

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

.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;
}