/* Auteur: Gorria Patrick Le Creusot 25/01/2023 */
html, body {
	margin: 0;
	padding: 0;
	height: 100vh;
	width:100vw;
	background-color: rgb(238, 229, 187);
}

#idgeoloc{
	height: 100vh;
	width: 100vw;
	text-align:center;
	}

#idintro{
	font-size: 120%;
	text-align: center;
}

.cinfo {
	display: none;
	font-size:100%;
	text-align: center;
}

#idinfo{
	color: gray;
	width: 100vw;
}

#idmap{
	margin: 2% 10%;
	height: 70%;
	width: 80%;
}

#idaide {
	position: absolute;
	top: 15px;
	right: 15px;
	height: 30px;
	width: 30px;
	border-radius: 10px;
	background-size:contain;
	background-image:url(Icones/aide.png);
}

#imgwait {
	height: 20px;
	width: 20px;
}

/************ liste de sélection ****************/

.ctitre{
    margin: 2% auto;
}

.corg{
    margin: 1% auto;
	width: 80%;
	height: 10vh;
	border-radius: 2vh;
	border: 2px #555 ridge;
	text-align: center;
	cursor: pointer;
	background-color: rgb(240, 240, 220);
}

.cimg{
	margin: 5% 10%;
	height: 70%;
	max-width: 80%;
}

.clogo{
    float:left;
    width: 20%;
	height: 100%;
}

.cnom{
	height: 100%;
    margin-left: 20%;
}

.clink:link, .clink:visited {
  color: black;
  text-decoration: none;
}

.clink:hover, .clink:active {
  font-size: 105%;
}






