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

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