/************** Brochure ******************/
.dl-brochure {
	font-family: DK Lemon Yellow Sun;
	font-size: 23px;
	padding: 20px 40px;
	border: 1px solid #C50050;
	border-radius: 5px;
	color: #C50050;
	background: transparent; 
	transition: all 0.3s;
}
.dl-brochure:hover {
	background: #C50050;
	color: #fff;
}

.ecologie .bloc-blurb > div > .content {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.7px;
}
.ecologie .bloc-blurb.align-start > div > h2 {
	color: #006500;
	font-size: 18px;
	font-weight: 500;
}
.ecologie .bloc-blurb.pos-left {
	border: 1px solid #d2d2d2;
	margin: 2vh 0vw;
	padding: 2vh 1vw;
}
.ecologie .bloc-blurb.align-start.pos-left figure, 
.ecologie .bloc-blurb.align-start.pos-right figure {
	justify-content: center;
}
.ecologie .bloc-text {
	background: #C50050;
	border-radius: 10px;
}
.ecologie .bloc-text .content {
	padding: 10px 5px;
	font-size: 15px;
	text-align: center;
}

.bloc-accordeon {
	position: relative;
}
.bloc-accordeon::after {
    content: "";
    position: absolute;
    left: 75px;
    top: 0;
    width: 1px;
    height: 100%;
    border-right: 2px dotted #C50050;
}
.bloc-accordeon:first-child {
    padding-top: 90px;
}
.page-accordeon {
	padding: 0;
}
main[data-c="4385"] .bloc-covered + .struct-blocs.struct-wrap {
    padding-top: 0;
    width: 70%;
    margin: auto;
}
.bloc-accordeon > ul {
	margin-left: 70px;
}

.top_info_account {
	margin-bottom: 50px;
	background-color: #fff;
	padding: 45px 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-box-shadow: 10px 30px 25px 0px rgba(0,0,0,0.07);
	-moz-box-shadow: 10px 30px 25px 0px rgba(0,0,0,0.07);
	box-shadow: 10px 30px 25px 0px rgba(0,0,0,0.07);
}

.top_info_account .title {
    font-size: 27px;
    color: #C50050;
    line-height: 32px;
}
.top_info_account .logout {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 3px 20px 0px
	rgba(0,0,0,0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
}

.account article .content:hover svg path{
	fill: #C50050;
}
.account article .content {
	line-height: 30px;
}
.account article .content:hover {
	color: #C50050;
}

.account article {
	padding: 15px;
}
.account article .content {
	height: 172px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #C50050;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 5px;
	transition: 0.3s;
	border: 1px solid #C50050;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.13);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.13);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.13);
}
.account article .content:hover {
	background-color: #fff;
	color: #C50050;
}
.members .account article {
	width: 33.33%;
	float: left;
}
.account.addresses h1,
.account.orders h1,
.account.credits h1, 
.account.ids h1,
.account.order h1,  
.account.gdpr h1 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 90px 0 30px 0;
	font-family: 'rubik_medium';
}
.account.ids {
    padding-bottom: 100px;
}
.account.gdpr div{
    margin-top: 15px;
    margin-bottom: 15px;
    background: #f1f1f1;
    padding: 20px;
}
.ion-android-add::before {
    content: "\f2c7";
}
.account.addresses .addAddress i {
	margin-right: 10px;
	font-size: 30px;
}
.account.addresses .addAddress {
	margin-bottom: 35px;
	width: 350px;
	height: 40px;
	color: #fff;
	background-color: #C50050;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s;
	border-radius: 10px;
	font-size: 20px;
	cursor: pointer;
}
.account.orders .orders > li header {
	margin-bottom: 15px;
}
.account.orders .orders > li h2 {
	margin-bottom: 0;
}
.account.orders .orders > li .order-date {
	font-style: italic;
	font-size: 15px;
} 
.account.orders .orders > li .order-footer .total,
.account.orders .orders > li .order-footer a {
	color: #C50050;
	margin-top: 10px;
	display: block;
}
.account.orders .orders > li .order-footer .total {
	font-weight: bold;
}
.account.orders .orders > li {
	float: left;
	width: 33.33333%;
	padding: 15px;	
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;	
}
.account.addresses > ul {display: flex;flex-wrap:wrap;}
.account.addresses > ul > li:first-child {width:100%;}
.account.addresses > ul > li {
	float: left;
	width: 33.33333%;
	padding-right: 15px;
	margin: 15px 0;
}
.account.addresses .editAddress {
	cursor: pointer;
}
.account.addresses > ul > li article {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
}

.digiForm article {
	padding: 0;
	margin: 1rem;
}
.digiForm article label {
    padding-top: .625rem;
    font-weight: bold;
    color: #C50050;
}

.account.credits .order-products ul li {
	display: flex;
	margin-bottom: 30px;
	background-color: #C50050;
	color: #fff;
	padding: 30px 30px;
	align-items: center;
	justify-content: space-between;
}

.account.credits .order-products ul li > * {
    flex: 1;
    margin: 0;
    color: #fff;
}

.digiForm article.textRight label{
	width: 43%;
	text-align: left;
	padding-left: 10px;
	padding-top: 0;
	color: #222;
	font-weight: normal;
}
.digiForm article.textRight div{
	float: left;
	width: 31%;
	text-align: right;
}





/***************** Nous contactez *********************/

.nous-contactez .bloc-content section::before {

    content: '';
    width: 9px;
    height: 100%;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    position: absolute;
    top: 0;
    left: -10px;
    background-color: 

    #C50050;

}

.nous-contactez .bloc-content h1 {
	color: #000;
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
}
.nous-contactez section {
	margin: 20px;
	margin-top: 0;
}
.nous-contactez .bloc-content section  {
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.12);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.12);
	margin-bottom: 20px;
	margin-bottom: 2rem;
	word-wrap: break-word;
	background: #fff;
	background-color: rgb(255, 255, 255);
	padding: 15px;
	border-radius: 4px;
	border: 1px solid #eee;
	margin-top: 100px;
}
.nous-contactez section.page-form{
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.12);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.12);
	width: 100%;
	border: 1px solid #eee;
	padding: 15px;
	margin-top: 100px;
	padding-top: 0;
}

.nous-contactez section.page-form h1 {
	color: #000;
	font-weight: 500;
	font-size: 20px;
	text-transform: uppercase;
	text-align: left;
	margin: 0;
	padding: 20px;
}

.nous-contactez .block {
    display: flex;
    align-items: center;
}
.nous-contactez .adresse::before {
    content: '';
    background-image: url('/img/location.png');
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    display: block;
}
.nous-contactez .tel::before {
    content: '';
    background-image: url('/img/tel.png');
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    display: block;
}
.nous-contactez .mail::before {
    content: '';
    background-image: url('/img/mel.png');
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    display: block;
}
.nous-contactez .icon {
	padding-right: 10px;
	padding-top: 15px;
}


.digiForm article div select,
.digiForm article div input,
.digiForm article div textarea {
	border: 1px solid #eee;
	border-radius: 0;
	font-size: 14px;
}
.digiForm article div select:focus,
.digiForm article div input:focus,
.digiForm article div textarea:focus,
.digiForm article div textarea:active {
	border-color: #006500;
}


.nous-contactez .digiForm article div select,
.nous-contactez .digiForm article div input,
.nous-contactez .digiForm article div textarea {
	display: block;
/*	width: 100%;*/
	padding: .5rem .75rem;
	line-height: 1.25;
	background-color: #fff;
	border: 1px solid #eee;
	background-image: none;
	background-clip: padding-box;
	border-radius: 0;
	font-size: 14px;
	height: 35px;
}

.nous-contactez .digiForm article div select:focus,
.nous-contactez .digiForm article div input:focus,
.nous-contactez .digiForm article div textarea:focus,
.nous-contactez .digiForm article div textarea:active {
	border-color: #006500;
}

nav.mainNav > div > ul {
width: 100%;
}
body > header {
	height: auto;
}

body > header.simpleHeader {
display: none;
}

@media screen and (max-width: 1100px) {
.bodySimpleHeader nav.mainNav > div.navigation > div.wrapNav {
	width: 100%;
}
.latest-news .owl-carousel {
	width: 100%;
}
/*	.bodySimpleHeader nav.mainNav div.smallMenu {
	    width: 50% !important;
	    left: 25% !important;
	}*/
	.testimonials-container {
		display: none;
	}
	main {
		width: 100%;
		padding: 10px;
	}
	body > header .overHead {
		width: 100%;
	}
	body > header div#_desktop_logo {
		width: 110px;
	}
	body > header div#_desktop_logo > a,
	body > header div#_desktop_logo img{
		width: 100%;
	}
	body > header .overHead > ul.menuHeader > li.sousMenuHeader {
		margin: 0 10px;
	}
	body > header .overHead > ul.menuHeader > li.sousMenuHeader a {
		font-size: 16px;
	}
	
	.bloc-slider {
		height: 60vh;
	}
	.delivery-choice,
	.delivery_filter {
		bottom: 0 !important;
	}
	
	nav.mainNav {
		display: block;
	}
	.bodySimpleHeader nav.mainNav .smallLogo {
		position: absolute;
		width: auto;
		z-index: 1;
		width: 80px;
		height: 100px;
	}
	
	
	
	
	.delivery_filter {
		display: block;
	}
	.container-e-products,
	.struct-shortcuts > .ct-blocs {
		width: 980px;
	}
	.homePage section.product-list > div > div.prodsList {
		width: 100%;
	}
	.homePage section.product-list > div > div.prodsList > article.prod {
		width: 24%;
	}
	.homePage > section.struct-blocs {
		width: 100vw;
	}
	section.bloc-slider.blocSlide.digi-slideshow > div.slide-info > .BlocTitleSlide {
		width: 80%;
		left: 10%;
	}
	section.bloc-slider.blocSlide.digi-slideshow > div.slide-info > .BlocTitleSlide > h2 {
		width: 100%;
		left: 0;
	}
	body > header .overHead {
		display: flex;
		align-items: center;
		font-size: 21px;
	}
	
	.struct-blocs.struct-wrap {
		width: 980px;
	}
	.members .account article {
		width: 50%;
	}
	ul.ariane {
		width: 100%;
	}
	.account.orders .orders > li,
	.account.addresses .editAddress {
		width: 50%;
	}
		section.product-list > div > div.prodsList > article.prod,
	.container-e-products .product-list {
		width: 100%;
	}
	.sideNav {
		width: 100%;
	}
	section.bloc-slider.blocSlide.digi-slideshow > div.slide-info > .BlocTitleSlide {
		top: 15% !important;
	}
	section.bloc-slider.blocSlide.digi-slideshow > div.slide-info > .BlocTitleSlide h2 {
		font-size: 20px;
		height: auto;
		padding: 0;
	}
	.highlight-bloc > .ct-blocs > .struct-blocs > .ct-blocs > .bloc-content {
		width: auto;
		padding-bottom: 30px;
		min-height: 360px;
	}
	.homePage .page-form > form > section > div.actions {
	    position: relative;
	    top: 0;
	    right: auto;
	}
	footer > div.containFooter > div.topFooter > div.menuFooter {
		width: 100%;
		flex-direction: column;
		padding-left: 50px;
	}
	.sousMenuFooter.full {
		display: none;
	}
	footer > div.containFooter > div.topFooter > div.menuFooter > div.sousMenuFooter > h2.footerTitle {
		cursor: pointer;
		color: #000;
		font-size: 18px;
		position: relative;
	}
	footer > div.containFooter > div.topFooter > div.menuFooter > div.sousMenuFooter > h2.footerTitle::after {
	    content: "+";
	    position: absolute;
	    top: 0;
	    right: 0;
	    font-weight: 700;
	}
	footer > div.copy {
		padding: 20px 5px;
	}
	footer > div.containFooter > div.topFooter > div.menuFooter > div.sousMenuFooter > ul.footerlist {
		display: none;
	}
	footer > div.containFooter > div.topFooter > div.menuFooter > div.sousMenuFooter > ul.footerlist > li {
		margin: 10px 15px;
	}
	footer > div.copy > div.container > div.row {
		flex-direction: column;
	}
	.block-social .social_links {
		justify-content: center;
		padding: 10px 0;
	}
	
	
	
	div.product-wrapper > ul.ariane {
		width: 980px;
	}
	div.product-wrapper > article.prod {
		width: 980px;
	}
	div.product-wrapper > article.prod > .product-item {
		flex-direction: column;
		width: 980px;
	}
	div.product-wrapper > article.prod div.desc {
		width: 980px;
	}
	div.product-wrapper > article.prod > section.product-description {
		flex-direction: column;
		line-height: 60px;
		text-align: center;
	}
	div.product-wrapper > article.prod > section.product-description h1 {	
		text-align: center;
		width: 100%;
	}
	div.product-wrapper > article.prod > .product-information {
		width: 980px;
	}
	
	
	
	.highlight-bloc > .ct-blocs > .struct-blocs > .ct-blocs > .bloc-content a {
		margin: 10px auto;
	}
	section[data-c="4512"] div section.bloc-content,
	section[data-c="4512"] div section.bloc-content:first-child, section[data-c="4512"] div section.bloc-content:last-child {
		width: 100%;
	}
	.gabarit.tabs .tabs-block {
		flex-direction: column;
		margin: 20px 0;
	}
	.gabarit.tabs .tabs-content {
		width: 90%;
	}
	.sectionPage.shopPage > .basket-page .side-basket-product,
	.sectionPage.shopPage > .basket-page > section > form > div.basket-bloc {
		width: 100%;
	}
	
	
	
	
	div.product-wrapper > article.prod > section.product-description > h1 {
		width: 100% !important;
	}
}

@media screen and (max-width: 980px) {
	nav.mainNav section.shop-mini-basket.basket-dropdown {
		position: fixed;
		width: 100%;
		bottom: 0;
	}
	body > header {
		height: 110px;
	}
		nav.mainNav {
		height: 50px;
	}
	body > header .overHead > ul.menuHeader {
		position: absolute;
		top: 29px;
		width: 100%;
	}
	body > header .overHead {
		width: 100%;
	}
	nav.mainNav > div.navigation > div.account {
		z-index: 5;
	}
	.bodySimpleHeader nav.mainNav > div.navigation > div.wrapNav > ul,
	.bodySimpleHeader nav.mainNav > div.navigation {
		width: 100%;
	}
	.container-e-products,
	.struct-shortcuts > .ct-blocs {
		width: 100%;
	}
	.homePage section.product-list > div > div.prodsList {
		width: 100%;
	}
	.homePage section.product-list > div > div.prodsList > article.prod {
		width: 49%;
	}
	.struct-shortcuts > .ct-blocs section {
		width: 49% !important;
	}
	.top-basket > div.cart:hover {
		background-color: #C50050;
	}
	.top-basket > div.cart {
		width: 45px;	
		height: 45px;
		position: relative;
		z-index: 0;
	}
	.testimonials-container {
		width: 100%;
		flex-direction: column;
	}
	.homePage > section.struct-blocs {
		width: 100vw;
	}
	.highlight-bloc {
		height: auto;
	}
	.highlight-bloc > .ct-blocs > .struct-blocs:first-child::before,
	.highlight-bloc > .ct-blocs > .struct-blocs:first-child::after,
	.highlight-bloc > .ct-blocs > .struct-blocs:nth-child(2)::before {
		display: none;
	}
	.struct-blocs.struct-wrap {
		width: 100%;
	}
	.digiForm article > div {
		width: 69%;
	}
	[class^="fa-"], [class*=" fa-"], .fa {
		color: white;
		font-size: 20px;
	}
	body > header .overHead .areas {
	    position: absolute;
	    right: 0;
	    top: 0;
	}
	body > header .overHead .areas li a{
		display: inline-block;
	}
	body > header.classic .wrapBanner .logo {
		padding: 0;
	}
	nav.mainNav > div.smallMenu {
		position: absolute;
		top: 7px;
		left: 0;
		width: 100%;
		text-align: center;
	}
	body.bodySimpleHeader .responsiveNav {
		margin-top: 100px;
	}
	.responsiveNav {
		background: #C50050 !important;
		margin-top: 65px;
	}
	.mainNav.scroll .responsiveNav{
		background: white;
	}
	nav.mainNav > div > ul li {
		width: 33%;
		float: left;
		margin: 15px 0 !important;
	}
	nav.mainNav > div > ul li div {
		display: none;
	}
	.homePage .page-form {
		flex-direction: column;
	}
	.homePage .page-form > article.struct-blocs.struct-wrap, .homePage .page-form > form {
		width: 80%;
	}
	body > header .overHead > div > ul.areas > li.Connected > div {
		right: 0;
		left: auto;
		transform: none;
	}
	nav.mainNav > div.navigation {
		width: 100%;
	}
	nav.mainNav > div.navigation > div.wrapNav > ul {
		display: none;
	}
	nav.mainNav > div.navigation > div.wrapNav > ul li {
		background: #C50050;
		z-index: 10px;
	}
	nav.mainNav.scroll > div.navigation > div.wrapNav > ul li {
		background: white;
	}
	nav.mainNav.scroll > div.navigation > div.wrapNav > ul > li:hover a {
		color: #fff;
	}
	nav.mainNav.scroll > div.navigation > div.wrapNav > ul li:hover {
		background: #C50050;			
	}
	nav.mainNav.scroll > div.navigation > div.wrapNav > ul > li:hover a > div.imgMenu > img {
		filter: brightness(0%) invert(100%);
	}
	nav.mainNav > div.navigation > div.wrapNav > ul > li > div {
		display: none;
	}
	nav.mainNav > div.navigation > div.wrapNav > ul li {
		float: left;
		width: 33.33%;
		height: 126px;
		margin: 0;
	}
	nav.mainNav > div.navigation > div.wrapNav > ul li.selected:last-child, nav.mainNav > div.navigation > div.wrapNav > ul li:last-child:hover {
		background: #fff;
	}
	nav.mainNav div.smallMenu {
		position: absolute;
		top: 8px;
		padding: 10px;
		width: 100%;
		left: 0;
		text-align: left;
	}
	.bodySimpleHeader nav.mainNav div.smallMenu {
		width: 90%;
		left: 5%;
		text-align: center;
		margin-left: 0;
		border: 1px solid #C50050;
	}
	nav.mainNav div.smallMenu:after {
		content: " CATÉGORIES";
		color: white;
		font-size: 25px;
	}
	body.bodySimpleHeader .articlesPage > section.bloc-content {
		margin-top: 60px;
	}
	body.bodySimpleHeader .responsiveNav {
	background: transparent !important;
	}
	body.bodySimpleHeader nav.mainNav > div.navigation > div.wrapNav > ul li {
		background: #fff;
		z-index: 30;
	}
	body.bodySimpleHeader nav.mainNav div.smallMenu {
		text-align: center;
		top: 30px;
/*		margin-top: 70px;*/
	}
	body.bodySimpleHeader [class*=" fa-"],
	body.bodySimpleHeader div.smallMenu::after {
    	color: #C50050;
	}
	body.bodySimpleHeader nav.mainNav .smallLogo a {
		width: 100%;
	}
	body.bodySimpleHeader nav.mainNav > div.navigation > div.wrapNav > ul li:hover {
    	background: #C50050;
	}
	body.bodySimpleHeader nav.mainNav > div.navigation > div.wrapNav > ul > li:hover a {
		color: #fff;
	}
	body.bodySimpleHeader nav.mainNav > div.navigation > div.wrapNav > ul > li:hover a img {
		filter: brightness(0%) invert(100%);
	}
	body.bodySimpleHeader .account {
		position: relative;
		z-index: 0;
	}
	nav.mainNav > div.navigation,
	nav.mainNav.scroll {
		background: #C50050;
		height: 65px;
	}
	.responsiveNav {
		border-top: 1px solid #fff;
	}
	
	.scroll .category-account > a > div.account {
		width: 45px;
		height: 45px;
	}
	
	body > header .overHead > div > ul.areas > li.Connected > div {
		width: 280px; 
	}
	body > header .overHead > div > ul.areas > li.Connected > div > div {
		flex-direction: column;
	}
	body {
		overflow-x: hidden;
	}
	.highlight-bloc > .ct-blocs > .struct-blocs > .ct-blocs {
		height: 100%;
		padding: 10px 0;
	}
	.page-form.form-left.struct-blocs.struct-wrap::after,
	.page-form.form-left.struct-blocs.struct-wrap::before {
		background-image: none;
	}
	
	div.product-wrapper > ul.ariane {
		width: 100%;
		display: none;
	}
	div.product-wrapper > article.prod {
		width: 100%;
	}
	div.product-wrapper > article.prod > .product-item {
		flex-direction: column;
		width: 100%;
	}
	div.product-wrapper > article.prod div.desc {
		width: 100%;
	}
	div.product-wrapper > article.prod > section.product-description {
		flex-direction: column;
		line-height: 60px;
		text-align: center;
	}
	div.product-wrapper > article.prod > section.product-description h1 {	
		text-align: center;
	}
	div.product-wrapper > article.prod > .product-information {
		width: 100%;
	}
	.slick-slide {
		width: 100% !important;
		position: relative !important;
		left: 0 !important;
		opacity: 1 !important;
	}
	.thumbnails.slider-nav {
		display: none;
	}
	div.product-wrapper > article.prod > .product-item > .slider-for {
		width: 100%;
	}
	div.product-wrapper > article.prod > .product-item > .slider-for img {
		width: auto;
	}
	.slick-slide {
		float: none !important;
	}
	
	nav.mainNav section.shop-mini-basket.basket-dropdown {
		background: white;
		overflow-y: scroll;
	}
	.mainNav section.shop-mini-basket.basket-dropdown {
		padding-top: 40px;
	}
	.shop-mini-basket.basket-dropdown::after {
		content: "X";
		position: absolute;
		top: 10px;
		right: 0;
		width: 100%;
		height: 30px;
		z-index: 9999;
		color: #c50050;
		font-weight: bold;
		font-size: 20px;
		background: white;
		text-align: right;
		padding-right: 20px;
		cursor: pointer;
	}
	.date-selector-container { 
		width: 100% !important;
	}

	.date-selector-container
	 {
	 	width: 100%;
	 }
	.date-selector-container > section {
		display: flex;
		padding: 15px 25px;
		flex-direction: column-reverse;
	}
	
	.shop-mini-basket.basket-dropdown::after:hover {
		cursor: pointer;
	}
	
	.page-form .digiForm[data-codeform="devis"] article > div {width:auto;}
	.page-form .digiForm[data-codeform="devis"] .grp_group_1 {
		width: 100% !important;
	}
	.page-form .digiForm[data-codeform="devis"] .grp_group_2 {
		float: left;
		width: 100% !important;
	}

	.page-form .digiForm[data-codeform="devis"] .grp_group_4 article label[for="ffOSpec_contactPrestation"] + div,
	.page-form .digiForm[data-codeform="devis"] .grp_group_4 article label[for="ffOSpec_TelephoneContactPrestation"] + div
	{
		float: left;
		width: 25%;
		padding-right: 15px;
		padding-left: 15px;
		margin-bottom: 1rem;
	}
	.page-form .digiForm[data-codeform="devis"] .grp_group_3 article label[for="ffLastName"] + div,
	.page-form .digiForm[data-codeform="devis"] .grp_group_3 article label[for="ffFirstName"] + div {
		float: left;
		width: 29.166665%;
		padding-right: 15px;
		padding-left: 15px;
		margin-bottom: 1rem;
	}
	.page-form .digiForm[data-codeform="devis"] .grp_group_3 article label[for="ffMobile"] + div {
		float: left;
		width: 58.33333%;
		padding-right: 15px;
		padding-left: 15px;
		margin-bottom: 1rem;
		max-width: inherit;
	}
	.page-form .digiForm[data-codeform="devis"] .grp_group_3 article label[for="ffMainCity"] + div {
		float: left;
		width: 38.88889%;
		padding-right: 15px;
		padding-left: 15px;
		margin-bottom: 1rem;
		max-width: inherit;
	}
	.page-form .digiForm[data-codeform="devis"] .grp_group_3 article label[for="ffSecZip"] + div {
		float: left;
		width: 19.44444%;
		padding-right: 15px;
		padding-left: 15px;
		margin-bottom: 1rem;
		max-width: inherit;
	}
	.page-form .digiForm[data-codeform="devis"] .grp_group_4 article label[for="ffOpportunityDeliveryStart"] + div,
	.page-form .digiForm[data-codeform="devis"] .grp_group_4 article label[for="ffOpportunityDeliveryEnd"] + div,
	.page-form .digiForm[data-codeform="devis"] .grp_group_4 article label[for="ffOSpec_AdresseLieux"] + div,
	.page-form .digiForm[data-codeform="devis"] .grp_group_4 article label[for="ffOSpec_adresseComplement"] + div {
		float: left;
		width: 50%;
		padding-right: 15px;
		padding-left: 15px;
		margin-bottom: 1rem;
		max-width: inherit;
	}
	.page-form .digiForm[data-codeform="devis"] .grp_group_4 article label[for="ffOpportunityBudget"] + div {
		float: left;
		width: 33.33333%;
		padding-right: 15px;
		padding-left: 15px;
		margin-bottom: 1rem;
		max-width: inherit;
	}
	.page-form .digiForm[data-codeform="devis"] .grp_group_4 article label[for="ffOpportunityDescription"] + div {
		float: left;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-bottom: 1rem;
		max-width: inherit;
	}
	.page-form .digiForm[data-codeform="devis"] .grp_group_4 article label[for="ffOpportunityNbPax"] + div {
		float: left;
		width: 16.66667%;
		padding-right: 15px;
		padding-left: 15px;
		margin-bottom: 1rem;
		max-width: inherit;
	}

	body.bodySimpleHeader nav.mainNav div.smallMenu {
		width: 50%;
		left: 50%;
		margin-left: -25%;
	}
	
	main[data-c="4385"] .bloc-covered + .struct-blocs.struct-wrap {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.sectionPage.shopPage > .basket-page .side-basket-product {
		padding: 0;
	}
	.sectionPage.shopPage > .basket-page .side-basket-product, 
	.sectionPage.shopPage > .basket-page > section > form > div.basket-bloc {
		padding: 0;
	}
	.digiForm article {
		width: 100%;
		display: inline-block;
	}
	.page-form .digiForm[data-codeform="devis"] article {
		margin: 10px 0 0 0;
	}
	.page-form .digiForm[data-codeform="devis"] div,
	.page-form .digiForm[data-codeform="devis"] input, 
	.page-form .digiForm[data-codeform="devis"] textarea {
		width: 100% !important;
		margin: 0;
	}
	
	.page-form .digiForm[data-codeform="devis"] .grp_group_3 article label[for="ffCompanyOpen"] + div,
	.page-form .digiForm[data-codeform="devis"] .grp_group_3 article label[for="ffEmail"] + div,
	.page-form .digiForm[data-codeform="devis"] .grp_group_3 article label[for="ffMainAddress"] + div {
		float: left;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-bottom: 1rem;
	}
	.page-form > h1  {
		line-height: 1.1;
	}
	.bloc-accordeon::after {
		border: none;
	}
	.bloc-accordeon > ul.on {
		height: auto;
		margin-left: 0;
	}
	body > header {
		height: 60px;
	}
	.menuHeader {
		display: none !important;
	}
	nav.mainNav > div {
		height: 50px;
	}
	.delivery-choice,
	.delivery_filter {
		bottom: 0 !important;
	}
	.account.addresses .addAddress {
		margin-left: 10px;
	}
	.account.orders .orders > li,
	.account.addresses .editAddress {
		width: 100%;
		margin-bottom: 10px;
	}
	.bodySimpleHeader nav.mainNav > div.navigation {
		flex-direction: column;
		height: 280px;
	}
	body.bodySimpleHeader nav.mainNav div.smallMenu {
		margin-top: 70px;
		width: 90%;
		left: 5%;
		margin-left: 0;
	}
	body.bodySimpleHeader .responsiveNav {
		margin-top: 160px;
	}
	ul.ariane {
		width: 100%;
	}
	.members .account article {
		width: 100%;
	}
	section.product-list > div > div.prodsList > article.prod,
	.container-e-products .product-list {
		width: 100%;
	}
	div.sideNav {
		width: 100%;
	}
	nav.mainNav {
		height: auto;
	}
	nav.mainNav .smallMenu {
		width: 100%;
		height: 60px !important;
	}
	.homePage section.product-list > div > div.prodsList > article.prod {
		width: 100%;
	}
	.highlight-bloc > .ct-blocs > .struct-blocs > .ct-blocs > .bloc-content {
		width: 100%;
		padding-bottom: 30px;
		min-height: 360px;
	}
	.struct-shortcuts > .ct-blocs {
		flex-flow: wrap;
	}
	section.bloc-articles > .bloc-blog-post .blog-individual-post {
		width: 100%;
	}
	.bodySimpleHeader nav.mainNav section.shop-mini-basket.basket-dropdown {
    	bottom: 0;
    	z-index: 9;
	}
}	

@media screen and (min-width: 981px) and (max-width: 1099px) {
	.bodySimpleHeader nav.mainNav div.smallMenu {
		width: 50% !important;
		left: 25% !important;
	}
}

body > .digi-slideshow {
	z-index: 0 !important;
}