body {
  background-color: var(--bg-principal);
}

h1 {
  text-align: center;
  font-size: 4vw;
  margin-top: 50px;
  margin-bottom: 50px;
  color: var(--txt-titre);

}

.projet {
  height: 500px;
  margin-top: 40px;
  margin-bottom: 40px;
  }

.titre {
  background-color:  #11111166;
  display: flex;
}

.prix {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 20px;
  margin-left: auto;
}

.prix p {
  font-family: 'Helvetica', sans-serif;
  text-align: right;
  color: white;
  font-size: 22px;
}

h2{
  color: white;
  font-size: 60px;
  padding: 10px;
  padding-left: 20px;
  /*background-color:  #11111166;*/
}


.role{
  margin-top: auto;
  margin-right: auto;

  /*background-color: #111111dd;*/
  color: white;
  padding: 15px;
  font-size: 25px;

}

.logo {
  margin-top: auto;
  margin-bottom: auto;
  width: 45px;
  height: 45px;
  margin-right: 15px;


}



.infos{
  margin-top: auto;
  background-color: #111111aa;
  display:flex;
}

.projetImage {
   /* Permet d'ajuster le pseudo-élément à l'intérieur */
  height: 500px;
  width: 55%;
  overflow: hidden; /* Assure que le pseudo-élément ne dépasse pas le conteneur */
  margin-left: 10%;
  position: absolute;
  background-position: center;
  background-size: cover;

transition: transform 0.5s ease;
display:flex;
flex-direction: column;
border-radius: 25px;


}



a:hover .projetImage{
  transform: scale(1.042);
}


#UI .projetImage{
  background-image: url("../images/UI-Gameplay1.webp");
}

#TC .projetImage{
  background-image: url("../images/TC-Gameplay1.webp");
}

#TTT .projetImage{
  background-image: url("../images/TTT-Gameplay1.webp");
}

#IR .projetImage{
  background-image: url("../images/IR-Gameplay1.webp");
}

#BA .projetImage{
  background-position: bottom;
  background-image: url("../images/BA-Gameplay1.webp");
}

#TFT .projetImage{
  background-image: url("../images/TFT-Gameplay1.webp");
}


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

.prix{
  display: none;
}

h2{
  font-size: 45px;
}

.role {
  font-size: 25px;
}

.logo {
  width: 35px;
  height: 35px;
}

#sideMenu {
  display: none;
}

.projetImage{
  width: 75%;
  margin-left: 0;
}

}
