@font-face {
    font-family: 'Delius Swash Caps';
    src: url('fonts/DeliusSwashCaps-Regular.woff2') format('woff2'),
        url('fonts/DeliusSwashCaps-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Delius';
    src: url('fonts/Delius-Regular.woff2') format('woff2'),
        url('Delius-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'FontAwesomeRegular';
	src: url("fonts/fa-regular-400.eot?v=4.1.0");
	src: url("fonts/fa-regular-400.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("fonts/fa-regular-400.woff?v=4.1.0") format("woff"), url("fonts/fa-regular-400.ttf?v=4.1.0") format("truetype"), url("fonts/fa-regular-400.svg?v=4.1.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}
  
@font-face {
	font-family: 'FontAwesomeSolid';
	src: url("fonts/fa-solid-900.eot?v=4.1.0");
	src: url("fonts/fa-solid-900.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("fonts/fa-solid-900.woff?v=4.1.0") format("woff"), url("fonts/fa-solid-900.ttf?v=4.1.0") format("truetype"), url("fonts/fa-solid-900.svg?v=4.1.0#fontawesomesolid") format("svg");
	font-weight: normal;
	font-style: normal;
}
  
@font-face {
	font-family: 'FontAwesomeBrands';
	src: url("fonts/fa-brands-400.eot?v=4.1.0");
	src: url("fonts/fa-brands-400.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("fonts/fa-brands-400.ttf?v=4.1.0") format("truetype"), url("fonts/fa-brands-400.svg?v=4.1.0#fontawesomebrands") format("svg");
	font-weight: normal;
	font-style: normal;
}

:root{
	--Blanc: #FFFFFF;
	--Moutarde: #ccc5e6;
	--Violet: #ccc5e6;
	--Saumon: #f4c5cd;
	--Vin: #d1dfb9;
	--Vert: #d1dfb9;
	--Noir: rgb(36, 36, 36);
	--Rose: #f4c5cd;
	--RosePastel : #f4c5cd;
}

.blanc { color: var(--Blanc) !important; }
.moutarde { color: var(--Moutarde) !important; }
.violet { color: var(--Violet) !important; }
.saumon { color: var(--Saumon) !important; }
.vin { color: var(--Vin) !important; }
.vert { color: var(--Vert) !important; }
.noir { color: var(--Noir) !important; }

html {
	scroll-behavior: smooth;
}

body , input, textarea, select{
	font-family: "Delius", sans-serif;
	font-optical-sizing: auto;
	color: var(--Noir);
	font-size: 17px;
}

p {
	text-align: justify;
}

a {
	text-decoration: none;
}

body {
	margin: 0;
	min-height: 100vh;
}

img.responsive {
	max-width: 100%;
}

.clearBoth {
	clear: both;
}

.clearLink {
	text-decoration: none;
	color: inherit;
}

.obflink {
	cursor:pointer;
}

.obflink:hover {
	color: var(--Coquille);
}

.responsive {
	max-width: 100%;
	max-height: 100%;
}

#page {
	width: 100%;
	min-height: 100vh;
}

#header {
	display: flex;
	align-items: baseline;
	width: 100%;
	background: #fff;
	position: sticky;
	top: 0;
	z-index: 1000;
}

#mainLogo {
	padding: 10px 0;
	max-height: 100%;
}

#content {
	clear: both;
	width: 100%;
	min-height: 100vh;
}

.content1200 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}

.colLeft {
	float: left;
}

.colRight {
	float: right;
}

.colcenter, .colCenter {
	margin: 0 auto;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.justify {
	text-align: justify;
}

.col10 {
	display: block;
	box-sizing: border-box;
	width: 10%;
	height: 100%;
}

.col15 {
	display: block;
	box-sizing: border-box;
	width: 15%;
	height: 100%;
}

.col20 {
	display: block;
	box-sizing: border-box;
	width: 20%;
	height: 100%;
}

.col25 {
	display: block;
	box-sizing: border-box;
	width: 25%;
	height: 100%;
}

.col30 {
	display: block;
	box-sizing: border-box;
	width: 30%;
	height: 100%;
}

.col33 {
	display: block;
	box-sizing: border-box;
	width: 33%;
	height: 100%;
}

.col40 {
	display: block;
	box-sizing: border-box;
	width: 40%;
	height: 100%;
}

.col50 {
	display: block;
	box-sizing: border-box;
	width: 50%;
	height: 100%;
}

.col60 {
	display: block;
	box-sizing: border-box;
	width: 60%;
	height: 100%;
}

.col70 {
	display: block;
	box-sizing: border-box;
	width: 70%;
	height: 100%;
}

.col80 {
	display: block;
	box-sizing: border-box;
	width: 80%;
	height: 100%;
}

.col85 {
	display: block;
	box-sizing: border-box;
	width: 85%;
	height: 100%;
}

.col90 {
	display: block;
	box-sizing: border-box;
	width: 90%;
	height: 100%;
}

.col100 {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	max-width: 1800px;
}

.colAllCenter {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.col1200 {
	max-width: 1200px;
	margin: 0 auto;
}

.col1800 {
	max-width: 1800px;
	margin: 0 auto;
}

.padding10 {
	padding: 10px;
}

.padding20 {
	padding: 20px;
}

.padding60 {
	padding: 60px;
}

.padding2p {
	padding: 0 2% 2%;
}

.inlineBlock {
	display: inline-block;
}

.h1 {
	font-size: 75px;
	display: block;
	margin-bottom: 30px;
}

.h2 {
	font-size: 50px;
	display: block;
	margin-bottom: 30px;
}

.h3 {
	font-size: 18px;
	font-weight: bold;
}

.h4 {
	font-size: 42px;
	display: block;
}

.h5 {
	font-size: 21px;
	display: block;
	margin-bottom: 15px;
}

#homeVideoBlock {
	position: relative;
	line-height: 0;
}

#homeVideoTitle {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 15%;
}

.homeVideo {
	width: 100%;
	height: 450px;
	object-fit: cover;
}

#boutonMenu {
	font-size: 20px;
	font-weight: bold;
	border: 1px solid var(--Noir);
	border-radius: 50%;
	display: block;
	text-align: center;
	width: 80px;
	height: 80px;
	line-height: 78px;
	cursor: pointer;
	font-family: 'Delius', sans-serif;
}

.crazyTitle {
	font-family: 'Delius', sans-serif;
	text-transform: uppercase;
	display: block;
	position: relative;
	font-size: 50px;
}

.crazyTitleWhite, .crazyTitleWhite > span {
	color: #fff !important;
}

.size1 {
	font-size: 70px;
	font-weight: bold;
}
.size1 .top, .size1 .bottom {
	min-width: 90px;
}
.size1 .top {
	top: -4px;
}
.size1 .bottom {
	bottom: -4px;
}

.size2 {
	font-size: 50px;
	font-weight: bold;
}
.size2 .top, .size2 .bottom {
	min-width: 60px;
}
.size2 .top {
	top: -4px;
}
.size2 .bottom {
	bottom: -4px;
}

.top, .bottom {
	text-align: center;
}

.top {
	display: inline-block;
	position: relative;
	top: -4px;
}

.bottom {
	display: inline-block;
	position: relative;
	bottom: -4px;
}

.multiColor > span {
	display: inline-block;
	position: relative;
	min-width: 10px;
}

#menuMenu .modal-dialog {
	transform: translate(125%, 0px);
}

#menuMenu .modal-dialog {
	transform: none;
}

#menuMenu {
	display: none;
	background: rgba(0, 0, 0, 0.1);
}

#menuMenu .modal-dialog {
	height: 100vh;
	margin: 0;
	right: 0;
	position: absolute;
	max-width: 50%;
}

#menuMenu .modal-content {
	border-radius: 0;
	min-height: 100vh;
	background: var(--Rose);
}

#menuContent {
	padding: 50px 50px;
}

#closeMenu {
	display: block;
	width: 100%;
	height: 45px;
	margin-bottom: 5vh;
}

#zoneRecherche {
	margin-bottom: 5vh;
	display: flex;
}

#mots_cles {
	text-align: center;
	border: none;
	height: 40px;
}

.searchButton {
	background: transparent;
	border: 1px solid var(--Blanc);
	display: inline-block;
	height: 40px;
	width: 40px;
}

.searchButton::before {
	font-family: "FontAwesomeSolid";
    font-size: 26px;
	color: var(--Blanc);
	content: "\f002";
	float: right;
	cursor: pointer;
	width: 100%;
	text-align: center;
	display: block;
}

#closeMenu::after {
	font-family: "FontAwesomeSolid";
    font-size: 30px;
	color: var(--Blanc);
	content: "\f00d";
	float: right;
	cursor: pointer;
}

.menuItem {
	color: var(--Blanc);
	font-size: 22px;
	display: block;
	width: 100%;
	text-align: right;
	margin: 15px 0;
}

.socialItem {
	display: inline-block;
	height: 45px;
	width: 45px;
	margin: 5px;
	color: var(--Blanc);
}

#socialLinks {
	display: block;
	width: 100%;
	text-align: right;
	margin-top: 5vh;
}

.menuSep {
	display: block;
	height: 2px;
	float: right;
	width: 80%;
	background: var(--Blanc);
	margin-top: 10px;
}

.socialItem::before {
	font-family: "FontAwesomeBrands";
    font-size: 30px;
	color: var(--Rose);
	border-radius: 50%;
	background-color: var(--Blanc);
	height: 45px;
	width: 45px;
	display: inline-block;
	line-height: 45px;
	text-align: center;
}

.pinterest::before {
	content: "\f231";
}

.facebook::before {
	content: "\f39e";
}

.instagram::before {
	content: "\f16d";
}

#boutonConnexion, #boutonPanier, #boutonFavoris {
	margin-right: 15px;
	font-size: 20px;
	font-family: 'Delius', sans-serif;
}

#boutonConnexion::before, #boutonPanier::before, #boutonFavoris::before {
	font-family: "FontAwesomeSolid";
    font-size: 15px;
	color: var(--Blanc);
	background: var(--Noir);
	cursor: pointer;
	border-radius: 50%;
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	margin-right: 5px;
}

#boutonConnexion::before {
	content: "\f007";
}

#boutonPanier::before {
	content: "\f290";
}

#boutonFavoris::before {
	content: "\f004";
}

#billetDuJour {
	background: var(--RosePastel);
}

#billetDuJour .h2 {
	font-size: 30px;
	display: block;
	width: 100%;
	text-align: center;
	margin: 0;
}

.productBlockImage {
	position: relative;
	width: 100%;
	aspect-ratio : 1 / 1;
}

.productBlockImageTop, .productBlockImageBottom {
	position:absolute;
	left:0;
	transition: opacity 0.2s ease-in-out;
	max-width: 100%;
	width: 100%;
}

.productBlockImageTop:hover {
	opacity:0;
}

.productBlockName {
	font-weight: bold;
}

#blockFeaturedProducts {
	position: relative;
	margin-top: -60px;
}

#blockFeaturedProductsLeft {
	position: absolute;
	top:0;
	bottom:0;
}

#blockFeaturedProductsLeft > div {
	height: 100%;
}

#blockFeaturedProductsLeftContent {
	height: 100%;
	display: flex;
	align-items: center;
	text-align: center;
}

#blockFeaturedProductsLeftContent p {
	text-align: center;
	font-size: 25px;
}

#blockFeaturedProductsRight {
	position: absolute;
	top:0;
	bottom:0;
	right: 0;
}

#blockFeaturedProductsRight > div {
	height: 100%;
}

#blockFeaturedProductsRightContent {
	height: 100%;
	display: flex;
	align-items: center;
	text-align: center;
}

#blockFeaturedProductsRightContent p {
	text-align: center;
	font-size: 25px;
}

.bouton1 {
	background: var(--Violet);
	padding: 15px 40px;
	color: #fff;
	transition: background 0.2s ease-in-out;
	cursor: pointer;
	border-radius: 50px;
}

.bouton1:hover {
	background: rgba(153, 75, 91, .8);
}

.boutonBlanc {
	background: #fff;
	padding: 15px 40px;
	transition: background 0.2s ease-in-out;
	cursor: pointer;
	border-radius: 50px;
}

.boutonBlanc:hover {
	background: rgba(255, 255, 255, .8);
}

#aPropos {
	background: var(--RosePastel);
	position: relative;
	margin-bottom: 80px;
}

#aPropos > .colRight {
	display: flex;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	align-items: center;
	text-align: center;
}

#aPropos p {
	text-align: center;
	font-size: 25px;
}

.boutonJaune {
	background: #fff;
	color: #000;
	padding: 15px 40px;
	transition: opacity 0.2s ease-in-out;
	cursor: pointer;
	opacity: 1;
	font-size: 22px;
	border: 1px solid #000;
	border-radius: 50px;
}

.boutonJaune:hover {
	opacity: 0.8;
}

.boutonVert {
	background: rgb(151, 182, 136);
	color: #fff;
	padding: 15px 40px;
	transition: opacity 0.2s ease-in-out;
	cursor: pointer;
	opacity: 1;
	font-size: 22px;
}

.boutonVert:hover {
	opacity: 0.8;
}

.logoLMB {
	max-width: 180px;
	margin: 100px auto 20px auto;
}

.carre {
	position: relative;
	width: 100%;
	margin: 8px;
}
  
.carre::after {
	content: '';
	display: block;
	padding-bottom: 100%;
}
  
.carre .carreContent {
	position: absolute;
	width: 100%;
	min-height: 100%;
	background: #fff;
}

#avis {
	background: var(--Vert);
	padding: 100px 0;
}

#avis .carreContent img {
	max-width: 175px;
	display: block;
	margin: 0 auto;
}

#avis .carreContent p {
	font-size: 20px;
	padding: 0 10%;
}

#showRoom {
	position: relative;
	text-align: center;
}

#showRoom p {
	text-align: center;
}

#showRoom > .colLeft {
	display: flex;
	position: absolute;
	top: 0;
	bottom: 0;
	align-items: center;
	text-align: center;
}

#newsletter {
	background: var(--Violet);
	text-align: left;
	padding: 100px 0;
}

#newsletter .crazyTitle {
	text-align: center;
}

#newsletter p {
	text-align: center;
	display: block;
	width: 100%;
	color: #fff;
	font-size: 20px;
	margin-bottom: 30px;
}

#newsletter form {
	max-width: 600px;
	margin: 0 auto;
	padding: 0 2%;
	line-height: 45px;
}

#email_newsletter {
	display: block;
	width: 100%;
}

#accord_newsletter {
	margin: 30px 10px 30px 0;
	height: 20px;
	width: 20px;
}

#boutonNewsletter {
	display: block;
	width: 100%;
	background: #fff;
	color: #000;
	border: none;
	border-radius: 50px;
}

#instagramFeed {
	min-height: 80px;
}

#footer {
	padding: 50px 10%;
	background: #f4c5cd;
}

.footerItem {
	color: #fff;
	display: block;
	width: 100%;
	text-align: left;
}

#preferenceCookies {
	cursor: pointer;
}

#copyright {
	text-align: center;
	color: #fff;
}

#back-top {
	height: 50px;
	width: 50px;
	position: fixed;
	bottom: 100px;
	right: 5%;
	line-height: 44px;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #000;
	text-align: center;
	text-decoration: none;
	z-index: 2;
	cursor: pointer;
}

#back-top > span::before {
	height: 100%;
	width: 100%;
	display: block;
	font-family: "FontAwesomeSolid";
	content: "\f077";
	font-size: 30px;
	color: #000;
}

.cmsPageTitle {
	background: #EAEAEA;
}

#productImage {
	padding: 10px;
	position: relative;
	box-sizing: border-box;
}

#productImage > img {
	max-width: 100%;
}

#productVignettes {
	text-align: center;
}

#productVignettes > a > img {
	margin: 10px 0;
	width: 65px;
}

#stickerProductNew {
	position: absolute;
	top: 3%;
	display: block;
	z-index: 2;
}

.breadcrumb{
	font-size: 14px;
}

.breadcrumbLink {
	text-decoration: none;
	color: #000;
	padding: 0 5px;
}

.breadcrumbLink:first-child {
	padding-left: 0;
}

#productRightBlock {
	padding: 0 20px;
}

#productRightBlock .h2 {
	font-size: 28px;
	margin-bottom: 10px;
}

.boutonMoins, .boutonPlus {
	display: block;
	float: left;
	height: 34px;
	width: 34px;
	cursor: pointer;
	text-align: center;
	font-size: 34px;
	line-height: 34px;
}

.boutonMoins {
	margin-top: -2px;
}

#qte_to_add {
	float: left;
	min-width: 50px;
	text-align: center;
}

.productRef {
	color: #595959;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.productPrice {
	font-size: 20px;
	margin-bottom: 10px;
}

.productDesc {
	font-size: 16px;
	margin-bottom: 10px;
}

.productQtyText {
	font-size: 14px;
}

.productQtyPlusMoins {
	border: 1px solid #000;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin-top: 8px;
}

.productBuyButton {
	display: block;
	width: 100%;
	text-align: center;
	background: #994B5B;
	color: #fff;
	padding: 12px 0;
	margin-top: 30px;
	cursor: pointer;
}

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

.productList > a {
	display: inline-block;
	box-sizing: border-box;
	padding: 2%;
	flex: 0 0 25%;
}

.colLeftTitle {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	display: block;
	padding: 0 5px 15px 0;
	margin-bottom: 10px;
}

.colLeftItem {
	font-size: 14px;
	padding: 5px 0;
}

.colLeftItem.selected {
	font-weight: bold;
}

.categoriePageTop {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 20px 0;
	text-align: center;
}

.categoriePageTopTextArea {
	background: rgba(255,255,255,0.7);
	padding: 20px;
	text-align: center;
	display: inline-block;
}

.categoriePageTopTitle {
	font-size: 50px;
	font-weight: bold;
}

.categoriePageTopText {
	
}

.categoryNbProd {
	padding: 0 2%;
	font-size: 14px;
}

#panierPanier .modal-dialog {
	transform: translate(125%, 0px);
}

#panierPanier .modal-dialog {
	transform: none;
}

#panierPanier {
	display: none;
	background: rgba(0, 0, 0, 0.1);
}

#panierPanier .modal-dialog {
	height: 100vh;
	margin: 0;
	right: 0;
	position: absolute;
	max-width: 400px;
}

#panierPanier .modal-content {
	border-radius: 0;
	height: 100vh;
	background: var(--Blanc);
	border: none;
	min-width: 20vw;
}

#panierContent {
	padding: 0 10% 10%;
	overflow: auto;
	max-height: 64vh;
}

@media (max-height:900px){ #panierContent {max-height: 60vh;} }
@media (max-height:800px){ #panierContent {max-height: 50vh;} }
@media (max-height:700px){ #panierContent {max-height: 40vh;} }
@media (max-height:600px){ #panierContent {max-height: 30vh;} }
@media (max-height:500px){ #panierContent {max-height: 20vh;} }

#panierHeader {
	background: #242424;
	color: var(--Blanc);
	padding: 25px 0;
}

#closePanier {
	display: block;
	width: 100%;
	height: 45px;
	font-size: 25px;
	text-align: center;
	padding-right: 65px;
}

#closePanier::before {
	font-family: "FontAwesomeSolid";
    font-size: 20px;
	color: var(--Blanc);
	content: "\f054";
	float: left;
	padding: 0 20px 0;
	cursor: pointer;
}

#panierFooter {
	position: absolute;
	bottom: 0;
	left:0;
	right: 0;
}

.panierOpenButton {
	display: block;
	margin: 10%;
	text-align: center;
	text-decoration: none;
	color: var(--Blanc);
	background: var(--Vert);
	padding: 8px;
}

.panierFooterTotalText {
	font-size: 26px;
	line-height: 39px;
	padding: 0 10% 0 10%;
}

.panierFooterTotal {
	border-bottom: 1px solid #ccc;
	padding: 0 10% 10% 10%;
	font-size: 26px;
	line-height: 39px;
}

.panierLigne {
	position: relative;
	padding: 30px 0;
}

.panierLigneImage {
	display: block;
	width: 30%;
	float: left;
}

.panierLigneImage img {
	max-width: 100%;
}

.panierLigneNom, .panierLignePrix, .panierLigneQte {
	display: block;
	width: 70%;
	float: right;
	padding: 0 0 0 4%;
}

.panierLigneTemspRestant {
	display: block;
	width: 100%;
	text-align: center;
	color: red;
	clear: both;
	font-size: 12px;
}

.panierLigne .productQtyPlusMoins {
	border: 1px solid #000;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-top: 9px;
}

.panierLigne .boutonMoins, .panierLigne .boutonPlus {
	display: block;
	float: left;
	height: 25px;
	width: 25px;
	cursor: pointer;
	text-align: center;
	font-size: 25px;
	line-height: 26px;
}

.panierLigne .productQtyPlusMoins > span {
	float: left;
	font-size: 16px;
	line-height: 27px;
}

.panierLigne:not(:first-child) {
	border-top: 1px solid #ccc;
}

.panierLigneDelete {
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	border-radius: 50%;
	position: absolute;
	top: 30px;
	right: 0;
	line-height: 15px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}

#pagePanierContent .panierLigne, .underline {
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	border-top: none;
}

#pagePanierContent .panierLigneImage {
	max-width: 150px;
}

#pagePanierContent .panierLigneNom, #pagePanierContent .panierLignePrix, #pagePanierContent .panierLigneQte {
	float: left;
	width: 60%;
}

.panierLigneTotal {
	display: none;
}

#pagePanierContent .panierLigneTotal {
	float: right;
	display: block;
	padding-right: 5%;
	font-weight: bold;
}

.h3.underline {
	min-height: 50px;
	padding-bottom: 0;
}

.panierRemise {
	display: none;
}

.panierSousTotal #pagePanierTotalTTC, .panierRemise #pagePanierRemiseTTC, .panierLivraison #pagePanierTotalTTCLivraison, .panierTotal #pagePanierTotalTTCTotal {
	float: right;
}

.panierSousTotal, .panierRemise, .panierLivraison, .panierTotal {
	padding: 10px 0;
}

.panierTotal {
	border-top: 1px solid #ccc;
	font-size: 20px;
}

.buttonStyle1 {
	display: block;
	margin: 10%;
	text-align: center;
	text-decoration: none;
	color: var(--Blanc);
	background: var(--Vert);
	padding: 8px;
	cursor: pointer;
	border-radius: 50px;
}

.buttonStyle2 {
	display: inline-block;
	padding: 8px 20px;
	text-align: center;
	text-decoration: none;
	color: #000;
	background: var(--Blanc);
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 50px;
	border: 1px solid #000;
}

.bgRosePastel {
	background: var(--RosePastel);
}

.errorSpan, .alert-error {
	color: red;
}

.boutonRetour {
	height: 40px;
	padding: 2px 20px;
	background: var(--RosePastel);
	text-align: right;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; 
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	color: #fff;
}

.boutonRetour::before {
    font-family: "FontAwesomeSolid";
    font-size: 30px;
	line-height: 34px;
	content: "\f053";
    display: block;
	cursor: pointer;
	float: left;
	margin-right: 10px;
	color: #fff;
}

.itemMonCompte {
	display: inline-block;
	width: 29%;
	box-sizing: border-box;
	padding: 2%;
	margin: 10px 2%;
	text-align: center;
	background: var(--RosePastel);
}

.itemMonCompteTitre {
	font-size: 30px;
	min-height: 100px;
	display: block;
}

.itemMonCompteDescription {
	margin: 15px 0;
	display: block;
}

.itemMonComptePicto::before {
	font-family: "FontAwesomeSolid";
    font-size: 40px;
	color: #fff;
}

.favori::before {
	content: "\f004";
}

.infoCompte::before {
	content: "\f2bb";
}

.motDePasse::before {
	content: "\f023";
}

.cgv::before {
	content: "\f24e";
}

.commandes::before {
	content: "\f570";
}

.livraisons::before {
	content: "\f0d1";
}

.proformas::before {
	content: "\f571";
}

.factures::before {
	content: "\f571";
}

.deconnexion::before {
	content: "\f2f5";
}

#boutonCGVCde, #boutonValiderCde {
	display: inline-block;
	margin-top: 20px;
}

.pageMonPanier input[type="radio"], .pageMonPanier input[type="checkbox"] {
	height: 25px;
	width: 40px;
}

.itemLivraison {
	margin-top: 30px;
	border-bottom: 1px solid var(--Coquille);
}

.itemLivraisonContent {
	display: none;
}

#panierCGV, #panierPaiement {
	display: none;
}

#paymentModal .close {
	border: 1px solid #000;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	font-size: 40px;
	line-height: 20px;
	text-align: center;
	padding: 0;
	background: #fff;
}

#paymentModal iframe {
	height: 100vh;
	max-height: 350px;
	width: 100%;
}

.formPaiement {
	max-width: 500px;
	margin: 0 auto;
	border: 3px solid #ccc;
	border-radius: 5px;
	padding: 20px;
}

.StripeElement {
	background-color: white;
	padding: 8px 12px;
	border-radius: 4px;
	border: 1px solid transparent;
	box-shadow: 0 1px 3px 0 #e6ebf1;
	-webkit-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
	margin: 10px;
}

.StripeElement--focus {
	box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
	border-color: #fa755a;
}

.StripeElement--webkit-autofill {
	background-color: #fefde5 !important;
}

.formPaiement #card-button {
	border: none;
	padding: 10px 20px;
	background: #CE979C;
	cursor: pointer;
	font-size: 20px; 
	color: #fff;
}

#formReduc {
	text-align: center;
}

#formReduc #codereduction {
	max-width: 180px;
	text-align: center;
	border: 1px solid #ccc;
}

.buttonStyle3 {
	display: inline-block;
	padding: 3px 10px;
	text-align: center;
	text-decoration: none;
	color: var(--Blanc);
	background: var(--Vert);
	cursor: pointer;
}

.deleteRemise {
	display: inline-block;
	width: 20px;
	height: 20px;
	font-size: 20px;
	text-align: center;
	padding-left: 10px;
}

.deleteRemise::before {
	font-family: "FontAwesomeSolid";
    font-size: 20px;
	content: "\f057";
	cursor: pointer;
}

.topErrorContent {
	background: red;
	color: #fff;
	padding: 10px;
	margin: 10px auto;
}

.prixbarre {
	text-decoration: line-through;
	margin-right: 10px;
}

#linkMonPanierContainer {
	position: relative;
}

#headerNbProdPanier {
	display: block;
	position: absolute;
	left: 15px;
	top: -10px;
	background: var(--Rose);
	width: 20px;
	height: 20px;
	line-height: 20px;
	padding: 0;
	text-align: center;
	border-radius: 50%;
	font-size: 12px;
	color: #000;
}

.produitEpuise {
	background: rgb(153, 75, 91);
	color: #fff;
	padding: 2px 10px;
	text-transform: uppercase;
	margin-left: 20px;
}

#productRightBlock .produitEpuise {
	margin-left: 0;
	font-size: 20px;
}

#produitsVentesCroisees {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#produitsVentesCroisees .h3 {
	text-transform: uppercase;
	display: block;
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin: 50px 0 20px;
}

#produitsVentesCroisees > a {
	display: inline-block;
	box-sizing: border-box;
	padding: 2%;
	flex: 0 0 20%;
}

#produitsAssocies {
	display: flex;
	flex-wrap: wrap;
}

#produitsAssocies .h3 {
	text-transform: uppercase;
	display: block;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin: 50px 0 0;
	padding-left: 2%;
}

#produitsAssocies > a {
	display: inline-block;
	box-sizing: border-box;
	padding: 2%;
	flex: 0 0 20%;
}

.pictoHeart::before {
    font-size: 30px;
	color: rgb(153, 75, 91);
	height: 45px;
	width: 45px;
	display: inline-block;
	line-height: 45px;
	text-align: center;
	content: '\f004';
	position: absolute;
	background: rgba(255,255,255,0.6);
	top: 5px;
	right: 5px;
	cursor: pointer;
}

.pictoHeart.on::before {
	font-family: "FontAwesomeSolid";
}

.pictoHeart.off::before {
	font-family: "FontAwesomeRegular";
}

#productImage .pictoHeart::before {
	top: 15px;
	right: 15px;
}

#linkFavorisContainer {
	position: relative;
}

#headerNbProdFavoris {
	display: block;
	position: absolute;
	left: 15px;
	top: -10px;
	background: var(--Rose);
	width: 20px;
	height: 20px;
	line-height: 20px;
	padding: 0;
	text-align: center;
	border-radius: 50%;
	font-size: 12px;
	color: #fff;
}

.colFlex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}
.colFlex > div {
	display: inline-block;
	box-sizing: border-box;
}

.cmsPageTitleImg {
	min-height: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.cmsPageTitleImg .crazyTitle {
	margin-top: 140px;
}

.accordion-content {
	display: none;
	padding: 2% 5%;
	background: rgb(236, 217, 174);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

.accordion-content.default {
	display: block;
}

.accordion-toggle {
	cursor: pointer;
	clear: both;
	margin: 0;
}

.accordion-toggle > span {
	border-bottom: 1px solid #ccc;
	line-height: 25px !important;
	padding: 30px 0 45px;
}

.accordion-toggle.openToggle > span {
	border-bottom-color: #fff;
}

.accordion-toggle.openToggle {
	background: rgb(236, 217, 174);
}

.accordion-toggle > span::after {
	font-family: "FontAwesomeSolid";
	content: "\f078";
    width: 26px;
    height: 26px;
    display: block;
	cursor: pointer;
	float: right;
}

.accordion-toggle.openToggle > span::after {
	content: "\f077";
}

div.accordion-content > p {
	font-size: 1.2em;
	line-height: 25px !important;
	text-align: justify;
}

.onlyMob {
	display: none;
}

#produitsAssocies > a .produitEpuise {
	display: none;
}

#a_propos_image {
	background: url('../img/adeline_sept_2025.jpg');
	height: 900px;
	background-size: cover;
	background-position: center;
}

#show_room_image {
	background: url('../img/le_showroom_sept_2025.jpg');
	height: 700px;
	background-size: cover;
	background-position: bottom;
}





/* SLIDER ----------------------------------------------------------------------- */
/* Slider */
.slick-slider
{
    position: relative;
	width: 100%;
    display: block;
    box-sizing: border-box;
	float: left;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
	margin: 0 15px 15px 0;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
	border-radius: 25px;
    position: absolute;
    top: 50%;

    display: block;

    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: rgb(0,0,0,0.5);
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'FontAwesomeSolid';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 10px;
	z-index: 99;
}
[dir='rtl'] .slick-prev
{
    right: 10px;
    left: auto;
}
.slick-prev:before
{
    content: '\f053';
	z-index: 99;
}
[dir='rtl'] .slick-prev:before
{
    content: '\f054';
	z-index: 99;
}

.slick-next
{
    right: 10px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 10px;
}
.slick-next:before
{
    content: '\f054';
	z-index: 99;
}
[dir='rtl'] .slick-next:before
{
    content: '\f053';
	z-index: 99;
}

.sliderMiniSiteImage {
	width: 100%;
	max-height: ;
}
/* ------------------------------------------------------------------------------ */

@media (max-width:1200px){
	
}

@media (max-width:800px){
	#header {height: auto !important;}
	#header > div.colAllCenter > div.colAllCenter {display: block !important; padding-left: 10%;}
	#blockFeaturedProducts {margin-top: 0;}
	.col25:not(.keepWithOnMob) {width: 100%;}
	.col30:not(.keepWithOnMob) {width: 100%;}
	.col33:not(.keepWithOnMob) {width: 100%;}
	.col40:not(.keepWithOnMob) {width: 100%;}
	.col50:not(.keepWithOnMob) {width: 100%;}
	.col60:not(.keepWithOnMob) {width: 100%;}
	.col70:not(.keepWithOnMob) {width: 100%;}
	.col80:not(.keepWithOnMob) {width: 100%;}
	.col85:not(.keepWithOnMob) {width: 100%;}
	.col90:not(.keepWithOnMob) {width: 100%;}
	.onlyMob {display: inherit;}
	.hideMob {display: none;}
	.size1 {font-size: 35px;}
	.size1 .top, .size1 .bottom {min-width: 30px;}
	.size2 {font-size: 25px;}
	.size2 .top, .size2 .bottom {min-width: 20px;}
	.padding60 {padding: 20px;}
	.h1 {font-size: 50px;}
	.h2 {font-size: 30px;}
	.colLeft, .colRight, .colCenter {float: none; clear: both;}
	#blockFeaturedProductsLeft, #blockFeaturedProductsRight {position: relative;}
	#aPropos > .colLeft, #aPropos > .colRight {position: relative;}
	#showRoom > .colLeft {position: relative;}
	.colAllCenter {flex-wrap: wrap;}
	#menuMenu .modal-dialog {max-width: 100%; width: 100%;}
	#menuContent {padding: 20px;}
	#menuContent #boutonConnexion, #menuContent #boutonFavoris {color: #fff; color: #fff; width: 100%; text-align: right; display: block; font-size: 22px; margin: 15px 0;}
	#menuContent #boutonConnexion::before, #menuContent #boutonFavoris::before {font-size: 22px; background: none;}
	#mots_cles {width: 100%;}
	#closeMenu {margin-bottom: 0;}
	.itemMonCompte {width: 96%;}
	#content .colLeft.col15 {display: none;}
	.breadcrumb {padding-left: 2%;}
	.productList > a, #produitsAssocies > a, #produitsVentesCroisees > a {flex: 0 0 100%;}
	#productVignettes > a > img {margin: 10px;}
	.productBuyButton {margin-bottom: 20px;}
	.itemPaiement label {width: calc(100% - 40px); clear: both;}
	#panierPaiement .h3 {text-align: center;}
	.boutonRetour {float: left; margin: 10px 0;white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%;}
	form[name="formProfil"] .buttonStyle2 {float: none !important;}
	#zoneRecherche {margin-bottom: 2vh;}
	#a_propos_image, #show_room_image {height: 400px;}
	.categoriePageTopTitle {font-size: 30px;}
	#avis .carreContent {position: relative;}
	#avis .carre::after {padding-bottom: 0;}
	#retraitesCrea > .col100 {padding: 2%;}
	#boutonMenu {width: 60px; height: 60px; line-height: 58px;}
	#aPropos p, #blockFeaturedProductsRightContent p, #blockFeaturedProductsLeftContent p {font-size: 16px;}
}

@media (max-width:400px){
	  .size2 .top, .size2 .bottom {min-width: 15px;}
	  .size2 {font-size: 20px;}
}