
/*@font-face {
  font-family: 'eurocat';
  src:  url('../fonts/Eurocat-Medium.woff2') format('woff2'),
        url('../fonts/Eurocat-Medium.woff') format('woff');
}*/

:root {
  --sombre: black;
  --gris: rgb(145, 145, 145);
  --margin: 35px;
}

@media all and (max-width: 640px){
	:root {
		--margin: 25px;
	}
}

body{
	padding: 0px;
	margin: 0px;
	font-family: Helvetica; 
	text-transform: uppercase;

	font-size: 11px;
	letter-spacing: .01em;
	line-height: 1.3;

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

    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

@media all and (max-width: 640px){
	body{
		font-size: 10px;
	}
}

::-moz-selection {
	background: transparent;
}

::selection {
	background: transparent;
}

h1, h2, h3{
	font-size: inherit;
	font-style: inherit;
	color: inherit;
	font-weight: inherit;
}

img{
	vertical-align: middle;
}

a{
	text-decoration: none;
	color: inherit;
}

/*#prehome{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
}

#prehome div#fond{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: white;
}

#prehome img{
	top: calc(var(--margin) - 5px);
	left: calc(50% - 40px);
}*/


/* Menu */
/* Menu */
/* Menu */

#menu {
	position: fixed;
	left: calc(1.5*var(--margin));
	right: calc(1.5*var(--margin));
	display: flex;
	justify-content: space-between;
	top: var(--margin);
	z-index: 99;
	mix-blend-mode: multiply;
}

#menu h1:first-child{
	margin-right: 10px;
}

#menu h1:last-child{
	margin-left: 10px;
}

@media all and (max-width: 640px){
	#menu h1:last-child{
		padding-left: 0 !important;
	}
}

#menu h1{
	margin-top: 7px;
}

#menu img, .blocinfos img, #prehome img {
	width: 85px;
}

#menu img, .versinfos, .langue {
	cursor: pointer;

}

.langue span{
	color: rgb(150, 150, 150);
}

#menu img.gif, #prehome img{
	display: block;
	position: fixed;
	background-color: white;
	margin-right: 0 !important;
}


/*SLIDER*/
/*SLIDER*/
/*SLIDER*/

.bx-wrapper {
	z-index: -99;
	width: 100%;
	bottom: 0;
	top: 0;
	position: fixed;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

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

.bx-wrapper li{
	height: 100vh;
	max-height: calc(100vh - 4*var(--margin) - 47px);
	max-width: 100%;
	padding-left: 0;
}

@media all and (orientation:portrait) { 
	.bx-wrapper li{
		height: calc(100vh - 4*var(--margin) - 47px);
		max-height: calc(100vw - 8vw);
	}
}

.bx-wrapper img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}



/*NEXT/PREV*/
/*NEXT/PREV*/
/*NEXT/PREV*/

.bx-controls-direction button {
	position: fixed;
	width: 50%;
	top: 70px;
	height: calc(100% - 140px);
	z-index: 200;
	opacity: 0;
}

.bx-wrapper .bx-prev {
	left: 0;
	cursor: w-resize;
}

.bx-wrapper .bx-next {
	right: 0;
	cursor: e-resize;
}

@media all and (max-width: 640px){
	.bx-wrapper .bx-prev { width: 35%; }
	.bx-wrapper .bx-next { width: 65%; }
}

/* Tel uniquement */
/*#flechesTel{
	pointer-events: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
}

@media all and (max-width: 640px){
	#flechesTel{ 
		display: flex;
		flex-direction: column;
		justify-content: center; 
	}
	.bxslider img{
		transform: scale(.85);
	}

	.bxslider.cliquer img{
		transform: scale(1);
	}
}

#flechesTel div{ 
	margin-right: 10px;
	margin-left: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#flechesTel div img{ 
	padding: 10px;
}
*/


/*Legendes*/
/*Legendes*/
/*Legendes*/

.legende{
	position: fixed;
	bottom: 0px;
	left: 0px;
	text-align: center;
	padding-left: 5vw;
	width: 90vw;
	padding-bottom: calc(var(--margin) + 5px);
	transition: all 0s;
}

.legende.en{
	opacity: 0;
	pointer-events: none;
	transition: all 0s;
}

.legende i{
	font-style: inherit;
	color: black;
}

.legende span{
	display: inline-block;
}


/* À propos */
/* À propos */
/* À propos */

.blocinfos{
	width: 100%;
	height: calc(100vh);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 1);
	cursor: crosshair;
	transition: all 0s;
}

.inactive{
	opacity: 0;
	pointer-events: none;
	transition: all 0s;
}

.blocinfos div{
	overflow-y: scroll;
	opacity: 1;
	pointer-events: inherit;
	transition: all 0s;
	position: fixed;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding-bottom: calc(var(--margin) + 5px);
	margin-bottom: 0 !important;
}

.blocinfos .en{
	opacity: 0;
	pointer-events: none;
	transition: all 0s;
}

.blocinfos h1, .blocinfos h2, .blocinfos h3{
	cursor: initial;
	width: 250px;
	max-width: calc(100% - 30px);
	font-size: inherit;
	margin: 0;
	align-self: center;
}

