@charset "UTF-8";

/*
Theme Name: Storefront Child
Template: storefront
*/
html {
	scroll-behavior: smooth;
	font-size: 62.5%;
}

body {
	font-size: 16px;
	font-weight: 300;
	font-family: "Work Sans";
	background-color: #FFF;
	color: #77777e;
}

#page {
	width: 100%;
	margin: auto;
}

@media screen and (max-width: 992px) {
	#page {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

main {
	padding-left: 13.8rem;
	padding-right: 13.8rem;
}

@media screen and (max-width: 992px) {
	main {
		margin-top: 6rem;
		padding-left: unset;
		padding-right: unset;
	}
}

h1 {
	color: #262626;
	font-family: "Frank Ruhl Libre", sans-serif;
	font-weight: 700;
	font-size: 3.4rem;
}

p,
label {
	font-size: 1.7rem;
	line-height: 1.5 !important;
}

.section {
	width: calc(100% + (13.8rem * 2));
	margin-left: -13.8rem;
	padding-left: 13.8rem;
	padding-right: 13.8rem;
	padding-top: 11.5rem;
	padding-bottom: 11.5rem;
}

@media screen and (max-width: 992px) {
	.section {
		width: auto;
		margin-left: unset;
		padding-top: 5rem;
		padding-bottom: 5rem;
		padding-left: 5rem;
		padding-right: 5rem;
	}
}

.section.no-padding-top-bottom {
	padding-top: 0;
	padding-bottom: 0;
}

@media screen and (max-width: 992px) {
	.section.no-padding-top-bottom {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}

.section.no-padding {
	padding-right: 0;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}

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

.mobile {
	display: none;
}

@media screen and (max-width: 992px) {
	.mobile {
		display: block;
		position: fixed;
		z-index: 4;
		top: 0;
		left: 0;
		width: 100%;
		height: 5rem;
		background-color: #FFF;
		-webkit-box-shadow: 0.4rem -1.8rem 3.5rem 1.3rem rgba(0, 0, 0, 0.84);
		box-shadow: 0.4rem -1.8rem 3.5rem 1.3rem rgba(0, 0, 0, 0.84);
	}

	.mobile.open {
		-webkit-box-shadow: unset;
		box-shadow: unset;
		z-index: 6;
	}
}

.mobile button {
	position: relative;
	margin-left: auto;
	margin-right: 2rem;
	display: block;
	padding: 0;
	height: 3rem;
	width: 3rem;
	margin-top: 1rem;
	background-color: #FFF;
}

.mobile button[aria-expanded=true] #close {
	display: none;
}

.mobile button[aria-expanded=true] #open {
	display: block;
}

.mobile button[aria-expanded=false] #close {
	display: block;
}

.mobile button[aria-expanded=false] #open {
	display: none;
}

#header {
	position: relative;
	font-family: "Nunito", sans-serif;
	display: flex;
	height: 9.6rem;
	align-items: center;
	color: unset !important;
	float: none !important;
	font-size: unset !important;
	font-weight: unset !important;
	line-height: unset !important;
	opacity: unset !important;
}

@media screen and (max-width: 992px) {
	#header #primary img#logo {
		margin-bottom: 2rem
	}

	#header {
		position: fixed;
		width: 100%;
		top: 5rem;
		left: 0;
		flex-wrap: wrap;
		padding: 5rem;
		padding-top: 0rem;
		align-items: unset;
		height: 100vh;
		z-index: 5;
		background: #FFF;
	}

	#header.close {
		display: none;
	}

	#header.open {
		display: flex;
	}
}

#header a.panier {
	position: relative;
	width: 100%;
	display: block;
	width: auto;
}

#header a.panier span.products-in-cart {
	position: absolute;
	top: -80%;
	right: -80%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #d99917;
	color: #FFF;
	width: 2rem;
	height: 2rem;
	border-radius: 1rem;
	font-size: 1rem;
}

#header ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header #primary {
	display: flex;
	width: 77%;
	padding-left: 13.8rem;
}

#header #primary img#logo {
	width: 15rem;
}

#header #secondary ul img,
#header #primary ul img {
	width: 17px !important;
}

#header #primary ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: auto;
	margin-right: 3.6rem;
}

#header #primary ul li {
	margin-left: 2.3rem;
}

@media screen and (max-width: 992px) {
	#header #primary ul li {
		margin-left: unset;
		margin-bottom: 1rem;
	}
}

@media screen and (max-width: 992px) {
	#header #primary ul li.mobile-none {
		display: none;
	}
}

@media screen and (max-width: 992px) {
	#header #primary ul {
		margin: 0;
		flex-direction: column;
	}
}

#header #primary a {
	position: relative;
	color: #77777e;
	font-size: 1.2rem;
}

#header #primary a.active,
#header #primary a:hover,
#header #primary a:focus {
	font-weight: 700;
	color: #262626;
}

@media screen and (max-width: 992px) {
	#header #primary a {
		font-size: 2rem;
	}
}

@media screen and (max-width: 992px) {
	#header #primary {
		width: 100%;
		flex-direction: column;
		padding-left: 0;
		padding-right: 0 !important;
	}

	#header #primary #logo {
		width: 100px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5rem;
	}
}

#header #secondary {
	width: 23%;
	padding-right: 13.8rem;
}

#header #secondary.mobile-only {
	display: none;
}

#header #secondary:after {
	position: absolute;
	z-index: 1;
	top: 0rem;
	right: 0;
	content: '';
	display: block;
	background-color: #617067;
	width: 23%;
	height: 100vh;
}

@media screen and (max-width: 992px) {
	#header #secondary:after {
		display: none;
	}
}

#header #secondary ul {
	position: relative;
	z-index: 2;
	justify-content: flex-end;
}

#header #secondary ul li {
	margin-left: 13.70%;
}

@media screen and (max-width: 992px) {
	#header #secondary ul li {
		margin-left: unset;
	}
}

@media screen and (max-width: 992px) {
	#header #secondary ul {
		margin-left: auto;
		margin-right: auto;
		width: calc(100% - 10rem);
		justify-content: space-between;
	}
}

@media screen and (max-width: 992px) {
	#header #secondary {
		padding-left: 0;
		background: #617067;
		width: calc(100% + 10rem);
		position: absolute;
		left: -5rem;
		bottom: 5rem;
		padding: 5rem;
		padding-top: 2rem;
		padding-bottom: 14rem;
	}

	#header #secondary img {
		width: 2rem;
	}

	#header #secondary.mobile-only {
		display: block;
	}
}

#header.style2 #primary {
	width: 100%;
	padding-right: 13.8rem;
}

#header.style2 #primary ul {
	margin-right: 0;
}

#header.style2 #loupe:before {
	content: '';
	position: relative;
	background-color: #707070;
	width: 0.1rem;
	height: 2.4rem;
}

#carrousel {
	position: relative;
	z-index: 2;
}

#carrousel button {
	position: absolute;
	height: 5rem;
	width: 5rem;
	border-radius: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	padding: 0;
}

#carrousel button#previous {
	left: calc(42% - 2.5rem);
	;
	top: 50%;
}

#carrousel button#next {
	left: auto;
	right: calc(0% - 2.5rem);
	top: 50%;
}

#carrousel button#next svg,
#carrousel button#previous svg {
	height: 1rem;
	fill: #fff;
	width: 1rem;
}

#carrousel #anchor {
	position: absolute;
	left: 13.8rem;
	bottom: 5.8rem;
	color: #262626;
	font-size: 1.4rem;
	font-family: "Helvetica Neue", arial;
}

#carrousel #anchor:hover span,
#carrousel #anchor:focus span {
	text-decoration: underline;
}

@media screen and (max-width: 992px) {
	#carrousel #anchor {
		display: none;
	}
}

.carrousel-latorref {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 128rem;
	margin: auto;
	height: calc(100vh - 96px);
}

@media screen and (max-width: 992px) {
	.carrousel-latorref {
		height: auto;
	}

	#carrousel button#previous {
		left: -2.5rem;
		top: 15rem;
	}

	#carrousel button#next {
		right: -2.5rem;
		top: 15rem;
	}
}

.carrousel-latorref h1 {
	position: relative;
	color: #d99917;
	font-family: "Helvetica Neue", arial;
	font-size: 1.5rem;
	font-weight: 700;
}

.carrousel-latorref h1:before {
	content: '';
	width: 12rem;
	height: 0.1rem;
	position: absolute;
	left: -13.8rem;
	top: 50%;
	transform: translateY(-50%);
	background-color: #d99917;
}

@media screen and (max-width: 992px) {
	.carrousel-latorref h1:before {
		left: 50%;
		top: auto;
		bottom: -1rem;
		transform: translateX(-50%);
	}
}

@media screen and (max-width: 992px) {
	.carrousel-latorref h1 {
		text-align: center;
		margin-bottom: 2rem;
	}
}

.carrousel-latorref h2 {
	color: #262626;
	font-family: "Frank Ruhl Libre", sans-serif;
	font-weight: 700;
	font-size: 3.5rem;
	width: 80%;
	min-height: 18.5rem;
	line-height: 1.5;
}

@media screen and (max-width: 992px) {
	.carrousel-latorref h2 {
		width: 100%;
		text-align: center;
		min-height: unset;
		font-size: 3.5rem;
		line-height: 1.1;
	}
}

.carrousel-latorref a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	font-family: "Helvetica Neue", arial;
	width: 17rem;
	height: 4rem;
	color: #d99917;
	border: solid 0.2rem #d99917;
	text-decoration: none;
}

@media screen and (max-width: 992px) {
	.carrousel-latorref a {
		margin: auto;
	}
}

.carrousel-latorref ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

.carrousel-latorref ul li {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.carrousel-latorref ul li:not(.active) {
	display: none;
}

.carrousel-latorref .left {
	position: relative;
	width: 42%;
}

.carrousel-latorref .left .center-y {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 992px) {
	.carrousel-latorref .left .center-y {
		position: relative;
		top: unset;
		transform: unset;
		width: 100%;
	}
}

.carrousel-latorref .left ul.puces {
	display: flex;
	bottom: 0;
	left: 0;
	position: absolute;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 1rem;
}

.carrousel-latorref .left ul.puces li {
	display: block;
	position: relative;
	width: 0.9rem;
	margin-right: 0.9rem;
}

.carrousel-latorref .left ul.puces li button {
	position: absolute;
	padding: 0;
	height: 0.9rem;
	width: 0.9rem;
	border-radius: 0.45rem;
	border: solid 0.1rem #d99917;
	background-color: #fff;
}

.carrousel-latorref .left ul.puces li button.active {
	background-color: #d99917;
}

.carrousel-latorref .left ul.puces button {
	width: 0.9rem;
	height: 0.9rem;
	background-color: #d99917;
}

@media screen and (max-width: 992px) {
	.carrousel-latorref .left ul.puces {
		position: relative;
		margin-top: 2rem;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 992px) {
	.carrousel-latorref .left {
		margin-top: 2rem;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
		/** height: 30rem; **/
		order: 2;
	}
}

.carrousel-latorref .right {
	position: relative;
	width: 58%;
}

.carrousel-latorref .right .index {
	width: 6rem;
	height: 6rem;
	background-color: #617067;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 10%;
	left: 0;
	transform: translateX(-50%);
	font-family: "Frank Ruhl Libre", sans-serif;
	font-size: 2.4rem;
}

@media screen and (max-width: 992px) {
	.carrousel-latorref .right {
		width: 100%;
		order: 1;
	}
}

.carrousel-latorref img {
	width: 100%;
	height: 43rem;
	object-fit: cover;
}

@media screen and (max-width: 992px) {
	.carrousel-latorref img {
		height: 30rem;
	}
}

#familly {
	background-color: #fafafa;
	width: calc(100% + (138px * 2));
	margin-left: -13.8rem;
	padding-left: 13.8rem;
	padding-right: 13.8rem;
}

@media screen and (max-width: 992px) {
	#familly {
		padding-left: 5rem;
		padding-right: 5rem;
		margin-left: unset;
		width: 100%;
	}
}

#familly h1 {
	text-align: center;
	margin-bottom: 5.8rem;
}

#familly #new-things {
	display: flex;
	justify-content: space-between;
	max-width: 128rem;
	margin: auto;
	padding: 0;
	list-style: none;
}

@media screen and (max-width: 992px) {
	#familly #new-things {
		flex-wrap: wrap;
		justify-content: space-between;
		overflow-x: unset;
	}
}

#familly #new-things li {
	width: calc(90% / 3);
}

@media screen and (max-width: 992px) {
	#familly #new-things li {
		margin-right: unset;
		width: 47.5%;
	}
}

@media screen and (max-width: 768px) {
	#familly #new-things li {
		margin-right: unset;
		width: 100%;
	}
}

#familly #new-things li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

#familly #new-things li a img {
	margin-bottom: 2rem;
}

#familly #new-things li a:hover:before {
	content: 'Voir le produit';
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 36.5rem;
	top: 0;
	left: 0;
	background-color: #808080d1;
	color: #FFF;
	font-family: "Frank Ruhl Libre", sans-serif;
	font-size: 2.4rem;
}

@media screen and (max-width: 992px) {
	#familly #new-things li a:hover:before {
		height: 35rem;
		width: 100%;
	}
}

#familly #new-things li img {
	width: 100%;
	height: 36.5rem;
	max-width: none;
	object-fit: cover;
}

@media screen and (max-width: 992px) {
	#familly #new-things li img {
		width: 100%;
		height: 35rem;
	}
}

#familly #new-things li .name {
	display: block;
	width: 100%;
	text-align: center;
	color: #262626;
	font-family: "Frank Ruhl Libre", sans-serif;
	font-size: 2.4rem;
}

#familly #new-things li .price {
	display: block;
	text-align: center;
	margin-top: 0.2rem;
	color: #262626;
	font-family: "Helvetica Neue", arial;
	font-size: 1.4rem;
}

#know-us-better {
	display: flex;
	flex-wrap: wrap;
	background: #FFF;
}

#know-us-better .center {
	display: flex;
	align-items: center;
}

#know-us-better .center div {
	width: 80%;
	margin: auto;
}

#know-us-better p {
	margin: auto;
	margin-top: 2.52rem;
	text-align: center;
	font-weight: 300;
}

@media screen and (max-width: 992px) {
	#know-us-better p {
		width: 100%;
	}
}

#know-us-better .right,
#know-us-better .left {
	width: 50%;
}

@media screen and (max-width: 992px) {

	#know-us-better .right,
	#know-us-better .left {
		width: 100%;
	}
}

#know-us-better .left {
	padding-bottom: 13.8rem;
	padding-top: 13.8rem;
}

@media screen and (max-width: 992px) {
	#know-us-better .left {
		order: 2;
		padding-bottom: 5rem;
		padding-top: 5rem;
	}
}

@media screen and (max-width: 992px) {
	#know-us-better .right {
		order: 1;
	}

	#know-us-better .right img {
		height: 40rem;
		object-fit: cover;
	}
}

#know-us-better h1 {
	margin: auto;
	text-align: center;
}

#know-us-better h1 svg {
	display: block;
	margin: auto;
	margin-top: 1.5rem;
}

@media screen and (max-width: 992px) {
	#know-us-better h1 {
		margin-top: 2rem;
	}
}

#know-us-better img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 992px) {
	#know-us-better {
		padding-bottom: 5rem;
	}
}

#discover {
	background-color: #fafafa;
}

#discover h1 {
	margin-bottom: 5.8rem;
}

#discover ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 83.4rem;
	margin: auto;
}

@media screen and (max-width: 992px) {
	#discover ul {
		width: 100%;
	}
}

#discover ul li {
	background: #FFFFFF;
}

@media screen and (max-width: 992px) {
	#discover ul li {
		width: 47.5%;
		margin-bottom: 5%;
	}
}

@media screen and (max-width: 576px) {
	#discover ul li {
		width: 100%;
		margin-bottom: 5%;
	}
}

#discover ul li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 18.1rem;
	height: 9.7rem;
	color: #262626;
	font-family: "Work Sans", sans-serif;
	font-size: 1.7rem;
}

@media screen and (max-width: 992px) {
	#discover ul li a {
		width: 100%;
		height: 15rem;
	}
}

#discover ul li a svg {
	display: block;
	width: 100%;
	margin: auto;
	margin-bottom: 0;
}

#discover ul li a:hover,
#discover ul li a:focus {
	text-decoration: underline;
}

#meet {
	background-color: #fff;
}

#meet h1 {
	margin-bottom: 5.8rem;
}

#meet ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 83.4rem;
	width: 100%;
	margin: auto;
}

#meet ul li a {
	position: relative;
}

#meet ul li ul {
	width: 38.2rem;
}

#meet .horaire p {
	text-align: center;
}

#meet ul li ul li {
	width: 100%;
	text-align: center;
}

#meet ul li a img {
	width: 38.2rem;
	height: 23.5rem;
	object-fit: cover;
}

@media screen and (max-width: 992px) {
	#meet ul li ul {
		width: 100%;
	}

	#meet ul li a img {
		width: 100%;
		height: auto;
	}
}

#meet ul li a span {
	display: block;
	margin-top: 1.7rem;
	width: 100%;
	text-align: center;
	color: #262626;
	font-family: "Frank Ruhl Libre", sans-serif;
	font-size: 2.4rem;
	font-weight: 700;
}

#meet ul li a:hover:after,
#meet ul li a:focus:after {
	content: 'Où trouver la boutique ?';
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 38.2rem;
	height: 23.5rem;
	background-color: #808080bd;
	color: #FFF;
	font-family: "Helvetica Neue", arial;
}

@media screen and (max-width: 992px) {

	#meet ul li a:hover:after,
	#meet ul li a:focus:after {
		display: none;
		content: '';
	}
}

#meet ul li a:hover span,
#meet ul li a:focus span {
	text-decoration: underline;
}

@media screen and (max-width: 992px) {
	#meet ul li {
		width: 47.5%;
	}
}

@media screen and (max-width: 576px) {
	#meet ul li {
		width: 100%;
		margin-bottom: 5%;
	}
}

#contact-us {
	background-color: #fafafa;
	box-sizing: border-box;
}

#contact-us form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 66.4rem;
	margin: auto;
}

@media screen and (max-width: 992px) {
	#contact-us form {
		width: 100%;
	}
}

#contact-us form p {
	font-size: 1.5rem;
	font-family: "Work Sans", sans-serif;
	font-weight: 30rem;
	display: inline-block;
	width: 32.4rem;
}

@media screen and (max-width: 992px) {
	#contact-us form p {
		width: 47.5%;
	}
}

@media screen and (max-width: 576px) {
	#contact-us form p {
		width: 100%;
	}
}

#contact-us form p:nth-of-type(5),
#contact-us form p:nth-of-type(6) {
	width: 100%;
}

#contact-us form p:last-of-type {
	display: flex;
	justify-content: center;
	margin: auto;
	margin-top: 4.3rem;
}

#contact-us form p label,
#contact-us form p input {
	display: block;
	width: 100%;
}

#contact-us form p input[type=text],
#contact-us form p input[type=email] {
	height: 4rem;
}

#contact-us form p input,
#contact-us form p textarea {
	background-color: #f2f2f2;
	border: none;
	box-shadow: none;
	color: #262626;
}

#contact-us form p textarea {
	height: 13.2rem;
}

#contact-us form p input[type=submit] {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #d99917;
	color: #FFF;
	width: 18.1rem;
	height: 4rem;
	font-size: 1.5rem;
	padding-top: 0;
	padding-bottom: 0;
}

#contact-us form .wpcf7-response-output {
	width: 100%;
	text-align: center;
	margin: 0;
	margin-top: 4.3rem;
	padding: 0;
	border: none;
}

#offer {
	background: #FFF;
}

#offer h1 {
	margin-bottom: 6.2rem;
}

#offer ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 768px) {
	#offer ul {
		display: block;
	}
}

#offer ul li {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 33.7rem;
	height: 17.7rem;
}

@media screen and (max-width: 768px) {
	#offer ul li {
		width: 50%;
		margin: auto;
	}
}

@media screen and (max-width: 576px) {
	#offer ul li {
		width: 100%;
		margin: auto;
	}
}

#offer ul li:first-child {
	border-right: solid 0.2rem #efefef;
}

@media screen and (max-width: 768px) {
	#offer ul li:first-child {
		border: none;
	}
}

#offer ul li:last-child {
	border-left: solid 0.2rem #efefef;
}

@media screen and (max-width: 768px) {
	#offer ul li:last-child {
		border: none;
	}
}

#offer ul li span {
	display: block;
	width: 100%;
	text-align: center;
	color: #262626;
	font-family: "Frank Ruhl Libre", sans-serif;
	font-size: 2.4rem;
	font-weight: 700;
	margin-top: 2.7rem;
}

#follow-us {
	background-color: #fafafa;
}

#follow-us ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
}

#follow-us ul#social-networks {
	margin: auto;
	margin-bottom: 4.6rem;
	justify-content: center;
}

#follow-us ul#social-networks a {
	display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: content-box;
	width: 12.9rem;
	height: 4rem;
	border: 0.2rem solid #d99917;
	color: #d99917;
	font-family: "Helvetica Neue", arial;
}

#follow-us ul#social-networks a:hover,
#follow-us ul#social-networks a:focus {
	text-decoration: underline;
}

#follow-us ul#social-networks a svg {
	margin-left: 1rem;
	width: auto;
}

#follow-us ul#social-networks a#insta {
	margin-left: 0.75rem;
}

#follow-us ul#social-networks a#facebook {
	margin-right: 0.75rem;
}

#follow-us ul#gallery {
	display: flex;
	max-width: 83.4rem;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: auto;
}

#follow-us ul#gallery li {
	width: 21.25%;
}

@media screen and (max-width: 992px) {
	#follow-us ul#gallery li {
		width: 47.5%;
		margin-bottom: 5%;
	}

	#follow-us ul#gallery li img {
		width: 100%;
		object-fit: cover;
	}
}

@media screen and (max-width: 992px) {
	#follow-us ul#gallery {
		width: 100%;
	}
}

#about-us {
	display: flex;
	flex-wrap: wrap;
	padding-top: 11.5rem;
	padding-bottom: 11.5rem;
}

@media screen and (max-width: 992px) {
	#about-us {
		height: auto;
	}
}

@media screen and (max-width: 992px) {

	#about-us .left,
	#about-us .right {
		transform: unset;
	}
}

#about-us .left {
	width: 52%;
	padding-right: 2rem;
	padding-top: 2rem;
}

#about-us .left h1 {
	position: relative;
	color: #d99917;
	font-family: "Helvetica Neue", arial;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 0.9rem;
}

#about-us .left h1:before {
	content: '';
	width: 12rem;
	height: 0.1rem;
	position: absolute;
	left: -13.8rem;
	top: 50%;
	transform: translateY(-50%);
	background-color: #d99917;
}

@media screen and (max-width: 992px) {
	#about-us .left h1:before {
		left: 50%;
		top: auto;
		bottom: -1rem;
		transform: translateX(-50%);
	}
}

@media screen and (max-width: 992px) {
	#about-us .left h1 {
		width: 100%;
		text-align: center;
		margin-bottom: 2.9rem;
	}
}

#about-us .left h2 {
	width: 21.6rem;
	color: #262626;
	font-family: "Frank Ruhl Libre", sans-serif;
	font-weight: 700;
	font-size: 3.5rem;
}

@media screen and (max-width: 992px) {
	#about-us .left h2 {
		width: 100%;
		text-align: center;
	}
}

#about-us .left p {
	font-size: 1.7rem;
	font-family: "Work Sans", sans-serif;
	font-weight: 300;
}

@media screen and (max-width: 992px) {
	#about-us .left p {
		text-align: center;
	}
}

@media screen and (max-width: 992px) {
	#about-us .left {
		width: 100%;
		order: 2;
		padding-right: 0;
	}
}

@media screen and (max-width: 1440px) {
	#about-us .left {
		width: 100%;
		padding-bottom: 11.5rem;
		order: 2;
	}
}

#about-us .right {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;
	width: 48%;
}

#about-us .right img {
	display: block;
	width: 100%;
	height: 70%;
	object-fit: cover;
}

@media screen and (max-width: 1440px) {
	#about-us .right img {
		height: 40rem;
	}
}

@media screen and (max-width: 1440px) {
	#about-us .right {
		width: 100%;
		order: 1;
	}
}

@media screen and (max-width: 992px) {
	#about-us .right {
		height: 35rem;
		width: 100%;
		order: 1;
		margin-bottom: 2rem;
	}
}

#our-engagements {
	background-color: #fafafa;
}

#our-engagements h1 {
	margin-bottom: 6.2rem;
}

#our-engagements ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#our-engagements ul li {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 33.7rem;
	height: 17.7rem;
}

#our-engagements ul li:first-child {
	border-right: solid 0.2rem #efefef;
}

#our-engagements ul li:last-child {
	border-left: solid 0.2rem #efefef;
}

#our-engagements ul li span {
	display: block;
	width: 100%;
	text-align: center;
	color: #262626;
	font-family: "Frank Ruhl Libre", sans-serif;
	font-size: 2.4rem;
	font-weight: 700;
	margin-top: 2.7rem;
}

@media screen and (max-width: 768px) {
	#our-engagements ul li {
		width: 100%;
	}

	#our-engagements ul li:first-child {
		border-right: none;
	}

	#our-engagements ul li:last-child {
		border-left: none;
	}
}

@media screen and (max-width: 768px) {
	#our-engagements ul {
		justify-content: space-between;
	}
}

#our-job {
	display: flex;
	flex-wrap: wrap;
	background: #FFF;
}

@media screen and (max-width: 992px) {
	#our-job {
		padding-left: 0;
		padding-right: 0;
	}
}

#our-job .right,
#our-job .left {
	width: 50%;
}

#our-job .left {
	width: 50%;
}

#our-job .left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 992px) {
	#our-job .left {
		width: 100%;
		height: 40rem;
	}
}

#our-job .right {
	width: 50%;
	margin: auto;
	padding-top: 13.8rem;
	padding-bottom: 13.8rem;
}

@media screen and (max-width: 992px) {
	#our-job .right {
		width: 100%;
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}

#our-job .right p {
	width: 80%;
	margin: auto;
	margin-top: 2.52rem;
	text-align: center;
	font-weight: 300;
}

#our-job h1 {
	text-align: center;
}

@media screen and (max-width: 992px) {
	#our-job h1 {
		text-align: center;
		margin-top: 2rem;
	}
}

#our-job img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 992px) {
	#our-job p {
		text-align: center;
	}

}


#where {
	background-color: #fafafa;
}

#where h1 {
	text-align: center;
	margin-bottom: 6.4rem;
}

#where ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	max-width: 100.4rem;
	width: 100%;
	margin: auto;
}

#where ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc((100% / 5) - 2.5vw);
	background-color: #ffffff;
	margin-right: 2.5vw;
	margin-bottom: 2.5vw;
	height: 20rem;
}

#where ul li:nth-of-type(5n) {
	margin-right: 0;
}

@media screen and (max-width: 992px) {
	#where ul li {
		width: 28%;
		margin-bottom: 5%;
	}

	#where ul li img {
		height: 10rem !important;
	}
}

@media screen and (max-width: 768px) {
	#where ul li {
		width: 45%;
	}
}

#where ul li img {
	object-fit: contain;
	height: 90%;
	width: 90%;
}

@media screen and (max-width: 1440px) {
	#where ul li {
		width: calc((100% / 4) - 2.5vw);
	}

	#where ul li:nth-of-type(5n) {
		margin-right: 2.5vw;
	}

	#where ul li:nth-of-type(4n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 768px) {
	#where ul li {
		width: calc((100% / 2) - 2.5vw);
	}

	#where ul li:nth-of-type(5n) {
		margin-right: 2.5vw;
	}

	#where ul li:nth-of-type(4n) {
		margin-right: 2.5vw;
	}

	#where ul li:nth-of-type(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 768px) {
	#where ul li {
		width: 100%;
		margin-right: unset;
	}
}

@media screen and (max-width: 992px) {
	#where ul {
		width: 100%;
		flex-wrap: wrap;
	}
}

#talk-about-us h1 {
	text-align: center;
	margin-bottom: 6.4rem;
}

#talk-about-us ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100.4rem;
	margin: auto;
}

#talk-about-us ul li {
	margin-bottom: 3.9rem;
}

#talk-about-us ul li .who {
	display: block;
	width: 100%;
	margin-top: 2rem;
	text-align: center;
	font-family: "Frank Ruhl Libre", sans-serif;
	font-size: 2.4rem;
	font-weight: 700;
	color: #262626;
}

#talk-about-us ul li .date {
	display: block;
	width: 100%;
	text-align: center;
	font-family: "Helvetica Neue", arial;
	font-size: 1.4rem;
	font-weight: 500;
	color: #262626;
}

@media screen and (max-width: 992px) {
	#talk-about-us ul li {
		width: 45%;
		margin-bottom: 10%;
	}
}

@media screen and (max-width: 768px) {
	#talk-about-us ul li {
		width: 100%;
	}

	#talk-about-us ul li a {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: center;
	}
}

@media screen and (max-width: 992px) {
	#talk-about-us ul {
		width: 100%;
	}
}

#footer {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 6rem;
	padding-bottom: 6rem;
	padding-left: 13.8rem;
	padding-right: 13.8rem;
	background: #617067;
	color: #f7f7f7;
}

@media screen and (max-width: 992px) {
	#footer {
		padding-top: 5rem;
		padding-bottom: 5rem;
		padding-left: 6rem;
		padding-right: 6rem;
	}
}

#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer a {
	color: #f7f7f7;
	font-family: arial;
	font-size: 1.2rem;
}

#footer a:hover,
#footer a:focus {
	text-decoration: underline;
}

#footer p,
#footer li {
	color: #f7f7f7;
	margin: 0;
	font-family: arial;
	font-size: 1.2rem;
}

#footer p.heading {
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 1.1rem;
}

#footer .first {
	width: 12.4rem;
}

#footer .first .row {
	display: block;
	width: 100%;
	height: 0.1rem;
	background-color: #ffffff;
	margin-bottom: 1.8rem;
}

#footer .first #pro {
	font-size: 1rem;
}

#footer .first #login {
	text-decoration: underline;
}

@media screen and (max-width: 992px) {
	#footer .first {
		width: 100%;
		margin-bottom: 2rem;
	}

	#footer .first p,
	#footer .first a {
		display: block;
		width: 100%;
		text-align: center;
	}
}

#footer .second {
	width: 9.7rem;
}

@media screen and (max-width: 992px) {
	#footer .second {
		width: 100%;
		margin-bottom: 2rem;
	}

	#footer .second li,
	#footer .second p {
		text-align: center;
	}
}

#footer .third {
	width: 8.1rem;
}

@media screen and (max-width: 992px) {
	#footer .third {
		width: 100%;
		margin-bottom: 2rem;
	}

	#footer .third li,
	#footer .third p {
		text-align: center;
	}
}

#footer .fourth,
#footer .fifth {
	width: 17.3rem;
}

@media screen and (max-width: 992px) {

	#footer .fourth,
	#footer .fifth {
		width: 100%;
		margin-bottom: 2rem;
	}

	#footer .fourth li,
	#footer .fourth p,
	#footer .fifth li,
	#footer .fifth p {
		text-align: center;
	}
}

.archive-product {
	background-color: #fafafa;
	padding-top: 7rem;
	padding-bottom: 7rem;
}

.archive-product .woocommerce-products-header {
	padding-top: 0rem !important;
	padding-bottom: 5rem !important;
}

.archive-product h1 {
	width: 100%;
	text-align: center;
}

.archive-product .products {
	display: flex;
	flex-wrap: wrap;
}

.archive-product .products .product {
	width: calc(100% / 5);
	margin: 0;
	margin-bottom: 2rem;
}

.archive-product .products .product h2.woocommerce-loop-product__title {
	color: #262626;
	font-family: "Frank Ruhl Libre", sans-serif;
	font-size: 2.4rem;
	font-weight: 700;
}

.archive-product .products .product a {
	position: relative;
}

.archive-product .products .product a:hover:before,
.archive-product .products .product a:focus:before {
	content: 'Voir le produit en détail';
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90%;
	margin: auto;
	height: 26.8rem;
	background-color: #808080d1;
	color: #FFF;
	font-size: 2.4rem;
	font-family: "Frank Ruhl Libre", sans-serif;
	top: 0;
	left: 5%;
}

@media screen and (max-width: 992px) {

	.archive-product .products .product a:hover:before,
	.archive-product .products .product a:focus:before {
		display: none;
	}
}

.archive-product .products .product img {
	height: 26.8rem;
	width: 90%;
	object-fit: contain;
}

@media screen and (max-width: 1440px) {
	.archive-product .products .product {
		width: calc(100% / 4);
	}
}

@media screen and (max-width: 992px) {
	.archive-product .products .product {
		width: calc(100% / 3);
	}
}

@media screen and (max-width: 768px) {
	.archive-product .products .product {
		width: 50%;
	}
}

@media screen and (max-width: 576px) {
	.archive-product .products .product {
		width: 100%;
	}
}

.archive-product .products:before {
	content: '';
	display: none;
}

.archive-product .orderby {
	appearance: none;
	-webkit-appearance: none;
	height: 2.9rem;
	border-radius: 1.45rem;
	border: 0.1rem solid #262626;
	text-align: center;
	padding-left: 1rem;
	padding-right: 1rem;
	margin-bottom: 2.3rem;
	font-family: "Frank Ruhl Libre", sans-serif;
	background-color: transparent;
}

.archive-product .storefront-sorting {
	margin-bottom: 0;
}

@media screen and (max-width: 992px) {
	.archive-product .orderby {
		margin-left: auto !important;
		margin-right: auto !important;
		display: block;
	}
}

.archive-product .woocommerce-result-count {
	display: none;
}

.archive-product .term-description {
	display: none;
}

@media screen and (max-width: 992px) {
	.archive-product {
		padding-left: 5rem;
		padding-right: 5rem;
	}
}

@media screen and (max-width: 992px) {
	.latorref-product {
		padding-left: 5rem !important;
		padding-right: 5rem !important;
	}
}

.latorref-product .onsale {
	color: #d99917;
	border-color: #d99917;
}

.latorref-product .price {
	font-family: "Work Sans" !important;
	font-size: 2.1rem !important;
	color: #262626 !important;
}

.latorref-product .variations {
	margin-bottom: 2rem !important;
}

.latorref-product .variations tr {
	display: flex;
	border-top: solid 0.1rem #77777e;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.latorref-product .variations tr td {
	display: flex !important;
	align-items: center;
}

.latorref-product .variations tr td.label {
	width: 40%;
}

.latorref-product .variations tr td.value {
	width: 60%;
	margin-bottom: 0 !important;
}

.latorref-product .variations tr td.value a.reset_variations {
	display: none !important;
}

.latorref-product .variations tr td.value select {
	max-width: 100%;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-family: 'Work Sans';
	border: none;
	font-size: 1.4rem;
}

.latorref-product .variations tr:last-of-type {
	border-bottom: solid 0.1rem #77777e;
}

.latorref-product .single_add_to_cart_button {
	background-color: #d99917 !important;
}

.latorref-product .product_meta,
.latorref-product .edit-link {
	display: none !important;
}

.latorref-product section.related.products h2 {
	font-family: "Frank Ruhl Libre" !important;
	font-weight: 3.5rem !important;
	color: #262626 !important;
}

.latorref-product section.related.products h2.woocommerce-loop-product__title {
	font-size: 2.4rem !important;
	font-family: "Frank Ruhl Libre" !important;
	font-weight: bold !important;
	color: #262626 !important;
}

.latorref-product .additional_information_tab a,
.latorref-product .description_tab a {
	color: #262626 !important;
}

.latorref-product .description_tab.active a,
.latorref-product .additional_information_tab.active a {
	color: #d99917 !important;
}

@media screen and (max-width: 992px) {

	.woocommerce-error,
	.woocommerce-info,
	.woocommerce-message,
	.woocommerce-noreviews,
	p.no-comments {
		width: calc(100% - 10rem) !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

@media screen and (max-width: 992px) {
	.entry-header {
		text-align: center;
	}
}

.woocommerce-error li {
	color: #FFF !important;
}

.actu {
	display: flex;
	flex-wrap: wrap;
}

.actu h1 {
	width: 100%;
	text-align: center;
	margin-bottom: 6.2rem;
}

.actu img {
	width: 100%;
	height: 60rem;
	object-fit: cover;
	margin-right: 2rem;
	margin-bottom: 6.2rem;
}

.actu p {
	text-align: center;
	width: 100%;
}

.hentry {
	margin-bottom: 2rem;
}

.hentry h2 {
	color: #262626;
	font-family: "Frank Ruhl Libre", sans-serif;
	font-weight: 700;
	font-size: 3rem;
}

.hentry .entry-taxonomy {
	display: none;
}

.hentry .entry-header {
	border-bottom: 0;
	margin-bottom: 1rem;
}

.hentry .wp-post-image {
	width: 25rem;
	margin: 0;
	margin-bottom: 1rem;
}

.hentry .entry-content {
	display: flex;
	flex-wrap: wrap;
}

.hentry .entry-content p {
	font-size: 1.7rem;
	font-family: "Work Sans", sans-serif;
	font-weight: 300;
}

.hentry .entry-content p:last-of-type {
	margin-bottom: 1rem;
}

.hentry .entry-content .content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: calc(100% - 26rem);
	margin-left: 1rem;
}

article.page.hentry .entry-content {
	display: block;
}


@media screen and (max-width: 992px) {
	#blog {
		padding-left: 5rem;
		padding-right: 5rem;
	}

	h1 {
		text-align: center;
	}

	.hentry .entry-content .content {
		width: 100%;
		margin-left: 0;
	}

	.hentry .wp-post-image {
		width: 25rem;
		margin: auto;
		margin-bottom: 1rem;
	}

	.content p {
		text-align: center;
	}

	.content a {
		margin-left: auto;
		margin-right: auto;
	}
}

#noscafes h1 {
	margin-bottom: 5rem;
	text-align: center !important;
}

#noscafes p {
	text-align: left;
}

#noscafes ul {
	margin-left: 0;
	list-style: none;
}

#noscafes ul ul {
	margin-left: 2rem;
	list-style: none;
}


.filtre.flex {
	display: flex;
	align-items: center;
	margin-bottom: 5rem;
}

.filtre.flex ul {
	box-sizing: border-box;
	width: 60%;
	padding-left: 2rem;
}

.filtre.flex p {
	box-sizing: border-box;
	width: 60%;
	padding-left: 2rem;
}

.filtre.flex img {
	object-fit: cover;
	width: 40%;
	height: 50rem;
}

@media screen and (max-width: 992px) {

	.filtre.flex ul {
		width: 100%;
	}

	.filtre.flex {
		display: block;
		margin-bottom: 5rem;
	}

	.filtre.flex img {
		object-fit: cover;
		width: 100%;
		height: 30rem;
		margin-bottom: 2.2rem;
	}

	#noscafes p {
		text-align: center;
	}
}

.carrousel-latorref img{
  aspect-ratio: 740 / 430;
  height: auto;
}
.carrousel-latorref .right{
  min-height: 40rem;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 992px) {
    .carrousel-latorref img {
        height: auto;
    }
  .carrousel-latorref .right{
    min-height: 24rem;
  }
}

@media screen and (max-width: 992px) {
  #pas supprimer les autres
}

@media screen and (max-width: 600px) {
    #carrousel button#next,
    #carrousel button#previous {
        top: 9rem;
    }
}
@media screen and (max-width: 425px) {
.carrousel-latorref ul li{
  width: 130%;
   margin-left: -15%
}
    #carrousel button#next{
        right: -5.5rem;
}
    #carrousel button#previous {
 left: -5.5rem;
    }
}

