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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h3-title {
	color: #F6A837;
	font-size: 30px;
	font-weight: 400;	
	padding: 40px 0;
}

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

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