/* Introduction Section */
#introduction {
	padding: 110px 0 15px 0;
	background: #FDF2E9;
}

#introduction h1 {
	color: #FD8127;
	font-weight: 700;
	font-size: 38px;
	margin-top : 60px;
}

#introduction p {
	color: white;
	font-size: 24px;
	padding: 20px 70px;
}

.border-img {
	border: 3px solid #0FA1B7;
}

.comment-bloc {
	color: #03252b;
	font-size: 20px;
}

/* Presentation Section */
#presentation {
	margin-top: 0px;
	padding: 10px 0 10px 0;
	background-color: #fff;
	color: #03252b;
}

#presentation .container{
	width: 100%;	
}

.showcase {
	position: relative;
	padding: 10px;
}

.showcase-image {
	margin-right: 15px;
}

.showcase-image, .showcase-image img {
	display: block;
	width: 270px;
	height: 230px;
}

.showcase-content {
	text-align: left;
	padding-top: 20px;
}

/* Trustpilot Section */
#trustpilot {
	padding: 80px 0 20px;
	background: #fff;
}

/* Testimonials Section */
#testimonials {
	padding: 60px 0 20px;
	background: #f6f6f6;
	color: #03252b;
}

#testimonials i {
	color: #e6e6e6;
	font-size: 32px;
	margin-bottom: 20px;
}

.testimonial {
	position: relative;
	padding: 20px 0;
}

.testimonial-image {
	float: left;
	margin-right: 15px;
}

.testimonial-image, .testimonial-image img {
	display: block;
	width: 64px;
	height: 64px;
	border-radius: 50%;
}

.testimonial-content {
	position: relative;
	overflow: hidden;
}

.testimonial-content p {
	margin-bottom: 0;
	font-size: 14px;
	font-style: italic;
}

.testimonial-name {
	margin-top: 10px;
	font-size: 15px;
	font-weight: 600;
	color: #666;
}

.testimonial-position {
	margin-top: 10px;
	font-size: 15px;
	font-weight: 600;
	color: orange;
}

.testimonial-company {
	margin-top: 10px;
	font-size: 15px;
	font-weight: 600;
	color: #0FA1B7;
}

/* ****************** TRUST Section ****************** */
#trust {
	padding: 50px 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;
}