@font-face {
	font-family: 'Caviar Dreams';
	src: url(‘/fonts/CaviarDreams.ttf) format(‘truetype’)
}
ul{
  display: inline-block;
}

li{
  margin-right: 25px;
}
.st1{
  float: left;
  margin-left: 3% ;
}
.st2{
  float: right;
}
nav{
    width: 100%;
    padding-bottom: 25px;
    padding-top: 25px;
    font-size: 25px;
    vertical-align: middle;
    background-color: white;
    position: sticky;
    display: inline-block;
    top: 0px;
    
}
.nav-index{
    margin-right: 1125px;
}
nav a{
  background: rgba(255, 255, 255, 0.2);
border-radius: 25px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 1);

  display: inline-block;
  text-decoration: none;
    width: 150px;
    color: black;
    border-bottom: 2px solid transparent ;
    padding: 10px 0px;
    transition: 0.3s;
    
    


}
nav a:hover {
    color: white;
    border-radius: 25px;
    border: none;
    background-color: #2c75ff;
}
nav li {
    text-align: center;
    float: right;
    
}
nav ul {
    list-style-type: none;
}
nav ul::after{
    content: "";
    display: table;
    clear: both;
    background-color: black;
    
}
 

*{
    margin: 0px;
    padding: 0px;
    font-family: 'Caviar Dreams', sans-serif;

}

body{
    background: rgba(0, 0, 0, 0.8);
  
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
  }
  
  /* Add some content at the bottom of the video/page */
  .main-page {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    color: white!important;
    width: 100%;
    height: 100%;
  }

  .main-page-2 {
    display: inline-flex;
  }
  .main-text{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8%;
    width: 80%; /* Largeur fixe de la div */
      height: 50%; /* Hauteur fixe de la div */
/* From https://css.glass */
background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .main-text h1{
  padding-top: 2%;
  text-align: center;
  font-size: 3vw; 
 
  }

  #texte {
    font-size: 34px;
    white-space: nowrap;
     position:absolute;
     margin-left:25%;
     margin-right: auto;
  }

.card-home{
  border-radius: 50px;
  color: white;
    background-repeat: no-repeat;

  transition: transform 0.3s ease;
  text-shadow:
    -1px -1px 0 black,
     1px -1px 0 black,
    -1px  1px 0 black,
     1px  1px 0 black;
  background: url("/research.jpg");
  background-size: 100% auto;
  box-shadow: inset 20px 20px 20px #bebebe,
              inset -20px -20px 20px #ffffff;
  width: 25%;
  height: 40%;
  margin-left: 1%;
  margin-top: 2%;
  margin-bottom: 1%;
  display: inline-block;
  }
.card-home:hover{
  transform: scale(1.1); /* Zoom à 110% */

}

  .card-home-1{
    border-radius: 50px;
    color: white;
      background-repeat: no-repeat;

    transition: transform 0.3s ease;
    background: url("/github.png");
    text-shadow:
    -1px -1px 0 black,
     1px -1px 0 black,
    -1px  1px 0 black,
     1px  1px 0 black;
  background-size: 100% auto;
    box-shadow: inset 20px 20px 20px #bebebe,
                inset -20px -20px 20px #ffffff;
    width: 25%;
    height: 40%;
    margin-left: 1%;
    margin-top: 2%;
    margin-bottom: 1%;
    display: inline-block;
    }
  .card-home-1:hover{
    transform: scale(1.1); /* Zoom à 110% */
  }

    .card-home-2{
      border-radius: 50px;
      color: white;
      text-shadow:
    -1px -1px 0 black,
     1px -1px 0 black,
    -1px  1px 0 black,
     1px  1px 0 black;
    transition: transform 0.3s ease;
    background: url("/LinkedIn.webp");
    background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
      box-shadow: inset 20px 20px 20px #bebebe,
                  inset -20px -20px 20px #ffffff;
      width: 25%;
      height: 40%;
      margin-left: 1%;
      margin-top: 2%;
      margin-bottom: 1%;
      display: inline-block;
      }
.card-home-2:hover{
  transform: scale(1.1); /* Zoom à 110% */

}
.position  {
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 50px;
    font-size: 1vw;
}
.main-text-1{
  
  margin-top: 2%;
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);

}
.main-text-1 h1{
   
   color: white;
   text-align: left;
   padding-left: 15px;
   text-decoration: underline;
   font-size: 45px;
   

}


.main-text-1 p{
   
    color: white;
    text-align:left;
    padding-top: 10px;
    padding-left: 15px;
    padding-bottom: 10px;
    padding-right: 15px;
    font-size: 20px;
 
 }

 .main-text-1-1{
  
  margin-top: 1%;
  width: 100%;
  height: auto;
  margin-left: 1%;
  background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);

}
.main-text-1-1 h1{
 
 color: white;
 text-align: left;
 padding-left: 15px;
 text-decoration: underline;
 font-size: 45px;
 

}


.main-text-1-1 p{
 
  color: white;
  text-align:left;
  padding-top: 10px;
  padding-left: 15px;
  padding-bottom: 10px;
  padding-right: 15px;
  font-size: 20px;

}

.sub-text-1{
margin-bottom: 1%;
    width: 99%;
    height: auto;
    margin-left: 1%;
    background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
}
.sub-text-1-1{
      width: 99%;
      height: auto;
      margin-left: 1%;
      background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  }
  
.global-sub{
  margin-top: 1%;

}
.uniglobal {
  display: flex;
}

.sub-long{
    margin-top: 1%;

    width: 350%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
}

.supra-global-2{
  margin-right: 19%;
  margin-left: 1%;
}

















  .main-page-2 {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  color: white!important;
  width: 100%;
  height: 100%;
}


  .main-text-3{
    width: 95%;
    height: 95%;
    border-radius: 25px;
    margin-top: 1%;
    margin-left: auto;
    margin-right: auto;
    background: white;
    box-shadow: inset 20px 20px 20px #bebebe,
              inset -20px -20px 20px #ffffff;

}

.main-text-3 h1{
  padding-left: 2%; padding-top: 1%; color:white;
  display: inline-block;
  font-size: 3vw;
  text-shadow:
    -1px -1px 0 black,
     1px -1px 0 black,
    -1px  1px 0 black,
     1px  1px 0 black;
}
.main-text-3 a{
  padding-left: 2%; padding-top: 1%; color:black;
  text-decoration:underline;
  transition: all 0.3s ease;
  font-size: 2vw;
  
}
.main-text-3 a:hover{
  
  padding-left: 2%; padding-top: 1%; color:black;
  color: #2c75ff;
  font-size: 2vw;
  
}
.main-text-3 h2{
  padding-left: 3%; padding-top: 1%; color:white;
  font-size: 2vw;
  text-shadow:
    -1px -1px 0 black,
     1px -1px 0 black,
    -1px  1px 0 black,
     1px  1px 0 black;
}
strong {
  position: relative;
}

strong::before {
  /* Highlight color */
  background-color: #46b96c;

  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: 60%;
  left: -2px;
  bottom: 0;
  z-index: -1;
  transform: rotate(-2deg);
}
.main-text-3 p{
  padding-left: 3%; padding-top: 1%; color:black;
  font-size: 1.5vw;
  
}

.containerimg {
  text-align: center; /* centre tout contenu inline comme une image */
}

.containerimg img {
  display: inline-block; /* s'assure que l'image se comporte comme un inline */
  width: 25%;
  margin-right: 5%;
  margin-top: 2%;
  border: 1px solid black;
}

.top-section {
  background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 15px;
  display: flex;
    /* Aligne les éléments en colonne */
    flex-direction: column;
  width: 95%;
  height: 42%;  /* Centrage horizontal */
  margin-left: auto;
  margin-right: auto;
}

.projet{
  transition: transform 0.3s ease;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  background: url("/capture\ dashboard\ .png");
  background-size: 250% ;
  background-repeat: no-repeat;
  transform-origin: center;
  text-decoration-style: none;  
  box-shadow: inset 20px 20px 20px #bebebe,
              inset -20px -20px 20px #ffffff;
  width: 70%;
  height: 0%;
  padding-bottom: 30%;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  text-align: center;

}

.projet:hover{
  transform: scale(1.1); /* Zoom à 110% */

}
a{
  text-decoration: none;

}
.in-projet{
  text-decoration-style: none;
  background: #e0e0e0;
  height: auto;
  color: black;
  border-end-end-radius: 50px;
  border-end-start-radius: 50px;
  padding: 5%;
  margin-top: 35%;
  border-top: 1px solid gray;
}

.container{
  display: flex;
}

.carousel-container {
  position: relative;
  width: 80%;
  margin: 0 auto;
  overflow: hidden;  /* Masque les éléments qui dépassent */
}

.carousel {
  display: flex;
  transition: transform 0.4s ease;
}

.carousel-item {
  flex: 0 0 calc(100% / 3); /* pour 3 items visibles */
}




.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.main-text-2{
  text-align: center;
    margin-left: auto;
    padding-left: 1%;
    padding-right: 1%;
    margin-right: auto;
    margin-top: 4%;
    width: 90%; /* Largeur fixe de la div */
      height: 75%; /* Hauteur fixe de la div */
/* From https://css.glass */
background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);

}

.main-text-2 h1{
  font-size: 3vw;
  text-align: center;
}


.contact1{

  float: right;
  margin-bottom: auto;
}
.contact1 h2{
  text-align: center;
}
.contact1 p{
  font-size: 1vw;
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: 3%;
  margin-top: 3%;
}
.form-row {
  display: flex;
  margin-bottom: 10px;
}

.form-row textarea {
  width: 100%;
  border: 5px solid gray;
  border-radius: 5px;
  height: 10vw;
  font-size: 1.5vw;
}
button{
  margin-right: 5%;
  margin-left: 5%;
  font-size: 25px;
  width: 15%;
  height: 2%;
}
.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-left: 10%;
  padding-right: 10%;
}
.form-group input{
  height: 2vw;
  border: 5px solid gray;
  border-radius: 5px;
  width: 100%;
  font-size: 1.5vw;
}
.form-group label{
  font-size: 1.5vw;
  margin-bottom: 5px;
}

.form-group:not(:last-child) {
  margin-right: -10%;
}

.form-group.small-gap {
  margin-right: 10%;
}

.info {
  max-width: 80%;     /* ou ce que tu veux */
margin-left: 25%; 
margin-right: 25%;
 display: flex;  
 margin-top: 2.5%;
}


