@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@keyframes slideIn{
	from{transform: translate(0,-30px); opacity:0}
	to{transform:translate(0); opacity:1}
}
@keyframes slideOut{
	from{transform: translate(0); opacity:1}
	to{transform:translate(0,-30px); opacity:0}
}
@keyframes slideLeftIn{
	from{transform: scaleX(0)}
	to{transform: scaleX(1)}
}
@keyframes slideLeftOut{
	from{transform: scaleX(1)}
	to{transform: scaleX(0)}
}	    
body{
    font-family:"montserrat", sans serif;
}
/* iframe css*/
#artcoro{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:0;
}
/*custom preloader css*/
#preloader_div{
    background-color:#F1F1F1;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    font-size:1.4em;
    font-weight:700;
    color:#224B5D;
	z-index:1;
}
#preloader_container{
    background-image:url("media/android-chrome-192x192.png");
    -webkit-background-size:contain;
    background-size:contain;
    width:192px;
    height:192px;
}
#charg{
    text-transform:uppercase;
}
#pourcentage{
    width:100px;
    height:100px;
    text-align:center;
}
/* Rubriques legendes css*/
.container{
    background:rgb(255,255,255,0.3);
    padding:10px;
    border-radius:5px;
}
#lgd{
    position:absolute;
    top:3%;
    left:2%;
    display:none;
	color:#224B5D;
	background:rgb(241,241,241);
    padding:7px;
    border-radius:5px;
}
#liste-mobile{
	position:absolute;
	top:0;
	left:0;
	background-color:rgb(255,255,255,0.3);
}
#terr-liste-mobile{
    flex-wrap:wrap;
    font-size:0.8em;
    margin-top:5px;
}
.lgd-listes{
	display:none;
	margin:0;
	list-style-position:inside;
	padding-left:10px;
}
.btn-legende{
	font-weight:bold;
	cursor:pointer;
	margin:5px 0px;
	padding:3px;
	border:solid 1px transparent;
}
.btn-legende:hover{
	border:solid 1px #224B5D;
}
.btn-liste{
	cursor:pointer;
	border:solid 1px transparent;
	background-color:transparent;
	margin-bottom:5px;	
}
.liste-type{
	list-style-type:upper-latin;
}
.btn-liste:hover{
	border:solid 1px #F9B958;
}
/* slider css*/
#toggle-btn{
    position:absolute;
    bottom:3%;
    left:2%;
}
.switch{
    position:relative;
    display:inline-block;
    width:46px;
    height:24px;
}
.switch input{
    opacity:0;
    width:0;
    height:0;
}
.slider{
    position:absolute;
    cursor:pointer;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#5F6872;
    border-radius:24px;
    -webkit-transition:.4s;
    transition:.4s;
}
.slider:before{
    position:absolute;
    content:"";
    height:20px;
    width:20px;
    left:2px;
    bottom:2px;
    border-radius:50%;
    background-color:white;
    -webkit-transition:.4s;
    transition:.4s;
}
input:checked + .slider{
    background-color:#FA9952;
}
input:checked + .slider:before{
    -webkit-transform:translateX(22px);
    -ms-transform:translateX(22px);
    transform:translateX(22px);
}
.on{
    position:absolute;
    top:4px;
    font-size:0.7em;
    line-height:16px;
    left:6px;
    cursor:pointer;
}
.label{
    margin-left:5px;
    cursor:help;
}
#legende{
    font-size:0.8em;
    line-height:24px;
    margin-bottom:10px;
}
#rota{
    font-size:0.8em;
    line-height:24px;
}
#trans{
    display:none;
	font-size:0.8em;
    line-height:24px;
}
/*grid css Aide et Fullscreen */
#btn-grid{
    position:absolute;
    top:3%;
    right:2%;
    display:grid;
    grid-template-columns:auto auto auto;
    grid-gap:15px;
}
#modal{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgb(0,0,0,0.7);
	display:none;
}
#aide{
    position:absolute;
    top:20vh;
    left:25%;
    width:50%;
    display:flex;
    flex-direction:column;
    align-items:center;
	z-index:1;
	visibility:hidden;
	font-size:0.9em;
	border:solid 2px #ffff;
}
.btn{
    width:42px;
    height:42px;
    border-radius:5px;
    background-color:rgb(255,255,255,0.3);
    cursor:pointer;
} 
#fs-img, #hlp-icon, #cross-icon, #trans-icon{
    width:32px;
    height:32px;
	margin:5px;
}
#refresh-icon{
	width:40px;
    height:40px;
	margin:1px;
}
.btn:hover{
    background-color:rgb(237,225,213, 0.5);
}
mark{
    background-color:rgb(237,225,213);
    padding:0 5px;
}
#hlp-list li{
    list-style:none;
    margin:20px 0;
    text-align:justify;  
}
#hlp-list{
    padding:0;   
}
#Icon-tactile{
	display:none;
    width:90%;
}
#Icon-mouse, #Icon-btn{
	display:flex;
	justify-content:space-around;
	width:100%;
	margin-bottom:40px;
}
.hlp-mouse, .hlp-tactile{
	flex-direction: column;
	text-align: center;
	width:33.3%;
}
.hlp-btn{
	display:flex;
	flex-direction:column;
    align-items: center;
	text-align:center;
	width:25%;
}
.mobile-icon{
    width:36px;
    height:36px;
    margin-right:5px;
}
/*credits css*/
#fili{
    position:absolute;
    right:2%;
    bottom:3%;
    display:grid;
    grid-template-columns:auto auto;
    grid-gap:5px;
    background:rgb(255,255,255,0.2);
    padding:6px;
    border-radius:5px;
}
.half-op{
    opacity:0.5;
}
#fili a{
    text-decoration:none;
    color:white;
	font-size:0.8em;
	line-height: 23px;
}
#fili a:hover{
    opacity:0.9;
}
#vordi{
	display:none;
	position:absolute;
    left:2%;
    bottom:8%;
    background:rgb(241,241,241,0.2);
    padding:6px;
    border-radius:5px;
	font-size:0.9em;
	cursor:pointer;
}
#vordi a{
	text-decoration: none;
	color:white;
}







