.grad {
	background-color: rgba(215,240,245,50);
	background-image: linear-gradient(to bottom, rgba(255,255,255,50),rgba(215,240,245,50));
}

body {
	font-family: Cabin;
	font-size: 1em;
}

h1 {
	font-size: 3em;
	text-align: center;
	/*margin-right:7.3em;
	background-image: url(HHU_Logo4.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;*/
}

.entete {
	display: grid;
	grid-template-columns: 1fr 2fr 1fr;
	/*padding: 45px;*/
}

.entete > div {
	text-align:center;
	/*border: 1px solid black;*/
}

h2 {
	/*background-color: #016ab3; /*METTRE LE BLEU OFFICIEL */
	border: 2px #016ab3 solid;
	border-radius: 5px;
	/*color: #016ab3;*/
	font-size: 1.5em;
	text-align: center;
}

.heure{
	font-weight: bold;
}

a {
color: #002fa7;
}

a:hover {
color: #f94d00
}

.menu {
	text-align: center;
	padding-bottom: 15px;
}

.menuitem {
	color: #00008b; /*#016ab3;*/
	text-decoration: none;
}

.menuitem:hover {
	color: #568cb3;
}

img {
	max-width: 50%;
	height: auto;
}

@media screen and (max-width: 1200px) {

/*.entete {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 7em 7em 7em;
}*/

.dfg1 {
	display: none;
	font-size: .75em;
	width: 130pt;
	text-align: left;
}

/*.dfg2 {
	width: 130pt;
}

.titre {
	grid-row-start: 3;
	grid-row-end: 3;
	grid-column-start: 1;
	grid-column-end: 1;
}

.logoHHU {
	grid-row-start: 1;
	grid-row-end: 1;
	grid-column-start: 1;
	grid-column-end: 1;
}

.logoDFG {
	grid-row-start: 2;
	grid-row-end: 2;
	grid-column-start: 1;
	grid-column-end: 1;
}*/

img {
	display: none;
}

h1 {
	font-size: 2em;
	text-align: center;

}
