.general{
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 50px;
}
.pst-prod{
	padding-top: 10px;
	display: flex;
	flex-direction: row;


	
}

.pst-prod-text{
	order: 3;
	width: 49%;
	text-align: justify;
}

.pst-prod-var{
	order: 1;
	width: 8%;

	position: sticky;
	top: 0px;
	height: 350px;
	overflow-y: auto;
	scrollbar-width: thin;
}


.pst-prod-photo{
	order:2;
	width: 43%;

	position: sticky;
	height: 350px;
	top: 0px;
	display: flex;
	padding: 10px;
	justify-content: center;
	align-items: center;
}
.pst-prod-photo img{
	width: 100%;
	height: 350px;

}

.carte-sm{
	padding: 3px 5px;
	
	margin-bottom: 5px;
	/*border: 1px solid black;
	margin-bottom: 3px;*/
}

.carte-sm-img{

}

.carte-sm-img img{
	width: 100%;
	height: 50px;
	
}
.carte-sm-active{
	border-left: 1px solid black;
	border-radius:10px;

}

.carte-sm-text{
	text-align: center;

}

.show-sm{
	display: none;
}


.titre-sm{
	margin-bottom: 2px;
}

.carte-h-img{
	width: 100%;
}

@media (max-width: 1000px){
	.pst-prod-text{
		order: 3;
		width: 45%;

	}

	.pst-prod-var{
		height: 250px;
		width: 10%;
	
	}

	.pst-prod-photo img{
		padding: 0;
		width: 100%;
		height: calc(250px);
		display: inline-block;
		margin: auto;
	}

	.pst-prod-photo{
		order:2;
		width: 45%;
		
		height: 250px;
		
	}
	.carte-sm-img img{
		width: 100%;
		height: 45px;
	}
}

@media (max-width: 768px){

	.pst-prod{
		display: flex;
		flex-wrap: wrap;
	}

	.pst-prod-text{
		order: 3;
		width: 100%;	
		margin-top: 50px;
	}

	.pst-prod-var{
		position: ;
		order: 1;
		width: 20%;
		border:0;
		height: 250px;
		width: 10%;
		overflow-y: hidden;
		overflow-x: auto; 
		text-align: center;
	}

	.pst-prod-photo{
		position: static;
		order:2;
		width: 80%;
		border:0;
		height: 250px;
		padding:0px;
		padding-left: 10px;
		background: transparent;
	}

	.pst-prod-photo img{
		padding: 0;
		width: 100%;
		height: calc(300px);
		display: inline-block;
		margin: auto;
	}

	.carte-sm-active{
		background: transparent;
		border: 1px solid #960E00;
	}

	.carte-sm{
		padding: 5px;
	}

	.carte-sm-img{

	}

	.carte-sm-img img{
		width: 100%;
		height: 45px;
	}

	.carte-sm-text{
		text-align: center;
	}



	.show-sm{
		display: inline-block;
	}
	.show-md{
		display: none;
	}
}

@media (max-width: 500px){
	.general{
		padding-left: 2px;
		padding-right: 2px	;
		padding-top: 15px;
	}

	.pst-prod{
		display: flex;
		flex-wrap: wrap;
		padding-top: 0px;
		padding: 5px;
	}

	.pst-prod-text{
		order: 3;
		width: 100%;
		padding: 5px;
		margin-top: 0px;	
	}

	.pst-prod-var{
		position: static;
		order: 2;
		width: 100%;
		border:0;
		height: auto;
		width: 100%;
		overflow-y: hidden;
		overflow-x: auto; 
		margin-left: 0;
		padding-left: 0;
		text-align: left;
		padding: 5px;
		text-align: center;
	}

	.pst-prod-photo{
		position: static;
		order:1;
		width: 100%;
		border:0;
		height: 250px;
		padding:2px;
		
	}

	.pst-prod-photo img{
		width: 100%;
		height: calc(250px - 4px);
		display: inline-block;
		margin: auto;
	}

	.carte-sm{
		display: inline-block;
		width: 75px;
		padding:2px;
	}
	.carte-sm-active{
		
	}

	.carte-sm-img{
		text-align: center;
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.carte-sm-img img{
		width: 100%;
		display: inline-block;
		height: 45px;
		padding: 2px;
	}

	.carte-sm-text{
		padding-top: 0;
		margin-top: 0;
	}

	.show-sm{
		display: block;
		text-align: center;
		margin: 5px 0;
	}
	.show-md{
		display: none;
	}
}