@font-face {
    font-family: 'LuzSans-Book';
    src: url('fonts/LuzSans-Book.eot');
    src: url('fonts/LuzSans-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/LuzSans-Book.woff2') format('woff2'),
        url('fonts/LuzSans-Book.woff') format('woff'),
        url('fonts/LuzSans-Book.ttf') format('truetype'),
        url('fonts/LuzSans-Book.svg#LuzSans-Book') format('svg');
    /*font-weight: 500;*/
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MontserratItalic';
    src: url('fonts/Montserrat-Italic.woff2') format('woff2'),
        url('fonts/Montserrat-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'MontserratThin';
    src: url('fonts/Montserrat-Thin.woff2') format('woff2'),
        url('fonts/Montserrat-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MontserratBold';
    src: url('fonts/Montserrat-Bold.woff2') format('woff2'),
        url('fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'RobotoBold';
    src: url('fonts/Roboto-Bold.woff2') format('woff2'),
        url('fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Lt';
    src: url('fonts/Roboto-Light.woff2') format('woff2'),
        url('fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.woff2') format('woff2'),
        url('fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MuliSemiBold';
    src: url('fonts/Muli-SemiBold.woff2') format('woff2'),
        url('fonts/Muli-SemiBold.woff') format('woff'),
        url('fonts/Muli-SemiBold.ttf') format('truetype'),
        url('fonts/Muli-SemiBold.svg#Muli-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MuliLight';
    src: url('fonts/Muli-Light.woff2') format('woff2'),
        url('fonts/Muli-Light.woff') format('woff'),
        url('fonts/Muli-Light.ttf') format('truetype'),
        url('fonts/Muli-Light.svg#Muli-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MuliBold';
    src: url('fonts/Muli-Bold.woff2') format('woff2'),
        url('fonts/Muli-Bold.woff') format('woff'),
        url('fonts/Muli-Bold.ttf') format('truetype'),
        url('fonts/Muli-Bold.svg#Muli-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('fonts/Muli-Regular.woff2') format('woff2'),
        url('fonts/Muli-Regular.woff') format('woff'),
        url('fonts/Muli-Regular.ttf') format('truetype'),
        url('fonts/Muli-Regular.svg#Muli-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




body{
	font-family: 'LuzSans-Book';
	font-family: 'Roboto';
	font-family: 'Muli';
	margin:0px;
}
input{
	font-family: 'Muli';
}
h1,h2,h4,h3,h5,h6{
	margin:0px;
	font-family: 'Muli';
	font-weight:normal;
}
.Presentation h2{
	font-size:2.4em;
}
ul, li{
	list-style:none;
	margin:0;
	padding:0;
}
.clr{
	
	height:20px;
}
#cart li{
	padding:10px 0;
}
.ListProduits li{
	width:24%;
	padding:0.5%;
	display:inline-block;
}
button{
	cursor:pointer;
	background-color:#000;
	border:0px;
	color:#fff;
	padding:5px;
}
button img{
	width:25px;
}

.NotMobil{
		display:inline;
	}
	.Mobil{
		display:none;
	}

.Main{
	
	width:100%;
	margin:0 auto;
}
.container{
	padding:2%;
	/*max-width:1400px;*/
	width: 96%;
    margin: 0 auto;
}

.BarTop{
	position: fixed;
    background-color: #000;
	padding:10px 0 5px;
    width: 100%;
    top: 0px;
    color: #fff;
	z-index:15;
}
.BarTop img{
	width:33px;
	margin:0 1%;
}

.ReseauSociaux, .ContactTop{
	display:inline-block;
	width:48%;
	text-align:center;
	vertical-align:middle;
}
.ContactTop{
	margin-left:2%;
}

.Top{
	background-color:#000;
	text-align:center;
}
.Logo{
	padding:2% 0;
	
	position: relative;
    z-index: 10;
}
.Logo img{
	width:90%;
	max-width:400px;
	margin-top:60px;
}
.IconCart {
    width: 50px;
    display: inline-block;
    position: absolute;
    right: 0;
	cursor:pointer;
	padding:3px 5px;
}


.popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #4caf50;
    color: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 1000;
}

.Alerte{
	text-align: center;
    padding: 20px;
    background-color: #000;
    margin-bottom: 20px;
    color: #fff;
}
.CallToAction{
	border: 1px solid #fff;
    font-size: 1.2em;
    max-width: 700px;
    margin: 50px auto 0;
    padding: 10px;
}
.ButtonCTA{
	display:inline-block;
	max-width:250px;
	text-transform:uppercase;
	padding:20px;
	background-color:#000;
	border:1px solid #000;
	color:#fff;
	text-decoration:none;
	margin:20px auto 0;
	transition:all 0.5s;
}
.ButtonCTA:hover{
	background-color:#fff;
	color:#000;
	transition:all 0.5s;
}


.TitlePage{
	padding:20px 0;
	text-align:center;
}

/*-------------------------ACCUEIL---------------------*/
.PicHome{
	position:relative;
	width:100%;
	height:50vh;
}

.video-background {
    position: relative;
	z-index:10;
    width:100%;
	height:100vh;
	display:table;
	vertical-align:middle;
    overflow: hidden;
	background-color: #000;
}

.video-background video {
     position: absolute;
	 display:none;
	 opacity:0.7;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.centered-text {
    position: relative;
	display:table-cell;
   vertical-align:middle;
   width:100%;
   height:100%;
    color: white;
	background-color:#111111;
    text-align: center;
	z-index:2;
}

.centered-text img{
	max-width:400px;
}

.Presentation{
	margin:10px 0;
}

.W50{
	width: 48%;
    padding: 1% 0.5%;
    display: inline-block;
    vertical-align: middle;
}
.W50 img{
	width:100%;
}
.Full{
	width:104%;
	margin-left:-2%;
	vertical-align:middle;
	padding:2% 0%;
}
.NoPadding{
	padding:0;
}
.Vente .Full:first-child{
	text-align:center;
/*background-image:url(../images/Home/istockphoto-185107259-2048x2048.jpg);*/
	background-repeat:no-repeat;
	background-size:cover;
	/*min-height:50vh;*/
	border:
}
.Black{
	background-color:#000;
	color:#fff;
}

.CommandeSpeciale{
	padding:40px 0 0;
}
.CommandeSpeciale ul{
	padding:10px;
	
}
.CommandeSpeciale li{
	list-style-type:square;
	font-size:1.2em;
}

.CommandeSpeciale .W50:first-child{
	/*padding: 20px;
    border: 1px solid #000;*/
	text-align:center;
}

.W33{
	display:inline-block;
	width:33%;
}
.W33 img{
	width:100%;
}
.Vente .Full{
	padding-bottom:0;
	display:table;
}
.Vente .W33{
	vertical-align:middle;
	display:table-cell;
	    border: 2px solid #000;
    width: 33.33333333333%;
	height:40vh;
	text-align:center;
	background-size:cover;
}
.Vente .W33 a{
	position: relative;
    height: 23vh;
    display: inline-block;
    vertical-align: middle;
	text-decoration:none;
    font-size: 2.2em;
    color: #fff;
    padding-top: 17vh;
    width: 100%;
	background:rgb(0,0,0,0);
	transition:all 0.5s;
}
.Vente .W33 a:hover{
	background:rgb(0,0,0,0.5);
	height: 25vh;
	padding-top:15vh;
	transition:all 0.5s;
}

/*----------------------LIST PRODUCT-------------------*/
.TitleCategory h3{
	font-size:2em;
}
div.NavCat{
	    position: absolute;
    top: 54px;
    display: inline-block;
	
    width: 100%;
    z-index: 10;
	text-align:center;
}
div.NavCat a{
	background-color: #D8B782;
    padding: 5px 1%;
    color: #000;
    font-size: 0.85em;
    border-top: 1px solid #fff;
    border-bottom: 0px solid #fff;
    display: inline-block;
    position: relative;
    text-decoration: none;
	transition:all 0.5s;
    
}

div.NavCat a:hover{
	color:#fff;
	transition:all 0.5s;
}


.TitleCategory{
	text-align:center;
}
.ContainProduct{
	    text-align: center;
		padding-top:20px;
    border-bottom: 2px solid #D8B782;
}
.PicProductList{
	position:relative;
	height:300px;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}

.InfosProductList{
	position:absolute;
	width:100%;
	text-align:center;
	bottom:0px;
	padding:5px 0;
	color:#fff;
	background:rgb(0,0,0,0.8);
}

.AddProductList{
	position:relative;
	text-align:center;
	padding:5px 0;
	display:table;
	margin:0 auto;
}
.AddProductList button{
	cursor:pointer;
	background-color:transparent;
	border:0px;
	color:#fff;
	padding:5px;
}
button, .AddProductList span{
	display:table-cell;
	vertical-align:middle;
}
button.PutIn{
	background-color:transparent;
	padding:0 5px;
	margin-right:-15px;
}
button.PutIn img{
	width:35px;
}


.InfoEmptyCart{
	text-align:center;
	font-size:1.5em;
	padding:50px;
	border:1px solid #000;
	width:250px;
	margin:50px auto;
}

.ContainProduct:last-child{
	border-bottom:0px;
}


button{
	opacity:1;
	transition:all 0.25s;
}
button:hover{
	opacity:0.6;
	transition:all 0.25s;
}

/*----------------------PAGE PANIER-----------------------*/
.cart .IconCart{
	display:none!important;
}
.Panier img{
	width:150px;
}
.Panier div{
	display:inline-block;
}



.removeProduct button, .AdSupProduct button{
	background-color:transparent;
}

/*------------------PAGE COMMANDE----------------------*/
body.commande form{
	display:inline;
	
}
.BigButton, input.BigButton{
text-align:center;
width:100%;
background-color:#000;
color:#fff;
text-decoration:none;
display:inline-block;
transition:all 0.5s;
}

input.BigButton{
	
}

.BigButton:hover{
	background-color:#fff;
	color:#000;
	transition:all 0.5s;
}

li.OrderList, li.TotalOrder{
	display:table;
	width:100%;
	padding:5px 0
}
li.TotalOrder{
background-color: #D8B782;
    font-size: 1.3em;
    margin: 5px 0;
    padding: 0;
}

body.cart li.TotalOrder, body.commande li.TotalOrder{
	padding:10px 0;
}

li.TotalOrder .PicProduct{
	height:0px;
}

li.OrderList:nth-child(even){
	background-color:#efefef;
}

.PicProduct, .ProductQty, .ProductPrice, .removeProduct, .AdSupProduct{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	width:auto;
}
.PicProduct{
	width:100px;
	height:80px;
	background-size:cover;
}
.ProductPrice, .AdSupProduct{
	width:100px;
}
.removeProduct{
	width:50px;
}
.Contain50{
	    width: 46%;
    display: inline-block;
    vertical-align: top;
    padding: 1%;
    border: 1px solid #000;
    margin: 0 0.5%;
}
body.commande .Contain50{
	width:47%;
}
body.commande form .Contain50:first-child{
	margin-left:0;
	margin-right:1%;
}
body.commande form .Information{
	margin-right:0;
}

body.commande input[type=submit]{
	width: 49%;
    margin: 0 auto;
    display: inline-block;
    float: right;
	font-size:1em;
	cursor:pointer;
}
body.commande textarea{
	width: 90%;
    border: 1px solid #000;
    min-height: 150px;
}
.DeleteMeMiniCart, body.cart .DeleteMeCart{
	display:none;
}

body.cart .DeleteMeMiniCart{
	display:inline-block;
}

.FormCommande{
	margin:0 0 10px 0;
	
}
.FormCommande input{
	padding:5px;
	width:300px;
}
.FormCommande label{
	display:inline-block;
	min-width:70px;
}
.Calendar{
	display:inline-block;
}

select#timepicker:hover {
    color: #fff; /* Changez cette couleur à ce que vous souhaitez */
    background-color: #000; /* Changez cette couleur à ce que vous souhaitez */
}
.hovered {
            color: white;
            background-color: red;
        }

	/*---------------DATEPICKER FRONT----------------*/
	.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl, .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr, .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl, .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br{
		border-radius:0px!important;
	}
	.ui-datepicker{
		font-family: 'LuzSans-Book'!important;
	}
	.ui-widget-header {
		border:0px solid #000!important;
    border-bottom: 1px solid #000!important;
	background-color:#fff!important;
	}
	.ui-widget.ui-widget-content{
		border:1px solid #000!important;
	}
	
	
	
	.ui-state-highlight, .ui-widget-content .ui-state-highlight{
		background-color:#efefef;
	}
	
	.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button,  html .ui-button.ui-state-disabled:active{
		border: 1px solid #fff!important;
    background: #fff!important;
    font-weight: normal;
	text-align:center;
    color: #000!important;
	}
	html .ui-widget-content .ui-state-hover{
		background-color:#efefef!important;
	}
	
	.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active,html .ui-widget-content .ui-state-active:hover, .ui-button.ui-state-active:hover{
		background-color:#000!important;
		color:#fff!important;
	}
	
	.ui-datepicker-current-day, html .ui-widget-content .ui-state-active:hover, .ui-button.ui-state-active:hover{
		background-color:#000!important;
	color:#fff!important;
	}
	.ui-datepicker-current-day a.ui-state-active{
		background-color:#000!important;
		color:#fff!important;
	}
	
	.ui-datepicker-today{
		background-color:transparent!important;
	}
	
	.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled{
		    opacity: .15!important;
	}
	
	
	select#timepicker{
		padding:10px;
	}
	
	
	
.OrderValidate{
	    background-color: #fff;
    color: #000;
    padding: 10px;
}

/*------------------------FOOTER------------------------*/
.Footer{
border-top:2px solid #000;
margin-top:50px;
}
.Footer a{
	color:#000;
	transition:all 0.5s;
}

.Footer a:hover{
	color:#666;
	transition:all 0.5s;
}

.Footer .container{
	text-align:center;
}

.Footer .W33:first-child, .Footer .W33:last-child{
	vertical-align:top;
	text-align:left;
}
.Footer .W33:last-child{
	text-align:right;
}

.Footer .container img{
	width:200px;
}
.Footer .container a{
	text-decoration:none;
	color:#000;
	transition:all 0.5s;
}
.Footer .container a:hover{
	color:#666;
	transition:all 0.5s;
}
.Copyright{
	font-size:0.8em;
	padding:5px;
	text-align:center;
}

  