
html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color: rgb(255, 239, 212);
	background-image: url("../img/fond.png");
}
#page-container {
	position: relative;
	min-height: 100vh;
}
header{
	/* margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	background-color: #2b73b3;
	border-bottom-left-radius: 60% 80%; */


	position: fixed;
	margin: 0;
	width: 100%;
	height: 3em;
	/* display: flex; */
	/* align-items: center; */
	
	/* padding: 10px; */

	background-color: rgb(66, 4, 4);
	border-bottom-left-radius: 20% 50%;
}

.image {
	z-index: 10;
	top: 0;

	/* */	
	width: 256px;
	height: 256px;
	object-fit: cover;
	

	margin: 10px;

	display: inline-block;
	position: absolute;
}

#menu {
	/* width: 100%; */
	align-items: center;
	height: 3em;
	padding-left: 278px;
}



#menu ul {
	display: flex;
	height: 3em;
	align-self: center;
}

div ul li ul li{
	background-color: rgb(66, 4, 4);
	color: white;
}
div ul li ul li:hover {
	/* background-color: #b3885e; */
	color: yellow;
}

.titre{
	height: 192px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-family: 'Dancing Script', cursive;
	margin: 0;
	padding: 0;
	font-size: 48px;
}


.fluide{
	display: block;
}

.compact{
	display: none;
}

@media only screen and (max-width:1000px) {
	.image {
		width: 128px;
		height: 128px;
	}
	#menu {
		padding-left: 150px;
	}
	.titre{
		height: 80px;
		font-size: 32px;
	}

	.fluide{
		display: none;
	}
	
	.compact{
		display: block;
	}
}

#content {
	margin: 0;
	padding: 15px;
	/* padding-top: 128px; */
	padding-top: 64px;
	padding-bottom: 300px;
		/* Footer height */
}



#copyright{
	
	margin-right: 100px;
}

.downlink {
	color: rgb(180, 180, 180);
	text-decoration:none; 

}
footer {
	/* 
	
	width: 100%;
	height: 250px;
	margin: 0;
	padding: 0;

	background-color: #363636;
	color: #ededed;
	
	justify-content: center;
	align-items: center;
	
	border-top-right-radius: 20% 50%; */
	/* display: flex; */
	/* height: 2.5rem;            Footer height */
	position: absolute;
	min-height: 250px;
	bottom: 0;
	

	color: rgb(180, 180, 180);
	margin: 0;
	width: 100%;
	/* width: fit-; */
	/* padding: 10px; */
	/* padding-left: 25px; */
	/* width: calc(100%-25px); */
	/* width: max-content; */
	background-color: rgb(34, 34, 34);
	line-height: 150%;
	border-top-left-radius: 0;
	border-top-right-radius: 20% 50%;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

#titlecontact {
	padding-left: 20px;
}

#contentcontact {
	padding-left: 20px;
}

#copyright{
	padding-left: 10px;
	color: grey;
}

html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* #gotop {
	width: 100px;
	height: 100px;
	background-color: rgba(255, 70, 70, 0.8);
	position: fixed;
	right: 10px;
	bottom: 10px;
	text-align: center;
	line-height:100px; centrage vertical

	font-size: xx-large;
} */