.page-product .selected-criteria-bar {
	cursor: pointer;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	color: #fff;
	z-index: 100;
	font-size: 18px;
	line-height: 16px;
	font-weight: 900;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-product .selected-criteria-bar.opened .oc-close {
	display: block !important;
}

.modal-close {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: rgba(10, 10, 10, 0.2);
	border: none;
	border-radius: 290486px;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	outline: 0;
	position: relative;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	vertical-align: top;
	background: 0 0;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	z-index: 1001;
}
.modal-close:after,
.modal-close:before {
	background-color: grey;
	content: "";
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.modal-close:before {
	height: 2px;
	width: 50%;
}
.modal-close:after {
	height: 50%;
	width: 2px;
}

.modal-close:active {
	background-color: rgba(10, 10, 10, 0.4);
}

@media screen and (min-width: 700px) {
	.dpe-modal {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: fixed;
		background-color: rgba(128, 128, 128, 0.7);
		z-index: 1000;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.dpe-modal .content {
		margin: auto;
		overflow-y: auto;
		pointer-events: auto;
		width: 564px;
		height: auto;
		max-width: calc(100% - 32px);
		max-height: calc(-64px + 100vh);
		position: fixed;
		background-color: #fff;
		z-index: 1010;
		box-shadow: rgba(0, 0, 0, 0.24) 0px 4px 16px 0px;
		border-radius: 4px;
		padding: 45px;
	}

	.dpe-modal .content h4 {
		font-size: 28px;
		line-height: 28px;
		color: rgb(43, 43, 43);
		font-weight: bold;
		margin-bottom: 16px;
	}

	.dpe-modal .content .title {
		font-size: 16px;
		color: rgb(43, 43, 43);
		font-weight: 600;
		margin-bottom: 16px;
	}

	.dpe-modal .content .modal-dpe-cost {
		background-color: rgb(244, 244, 255);
		color: rgb(43, 43, 43);
		border-radius: 8px;
		padding: 8px 16px;
		margin-bottom: 16px;
		width: fit-content;
		font-weight: 700;
		font-size: 18px;
		line-height: 24px;
	}

	.dpe-modal .content hr {
		width: 100%;
		border-bottom: 1px solid rgb(234, 234, 234);
		margin: 16px 0px;
	}
}

.page-product .selected-criteria-bar.opened .oc-open {
	display: none;
}

.page-product .selected-criteria-bar .bar-text {
	padding: 15px 10px;
	background: #70a2cc;
	display: block;
	color: #fff;
	flex: 1 1 auto;
}

.page-product .selected-criteria-bar .open-close {
	background: #70a2cc;
	align-items: center;
	display: flex;
	width: 60px;
	height: 100%;
	justify-content: center;
	flex: 0 1 auto;
	padding: 15px 10px;
	margin-left: 3px;
}

.page-product .selected-criteria-bar .open-close .oc-close {
	display: none;
}

.page-product .product-header .column {
	padding-top: 2.5px;
	padding-bottom: 2.5px;
}

.page-product .product-header-sold {
	color: #ee7633;
	font-size: 12px;
	margin: 0;
}

@media screen and (min-width: 992px) {
	.page-product .product-header-sold {
		font-size: 14px;
	}
}

.page-product .product-header-sold .product-header-back-sold {
	font-weight: 700;
	font-size: 14px;
}

@media screen and (min-width: 992px) {
	.page-product .product-header-sold .product-header-back-sold {
		font-size: 16px;
	}
}

@media screen and (max-width: 991px) {
	.page-product .product-header-sold .product-header-back-sold {
		display: block;
	}
}

.page-product .product-header-sold.second {
	margin-top: 10px;
	margin-bottom: 5px;
}

@media screen and (min-width: 992px) {
	.page-product .product-header-sold.second {
		margin-top: 0;
		margin-bottom: 10px;
		margin-left: 5px;
	}
}

.page-product .product-header-localisation {
	color: #00365f;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 300;
}

@media screen and (min-width: 768px) {
	.page-product .product-header-localisation {
		font-size: 18px;
	}
}

.page-product .product-header-title {
	color: #00365f;
	font-size: 12px;
	font-weight: 800;
	margin-bottom: -3px;
}

@media screen and (min-width: 992px) {
	.page-product .product-header-title {
		font-size: 16px;
		margin-bottom: -5px;
	}
}

@media screen and (min-width: 1202px) {
	.page-product .product-header-title {
		font-size: 20px;
	}
}

.page-product .product-header-city {
	color: #789fbf;
	font-size: 12px;
	font-weight: 300;
	margin: 0;
}

@media screen and (min-width: 992px) {
	.page-product .product-header-city {
		font-size: 20px;
	}
}

@media screen and (min-width: 1202px) {
	.page-product .product-header-city {
		font-size: 25px;
	}
}

.page-product .product-header-price {
	color: #789fbf;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

@media screen and (min-width: 992px) {
	.page-product .product-header-price {
		font-size: 20px;
	}
}

@media screen and (max-width: 991px) {
	.page-product .product-header-price {
		display: block;
	}
	.page-product .product-header-price.with-new-price {
		position: relative;
		top: -21px;
		text-align: right;
	}
}

@media screen and (min-width: 992px) {
	.page-product .product-header-price.with-new-price {
		display: flex;
		align-items: baseline;
	}
}

.page-product .product-header-price.with-new-price .old-price {
	font-size: 12px;
	font-weight: 300;
	text-decoration: line-through;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	height: 100%;
}

@media screen and (min-width: 992px) {
	.page-product .product-header-price.with-new-price .old-price {
		font-size: 16px;
	}
}

@media screen and (min-width: 1202px) {
	.page-product .product-header-price.with-new-price .old-price {
		font-size: 18px;
	}
}

.page-product .product-header-price.with-new-price .new-price {
	color: #efaa34;
	font-size: 15px;
	margin-left: 9px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

@media screen and (max-width: 991px) {
	.page-product .product-header-price.with-new-price .new-price {
		display: block;
		line-height: 1;
	}
}

@media screen and (min-width: 992px) {
	.page-product .product-header-price.with-new-price .new-price {
		font-size: 20px;
	}
}

@media screen and (min-width: 1202px) {
}

.page-product .product-header-back {
	color: #00365f;
	font-size: 8px;
	font-weight: 300;
}

@media screen and (min-width: 992px) {
	.page-product .product-header-back {
		font-size: 12px;
	}
}

@media screen and (min-width: 1202px) {
	.page-product .product-header-back {
		margin-bottom: 50px;
	}
}

@media screen and (min-width: 1202px) {
	.page-product .product-carousel {
		margin-bottom: 15px;
	}
}

.page-product .product-carousel .product-carousel-item {
	position: relative;
	width: 100%;
	height: 225px;
}

@media screen and (min-width: 576px) {
	.page-product .product-carousel .product-carousel-item {
		height: 400px;
	}
}

@media screen and (min-width: 768px) {
	.page-product .product-carousel .product-carousel-item {
		height: 400px;
	}
}

@media screen and (min-width: 1202px) {
	.page-product .product-carousel .product-carousel-item {
		height: 457px;
	}
}

@media screen and (min-width: 1400px) {
	.page-product .product-carousel .product-carousel-item {
		height: 550px;
	}

	.page-product .product-header-price.with-new-price .new-price {
		font-size: 23px;
	}
}

.page-product .product-carousel .tag-group {
	position: absolute;
	left: 10px;
	top: 10px;
}

@media screen and (min-width: 1202px) {
	.page-product .product-carousel .tag-group {
		left: 15px;
		top: 15px;
	}
}

@media screen and (min-width: 1202px) {
	.page-product .product-carousel .tag {
		padding: 5px 10px 3px;
		font-size: 18px;
		font-weight: 600;
	}
}

@media screen and (min-width: 768px) {
	.page-product .product-carousel .product-carousel-list {
		margin-bottom: 15px;
		cursor: pointer;
	}
}

.page-product .product-carousel .product-carousel-visual {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	height: 100%;
	width: 100%;
}

.product-carousel-nav {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.page-product .product-carousel .product-carousel-nav {
		display: none;
	}
}

.page-product .product-carousel .product-carousel-nav-wrapper {
	width: 101.6px;
	position: relative;
	cursor: pointer;
}

@media screen and (min-width: 992px) {
	.page-product .product-carousel .product-carousel-nav-wrapper {
		width: 133.6px;
	}
}

@media screen and (min-width: 1202px) {
	.page-product .product-carousel .product-carousel-nav-wrapper {
		width: 139px;
	}
}

@media screen and (min-width: 1400px) {
	.page-product .product-carousel .product-carousel-nav-wrapper {
		width: 152px;
	}
}

.page-product .product-carousel .product-carousel-nav-visual {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.page-product .product-carousel .product-carousel-nav-more {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.page-product .product-carousel .product-carousel-nav-camera {
	margin-bottom: -8px;
	width: 48px;
}

.page-product .product-carousel .product-carousel-nav-total {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

@media screen and (min-width: 1202px) {
	.page-product .product-carousel .product-carousel-nav-total {
		font-size: 22px;
	}
}

.page-product .product-carousel .product-carousel-anchors {
	position: absolute;
	top: 10px;
	right: 10px;
	display: flex;
	flex-direction: column;
}

.page-product .product-carousel .product-carousel-anchors img {
	margin: 3px 0;
	width: 30px;
}

@media screen and (min-width: 1202px) {
	.page-product .product-carousel .product-carousel-anchors img {
		width: 30px;
	}
}

.page-product .product-carousel .product-carousel-anchors a {
	position: relative;
}

.page-product .product-carousel .product-carousel-anchortotal {
	color: #fff;
	display: block;
	top: 28px;
	left: 0;
	right: 0;
	width: 100%;
	margin: auto;
	text-align: center;
	font-size: 12px;
}

@media screen and (min-width: 1202px) {
	.page-product .product-carousel .product-carousel-anchortotal {
		font-size: 22px;
		font-weight: 600;
		top: 53px;
	}
}

.page-product .product-ref-share .column {
	padding-top: 5px;
	padding-bottom: 0;
}

@media screen and (min-width: 992px) {
	.page-product .product-ref-share .column {
		margin-bottom: 10px;
	}
}

@media screen and (min-width: 1202px) {
	.page-product .product-ref-share .column {
		margin-bottom: 10px;
	}
}

.page-product .product-ref {
	color: #82abce;
	font-weight: 700;
	font-size: 12px;
	text-align: center;
	margin: 0;
}

@media screen and (min-width: 1202px) {
	.page-product .product-ref {
		text-align: left;
	}
}

@media screen and (min-width: 1202px) {
	.page-product .product-share {
		margin-top: 43px;
	}
}

.page-product .product-share-list {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (min-width: 1202px) {
	.page-product .product-share-list {
		margin-bottom: 5px;
	}
}

.page-product .product-share-item {
	color: #82abce;
	cursor: pointer;
	font-size: 15px;
	font-weight: 300;
	padding: 0 10px;
	position: relative;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}

.page-product .product-share-item:first-child:after {
	content: "";
	height: 15px;
	background: #82abce;
	width: 1px;
	position: absolute;
	right: 0;
	top: 3px;
}

@media screen and (min-width: 992px) {
	.page-product .product-share-item:nth-child(2):after {
		content: "";
		height: 15px;
		background: #82abce;
		width: 1px;
		position: absolute;
		right: 0;
	}
}

.page-product .product-share-item .product-flag-en {
	margin-left: 10px;
}

.page-product .product-share-item.open-tooltip-favorite {
	padding-right: 0;
}

.page-product .product-share-item.open-tooltip-flag {
	padding-left: 0;
}

.page-product .product-share-favorite {
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-product .product-share-favorite .product-icon-favorite {
	padding-right: 10px;
}

.page-product .product-share-favorite-item {
	color: #82abce;
	font-size: 15px;
	font-weight: 300;
	padding: 0 10px;
	position: relative;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}

.page-product .product-share-favorite-item:first-child:after {
	content: "";
	height: 15px;
	background: #82abce;
	width: 1px;
	position: absolute;
	right: 0;
	top: 3px;
}

.page-product .product-tooltip {
	display: none;
	position: absolute;
	background: #fff;
	color: #82abce;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
	min-width: 220px;
	text-align: center;
	z-index: 10;
	top: 25px;
	left: -50%;
	font-size: 16px;
	text-transform: none;
	font-weight: 700;
	padding: 7px 10px;
}

.page-product .product-tooltip.opened {
	display: block;
}

.page-product .product-tooltip a {
	color: #82abce;
}

.page-product .product-tooltip-favorite {
	min-width: 350px;
	left: -137%;
}

.page-product .product-tooltip-favorite .product-share-favorite-item:after {
	content: "";
	height: 15px;
	background: #82abce;
	width: 1px;
	position: absolute;
	right: 0;
	top: 3px;
}

.page-product
	.product-tooltip-favorite
	.product-share-favorite-item:last-child:after {
	content: none;
}

.page-product
	.product-tooltip-favorite
	.product-share-favorite-item
	.product-flag-en {
	margin-left: 0;
	margin-right: 15px;
}

.page-product .product-tooltip-flag {
	left: auto;
	right: -25px;
}

.page-product .product-contact-cta {
	margin-top: 10px;
	margin-bottom: 10px;
}

.page-product .product-contact-cta .big-cta {
	font-size: 20px;
	font-weight: 900;
	padding: 1px 15px;
}

.page-product .result-item-characteristics {
	display: flex;
	flex-wrap: wrap;
	padding: 0 5px;
}

@media screen and (min-width: 1202px) {
	.page-product .result-item-characteristics {
		justify-content: flex-start;
	}
}

.page-product .result-item-characteristics .characteristics-item {
	display: flex;
	margin: 5px 15px 5px 0;
	font-size: 12px;
	align-items: center;
}

@media screen and (min-width: 1202px) {
	.page-product .result-item-characteristics .characteristics-item {
		font-size: 15px;
	}
}

.page-product .result-item-characteristics .characteristics-visual {
	height: 48px;
	margin-right: 5px;
}

.page-product .product-characteristics-notice {
	color: #868686;
	font-size: 10px;
	margin: 10px 5px;
}

@media screen and (min-width: 1202px) {
	.page-product .product-characteristics-notice {
		font-size: 12px;
	}
}

.page-product .product-characteristics-desc {
	color: #00365f;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}

@media screen and (min-width: 1202px) {
	.page-product .product-characteristics-desc {
		font-size: 20px;
		line-height: 24px;
		padding: 0 5px 10px;
	}
}

.page-product .product-characteristics-title {
	color: #82abce;
	font-size: 16px;
	font-weight: 700;
	position: relative;
}

@media screen and (min-width: 1202px) {
	.page-product .product-characteristics-title {
		font-size: 18px;
	}
}

.page-product .product-characteristics-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media screen and (min-width: 1202px) {
	.page-product .product-characteristics-title.with-border:after {
		content: "";
		width: 150px;
		height: 1px;
		background: #00365f;
		flex: 1 1 0;
		margin-left: 20px;
	}
}

.page-product .product-characteristics-title .price-falling {
	color: #efaa34;
	font-size: 14px;
	margin-left: 10px;
}

.page-product .product-characteristics-title .price-falling::before {
	content: "•";
	font-weight: 900;
}

@media screen and (max-width: 767px) {
	.page-product .product-characteristics-title .price-falling {
		display: block;
		margin-left: 0;
	}

	.price-reduction {
		display: block;
	}
}

.page-product .product-characteristics-content {
	padding: 0 5px;
	margin-bottom: 20px;
}

.page-product .product-characteristics-content.blue {
	background: #f8fbfe;
	padding: 10px;
}

.page-product .product-characteristics-content .columns:first-child .column {
	padding-top: 0;
}

.page-product
	.product-characteristics-content
	.columns:first-child
	.column:first-child {
	padding-bottom: 0;
}

.page-product .product-characteristics-content .columns .column:last-child {
	padding-bottom: 0;
}

.page-product .product-characteristics-icons {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.page-product .product-characteristics-icons li {
	margin-right: 15px;
}

.page-product .product-characteristics-icons-item-visual {
	height: 30px;
}

.page-product .product-characteristics-icons-item-visual-360 {
	height: 30px;
	margin-right: 10px;
}

.page-product .product-characteristics-icons-link {
	display: block;
	text-align: center;
}

@media screen and (min-width: 1202px) {
	.page-product .product-characteristics-icons-link {
		display: flex;
		align-items: center;
	}
}

.page-product .product-characteristics-icons-item-text {
	display: block;
	color: #00365f;
	font-size: 10px;
	line-height: 20px;
	font-weight: 300;
}

@media screen and (min-width: 1202px) {
	.page-product .product-characteristics-icons-item-text {
		font-size: 20px;
		margin-left: 20px;
	}
}

.page-product .characteristic-detail-item {
	display: flex;
	background-color: rgba(196, 196, 196, 0.1);
	margin-top: 0.5em;
	padding-left: 2px;
}

.page-product .characteristic-detail-label {
	color: #00365f;
	font-weight: 600;
	font-size: 12px;
	flex: 1 1 0;
	padding-right: 10px;
}

@media screen and (min-width: 1202px) {
	.page-product .characteristic-detail-label {
		font-size: 15px;
	}
}

.page-product .characteristic-detail-value {
	font-size: 13px;
	font-weight: 300;
	flex: 1 1 0;
}

@media screen and (min-width: 1202px) {
	.page-product .characteristic-detail-value {
		font-size: 15px;
	}
}

.page-product a.characteristic-detail-value {
	color: #00365f;
	text-decoration: underline;
}

.page-product .featured {
	color: #00365f;
	font-weight: 700;
}

.page-product .clear-blue {
	color: #70a2cc !important;
}

.page-product .characteristic-detail-value-exclusivity {
	color: #82abce;
	font-weight: 700;
}

.page-product .product-characteristics-description {
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
}

@media screen and (min-width: 1202px) {
	.page-product .product-characteristics-description {
		font-size: 15px;
		line-height: 22px;
		margin-bottom: 5px;
	}
}

.page-product .product-characteristics-description-toggle {
	color: #00365f;
	font-size: 15px;
	cursor: pointer;
	text-decoration: underline;
	font-weight: 600;
}

.page-product .product-characteristics-logo-link {
	width: 20px;
	vertical-align: middle;
}

.page-product .product-characteristics-description-toggle.closed {
	display: none;
}

.page-product .product-characteristics-description-more {
	display: none;
}

.page-product .product-characteristics-description-more.opened {
	display: block;
	margin-top: 20px;
}

.page-product .characteristic-discover-district {
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	background: #ee7633;
	width: 100%;
	padding: 10px 10px;
	display: block;
	margin-top: 20px;
	margin-bottom: 7px;
}

@media screen and (min-width: 768px) {
	.page-product .characteristic-discover-district {
		text-align: center;
	}
}

@media screen and (min-width: 1202px) {
	.page-product .characteristic-discover-district {
		font-size: 14px;
	}
}

.page-product .characteristic-discover-all {
	font-size: 10px;
	color: #ee7633;
}

@media screen and (min-width: 1202px) {
	.page-product .characteristic-discover-all {
		font-size: 12px;
	}
}

.page-product .characteristics-bulk {
	font-size: 13px;
	font-weight: 300;
}

@media screen and (min-width: 1202px) {
	.page-product .characteristics-bulk {
		font-size: 15px;
	}
}

@media screen and (min-width: 1202px) {
	.page-product .characteristics-bulk p {
		margin-bottom: 0;
	}
}

.page-product .product-characteristics-diagnostic {
	color: #868686;
	font-size: 10px;
}

.page-product .product-characteristics-diagnostic span {
	font-size: 16px;
	font-weight: 700;
	margin-right: 5px;
}

@media screen and (min-width: 768px) {
	.page-product .product-characteristics-diagnostic span {
		display: block;
	}
}

.page-product .product-characteristics-diagnostic-result {
	display: flex;
	align-items: center;
	margin-left: 25px;
	margin-bottom: 15px;
}

.page-product
	.product-characteristics-diagnostic-result
	.product-characteristics-diagnostic-visual {
	margin-right: 20px;
}

.page-product
	.product-characteristics-diagnostic-result
	.product-characteristics-diagnostic-value {
	color: #ccc58c;
	font-weight: 700;
	font-size: 16px;
}

.page-product
	.product-characteristics-diagnostic-result
	.product-characteristics-diagnostic-value.ges {
	color: #00365f;
}

.page-product .section-form-alert {
	margin-bottom: 25px;
}

.page-product .spancheck a {
	text-decoration: underline;
	color: #868686;
}

@media screen and (min-width: 1202px) {
	.page-product .section-form-alert {
		margin-bottom: 12px;
	}
}

.page-product .section-form-alert .italic {
	font-style: italic;
}

.page-product .section-form-alert .form-alert {
	background: #f6f6f6;
	padding: 10px;
}

@media screen and (min-width: 1202px) {
	.page-product .section-form-alert .form-alert {
		padding: 15px 20px 0;
	}
}

.page-product .section-form-alert .form-alert-title {
	color: #82abce;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
}

.page-product .section-form-alert .form-alert-ref {
	text-align: center;
	color: #82abce;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

.page-product .section-form-alert .fields input,
.page-product .section-form-alert .fields textarea {
	font-family: "Montserrat", sans-serif;
	color: #868686;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
	background: #fff;
	margin-bottom: 7px;
	width: 100%;
	padding: 10px 10px;
	border: 0;
}

.page-product .section-form-alert .fields .error {
	border: 1px solid red;
}

.page-product .section-form-alert .fields input::-moz-placeholder {
	color: #868686;
}

.page-product .section-form-alert .fields input:-ms-input-placeholder {
	color: #868686;
}

.page-product .section-form-alert .fields input::placeholder {
	color: #868686;
}

.page-product .section-form-alert .fields input:-webkit-autofill,
.page-product .section-form-alert .fields input:-webkit-autofill:hover,
.page-product .section-form-alert .fields input:-webkit-autofill:focus,
.page-product .section-form-alert .fields textarea:-webkit-autofill,
.page-product .section-form-alert .fields textarea:-webkit-autofill:hover,
.page-product .section-form-alert .fields textarea:-webkit-autofill:focus,
.page-product .section-form-alert .fields select:-webkit-autofill,
.page-product .section-form-alert .fields select:-webkit-autofill:hover,
.page-product .section-form-alert .fields select:-webkit-autofill:focus {
	border: 1px solid #fff;
	-webkit-text-fill-color: #868686;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}

.page-product .form-alert-label-item {
	margin-bottom: 6px;
}

.page-product .form-alert-label-item.is-cgv {
	margin-bottom: 0;
}

.page-product .form-alert-wish {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	color: #82abce;
	margin-bottom: 5px;
}

.page-product label {
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	color: #868686;
}

.page-product .form-alert-submit {
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	background: #ee7633;
	width: 100%;
	font-family: "Montserrat", sans-serif;
	padding: 8px 10px;
	margin-top: -10px;
	position: relative;
	font-weight: bold;
	top: 25px;
	cursor: pointer;
	transition: filter 0.1s ease;
}

@media screen and (min-width: 1202px) {
	.page-product .form-alert-submit {
		top: 13px;
		margin-top: 0;
	}
}

.page-product .form-alert-submit:hover {
	transition: filter 0.1s ease;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

@media screen and (min-width: 1202px) {
	.page-product textarea {
		height: 103px;
	}
}

.page-product .product-agent > .column {
	padding: 0;
}

.page-product .product-agent > .column:first-child {
	padding-right: 0;
	position: relative;
}

.page-product .product-agent > .column:last-child {
	border: 0.5px solid #c4c4c4;
}

.page-product .product-agent-visual {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

@media screen and (min-width: 768px) {
	.page-product .product-agent-visual {
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
	}
}

.page-product .product-agent-name {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #00365f;
	margin-bottom: 0;
}

.page-product .product-agent-job {
	font-size: 14px;
	line-height: 17px;
	color: #00365f;
}

@media screen and (min-width: 1202px) {
	.page-product .product-agent-job {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1202px) {
	.page-product .product-agent-info-bottom {
		min-height: 146px;
	}
}

.page-product .product-agent-siret {
	color: #868686;
	font-size: 9px;
	line-height: 20px;
	font-weight: 300;
	margin-bottom: 10px;
}

.page-product .product-agent-text {
	font-size: 15px;
	line-height: 20px;
	font-weight: 300;
	margin-bottom: 10px;
}

.page-product .product-agent-link {
	color: #00365f;
	text-decoration: underline;
}

.page-product .product-agent-info {
	height: 100%;
	display: flex;
	text-align: center;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 10px;
}

@media screen and (min-width: 1202px) {
	.page-product .product-agent-info {
		display: block;
	}
}

.page-product .section-tabs-plans {
	margin-bottom: 35px;
}

.page-product .accordion-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 2px solid #f5f5f5;
	padding: 5px 0;
	cursor: pointer;
}

.page-product .accordion-header .toggle-less {
	display: none;
}

.page-product .accordion-header .toggle-plus {
	display: block;
}

.page-product details summary::-webkit-details-marker {
	display: none;
}

.page-product details[open].accordion .accordion-header-title,
.page-product details[open].accordion .accordion-header-toggle {
	font-weight: 800;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	color: #ee7633;
}

.page-product details[open].accordion .accordion-header {
	border-bottom: 2px solid #ee7633;
}

.page-product details[open].accordion .accordion-header .toggle-less {
	display: block;
}

.page-product details[open].accordion .accordion-header .toggle-plus {
	display: none;
}

.page-product .accordion-header {
	position: relative;
}

.page-product .accordion-header-toggle {
	position: absolute;
	top: 5px;
	right: 0;
}

.page-product .accordion-header-title,
.page-product .accordion-header-toggle {
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	color: #00365f;
}

.page-product .accordion-content {
	padding: 10px 0;
	font-size: 14px;
	font-weight: 300;
}

.page-product .product-help-title {
	color: #00365f;
	font-size: 16px;
	font-weight: 700;
}

.page-product .product-help-notif {
	display: flex;
	align-items: flex-start;
}

.page-product .product-help-icon {
	margin-right: 5px;
}

.page-product .product-help-notif-text {
	font-style: italic;
	font-size: 14px;
}

.page-product .product-help-visual {
	margin: 15px auto 25px;
	display: block;
}

@media screen and (min-width: 1202px) {
	.page-product .section-funding {
		margin-bottom: 40px;
	}
}

@media screen and (min-width: 768px) {
	.page-product .section-funding .funding-col-left {
		padding-right: 0;
		padding-top: 0;
		padding-left: 0;
		padding-bottom: 0;
	}
}

@media screen and (min-width: 768px) {
	.page-product .section-funding .funding-col-right {
		border: 0.5px solid #c4c4c4;
		border-left: 0;
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media screen and (min-width: 1202px) {
	.page-product .section-funding .accordion-header {
		margin-bottom: 15px;
	}
}

.page-product .form-funding {
	background: #f8fbfe;
	padding: 35px 30px;
}

.page-product .form-funding-title {
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #00365f;
	margin-bottom: 15px;
}

@media screen and (min-width: 1202px) {
	.page-product .form-funding-title {
		font-size: 18px;
	}
}

.page-product .form-funding-price {
	font-weight: 800;
	font-size: 25px;
	line-height: 18px;
	text-align: center;
	color: #789fbf;
	margin-bottom: 15px;
}

.page-product .form-funding-price-hai {
	font-size: 25px;
	font-weight: 300;
	line-height: 1;
	margin-top: 7px;
}

@media screen and (max-width: 1201px) {
	.page-product .form-funding-price-hai {
		display: block;
	}
}

.page-product .form-funding-label {
	font-weight: 300;
	font-size: 12px;
	line-height: 14px;
	display: flex;
	align-items: center;
	color: #868686;
}

.page-product .form-funding-value {
	padding-left: 0;
	text-align: right;
}

.page-product .form-funding-item .column {
	padding-top: 5px;
	padding-bottom: 5px;
}

.page-product .form-funding input {
	font-family: "Montserrat", sans-serif;
	color: #00365f;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	background: #fff;
	width: 100%;
	padding: 10px 5px;
	border: 0;
	text-align: right;
}

.page-product .form-funding .select {
	font-family: "Montserrat", sans-serif;
	color: #00365f;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	text-align: right;
	-moz-text-align-last: right;
	text-align-last: right;
}

.page-product .form-funding .select {
	background: #fff url("../img/icon/icon-arrow-down.svg") 90% center no-repeat;
	padding: 10px 30px;
	height: 36px;
}

@media screen and (min-width: 768px) {
	.page-product .form-funding .select {
		padding: 10px 20px;
	}
}

@media screen and (min-width: 1202px) {
	.page-product .form-funding .select {
		padding: 10px 30px;
	}
}

.page-product .form-funding input::-moz-placeholder {
	color: #00365f;
}

.page-product .form-funding input:-ms-input-placeholder {
	color: #00365f;
}

.page-product .form-funding input::placeholder {
	color: #00365f;
}

.page-product .form-funding input:-webkit-autofill,
.page-product .form-funding input:-webkit-autofill:hover,
.page-product .form-funding input:-webkit-autofill:focus,
.page-product .form-funding textarea:-webkit-autofill,
.page-product .form-funding textarea:-webkit-autofill:hover,
.page-product .form-funding textarea:-webkit-autofill:focus,
.page-product .form-funding select:-webkit-autofill,
.page-product .form-funding select:-webkit-autofill:hover,
.page-product .form-funding select:-webkit-autofill:focus {
	border: 1px solid #fff;
	-webkit-text-fill-color: #00365f;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}

.page-product .form-funding-submit {
	font-weight: 800;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #ee7633;
	width: 100%;
	padding: 4px 10px;
	background: #fff;
	border: 0.5px solid #ee7633;
	margin-top: 41px;
	cursor: pointer;
}

@media screen and (min-width: 768px) {
	.page-product .form-funding-submit {
		margin-top: 10px;
	}
}

@media screen and (min-width: 1202px) {
	.page-product .form-funding-submit {
		margin-top: 30px;
	}
}

.page-product .form-funding-submit:hover {
	background: #ee7633;
	color: #fff;
}

.page-product .monthly-payments {
	margin: 0 auto 20px;
}

@media screen and (min-width: 1202px) {
	.page-product .monthly-payments {
		width: 354px;
	}
}

.page-product .monthly-payments-from {
	font-weight: 300;
	font-size: 14px;
	line-height: 14px;
	color: #868686;
}

@media screen and (min-width: 768px) {
	.page-product .monthly-payments-from {
		margin-top: 60px;
	}
}

@media screen and (min-width: 992px) {
	.page-product .monthly-payments-from {
		margin-top: 70px;
	}
}

@media screen and (min-width: 1202px) {
	.page-product .monthly-payments-from {
		font-size: 18px;
		line-height: 30px;
		margin-top: 40px;
	}
}

.page-product .monthly-payments-from-amount {
	font-size: 20px;
	font-weight: 900;
	line-height: 30px;
	color: #82abce;
	display: block;
	margin: 10px 0 10px;
}

@media screen and (min-width: 1202px) {
	.page-product .monthly-payments-from-amount {
		font-size: 25px;
		line-height: 30px;
		margin-top: 0;
	}
}

.page-product .monthly-payments-simulation {
	font-size: 12px;
	line-height: 12px;
	color: #868686;
}

@media screen and (min-width: 1202px) {
	.page-product .monthly-payments-simulation {
		line-height: 14px;
	}
}

.page-product .monthly-payments-estimation {
	background: rgba(229, 229, 229, 0.25);
}

.page-product .monthly-payments-estimation .column {
	padding: 10px;
}

.page-product .monthly-payments-from-estimation {
	font-weight: 300;
	font-size: 14px;
	line-height: 14px;
	color: #868686;
	margin: 0;
}

.page-product .monthly-payments-amount {
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	text-align: right;
	color: #00365f;
	background: #fff;
	padding: 5px;
	display: inline-block;
	float: right;
	margin: 0;
}

.page-product .monthly-payments-notary {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	background: #82abce;
	border: 1px solid #82abce;
	padding: 10px;
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 10px;
}

@media screen and (min-width: 1202px) {
	.page-product .monthly-payments-notary {
		margin-bottom: 30px;
	}
}

.page-product .monthly-payments-notary:hover {
	background: #fff;
	color: #82abce;
	border: 1px solid #82abce;
}

.page-product .monthly-payments-funding {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	background: #00365f;
	border: 1px solid #00365f;
	padding: 10px;
	width: 100%;
	display: block;
	text-align: center;
}

.page-product .monthly-payments-funding:hover {
	background: #fff;
	color: #00365f;
	border: 1px solid #00365f;
}

.page-product .monthly-payments-funding-possibility {
	display: block;
	font-weight: 800;
}

.page-product .contact-us {
	background: #f6f6f6;
	border-radius: 15px;
	padding: 20px 15px;
	margin-bottom: 20px;
}

@media screen and (min-width: 1202px) {
	.page-product .contact-us {
		padding: 35px 35px 0;
		margin-bottom: 50px;
	}
}

@media screen and (min-width: 1202px) {
	.page-product .contact-us-columns {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.page-product .contact-us-title {
	font-weight: 900;
	font-size: 30px;
	line-height: 30px;
	color: #82abce;
	margin-bottom: 35px;
}

@media screen and (min-width: 1202px) {
	.page-product .contact-us-questions {
		display: block;
	}
}

.page-product .contact-us-mail {
	font-style: normal;
	font-weight: 800;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #ffffff;
	background: #ee7633;
	display: block;
	padding: 7px 8px;
	margin: 0 auto 10px;
	width: 150px;
}

@media screen and (min-width: 1202px) {
	.page-product .contact-us-mail {
		margin: 0 10px 0 0;
		width: 220px;
	}
}

.page-product .contact-us-agent {
	font-weight: 300;
	font-size: 20px;
	line-height: 25px;
	color: black;
	text-align: left;
}

@media screen and (min-width: 1202px) {
	.page-product .contact-us-agent {
		margin-top: 10px;
		margin-bottom: 30px;
	}
}

.page-product .contact-us-phone {
	font-style: normal;
	font-weight: 800;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #ffffff;
	background: #82abce;
	padding: 7px 8px;
	width: 150px;
	display: block;
	margin: 0 auto;
}

@media screen and (min-width: 1202px) {
	.page-product .contact-us-phone {
		width: 220px;
		margin: 0 0 0 10px;
	}
}

.page-product .contact-us-phone .contact-us-phone-hover {
	display: none;
}

.page-product .contact-us-phone:hover .contact-us-phone-text {
	display: none;
}

.page-product .contact-us-phone:hover .contact-us-phone-hover {
	display: block;
}

.page-product .contact-us-phone:hover .contact-us-phone-hover a {
	color: #fff;
}

.page-product .similar-properties-title {
	font-weight: 900;
	font-size: 15px;
	line-height: 18px;
	color: #00365f;
	text-align: center;
	margin: 10px;
}

@media screen and (min-width: 1202px) {
	.page-product .similar-properties-title {
		font-size: 20px;
		line-height: 24px;
	}
}

.page-product .similar-properties-subtitle {
	font-weight: 300;
	font-size: 25px;
	line-height: 30px;
	color: #82abce;
	text-align: center;
}

@media screen and (min-width: 1202px) {
	.page-product .similar-properties-subtitle {
		font-size: 35px;
		line-height: 42px;
	}
}

@media screen and (min-width: 992px) {
	.page-product .similar-properties .selection-list {
		display: flex;
		justify-content: center;
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media screen and (min-width: 992px) {
	.page-product .similar-properties .selection-item {
		margin-left: 15px;
		margin-right: 15px;
		width: 50%;
	}
}

@media screen and (min-width: 1202px) {
	.page-product .similar-properties .selection-item {
		width: 33.33%;
	}
}

@media screen and (min-width: 1202px) {
	.page-product .similar-properties .selection-visual {
		height: 285px;
	}
}

@media screen and (max-width: 1201px) {
	.page-product .similar-properties .selection-item:last-child {
		display: none;
	}
}

.page-product .similar-properties .old-price {
	margin-right: 10px;
	text-decoration: line-through;
}

.page-product .neighboring {
	margin-top: 25px;
	padding: 15px;
}

@media screen and (min-width: 1202px) {
	.page-product .neighboring {
		padding: 30px 15px;
	}
}

.page-product .neighboring-title {
	font-weight: 900;
	font-size: 15px;
	line-height: 18px;
	color: #00365f;
	text-align: center;
	margin: 10px;
}

@media screen and (min-width: 1202px) {
	.page-product .neighboring-title {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 25px;
	}
}

.page-product .neighboring-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.page-product .neighboring-item {
	margin-right: 10px;
	font-size: 12px;
	margin-bottom: 2px;
}

@media screen and (min-width: 1202px) {
	.page-product .neighboring-item {
		font-size: 18px;
		line-height: 25px;
	}
}

.page-product .neighboring-item a {
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	color: #00365f;
}

@media screen and (min-width: 1202px) {
	.page-product .neighboring-item a {
		font-size: 18px;
		line-height: 25px;
	}
}

.page-product .neighboring-item a:after {
	content: "|";
	font-weight: 300;
	color: #00365f;
	margin-left: 5px;
}

@media screen and (min-width: 1202px) {
	.page-product .neighboring-item a:after {
		margin-left: 8px;
	}
}

.page-product .tabs-section.tabs-section-plans .tab-item {
	margin-right: 40px;
}

.page-product .tabs-section .tabs {
	display: flex;
	margin-bottom: 5px;
}

.page-product .tabs-section .tabs .tab-item {
	color: #00365f;
	font-size: 18px;
	font-weight: 800;
	line-height: 20px;
	padding-right: 50px;
	padding-bottom: 3px;
}

@media screen and (min-width: 1202px) {
	.page-product .tabs-section .tabs .tab-item {
		padding-right: 2px;
		scroll-margin-top: 150px;
		margin-right: 58px;
	}
}

.page-product .tabs-section .tabs .tab-item.active {
	font-weight: 800;
	color: #ee7633;
	border-bottom: 5px solid #ee7633;
}

.page-product .tabs-section .tabs .tab-item.active a {
	color: #ee7633;
}

.page-product .tabs-section .tabs .tab-item > a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #00365f;
}

.page-product
	.tabs-section
	.tabs
	.tab-item
	.product-characteristics-icons-item-visual {
	margin-right: 10px;
}

.page-product .tabs-section .tab-item-content {
	display: none;
}

.page-product .tabs-section .tab-item-content.active {
	display: block;
}

@media screen and (min-width: 1202px) {
	.page-product .section-product-agent {
		margin-bottom: 10px;
	}
}

.page-product .funding-header-title {
	font-weight: 800;
	font-size: 22px;
	line-height: 20px;
	text-align: center;
	color: #00365f;
}

@media screen and (min-width: 1202px) {
	.page-product .section-funding-summary .monthly-payments-from {
		margin-top: 10px;
		text-align: center;
	}
}

@media screen and (min-width: 1202px) {
	.page-product .section-funding-summary .monthly-payments-simulation {
		margin-bottom: 5px;
	}
}

.page-product .section-funding-summary .monthly-payments-edit {
	color: #00365f;
	font-size: 14px;
	text-decoration: underline;
	line-height: 18px;
	display: block;
	padding: 7px 10px;
	text-align: center;
	margin-bottom: 10px;
}

.page-product .monthly-payments-price {
	color: #00365f;
	font-size: 14px;
	line-height: 18px;
	display: block;
	padding: 7px 10px;
	text-align: center;
	border: 1px solid #82abce;
	margin-top: 10px;
}

.page-product .monthly-payments-price:hover {
	background: #00365f;
	color: #fff;
	border: 1px solid #789fbf;
}

@media screen and (min-width: 1202px) {
	.page-product .section-funding-summary .monthly-payments {
		width: 100%;
	}
}

.page-product .item-diagnostic {
	padding: 10px;
	border: 0.5px solid #c4c4c4;
	margin-bottom: 40px;
	cursor: pointer;
}

.dpe .dpe-non-requis {
	font-size: 18px;
}

.page-product .item-diagnostic .product-characteristics-content {
	padding: 0;
}

.page-product .item-diagnostic .product-characteristics-content {
	margin-bottom: 0;
}

.page-product .item-diagnostic .product-characteristics-diagnostic {
	min-height: 54px;
}

.page-product .item-diagnostic .product-characteristics-diagnostic span {
	display: block;
}

.page-product .item-diagnostic .product-characteristics-diagnostic-result {
	flex-direction: column-reverse;
	margin-bottom: 0;
}

.page-product .item-diagnostic .product-characteristics-diagnostic-visual {
	height: 70px;
	margin: 0;
}

.page-product .product-stats {
	background: #f6f6f6;
	padding: 50px 30px;
	display: block;
	position: relative;
}

.page-product .product-stats .products-stats-title-wrap {
	margin: 0;
}

.page-product .product-stats .products-stats-title {
	color: #82abce;
	font-weight: 900;
	font-size: 48px;
	margin: 0;
	line-height: 1;
}

.page-product .product-stats .products-stats-subtitle {
	color: #82abce;
	font-size: 25px;
	font-weight: 300;
	line-height: 30px;
}

.page-product .product-stats .products-stats-text {
	font-size: 45px;
	font-weight: 300;
	color: #82abce;
	margin-bottom: 0;
}

.page-product .product-stats .products-stats-cta {
	font-weight: 700;
	font-size: 20px;
	line-height: 18px;
	color: #868686;
	margin-top: 50px;
	margin-bottom: 0;
}

.page-product .product-stats .products-stats-source {
	font-weight: 300;
	font-size: 12px;
	line-height: 30px;
	color: #82abce;
	position: absolute;
	bottom: 0;
	right: 10px;
	margin: 0;
}

input:focus:invalid,
textarea:focus:invalid {
	border: 1px solid red !important;
}

.disabled {
	background-color: gray !important;
	color: lightgrey !important;
}

.product-characteristics-title .product-characteristics-title-small::before {
	content: "•";
	font-weight: 900;
	margin-right: 10px;
}

.thanksImg {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.product-characteristics-title .product-characteristics-title-small {
	color: #efaa34;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0;
	text-align: center;
	margin-left: 10px;
}

.point {
	width: 4px;
	height: 4px;
	border-radius: 20px;
	background: black;
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
}

.text-center {
	text-align: center;
}

.media-list {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.media-item {
	height: 58px;
	margin-left: 15px;
	margin-right: 15px;
}

.request-triangle {
	height: 27px;
	position: absolute;
	bottom: 5px;
}

.triangle-left {
	left: 25px;
}

.triangle-right {
	transform: rotate(180deg);
	right: 25px;
}

@media screen and (max-width: 325px) {
	.triangle-left {
		left: 6px;
	}

	.triangle-right {
		transform: rotate(180deg);
		right: 6px;
	}
}

.page-product .tabs-section-360 .tabs .tab-item.active,
.page-product .tabs-section-funding .tabs .tab-item-funding {
	color: #82abce;
	font-size: 18px;
}

.page-product .tabs-section-360 .tabs .tab-item {
	font-weight: 800;
	font-size: 18px;
	color: #82abce;
}

.tab-anchor {
	background-color: rgba(0, 0, 0, 0.3);
	height: 100%;
	padding: 5px;
}

.tab-visit-anchor > img {
	height: 21px;
}

.product-quartier-item {
	margin: 20px 0;
	display: flex;
	align-items: center;
}

.product-quartier-title {
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
	color: #00365f;
	display: inline-block;
}

.product-quartier-text {
	font-size: 12px;
	line-height: 12px;
	color: #82abce;
}

.bold {
	font-weight: 700;
}

.product-quartier-img {
	height: 50px;
}

.product-quartier-block {
	margin-left: 10px;
}

.product-quartier-item:hover {
	cursor: pointer;
}

.product-quartier-item:hover .product-quartier-title,
.product-quartier-item:hover .product-quartier-text {
	color: #ee7633;
}

.dpe {
	text-align: center;
}

.dpe .dpe-characteristics-title {
	font-size: 18px;
	line-height: 20px;
	color: #82abce;
	font-weight: 700;
}

.dpe-characteristics-title span {
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	color: #868686;
}

.dpe img {
	width: 100%;
	height: auto;
}

.dpe-costs {
	font-weight: 700;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	color: #868686;
}

.dpe-performance {
	font-size: 15px;
	line-height: 15px;
	padding: 10px;
	top: -7px;
	right: 20px;
	color: #868686;
	width: 100%;
	text-align: center;
}

.dpe-performance > b {
	font-weight: 700;
}

.dpe-performance-a {
	color: #009c6d;
}

.dpe-performance-b {
	color: #52b153;
}

.dpe-performance-c {
	color: #78bd76;
}

.dpe-performance-d {
	color: #f4e70f;
}

.dpe-performance-e {
	color: #f0b50f;
}

.dpe-performance-f {
	color: #eb8235;
}

.dpe-performance-g {
	color: #d7221f;
}

.iframe-rhinov {
	width: 100%;
	height: 700px;
}

.tab-item-content {
	margin-bottom: 20px;
}

@media screen and (min-width: 321px) {
	.iframe-rhinov {
		height: 232px;
	}
}

@media screen and (min-width: 376px) and (max-width: 560px) {
	.iframe-rhinov {
		height: 237px;
	}
}

@media screen and (min-width: 765px) {
	.iframe-rhinov {
		height: 254px;
	}

	.dpe img {
		width: 80%;
		height: auto;
	}
}

@media screen and (min-width: 1274px) {
	.iframe-rhinov {
		height: 525px;
	}
}
