@font-face {
    font-family: 'Times ECO 2 Roman ECO';
    src: url('fonts/Timeseco.eot');
    src: url('fonts/Timeseco.eot?#iefix') format('embedded-opentype'),
        url('fonts/Timeseco.woff2') format('woff2'),
        url('fonts/Timeseco.woff') format('woff'),
        url('fonts/Timeseco.ttf') format('truetype'),
        url('fonts/Timeseco.svg#Timeseco') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





@media print {
 
	body{
		/*background-color:#fff;*/
		transform: scale(0.8);
   transform-origin: 0 0;
	}
	.Logo{
		display:none;
	}
}

body{
	margin:0px;
	font-size:14px;
	overflow-x:hidden;
	font-family: 'Times ECO 2 Roman ECO';
	background-color:#000;
}
.clr{
	clear:both;
}

.Logo, .CenterTop, .Menu{
	width:33%;
	
	display:inline-block;
}


p{text-shadow: 1px 1px 2px black;}
.Logo img{
	max-height:150px;
}

.Menu{
	text-align:right;
}

.Top{
padding:2% ;
position:relative;
z-index:20;
}

.Top{
	display:table;
	width:96%;
}

.Top div{
	display:table-cell;
	vertical-align:middle;
}
.Top div:nth-child(2){
	text-align:center;
	font-size: 2em;
}

.Top div:nth-child(3){
	vertical-align:top;
}

.Top a{
	color:#fff;
	text-transform: none;
    font-size: 1.2em;
    display: block;
}
.Main{
	max-width:100%;
	position:relative;
	margin:0 auto;
	text-align:left;
	color:#fff;
	min-height:80vh;
}
.Contenu{
	
	position:absolute;
	width:100%;
	height:100vh;
	top:0;
	z-index:1;
}

.DiaporamaHome{
	position:absolute;
	top:0px;
	height:100vh;
}

.ImageRight{
	float:right;
	margin:0 5px;
	/*width:200px;*/
}
.ImageLeft{
	float:left;
	margin:0 5px;
	/*width:200px;*/
}

img.Small{
	height:25px;
	width:auto;
	display:inline;
}

p{
	
	padding-right:5px;
	display:inline;
	margin-block-start:0;
	margin-block-end:0;
	/*column-count: 2;
	column-gap: 5px;*/
	text-align:justify;
}
h1, h2, h3, h4, h5{
	display:inline-block;
	font-weight:200;
	    margin-block-start: 0em;
    margin-block-end: 0em;
}
.Top ul{
	position:fixed;
	right:5px;
	top:25%;
	visibility:hidden;
}

.ContainSlide{
	max-width:500px;
	margin:20px auto;
}

section{
	display:table;
	position:absolute;
	top:10%;
	/*display:none;*/
	visibility:hidden;
	padding:4%;
}
.glass, .draggable{
	width:auto;
	display:table-cell;
	width:33%;
	vertical-align:top;
}
.Texte, .Texte2{
	padding:1%;
	border:1px solid #fff;
	background-color:#000;
	cursor:move;
}
.Pics{
	text-align:center;
	cursor:move;
}
.Pics img{
	width:100%;
	display:inline-table;
	
}

.Texte2 img{
	width:100%;
	min-width:200px;
}

#cart-item{
	border:0px solid #fff;
	padding:5px;
	height:150px;
	width:100%;
	left:0px;
	position:absolute;
	bottom:10%;
	
}

.SmallPic{
	height:100px;
	width:100px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	display:inline-block;
	z-index:-1;
}

.Alerte{
	position:absolute;
	top:-40px;
	padding:10px;
	background-color:rgba(255, 255, 255, .4);
	text-align:center;
	opacity:1;
}

.panel img{
	width:100%;
}
.panel form{
	position:absolute;
	top:5px;
	left:5px;
}
.prev, .next{
	color:#fff;
	text-decoration:none;
}
.next-control-wrapper{
width: auto;
    position: absolute;
    z-index: 10;
    right: 5px;
    top: 25%;
    font-size: 4em;
}
.prev-control-wrapper{
width: auto;
    position: absolute;
    z-index: 10;
    left: 5px;
    top: 25%;
    font-size: 4em;
}
.DragMe{
	position:relative;
	    display: inline-block;
    padding: 5px;

}
.DeletePic{
	position:absolute;
	top:0px;
	width:100%;
	text-align:center;
	display:none;
	opacity:0;
	transition:1s;
}

.SmallPic .DeletePic{
	position:relative;
	top:0px;
	width:100%;
	text-align:center;
	display:inline;
	opacity:1;
	transition:1s;
}
.ButtonDelete{
	cursor:pointer;
}

.DragMe:hover .DeletePic, .grid-item:hover .DeletePic{
	display:inline;
	opacity:1;
	transition:1s;
}
	
.containerOLD div{
	display:inline-block;
	width:auto;
}
.containerOLD form{
	position:absolute;
}
.ShowP{
	cursor:pointer;
}
.CloseMe{
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	color:#fff;
	background-color:#000;
	padding:10px;
	border:1px solid #fff;
	z-index:10;
}

#PrintMe{
	max-width: 800px;
    border: 1px solid #fff;
	margin:0 auto;
	background-color:#fff;
}


@page { 

size: landscape;
transform: scale(0.8);
   transform-origin: 0 0;
 } ;

