/*******************/
/**  MAIN STYLES ***/
/*******************/

:root {
	--rose  		: #DE314C;
	--copper 		: #B87333;
	--copper-h 	: #995f29;
	--copper-rgb: 153,95,41;
}

body {
	text-rendering: geometricPrecision;
	font-smooth: always;
					font-smoothing: antialiased;
		 -moz-font-smoothing: antialiased;
 	-webkit-font-smoothing: antialiased;
 	padding-top: 110px;
	font-family: Poppins;
}

a,
a:hover {
	color: var(--copper);
}

a:focus,
a:active {
	outline:0;
}

/**** HIDE YOAST ICON IN FRONTEND *****/

#wpadminbar #wp-admin-bar-wpseo-menu {
	display: none !important;
}

.btn:focus {
	box-shadow: none;
}

.btn.teasco,
.btn .wp-block-button__link,
.woocommerce a.button,
.woocommerce .cart .button,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
input.wpcf7-submit {
	position: relative;
	text-transform: uppercase;
	background: var(--copper);
	color: #fff;
	font-family: "Poppins";
	border: 1px solid var(--copper);
	border-radius: 0;
  transition: all 0.3s ease-in-out;
  font-size: 1.4rem;
  font-weight: normal;
  padding: .5rem 1rem;
  z-index: 0;
}

.woocommerce a.button.added::after,
.woocommerce a.button.loading::after {
	content: "";
	margin-left: 0;
}

.woocommerce a.added_to_cart {
	color: #fff;
}

.btn .wp-block-button__link {
	color: #fff !important;
}

.btn.teasco:before,
.btn .wp-block-button__link:before,
.woocommerce a.button:before,
.woocommerce .cart .button:before {
	content:"";
	display:block;
	position:absolute;
	top:3px;
	left:3px;
	right: -1px;
	bottom: -1px;
	pointer-events: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
  transition: all 0.3s ease-in-out;
}

.btn.teasco:after,
.btn .wp-block-button__link:after,
.woocommerce a.button:after,
.woocommerce .cart .button:after {
	content:"";
	display:block;
	position:absolute;
	top:3px;
	left:3px;
	right: -6px;
	bottom: -6px;
	pointer-events: none;
	border: 1px solid var(--copper);
	z-index: -1;
  transition: all 0.3s ease-in-out;
}

.btn.teasco:hover,
.btn .wp-block-button__link:hover,
.woocommerce a.button:hover,
.woocommerce .cart .button:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover {
	text-decoration: none;
	color: #fff;
	background-color: var(--copper-h);
	border-color: var(--copper-h);
}

.btn.teasco:hover:before,
.btn .wp-block-button__link:hover:before,
.btn.teasco:hover:after,
.btn .wp-block-button__link:hover:after,
.woocommerce a.button:hover:before,
.woocommerce a.button:hover:after,
.woocommerce .cart .button:hover:before,
.woocommerce .cart .button:hover:after {
	transform: translate3d(3px,3px,0);
}

.btn.teasco:hover:before,
.btn .wp-block-button__link:hover:before,
.woocommerce a.button:hover:before,
.woocommerce .cart .button:hover:before {
	right: 2px;
	bottom: 2px;
}

.btn.teasco.white,
.btn.white .wp-block-button__link {
	background: transparent;
	color: var(--copper);
	border: 1px solid transparent;
}

.btn.white .wp-block-button__link {
	color: var(--copper) !important;
}

.btn.teasco.white:before,
.btn.white .wp-block-button__link:before {
	top:-1px;
	left:-1px;
	right: -1px;
	bottom: -1px;
	border: 1px solid var(--copper);
}

.btn.teasco.white:hover:before,
.btn.white .wp-block-button__link:hover:before {
	transform: translate3d(-3px,-3px,0);
}

.btn.teasco.white.double,
.btn.white.double .wp-block-button__link {
	padding: 1rem;
	font-size: 1.4rem;
	letter-spacing: 1px;
}

.btn.teasco.white.double:before,
.btn.white.double .wp-block-button__link:before {
	top:-10px;
	left:-10px;
	right: -1px;
	bottom: -1px;
}

.btn.teasco.white.double:after,
.btn.white.double .wp-block-button__link:after {
	top:-1px;
	left:-1px;
	right: -10px;
	bottom: -10px;
}

.btn.teasco.white.double:hover:after,
.btn.white.double .wp-block-button__link:hover:after {
	transform: translate3d(-3px,-3px,0);
}

.btn.teasco.white.double:hover:before,
.btn.white.double .wp-block-button__link:hover:after {
	transform: translate3d(3px,3px,0);
}

.btn.teasco.white.double.slim,
.btn.white.double.slim .wp-block-button__link {
	padding: 1rem;
	font-size: 1.6rem;
	letter-spacing: 1px;
}

.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled] {
	color: #fff;
  padding: .5rem 1rem;
  pointer: not-allowed;
  pointer-events: none;
}

/****************/
/*** QUANTITY ***/
/****************/
.woocommerce .quantity .qty {
	height: 40px;
	border: 1px solid var(--copper);
}

#flag {
	display:block;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	height:8px;
	background:#fff;
	z-index:10000;
}


#flag:before {
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:40%;
	height:8px;
	background:#002395;
}

#flag:after {
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:40%;
	height:8px;
	background:#ED2939;
}

#siteHeader {
  background: #fff;
  height: 110px;
  position: fixed;
  top: 0;
  transition: top 0.5s ease-in-out;
  width: 100%;
  z-index: 999;
  box-shadow: 0 30px 10px -30px rgba(0,0,0,.2);
}


body.admin-bar #siteHeader {
	top: 46px;
}

#siteHeader img {
	display: block;
	width: auto;
	height: 70px;
	margin: 15px auto;
}

#siteHeader.nav-up,
body.admin-bar #siteHeader.nav-up {
  top: -110px;
}

#siteHeader .teasco-menu > a h1 {
	text-indent: -99999px;
	position: absolute;
}

#teascoMenuIcon {
	position: fixed;
	top: 10px;
	left: 10px;
}

body.admin-bar #teascoMenuIcon {
	top: 55px;
  transition: top 0.5s ease-in-out;
}

body.admin-bar #siteHeader.nav-up #teascoMenuIcon {
	top: 10px;
}

#teascoMenuIcon {
	background: #fff;
  display:flex;
  flex-direction:column;
  width:37px;
  cursor:pointer;
  text-indent: -9999px;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  padding: 0;
}

#teascoMenuIcon span {
  background: #000;
  border-radius:10px;
  height:3px;
  margin: 3px 0;
  transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

#teascoMenuIcon span:nth-of-type(1) {
  width:50%;
}

#teascoMenuIcon span:nth-of-type(2) {
  width:95%;
}

#teascoMenuIcon span:nth-of-type(3) {
  width:75%;
}

#teascoMenuIcon.open span:nth-of-type(1) {
  transform-origin:bottom;
  transform:rotatez(45deg) translate(3px,0px)
}

#teascoMenuIcon.open span:nth-of-type(2) {
  transform-origin:top;
  transform:rotatez(-45deg)
}

#teascoMenuIcon.open span:nth-of-type(3) { 
  transform-origin:bottom;
  width:50%;
  transform: translate(14px,-4px) rotatez(45deg);
}

#teascoMenuIcon + #teascoMenu {
	background: #fff;
	height: 0;
	overflow: hidden;
  transition: all 1s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

#teascoMenuIcon.open + #teascoMenu {
	height: 100vh;
}

#siteHeader .teasco-menu .menu {
	display: flex;
  list-style: none;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 50px;
  flex-direction: column;
}


#siteHeader .teasco-menu .menu li a {
	position: relative;
	display: inline-block;
	color: #000;
	padding: .5rem 0rem;
	margin: 0 .5rem;
	text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

#siteHeader .teasco-menu .menu li a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 1px;
	background: var(--copper);
	display: block;
  transition: all 0.5s ease-in-out;
}

#siteHeader .teasco-menu .menu li a:hover,
#siteHeader .teasco-menu .menu li.current-menu-item a {
	text-decoration: none;
	color: var(--copper);
}

#siteHeader .teasco-menu .menu li a:hover:before,
#siteHeader .teasco-menu .menu li.current-menu-item a:before {
	width: 50%;
	left: 25%;
}

.cart-contents {
	position: fixed;
	right: 15px;
	top: 70px;
	font-weight: 300;
	color: #000;
  transition: all 0.3s ease-in-out, top .5s ease-in-out;
}

.nav-up .cart-contents {
	top: 20px;
}

.cart-contents:hover {
	color: var(--copper);
}

.cart-contents-number {
    position: absolute;
    top: -10px;
    right: 10px;
    width: 18px;
    height: 18px;
    background: var(--copper);
    color: #fff;
    text-align: center;
    line-height: 18px;
    border-radius: 99em;
    font-size: 0.7rem;
    font-family: Arial;
    font-weight: bold;
    z-index: -1;
}

#content,
body.woocommerce #main {
	padding-top: 30px;
}

#main {
	position: relative;
}

#content.banner,
body.home #content {
	padding-top: 0;
}

#pageBanner {
	padding-top: 350px;
	height: 0;
	width: 100%;
	position: relative;
	margin-bottom: 100px;
	background-size: cover;
	background-position: center center;
}

#pageBanner.filter:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	display: block;
	background: rgba(0,0,0,.5);
}


#pageBannerInner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  font-family: "Libre Baskerville";
  color: #fff;
  font-size: 1.4rem;
  line-height: 2rem;
}

/****************/
/*** HOMEPAGE ***/
/****************/
#homeSlider {
	padding-top: 500px;
	height: 0;
	width: 100%;
	position: relative;
	margin-bottom: 100px;
}

#homeSlider .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiper-inner-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}

.swiper-inner-slide.filter:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	display: block;
	background: rgba(0,0,0,.5);
}

.swiper-inner-slide img {
	display: none;
}

.swiper-inner-slide h1 {
	position: relative;
	font-family: "Libre Baskerville";
	color: #fff;
	font-size: 2.4rem;
	margin: 0 0 0 15px;
	padding-left: 10px;
	text-transform: uppercase;
}

.swiper-inner-slide h1:before {
	content: "";
	display: block;
	position: absolute;
	left: -15px;
	width: 10px;
	top: 10px;
	bottom: 10px;
	background: #fff;
}

.swiper-inner-slide .description {
	position: relative;
	color: #fff;
	max-width: 400px;
	margin: 10px 0;
	font-size: 1.2rem;
	font-family: "Libre Baskerville";
}

.swiper-button-next, .swiper-button-prev {
	width: 50px;
	height: 50px;
	background-size: 17px 20px;
	background-color: rgba(255,255,255,.8);
  transition: all 0.2s ease-in-out;
  display: none;
}

.swiper-container-horizontal .swiper-button-next, 
.swiper-container-horizontal .swiper-button-prev {
	display: block;
}

.swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
	left: 0;
  right: auto;
}

.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
 	right: 0;
  left: auto;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
	background-color: var(--copper);
}

.swiper-button-prev:hover {
	left: -5px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next:hover {
	right: -5px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-inner-slide .cta-zone {
	margin-top: 30px;
	display: flex;
  flex-direction: column;
}

.swiper-inner-slide .cta-zone a + a {
	margin-top: 30px;
}


.swiper-slide .btn.teasco:after {
	border: 1px solid #fff;
}

.swiper-slide .btn.teasco.white {
	background-color: #fff;
	border-color: #fff;
}

.swiper-slide .btn.teasco.white:before {
	top: 3px;
	left: 3px;
	border-bottom: none;
	border-right: none;
}


.swiper-slide .btn.teasco.white:hover {
	background: #eee;
	border-color: #eee;
}

.swiper-slide .btn.teasco.white:hover:before {
	right: 2px;
	bottom: 2px;
	transform: translate3d(3px,3px,0);
}

.kiwi-social-overlap {
	position: absolute;
	bottom: 0;
	transform: translateY(100%);
	right: 0;
	z-index: 2;
	color:var(--copper);
	background: rgba(0,0,0,.8);
	padding: 5px 10px;
}

.kiwi-social-overlap strong {
	display:inline-block;
	position:relative;
	font-weight: normal;
	text-transform: uppercase;
}

.kiwi-social-overlap strong:after {
	content:"";
	display:inline-block;
	width:100px;
	height:1px;
	position:relative;
	top:50%;
	right:0;
	background:var(--copper);
	transform: translateY(-3px);
  margin-left: 10px;
  margin-right:10px;
}

.kiwi-social-overlap ul {
	display:inline;
	margin:0;
	padding:0;
	list-style:none;
}

.kiwi-social-overlap ul li {
	display:inline;
	padding:0 5px;
}

.kiwi-social-overlap ul li a {
	color:var(--copper);
	display:inline-block;
	height:30px;
	width:20px;
	text-align:center;
	border-radius:50%;
	-webkit-transition:300ms ease;
	transition:300ms ease;
	line-height:30px;
}

@media (min-width:768px) {
	.kiwi-social-overlap ul li a {
		width:30px;
	}
}
.kiwi-social-overlap ul li a:hover {
	background:var(--copper);
	color:#fff;
}

.wp-block-cover.video  {
	min-height: 550px;
}

.wp-block-cover.video video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none;
}

/***************/
/*** CONTENT ***/
/***************/
.wp-block-image img {
	height: auto;
}

.page-content {
	font-family: 'Libre Baskerville', serif;
	color: #444;
	font-size: .9rem;
	padding-bottom: 30px;
}

.page-content:after {
	clear: both;
	display: table;
	content: ""
}

.page-content > h1,
.page-description > h2 {
	display: inline-block;
	color: var(--copper);
	font-family: 'Libre Baskerville', serif;
	font-size: 3rem;
	position: relative;
	padding-bottom: 1rem;
	margin: 0 0 3rem;
}

.page-content > h1:after,
.page-description > h2:after {
	display:block;
	position:absolute;
	bottom:2px;
	left:0;
	width: 50px;
	height: 3px;
	background: var(--copper);
	display: block;
	content: "";
}

.page-content h2 {
	color: var(--copper);
}

.page-content h2.big {
	position: relative;
	margin: 5rem 0 3rem;
	padding-bottom: 2rem;
	font-size: 2rem;
	text-transform: uppercase;
}

.page-content h2.big:after {
	display:block;
	position:absolute;
	bottom:2px;
	left:50%;
	transform: translateX(-25px);
	width: 50px;
	height: 3px;
	background: var(--copper);
	display: block;
	content: "";
}

.wp-block-media-text__media img, .wp-block-media-text__media video {
	height: auto;
}

.has-text-align-center {
	text-align: center;
}

/******** PAGE CATALOGUE *********/


.woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-family: "Libre Baskerville";
	color: var(--copper);
	font-size: 1.2rem;
	height: 88px;
	overflow: hidden;
	background: rgba(255,255,255,.3);
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
	text-align: center;
}

.woocommerce ul.products li.product .price {
	color: #000;
	font-family: "Libre Baskerville";
}
/********* PAGE PRODUIT ********/

.woocommerce div.product .product_title {
	position: relative;
	color: var(--copper);
	font-family: "Libre Baskerville";
	font-size: 2rem;
}

.woocommerce .quantity .qty {
	width: 2em;
}

.woocommerce div.product:after {
	clear: both;
	content: "";
	display: block;
}

.woocommerce div.product_meta {
	display: none;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #000;
	font-family: Poppins;
}


.product .related.products:before {
	clear: both;
	display: block;
	content: ""
}

.product .related.products > h2 {
	color: var(--copper);
	font-family: "Libre Baskerville";
	display: block;
	border-bottom: 1px solid var(--copper);
}

#product-attributes .card {
	border: none;
	border-radius: 0;
	z-index: 0;
}

#product-attributes .card h2 {
	display: inline-block;
	position: relative;
	min-width: 33%;
	text-align: center;
	transition: all 300ms ease;
}

#product-attributes .card h2:before {
	content: "";
	background: var(--copper);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	opacity: .1;
	z-index: -1;
}

#product-attributes .card-header {
	background: transparent;
	padding-left: 0;
	padding-right: 0;
	border-bottom: 1px solid var(--copper);
	margin-bottom: 0;
	padding-bottom: 0;
}

#product-attributes .card .btn {
	color: var(--copper);
	text-transform: uppercase;
	transition: all 300ms ease;
	display: block;
	width: 100%;
	border-radius: 0
}

#product-attributes .card .btn:hover,
#product-attributes .card .btn:focus,
#product-attributes .card .btn:active,
#product-attributes .card .btn:not(.collapsed) { 
	text-decoration: none;
	color: #fff;
	background: var(--copper);
}


.woocommerce ul.products {
	margin: 2rem 0;
}


.product .related.products ul.products {
	margin: 2rem 0;
}

.woocommerce ul.products li.product .button {
	font-size: 1rem;
}

.woocommerce ul.products li.product.outofstock .button {
	content: "Ajouter au panier";
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .5;
}

.woocommerce ul.products li.product a.read-more {
	margin-top: 30px;
	font-size: 1rem;
	padding: .5rem 1rem .25rem 1rem;
}

.woocommerce-products-header {
	padding: 0 0 30px 0;
	font-family: "Libre Baskerville";
}

.woocommerce ul.products li.product a,
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
	text-align: center;
}


.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
	display: block;
}
/*
.woocommerce ul.products li.product a .imageListHolder {
	position: relative;
	z-index: -1;
	height: 0;
	width: 100%;
	padding-top: 150%;
}

.woocommerce ul.products li.product a .imageListHolder img {
	margin: 0 auto;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: contain;
	height: 120%;
	display: block;
}
*/
/******** CHECKOUT ********/
.woocommerce form .form-row {
	display: block;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	padding: .5rem;
	border: 1px solid var(--copper);
}

#order_review_heading {
	color: var(--copper);
	margin: 2rem 0;
}
/*******************/
/** HOME PRODUCTS **/
/*******************/
.home-product {
	position: relative;
}

.home-product .backdrop-links {
	display: flex;
	position: absolute;
	background: rgba(255,255,255,.8);
	opacity: 0;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	flex-direction: column;
  justify-content: center;
  align-items: center;
	z-index: 0;
	overflow: hidden;
	-webkit-transition:400ms ease-in-out;
	transition:400ms ease-in-out;
}

.home-product .backdrop-links:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 15px;
	opacity: .3;
	z-index: -1;
	transform: scale(0);
	transform-origin: bottom center;
	display: block;
	content: "";
	-webkit-transition:400ms ease-in-out;
	transition:400ms ease-in-out;
	background-color: var(--copper);
}

.home-product .backdrop-links:hover {
	opacity: 1;
}

.home-product .backdrop-links:hover:before {
	transform: scale(1);
}

.home-product .backdrop-links p + p {
	margin-top: 60px;
}


.home-product .backdrop-links p a.added_to_cart {
    display: block;
    color: #000;
    margin-top: 30px;
    text-align: center;
}

.home-product a.product-item {
	display: block;
	padding: 15px;
}

.home-product a.product-item {
	text-decoration: none;
}
/*
.home-product a.product-item .home-product-image {
	position: relative;
	z-index: -1;
	height: 0;
	width: 100%;
	padding-top: 150%;
}

.home-product a.product-item .home-product-image img {
	margin: 0 auto;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: contain;
	height: 130%;
	display: block;
}
*/

.home-product a.product-item .home-product-image img {
	max-width: 100%;
	height: auto;
}

.home-product a.product-item h3 {
	position: relative;
	display: block;
	font-family: "Poppins";
	border: 1px solid var(--copper);
	padding: .5rem 1rem;
	text-align: center;
	text-transform: uppercase;
	font-size: .9rem;
	color: #444;
	margin: 0 20px 20px;
	background: rgba(255, 255,255,.5);
}

.home-product a.product-item h2 {
	margin: 0 0 2rem;
	color: var(--copper);
	font-size: 1.4rem;
}

.home-product a.product-item .home-product-description {
	color: #444;
	font-size: .9rem;
	height: 66px;
	overflow: hidden;
	margin-top: 10px;
}

.home-product a.product-item span.tags {
	display: inline-block;
	margin-top: 15px;
	font-size: .9rem;
	position: relative;
	font-family: "Poppins";
	color: #222;
}

.home-product a.product-item span.tags:before {
	content: "";
	display: block;
	top: -15px;
	left: 0;
	width: 15px;
	height: 2px;
	background: #222;
}

.home-product .backdrop-links .btn.teasco.white {
	background-color: #fff;
	border-color: #fff;
}

.home-product .backdrop-links .btn.teasco.white:before {
	top: 3px;
	left: 3px;
	border-bottom: none;
	border-right: none;
}

.home-product .backdrop-links .btn.teasco.white:hover {
	background: #eee;
	border-color: #eee;
}

.home-product .backdrop-links .btn.teasco.white:hover:before {
	right: 2px;
	bottom: 2px;
	transform: translate3d(3px,3px,0);
}


/******************/
/**** VALEURS *****/
/******************/
.valeurs-container .row + .row {
	margin-top: 50px;
}

.valeurs-container .valeur-image {
	position: relative;
	height: 0;
	padding-top: 100%;
	width: 100%;
}

.valeurs-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
  transition: all 0.5s ease-in-out;
}

.valeurs-grid > div:hover img {
	transform: scale(1.05);
}

.valeurs-container .valeurs-texte {
	display: flex;
	align-items: center;
	padding: 0 50px;
	justify-content: center;
}

.valeurs-container h2 {
	position: relative;
	color: var(--copper);
	font-size: 2rem;
	font-weight: 300;
	font-family: "Poppins";
	background: #fff;
	padding: 30px;
	margin: -50px 0 0 0;
}

.valeurs-container h2:after {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	content: "";
	display: block;
	border: 1px solid var(--copper);
}


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

#home-actualites a {
	display: block;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 50px;
}

#home-actualites a:hover {
	text-decoration: none;
}

#home-actualites a .home-post-image {
	height: 0;
	width: 100%;
	padding-top: 133%;
	position: relative;
	background: #ddd;
}

#home-actualites a .home-post-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-position: center center;
	object-fit: cover;
	display: block;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}

#home-actualites a:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}


#home-actualites a .home-post-details {
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 20px;
	border: 1px solid var(--copper);
	background: rgba(255,255,255,.8);
	padding: 15px;
  transition: all 0.3s ease-in-out;
}

#home-actualites a:hover .home-post-details {
	background: #fff;
}

#home-actualites a .home-post-details datetime {
	color: #666;
	font-size: .8rem;
	font-weight: 600;
	font-family: Poppins;
	margin-bottom: 15px;
	display: inline-block;
}

#home-actualites a .home-post-details h2 {
	color: #222;
	font-size: 1.2rem;
	height: 94px;
	overflow: hidden;
	margin: 0;
}


/****************/
/** BLOCK ACTU **/
/****************/
.wp-block-latest-posts li {
	position: relative;
	padding-bottom: 30px;
}

.wp-block-latest-posts__featured-image a {
	display: block;
}

.wp-block-latest-posts__featured-image a img {
	width: 100%;
	height: auto;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}

.wp-block-latest-posts li:hover a img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.wp-block-latest-posts__featured-image + a {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 80%;
	transform: translateX(-50%);
	padding: 30px;
	background: rgba(255,255,255,.8);
	margin-top: -50px;
	font-size: 1.2rem;
	color: #222;
	border: 1px solid var(--copper);
  transition: all 0.3s ease-in-out;
}

.wp-block-latest-posts__featured-image + a:hover {
	text-decoration: none;
	background: #fff;
}

.wp-block-latest-posts li:hover a {
	background: #fff;
}

.wp-block-latest-posts__featured-image + a + time {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 80%;
	transform: translateX(-50%);
	padding: 0 30px 10px;
	font-family: "Poppins";
	font-weight: bold;
}

/*****************/
/** NEWSLETTER ***/
/*****************/
.newsletter-banner {
	background-size: cover;
	background-position: center center;
	position: relative;
	margin: 100px 0;
	padding-top: 50px;
}

.newsletter-banner-inner {
	background: #fff;
	padding: 15px;
	border: 3px solid var(--copper);
	text-align: center;
	position: relative;
	bottom: -50px;
	margin: 0;
}

.newsletter-banner-inner span.title {
	font-family: Poppins;
	color: #222;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.newsletter-banner-inner h2 {
	margin: 1rem 0 2rem;
	color: #222;
	font-size: 2rem;
}

.newsletter-banner .social-networks {
	margin-top: 2rem;
}

.newsletter-banner .social-networks ul {
	list-style: none;
	display: inline;
	margin: 0 0 2rem;
	padding: 0;
}

.newsletter-banner .social-networks ul li {
	display: inline-block;
}

.newsletter-banner .social-networks ul li + li {
	margin-left: 10px;
}

.newsletter-banner .social-networks ul li a {
	color: var(--copper);
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	text-align: center;
  transition: all 0.3s ease-in-out;
}


.newsletter-banner .social-networks ul li a:hover {
	text-decoration: none;
	color: #fff;
	background: var(--copper);
}

/****** ACTUS *********/
body.blog article {
	margin-bottom: 60px;
}

.entry-title.actu {
	color: var(--copper);
	font-family: "Libre Baskerville";
}

.entry-content {
	font-family: "Libre Baskerville";
}

.actu-image {
	height: 0;
	padding-top: 100%;
	width: 100%;
}

.actu-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-position: center center;
	object-fit: cover;
}

/***** CONTACT *******/
form.wpcf7-form  > div {
	margin-bottom: 15px;
}

input.wpcf7-form-control,
textarea.wpcf7-form-control,
select.wpcf7-form-control  {
	padding: .5rem;
	width: 100%;
	border: 1px solid var(--copper);
  transition: all 0.3s ease-in-out;
}

select.wpcf7-form-control {
	-moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  appearance:none;
	border-radius: 0;
background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  padding-right: 2rem;
}

input.wpcf7-form-control:focus,
textarea.wpcf7-form-control:focus,
select.wpcf7-form-control:focus  {
	outline: 0;
	border: 1px solid #000;
	box-shadow: none;
}

.woocommerce div.product div.images {
	width: 100%;
}

.woocommerce div.product div.summary {
	width: 100%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    pointer-events: none;
}

.woocommerce div.product div.images img {
	max-width: 100%;
	margin: 0 auto;
}

#bottomCitation {
	background: var(--copper);
	padding: 100px 0;
	color: #fff;
	overflow: hidden;
}

#bottomCitation > div {
	position: relative;
}

#bottomCitation> div:before,
#bottomCitation> div:after {
	font-family: Libre Baskerville;
	position: absolute;
	top: 0;
	left: 0;
	content: "“";
	display: block;
	color: #fff;
	opacity: .1;
	font-size: 200px;
	line-height: 1;
}

#bottomCitation> div:after {
	top: auto;
	bottom: 0;
	right: 0;
	left: auto;
	content: "“";
  transform: rotate(-180deg);
}

#bottomCitation p:last-child {
	margin-bottom: 0;
}

/************/
/** FOOTER **/
/************/
#footer {
	min-height: 400px;
	background: #222;
	padding: 50px;
	font-family: 'Libre Baskerville', serif;
}

#footer,
#footer a {
	color: #fff;
  transition: all 0.3s ease-in-out;
}

#footer .wp-block-image {
	margin: 0;
	max-width: 200px;
	height: auto;
}

#footer div#upper-footer aside:first-child {
	display: flex;
	height: 120px;
	margin-bottom:30px;
	align-items: flex-end;
}

#footer div > aside p {
	font-size: .9rem;
}

#footer div#upper-footer > div:last-child aside:last-child p {
	margin-top: 2.4rem;
}

#footer div#upper-footer > div:last-child aside:last-child a {
	color: var(--copper);
}

#footer h2 {
	font-size: 1.6rem;
  font-family: 'Poppins';
  font-variant: small-caps;
  margin: 0;
  line-height: 1;
}

#footer #block-social a {
	display: inline-block;
	font-size: 1.6rem;
	width: 25px;
	height: 25px;
	line-height: 25px;
}


#footer a:hover {
	color: var(--copper);
	text-decoration: none;
}

#footer #block-social a + a {
	margin-left: 15px;
}

#lower-footer {
	position: relative;
	padding: 50px 0 0;
	margin-top: 15px;
}



/***************/
/** MAILPOET  **/
/***************/
#mailpoet_form_1 form.mailpoet_form {
	text-align: center !important;
	padding: 30px 30px 0 !important;
}

#mailpoet_form_1 .mailpoet_form_columns {
	justify-content: center;
	margin-bottom: 50px !important;
}

p.mailpoet_form_paragraph.last {
    margin-bottom: 10px;
}

/* columns */
.mailpoet_column_with_background {
  padding: 10px;
}

/* space between columns */
.mailpoet_form_column:not(:first-child) {
  margin-left: 20px;
}

/* input wrapper (label + input) */
.mailpoet_paragraph {
  line-height:20px;
  margin-bottom: 0 !important
}


#mailpoet_form_1 .mailpoet_text {
  width: 200px;
  border: 1px solid var(--copper);
}

#mailpoet_form_1 .mailpoet_text:focus {
	border: 1px solid #000;
	box-shadow: none;
	outline: 0;
}

.parsley-errors-list {
	position: absolute;
	max-width: 200px;
}

#mailpoet_form_1 .mailpoet_submit {
	color: #fff;
	background: var(--copper);
	font-family: "Poppins" !important;
	text-transform: uppercase;
  border: 1px solid var(--copper) !important;
  transition: all 0.3s ease-in-out;
}

#mailpoet_form_1 .mailpoet_submit:hover,
#mailpoet_form_1 .mailpoet_submit:focus,
#mailpoet_form_1 .mailpoet_submit:active {
	color: var(--copper);
	background: #fff;
}

.mailpoet_form_loading {
  width: 30px;
  text-align: center;
  line-height: normal;
}

.mailpoet_form_loading > span {
  width: 5px;
  height: 5px;
  background-color: #5b5b5b;
}

h2.mailpoet-heading {
    margin: 0 0 20px 0;
}

h1.mailpoet-heading {
	margin: 0 0 10px;
}

.grecaptcha-badge {
	visibility: hidden;
}

/************** BAR ************/
body.page-template-bar #content {
	min-height: 600px;
}

#barImgBg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

#barImgBg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	-webkit-filter: brightness(.4) saturate(75%);
	filter: brightness(.4) saturate(75%);
}

#barContent.page-content > h1 {
	position: relative;
	font-size: 2.6rem;
	color: #fff;
}

#barContent.page-content > h1:before {
	position: absolute;
	top: -20px;
	left: 0px;
	right: 0px;
	bottom:-20px;
	content: "";
	display: block;
	z-index: -1;
	background: var(--copper);
	opacity: .4;
	transform: skewX(-10deg) translateX(-15px);
	border-radius: 10px;
}

#barContent.page-content > h1:after {
	width: 90%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.5)
}

#barContent.page-content {
	color: #fff;
}

#barCocktailsZones {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

#barCocktailsZones article {
	flex: 0 0 50%
}

#barCocktailsZones article a {
	padding: 30px;
	display: block;
}

#barCocktailsZones article a:hover {
	text-decoration: none;
}


#barCocktailsZones article figure {
	position: relative;
	border: 1px solid #000;
	width: 100%;
	height: 0;
	padding-top: 130%;
}

#barCocktailsZones article img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
  transition: all 0.3s ease-in-out;
}

#barCocktailsZones article figure:before {
	position: absolute;
	content: "";
	display: block;
	top: 10px;
	left: 10px;
	right: -10px;
	bottom: -10px;
	border: 1px solid #fff;
	z-index: -1;
  transition: all 0.3s ease-in-out;
}

#barCocktailsZones article figure:after {
	position: absolute;
	content: "";
	display: block;
	top: -10px;
	left: -10px;
	right: 10px;
	bottom: 10px;
	border: 1px solid var(--copper);
	z-index: 1;
  transition: all 0.3s ease-in-out;
}

#barCocktailsZones article figure:hover:before {
	transform: translate3d(5px,5px,0);
}

#barCocktailsZones article figure:hover:after {
	transform: translate3d(-5px,-5px,0);
}

#barCocktailsZones article:hover img {
	-webkit-filter: brightness(.8);
	filter: brightness(.8);
}

#barCocktailsZones article h2 {
	font-size: .9rem;
	text-align: center;
	margin: 30px 0 0 0;
	text-transform: uppercase;
	padding: 5px;
	color: #000;
	font-family: 'Poppins';
	background: #fff;
  transition: all 0.3s ease-in-out;
}

#barCocktailsZones article h2 + p {
	color: #fff;
	font-family: 'Libre Baskerville', serif;
	text-align: center;
	margin-top: 10px;
}

#barCocktailsZones .cocktail-details {
	display: none;
}

body.page-template-bar .modal-backdrop {
   background-color: white;
}

#recipeModal .modal-content {
	background: #fff;
  color: var(--copper);
  box-shadow: 0 0 40px rgba(0,0,0,0.3);
  padding: 20px 30px 30px;
}

#recipeModal .modal-content h3 {
	display: none;
}

#recipeModal .modal-header {
	border: none;
	color: var(--copper);
	font-size: 3rem;
	font-family: 'Libre Baskerville', serif;
	padding: 0;
}

#recipeModal .modal-header .modal-title {
	font-weight: bold;
	font-size: 1.5rem;
}

#recipeModal .modal-header .close {
	color: #000;
	opacity: 1;
	font-size: 3rem;
	margin: -2rem -2rem -1rem auto;
}

#recipeModal .modal-body {
	font-size: .9rem;
	padding: 30px 0 0 0;
}

#recipeModal .modal-body > div.line:after {
	content: "";
	display: table;
	clear: both;
	height: 20px;
}

#recipeModal .modal-body > div.line > span {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

#recipeModal .modal-body > div.line > span > i {
  width: 20px;
  display: inline-block;
}

#recipeModal .list-group {
	border-radius: 0;
	margin: 0;
}

#recipeModal .list-group-item {
	background: rgba(255,255,255,.1);
	font-family: "Arial";
	border: 0;
	padding: 0 0 .2rem 50px;
}

#recipeModal .list-group-item.bold {
	font-weight: bold;
}


#recipeModal .list-group-item a {
	border-bottom: 2px solid var(--copper);
  transition: all 0.3s ease-in-out;
}

#recipeModal .list-group-item a:hover {
	text-decoration: none;
	background-color: var(--copper);
	padding: 0 5px;
	color: #fff;
}

#recipeModal .modal-body span.quantite {
  width: 50px;
  float: left;
  margin-left: -50px;
}