.container-desc-boxes {
	display: block;
	max-width: 1226px;
	width: 100%;
	justify-content: space-between;
	margin-top: 42px;
	margin-bottom: 3rem;
	margin-left: -15px;
	margin-right: -15px;
}
.container-desc-box {
	width: 50%;
	float: left;
	padding: 0 15px;
	margin-bottom: 25px;
}

.container-desc-box:nth-child(2n+3) {
	clear: both;
}
.article-desc-box {
	display: flex;
	flex-direction: column;
}
.article-desc-box > p {
	max-width: 520px;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	margin-top: 0;
}
.article-desc-box header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 2rem;
}
.article-desc-box header h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 35px;  
	align-self: flex-end;  
	margin: 1.25rem 0;
	margin-bottom: .5rem;
}
.article-desc-box header p {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}
.article-desc-box header p span {
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 45px;
	margin-left: .5rem;
}
.container-desc-image {
	background-color: #eaeaea;
	padding: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	max-height: 377px;
	height: 377px;
	position: relative;
	overflow: hidden;
}
.container-desc-image:hover img {
	transform: scale(1.075);
}
.container-desc-image a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.container-desc-image img {
	transition: .3s ease;
	max-width: inherit;
	height: 100%;
	object-fit: cover;
	width: auto;
	object-position: bottom;
	width: 100%;
}

.container-desc-par ul {
	max-width: 874px;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
}
.container-desc-par ul li {
	max-width: 874px;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
}

.button-add-box {
	position: absolute;
	background-color: #fafafa;
	color: #cacaca;
	border: 1px solid #cacaca;
	border-radius: 50%;
	height: 31px;
	width: 31px;
	font-size: 14px;
	bottom: 12px;
	right: 24px;
	z-index: 2;
	transition: ease .2s;
}
.title-banner-box {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 56px;
	font-size: 30px;
	margin-bottom: 8px;
	display: block;
}
.title-banner-box  a{
	color: #111111;
}

.container-desc-image-tiles {
	display: flex;
	flex-direction: row;
	max-width: 1226px;
	width: 90%;
	justify-content: space-between;
	flex-wrap: wrap;
}

.container-desc-image-tiles > *:hover > img {
	transform: scale(1.1);
}

.container-desc-image-tiles > div > div:hover > img {
	transform: scale(1.1);
}

.container-desc-image-tiles div {
	overflow: hidden;
}

.container-desc-image-tiles img {
	transition: .3s ease;
}

.container-desc-image-tiles h1 {
	z-index: 4;
}
.column-middle {
	max-width: 516px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 483px;
	margin: 0px 30px;
}

.column-left, .column-right {
	flex: 0 0 calc(50% - 288px);
	height: 483px;
}
.column-left img, .column-right img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.column-left, .column-middle-top, .column-middle-bottom, .column-right {
	position: relative;
	display: flex;
	flex-direction: column;
}
.column-middle-top {
	height: 227.5px;
}
.column-middle-bottom {
	margin-top: 30px;
	height: 227.5px;
}
.column-middle-top img, .column-middle-bottom img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.container-desc-image-tiles h1 {
	position: absolute;
	font-family: 'Roboto', sans-serif;
	font-size: 35px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px;
	color: #fff;
}
.column-left h1 {
	align-self: center;
}
.column-middle-top, .column-middle-bottom {
	align-items: center;
	justify-content: center;
}

.column-right h1 {
	bottom: 0;
	left: 2rem;
	margin-bottom: .5rem;
}

.container-grid-sap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	max-width: 1260px;
	width: 100%;

}
.section-sap a {
	width: 100%;
}
.span-best-product {
	top: 20px;
	right: 0px;
}
.container-product-bottom ins {
	text-decoration: none;
}
.container-most-sold {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: inherit;
	width: 100%;
}

.container-most-sold > h1 {
	margin: 4rem 0;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 48px;
}

.span-populair {
	background-color: #FFB84F;
	border: 1px solid #FFAD32;
	color: #fff;
	width: 148px;
	height: 30px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 120%;
	display: flex;
	align-items: center;
	letter-spacing: 1px;
	text-align: center;
	justify-content: center;
	position: absolute;
	z-index: 6;
	top: 4rem;
	right: 0;
}

.container-box-price-add {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	padding-right: 2rem;
	align-items: flex-end;
	transform: translateY(-20%);
	width: fit-content;
	align-self: flex-end;
	min-height: 72px;
}

.container-box-price-add > p {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 160%;
	display: flex;
	margin: 0;
}

.container-box-price-add > span {
	display: flex;
	flex-direction: column;
	font-family: Roboto;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 160%;
	margin: 0 1rem;
	margin-left: .5rem;
	transform: translateY(10%);
	color: #000000;
	display: block;
	position: relative;
	top: -5px;
}



.container-box-price-add > button {
	background-color: white;
	color: #000;
	border: #000 solid 1px;
	border-radius: 100px;
	width: 159px;
	height: 42px;
}
.container-box-price-add > button:hover{
	color: #000;
	background-color: #fff;
}

.button-read-more-text {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #bebebe;
	background-color: #fff;
	border: none;
	padding: 0;
	z-index: 100;
	width: fit-content;
	margin-bottom: 1.5rem;
}

.dots {
	display: inline;
}

.more {
	display: none;
}
.container-box-price-add > span del {
	font-size: 18px;
	color: black;
	text-decoration: line-through;
	height: 1.75rem;
}
.container-box-price-add > span ins {
	text-decoration: none;
}
.sap-image-div {
	height: 0px;
	background-size: cover;
	padding-top: 100%;
}
.container-link-retour {
	background: whitesmoke;
}
.container-retour .container-link-retour div img{
	width: 100%; 
	height: 350px;
	object-fit: cover;
}

.product_card_title {
	font-weight: 700;
	font-size: 18px;
}

.product_card_price {
	font-weight: 700;
	font-size: 18px;
}

.white_heading {
	z-index: 4;
	align-self: center;
	position: absolute;
	font-family: 'Roboto', sans-serif;
	font-size: 35px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px;
	color: #fff;
	margin-block-start: 0.67em;
	margin-block-end: 0.67em;
}

.column-right .white_heading {
	bottom: 0;
	left: 2rem;
	margin-bottom: 0.5rem;
}

.container-most-sold > .h1 {
	margin: 4rem 0;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 48px;
}

.container-desc-boxes .title-banner-box {
	font-size:27px;
}

@media (max-width: 1160px) {


	.container-product-bottom h3 {
		font-size: 14px;
	}
	.container-product-bottom button {
		width: 92px;
		font-size: 12px;
	}
	.container-product-bottom button svg {
		width: 14px;
	}

}

@media (max-width: 900px) {
	.article-desc-box .button-add-to-cart {
		background:white;
		color:black;
	}

	.container-desc-image-tiles-mobile div .white_heading {
		display: block;
		position: absolute;
		align-self: center;
		text-align: center;
		font-family: 'Roboto', sans-serif;
		font-size: 35px;
		font-style: normal;
		font-weight: 700;
		line-height: 56px;
		color: #fff;
	}

	.container-desc-box {
		flex: 0 0 100%;
		margin-right: 0px;
	}
	.container-product-bottom > h3 {
		width: auto !important;
	}
	.container-desc-boxes{
		align-items: center;
	}
	.button-add-to-cart {
		background-color: #000;
		color: #fff;
		border: #000 solid 1px;
		border-radius: 100px;
		width: 100%;
		height: 47px;
		font-size: 18px;
		letter-spacing: 1px;
	}
	.container-box-price-add {
		padding: 0;
		margin-top: 1.5rem;
		height: auto;
	}
	.container-box-price-add > span {
		flex-direction: row;
		margin-left: 1rem;
		margin-right: 0;
		transform: translateY(0);
	}
	.container-box-price-add > span > span {
		margin-right: .5rem;
	}
	.container-desc-boxes {
		flex-direction: column;
		width: 90%;
		margin-bottom: 0rem;
	}
	.container-desc-box {
		margin-bottom: 4rem;
	}
	.article-desc-box > p {
		font-size: 18px;
	}
	.article-desc-box header {
		margin-top: 0rem;
	}
	.article-desc-box > div {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.article-desc-box > div p {
		font-family: 'Roboto', sans-serif;
		font-size: 20px;
		font-style: normal;
		font-weight: 600;
		line-height: 32px;
	}
	.article-desc-box > div button {
		font-family: 'Roboto', sans-serif;
		font-size: 18px;
		font-style: normal;
		font-weight: 500;
		line-height: 29px;
		letter-spacing: 1px;
		color: #fff;
		border: none;
		background-color: #000;
		border-radius: 100px;
		width: 219px;
		height: 47px;
	}
	.container-sold-together {
		width: 100%;
		background-color: #fff;
		display: flex;
		flex-direction: column;
		align-items: center;
		position: relative;
	}
	.container-sold-together div {
		overflow-x: visible;
		width: 100%;
	}
	.container-most-sold {
		width: 100%;
	}
	.container-desc-image-tiles-mobile {
		display: block;
		flex-wrap: wrap;
		width: 90%;
		height: auto;
		overflow: hidden;
	}
	.container-desc-image-tiles-mobile div {
		position: relative;
		margin-bottom: 1rem;
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
	}
	.container-desc-image-tiles-mobile div:first-of-type {
		align-items: flex-start;
	}
	.container-desc-image-tiles-mobile div h1 {
		position: absolute;
		align-self: center;
		text-align: center;
		font-family: 'Roboto', sans-serif;
		font-size: 35px;
		font-style: normal;
		font-weight: 700;
		line-height: 56px;
		color: #fff;
	}
	.container-desc-image-tiles-mobile div:nth-of-type(3), .container-desc-image-tiles-mobile div:nth-of-type(4) {
		flex-direction: column;
	}
	.container-desc-image-tiles-mobile div:nth-of-type(1), .container-desc-image-tiles-mobile div:nth-of-type(2) {
		margin-right: 0rem;
	}
	.container-desc-image-tiles-mobile div {
		height: 200px;
	}
	.container-desc-image-tiles-mobile div img {
		width: 100%;
		height: auto;
	}
	.container-most-sold > h1,
	.container-most-sold > .h1 {
		margin-bottom: 0;
		margin-top: 2rem;
		margin-bottom: 1rem;
	}
	.button-read-more-text{
		margin-bottom: 0px;
	}
	.container-desc-image{
		height: 377px;
	}
	.section-sap {
		width: 250px;
	}

	.section-sap article {
		width: 100%;
		max-width: inherit;
	}
	.container-retour {
		margin-top: 1rem;
	}
	.article-desc-box .new_article_box {
		display: block;
	}
	.new_article_box p {
		max-width: 520px;
		width: 100%;
		font-family: 'Roboto', sans-serif !important;
		font-size: 14px !important;
		font-style: normal !important;
		font-weight: 400 !important;
		line-height: 27px !important;
		margin-top: 0;
	}
	.title-banner-box {
		font-size: 25px;
		line-height: 35px;
	}

	@media(max-width:350px){
		.article-desc-box header{
			margin-top: 0rem;
		}
		.container-desc-box{
			margin-top: 1rem;
		}
		.container-desc-image img{
			max-width: 100vw;
		}
		.container-desc-boxes{
			margin-bottom: 1rem;
		}
		.container-desc-image-tiles-mobile{
			width: 90%;
			height: auto;
			margin: auto;
		}
		.container-desc-image-tiles-mobile div{
			width: 100vw;
			margin: 1rem 0rem;
			padding: 1rem;
		}
	}
}


@media (max-width: 767px) {
	.container-desc-box {
		width: 100%;
		float: none;
	}
}


@media all and (max-width: 1220px){

	.column-middle {
		padding: 0px 30px;
	}

}
