html,
body,
#body-sector,
.body,
.body-notfound {
	height: 100%;
}

.notfound-title {
	font-size: 26px;
	font-weight: bold;
	color: #ff9900;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor: pointer;
}

.notfound-title:hover {
	text-decoration: underline;
}

.notfound-detail {
	font-size: 16px;
}

.image-notfound {
	width: 100%;
	max-width: 500px;
}

/* Extra small */
@media (max-width: 575.98px) {
	.notfound-title {
		font-size: 18px;
	}
}

/* Small */
@media (min-width: 576px) and (max-width: 767.98px) {}

/* Medium */
@media (min-width: 768px) and (max-width: 991.98px) {}

/* Large */
@media (min-width: 992px) and (max-width: 1199.98px) {}

/* Extra large */
@media (min-width: 1200px) {}