div.site-content#content {
	background: #fff;
}

div.shop-container {
	width: 100%;
	background: #F1F1F1;
	padding: 40px 0 100px;
}

div.shop-content {
	width: 1200px;
	max-width: 98%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 0 auto;
	flex-wrap: wrap;
	position: relative;
}

div.ariane {
	flex-basis: 100%;
	max-width: 100%;
}

div.back-wrapper {
	position: absolute;
	right: -120px
}

a#back-to-list {
	font-family: Work Sans;
	font-weight: 500;
	font-size: 1.25rem;
	color: unset;
	text-decoration: none;
}

div.thematiques-container {
	padding: 40px 0 0;
}

div.thematiques-container h3, div.thematiques-container h4 {
	font-size: 1rem;
	font-family: Work Sans;
	font-weight: 500;
	padding-top: 30px;
	clear: unset;
	margin: 0;
	padding: 0;
	display: inline;
}

ul.thematiques-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

li.thematique {
	padding-left: 10px;
	cursor: pointer;
	margin: 15px 0;
}

li.thematique:before {
	content: "";
	display: inline-block;
	height: 10px;
	width: 10px;
	border-radius: 3px;
	margin: 0 10px 0 0;
}

li.thematique.active:before{
	background: #FCCC5F;
}

li.thematique:not(.active):before{
	background: #CBCBCB;
}

ul.ateliers-list {
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	width: 940px;
	max-width: 81%;
	padding: 0;
	margin: 0;
}

li.atelier-item {
	flex-basis: 47%;
	margin: 30px 10px;
	width: 440px;
	max-width: 100%;
}

li.atelier-item.focus {
	flex-basis: 96%;
	width: 910px;
}

li.atelier-item.focus div.atelier-img img {
	width: 100%;
	height: 100%;
	min-width: 100%;
	object-fit: cover;
}

li.atelier-item a, li.atelier-item a:focus, li.atelier-item a:active, li.atelier-item a:visited {
	color: unset;
	text-decoration: unset;
	display: block;
	height: 100%;
	width: 100%;
}

li.atelier-item:not(.visible) {
	display: none;
}

div.atelier-img {
	display: block;
	overflow: hidden;
	border-radius: 30px;
	border-color: #FCBD10;
	border-width: 6px 5px 6px 6px;
	border-style: solid;
	background: #fff;
	width: 100%;
	height: 300px;
	padding: 0;
}

div.atelier-img.focus-img {
	height: 500px;
	/* border-color: #EC6C75; */
}

div.atelier-img img {
	display: block;
	width: auto;
	height: 100%;
	min-width: 100%;
	object-fit: fill;
	border-radius: 25px;
	padding: 5px;
}

div.atelier-content {
	margin: 20px 0 0;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
	justify-content: space-between;
}

div.product-shipping {
	flex-basis: 100%;
}

div.product-desc {
	flex-basis: 52%;
}

div.atelier-content h3 {
	color: #FCBD10;
	font-family: Work Sans;
	font-weight: bold;
	font-size: 1.5625rem;
	margin: 0 0 10px;
}

div.product-shipping {

}

div.product-desc p {
	font-size: 0.8rem;
	margin: 10px 0;
}

div#contactform_footer {
	color: #fff;
	background: #59c7ca;
}

div#contactform_footer h2, div#contactform_footer label, div#contactform_page label {
	color: #fff;
}


@media screen and (max-width: 1480px) {
	div.shop-content div.back-wrapper {
		right: 10px;
	}
}

@media screen and (max-width: 1145px) {
	div.shop-container div.shop-content {
		flex-direction: column;
	}
	
	div.shop-content div.thematiques-container {
		flex-basis: 100%;
		max-width: 100%;
	}
	
	div.shop-content div.thematiques-container h3 {
		text-align: center;
		display: block;
		margin: 0 auto 10px;
	}

	ul.thematiques-list {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		width: 600px;
		max-width: 90%;
		margin: auto;
	}
	
	ul.thematiques-list li.thematique {
		margin: 15px;
	}

	div.shop-content ul.ateliers-list {
		max-width: 100%;
		margin: auto;
		justify-content: center;
	}
}

@media screen and (max-width: 930px) {
	
	li.atelier-item.focus {
		flex-basis: 47%;
		width: 440px;
	}
	
	div.shop-content ul.ateliers-list {
		max-width: 100%;
		margin: auto;
		flex-direction: column;
		align-items: center;
		order: 4;
	}
	
	div.shop-content div.back-wrapper {
		order: 3;
		position: relative;
		display: block;
		margin: 20px auto;
	}
}

@media screen and (max-width: 500px) {
	li.atelier-item div.atelier-content {
		flex-direction: column;
		align-items: center;
		align-content: center;
		text-align: center;
		max-width: 100%;
	}
	
	div.atelier-content div.price  {
		justify-content: center;
	}
	
	div.atelier-content div.price span.from {
		text-align: center;
	}
	div.atelier-content div.product-desc, div.atelier-content div.price  {
		flex-basis: 100%;
	}
	
	ul.ateliers-list li.atelier-item {
		margin: 20px 0;
	}
}