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

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

#introduction p.text-intro {
	color: rgba(255, 255, 255, 0.7);
	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-sub-title {
	color: #03252b;
	line-height: normal;
}

/* ****************** Showcase Section ****************** */
#mgshowcase {
	padding: 0px 0 70px 0;
	color: rgba(255, 255, 255, 0.9);
	background-color: white;
}

#mgshowcase h2 {
	color: #03252b;
	margin-top: 120px;
	text-transform: uppercase;
}

#mgshowcase h3 {
	color: #F6A837;
	margin-top: 20px;
	font-size: 40px;
	font-weight: 400;
}

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

/* ****************** Time Section ****************** */
#time {
	padding: 0px 0 70px 0;
	color: #03252b;
	background-color: white;
}

#time h2 {
	color: white;
	margin-top: 120px;
	text-transform: uppercase;
}

#time h3 {
	color: #F6A837;
	margin-top: 20px;
	font-size: 40px;
	font-weight: 400;
}

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

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