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

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