.pointer {
	cursor: pointer;
}
body {
	background-image: url(../images/logoSillacPaysage.jpg);
	background-repeat: no-repeat;
	background-size: 15%;
	background-position: 95% 10%;
}
	
.formation {
	text-align: center;
	max-height: 600 px;
	width: auto;
} 
#sillac {
	text-align: center;
}

.menu {
	display:flex;
	flex-direction:row;
	max-width: 50px;
	justify-content: center;
}

button {
	border-radius: 5px;
	margin-bottom: 4px;
	cursor: pointer;
}

button:hover {
	background-color: #717171;
	color: #CFCFCF;
	cursor: pointer;
}

.boutonOn:hover {
	background-color: #98FB98;
	cursor: pointer;
	color: black;
}

.boutonOff:hover {
	background-color: #FF1F28;
	cursor: pointer;
	color: black;
}

#menu {
	display:flex;
	max-width: 1500px;
	flex-direction:column;
	justify-content: center;
	margin-top: 100px;
}

#menu a, #menu h1 {
	color: black;
	text-decoration: none;
}

#diag {
	display: flex;
	max-height: 400px;
	flex-direction:row;
	justify-content: center;
	margin-top: 60px;
}

#cycle {
	display: flex;
	max-height: 400px;
	flex-direction:row;
	justify-content: center;
	margin-top: 50px;
	margin-left: 50px;
	margin-right: 50px;
}

#diagramme {
	display: flex;
	background-color: #2F93D3;
	max-width: 300px;
	max-height: 200px;
	border-radius: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 50px;
	margin-right: 50px;
	text-align: center;
}

#diagrammeZeotrope {
	display: flex;
	background-color: magenta;
	max-width: 300px;
	max-height: 200px;
	border-radius: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 50px;
	margin-right: 50px;
	text-align: center;
}

#cyclePur {
	display: flex;
	background-color: #2BCDEC;
	max-width: 300px;
	max-height: 200px;
	border-radius: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 50px;
	margin-right: 50px;
	text-align: center;
	align-items: center;
}

#cycleZeotrope {
	display: flex;
	background-color: violet;
	max-width: 300px;
	max-height: 200px;
	border-radius: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 50px;
	margin-right: 50px;
	text-align: center;
	align-items: center;
	
}