.peruzzoselect .cms-content {
	max-width: 1640px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.contento {
	border-left: 5px solid #009541;
	margin-left: 60px;
	display: inline-block;
	padding-top: 75px;
	padding-left: 80px;
	max-width: calc(58.3333% - 60px);
}

.contento h1 {
	font-size: 40px;
	font-style: italic;
	font-weight: bold;
}

.contento h3 {
	color: #888;
	font-size: 32px;
	font-weight: bold;
}

.contento p {
	font-size: 16px;
	line-height: 27px;
	margin-top: 30px;
}

.imgright {
	margin-top: 30px;
	margin-bottom: 90px;
	padding: 0;
}

.artshow {
	margin-top: 60px;
}

.artshow select:disabled, .artshow select[disabled="disabled"] {
	color: #555;
	background-color: #cccccc;
}

#formulaire {
	border-bottom: 8px #dfdfdf solid;
	margin-bottom: 80px;
	padding-bottom: 50px;
}

#formulaire select {
	height: 30px;
	padding: 0 15px;
	width: 100%;
	font-size: 15px;
}

.refprod {
	color: #707070;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
}

#result h2 {
	color: #000;
	font-size: 30px;
	font-weight: bold;
}

#result .prodtitle {
	font-weight: bold;
	font-size: 20px;
	color: #707070;
	min-height: 80px;
	margin-bottom: 10px;
}

#result > div > div > img {
	border: 1px solid #707070;
	margin-bottom: 15px;
}

#result .output {
	min-height: 180px;
	margin-bottom: 40px;
}

#result .output .topwarn {
	font-size: 17px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
	display: block;
}

#result .output p.warntxt {
	color: #707070;
	font-size: 16px;
	font-weight: 400;
}


#result .output p.compatible {
	font-size: 18px;
	font-weight: bold;
	color: #16EE5E;
}

#result .output p.noncompat {
	font-size: 18px;
	font-weight: bold;
	color: #FF8000;
}

.warntxt {
	position: relative;
}

.warntxt::before {
	content: '>';
	position: absolute;
	left: -14px;
	font-size: 13px;
	top: 2px;
}

.downloadfile {
	margin-bottom: 100px;
}

.downloadfile img {
	max-width: 100px;
	float: left;
	margin-right: -5px;
	margin-top: 18px;
}

.downloadfile p {
	max-width: 160px;
	font-weight: bold;
	color: #9B9B9B;
	display: inline-block;
	margin-top: 30px;
	border-left: 2px solid #ddd;
	padding-left: 5px;
	height: 38px;
	padding-top: 5px;
}

@media (max-width:998px) {
	.contento {
		margin-left: 30px;
		padding-top: 15px;
		padding-left: 40px;
		max-width: 100%;
	}
	
	.contento h1 {
		font-size: 25px;
	}
	
	.imgright {
		margin-bottom: 0px;
	}
	
	.imgright img {
		margin: auto;
	}

	#formulaire div {
		margin-bottom: 30px;
	}
	
	#result .output {
		min-height: 10px;
		margin-bottom: 20px;
	}
}