html {
	background-image: url(../Static/fond.png);
	background-size : 101% ;
}
body {
	font-family: Garamond;
	display: flex;
	flex-direction: column;
	height: 100vh;
	margin: 0;
	padding-bottom: 10%;
}

.menu {
	position: absolute;
	top: 5%;
	left: 5%;
	height: auto;
	width: 18%;
	background-color: white;
	color: black;
	display: flex;
	flex-direction: column;
	padding: 2rem;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	font-size: 17pt;
	z-index: 10;
}

.menu h2 {
	margin-top: 0;
	color: #333;
}

.menu ul {
	list-style: none;
	padding: 0;
}

.menu ul li {
	margin: 10px 0;
}

.menu ul li a {
	color: black;
	text-decoration: none;
}

.menu ul li a:hover {
	text-decoration: underline;
}

.submenu {
	margin-left: 1rem;
}

header {
	height: 70%;
	padding-top: 3%;
	padding-left: 32%; 
	padding-right: 13%;
	padding-bottom: 41%;
	background-color: transparent;
}

h1{
	font-size: 18pt;
	padding-left: 10%;
	padding-right: 15%;
	padding-bottom: 5%;
	line-height: 1.4;
}
h3{
	font-size: 18pt;
}

p{
	font-size: 18pt;
}


a {
    text-decoration: none;
	color:black;
}
h4{
	font-size: 18pt;
	padding-left: 7%;
	padding-right: 7%;
}
.Partie
{
	border-width : 3px;
	padding-left : 50px;
	padding-right : 50px;
	margin-bottom : 5%;
}
.Partie td
{
	text-align : center;
	width : 20%;
}
a img {
    width: 90%;
    transition: transform 0.3s ease;
	border-radius: 50%;
}

a img:hover {
    transform: scale(1.5);
    cursor: pointer;
}
a:link
{
	color : 8A2BE2;
}
.Partie2 td
{
	text-align : center;
	width : 20%;
}
.Partie2 a img {
    width: 60%;
    transition: transform 0.3s ease;
	border-radius: 50%;
}
table{
	padding-bottom: 5%;
}
header li{
	font-size: 18pt;
	line-height: 2;
}
header ul {
	padding: 0;
}

header ul li {
	margin: 10px 0;
}
@media (max-width: 768px) {
	.menu {
	  width: 40%;
	  font-size: 12pt;
	  padding: 1rem;
	}
  
	header img {
	  max-height: 120%;
	}
  

  }