body{
	background: var(--color1);
	font: var(--mainfont);
	color: var(--color3);
}
a, a:active, a:visited{
	color: inherit;
	text-decoration: none;
}
.main-center{
	width: calc(100% - 20px);
	max-width: 1400px;
	margin: auto;
}
header{
	position: relative;
	overflow: hidden;
	color: var(--color2);
	background: no-repeat top left /cover;
}
header.cathead{
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
header .main-center{
	height: 100%;
}
.home-head{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
h1 {
	font: var(--titlefont);
	font-size: 54px;
	line-height: 56px;
}
h2{
	font: var(--titlefont);
	font-size: 26px;
	padding: 10px 0 0 0;
}
h3{
	font: var(--titlefont);
	font-size: 22px;
}
.txt-left{ text-align: left;}
.txt-right{ text-align: right;}
.txt-center{ text-align: center;}
.txt-justify{ text-align: justify;}
.sr_slide_category {
	color: var(--color8);
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 3px;
}
.sr_tagline{
	font: var(--mainfont);
	font-size: 22px;
	font-weight: 300;
	letter-spacing: 2px;
	line-height: 24px;
}
.sr_slider{
	width: 300%;
	height: 100%;
	position: relative;
	transition-duration: 1s;
	display: flex;
	left: 0;
}
.step2 .sr_slider{
	left: -100%;
}
.step2.step3 .sr_slider{
	left: -200%;
}
.sr_slide{
	width: calc(100% / 3);
	height: 100%;
}
.sr_slide{
	background: #333 url("../../clientside/images/fond_ville.jpg") no-repeat center /cover;
}
.sr_slide:nth-child(1){
	background: #333 url("../../clientside/images/elagage.jpg") no-repeat center /cover;
}
.sr_slide > .sr_center{
	height: 100%;
}
.sr_slide_flex{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 0;
}
.sr_slider_controls{
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 50%;
	height: 30px;
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 0 -50px;
}
.sr_step_mark {
	height: 1px;
	width: 20px;
	background: var(--color7);
	margin: 0 2px;
	transition: 1s;
}
.sr_step1_mark{
	background: var(--color5);
}
.step2 .sr_step1_mark{
	background: var(--color7);
}
.step2 .sr_step2_mark{
	background: var(--color5);
}
.step2.step3 .sr_step2_mark{
	background: var(--color7);
}
.step2.step3 .sr_step3_mark{
	background: var(--color5);
}
.sr_menu{
	position: fixed;
	height: var(--menu-height);
	z-index: 100;
	width: 100%;
	color: var(--color2);
	transition-duration: 1s;
}
.sr_menu.sr_white{
	background: var(--color2);
	color: var(--color3);
	box-shadow: 0 1px 0 0 #33333338;
}
.sr_menu.sr_menu_black{
	color: var(--color3);
}
.sr_center{
	max-width: 1500px;
	padding: 0 10px;
	margin: auto;
}
.sr_menu > .sr_center{
	height: 100%;
	padding: 0;
}
.sr_logo_link{
	display: block;
	width: 160px;
	height: 100%;
}
.sr_logo{
	background: var(--color2);
	width: 160px;
	height: 100%;
	-webkit-mask: url(../../clientside/images/logo_texte_small.svg) no-repeat center /contain;
	mask: url(../../clientside/images/logo_texte_small.svg) no-repeat center /contain;
	transition-duration: 1s;
}
.sr_store_menu .sr_logo{
	height: 80%;
}
.sr_logo_link{
	position: relative;
}
.sr_tagline_store{
	position: absolute;
	right: 0;
	bottom: 4px;
	text-transform: uppercase;
	font-size: 12px;
	color: var(--color8);
	letter-spacing: 1.4px;
}
.sr_menu.sr_white .sr_logo, .sr_menu.sr_menu_black .sr_logo{
	background: linear-gradient(90deg, var(--color4) 0%, var(--color4) 13%, var(--color3) 13%, var(--color3) 100%);
}
.sr_flexmenu{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
.sr_cart_link{
	display: block;
	height: var(--menu-height);
	width: var(--menu-height);
}
.sr_menu_btn{
	height: var(--menu-height);
	width: var(--menu-height);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	cursor: pointer;
}
.sr_menu_mobile{
	position: fixed;
	left: 0;
	top: var(--menu-height);
	right: 0;
	z-index: 99;
	height: 0;
	background: var(--color2);
	transition: 1s;
	overflow: hidden;
}
.sr_menu_mobile_link {
	padding: 15px;
	cursor: pointer;
	margin: 5px;
	border-radius: 3px;
	font: var(--titlefont);
	font-weight: 400;
	user-select: none;
}
.sr_menu_mobile_link_store{
	background: var(--color8);
}
.sr_mobile_btn.sr_open .fa-times{
	display: inline-block;
}
.sr_mobile_btn .fa-times{
	display: none;
}
.sr_mobile_btn.sr_open .fa-bars{
	display: none;
}
.sr_mobile_btn .fa-bars{
	display: inline-block;
}
.sr_menu_mobile.sr_open{
	height: calc(100% - var(--menu-height));
}
.sr_btn, input[type="submit"].sr_btn{
	margin: 15px 0 0;
	padding: 10px 40px;
	background: var(--color8);
	color: var(--color3);
	border-radius: 30px;
	width: fit-content;
	font: var(--titlefont);
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	cursor: pointer;
	user-select: none;
	height: auto;
	border: none;
}
.exp{
	position: relative;
}
.exp-slider{
	width: 100%;
	height: 500px;
	position: relative;
	overflow: hidden;
	pointer-events: none;
}
.exp-slide{
	position: absolute;
	top: 0;
	left: 5%;
	width: 90%;
	bottom: 0;
	padding: 10px 5%;
	transition: all 500ms ease-out;
}
.exp-slide:nth-child(1){ left: -260%;}
.exp-slide:nth-child(2){ left: -170%;}
.exp-slide:nth-child(3){ left: -80%;}
.exp-slide:nth-child(5){ left: 90%;}
.exp-slide:nth-child(6){ left: 180%;}
.exp-slide:nth-child(7){ left: 270%;}
.exp-slide:nth-child(8){ left: 360%;}
.exp-slide:nth-child(9){ left: 450%;}
.exp-slide-content{
	background: #fff;
	height: 100%;
	border-radius: 6px;
	box-shadow: 0 3px 5px 0 #00000030;
	padding: 5px;
	pointer-events: all;
}
.exp-img-box{
	height: 180px;
	position: relative;
}
.exp-img{
	height: 100%;
	background: #eee no-repeat center /cover;
}
.exp-text-box{
	height: calc(100% - 230px);
}
.exp-text{
	text-align: justify;
	padding: 10px 0 0 0;
	text-align-last: center;
}
.exp-img-over{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background: #02629491;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}
.exp-img-over > div {
	pointer-events: all;
}
.exp-btn-box .sr_btn{
	margin: 0 auto;
	padding: 5px 20px;
}
.exp-logo{
	max-height: calc(100% - 20px);
	max-width: calc(100% - 20px);
	pointer-events: all;
}
.c2a-contact{
	background: var(--color4) no-repeat center /cover;
	color: var(--color2);
	padding: 0 0 15px 0;
}
.c2a-contact .sr_btn, .comp .sr_btn, .about .sr_btn, .footer-contact .sr_btn, .contact-box input[type="submit"].sr_btn{
	margin: 15px auto 0;
}
.comp-list{
	display: flex;
	flex-wrap: wrap;
}
.comp-tile{
	width: 100%;
	text-align: center;
	padding: 10px 0 20px;
}
.comp-icon{
	width: 200px;
	height: 200px;
	margin: 5px auto;
	border-radius: 120px;
	background: no-repeat center /cover;
}
.about{
	padding: 20px 0;
}
.about-tile{
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 3px 5px 0 #00000030;
	display: flex;
	flex-direction: column;
}
.about-textbox{
	padding: 5px;
	order: 2;
}
.about-text{
	text-align: justify;
	text-align-last: center;
}
.about-imgbox{
	height: 200px;
	width: 100%;
	padding: 5px;
	order: 1;
}
.about-icon{
	height: 100%;
	background: no-repeat center /cover;
}
footer{
	background: var(--color6);
	color: var(--color2);
}
.footer-flex{
	padding: 20px 0;
}
.footer-logo{
	background: var(--color2);
	width: 100%;
	height: 47px;
	-webkit-mask: url(../../clientside/images/logo_tagline_blanc.svg) no-repeat center /contain;
	mask: url(../../clientside/images/logo_tagline_blanc.svg) no-repeat center /contain;
}
.footer-menu{
	/*display: flex;*/
	display: none;
}
.footer-menu-col{
	width: 50%;
	padding: 15px 0 0 0;
}
.footer-menu-col2{
	text-align: right;
}
.footer-menu-link{
	cursor: pointer;
	margin: 5px;
	border-radius: 3px;
	font: var(--titlefont);
	font-weight: 400;
	user-select: none;
}
.footer-social-media{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
}
.footer-social-link{
	height: 32px;
	width: 32px;
	margin: 10px;
	background: var(--color2);
}
.footer-linkedin{
	-webkit-mask: url(../../clientside/images/social/linkedin.svg) no-repeat center /contain;
	mask: url(../../clientside/images/social/linkedin.svg) no-repeat center /contain;
}
.footer-twitter{
	-webkit-mask: url(../../clientside/images/social/twitter.svg) no-repeat center /contain;
	mask: url(../../clientside/images/social/twitter.svg) no-repeat center /contain;
}
.footer-youtube{
	-webkit-mask: url(../../clientside/images/social/youtube.svg) no-repeat center /contain;
	mask: url(../../clientside/images/social/youtube.svg) no-repeat center /contain;
}
.footer-contact{
	text-align: center;
}
.footer-copyright{
	font-size: 10px;
	padding: 0 0 10px 0;
}
.page-redac{
	padding: 100px 0 20px 0;
}

.page-contact-illu{
	height: 400px;
	background: no-repeat center /cover;
	margin-bottom: -273px;
}
.page-contact h1{
	color: var(--color2);
}

.contact-box{
	margin: 20px auto;
	padding: 5px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 3px 5px 0 #00000030;
	max-width: 1000px;
}
.contact-box label {
	padding: 10px 0;
	display: block;
}
.info-societe{
	padding: 5px;
	margin: 10px 0;
}
.info-societe h3{
	text-align: center;
}
.info-societe-sep{
	height: 2px;
	background: #ddd;
	width: 100px;
	margin: 0 auto 10px;
}
.info-societe-map{
	height: 120px;
	cursor: pointer;
	background: no-repeat center /cover;
}



.liste-produit{
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(230px,1fr));
	align-items: stretch;
	grid-gap: 8px;
	padding: 10px;
}
.tuile-produit{
	background: #fff;
	border-radius: 3px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.tuile-produit .infos{
	flex-grow: 1;
}
.tuile-produit .titre{
	font-size: 22px;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	padding: 0 10px;
}
.tuile-produit .description-courte{
	padding: 10px;
	text-align: center;
}
.liste-produit-collapse .tuile-produit{
	border-radius: 0;
}
.tuile-produit .topbar{
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 34px;
}
.pdttag{
	border-radius: 3px;
	color: #333;
}
.photo-box{
	padding-top: 80%;
	position: relative;
}
.fiche-container .photo-box{
	padding-top: 40%;
}

.photo{
	position: absolute;
	top: 0;
	left: 10px;
	right: 10px;
	bottom: 0;
	background: no-repeat center /contain;
}
.photo.text{
	padding: 119px 5px;
	color: #000;
	text-align: center;
	font-weight: 800;
}
.textGrand{
	color: #000;
	text-align: center;
	font-size: 15px;
	font-weight: 800;
}
.photo .textSmall{
	color: #000;
	text-align: center;
	font-size: 12px;
}
.prix-final{
	text-align: center;
	padding: 15px 10px;
	font-family: 'Oswald', sans-serif;
}
.pdt-add2cart{
	margin: 10px auto;
	width: fit-content;
	padding: 10px 15px;
	border-radius: 50px;
	background: #ffc300;
	font-weight: 800;
}

@media all and (min-width: 800px){
	header{
		background: no-repeat center /cover;
	}
	.comp-tile{
		width: 50%;
	}
	.exp-slide-content{
		display: flex;
		padding: 10px;
	}
	.exp-img-box {
		height: 100%;
		width: 40%;
	}
	.exp-text-box {
		height: 100%;
		width: 60%;
		padding: 0 40px 0 50px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.sr_menu{
		display: none;
	}
	.sr_logo_large{
		background: var(--color2);
		width: 480px;
		height: 90px;
		-webkit-mask: url(../../clientside/images/logo_tagline_blanc.svg) no-repeat center /contain;
		mask: url(../../clientside/images/logo_tagline_blanc.svg) no-repeat center /contain;
		margin: 0 0 20%;
		cursor: pointer;
	}
	.home-head{
		align-items: flex-start;
		padding: 20px 0 0 0;
	}
	.controls{
		position: absolute;
		top: 50%;
		left: 7.5%;
		width: 40px;
		height: 80px;
		margin: 13px 0 0 -20px;
		cursor: pointer;
		-webkit-mask: url(../../clientside/images/back_arrow.svg) no-repeat center /contain;
		mask: url(../../clientside/images/back_arrow.svg) no-repeat center /contain;
		background: #0000005e;
	}
	.controls_right{
		position: absolute;
		left: initial;
		right: 7.5%;
		margin: 13px -20px 0 0;
		-webkit-mask: url(../../clientside/images/forward_arrow.svg) no-repeat center /contain;
		mask: url(../../clientside/images/forward_arrow.svg) no-repeat center /contain;
	}
	.page-contact-illu{
		margin-bottom: -146px;
		height: 500px;
	}
	.page-contact-illu .main-center{
		padding: 20px 0 0;
	}
	.contact-box{
		display: flex;
	}
	.contact-box form{
		width: calc(100% - 400px);
	}
	.contact-msg-send{
		width: calc(100% - 400px);
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 22px;
		text-align: center;
		padding: 20px;
	}
	.info-societe{
		width: 400px;
	}
	.info-societe-sep{
		display: none;
	}
}
@media all and (min-width: 1200px){
	.comp-tile{
		width: calc(100% / 3);
	}
	h2{
		font-size: 36px;
	}
	h3{
		font-size: 28px;
	}
	.about-tile{
		flex-direction: row;
		align-items: stretch;
	}
	.about-textbox {
		padding: 10px;
		order: 1;
		min-height: 400px;
		width: 60%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.about-imgbox {
		height: auto;
		width: 40%;
		padding: 10px;
		order: 2;
	}
	.page-contact-illu{
		background: no-repeat top center /cover;
	}
}
@media all and (min-width: 1400px){

}