*{
    margin : 0;
    padding : 0;
}
.fond{
  background-color: black;
}
@font-face {
  font-family: 'Ailerons'; /* Nom de la police */
  src: url(../Ressources/Ailerons.woff) format('woff');
  font-weight: lighter;
  font-style: normal;
}
.background{
    min-height : 100vh;
    width:100%;
    background-image: url(../../images/saturne.jpg);
    background-position: center;
    background-size:cover;
    position:relative;
}
.background::before {
    content: ""; /* Obligatoire pour créer un pseudo-élément */
    position: absolute; /* Placez-le en position absolue par rapport à l'élément parent */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(4, 9, 5, 0.2); /* Couleur noire semi-transparente pour l'assombrissement */
  }

  .main{
    position: absolute;
    top:0px;
    width: 100%;
    height: 100%;
  }
.CVT{
  position: absolute;
  width: 5vw;
  height: 5vh;
  color:white;
  font-family: 'Ailerons';
  font-size:2vw;
  top:10%;
  left:30%;
  transform: translateX(-50%); 
  text-align: center;
  transition: color 0.3s ease;
}
#CVT {
  cursor: pointer;
}
.CVvidT{
  position: absolute;
  width: fit-content;
  height: fit-content;
  color:white;
  font-family: 'Ailerons';
  font-size:2vw;
  top:10%;
  left:70%;
  transform: translateX(-50%); 
  text-align: center;
  transition: color 0.3s ease;
  cursor: pointer;
}
.CV {
  display: none;
  position: absolute;
  top:15%;
  left:30%;
  transform: translateX(-50%); 
  
}
.CVembed{
  width: 30vw;
  height: 75vh;
}
.CVT:hover{
  color: rgb(73, 73, 224);
}
.video{
  width: 40vw;
  height: 40vh;
}
.CVvid{
  display: none;
  position: absolute;
  top:25%;
  left:70%;
  transform: translateX(-50%); 
}
.CVvidT:hover{
  color: rgb(73, 73, 224);
}
.contact{
  color:white;
  font-family: 'Exo', sans-serif;
  position : absolute;
  bottom:1vh;
  left:50vw;
  transform:translateX(-50%);
  font-size : 1.5vh;
}
.mail{
  color:lightblue;
  text-decoration: none;
}
.sun {
  position: absolute;
  top: 50%; /* Positionne le haut du cercle au milieu de la page */
  transform: translateY(-50%); 
  left:-7.5vh;
  min-height: 15vh;
  min-width: 15vh;
  
  border: 2px solid #ffffaa;
  border-radius: 50%;
  box-sizing: border-box; 

  display: flex;
  justify-content: center; /* Centre le contenu horizontalement */
  align-items: center; /* Centre le contenu verticalement */
  
} 
.sun2 {
  
  min-height: 10vh;
  min-width: 10vh;
  
  border: 2px solid #ffffff;
  border-radius: 50%;
  box-sizing: border-box; 
  
} 
.trigger{
  position:absolute;
  height: 2vh;
  width: 2vh;
    
  border: 10px solid #e7d152;
  border-radius: 50%;
  box-sizing: border-box; 
  transition: border-color 0.3s ease;
}
.animation {
  opacity: 0; /* L'élément est initialement invisible */
  animation-name: fadeIn; /* Nom de l'animation */
  animation-duration: 1.5s; /* Durée de l'animation (1 seconde dans cet exemple) */
  animation-delay: 0s; /* Délai avant le début de l'animation (0.5 seconde dans cet exemple) */
  animation-fill-mode: forwards; /* Garde la fin de l'animation visible */
}
@keyframes fadeIn {
  from {
      opacity: 0; /* Opacité initiale à 0 */
  }
  to {
      opacity: 1; /* Opacité finale à 1 */
  }
}
.container3{
  position : absolute; 
  top : 3.5%;
  right : 2%;
  height : 25vh;
  width : 7vw;
  display : flex;
  flex-direction : column;
  color:white;
  text-align:center;
  font-size:1.3vmin;
  font-family:'Exo';
  visibility: hidden;
  opacity:0;
  transition: all 0.5s ;
}
.list1{
  width: 100%;
  height:100%;
  border : 1px solid #000;
  display:flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  border-radius:5px;
  background-color:#101015;
}
.list2{
  height:100%;
  border : 1px solid #000;
  display:flex;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  border-radius:5px;
  background-color:#101015;
}
.contain{
  display:flex;
  flex-direction : column;
  position : absolute;
  right:100%;
  width : 7vw;
  height :6.25vh;
  transform:translateY(25%);
  visibility: hidden;
  opacity:0;
  transition: all 0.5s ;
}
.list1:nth-child(7){
  cursor: default;
}
.list1:nth-child(7):hover  .contain{
  visibility: visible;
  opacity: 1;
}

.menu:hover + .container3{
  visibility: visible !important;
  opacity: 1;
}
.container3:hover{
  visibility: visible !important;
  opacity: 1;
}
.container3 > a{
  color:white;
  text-decoration: none;
}
.contain > a{
  color:white;
  text-decoration: none;
}
.list1:hover{
  background-color:#151518;
}
.list2:hover{
  background-color:#151518;
}
.boutonback{
  color:white;
  height: 30px;
  width: 60px;

  border : 1px solid #202020;
  display:block;
  text-align: center;
  font-size : 45px;
  text-decoration : none;
  top:2%;
  left:2%;
  position:absolute;
  border-radius : 5px;
  transition:all 0.1s;
}
span{
  transform: translate(-55%,-20%);
  position:absolute;
}
.boutonback:hover{
  transform : scale(1.1);
}
.menu{
  position:absolute;
  height : 1.7vh;
  width: 1vw;
  top : 2%;
  right : 2%;
  display: flex;
  flex-direction : column;
  justify-content: space-between;
  z-index:500;
}
.barre{
  width: 100%;
  height : 22%;
  background-color:#c9c9c9;
  border-radius: 5px;
}