/* Introduction Section */
#introduction {
	padding: 120px 0 10px 0;
	background: #FDF2E9;
}

#introduction h1 {
	color: #FD8127;
	font-weight: 700;
	font-size: 38px;
	padding: 20px 0 40px 0;
}

#introduction p {
	color: white;
	font-size: 24px;
	font-weight: bold;
}

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

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

.budget-usecase-title {
	color: #F6A837;
	font-weight: bold;
	font-size: 25px;
}

/* ZOOM IMAGE */
#menu {
	z-index: 199999;
}

input[type=checkbox] {
	display: none;
}

.wrapimage label {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	z-index: 188888;
}

.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;
}