/*
Theme Name: Atelier no 16
Description: Thème custom pour Atelier no 16
Author: Meb Web
Author URI: https://mebweb.ca
Version: 1.0

*/

/***************************************************************************************************************************************************************************************/

/*HTML5 BOILERPLATE MINIFIED*/

/***************************************************************************************************************************************************************************************/

*{box-sizing:border-box;}article{display:block}aside{display:block}details{display:block}figcaption{display:block}figure{display:block;margin:0}footer{display:block}header{display:block}hgroup{display:block}nav{display:block}section{display:block}audio{display:inline;zoom:1}canvas{display:inline;zoom:1}video{display:inline;zoom:1}audio:not([controls]){display:none}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-family:sans-serif;color:#222}button{font-family:sans-serif;color:#222;font-size:100%;vertical-align:middle;line-height:normal;cursor:pointer;-webkit-appearance:button;overflow:visible;margin:0}input{font-family:sans-serif;color:#222;font-size:100%;vertical-align:middle;line-height:normal;margin:0}select{font-family:sans-serif;color:#222;font-size:100%;vertical-align:middle;margin:0}textarea{font-family:sans-serif;color:#222;font-size:100%;overflow:auto;vertical-align:top;resize:vertical;margin:0}body{font-size:1em;line-height:1.4;margin:0}::-moz-selection{background:#333;color:#fff;text-shadow:none}::selection{background:#333;color:#fff;text-shadow:none}a{color:#00e}a:hover{color:#06e;outline:0}a:active{outline:0}abbr[title]{border-bottom:1px dotted}b{font-weight:700}strong{font-weight:700}blockquote{margin:1em 40px}dfn{font-style:italic}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}ins{background:#ff9;color:#000;text-decoration:none}mark{background:#ff0;color:#000;font-style:italic;font-weight:700}pre{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em;white-space:pre-wrap;word-wrap:break-word}code{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}kbd{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}samp{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}q{quotes:none}q:before{content:none}q:after{content:none}small{font-size:85%}sub{font-size:75%;line-height:0;position:relative;vertical-align:baseline;bottom:-.25em}sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;top:-.5em}ul{margin:1em 0;padding:0 0 0 40px}ol{margin:1em 0;padding:0 0 0 40px}dd{margin:0 0 0 40px}nav ul{list-style:none;list-style-image:none;margin:0;padding:0}nav ol{list-style:none;list-style-image:none;margin:0;padding:0}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}svg:not(:root){overflow:hidden}form{margin:0}fieldset{border:0;margin:0;padding:0}label{cursor:pointer}legend{border:0;margin-left:-7px;white-space:normal;padding:0}input[type="button"]{cursor:pointer;-webkit-appearance:button;overflow:visible}input[type="reset"]{cursor:pointer;-webkit-appearance:button;overflow:visible}input[type="submit"]{cursor:pointer;-webkit-appearance:button;overflow:visible}button[disabled]{cursor:default}input[disabled]{cursor:default}input[type="checkbox"]{box-sizing:border-box;width:13px;height:13px;padding:0}input[type="radio"]{box-sizing:border-box;width:13px;height:13px;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}button::-moz-focus-inner{border:0;padding:0}input::-moz-focus-inner{border:0;padding:0}input:invalid{background-color:#f0dddd}textarea:invalid{background-color:#f0dddd}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top}.chromeframe{background:#ccc;color:#000;margin:.2em 0;padding:.2em 0}

/***************************************************************************************************************************************************************************************/

/*BODY STYLES*/

/***************************************************************************************************************************************************************************************/

html,
body{
	overflow-x:hidden;
	width:100vw;
	height:auto;
}

html {
    font-size: 100%;
}

.home body{
	background: #fafafa;
}

body {
	background:#FFFFFF;
	color: #1d1d1b;
	font-family:'Open Sans', sans-serif;
}

h1{
	font-size:6.7vw;
	line-height: 6.7vw;
	font-weight: normal;
	font-family: 'alternate_gothic_no1_dregular';
	margin-bottom: 0px;
	margin-top:115px;
}

h2{
	font-size:21px;
	text-transform:uppercase;
	letter-spacing:1px;
}

p, .row ul, .row ol{
	font-size: 21px;
	line-height:35px;
	margin:0 0 45px 0;
	letter-spacing:1px;
}

a {
	text-decoration: none;
	transition: all .5s ease;
	color:#776555;
}

a:hover {
	color:#726556;
}

.btn.white{
	font-family: inherit;
	font-size: 21px;
	color: #000000;
	background: none;
	cursor: pointer;
	padding: 20px 60px;
	display: inline-block;
	margin: 30px 0 0 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border: 3px solid #1d1d1b;
	overflow: hidden;
}

.btn.black{
	font-family: inherit !important;
	font-size: 21px !important;
	color: #FFFFFF !important;
	background: none !important;
	cursor: pointer !important;
	padding:10px 40px !important;
	display: inline-block !important;
	margin: 30px 0 0 0 !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	font-weight: 700 !important;
	outline: none !important;
	position: relative !important;
	-webkit-transition: all 0.3s !important;
	-moz-transition: all 0.3s !important;
	transition: all 0.3s !important;
	border: 3px solid #000000 !important;
	overflow: hidden !important;
	border-radius: 0 !important;
}

.btn.grey{
	font-family: inherit !important;
	font-size: 21px !important;
	color: #FFFFFF !important;
	background: none !important;
	cursor: pointer !important;
	padding:10px 40px !important;
	display: inline-block !important;
	margin: 32px 0 0 0 !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	line-height: 21px !important;
	font-weight: 700 !important;
	outline: none !important;
	position: relative !important;
	-webkit-transition: all 0.3s !important;
	-moz-transition: all 0.3s !important;
	transition: all 0.3s !important;
	border: 3px solid #666666 !important;
	overflow: hidden !important;
}

.btn.black:before{
	background:#000000;
	content:'';
	z-index: -1;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.btn.grey:before{
	background: #666666;
	content:'';
	z-index: -1;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

.btn.white:after {
	content: '' !important;
	position: absolute !important;
	z-index: -1 !important;
	-webkit-transition: all 0.3s !important;
	-moz-transition: all 0.3s !important;
	transition: all 0.3s !important;
	width: 100% !important;
	height: 0 !important;
	top: 50% !important;
	left: 50% !important;
	background: #1d1d1b;
	opacity: 0 !important;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg) !important;
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg) !important;
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg) !important;
	transform: translateX(-50%) translateY(-50%) rotate(45deg) !important;
}

.btn.black:after,
.btn.grey:after{
	content: '' !important;
	position: absolute !important;
	z-index: -1 !important;
	-webkit-transition: all 0.3s !important;
	-moz-transition: all 0.3s !important;
	transition: all 0.3s !important;
	width: 100% !important;
	height: 0 !important;
	top: 50% !important;
	left: 50% !important;
	background: #FFFFFF;
	opacity: 0 !important;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg) !important;
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg) !important;
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg) !important;
	transform: translateX(-50%) translateY(-50%) rotate(45deg) !important;
}
.btn.black:after,
.btn.grey:after{background:#ffffff !important;}
.btn.black,
.btn.grey{color: #FFFFFF !important;}
.btn.white:hover{color: #FFF !important;}
.btn.black:hover,
.btn.grey:hover{
	color: #000 !important;
	-webkit-text-stroke: 2px white;
    paint-order: stroke fill;
}
.product_type_simple.btn.black:hover:after,
.woocommerce ul.products li.product a.view:hover:after,
.product_type_variable:hover:after{
	height:340% !important;
	opacity: 1 !important;
	-webkit-text-stroke: 2px white;
    paint-order: stroke fill;
}
.btn.small:hover:after{
	height: 260% !important;
	opacity: 1 !important;
}
.btn.med:hover:after{
	height: 390% !important;
	opacity: 1 !important;
}
.btn.big:hover:after{
	height: 480% !important;
	opacity: 1 !important;
}
.btn.full{
	width:100% !important;
}
.btn.full:hover:after{
	height: 680% !important;
	opacity: 1 !important;
}
.woocommerce-breadcrumb{display: none;}

h1.woocommerce-products-header__title{
	font-size:6.7vw;
	font-weight: normal;
	font-family: 'alternate_gothic_no1_dregular';
	background-image: url("images/boutique.svg");
	background-repeat: no-repeat;
	background-position: 44% 70%;
	background-size: 30%;
	margin-bottom: 60px;
}

.container {
	clear: both;
	margin: 0 auto;
	max-width:1380px;
	/*max-width: calc(1380px - 40px);*/
	position: relative;
	padding:0 20px;
}

.home header{
	background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.71) 48%, rgba(0, 0, 0, 0.02) 100%) !important;
}

@media (max-width: 850px){
	.home header{
		background: transparent !important;
	}
}


img {
	height: auto;
	max-width: 100%;
}

img.alignright, iframe.align-right {float:right; margin:0 0 1em 1em}
img.alignleft, iframe.align-left {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

@media (max-width: 576px){
	iframe.align-left{
		float: none;
		width: 100%;
		height: auto;
		aspect-ratio: 9 / 16;
		max-height: 400px;
	}
}


.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.accessibility {
  backface-visibility: hidden;
  left: -999999999px;
  position: absolute;
}

@font-face {
    font-family: 'alternate_gothic_no1_dregular';
    src: url('fonts/alternate_gothic_no1_regular-webfont.woff2') format('woff2'),
         url('fonts/alternate_gothic_no1_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/***************************************************************************************************************************************************************************************/

/*HEADER STYLES*/

/***************************************************************************************************************************************************************************************/

/***Mobile Menu***/

body.home > header{
	background:transparent;
}


body > header{
	background: #000000;
	padding:0;
	width:100vw;
	position:fixed;
	z-index: 99999;
	transition:all 200ms linear;
}

body > header .container{
	max-width:1525px;
	padding: 10px 20px;
}
.menu-mobile-container{
	margin-top:-101px;
}
body > header .mobile-menu {
	display: none;
	background-color: black;
	width:100vw;
	height: 100vh;
	padding: 130px 20px 20px 20px;
	margin-left: -20px;
	margin-top: -0;
}
body > header .mobile-menu a{
	font-size: 3vh;
	font-weight: 300;
	padding: 10px 0;
	display: block;
	color:#FFF;
}

.mobile-menu{
	display: none;
}
.mobile-menu.active{
	display: block;

}

body > header .logo img{
	max-width:244px;
	transition:all 200ms linear;
}

body > header.scrolled {
	background-color: #000 !important;
	transition: background-color 200ms linear;
}

body > header.scrolled .logo img{
	max-width: 112px;
	transition:all 200ms linear;
	/*margin-top:20px;*/
}

body > header.scrolled nav{
	height:75px;
	transition:all 200ms linear;
}
body > header.scrolled nav ul.menu{
	margin-top:24px;
	transition:all 200ms linear;
}

#menu-top li.current_page_item a{
	color:#b99d85;
}

/***************************************************************************************************************************************************************************************/

/*NAV STYLES*/

/***************************************************************************************************************************************************************************************/

.fancy-menu {
	display: none;
	position:absolute;
	right:40px;
	top:40px;
	z-index:9999;
}

.fancy-menu span {
	background: #FFF;
	border-radius: 3px;
	display: block;
	height: 3px;
	margin-top: 5px;
	padding: 0;
	position: relative;
	transition: all 0.2s ease;
	width: 25px;
}

.fancy-menu.active span:nth-of-type(1) {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	top: 7px;
}

.fancy-menu.active span:nth-of-type(2) {
	opacity: 0;
}

.fancy-menu.active span:nth-of-type(3) {
	-webkit-transform: rotate3d(0,0,1,-45deg);
	transform: rotate3d(0,0,1,-45deg);
	top: -9px;
}

.top{
	background:#483a2e;
}
.top .container{
	max-width: 1525px;
	padding-left:20px;
	padding-right:20px;
}

#menu-top{
	list-style: none;
	margin:0;
	padding: 0;
	text-align: right;
}
#menu-top li{
	display:inline;
	padding:20px 0;
}
#menu-top li a{
	color:#FFFFFF;
	padding:0 10px;
}

header nav{
	float:right;
	height:160px;
	display:block;
	position:relative;
}

nav ul.menu{
	margin-top:50px;
}

nav ul.menu li{
	display:block;
	padding:0 25px;
	float:left;
	font-family: 'alternate_gothic_no1_dregular', Sans-serif;
}

/* nav ul.menu li a{
	color: white;
} */

nav ul.menu{
	color:#FFF;
	font-size:22px;
	text-transform:uppercase;
	letter-spacing:2px;
}
nav ul.menu li a:hover,
nav ul.menu li.current-menu-item a{
	color:#b99d85;
}

/* nav ul.menu li.capsules{
	border:1px solid #FFF;
	background:url('images/les.png') no-repeat;
	background-position:10px 7px;
	padding:10px 10px 10px 50px;
	margin-top:-10px;
	white-space: nowrap;
	width: auto;
} */

nav ul.menu li.gouterlocal{
	border:1px solid #FFF;
	padding:10px;
	margin-top:-10px;
	white-space: nowrap;
	width: auto;
}

ul#menu-top li.facebook,
ul#menu-top li.instagram,
ul#menu-top li.youtube{
	display: none;
}

nav ul.menu li.facebook,
ul#menu-top li.facebook,
ul.mobile-menu li.facebook,
nav ul.menu li.instagram,
ul#menu-top li.instagram,
ul.mobile-menu li.instagram,
nav ul.menu li.youtube,
ul#menu-top li.youtube,
ul.mobile-menu li.youtube{
	background-repeat:no-repeat;
	background-position:center;
	padding: 0 10px;
    margin: 0 10px;
	height:30px;
	position: relative;
}
nav ul.menu li.facebook a,
ul#menu-top li.facebook a,
ul.mobile-menu li.facebook a,
nav ul.menu li.instagram a,
ul#menu-top li.instagram a,
ul.mobile-menu li.instagram a,
nav ul.menu li.youtube a,
ul#menu-top li.youtube a,
ul.mobile-menu li.youtube a{
	text-indent: -99999px;
	position: absolute;
	width: 30px;
	height: 30px;
	left: 0;
}



ul.mobile-menu li.facebook a,
ul.mobile-menu li.instagram a,
ul.mobile-menu li.youtube a{
	position: static;
	margin: auto;
}

nav ul.menu li.facebook,
ul#menu-top li.facebook{
	background-image:url('images/facebook-ico.svg');
	background-size: 10px;
	margin-left:20px;
}

ul.mobile-menu li.facebook {
	background-image:url('images/facebook-ico.svg');
	background-size: 15px;
}

nav ul.menu li.instagram,
ul#menu-top li.instagram,
ul.mobile-menu li.instagram{
	background-image:url('images/instagram-ico.svg');
}
nav ul.menu li.youtube,
ul#menu-top li.youtube,
ul.mobile-menu li.youtube{
	background-image:url('images/youtube-ico.svg');
}

ul.mobile-menu li.facebook,
ul.mobile-menu li.instagram,
ul.mobile-menu li.youtube {
	margin: 20px 0;
}



/***************************************************************************************************************************************************************************************/

/*FOOTER STYLES*/

/***************************************************************************************************************************************************************************************/

footer{
	margin-top:7.8vw;
	position:relative;
	display:flex;
	flex-wrap: wrap;
}

footer .col-logo{
	width:30%;
	background:#e2ded5;
	float:left;
	position:relative;
}

footer .col-logo img{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	width:80%;
	fill:black;
}

footer .col-infos{
	width:70%;
	float:left;
	background:#000;
	padding:95px 0 50px 80px;
	color:#FFF;
}

footer .col-infos a{
	color:#FFF;
}

footer .col-left,
footer .col-right{
	width:50%;
	float:left;
}

footer .col-right p{
	font-size:14px;
	color:#776555;
}

footer .social{
	text-align:center;
	margin-top:52px;
}

footer a.ico img{
	height:25px;
}
footer a.ico{
	margin-right:25px;
	display:inline-block;
}
footer a.ico:last-child{
	margin-right:0;
}

footer a.lireplus{
	font-size:21px;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	margin-top:50px;
}

footer hr{
	margin:80px 0 65px;
	border:0;
	height:1px;
	background:#776555;
}

footer div.menu ul{
	list-style:none;
	margin:0;
	padding:0;
	display: flex;
	max-width: 100%;
}

footer div.menu ul > li{
	display:inline;
	font-family: 'alternate_gothic_no1_dregular';
	font-size:23px;
	text-transform:uppercase;
	letter-spacing:2px;
	max-width: 33.33%;
}

footer div.menu ul > li:after{
	content:'/';
	padding:0 2vw;
}

footer div.menu ul > li:last-child:after{
	content:'';
}

footer div.copyright{
	margin:77px 0 0;
	font-size:14px;
	/* letter-spacing:1px; */
	/* display: flex; */
	max-width: max-content;
}

footer img.decouvrez{
	margin-top:60px;
	width: 60%;
}



/***************************************************************************************************************************************************************************************/

/*HOME STYLES*/

/***************************************************************************************************************************************************************************************/

#slider-wrap{
	position:absolute;
	top:0;
	left:0;
	width:100vw;
	height:80vh;
	z-index:-1;
}

#slider-home .container{
	max-width:1525px;
	padding: 0 40px;
}

#slider-home{
	position:relative;
	max-width:100%;
	height:80vh;
}

#slider-home .slide{
	height:80vh;
	width:100%;
	font-family: 'alternate_gothic_no1_dregular', Sans-serif;
	background-size: cover !important;
	background-position: bottom right !important;
}

#slider-home .slide-1{
	padding:12vh 0 0 0;
}

#slider-home .slide-1 img{
	float:right;
	margin-bottom:40px;
}
#slider-home .slide-1 h2{
	font-size:5.8vw;
	line-height:4.8vw;
	letter-spacing:-1.5px;
	color:#FFF;
	margin:0 0 0 0;
	font-weight:normal;
	text-align:right;
	clear:both;
}

#slider-home .slide-1 a{
	font-size:43px;
	line-height:43px;
	color:#FFF;
	text-align:right;
	display:block;
	letter-spacing:4px;
	margin-top:40px;
}

#slider-home .slide-2{
	padding:38vh 0 0 0;
}

#slider-home .slide-2 h2{
	font-size:144px;
	letter-spacing:-1.5px;
	color:#FFF;
	margin:0 0 0 0;
	font-weight:normal;
}

#slider-home .slide-2 img{
	margin-top:-100px;
}


#capsules-home{
	margin-top:75vh;
}

@media(max-width: 768px){
	#capsules-home .grid-post{
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

@media(max-width: 667px){
	#capsules-home{
		margin-top:100vh;
	}
}

@media(max-width: 414px){
	#capsules-home .grid-post{
		display: flex !important;
		flex-direction: column;
	}
}

#blogue-home .wrapper-titre-blogue{
	margin-bottom: 60px;
}

#blogue-home .wrapper-titre-blogue h2{
	margin-top: 0;
	font-size: 2rem;
}

#blogue-home .thumbnail img{
	max-height: 710px;
	object-fit: cover;
}

#blogue-home .wrapper-titre-blogue .last{
	display: flex;
	justify-content: flex-end;
}

@media (max-width: 767px){
	#blogue-home .wrapper-titre-blogue .last a{
		width: 100%;
	}
	#blogue-home .wrapper-titre-blogue .last a button{
		width: 100%;
	}
	#blogue-home .thumbnail img{
		max-height: 410px;
		object-fit: cover;
	}
}

@media (max-width: 576px){
	#blogue-home .thumbnail img{
		max-height: 290px;
		object-fit: cover;
	}
}

.row.tagline{
	padding:15% 0 15%;
	margin-top:14.8vw;
}

.row.tagline p{
	margin:0;
	font-family: 'alternate_gothic_no1_dregular';
	color:#FFF;
	font-size:43px;
	line-height:50px;
	letter-spacing:2px;
}

@media (max-width: 667px){
	.row.tagline p br{
		display: none;
	}
}

.page-template-page-home h2{
	margin-top:115px;
}

.boites-corpo .container{
	display: flex;
	flex-wrap: wrap;
}

.boites-corpo .col5:before{
	content:'';
	background:#FFF;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
}

.boites-corpo .col5{
	position:relative;
	margin-right:0;
	width:42.5%;
	padding:100px 65px 0 70px;
}

.boites-corpo .col5 h2{
	margin-top:0;
}

#nouveautes h2{
	margin-top:0;
}

.grid-post article h2{
	margin-top: 1rem;
}


/***************************************************************************************************************************************************************************************/

/*SECTION CORPO*/

/***************************************************************************************************************************************************************************************/

#boites-corpos .container{
	max-width:90%;
	display: flex;
}

#boites-corpos .col6.last{
	background:#ebe9e3;
	padding:13vw 6vw;
	font-size:21px;
	line-height: 35px;
	color:#1d1d1b;
}

#boites-corpos .col6.last img{
	width:310px;
	position:absolute;
	top:-150px;
	right:120px;
}

#promo .col6 h2{
	text-transform: uppercase;
	font-size:131px;
	line-height: 1;
	font-weight: normal;
	margin:0;
	font-family: 'alternate_gothic_no1_dregular';
}
#promo .col6 h3{
	font-size:48px;
	line-height: 61px;
	font-family: 'alternate_gothic_no1_dregular';
	margin:0;
}
#promo .col6 p{
	margin:25px 0 0 0;
}
#corpo-img{
	padding:20% 0;
	margin-top:160px;
}
#concept h2{
	font-size:48px;
	line-height: 61px;
	font-family: 'alternate_gothic_no1_dregular';
	margin:0;
}

blockquote{
	font-style: italic;
	border-left:5px solid #000;
	padding-left:20px;
	margin-top: 7vw;
}

/***************************************************************************************************************************************************************************************/

/*L'ENTREPRISE*/

/***************************************************************************************************************************************************************************************/

#idee-murit{
	max-width: 1150px;
	padding:40px 20px 87px 20px;
	background:#fafafa;
	margin:-207px auto 0 auto;
	position:relative;
}
#idee-murit img {
	width:459px;
	margin:-30px 50px 0 0;
}

#idee-murit p{
	margin:0 0 45px 0;
}
#idee-murit p:first-of-type{
	margin-top:40px;
}
#marienoelle{
	margin-top:90px;
}
#marienoelle img:first-of-type{
	width:285px;
	margin:150px 0 150px 50px;
}
#marienoelle img{
	width:455px;
	margin:0;
}
#marienoelle.row{
	padding:85px 0 150px;
}

.page-id-154 footer{
	margin-top:0;
}

/***************************************************************************************************************************************************************************************/

/*WOOCOMMERCE*/

/***************************************************************************************************************************************************************************************/

.annonce{
	background:#e2ded5;
	padding:30px;
	margin-bottom:30px;
	text-align: center;
}
.annonce p{
	margin:0;
}


#woo{
	margin-top:300px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3{
	font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 1px;
	color:#1d1d1b;
}

.woocommerce ul.products li.product .price{
	color:#1d1d1b !important;
	font-size: 16px !important;
}

.woocommerce ul.products li.product a.view,
.product_type_variable.black{
	width:48%;
	margin-right:2% !important;
	float:left;
	font-size:16px !important;
	padding: 10px 5px !important;
	text-align: center;
	line-height: 21px !important;
}
.product_type_simple.btn.black{
	width:50%;
	float:right;
	font-size:16px !important;
	padding: 10px 10px !important;
	text-align: center;
	line-height: 21px;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images{
	width:100% !important;
	float:none !important;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary{
	float:none !important;
	width:100% !important;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price{
	color:#6d6053 !important;
	font-size: 2.25em !important;
	font-weight: bold;
	margin-bottom: 30px;
	font-family: 'alternate_gothic_no1_dregular';
}
.woocommerce div.product form.cart .variations{
	width:630px !important;
}
.woocommerce div.product form.cart .variations label{
	font-weight: normal !important;
	font-size: 21px;
	line-height: 35px;
}
.woocommerce div.product form.cart .variations .label{
	width:150px;
}
.woocommerce div.product form.cart .variations select{
	border:1px solid #c3c3c3 !important;
	font-size: 21px;
	font-family: 'Open Sans', Sans-serif;
	padding:7px;
	margin-bottom: 10px;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
#place_order{
	background-color:#000000 !important;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
#place_order:hover{
	background-color:#483a2e !important;
}

#place_order{
	border-radius: 0 !important;
	padding:10px 40px !important;
	font-size:21px !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	font-weight: 700 !important;
}

.woocommerce-info{
	border-top-color:#483a2e !important;
}
.woocommerce-info::before{
	color:#483a2e !important;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text{
	width:200px;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img{
	width:150px !important;
}

.woocommerce-cart .quantity{
	margin-top:0 !important;
}
.woocommerce-cart #woo p,
.woocommerce-checkout #woo p{
	font-size:16px;
	line-height: 24px;
}
.woocommerce-cart .cart-collaterals .cart_totals table th{
	width:24% !important;
}
.woocommerce-cart thead,
.cart-subtotal,
.order-total,
.woocommerce-table--order-details th.product-name,
.woocommerce-table--order-details th.product-total,
.woocommerce-table--order-details tfoot tr:last-child,
.woocommerce-MyAccount-navigation-link.is-active,
.woocommerce-MyAccount-orders thead tr,
mark{
	background:#cbc6bb;
}

.woocommerce-customer-details--phone,
.woocommerce-customer-details--email{
	font-size:16px;
}

.woocommerce-customer-details--phone{
	margin-top:30px !important;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
	display: none;
	margin: 0;
}
.quantity{
	margin-top: 40px !important;
	margin-right: 25px !important;
}
.quantity input.qty {
	appearance: textfield;
	-webkit-appearance: none;
	-moz-appearance: textfield;
	border:1px solid #CCC;
	padding:5px 0;
	margin:0;
}

.quantity .qty_button{
	border-radius:0;
	border:1px solid #CCC;
	padding:5px;
	width:30px;
}

.product_type_simple{display: none !important;}

.titre_overlay{
	z-index: 99;
	width:350px;
	height:99.2%;
	background-color:rgba(0,0,0,0.6);
	position: absolute;
}

.titre_overlay img{
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80% !important;
}

.description-wrap{
	display: flex;
}

.woocommerce-product-details__short-description{
	width:70%;
	float:left;
}
.image_tag{
	width:25%;
	margin-left:5%;
	float:right;
	position: relative;
}
.image_tag img{
	position: absolute;
	bottom:15%;
}
.image_tag:after{
	content:'';
	display: block;
	position: relative;
	clear: both;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea{
	border-radius: 0 !important;
	padding:5px !important;
	border: 1px solid #666666 !important;
}
.select2-container--default .select2-selection--single{
	border-radius: 0 !important;
	border: 1px solid #666666 !important;
}
.select2-container .select2-selection--single{
	height: 32px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 32px !important;
}

.woocommerce-MyAccount-navigation{
	font-size:21px;
	line-height: 32px;
}
.woocommerce-MyAccount-navigation ul{
	border-top: 1px solid #c2b1a0;
	border-left: 1px solid #c2b1a0;
	border-right: 1px solid #c2b1a0;
}
.woocommerce-MyAccount-navigation ul li{
	padding:5px 10px;
	text-align: center;
	border-bottom: 1px solid #c2b1a0;
}

/***************************************************************************************************************************************************************************************/

/*CAPSULES GOURMANDES & BLOGUE STYLES*/

/***************************************************************************************************************************************************************************************/
.wrapper-posts{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 4%;
}

.wrapper-posts .clear{
	display: none;
}


.wrapper-posts .post{
	width: 100%;
}

.wrapper-posts .post_vedette{
	grid-column: 1 / 4;
}

@media (max-width: 1024px){
	.wrapper-posts{
		grid-template-columns: repeat(2, 1fr);
	}

	.wrapper-posts .post_vedette{
		grid-column: 1 / 3;
	}
}

@media (max-width: 576px){
	.wrapper-posts{
		grid-template-columns: repeat(1, 1fr);
	}

	.wrapper-posts .post_vedette{
		grid-column: 1 / 2;
	}

	.wrapper-posts .thumbnail-wrap{
		width: 100% !important;
	}

	.wrapper-posts .thumbnail img{
		max-width: 100% !important;
		width: 100% !important;
		max-height: 100%;
	}
}

.post{
	width:29%;
	margin-right:4%;
	float:left;
	margin-top:60px;
}

.taxonomy-description{
	margin-bottom: 100px;
}

.post_vedette .description{
	float:left;
	width: 31%;
	position: relative;
}
.category-blogue .post_vedette .description .content{
	margin-top:0;
}
body:not(.category-gouter-local) .post_vedette .description .content{
	margin-top:45%;
}

.description .content{
	min-height:90px;
}

.description h2{
	font-size:19px;
}
.post_vedette{
	margin-top:60px;
}

div.thumbnail-wrap.item1{
	position: relative;
	max-width: 900px;
	width:67%;
	float:left;
	margin-right:2%;
}
div.thumbnail-wrap{
	position: relative;
	max-width: 450px;
}
div.thumbnail-wrap .thumbnail{
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 60%;
}
div.thumbnail-wrap.item1 .thumbnail img {
	max-width: 90%;
	max-height: 710px;
	object-fit: cover;
	width: 100%;
}

@media (max-width: 767px){
	div.thumbnail-wrap.item1 .thumbnail img {
		max-height: 410px;
	}
}

@media (max-width: 576px){
	div.thumbnail-wrap.item1 .thumbnail img {
		max-height: 290px;
	}
}


div.thumbnail-wrap .thumbnail img{
	max-width: 348px;
	width: 100%;
}

.single .row{
	margin:12.8vw 0 0 0;
}
.single h1{
	font-size: 5.8vw;
	line-height: 5.8vw;
	margin:0;
}
.single .videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
}
.single .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.single .col8 a{
	text-decoration: underline;
}

/***************************************************************************************************************************************************************************************/

/*DEFAULT PAGE STYLES*/

/***************************************************************************************************************************************************************************************/

.left {
	float: left;
	margin-right: 15px;
}

.right {
	float: right;
	margin-left: 15px;
}

.clear{
	clear:both;
}



/***************************************************************************************************************************************************************************************/

/*COLUMNS*/

/***************************************************************************************************************************************************************************************/

.row{
	background-repeat:no-repeat;
	background-size:cover;
	clear:both;
	padding:7.8vw 0 0 0;
}

.col1, .col2, .col3, .col4, .col5, .col6, .col7,
.col8, .col9, .col10, .col11 {
     float: left; margin: 0 3% 0 0;
}

.col1.last, .col2.last, .col3.last, .col4.last,
.col5.last, .col6.last, .col7.last, .col8.last,
.col9.last, .col10.last, .col11.last, .col12 {
     margin: 0;
}

.col1 { width: 5.5%; }
.col2 { width: 14%; }
.col3 { width: 22.5%; }
.col4 { width: 31%; }
.col5 { width: 39.5%; }
.col6 { width: 48%; }
.col7 { width: 56.5%; }
.col8 { width: 65%; }
.col9 { width: 73.5%; }
.col10 { width: 82%; }
.col11 { width: 90.5%; }
.col12 { width: 99%; margin: 0; }

.col1 img, .col2 img, .col3 img, .col4 img, .col5 img,
.col6 img, .col7 img, .col8 img, .col9 img, .col10 img,
.col11 img, .col12 img {
     width: 100%; height: auto; display: block;
}

.single-post .col1 img, .single-post .col2 img, .single-post .col3 img,
.single-post .col4 img, .single-post .col5 img, .single-post .col6 img,
.single-post .col7 img, .single-post .col8 img, .single-post .col9 img,
.single-post .col10 img, .single-post .col11 img, .single-post .col12 img{
	width: 100%;
	max-height: 710px;
	object-fit: cover;
}

@media (max-width: 1024px){
	.single-post .col1 img, .single-post .col2 img, .single-post .col3 img,
	.single-post .col4 img, .single-post .col5 img, .single-post .col6 img,
	.single-post .col7 img, .single-post .col8 img, .single-post .col9 img,
	.single-post .col10 img, .single-post .col11 img, .single-post .col12 img{
		width: 100%;
		max-height: 410px;
		object-fit: cover;
	}
}

@media (max-width: 767px){
	.single-post .col1 img, .single-post .col2 img, .single-post .col3 img,
	.single-post .col4 img, .single-post .col5 img, .single-post .col6 img,
	.single-post .col7 img, .single-post .col8 img, .single-post .col9 img,
	.single-post .col10 img, .single-post .col11 img, .single-post .col12 img{
		width: 100%;
		max-height: 290px;
		object-fit: cover;
	}
}


/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 1025*/

/***************************************************************************************************************************************************************************************/

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 850*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 1440px) {
	body > header .logo img{
		max-width: 238px;
	}
}
@media only screen and (max-width: 1234px) {
	.boites-corpo p br{
		display: none;
	}
	#boites-corpos .col6.last img {
		width: 25vw;
		position: absolute;
		top: -150px;
		right: 120px;
	}
}
@media only screen and (max-width: 1190px) {
	ul#menu-top > li.facebook,
	ul#menu-top > li.instagram,
	ul#menu-top > li.youtube {
		display: inline;
	}
	nav > ul.menu > li.instagram,
	nav > ul.menu > li.facebook,
	nav > ul.menu > li.youtube{
		display: none;
	}
	nav ul.menu li {
		padding: 0 15px;
	}
	nav ul.menu li a {
		font-size: 18px;
	}
	body > header .logo img{
		max-width: 238px
	}
	nav > ul.menu > li.capsules {
		/* margin-top: -33px; */
		/* width: 155px; */
	}
	footer .col-logo{
		display: none;
	}
	footer .col-infos{
		width: 100%;
		float: none;
	}

}

@media only screen and (max-width: 1170px) {
	.page-template-page-home h2 {
		margin-top: 20px;
	}
}
/*IPAD HORIZONTAL*/
@media only screen and (max-width: 1024px) {
	body > header.scrolled .logo img{
		margin-top: 0;
	}
	.boites-corpo .col5,
	.boites-corpo .col7{
		width: 100%;
		float: none;
	}
	.boites-corpo .col7 img{
		margin-top:60px;
	}
	#about {
		margin-top: 95vh;
	}
	.boites-corpo .col5{
		padding: 0;
	}
	.boites-corpo .col7 img{
		width: 80%;
	}
	#slider-home .slide-1 h2{
		font-size:10.8vw;
		line-height: 10.8vh;
	}
	#slider-home .slide-1 img {
		float: right;
		margin-bottom: inherit;
		width: 26vh;
		margin-top: -40px;
	}
	.row.tagline{
		position: relative;
	}
	.row.tagline:before{
		background-color: rgba(0,0,0,0.6);
		position: absolute;
		display: block;
		content: '';
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	h1.woocommerce-products-header__title {
		background-position: 63% 8px;
		background-size: 35%;
	}
	.image_tag img {
		position: absolute;
		bottom: 38%;
	}
	#boites-corpos .container{
		display: block;
	}
	#boites-corpos .col6{
		width: 100%;
		float:left;
	}
	#boites-corpos .col6 img{
		width:66%;
	}
	#boites-corpos .col6.last img {
		width: 25vw;
		position: relative;
		top: 0px;
		right: 0;
	}
	.row{
		padding:19.8vw 0 0 0;
	}
	.description .content{
		height: auto;
	}
	.single .col4,
	.single .col8{
		width:100%;
		float:none;
		margin-right:0;
		margin-bottom:60px;
	}
}

@media (max-width: 850px){
	.row{
		padding:7vw 0 0 0;
	}
}

/*IPAD VERTICAL*/
@media only screen and (max-width: 53.125em) {
	.fancy-menu{
		display: block;
	}
	ul#menu-top > li.facebook,
	ul#menu-top > li.instagram,
	ul#menu-top > li.youtube {
		display: none;
	}
	nav > ul.menu > li.instagram,
	nav > ul.menu > li.facebook,
	nav > ul.menu > li.youtube{
		display: inline;
	}

	#about .col5{display: none;}
	#about .col7{
		float:none;
		width: 100%;
	}
	.page-template-page-home h2{
		margin-top: 50px;
	}
	.container{
		padding:0 20px 0 20px;
	}
	#slider-home .slide-1 img{
		margin-left: auto;
		margin-right: calc(50% - 140px);
		float: none;
		display: block;
		width: 239px;
	}
	#slider-home .slide-1 h2 {
		font-size: 9vw;
        line-height: 8vw;
		text-align: center;
	}
	#slider-home .slide-1 a{
		text-align: center;
	}
	/*#about {
		margin-top: 85vh;
	}*/
	body > header{
		position: relative;
	}
	#slider-home .slide-2 img {
		margin-right: calc(50% - 199px);
		width: 55vw;
	}

  /***Header***/
	/*body > header .mobile-menu,
	body > header.active .mobile-menu .fa-times,
	body > header.active nav {
		display: block;
		z-index: 99999;
	}

	body > header .mobile-menu {
		background: none;
		border: none;
		border-radius: 0;
		width:30px;
		height:30px;
	}*/

	body > header nav {
    background: #fff;
    display: none;
    left: 0;
    padding: 20px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 99;
  }

	body > header ul {
    flex-wrap: wrap;
    text-align: center;
  }

	body > header li {
    display: block;
    width: 100%;
  }

	body > header li a {
    border: none;
    height: auto;
    margin: 0;
    padding: 15px 0;
  }

  /*Dropdowns*/

	body > header li.menu-item-has-children {
    position: relative;
  }

	body > header li.menu-item-has-children .open-children {
    border-left: 1px solid #ddd;
    position: absolute;
    right: 0;
    text-align: center;
    text-rendering: auto;
    top: 0;
    -webkit-font-smoothing: antialiased;
    width: 60px;
  }

	body > header li.menu-item-has-children.active > .open-children i {
    transform: rotate(-180deg);
  }

  #menu-main .sub-menu {
    background: none;
    box-shadow: none;
    display: none;
    padding: 0;
    position: static;
    width: 100%;
  }

  #menu-main li:hover .sub-menu {
    display: none;
  }

  #menu-main li.menu-item-has-children.active:hover > .sub-menu,
  #menu-main li.menu-item-has-children.active > .sub-menu {
    display: block;
  }

}
@media only screen and (max-width: 800px) {
	footer .col-left,
	footer .col-right{
		width: 100vw;
		float:none;
		text-align: center;
	}
	footer{
		width: 100vw;
		paddgin:0;
	}
	footer .col-infos{
		width:100vw;
		padding:50px 0;
		display: -webkit-box;
		display: -moz-box;
		display: box;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		box-orient: vertical;
	}
	footer .col-right {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		box-ordinal-group: 2;
	}
	footer .col-left{
		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		box-ordinal-group: 3;
	}
	footer div.menu ul{
		display: block;
	}
}

/* Section modifier par fabio pour les pages loi 25 */
/* Tablet (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
 {
/* Styles */
footer div.menu {
	width: fit-content;
}
footer div.menu ul {
	display:block;
	width: 700px;
}
footer div.copyright {
	width: 800px;
	letter-spacing: 0;
}
footer .col-infos a {
	margin-left: 10px;
}

.menu-mobile-container {
	margin-top: 0;
}
h1 {
	margin-top: 0;
}
footer div.copyright {
	font-size: 16px;

}
.frm_forms.frm_style_style-formidable.with_frm_style {
	max-width: 100% !important;

}
}

/* Mobile Responsive */
 @media only screen and (max-width: 768px) {
	footer div.menu {
		padding-left: 10px;
	}
	h1{
		margin-top: 40px;
	}
	footer div.copyright {
		margin-top: 10px;
		font-size: 12px;
		display: inline-block;
		padding: 0 20px;
		letter-spacing: 0;
	}
	.with_frm_style input.auto_width {
		width: 100% !important;
	}
	.with_frm_style textarea.auto_width {
		width: 100% !important;
	}
	p, .row ul, .row ol {
		margin: 20px 0;
		font-size: 20px;
	}
	.frm_forms.frm_style_style-formidable.with_frm_style {
		max-width: 100% !important;
	}

}


@media only screen and (max-width: 768px) {
	body > header{
		height: 130px;
	}
	body > header .logo img{
		max-width: 150px;
	}
    /* For mobile phones: */
    [class*="col"] {
        width: 100%;
    }
	#slider-home .slide-1 img{
		width: 38vw;
		margin-right: calc(50% - 140px);
	}
	#slider-home .slide-1 h2{
		margin-top: 0;
	}
	#slider-home .slide-2 {
		padding: 35vh 0 0 0;
	}
	#slider-home .slide-2 h2{
		line-height: 1;
	}
	#idee-murit{
		margin:-102px auto 0 auto;
	}
	#idee-murit img{
		width: 100%;
		margin:0 0 60px 0;
	}
	#idee-murit .container{
		padding-left:0;
		padding-right: 0;
	}
	.wp-image-157{
		display: none !important;
	}
	#marienoelle.row{
		padding:0 0 150px 0;
	}
	#marienoelle img:first-of-type {
		margin: 50px 0 50px 0px;
		float:left;
	}
	h1.woocommerce-products-header__title{
		background-image: none;
	}
	#woo{
		margin-top:0;
	}
	.page-panier #woo,
	.page-commander #woo{
		margin-top:5.8vw;
	}
	.image_tag,
	.woocommerce-product-details__short-description{
		width: 100%;
		margin-left: 0;
		float: none;
	}
	.description-wrap{
		display: block;
	}
	.image_tag img{
		position: relative;
		bottom: inherit;
		width: 50%;
		margin-bottom: 5%;
	}
	.row{
		padding:5.8vw 0 0 0;
	}
	div.thumbnail-wrap.item1,
	.post_vedette .description{
		width: 100%;
		float: none;
		margin-right: 0;
	}
}
@media only screen and (max-width: 667px) {
	#slider-home,
	#slider-home .slide{
		height: 100vh;
	}
	#slider-home .slide-1 img {
		margin:14vh auto 0;
		width: 34vw;
	}
	#about{
		margin-top:156vh;
	}
	#slider-home .slide-1 h2{
		margin-top:0;
	}
	.boites-corpo .col7 img{
		width: 100%;
	}
	#slider-home .slide-2 h2 {
		/* margin-top: -10vh; */
		font-size: 15vh;
		text-align: center;
	}
	#slider-home .slide-2 a{
		margin-top:0;
	}
	#slider-home .slide-2 img {
		margin: -3vh auto 0;
		width: 51vw;
	}
	.fancy-menu{
		top:27px;
	}
	div.thumbnail-wrap.item1,
	.post{
		width: 46%;
	}
	.post_vedette .description{
		width: 100%;
		float: none;
	}
}

@media only screen and (max-width: 414px) {
	body > header .logo img{
		max-width: 36vw;
	}
	h1{
		font-size: 19.7vw;
		line-height: 19.7vw;
	}
	.fancy-menu{
		top: 12px;
	}
	#slider-home .slide-1 {
		padding: 22vh 0 0 0;
	}
	#slider-home .slide-1 h2{
		font-size: 17vw;
        line-height: 16vw;
	}
	#slider-home .slide-1 img {
		margin: 0 auto 0;
		width: 50vw;
	}
	#slider-home .slide-2 {
		padding: 18vh 0 0 0;
		line-height: 14vh;
	}
	#slider-home .slide-2 h2 {
		margin-top: 9vh;
		font-size:14vh;
	}
	#slider-home .slide-2 img {
		margin: 0vh auto 0;
		width: 76vw;
	}
	#slider-home, #slider-home .slide {
		height: 100vh;
	}
	#about {
		margin-top: 85vh;
	}
	.row.tagline p{
		text-align: center !important;
	}
	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product{
		width: 100% !important;
		float:none !important;
	}
	.woocommerce ul.products li.product a img{
		margin-top:2% !important;
	}
	.woocommerce-page.columns-3 ul.products li.product:after,
	.woocommerce.columns-3 ul.products li.product:after{
		contain: '';
		display: block;
		position: relative;
		clear: both;
	}
	.product_type_simple.btn.black,
	.woocommerce ul.products li.product a.view,
	.btn.black, .btn.grey{
		height: inherit;
	}
	.product_type_simple.btn.black,
	.woocommerce ul.products li.product a.view,
	.btn.black, .btn.grey{
		/*height: 89px;*/
		margin-top: 0 !important;
		margin-bottom: 30px !important;
	}
	.product_type_simple.btn.black{
		margin-top:-2px !important;
	}
	.woocommerce ul.products li.product a.view,
	.product_type_variable.black{
		padding:10px 12px !important;
	}
	.titre_overlay{
		display: none;
	}
	.single h1{
		font-size: 14.8vw;
		line-height: 14.8vw;
	}
	h1.woocommerce-products-header__title{
		font-size: 20vw;
		line-height: 20vw;
	}
	.woocommerce div.product form.cart .variations select{
		min-width: 44% !important;
	}
	.woocommerce div.product form.cart .variations .label {
		width: 13%;
	}
	#idee-murit{
		padding:20px;
	}
	#marienoelle {
		margin-top: 0px;
	}
	#marienoelle img {
		width: 80vw;
	}
	#boites-corpos .col6 img,
	#boites-corpos .col6.last img {
		width: 100%;
	}
	div.thumbnail-wrap.item1,
	.post{
		width: 100%;
		float:none;
		margin-right:0;
	}
	.post_vedette .description{
		width: 100%;
		float: none;
	}
	.post_vedette .description .content{
		margin-top:0;
	}
	.post{
		margin-top:0;
	}
	.decouvrez{
		max-width: 80% !important;
	}
}

/* 2021-10-20 - Fermeture de la boutique */
p.order-again a,
.woocommerce-shop .woocommerce-info{
	display:none !important;
}

.btncookie {
	text-decoration: underline;
	cursor: pointer;
}