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

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

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

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

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

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

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

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

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

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

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

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

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

/* Project Section */
#timeProject {
	padding: 90px 0 70px 0;
	color: rgba(255, 255, 255, 0.9);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#20a6bb+0,25bad0+50 */
	background: rgb(32, 166, 187); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(32, 166, 187, 1) 0%,
		rgba(37, 186, 208, 1) 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(32, 166, 187, 1) 0%,
		rgba(37, 186, 208, 1) 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(32, 166, 187, 1) 0%,
		rgba(37, 186, 208, 1) 50%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20a6bb',
		endColorstr='#25bad0', GradientType=0); /* IE6-9 */
}

#timeProject h2 {
	color: rgba(255, 255, 255, 0.8);
	line-height: normal;
}

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

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

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

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

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

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

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

/* ****************** TRUST Section ****************** */
#trust {
	padding: 90px 0 30px 0;
	color: rgba(255, 255, 255, 0.9);
	background-color: white;
}

#trust h2 {
	color: #0FA1B7;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 400;
}