<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Vollkorn:wght@500&amp;display=swap');

@font-face {
  font-family: Avenir;
  src: url(./fonts/AvenirLTStd-Book.otf);
  font-weight: 400;
}

@font-face {
  font-family: Avenir;
  src: url(./fonts/AvenirLTStd-Roman.otf);
  font-weight: 500;
}

@font-face {
  font-family: Avenir;
  src: url(./fonts/AvenirLTStd-Black.otf);
  font-weight: 900;
}

@font-face {
  font-family: South Island;
  src: url(./fonts/South_Island-Alternate.otf);
  font-weight: 400;
}

*{
padding:0px;
border:0px;
margin:0px;
}

html{
width:100%;
min-width:1200px;
max-width: 2000px;
margin: 0 auto;
scroll-behavior: smooth;
overflow-x: hidden;
}

.main_width{
width:1200px;
margin:auto;
}


body{
font-family: 'Avenir', sans-serif;
font-weight:400;
width:100%;
background-image: url(images/background-white.jpg);
background-size: 100%;
background-repeat: repeat-y;
background-position: center;
color: #1D1D1B;
}



/* *********************** COMMON *********************** */

p{
color:#1D1D1B;
line-height:32px;
font-size:18px;
}

p+p{
margin-top: 12px;
}

h1{
font-family: 'Vollkorn', serif;
color:#1D1D1B;
font-size: 73px;
font-weight: 400;
line-height: 82px;
}

h2{
color:#1D1D1B;
font-size: 40px;
font-weight: 900;
line-height: 52px;
position: relative;
z-index: 2;
padding-left: 20px;
}

h2 .deco{
position: absolute;
left: -15px;
top: -20px;
transform: rotate(-5deg);
transform-origin: top left;
z-index: -1;
font-family: 'South Island', serif;
color: #7D7E81;
font-size: 62px;
font-weight: 400;
}

.button{
display: block;
width: fit-content;
border-radius: 9px;
text-transform: uppercase;
color: #fff;
background-color:#1D1D1B;
padding: 9px 20px;
font-weight: 500;
font-size: 14px;
text-decoration:none;
transition:all 0.4s;
}

.button:hover{
transform: scale(1.1);
}

.button.button_home{
	margin: 0 auto 30px 0;
	cursor: pointer;
	padding-left: 40px;
	line-height: 16px;
	font-size: 16px;
	background-color: transparent;
	border: 1px solid hsl(0deg 0% 0% / 45%);
	padding: 7px 20px 7px 50px;
	background-image: url(images/button-back.svg);
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 32px;
	z-index: 3;
	color: #1D1D1B;
	text-decoration: none;
	border-radius: 8px;
	opacity: 0.45;
}

p a{
color:inherit;
text-decoration: underline;
transition: all 0.2s ease-in-out;
}

p a:hover{
color: #DE006E;
}

.microdata{
display:none;
}


/* *********************** HEADING MSG*********************** */
#heading{
width:100%;
text-align:center;
background-color:#1D1D1B;
z-index: 99;
position: relative;
}

#heading p{
color: #fff;
margin: 0;
padding: 0 70px;
box-sizing: border-box;
font-size: 14px;
line-height: 24px;
}

/* *********************** BANNER/MENU*********************** */
#banner{
width:100%;
position: sticky;
top: 0;
left: 0;
background-image: url(images/header-background.svg);
background-size: cover;
background-position: bottom center;
background-repeat: no-repeat;
padding: 20px 0 60px;
z-index: 99;
}

#banner&gt;.main_width{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#banner .logo{
	width: 300px;
	height: auto;
}

#banner .content{
	width: 750px;
	text-align: right;
}

#banner .eshop-actions{
	display: block;
	width: 100%;
}

#banner .eshop-actions a{
	display: inline-block;
	padding-left: 25px;
	color: #7D7E81;
	font-size: 15px;
	line-height: 21px;
	text-transform: uppercase;
	vertical-align: middle;
	background-position: left top;
	background-size: 14px;
	background-repeat: no-repeat;
	text-decoration: none;
}

#banner .eshop-actions a+a{
	margin-left: 21px;
	border-left: 1px solid #7D7E81;
}

#banner .eshop-actions a.cart{
	background-image: url(images/icon-cart-grey.svg);
	background-size: 16px;
	background-position: left 24px top 3px;
	padding-left: 47px;
}

#banner .eshop-actions .search{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -3px;
}

#banner .eshop-actions .search #search{
	display: inline-block;
	color: #7D7E81;
	border: 1px solid #7D7E81;
	border-radius: 6px;
	font-size: 15px;
	padding: 6px 25px 6px 9px;
	margin-left: 30px;
	width: 175px;
}

#banner .eshop-actions .search input[type="submit"]{
	position: absolute;
	right: 6px;
	top: 50%;
	width: 15px;
	height: 15px;
	transform: translateY(-50%);
	background: #fff;
	background-image: url(images/icon-search.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

#banner .eshop-actions #searchautocomplete-list{
position: absolute;
top: 30px;
left: 35px;
width: 203px;
background-color: #eaeaea;
max-height: 290px;
overflow-y: auto;
text-align: left;
}

#banner .eshop-actions #searchautocomplete-list&gt;div{
padding: 10px 15px;
cursor: pointer;
font-size: 12px;
line-height: 15px;
}

#banner .eshop-actions #searchautocomplete-list&gt;div:first-of-type{
padding-top: 10px;
}

#banner .eshop-actions #searchautocomplete-list&gt;div:last-of-type{
padding-bottom: 10px;
}

#banner .eshop-actions #searchautocomplete-list&gt;div.autocomplete-active, #banner .eshop-actions #searchautocomplete-list&gt;div:hover{
background-color: #adadad;
}

#banner .eshop-actions form ::-webkit-input-placeholder {
  display: inline-block;
  transition: all 0.3s ease-in-out;
  padding-right: .15em;
  white-space: nowrap;
}

#banner .eshop-actions form input:focus::-webkit-input-placeholder {
  -webkit-transform: translateY(-125%);
}

#banner .eshop-actions form input.imitatefocus::-webkit-input-placeholder {
  -webkit-transform: translateY(-125%);
}

#banner .eshop-actions a.compte{
	background-image: url(images/icon-account-grey.svg);
	background-position: left top 2px;
}

#banner .burger ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
}

#banner .burger ul a:not(.button){
	text-decoration: none;
	color:#1D1D1B;
	font-size: 16px;
	text-transform: uppercase;
}

#banner .burger ul a.shop{
	padding-left: 20px;
	background-image: url(images/icon-cart-black.svg);
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: left 0px top 4px;
}

#banner .menu-links{
	display: none;
}

#banner .burger ul a:not(.button):hover, #banner .burger ul a.selected{
	text-decoration: underline;
}

/* *********************** BANNER pour les pages SHOP *********************** */
#shop_banner{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	max-width: 350px;
	height: 100vh;
	overflow: auto;
	background-color: #fff;
	padding: 30px 20px;
	box-sizing: border-box;
	text-align: center;
	-webkit-box-shadow: 0px 0px 29px -11px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 29px -11px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 29px -11px rgba(0, 0, 0, 0.75);
}

#shop_banner+#banner+#wrapper{
	width: calc( 100vw - 350px );
	max-width: 1650px;
	margin: 0 0 0 auto;
	padding-top: 50px;
}
#shop_banner+#banner+#wrapper+#footer{
	width: calc( 100vw - 350px );
	max-width: 1650px;
	margin: 150px 0 0 auto;
}
#shop_banner+#banner+#wrapper+#footer .main_width{
	max-width: 1200px;
	width: 100%;
	padding: 200px 70px 0;
	box-sizing: border-box;
}

#shop_banner+#wrapper+#footer{
	width: calc( 100vw - 350px );
	margin: 150px 0 0 auto;
}

#shop_banner .logo{
	width: 80%;
	height: auto;
	margin: 0 auto 30px;
}

#shop_banner .eshop-actions{
	display: block;
	width: 100%;
}

#shop_banner .eshop-actions a{
	display: inline-block;
	padding-left: 25px;
	color: #7D7E81;
	font-size: 15px;
	line-height: 21px;
	text-transform: uppercase;
	vertical-align: middle;
	background-position: left top;
	background-size: 14px;
	background-repeat: no-repeat;
	text-decoration: none;
}

#shop_banner .eshop-actions a+a{
	margin-left: 21px;
	padding-left: 47px;
	background-position: left 24px top 3px;
	border-left: 1px solid #7D7E81;
}

#shop_banner .eshop-actions a.cart{
	background-image: url(images/icon-cart-grey.svg);
	background-size: 16px;
}

#shop_banner .eshop-actions a.compte{
	background-image: url(images/icon-account-grey.svg);
	background-position: left top 2px;
}

#shop_banner ul{
	list-style: none;
	text-align: left;
	margin-top: 215px;
}

#shop_banner ul a{
	text-decoration: none;
	color: #1D1D1B;
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	width: 100%;
	padding: 15px 0 15px 30px;
	box-sizing: border-box;
	background-image: url(images/icon-cat-menu.svg);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}

#shop_banner ul a.colis, #shop_banner ul a.plateau{
	background-image: url(images/icon-cat-menu-colis.svg);
}

#shop_banner ul a.porcs, #shop_banner ul a.porcelet-duroc, #shop_banner ul a.porcelet{
	background-image: url(images/icon-cat-menu-porcs.svg);
}

#shop_banner ul a.charcuteries, #shop_banner ul a.salaisons{
	background-image: url(images/icon-cat-menu-charcuteries.svg);
	background-size: 23px;
}

#shop_banner ul a.haches-saucisses, #shop_banner ul a.hachis-saucisses{
	background-image: url(images/icon-cat-menu-saucisses.svg);
	background-size: 18px;
	background-position: left 1px center;
}

#shop_banner ul a.preparations{
	background-image: url(images/icon-cat-menu-preparations.svg);
	background-size: 22px;
}

#shop_banner ul a.poulet{
	background-image: url(images/icon-cat-menu-poulet.svg);
	background-size: 22px;
}

#shop_banner ul a.fromage-pour-raclette, #shop_banner ul a.fromage-et-produits-laitier, #shop_banner ul a.fromage-et-produits-laitiers{
	background-image: url(images/icon-cat-menu-fromage.svg);
	background-size: 22px;
}

#shop_banner ul a.salades{
	background-image: url(images/icon-cat-menu-salades.svg);
	background-size: 22px;
}

#shop_banner ul a.barbecue{
	background-image: url(images/icon-cat-menu-barbecue.svg);
	background-size: 22px;
}

#shop_banner ul a.epicerie{
	background-image: url(images/icon-cat-menu-epicerie.svg);        
	background-size: 12px;
	background-position: left 3px top 12px;
}

#shop_banner ul a:hover, #shop_banner ul a.selected{
	text-decoration: underline;
}


/* ***** HOME ***** */
#home h1{
	color: #fff;
	position: relative;
}

#home .c1{
	width: 100%;
	min-height:800px;
	margin-top: -100px;
	position: relative;
	background-image: url(images/home-intro-background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	margin-bottom: 100px;
}

#home .c1 .content{
	text-align: center;
	padding: 250px 0 150px;
	margin: 0 auto;
	max-width: 1000px;
}

#home .c1:after{
	content:'';
	width: 100%;
	height: 200px;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translateY(50%);
	background-image: url(images/background-gradient.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

#home .c1 .adresse{
	color: #DE006E;
	text-transform: uppercase;
	font-size: 25px;
	padding-left: 30px;
	background-image: url(images/icon-map.svg);
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: left top 1px;
	width: fit-content;
	line-height: 35px;
	margin: 10px auto 0;
}

#home .c1 .video-container{
	position: absolute;
	left: 50%;
	bottom: -150px;
	transform: translateX(-50%);
	width: 800px;
	height: 400px;
	background-image: url(images/home-video-background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10;
	border-radius: 15px;
	overflow: hidden;
	display: none;
}

#home .c1 .video-container iframe{
	width: 100%;
	height: 100%;
}

#home .flyers{
text-align:center;
}

#home .flyers img{
max-width: 500px;
margin-top: -325px;
position:relative;
margin-bottom:115px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}


#home .colis-fin-annee{
	margin-bottom: 115px;
    margin-top: -200px;
    position: relative;
    z-index: 10;
    text-align: center;
}

#home .colis-fin-annee a{
	text-decoration: none;
}

#home .colis-fin-annee a img{
	width: 400px;
    height: auto;
}

#home .colis-fin-annee a+a img{
	margin-left: 30px;
}

#home .c2{
	position: relative;
	margin-bottom: 150px;
	padding-top: 120px;
}

#home .c2:after{
	content:'';
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0;
	top: -90px;
	background-image: url(images/seperator-deco.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#home .c2 .info-reservation{
	position: absolute;
    right: 0;
    top: 75px;
    max-width: 480px;
}

#home .c2 h2{
	margin-bottom: 80px;
}

#home .c2 .item{
	display: inline-block;
	width: 47.5%;
	margin: 12px 1%;
	background-color: #fff;
	border-radius: 14px;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 0px 0px 29px -11px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 29px -11px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 29px -11px rgba(0, 0, 0, 0.75);
	vertical-align: top;
}

#home .c2 .item a{
    text-decoration: none;
}

#home .c2 .item .intro{
	position: relative;
}

#home .c2 .item .intro .image{
	position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 100%;
    z-index: 1;
}

#home .c2 .item .intro .image img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

#home .c2 .item .intro .title{
	position: relative;
    margin: 0 0 0 auto;
    width: 50%;
    background-image: url(images/colis-title-background.svg);
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    z-index: 2;
    padding: 80px 0 60px 70px;
    color: #1D1D1B;
}

#home .c2 .item .intro .title h3{
	color: #1D1D1B;
	font-size: 30px;
	font-weight: 900;
	line-height: 35px;
	position: relative;
	z-index: 2;
	padding-left: 20px;
	text-transform: uppercase;
}

#home .c2 .item .intro .title .deco{
	position: absolute;
	left: -15px;
	top: -20px;
	transform: rotate(-5deg);
	transform-origin: top left;
	z-index: -1;
	font-family: 'South Island', serif;
	color: #7D7E81;
	font-size: 62px;
	font-weight: 400;
	text-transform: none;
}

#home .c2 .item .prix{
	background-color: #DE006E;
	color: #fff;
	font-weight: 900;
	font-size: 18px;
	padding: 5px 8px;
	border-radius: 7px;
	display: inline-block;
	margin-right: 20px;
}

#home .c2 .item .prix .prix_barre{
	font-size: 13px;
	margin-right: 5px;
	text-decoration: line-through;
}

#home .c2 .more-infos{
	text-align: center;
	padding: 30px 20px;
}

#home .c2 .more-infos p{
	font-size: 14px;
	line-height: 19px;
}

#home .c2 .more-infos form{
	display: inline-block;
    width: fit-content;
}

#home .c2 .more-infos .button{
	margin: 20px auto 0;
	cursor: pointer;
	padding-left: 40px;
	background-image: url(images/icon-cart-white.svg);
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: left 15px center;
}

#home .c3{
	text-align: center;
	margin-bottom: 150px;
}

#home .c3 h2{
	margin: 0 0 30px;
}

#home .c3 a{
	display: inline-block;
	vertical-align: top;
	width: 270px;
	margin: 10px;
	height: 220px;
	position: relative;
	text-decoration: none;
	overflow: hidden;
	border-radius: 8px;
}

#home .c3 a .image{
	width: 100%;
	height: 100%;
}

#home .c3 a .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}

#home .c3 a:hover .image img{
	transform: scale(1.1);
}

#home .c3 a .title{
	position: absolute;
	right: 10px;
	top: 10px;
	background-color: #fff;
	color: #1D1D1B;
	font-weight: 900;
	padding: 5px 9px;
	border-radius: 8px;
	font-size: 16px;
}

#home .c4{
	position: relative;
	text-align: center;
	padding: 100px 0;
}

#home .c4:before{
	content:'';
	width: 100%;
	height: 200px;
	position: absolute;
	left: 0;
	top: 0;
	transform: translateY(-50%);
	background-image: url(images/background-gradient.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 2;
}

#home .c4:after{
	content:'';
	width: 100%;
	height: 200px;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translateY(50%);
	background-image: url(images/background-gradient.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 2;
}

#home .c4 .background{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#home .c4 .background img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#home .c4 .content{
	width: 100%;
	max-width: 810px;
	box-sizing: border-box;
	background-image: url(images/home-c4-content-background.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	padding: 120px 80px 80px;
	position: relative;
	z-index: 5;
	margin: 0 auto;
}

#home .c4 .content:after{
	content: '';
	width: 150px;
	height: 100px;
	position: absolute;
	right: 81px;
	top: 168px;
	background-image: url(images/deco-vache.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: -1;
}

#home .c4 h2{
	text-align: left;
	margin-bottom: 30px;
}

#home .c4 p{
	text-align: justify;
}

#home .c4 .signature{
	transform: rotate(-5deg);
	transform-origin: top left;
	z-index: -1;
	font-family: 'South Island', serif;
	color: #7D7E81;
	font-size: 40px;
	font-weight: 400;
	margin-top: 50px;
}

#home .c4 .button{
	position: absolute;
    right: 80px;
    bottom: 96px;
}


/* ***** POINTS DE VENTE ***** */

#points-de-vente{
	text-align: center;
	margin-top: 50px;
}

#points-de-vente h1{
	font-family: 'Avenir', sans-serif;
	color: #1D1D1B;
	font-size: 40px;
	font-weight: 900;
	line-height: 52px;
	position: relative;
	z-index: 2;
	margin: 0 0 10px;
}

#points-de-vente h1+p{
	margin-bottom: 50px;
}

#points-de-vente .item{
	display: inline-block;
	width: 38%;
	vertical-align: top;
	margin: 0 2% 50px;
	position: relative;
}

#points-de-vente .item .image{
	width: 100%;
	height: 250px;
	overflow: hidden;
	border-radius: 9px;
}

#points-de-vente .item .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#points-de-vente .item h2{
	color: #1D1D1B;
	font-weight: 900;
	padding: 15px 10px 5px;
	border-radius: 8px;
	font-size: 26px;
	line-height: 37px;
	text-align: left;
}

#points-de-vente .item .links{
	text-align: left;
	padding: 0 10px;
	width: 100%;
	box-sizing: border-box;
}

#points-de-vente .item .links a{
	display: inline-block;
}

#points-de-vente .item .links a+a{
	margin-left: 20px;
}

#points-de-vente .item.big{
	display: block;
    width: 100%;
    margin: 0 auto 50px;
}

#points-de-vente .item.big .image{
	height: 370px;
    display: inline-block;
    width: 59%;
    margin-right: 5%;
    vertical-align: middle;
}

#points-de-vente .item.big .content{
	display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 30%;
}

#points-de-vente .item.big .content h2{
	padding: 0;
	margin-bottom: 15px;
	font-size: 36px;
	line-height: 45px;
}

#points-de-vente .item.big .content .adresse{
	font-weight: 900;
    margin: 30px 0 15px;
    text-decoration: none;
    color: #1D1D1B;
    font-size: 18px;
    display: block;
    width: fit-content;
}

#points-de-vente .item.big .content .parking{
	padding-left: 40px;
	font-size: 16px;
	background-image: url(images/icon-parking.svg);
	background-size: 27px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 30px;
}

#points-de-vente .item.big .content .adresse:hover{
	text-decoration: underline;
}

#points-de-vente .item.big .content ul{
	list-style: none;
    margin-bottom: 30px;
}

#points-de-vente .item.big .content li{
	font-weight: 900;
    font-size: 18px;
    margin-bottom: 10px;
}

#points-de-vente .item.big .content li .jour{
	display: inline-block;
    width: 105px;
    color: #DE006E;
}

#points-de-vente .items p.title{
	font-family: 'Avenir', sans-serif;
    color: #1D1D1B;
    font-size: 34px;
    font-weight: 900;
    line-height: 45px;
    position: relative;
    z-index: 2;
    margin: 0 0 40px;
}

/* ***** A PROPOS ***** */

#a-propos{
	text-align: center;
	margin-top: 50px;
}

#a-propos h1{
	font-family: 'Avenir', sans-serif;
	color: #1D1D1B;
	font-size: 40px;
	font-weight: 900;
	line-height: 52px;
	position: relative;
	z-index: 2;
	margin: 0 0 10px;
}

#a-propos h1+p{
	margin-bottom: 50px;
}

#a-propos .item{
	display: inline-block;
	width: 45%;
	vertical-align: top;
	margin: 0 2% 50px;
	position: relative;
}

#a-propos .item a{
	text-decoation: none;
}

#a-propos .item .image{
	width: 100%;
	height: 450px;
	overflow: hidden;
	border-radius: 9px;
}

#a-propos .item .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}

#a-propos .item:hover .image img{
	transform: scale(1.1);
}

#a-propos .item span{
	position: absolute;
	right: 10px;
	top: 10px;
	background-color: #fff;
	color: #1D1D1B;
	font-weight: 900;
	padding: 5px 14px;
	border-radius: 8px;
	font-size: 18px;
	line-height: 25px;
}

/* ***** SHOP ***** */

#shop{
}

#home #shop{
padding: 0;
}

.shop, .eshop{
position: relative;
}

#shop .microdata{ /* toutes les champs sÃ©mantiques schema.org*/
display:none;
}

#shop .button.button_home{
	margin-left: 50px;
}

#shop .main_width{
}

#shop h1{
font-family: 'Avenir', sans-serif;
color:#1D1D1B;
font-size: 40px;
font-weight: 900;
line-height: 52px;
position: relative;
z-index: 2;
margin: 0 0 50px;
}

#shop .c1{
	text-align: center;
	padding: 0 70px;
	box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto;
}

#shop .c1 a{
	display: inline-block;
	vertical-align: top;
	width: 270px;
	margin: 10px;
	height: 220px;
	position: relative;
	text-decoration: none;
	overflow: hidden;
	border-radius: 8px;
}

#shop .c1 a .image{
	width: 100%;
	height: 100%;
}

#shop .c1 a .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}

#shop .c1 a:hover .image img{
	transform: scale(1.1);
}

#shop .c1 a .title{
	position: absolute;
	right: 10px;
	top: 10px;
	background-color: #fff;
	color: #1D1D1B;
	font-weight: 900;
	padding: 5px 9px;
	border-radius: 8px;
	font-size: 16px;
}

/* affichage de la liste des produits */



#shop .c2 .colis-fin-annee{
	margin-bottom: 50px;
    position: relative;
    z-index: 10;
    text-align: center;
}

#shop .c2 .colis-fin-annee a{
	text-decoration: none;
}

#shop .c2 .colis-fin-annee a img{
	width: 300px;
    height: auto;
}

#shop .c2 .colis-fin-annee a+a img{
	margin-left: 30px;
}

#shop .c2{
	text-align: center;
	padding: 0 70px;
    box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto;
}

#shop .c2 h1{
}

#shop .c2 p.fil_rouge{
font-size:13px;
margin: 0 0 50px;
opacity:0.45;
}

#shop .c2 a.item{
	display: inline-block;
	vertical-align: top;
	width: 270px;
	margin: 10px;
	position: relative;
	text-decoration: none;
}

#shop .c2 a.item .image{
	width: 100%;
	height: 220px;
	overflow: hidden;
	border-radius: 8px;
}

#shop .c2 a.item .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}

#shop .c2 a.item:hover .image img{
	transform: scale(1.1);
}

#shop .c2 a.item .title{
	color: #1D1D1B;
	font-weight: 900;
	padding: 5px 9px;
	font-size: 16px;
	text-align: left;
	margin-top: 10px;
}

#shop .c2 a.item .title .quantite{
	display: block;
	font-size:15px;
	opacity:0.45;
	padding: 5px 0;
	font-weight: 500;
}

#shop .c2 a.item .prix{
	position: absolute;
	right: 10px;
	top: 10px;
	background-color: #DE006E;
	color: #fff;
	font-weight: 900;
	font-size: 15px;
	padding: 5px 8px;
	z-index: 3;
	border-radius: 7px;
}

#shop .c2 a.item .prix .prix_barre{
	font-size: 11px;
	margin-right: 5px;
	text-decoration: line-through;
}


/* affichage d'un produit suivant son ID */
#shop .c3{ 
	text-align: center;
	padding: 0 70px;
	box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto;
}

#shop .c3 h1{
margin-bottom: 0;
}

#shop .c3 h1.colis-h1{
padding-left: 20px;
position: relative;
display: block;
width: fit-content;
margin: 0 auto 50px;
}

#shop .c3 h1.colis-h1 .deco{
position: absolute;
left: -15px;
top: -20px;
transform: rotate(-5deg);
transform-origin: top left;
z-index: -1;
font-family: 'South Island', serif;
color: #7D7E81;
font-size: 62px;
font-weight: 400;
}

#shop .c3 .quantite{
display: block;
font-size: 19px;
opacity: 0.45;
padding: 5px 0;
font-weight: 500;
margin: 0;
}

#shop .c3 .c3_c1{
display: inline-block;
width: 50%;
margin-left: 5%;
vertical-align: top;
text-align: left;
}

#shop .c3 .c3_c1 p.fil_rouge{
font-size: 13px;
margin-bottom: 0px;
opacity: 0.45;
padding: 0 0 24px 0;
}

#shop .c3 .c3_c1 p.reference{
background-color: #261a1a;
color: white;
width: fit-content;
width: -moz-fit-content;
display: inline-block;
padding: 3px 20px;
font-size: 13px;
text-transform: uppercase;
margin-bottom: 50px;
}

#shop .c3 .c3_c1 p.reference+p.reference{
margin-top: -40px;
}

#shop .c3 .c3_c1 p.prix{
display: block;
width: fit-content;
background-color: #DE006E;
color: #fff;
font-weight: 900;
font-size: 17px;
padding: 5px 8px;
border-radius: 8px
}



#shop .c3 .c3_c1 p.prix .prix_barre{
	font-size: 15px;
	margin-right: 5px;
	text-decoration: line-through;
}

#shop .c3 .c3_c1 .prix+.ajouter_au_panier{
	margin-top: 20px;
}

#shop .c3 .c3_c1 span.info_tva{
font-size: 15px;
font-weight: 500;
}

#shop .c3 .c3_c1 span.prix_barre{
text-decoration: line-through;
display: inline-block;
}

#shop .c3 .c3_c1 span.prix_commentaire{
display: inline-block;
}

#shop .c3 .devis_button{
margin: 0 0 20px 20px;
}

#shop .c3 .c3_c1 form{
padding: 10px 0 50px;
}

#shop .c3 .c3_c1 label{
opacity: 0.45;
font-size: 15px;
margin-bottom: 5px;
display: block;
}

#shop .c3_c1 select{
border: 1px solid #757575;
background-color: white;
padding: 10px;
height: 40px;
box-sizing: border-box;
vertical-align: middle;
width: 200px;
font-size: 16px;
margin-right: 5px;
border-radius: 9px;
}

#shop .c3_c1 input[type="submit"]{
display: inline-block;
height: 40px;
vertical-align: middle;
background-color: #261a1a;
cursor: pointer;
color: white;
position: relative;
padding: 0 20px 0 40px;
background-image: url(images/icon-cart-white.svg);
background-repeat: no-repeat;
background-position: 10px center;
background-size: 18px;
font-size: 18px;
}

#shop .c3_c1 .description{
	margin-bottom: 20px;
}

#shop .c3_c1 .description p{
	flont-size: 16px;
	line-height: 25px;
}

#shop .c3_c1 .info-reservation{
	max-width: 470px;
	margin-top: 50px;
}

#shop .c3 .c3_c2{
display: inline-block;
width: 44%;
vertical-align: top;
}

#shop .c3 .images{
position: relative;
}

#shop .c3 .c3_c2 .prix{
position: absolute;
right: 10px;
top: 10px;
background-color: #DE006E;
color: #fff;
font-weight: 900;
font-size: 17px;
padding: 5px 8px;
z-index: 3;
border-radius: 7px;
}



#shop .c3 .c3_c2 .prix .prix_barre{
	font-size: 11px;
	margin-right: 5px;
	text-decoration: line-through;
}

#shop .c3 .demo-gallery a.item.main_pic{ /*principale*/
width: 100%;
height:360px;
display:block;
position:relative;
overflow: hidden;
border-radius: 15px;
}

#shop .c3 .demo-gallery a.item.main_pic img{
width:100%;
height:100%;
object-fit:cover;
transition: all 0.4s;
}

#shop .c3 .demo-gallery a.item.main_pic:hover img{
transform: scale(1.1);
}

#shop .c3 .demo-gallery a.item.other_pics{ /*miniatures*/
width: 18%;
height:100px;
display:inline-block;
position:relative;
border:0.25px solid white;
overflow: hidden;
border-radius: 8px;
}

#shop .c3 .demo-gallery a.item.other_pics img{
width:100%;
height:100%;
object-fit:cover;
transition: all 0.4s;
}

#shop .c3 .demo-gallery a.item.other_pics:hover img{
transform: scale(1.1);
}

#shop .c3 .demo-gallery a.item.other_pics.last{
background-color:#261a1a;
background-image:url('images/voir_plus.svg');
background-repeat:no-repeat;
background-size:85%;
background-position:center;
transition:all 0.15s;
}

#shop .c3 .demo-gallery a.item.other_pics.last img,
#shop .c3 .demo-gallery a.item.other_pics.last .arrow{
display:none;
}

#shop .c3 .demo-gallery a.item.other_pics.last:hover{
background-size:90%;	
}

#shop .c3 .demo-gallery a.item.hidden{
display:none;	
}

#shop .c3_c2 .images h2{
	font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: left;
}

#shop .c3 .colis_produit{
	display: inline-block;
    width: 45%;
    height: 180px;
    position: relative;
    margin: 0 2% 20px;
}

#shop .c3 .colis_produit .image{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 9px;
}

#shop .c3 .colis_produit .image img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

#shop .c3 .colis_produit .title{
	position: absolute;
    right: 10px;
    top: 10px;
    background-color: #fff;
    color: #1D1D1B;
    font-weight: 500;
    padding: 5px 9px;
    border-radius: 8px;
    font-size: 11px;
    max-width: 80%;
    text-align: left;
    line-height: 15px;
}

#shop .c3 .colis_produit .offert{
	position: absolute;
    right: 10px;
    bottom: 10px;
	background-color: #DE006E;
	color: #fff;
	font-weight: 900;
	font-size: 15px;
    padding: 5px 9px;
    border-radius: 8px;
    max-width: 80%;
    text-align: left;
    line-height: 15px;
}

#shop .c3 .related{
position: relative;
text-align: center;
margin-top: 200px;
}

#shop .c3 .related:before{
content: "";
position: absolute;
height: 1px;
background-color: #1d1d1b;
opacity: 0.10;
width: 100%;
margin: 0 auto;
text-align: center;
left: 0;
top: -65px;
}

#shop .c3 .related h2{
	margin-bottom: 50px;
}

#shop .c3 .related a.item{
	display: inline-block;
	vertical-align: top;
	width: 270px;
	margin: 10px;
	position: relative;
	text-decoration: none;
}

#shop .c3 .related a.item .image{
	width: 100%;
	height: 220px;
	overflow: hidden;
	border-radius: 8px;
}

#shop .c3 .related a.item .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s;
}

#shop .c3 .related a.item:hover .image img{
	transform: scale(1.1);
}

#shop .c3 .related a.item .title{
	color: #1D1D1B;
	font-weight: 900;
	padding: 5px 9px;
	font-size: 16px;
	text-align: left;
	margin-top: 10px;
}

#shop .c3 .related a.item .title .quantite{
	display: block;
	font-size:15px;
	opacity:0.45;
	padding: 5px 0;
	font-weight: 500;
}

#shop .c3 .related a.item .prix{
	position: absolute;
	right: 10px;
	top: 10px;
	background-color: #DE006E;
	color: #fff;
	font-weight: 900;
	font-size: 15px;
	padding: 5px 8px;
	z-index: 3;
	border-radius: 7px;
}


#shop .c3 .related a.item .prix .prix_barre{
	font-size: 11px;
	margin-right: 5px;
	text-decoration: line-through;
}


/* ***** Mentions lÃ©gales ***** */


#legal{
text-align:center;
padding:90px 50px 100px; /* a recopier pour toutes les pages SAUF home */

}

#legal .main_width{
padding-top:85px;
padding-bottom:30px;
}


#legal h1{
font-size: 30px;
line-height: 35px;
font-weight: 400;
padding-bottom: 30px;
margin: 0 0 50px;
text-align: center;
position: relative;
}

#legal h2{
background-position: 0px 7px;
position: relative;
bottom: 0px;
margin-top: 14px;
margin-bottom: 14px;
font-size:28px;
line-height:30px;
background-position: bottom left;
padding-bottom: 7px;
}

#legal h3{
line-height:23px!important;
padding-bottom: 6px!important;
}

#legal p{
margin-bottom:5px;
}

#legal p span{
display:inline-block;
vertical-align:top;
width:166px;
text-decoration:underline;
}

#legal .c0{
width:600px;
text-align:left;
display:inline-block;
vertical-align:top;
border:1px solid #c0c0c0;
text-align:left;
padding:1%;
margin-bottom:30px;
background-color:white;
border-radius:13px;
}

#legal .c1{
display:inline-block;
vertical-align:top;
width:36%;
margin-right:6%;
padding:1%;
border:1px solid #c0c0c0;
text-align:left;
margin-bottom:30px;
min-height:262px;
background-color:white;
border-radius:13px;
}

#legal .c1.last{
margin-right:0px;
}

#legal .c1 p{
margin-bottom:8px;
font-size:13px;
line-height:22px;
}

#legal .c2{
width:36%;
padding:1%;
margin-right:4%;
text-align:left;
display:inline-block;
vertical-align:top;
border:1px solid #c0c0c0;
margin-bottom:30px;
height:600px;
overflow:auto;
padding-bottom:30px;
background-color:white;
border-radius:13px;
}

#legal .c2 h3{

}

#legal .c2 h4{

}

#legal .c2 p{
margin-bottom:8px;
font-size:13px;
line-height:22px;
}

#legal .c2 ul li{
margin-bottom:5px;
font-size:13px;
line-height:22px;
padding-left:15px;
list-style-type:none;
}

#legal .c2 ul ul li{
padding-left:30px;
}

#legal .c2.last{
margin-right:0px;
}


/* ***** 404 ***** */

#e404{
text-align:center;
margin-top: 50px;
}

#e404 .main_width{
padding-top:85px;
padding-bottom:30px;
box-sizing: border-box;
}

#e404 h1{
font-family: 'Avenir', sans-serif;
color:#1D1D1B;
font-size: 40px;
font-weight: 900;
line-height: 52px;
position: relative;
z-index: 2;
margin: 0 0 50px;
}


/* *********************** FOOTER *********************** */


#footer{
margin-top: 150px;
text-align: center;
}

#footer #contact{
	padding-top: 200px;
	margin-top: -200px;
}

#footer .content{
	display: inline-block;
	width: 50%;
	margin-left: 9%;
	vertical-align: middle;
	text-align: left;
}

#footer h2{
	margin-bottom: 30px;
}

#footer .content p{
	margin-bottom: 15px;
	font-size: 19px;
	max-width: 80%;
}

#footer ul{
	list-style: none;
	margin-bottom: 30px;
}

#footer ul li{
	font-weight: 900;
	font-size: 18px;
	margin-bottom: 10px;
}

#footer ul li .jour{
	display: inline-block;
	width: 150px;
	color: #DE006E;
}

#footer .adresse{
	font-weight: 900;
	margin-top: 30px;
	text-decoration: none;
	color: #1D1D1B;
	font-size: 18px;
	display: block;
	width: fit-content;
}

#footer .adresse:hover{
	text-decoration: underline;
}

#footer .parking{
	padding-left: 40px;
	font-size: 16px;
	background-image: url(images/icon-parking.svg);
	background-size: 27px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 13px;
}

#footer .content .links{
	margin-top: 30px;
}

#footer .content .links .button{
	display: inline-block;
	vertical-align: middle;
}

#footer .content .links .button+.button{
	margin-left: 20px;
}

#footer .map{
	display: inline-block;
	width: 40%;
	vertical-align: middle;
}

#footer .map&gt;img{
	width: 90%;
	margin: 0 auto;
	height: auto;
}

#footer .map .info-reservation{
	position: relative;
	bottom: 100px;
	z-index: 2;
}

.info-reservation{
	position: relative;
	width: 100%;
}

.info-reservation:after{
	content: '';
	position: absolute;
	right: 0;
	top: -63px;
	width: 40%;
	height: 222px;
	background-image: url(images/info-reservation-deco.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
}

.info-reservation p{
	display: block;
	width: 65%;
	margin: 0 auto 0 0;
	padding: 9px 15px;
	background-color: #1D1D1B;
	color: #fff;
	font-size: 17px;
	line-height: 28px;
	position: relative;
	z-index: 2;
	text-align: left;
	border-radius: 10px;
}

.info-reservation p .important{
	text-decoration: underline;
}

#footer p.copyright{
color:#0F0F0F;
text-align:center;
font-size:14px;
margin-top:90px;
padding-bottom:15px;
margin-bottom:0px;
}

#footer p.copyright a{
color:#0F0F0F;
text-decoration:underline;
}

#footer p.copyright+a{
width: 100px;
display: block;
margin: 0 auto;
padding-bottom: 30px;
}

#footer p.copyright+a img{
width: 100%;
height: auto;
opacity: 0.4;
}


/* ***** CAPTCHA ***** */

.grecaptcha-badge { 
	visibility: hidden; 
}


/* ***** COOKIES ***** */

#cookieChoiceInfo{
	box-sizing: border-box;
}

/* ***** AOS ***** */

.fade_container {
    overflow-x: hidden;
}


/* *************************** ESHOP *** ESHOP *** ESHOP *************************** */


/* ***** CART ***** */
#cart{
text-align:center;
margin-top: 50px;
}

#cart h1{
	font-family: 'Avenir', sans-serif;
	color: #1D1D1B;
	font-size: 40px;
	font-weight: 900;
	line-height: 52px;
	position: relative;
	z-index: 2;
	margin: 0 0 50px;
}

#cart .c1{
display:inline-block;
vertical-align:top;
width:69%;
padding-right:4%;
text-align: right;
}

#cart .c2{
display:inline-block;
vertical-align:top;
width:21%;
padding-left:4%;
text-align:left;
}

#cart .c2 .errors p{
font-size: 14px;
line-height: 14px;
margin: 0px;
color: #e10613;
margin-bottom: 20px;
}

#cart table.panier{
width:100%;
border-collapse: collapse;
table-layout: auto;
margin-bottom:60px;
text-align: left;
}

#cart table.panier tr{
border-bottom:1px solid #e1e1e1;
height:60px;
}

#cart table.panier tr:last-child{
border:none;
}

#cart table.panier td a:hover{
text-decoration: underline;
}

#cart table.panier td.image{
width: 50px;
height: 50px;
display: inline-block;
margin-top: 5px;
}

#cart table.panier td.image&gt;div{
width: 100%;
height: 100%;
overflow: hidden;
border-radius: 8px;
}

#cart table.panier td.image img{
width: 100%;
height: 100%;
object-fit: cover;
}

#cart table.panier td.titre{
padding:20px;	
vertical-align: middle;
overflow: hidden;
}

#cart table.panier td.titre a{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
line-clamp: 1;
-webkit-box-orient: vertical;
color: #1D1D1B;
text-decoration: none;
}

#cart table.panier td.titre a:hover{
	text-decoration: underline;
}

#cart table.panier td.prix_unitaire{
padding:0px 20px;
width: 85px;
vertical-align: middle;
font-size: 13px;
line-height: 16px;
}


#cart table.panier td.changer_quantite{
width:22px;
text-align:center;
table-layout: auto;
vertical-align: middle;
}

#cart table.panier td.changer_quantite input[type="submit"]{
display:inline-block;
line-height:0px;
color:#7b7a7a;
width:17px;
height:17px;
border:1px solid #e1e1e1;
text-align:center;
background-color:white;
color:#404040;
padding:0px;
margin:0px;
cursor: pointer;
border-radius: 5px;
}

#cart table.panier td.changer_quantite input[type="submit"]:hover{
padding:0px;
margin:0px;
}

#cart table.panier td.quantite{
text-align:center;
vertical-align: middle;
}

#cart table.panier td.erreur p{
font-size: 14px;
line-height: 14px;
margin: 0px;
color: #e10613;
}

#cart table.panier td.supprimer{
padding:0px 20px;
vertical-align: middle;
width: 75px;
}

#cart table.panier td.supprimer input[type="submit"]{
display:inline-block;
line-height:15px;
color:#7b7a7a;
border:1px solid #e1e1e1;
text-align:center;
background-color:white;
color:#404040;
padding:2px 4px;
margin:0px;
cursor: pointer;
border-radius: 5px;
}

#cart table.panier td.supprimer input[type="submit"]:hover{
}

#cart table.panier td.prix{
width:100px;
text-align:right;	
padding-right:13px;
vertical-align: middle;
}

#cart table.panier td.prix p{
display: inline-block;
font-size: 13px;
}

#cart table.panier+a.button+a.button{
}

#cart .c1 .button{
	display: inline-block;
}

#cart .c1 .no_product+.button{
	margin-top: 20px;
}

#cart .c1 .button.soft{
	border: 1px solid #1D1D1B;
	color: #1D1D1B;
	background-color: transparent;
}

#cart .c1 .button+.button{
	margin-left: 10px;
}

#cart .recapitulatif{
text-align:right;
margin-top:30px;
}

div#cart p.livraison{
display: inline-block;
padding-right: 0;
}

div#cart p.livraison+div.title_alert{
margin-right: 7px;
margin-left: 5px;
}

div#cart p.livraison span{
width: 97px;
}

#cart p.total,
#cart p.livraison,
#cart p.total_a_payer,
#cart p.livraison_gratuite,
#cart p.livraison_supplementaire{
font-size:15px;
margin-bottom:0px;
padding: 7px 13px;
}

#cart p.total span,
#cart p.livraison span,
#cart p.total_a_payer span,
#cart p.livraison_gratuite span,
#cart p.livraison_supplementaire span{
display:inline-block;
vertical-align:top;
width:120px;
font-weight:900;
}

#cart p.info_livraison_gratuite span{
display:inline-block;
vertical-align:top;
padding-left: 30px;
background-image: url(images/common/arrow-right-black.svg);
background-size: 15px;
background-repeat: no-repeat;
background-position: 3px 10px;
font-size: 15px;
color:#261a1a;
}

#cart p.info_livraison_gratuite{
margin-bottom: 7px;
}

#cart p.total_a_payer{
display:inline-block;
vertical-align:top;
border-top:1px solid #e1e1e1;	
min-width:350px;
}

#cart p.livraison_gratuite{
vertical-align:top;
min-width:300px;
}

#cart p.livraison_supplementaire{
vertical-align:top;
min-width:300px;
}


#cart .tunnel{
border-left:3px solid #e1e1e1;
}

#cart .tunnel p{
padding-left: 45px;
opacity: 0.45;
font-size: 15px;
line-height: 21px;
}

#cart .tunnel p a{
text-decoration: underline;
}

#cart .tunnel .space{
margin-bottom:31px;	
}

.alert_message{
	position: absolute;
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden;
}

.title_alert{
	display: inline-block;
	position: relative;
	margin-left: 10px;
}

.title_alert img{
	width: 15px;
	margin-right: 5px;
}

.title_alert:hover .alert_message{
	visibility: visible;
    height: 43px;
    overflow: visible;
    position: absolute;
    background-color: #e7e7e7;
    padding: 10px;
    z-index: 10;
    width: 300px;
    left: -152px;
    top: -82px;
    box-shadow: 5px 5px 15px -8px #b0b0b0;
    text-transform: none;
    line-height: 1.2;
    text-align: center;
}

.title_alert:hover .alert_message:after {
	top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #e7e7e7;
    border-width: 10px;
    margin-left: -10px;
}

#cart .title_alert:hover .alert_message p{
	font-size: 16px;
    line-height: 22px;
}


/* ***** LOGIN ***** */
#login{
text-align:center;
margin-top: 50px;
}

#login h1{
font-family: 'Avenir', sans-serif;
color: #1D1D1B;
font-size: 40px;
font-weight: 900;
line-height: 52px;
position: relative;
z-index: 2;
margin: 0 0 50px;
}

#login .c1{
display:inline-block;
vertical-align:top;
width:40%;
padding-right:4%;
text-align:left;
}

#login .c1 label{
opacity: 0.45;
font-size: 15px;
display: block;
margin-bottom: 10px;
}

#login .c1 input+label{
margin-top: 20px;
}

#login .c1 input{
border: 1px solid #757575;
background-color: white;
padding: 10px;
height: 40px;
box-sizing: border-box;
vertical-align: middle;
width: 100%;
font-size: 17px;
margin-right: 5px;
border-radius: 8px;
}

#login .c1 input[type="submit"].button{
display: block;
width: fit-content;
border-radius: 9px;
text-transform: uppercase;
color: #fff;
background-color:#1D1D1B;
padding: 9px 20px;
font-weight: 500;
font-size: 14px;
text-decoration:none;
transition:all 0.4s;
cursor: pointer;
height: unset;
border: none;
}

#login .c1 input[type="submit"].button:hover{
transform: scale(1.1);
}

#login .c2{
display:inline-block;
vertical-align:top;
width:30%;
padding-left:4%;
text-align:left;
}

#login .c2 a{
margin-top: 20px;
}

#login h2{
display: block;
color: #969892;
font-size: 18px;
margin-bottom: 30px;
text-transform: uppercase;
border-bottom: 1px solid #261a1a;
font-weight: 600;

margin-bottom: 20px;
text-transform: uppercase;
border-bottom: 1px solid #cfcfcf;
font-weight: 600;
padding-bottom: 0;
}



#login p.new_pass a{
font-size:13px;
opacity:0.45;
transition:all 0.3s;
}

#login p.new_pass a:hover{
opacity:1;	
}

@keyframes error {
	0% {
		opacity: 0;
		transform: translate(-30px, 0);
		height: 0;
		margin-bottom:0;
	}
	3% {
		opacity: 0;
		transform: translate(-30px, 0);
		height: auto;
		margin-bottom:76px;
	}
	10%{
		opacity: 1;
		transform: translate(0, 0);
		height: auto;
		margin-bottom:76px;
	}
	90%{
		opacity: 1;
		transform: translate(0,0);
		height: auto;
		margin-bottom:76px;
	}
	97% {
		opacity: 0;
		transform: translate(-30px, 0);
		height: auto;
		margin-bottom:76px;
	}
	100% {
		opacity: 0;
		transform: translate(-30px, 0);
		height: 0;
		margin-bottom:0;
	}
}

#login .message{
display: block;
height: auto;
margin-bottom: 50px;
}

#login .message p{
display:inline-block;
vertical-align:top;
background-color: transparent;
color: #e11212;
padding: 0 0 0 41px;
font-size: 18px;
line-height: 29px;
background-position: left center;
background-repeat: no-repeat;
background-size: 32px;
background-image: url(images/icon-mail-alert.svg);
margin-bottom:5px;
}

#login .message.success p{
background-image: none;
padding: 0;
color: #1c8f21;
}

#login p.error{
display: block;
font-size: 15px;
color: red;
font-weight: 900;
margin-top: 10px;
margin-bottom: 0px !important;
opacity: 0;
transform: translate(-30px, 30px);
animation-name: error;
animation-duration: 15s;
animation-delay: 0.3s;
height: 0;
}

#login label{
display: block;
}


/* ***** SIGN IN ***** */
#signin{
text-align:center;
position: relative;
margin-top: 50px;
}

#signin h1{
font-family: 'Avenir', sans-serif;
color: #1D1D1B;
font-size: 40px;
font-weight: 900;
line-height: 52px;
position: relative;
z-index: 2;
margin: 0 0 50px;
}

#signin .c1{
display:inline-block;
vertical-align:top;
width:35%;
padding-right:10%;
text-align:left;
}

#signin .c2{
display:inline-block;
vertical-align:top;
width:38%;
padding-left:4%;
text-align:left;
}

#signin h2{
margin-bottom: 35px;
text-transform: uppercase;
border-bottom: 1px solid #261a1a;
font-weight: 600;
text-align: left;
}

#signin h2 span{
display: block;
color: #969892;
font-size: 18px;
}

#signin .opt_in_label{
display:inline-block;	
}

#signin .submit{
cursor: pointer;
margin-top: 20px;
}

#signin .c2 p{
font-size: 13px;
opacity: 0.45;
line-height: 19px;
}

#signin .c2 p.connexion_btn, #recuperation_pass p.connexion_btn{
font-size: 13px;
opacity: 0.45;
transition: all 0.3s;
margin-top: 20px;
}

#signin .c2 p.connexion_btn a:hover, #recuperation_pass p.connexion_btn a:hover{
opacity: 1;
}

#signin .form_errors p{
display: block;
font-size: 15px;
color: red;
font-weight: 900;
margin-top: 10px;
margin-bottom: 20px !important;
opacity: 0;
transform: translate(-30px, 30px);
animation-name: error;
animation-duration: 15s;
animation-delay: 0.3s;
height: 0;
}

#signin.eshop label, #signin.eshop .label_input{
display:block;
margin-bottom:4px;
font-size: 17px;
}

#signin.eshop .radio label{
display:inline-block;
}

div#signin input[type="email"]{
border: 1px solid #757575;
background-color: white;
padding: 10px;
height: 40px;
box-sizing: border-box;
vertical-align: middle;
width: 100%;
margin-bottom: 20px;
font-size: 17px;
margin-right: 5px;
border-radius: 8px;
}

div#signin input[type="password"]{
border: 1px solid #757575;
background-color: white;
padding: 10px;
height: 40px;
box-sizing: border-box;
vertical-align: middle;
width: 100%;
margin-bottom: 20px;
font-size: 17px;
margin-right: 5px;
border-radius: 8px;
}

div#signin input[type="text"]{
border: 1px solid #757575;
background-color: white;
padding: 10px;
height: 40px;
box-sizing: border-box;
vertical-align: middle;
width: 100%;
margin-bottom: 20px;
font-size: 17px;
margin-right: 5px;
border-radius: 8px;
}

div#signin input[type="number"]{
border: 1px solid #757575;
background-color: white;
padding: 10px;
height: 40px;
box-sizing: border-box;
vertical-align: middle;
width: 100%;
margin-bottom: 20px;
font-size: 17px;
margin-right: 5px;
border-radius: 8px;
}


div#signin input[type="tel"]{
border: 1px solid #757575;
background-color: white;
padding: 10px;
height: 40px;
box-sizing: border-box;
vertical-align: middle;
width: 100%;
margin-bottom: 20px;
font-size: 17px;
margin-right: 5px;
border-radius: 8px;
}

div#signin.eshop .radio{
margin-bottom: 20px;
}

div#signin.eshop input[type="checkbox"]{
display: inline;
margin-top: 2px;
vertical-align: top;
}

div#signin.eshop input[type="checkbox"]+label{
display: inline-block;
width: 90%;
vertical-align: top;
}

div#signin.eshop .space{
display: inline-block;
width: 13px;
}

div#signin.eshop label, div#signin.eshop .label_input{
opacity: 0.45;
font-size: 15px;
line-height: 18px;
margin-bottom: 10px;
}

/* ***** MON COMPTE ***** */
#compte{
margin-top: 50px;
text-align:center;
}

#compte h1{
font-family: 'Avenir', sans-serif;
color: #1D1D1B;
font-size: 40px;
font-weight: 900;
line-height: 52px;
position: relative;
z-index: 2;
margin: 0 0 50px;
}

#compte h2{
margin-top: 50px;
margin-bottom: 35px;
text-transform: uppercase;
border-bottom: 1px solid #261a1a;
font-weight: 600;
text-align: left;
}

#compte h2 span{
display: block;
color: #969892;
font-size: 18px;
}


#compte .c1{
width:100%;
margin-bottom:60px;
}

#compte .c1a{
display:inline-block;
vertical-align:top;
width:55%;
padding-right:4%;
text-align:left;
}

#compte .c1b{
display:inline-block;
vertical-align:top;
width:35%;
padding-left:4%;
text-align:left;
}

#compte .c1 p{
font-size:16px;
margin-bottom:8px;
}

#compte .c1 p span{
display:inline-block;
vertical-align:top;
min-width:240px;
font-weight:900;
}

#compte .c1 a.button{
margin-bottom:16px;	
}

#compte .c1b a{
text-decoration: none;
color: #7D7E81;
}

#compte .c1b a:hover{
text-decoration: underline;
}

#compte .c1 .changer_password{
background-image: url('images/password.png');
background-repeat: no-repeat;
background-position: 0px 3px;
padding-left: 61px;
padding-top: 5px;
padding-bottom: 5px;
display: inline-block;
margin-bottom:16px;
}

#compte .c1 .modifier_info_personnelles{
background-image: url('images/common/update-arrow.png');
background-size:21px;
background-repeat: no-repeat;
background-position: 0px 3px;
padding-left: 32px;
padding-top: 5px;
padding-bottom: 5px;
display: inline-block;
margin-bottom:16px;
}

#compte .c1 .mes-adresses{
background-image: url('images/common/adresses.svg');
background-size:21px;
background-repeat: no-repeat;
background-position: 0px 3px;
padding-left: 32px;
padding-top: 5px;
padding-bottom: 5px;
display: inline-block;
margin-bottom:16px;
}

#compte .c1 .logout{
background-image: url('images/common/logout.png');
background-size:21px;
background-repeat: no-repeat;
background-position: 0px 3px;
padding-left: 28px;
padding-top: 5px;
padding-bottom: 5px;
display: inline-block;
margin-bottom:16px;
}

#compte .commande{
border: 1px solid grey;
border-radius: 5px;
padding: 20px;
text-align: left;
max-width: 1200px;
margin: 0 auto 30px;
}

#compte .commande p{
font-size: 16px;
margin-bottom: 8px;
}

#compte .commande span{
display: inline-block;
vertical-align: top;
min-width: 240px;
font-weight: 900;
}

#compte .commande span.etat_content{
display: inline-block;
vertical-align: top;
min-width: 0;
font-weight: normal;
}

#compte .commande span.etat_content.bg_purple{
background-color: #34209E;
color: white;
padding: 0 10px;
border-radius: 5px;
}

#compte .commande span.etat_content.bg_green{
background-color: #70b580;
color: white;
padding: 0 10px;
border-radius: 5px;
}

#compte .commande span.etat_content.bg_red{
background-color: #E74C3C;
color: white;
padding: 0 10px;
border-radius: 5px;
}

#compte .commande span.etat_content.bg_orange{
background-color: #d89e34;
color: white;
padding: 0 10px;
border-radius: 5px;
}

#compte .commande .infos_paiement{
border: 2px solid #34209E;
border-radius: 5px;
padding: 15px;
margin: 20px 2%;
}

#compte .commande .infos_paiement p:first-of-type{
font-weight: 900;
margin-bottom: 15px;
}

#compte .commande .infos_paiement p:nth-of-type(n+1) span:first-of-type{
font-weight: 900;
min-width: 170px;
}

#compte .commande .infos_paiement p:nth-of-type(n+1) span+span{
font-weight: normal;
}

#compte table{
width: 100%;
margin-top: 30px;
}

#compte table thead{
background-color: #d3d3d3;
}

#compte table th, #compte table td{
padding: 10px;
}

#compte table tr:nth-last-child(-n+3) td:first-of-type{
	font-weight: bold;
	text-align: right;
}

#compte table tr:last-child td+td{
	font-weight: bold;
}

/* ***** MES ADRESSES ***** */

#signin.mes-adresses form .c1{
	width: 100%;
}

#signin.mes-adresses input[name="rue"]{
	width: 250px;
    display: inline-block;
    vertical-align: top;
}

#signin.mes-adresses input[name="numero"]{
	width: 65px;
    margin-right: 0;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
}

#signin.mes-adresses select{
	border: 1px solid #757575;
    background-color: white;
    padding: 0 10px;
    border-radius: 7px;
    height: 40px;
    box-sizing: border-box;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 20px;
    font-size: 17px;
    margin-right: 5px;
}

#signin.mes-adresses .c1 input[type="submit"]{
	background: rgb(171,199,62);
	background: linear-gradient(90deg, rgba(171,199,62,1) 25%, rgba(104,188,69,1) 100%);
	background-color: rgba(0, 0, 0, 0);
	display: inline-block;
	border-radius: 30px;
	background-color: #14190b;
	color: white;
	padding: 8px 23px;
	margin: 15px 0 0;
	transition: all 0.5s ease-in-out;
	font-size: 15px;
	text-decoration: none;
	transition: all 0.3s;
	width: fit-content;
	border: none;
	cursor: pointer;
}

#signin.mes-adresses .adresse{
	width: 100%;
    background-color: white;
    border: 2px solid #cfcece;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    border-radius: 4px;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 30px;
}

#signin.mes-adresses .adresse p{
	font-size: 18px;
    opacity: 1;
    line-height: 25px;
    margin: 0;
}

#signin.mes-adresses .adresse span{
	display: block;
}

#signin.mes-adresses .c2 form{
	position: absolute;
	top: 0;
	right: 0;
}

#signin.mes-adresses .c2 input[type="submit"]{
	background-color: transparent;
    color: #231f20;
    text-decoration: underline;
    margin: 5px 10px 0 0;
}


/* ***** RÃ‰CUPÃ‰RATION MOT DE PASSE ***** */
#recuperation_pass{
text-align:center;
position: relative;
margin-top: 50px;
}

#recuperation_pass h1{
font-family: 'Avenir', sans-serif;
color: #1D1D1B;
font-size: 40px;
font-weight: 900;
line-height: 52px;
position: relative;
z-index: 2;
margin: 0 0 50px;
}

#recuperation_pass p.error{
display: block;
font-size: 15px;
color: red;
font-weight: 900;
margin-top: 10px;
margin-bottom: 0px !important;
opacity: 0;
transform: translate(-30px, 30px);
animation-name: error;
animation-duration: 15s;
animation-delay: 0.3s;
height: 0;
}

#recuperation_pass form p{
margin-bottom: 40px;
}

.eshop a.btn_back{
opacity: 0.45;
display: inline-block;
vertical-align: top;
line-height: 16px;
font-size: 16px;
background-color: transparent;
border: 1px solid hsl(0deg 0% 0% / 45%);
position: absolute;
top: 20px;
left: 50px;
padding: 7px 20px 7px 50px;
background-image: url(images/button-back.svg);
background-repeat: no-repeat;
background-position: left 10px center;
background-size: 32px;
z-index: 3;
color: #1D1D1B;
text-decoration: none;
border-radius: 8px;
}

#recuperation_pass form {
width: 450px;
margin: 0 auto;
text-align: center;
}

#recuperation_pass label {
opacity: 0.45;
font-size: 15px;
display: block;
margin-bottom: 10px;
}

#recuperation_pass input {
border: 1px solid #757575;
background-color: white;
padding: 10px;
height: 40px;
box-sizing: border-box;
vertical-align: middle;
width: 100%;
font-size: 17px;
margin-bottom: 10px;
border-radius: 8px;
}


#recuperation_pass input[type="submit"]{
display: block;
width: fit-content;
border-radius: 9px;
text-transform: uppercase;
color: #fff;
background-color:#1D1D1B;
padding: 9px 20px;
font-weight: 500;
font-size: 14px;
text-decoration:none;
transition:all 0.4s;
cursor: pointer;
height: unset;
border: none;
margin: 20px auto 0;
}

#recuperation_pass input[type="submit"]:hover{
transform: scale(1.1);
}

#recuperation_pass .button{
	margin: 20px auto 0;
}

/* ***** CHECKOUT ***** */

#checkout{
text-align:center;
position: relative;
margin-top: 50px;
}

#checkout .content{
vertical-align: top;
width: 64%;
display: inline-block;
text-align: left;
}

#checkout h1{
font-family: 'Avenir', sans-serif;
color: #1D1D1B;
font-size: 40px;
font-weight: 900;
line-height: 52px;
position: relative;
z-index: 2;
margin: 0 0 50px;
}

#checkout .facturation_form{
position: absolute;
display: inline-block;
height: 0;
opacity: 0;
overflow: hidden;
}

@keyframes opacity {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

#checkout .facturation_form.visible{
position: relative;
display: inline-block;
animation-name: opacity;
animation-duration: 0.6s;
overflow: hidden;
height: auto;
opacity: 1;
width: 100%;
margin-top: 40px;
}

#checkout .resume{
vertical-align: top;
width: 25%;
margin-left: 5%;
padding-left: 5%;
display: inline-block;
border-left: 2px solid #cccccc;
text-align: center;
}

#checkout .resume p{
max-width: 285px;
margin: 0 auto 20px;
display: flex;
justify-content: space-between;
font-size: 16px;
text-align: center;
}

#checkout .resume .cart{
margin-bottom: 30px;
}

#checkout .resume .cart p:last-of-type{
border-bottom: 1px solid #cccccc;
padding-bottom: 20px;
}

#checkout .resume .adresses{
margin-top: 50px;
margin-bottom: 50px;
}

div#checkout .resume p.produit span{
font-weight: bold;
max-height: 3em;
overflow: hidden;
max-width: 75%;
font-size: 15px;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
line-clamp: 1;
-webkit-box-orient: vertical;
}

div#checkout .resume p.produit span+span{
font-weight: normal;
}

#checkout .resume p.produit{
text-align: left;
font-size: 16px;
line-height: 22px;
}

#checkout .resume p.adresse_livraison{
display: block;
}

#checkout .resume p.adresse_livraison span+span{
font-size: 14px;
line-height: 18px;
margin-bottom: 0;
}

#checkout .resume p.adresse_livraison .name,#checkout, .resume p.adresse_livraison .address{
display: block;
text-align: left;
}

#checkout .resume p.adresse_facturation{
display: block;
}

#checkout .resume p.adresse_facturation .name, #checkout .resume p.adresse_facturation .address{
display: block;
text-align: left;
margin-bottom: 5px;
}

#checkout .resume p.adresse_facturation .title, #checkout .resume p.adresse_livraison .title{
display: inline-block;
}

#checkout .resume p.adresse_facturation, #checkout .resume p.adresse_livraison{
text-align: left;
margin-bottom: 20px;
}

#checkout .resume p.adresse_facturation span:nth-child(n+2){
font-size: 14px;
line-height: 18px;
margin-bottom: 0;
}

#checkout .resume p.total{
margin-bottom: 35px;
}

#checkout .resume p.tva{
display: block;
text-align: left;
}

#checkout .resume p.tva span{
display: block;
}

#checkout .resume p.tva span+span{
font-size: 14px;
line-height: 18px;
margin-bottom: 0;
}

#checkout .resume p.tva span+span a{
text-decoration: underline;
}


#checkout input[type="submit"]{
display: block;
width: fit-content;
border-radius: 9px;
text-transform: uppercase;
color: #fff;
background-color:#1D1D1B;
padding: 9px 20px;
font-weight: 500;
font-size: 14px;
text-decoration:none;
transition:all 0.4s;
cursor: pointer;
height: unset;
border: none;
margin: 20px auto 0;
}

#checkout input[type="submit"]:hover{
transform: scale(1.1);
}

#checkout .resume p.total span, #checkout .resume p.livraison span+span, #checkout .resume p.total_articles span+span{
font-weight: 900;
}

#checkout .resume .adresses .title{
font-weight: 900;
}

div#checkout .resume.checkout-resume span{
	font-weight: normal;
}

div#checkout .resume.checkout-resume span+span{
	font-weight: 900;
}

div#checkout .resume.checkout-resume p.total span{
	font-weight: 900;
}

#checkout h1{
margin-bottom: 60px;
text-align: center;
}

#checkout p.label_input{
font-size: 22px;
margin-bottom: 10px;
}

#checkout .content select, #checkout .content input{
border: 1px solid #757575;
background-color: white;
padding: 10px 20px;
width: 100%;
font-size: 17px;
margin-right: 5px;
border-radius: 8px;
font-size: 15px;
max-width: 400px;
box-sizing: border-box;
}

#checkout .content textarea{
border: 1px solid #757575;
background-color: white;
padding: 10px 20px;
border-radius: 8px;
font-size: 15px;
max-width: 400px;
min-width: 400px;
height: 150px;
min-height: 150px;
box-sizing: border-box;
font-family: 'Avenir', sans-serif;
}

#checkout .content .livraison{
	margin-bottom: 20px;
}

#checkout p.livraison_camion{
font-size: 15px;
line-height: 18px;
color: #e10613;
margin-bottom: 30px;
}

#checkout .choices{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#checkout .choice{
width: 49%;
background-color: white;
box-sizing: border-box;
border: 1px solid #cccccc;
text-align: left;
margin: 0 0 25px 0;
display: inline-block;
vertical-align: top;
cursor: pointer;
border-radius: 15px;
}

#checkout .paiement .choice{
width: 49%;
display: block;
min-height: auto;
margin: 0 0 20px;
}

#paiement_reception{
padding: 75px 50px 100px 50px;
text-align: center;
}

#paiement_reception&gt;div{
max-width: 1200px;
margin: auto;
}

#paiement_reception&gt;div.align-left{
text-align: left;
}

#paiement_reception h1{
font-family: 'Avenir', sans-serif;
color: #1D1D1B;
font-size: 40px;
font-weight: 900;
line-height: 52px;
position: relative;
z-index: 2;
margin: 0 0 50px;
}

#paiement_reception&gt;div p{
text-align: center;
}

#paiement_reception p.inline{
display: inline;
}

#paiement_reception p:not(.inline){
margin: 10px 0;
}

#paiement_reception p:not(.inline) span:first-of-type{
font-weight: bold;
}

#paiement_reception .infos_paiement{
padding: 10px 20px;
margin: 30px 0;
box-sizing: border-box;
border: 2px solid #261a1a;
border-radius: 20px;
}

#paiement_reception .button{
	margin: 0 auto;
}

#paiement_reception img{
margin: 30px auto;
width: 200px;
height: auto;
display: block;
}

#checkout .choice.selected{
border: 2px solid #261a1a;
font-weight: 500;
background-color: #efefef;
position: relative;
}

#checkout .choice.selected:after{
content:"";
position: absolute;
display: block;
right: 10px;
top: 10px;
width: 20px;
height: 20px;
background-image: url(../images/icon-selected.svg);
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
}

#checkout .choice label{
display: inline-block;
width: 100%;
padding: 20px;
box-sizing: border-box;
cursor: pointer;
min-height: 106px;
}

#checkout .paiement .choice label{
min-height: auto;
}

#checkout .paiement .choice label img{
width: 30px;
height: 30px;
padding: 0 5px;
vertical-align: middle;
}

#checkout .paiement .choice label span{
display: block;
margin-top: 12px;
}

#checkout .choice span{
display: block;
}

#checkout .form_opener{
margin-top: 20px;
cursor: pointer;
}

#checkout .facturation_form&gt;label{
display: inline-block;
font-weight: 900;
width: 295px;
vertical-align: top;
margin: 10px 30px 10px 0;
}

#checkout .facturation_form .tva-infos{
display: block;
font-size: 12px;
margin-top: 10px;
font-weight: 400;
line-height: 17px;
color: #a9afb3;
margin-bottom: 40px;
}

#checkout .facturation_form&gt;input[type="text"]{
border: 1px solid #bdc3c7;
padding: 10px;
font-size: 16px;
color: #2c3e50;
transition: all 0.2s ease-in-out;
margin-bottom: 20px;
width: 350px;
border-radius: 4px;
vertical-align: top;
margin: 0;
}

#checkout input[type="radio"] {
visibility: hidden;
position: absolute;
}

#checkout .new_address{
width: 49%;
background-color: white;
box-sizing: border-box;
border: 1px solid #cccccc;
text-align: center;
margin: 0 0 25px 0;
display: inline-block;
vertical-align: top;
cursor: pointer;
border-radius: 15px;
padding-bottom: 25px;
}

#checkout .new_address .button{
width: 100%;
padding: 0;
height: 100%;
border-radius: 0;
background: transparent;
color: #14190b;
font-size: 18px;
padding-top: 60px;
box-sizing: border-box;
position: relative;
}

#checkout .new_address .button:before{
content: "";
position: absolute;
top: 25px;
left: 50%;
transform: translateX(-50%);
width: 25px;
height: 25px;
display: block;
background-image: url(../images/icon-more.svg);
background-size: 25px;
background-position: center;
background-repeat: no-repeat;
}

#checkout .new_address_form{
	position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgb(158 158 158 / 42%);
	z-index: 101;
	display: none;
}

#checkout .new_address_form.visible{
	display: block;
}

#checkout .new_address_form .pop-up{
	width: 700px;
    height: fit-content;
    padding: 50px;
    background-color: white;
    opacity: 1;
    margin: 0 auto;
    margin-top: 60px;
	text-align: left;
}

#checkout .new_address_form .pop-up-title{
	text-align: center;
}

#checkout .new_address_form label{
	max-width: 350px;
    margin: 0 auto 4px;
	display: block;
}

#checkout .new_address_form input[type="text"]{
	border: 1px solid #bdc3c7;
    padding: 10px;
    font-size: 16px;
    color: #2c3e50;
    transition: all 0.2s ease-in-out;
    width: 350px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: 10px center;
	display: block;
	margin: 0 auto 20px;
    box-sizing: border-box;
}

#checkout .new_address_form .pop-up_submit{
	text-align: center;
    margin-top: 50px;
}

#checkout .new_address_form .pop-up_close{
	text-align: center;
    margin-top: 35px;
}

#checkout .new_address_form .pop-up_close a{
    background-color: white;
}

#checkout .loader{
  text-align: center;
} 

#checkout .loader p, #checkout .loader div, #checkout .loader input{
  opacity: 0;
  transition : none;
} 

#checkout .loader:before{
content: "";
border: 3px solid #f3f3f3;
border-top: 3px solid #876161;
border-radius: 50%;
width: 35px;
height: 35px;
animation: spin 2s linear infinite;
opacity: 1;
position: absolute;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(550deg); }
}


/* ***** CATALOGUES ***** */

#catalogues{
padding: 90px 50px 100px;
text-align: center;
}

#catalogues h1{
font-size: 30px;
line-height: 35px;
font-weight: 400;
padding-bottom: 30px;
margin: 0 0 50px;
position: relative;
}

#catalogues p.important{
color: #261a1a;
font-weight: 600;
margin-bottom: 40px;
}

#catalogues a.item{
display: inline-block;
vertical-align: top;
width: 45%;
margin: 25px 2%;
box-sizing: border-box;
text-align: left;
padding: 13px 43px;
text-align: center;
text-decoration: none;
transition: all 0.3s;
border: 1px solid #cfcfcf;
border-radius: 20px;
}

#catalogues a.item:hover{
background-color: #f1f1f1;
}

#catalogues .item h2{
text-align: left;
margin-bottom: 20px;
text-transform: uppercase;
border-bottom: 1px solid #261a1a;
font-weight: 600;
}

#catalogues .item h2 span{
display: block;
color: #969892;
font-size: 18px;
}

#catalogues .item p.texte{
text-align: left;
}


#catalogues .item img{
display:block;
width: 168px;
margin: 20px auto;
padding:13px;
}


#catalogues .item span.button{
background: rgb(171,199,62);
background: linear-gradient(90deg, rgba(171,199,62,1) 25%, rgba(104,188,69,1) 100%);
display: inline-block;
border-radius: 30px;
background-color: #14190b;
color: white;
padding: 8px 23px;
margin: 0;
transition: all 0.5s ease-in-out;
font-size: 15px;
text-decoration: none;
transition: all 0.3s;
padding-right: 65px;
position: relative;
margin-bottom: 20px;
}

#catalogues .item span.button:after {
content: "";
width: 30px;
height: 10px;
position: absolute;
top: 50%;
right: 0;
transform: translate(calc( 100% - 55px ),-50%);
background-image: url(images/button-after.svg);
background-size: 40px;
background-position: center right;
background-repeat: no-repeat;
transition: all 0.6s;
}

#catalogues .item:hover span.button:after {
width: 40px;
}

/* ***** CONTACT ***** */

#contact{
}
</pre></body></html>