.slideshow {
	width: 100%;
	/*height: 360px;
	position: relative;
	text-align: center;
	line-height: 750px;
	padding-bottom: 10px;
	margin-left: 80px;
	margin-bottom:20px;*/

}

.slideshow[data-transition="zoom"] {
	overflow: hidden;
}

/* slideshow item */
.slideshow--item {
	/*width: 860px;
	height: 360px;
	line-height: 1.5;
	position: absolute;
	top: 0;
	visibility: hidden;*/
}

.slideshow--bullet:checked+.slideshow--item {
	visibility: visible;
}

.slideshow[data-transition="fade"] .slideshow--item {
	/*visibility: visible;
	opacity: 0;
	transition: .3s ease-out opacity;*/
}

.slideshow[data-transition="fade"] .slideshow--bullet:checked+.slideshow--item {
	opacity: 1;
}

.slideshow[data-transition="zoom"] .slideshow--item {
	visibility: visible;
	opacity: 1;
	transform: scale(0.000001);
	transition: .3s ease-out transform;
}

.slideshow[data-transition="zoom"] .slideshow--bullet:checked+.slideshow--item {
	opacity: 1;
	transform: scale(1);
}

/* slideshow navigation */
.slideshow--nav {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	display: none;
	z-index: 88;
	cursor: pointer;
	color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.slideshow--nav:after {
	display: block;
	content: '→';
	font-size: 2em;
	color: #B89E83;
	position: absolute;
	top: 7%;
	right: 10px;
	margin-top: -.5em;
}

.slideshow--nav-previous {
	left: 50%;
	display: block;
}

.slideshow--nav-previous:after {
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	transform: scaleX(-1);
	right: auto;
	left: 10px;
}

.slideshow--nav-next {
	left: 48.7%;
	display: block;
}

/* Radiobuttons to control the slideshow */
.slideshow--bullet {
	font-size: .75em;
	width: 1em;
	height: 1em;
	display: inline-block;
	position: relative;
	z-index: 99;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #FFF;
	border-radius: 1em;
	transition: .3s ease-out background,
		.3s ease-out transform;
}

.slideshow--bullet:checked {
	background: #fff;
	outline: none;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	transform: scale(1.3);
}


/*MOBILE*/

@media only screen and (min-width:300px) and (max-width:400px) {

	.slideshow {
		/*width: 97%;
	height: 180px;
	line-height: 400px;
	margin-left: 10px;
	margin-bottom:20px;*/
	}

	.slideshow--item {
		/*width: 97%;
	height: 180px;*/
	}

	.slideshow--bullet {
		width: 0.5em;
		height: 0.5em;
		opacity: 0;
	}

	.slideshow--nav-next {
		left: 50%;
		display: block;
	}

	.slideshow--nav-previous {
		left: 50%;
		display: block;
	}

	.slideshow--nav:after {
		font-size: 1em;
		top: 4%;
	}

	.sv_text {
		width: 100%;
	}

	.sv_text p {
		font-size: 20px;
		padding: 0;
		padding-top: 5px;
	}

	.titre_sv2 {
		margin-bottom: 30px;
	}

	.titre_sv {
		margin-bottom: 15px;
	}

}

/*TABLETTES*/

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

	.slideshow {
		/*width: 97%;
	height: 200px;
	line-height: 800px;
	margin-left: 10px;
	padding-bottom: 5px;*/
	}

	.slideshow--item {
		/*width: 97%;
	height: 200px;*/
	}

	.slideshow--bullet {
		width: 0.5em;
		height: 0.5em;
		opacity: 0;
	}

	.slideshow--nav-previous {
		left: 51%;
		display: block;
	}

	.slideshow--nav:after {
		top: 10%;
		font-size: 1em;
	}
	.atelier1{
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
	}

	.sv_text {
		width: 100%;
	}

	.sv_text p {
		font-size: 20px;
		padding: 0;
	}

	.titre_sv2 {
		margin-bottom: 30px;
	}

}

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

	.slideshow {
		/*width: 97%;
	height: 250px;
	line-height: 400px;
	margin-left: 15px;*/
	}

	.slideshow--item {
		/*width: 97%;
	height: 250px;*/
	}

	.slideshow--bullet {
		width: 0.5em;
		height: 0.5em;
		opacity: 0;
	}

	.slideshow--nav-next {
		left: 50%;
		display: block;
	}

	.slideshow--nav-previous {
		left: 50%;
		display: block;
	}

	.slideshow--nav:after {
		font-size: 1.5em;
		top: 10%;
	}

	.sv_text {
		width: 100%;
	}

	.sv_text p {
		font-size: 16px;
		padding: 0;
	}

	.titre_sv2 {
		margin-bottom: 30px;
	}
}

/*TABLETTES*/

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

	.slideshow {
		/*width: 97%;
	height: 300px;
	line-height: 800px;
	margin-left: 20px;*/
	}

	.slideshow--item {
		/*width: 97%;
	height: 300px;*/
	}

	.slideshow--bullet {
		width: 0.5em;
		height: 0.5em;
		opacity: 0;
	}

	.slideshow--nav-previous {
		left: 51%;
		display: block;
	}

	.slideshow--nav:after {
		top: 8%;
	}

	.sv_text {
		width: 100%;
	}

	.sv_text p {
		font-size: 16px;
		padding: 0;
	}

	.titre_sv2 {
		margin-bottom: 30px;
	}
	img.imgDECO{
		margin: 0 5px;
	}

}

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

	.slideshow {
		/*width: 97%;
	height: 300px;
	line-height: 800px;
	margin-left: 20px;*/
	}

	.slideshow--item {
		/*width: 97%;
	height: 300px;*/
	}

	.slideshow--bullet {
		width: 0.5em;
		height: 0.5em;
		opacity: 0;
	}

	.slideshow--nav-previous {
		left: 51%;
		display: block;
	}

	.slideshow--nav:after {
		top: 8%;
	}

	.sv_text {
		width: 100%;
	}

	.sv_text p {
		font-size: 16px;
		padding: 0;
	}

	.titre_sv2 {
		margin-bottom: 30px;
	}
	img.imgDECO{
		margin: 0 5px;
	}
}

@media screen and (min-width: 800px) and (max-width: 900px) {

	.slideshow {
		/*width: 97%;
	height: 300px;
	line-height: 800px;
	margin-left: 30px;*/
	}

	.slideshow--item {
		/*width: 97%;
	height: 300px;*/
	}

	.slideshow--bullet {
		width: 0.5em;
		height: 0.5em;
		opacity: 0;
	}

	.slideshow--nav-previous {
		left: 51%;
		display: block;
	}

	.slideshow--nav:after {
		top: 8%;
	}

	.sv_text {
		width: 100%;
	}

	.sv_text p {
		font-size: 16px;
		padding: 0;
	}

	.titre_sv2 {
		margin-bottom: 30px;
	}

}

@media screen and (min-width: 900px) and (max-width: 1000px) {

	.slideshow {
		/*width: 97%;
	height: 300px;
	line-height: 800px;
	margin-left: 35px;*/
	}

	.slideshow--item {
		/*width: 97%;
	height: 300px;*/
	}

	.slideshow--bullet {
		width: 0.5em;
		height: 0.5em;
		opacity: 0;
	}

	.slideshow--nav-previous {
		left: 51%;
		display: block;
	}

	.slideshow--nav:after {
		top: 8%;
	}

	.sv_text {
		width: 100%;
	}

	.sv_text p {
		font-size: 16px;
		padding: 0;
	}

	.titre_sv2 {
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 300px) and (max-width: 650px) {

	.atelier1{
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
	}

	.atelier1 h2{
		font-size: 26px;
	}

	.atelier1 img{
		width: 100%;
		/*height: 380px;
		object-fit: contain;*/
	}

	.sv_text2{
		width: 100%;
	}

	img.imgDECO{
		width: 16px;
		height: auto;
		margin: 0 5px;
	}
	img.imgDECO2{
		width: auto;
		height: 26px;
		margin-bottom: 10px;
	}
	.single_column p{
		margin: auto;
	}

	.slider_sv p{
		margin: 0 8%;
	}
}