html {
	height: 100%;
	background-color: #000000;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
.txt{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
}
.txt_small{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}
#container{
	width:100%;
	height:100%;
	background-color: #000000;
}
#menu{
	position: absolute;
	width:100%;
	/*top: 85%;*/
}
#mainMenu{
	position: absolute;
	display:table;
	margin:0 10px;
	background-color: rgba(255, 255, 255, 0.6);
	border-radius:10px;
}
#sousMenu{
	position: absolute;
	display: flex;  /*table;*/
	max-width: 61%;
	margin:0 auto;
	background-color: rgba(255, 255, 255, 0.6);
	border-radius:10px;
	text-align: center;
	/*border: 1px #000 solid;*/
	overflow-x:hidden;
}
@media (max-width: 1080px) {
	#sousMenu{
		max-width: unset
	}
}


#niv1{
	display: grid;
	width: 99%;
	overflow: hidden;
	grid-template-columns: 110px auto;
	height: 170px;
	top: -10px;
	position: relative;
}
#conteneur{
	display: flex;
	flex-wrap: wrap;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 167px;
	gap: 5px;
}
#conteneur br{
	line-height: 0px;
}

.calques{
	position: absolute;
	width:100%;
	height:100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position:center center;
} 
.calques img{
	height: inherit;
}
/*********************************************************************************************************/
/* connexion
/*********************************************************************************************************/
#connexion{
	/*position: absolute;*/
	display:table;
	margin: 50px auto 0px auto;
	background-color: rgba(255, 255, 255, 0.7);
	padding:50px;
	border-radius:10px;
	text-align: center;
	/*border: 1px #000 solid;*/
}
/*********************************************************************************************************/
/* formulaire
/*********************************************************************************************************/
input{
	margin: 10px;
	padding: 10px;
	border-radius: 10px;
	font-size: 18px;
}
input[type="submit"]{
	margin: 15px;
	padding: 10px;
	border-radius: 10px;
	font-size: 16px;
	font-weight: bold;
}

/*********************************************************************************************************/
.selecteur{
	position: absolute;
}

#emplacement{
	width: 100%;
	/*background-color: #000000;*/
}
.empl_choix{
	cursor: pointer;
	display:table-cell;
	vertical-align: middle;
	padding: 5px 5px;
}
.choix{
	cursor: pointer;
	display:table-cell;
	padding: 5px 2px;
	text-align: center;
	border-radius:10px;
}
.titre_menu{
	cursor:pointer;
	border:1px solid #000;
	border-radius:10px;
	background-color:#fff;
	display:table;
	padding:5px;
	margin:auto;
}
.sans_opt{
	cursor:pointer;
	border:1px solid #000;
	border-radius:10px;
	background-color:#fff;
	display:table-cell;
	padding:5px;
	margin:auto;
	vertical-align:middle;
}
.fermer{
	float:right;
	width: 15px;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 100px;
	cursor: pointer;
	color: #fff;
}

/*********************************************************************************************************/
#fullscreen{
	position: absolute;
	top: 5px;
	left: 5px;	
}

#logo{
	position: absolute;
	top: 5px;
	right: 5px;	
}

#sortie{
	position: absolute;
	bottom: 5px;
	left: 5px;	
}
/*********************************************************************************************************/

#calculateur{
	position: absolute;
	bottom: 5px;
	right: 5px;	
	background-color: rgba(255, 255, 255, 0.6);
	/*padding: 5px;*/
}
.input_titre{
	padding: 0px;
	margin : 0px;
	font-size: 13px;
	font-weight: bold;
	border : 0;
	background-color: rgba(255, 255, 255, 0);
}
.calcul_colentiere{
	display:table-cell;
	vertical-align: middle;
	font-weight: normal;
	width: 240px;
	height: 30px;
	padding: 5px;
}
.calcul_col1{
	display:table-cell;
	vertical-align: middle;
	font-weight: normal;
	width: 180px;
	height: 30px;
	padding: 5px;
	margin : 0px;
}
.calcul_col2{
	display:table-cell;
	vertical-align: middle;
	font-weight: normal;
	width: 85px;
	height: 30px;
	padding: 0px;
	margin : 0px;
}
.calcul_col3{
	display:table-cell;
	vertical-align: middle;
	font-weight: normal;
	width: 15px;
	height: 30px;
	padding: 5px;
	margin : 0px;
}
.input_text{
	padding: 0px;
	margin : 0px;
	width: 180px;
	font-size: 11px;
	font-weight: normal;
	border : 0;
	background-color: rgba(255, 255, 255, 0);
}
.input_prix{
	padding: 0px;
	margin : 0px;
	width: 85px;
	font-size: 11px;
	font-weight: normal;
	border : 0;
	background-color: rgba(255, 255, 255, 0);
}
.calcul_input{
	padding: 0px;
	border-radius: 5px;
	font-size: 13px;
	border : solid 1px #777;
}
.lien_retour{
	color:#666;
	text-decoration: none;
	font-size: 9px;
}
/*****************************************************/
@media (min-width: 640px) {
	.container {
	  display: grid;
	  grid-template-columns: repeat(2, 1fr);
	  grid-gap: 0px;
	  /*grid-auto-rows: minmax(80px, auto);*/
	  grid-template-rows : (80px 1fr 80px);
	}
	.header {
	  grid-column: 1 / 4;
	  grid-row: 1;
	  background-color:#000;
	  color:#fff;
	}
	.gauche {
	  grid-column: 1 / 2;
	  grid-row: 2;
	  background-color:#fff;
	}
	.droite {
	  grid-column: 2 / 2;
	  grid-row: 2 / 2;
	  background-color:#fff;
	}
	.footer {
	  grid-column: 1 / 4;
	  grid-row: 3;
	  background-color:#000;
	  color:#fff;
	  text-align:center;
	}
}
