body, html {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;

	background-color: #ffffff;

	font-family: Roboto, Arial, Helvetica, sans-serif;

	font-size: 15px;

	

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

* {
	scrollbar-width: thin;
	scrollbar-color: rgba(0,0,0,.2) rgba(0,0,0,.1);
  }
  *::-webkit-scrollbar {
	width: 12px;
  }
  *::-webkit-scrollbar-track {
	background:  rgba(0,0,0,.1);
  }
  *::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,.2);
	border-radius: 20px;
	border: 3px solid rgba(0,0,0,.1);
  }

  
#loading {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	height: 100%;

	background-color: rgba(0,0,0,.8);
}
#loading img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.module {
	position: relative;
	float: left;
}

.module .centered {
	position: absolute;

	z-index: 20;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

	text-transform: uppercase;
}

#logo {
	position: absolute;
	z-index: 20;
	top: 20px;
	left: 20px;

}

#reservez {
	width: 50%;
	height: 70vh;
	background: linear-gradient(90deg, #FFEE00, #E82986);
	color: #ffffff;

	cursor: pointer;
}
#incubateur {
	width: 33%;
	height: 30vh;
	background: linear-gradient(90deg, #05A798, #FEED01);
	color: #ffffff;

	cursor: pointer;
}
#facilitateur {
	width: 34%;
	height: 30vh;
	background: linear-gradient(90deg, #EC745E, #CC3418);
	color: #ffffff;

	cursor: pointer;
}
#medialab {
	width: 33%;
	height: 30vh;
	background: linear-gradient(90deg, #8BD0E0, #06A899);
	color: #ffffff;

	cursor: pointer;
}
#agenda {
	width: 50%;
	height: 70vh;
	color: #000000;
}

#agendaTop {
	position: absolute;
	top: 0px;
	right:15%;
}

#agendaCal {
	margin-top: 6px;
	margin-right: 20px;
	position: relative;
	float: left;
}
#agendaJour {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 7px;
	color: #9A33FF;

	font-size: 1.2em;
	font-weight: bold;

}

#agenda .header {
	color: #9A33FF;
	font-size: 2.5em;
	margin-top: 10px;
	margin-left: 30px;
	font-weight: bold;;
}
#agenda .header .sub {
	font-size: .8em;
}
#agenda .content {
	background-color: #ffffff;
	margin: 20px;
	height: calc(70vh - 170px);
	overflow-y: scroll;
}
#agenda .lien {
	color: #9A33FF;
	margin-right: 40px;
	text-align: right;
	text-transform: uppercase;

	cursor: pointer;

	font-weight: bold;
	font-size: 1.4em;
}

#agenda .event {
	margin-top: 15px;
	margin-left: 30px;
}

#agenda .date {
	color: #9A33FF;
	font-size: 2em;
	font-weight: bold;
}

#agenda .descr {
	margin-left: 50px;
	font-size: 1.6em;
}

#agenda .title {
	font-size: 1.2em;
}

