.body{
margin-left: 90px;
margin-right: 90px;
}

a {
  text-decoration: none;
  color: inherit; /* garde la couleur de ton texte */
}

.warning{
display:none;
}

.hautdepage{
background-color:white;
display:flex;
flex-wrap:wrap;
padding-top: 5px;
margin: 0;
}

.menu{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 120px;
padding-top: 380px;

display: flex;
justify-content: center;   
align-items: center;       
gap: 80px;                 

height: 120px;
background: transparent;   
z-index: 1000;
}

.catégorie{
font-family: Arial, sans-serif;
font-size: 24px;
color: #7a0f7a; 
text-align: center;

cursor: pointer;
font-weight: normal;
cursor: pointer;
transition: all 0.2s ease;
}

.choisie{
font-family: Arial, bold;
font-size: 24px;
color: #FF00FF; 
text-align: center;
}

.choisie:hover {
font-weight: bold;
transform: scale(1.05);
}


.catégorie:hover {
font-weight: bold;
transform: scale(1.05);
}

.container{
background-color:transparent;
display:flex;
flex-wrap:wrap;
padding-top: 250px;
padding-bottom: 150px;

margin-left: 250px;
margin-right: 250px;
gap: 60px;
}

.colonne{
flex:1 1 40%;
margin: 0vh;
}

.projet{
background-color:none;
margin:2svh;
}

.image{
transition: all 0.1s ease; 
}
.légende{
font-family: Milford, regular;
color: #7a0f7a; 
}

.image:hover {
filter: grayscale(20%) sepia(0.3) hue-rotate(270deg) saturate(2) brightness(1.1);
cursor: pointer; 
transform: scale(1.02);                      
}

.image:hover::after {
opacity: 1;               
}

.basdepagecontainer{
display:flex;
padding-top: 50px;
padding-bottom: 20px;
}

.basdepagegauche{
width:50%;
display:flex;
font-family: Milford, regular;
font-size: 12px;
color: #7a0f7a;
}

.basdepagedroit{
width:50%;
display:flex;
font-family: Milford, regular;
font-size: 12px;
color: #7a0f7a;
text-align: left;
}

hr{
  border: none;       
  height: 1px;           
  background-color: purple; 
  margin: 20px 0;    
  
}


