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

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

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

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

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

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

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

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

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

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

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

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