
/* Desktop (portrait)
Cette règle de Media Queries est-elle appliquée en direct : Non */
@media only screen   and (max-width : 1920px) {
/* Styles pour cette Media Queries */

body 
{
  
	background: linear-gradient(lightgrey,silver);
	font-size:16px;
	overflow:scroll;
}


/*Règlement*/
#titre_reglement {
	display:none;
	position:absolute;
   	color: red;
    text-align:center;
    padding:  1px;
	font-size:1.3em;
	font-style:bold;
	background-color:gold;
	left:38em;
	top:0.3em;
	width:23em;
	height:2em;
	border:3px;
	border-color:lightgrey darkgrey lightgrey darkgrey;
	border-style:solid;
				}
#reglement
{
position:absolute;

	display:none;
	background-color:white;
   	padding: 1px;
	font-size:1.3em;
	left:38em;
	top:2.5em;
	width:  23em;
	height:  27em;			
}

.zrgt
{

position: absolute;

  top:      0;
  left:     0;
  bottom:   0;
  right:    0;
  width:    100%;
  height:   a;

}

.icoche
{
	position:absolute;
top:7em;
font-size:0.8em;
color:red;
width:20em;
 vertical-align: bottom;	
 left:3em;
 	
}



.ico
{
width:4em;
cursor:pointer;
padding:0.5em;
color:lightgrey;
left:15em;
}

.icos
{
width:4em;
cursor:pointer;
padding:0.5em;
color:lightgrey;
left:30em;
}


#mentions
{
position:absolute;
left:90%;
top:0.5%;
}

#container_admin
{
position:absolute;
top:10em;
left:3em;
text-align:center;
width:18em;
height:8em;
background-color: white;
border:5px solid black; 
border-radius: 30px;
font-style:normal;
font-size:2em;
font-weight:bold;
display:none;
z-index:2;
}

#admin
{
position:relative;
top:3%;
left:3%;
font-size:2vw;
}


#tombolito
{
position:absolute;
top:3em;
left:7em;
z-index:3;
}

#tombolito img
{
max-width: 60%;
  height: auto;	
}


}


