.page-template-page-comparator main{
	overflow: inherit;
}
.comparator .content-vehicle{
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	position: sticky;
    top: 130px;
	background-color: white;
    border-radius: 0px;
    padding: 15px 0px;
    margin: 0px auto;
}
.comparator .content-vehicle .vehicle{
	width: 100%
}
.comparator .content-vehicle .vehicle .width-content-vehicle{
	width: fit-content;
	position: relative;
}
.comparator .content-vehicle .vehicle .width-content-vehicle .remove-vehicle{
    top: -10px;
    right: 0px;
    position: absolute;
    cursor: pointer;
    font-size: 0px;
}
.comparator .content-vehicle .vehicle img{
	width: 208px;
	margin-bottom: 10px;
}
.comparator .content-vehicle .vehicle .modelgroup_code{
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--wp--preset--color--red);
	margin-bottom: 8px;
}
.comparator .content-vehicle .vehicle .model_name{
	font-size: 25px;
	font-family: var(--wp--preset--font-family--gt-haptik);
	color: var(--wp--preset--color--black);
	margin-bottom: 10px;
}
.comparator .content-vehicle .vehicle .btn-configurateur{
    background-color: var(--wp--preset--color--black);
    color: var(--wp--preset--color--white);
    transition: all 0.2s;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    padding: 9px 12px;
    border-radius: 0px;
    display: inline-block;
    border: solid 1px var(--wp--preset--color--black);
	margin-top: 15px;
}
.comparator .content-vehicle .vehicle .btn-configurateur:hover{
	transition: all 0.2s;
	background-color: var(--wp--preset--color--white);
    color: var(--wp--preset--color--black);
}
.comparator .content-vehicle .vehicle .price{
	font-size: 30px;
	color: var(--wp--preset--color--black);
	margin-bottom: 0px;
	font-weight: 700;
}
.comparator .content-vehicle .vehicle .not-price{
	font-size: 15px;
	color: var(--wp--preset--color--black);
	margin-bottom: 0px;
}

.tab-comparator{
	margin-top: 70px;
	margin-bottom: 140px;
}

.tab-comparator table thead th:first-child{
	border-right:none!important;
}
.tab-comparator tbody tr{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.tab-comparator tbody td{
	width: 100%;
	border: none!important;
	border-bottom: 1px solid #EBEBEB!important;
    border-right: 1px solid #EBEBEB!important;
	text-align: left!important;
}
.empty-comparateur{
	margin-bottom: 140px;
	text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 1020px) {

	.comparator .content-vehicle .vehicle {
		padding: 0px 15px;
		box-sizing: border-box;
	}

	.comparator .content-vehicle .vehicle img {
		width: 160px;
	}
	.comparator .content-vehicle .vehicle .model_name {
		font-size: 18px;
	}
	.comparator .content-vehicle .vehicle .price {
		font-size: 20px;
	}
	.comparator .content-vehicle .vehicle .modelgroup_code {
		font-size: 12px;
	}
	.comparator .content-vehicle .vehicle .not-price {
		font-size: 12px;
	}
}

@media screen and (min-width: 0px) and (max-width: 800px) {
	.comparator .content-vehicle{
		top: 65px;
	}
}

@media screen and (min-width: 0px) and (max-width: 700px) {

	.tab-comparator{
		width: 100%!important;
	}
}

@media screen and (min-width: 0px) and (max-width: 500px) {

	.comparator .content-vehicle{
		width: 100%!important;
		margin-bottom: 40px;
		position: inherit;
		padding: 0px;
	}
	.comparator .content-vehicle .vehicle img {
		width: 100px;
	}
	.comparator .content-vehicle .vehicle .model_name {
		font-size: 16px;
	}
	.comparator .content-vehicle .vehicle .not-price {
		font-size: 10px;
	}
	.comparator .content-vehicle .vehicle .price {
		font-size: 18px;
	}
	.comparator .content-vehicle .vehicle .width-content-vehicle .remove-vehicle {
		top: -35px;
		right: calc(50% - 11px);
	}
	.comparator .content-vehicle .vehicle {
		padding: 0px 10px;
	}
}
