/* Polices d'écriture */

@font-face {
  font-family: 'Sublima';
  src: url('/assets/fonts/sublima.eot'); /* IE9 Compat Modes */
  src: url('/assets/fonts/sublima.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/assets/fonts/sublima.otf') format('opentype'), /* Open Type Font */
       url('/assets/fonts/sublima.woff') format('woff'), /* Modern Browsers */
       url('/assets/fonts/sublima.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/assets/fonts/sublima.svg#Sublima') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Interphases1';
  src: url('/assets/fonts/interphases1.eot'); /* IE9 Compat Modes */
  src: url('/assets/fonts/interphases1.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/assets/fonts/interphases1.otf') format('opentype'), /* Open Type Font */
       url('/assets/fonts/interphases1.woff') format('woff'), /* Modern Browsers */
       url('/assets/fonts/interphases1.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/assets/fonts/interphases1.svg#Interphases1') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Interphases2';
  src: url('/assets/fonts/interphases2.eot'); /* IE9 Compat Modes */
  src: url('/assets/fonts/interphases2.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/assets/fonts/interphases2.otf') format('opentype'), /* Open Type Font */
       url('/assets/fonts/interphases2.woff') format('woff'), /* Modern Browsers */
       url('/assets/fonts/interphases2.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/assets/fonts/interphases2.svg#Interphases2') format('svg'); /* Legacy iOS */
}


/* Styles de base */

html {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, blockquote, figure, figcaption, pre, hr, fieldset, legend, button, input, textarea, table, th, td {
  margin: 0;
  padding: 0;
}
  
body, html {
  height: 100%;
  min-height: 100vh; 
  background: linear-gradient(180deg, #04fafd, 5%, #119dff, 50%, #030423); 
  background-repeat: no-repeat; 
  background-attachment: fixed; 
  background-size: cover;
  position: relative; 
  padding-top: 81px;
}
  

/* Styles de la navbar */

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 15px 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 90;
  height: 100.3px;
}

.navbar-logo img {
  width: 60px;
  transform: scale(1.35);
  margin-left: 10px;
}
  
.non-clickable {
  pointer-events: none; 
  cursor: default; 
}

.navbar-links a, .navbar-links a.non-clickable {
  display: inline-block;
  color: white;
  padding: 10px 25px;
  text-decoration: none;
  text-align: center;
  transition: color 0.3s ease, transform 0.3 ease;
  font-family: "Sublima", sans-serif;
  font-size: 26px;
}
  
.navbar-links a:hover, .navbar-links a.non-clickable:hover {
  color: #007bff;
  transform: scale(1.1);
}
  

.navbar-links a {
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* Internet Explorer/Edge */
  user-select: none;         /* Standard syntax */
}

  
/* Styles de la section principale */

.presentation-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.content h1 {
  color: rgb(255, 255, 255);
  text-align: center;
  font-family: "Sublima", sans-serif;
  font-size: 70px;
}
  
.presentation-content {
  background-color: rgba(0, 0, 0, 0.7); 
  border-radius: 10px;
  padding: 20px; 
  margin:30px auto;
  max-width: 85%; 
}
  
.presentation-content p, li {
  color: white;
  text-align: center;
  font-size: 26px;
  padding : 10px;
  margin-bottom: 30px; 
  font-family: "Interphases2", sans-serif;
}
  
.presentation-content ul {
  list-style-type: none; 
  padding: 0; 
  margin-bottom: 30px; 
}
  
.presentation-content h3 {
  font-family: "Sublima", "sans-serif";
  font-size: 36px; 
  text-align: center;
  color: white;
  margin-bottom: 30px; 
}

.presentation-content h2 {
  font-family: "Sublima", "sans-serif";
  font-size: 24px; 
  text-align: center;
  color: rgb(197, 197, 197);
  margin-bottom: 30px; 
}
  
.presentation-content a {
  color: #FFCC00; 
  text-decoration: none; 
}
  
.presentation-content a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
  
.btn-projet {
  font-family: "Sublima", sans-serif;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 15px 30px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
  letter-spacing: 1px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: block;
  text-align: center;
  margin: 20px auto;
  z-index: 50;
  font-size: 28px;
  max-width: 20%;
  text-decoration: none;
  align-items:center;
}

.btn-projet:hover {
  background-color: #0056b3;
  transform: scale(1.05);
}

.video-projet {
  width: 100%; 
  max-width: 1000px; /* Largeur maximale de la vidéo */
  height: auto; 
  display: block; 
  margin: 0 auto;
}

.images-projet {
  text-align: center; 
  margin: 20px 0; 
}

.images-projet img {
  display: block;
  margin : 20px auto;
}
  
  
/* Styles d'animation des bulles */
  
.wrapper {
  top: 0; 
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #04fafd, 5%, #119dff, 50%, #030423);
  position: fixed;
}

.wrapper h1 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  font-family: sans-serif;
  letter-spacing: 1px;
  word-spacing: 2px;
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
}

.wrapper div {
  height: 60px;
  width: 60px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50px;
  position: absolute;
  top: 10%;
  left: 10%;
  animation: 4s linear infinite;
}

div .dot {
  height: 10px;
  width: 10px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 20%;
  right: 20%;
}

.wrapper div:nth-child(1) {
  top: 20%;
  left: 20%;
  animation: animate 8s linear infinite;
}

.wrapper div:nth-child(2) {
  top: 60%;
  left: 80%;
  animation: animate 10s linear infinite;
}

.wrapper div:nth-child(3) {
  top: 40%;
  left: 40%;
  animation: animate 3s linear infinite;
}

.wrapper div:nth-child(4) {
  top: 66%;
  left: 30%;
  animation: animate 7s linear infinite;
}

.wrapper div:nth-child(5) {
  top: 90%;
  left: 10%;
  animation: animate 9s linear infinite;
}

.wrapper div:nth-child(6) {
  top: 30%;
  left: 60%;
  animation: animate 5s linear infinite;
}

.wrapper div:nth-child(7) {
  top: 70%;
  left: 20%;
  animation: animate 8s linear infinite;
}

.wrapper div:nth-child(8) {
  top: 75%;
  left: 60%;
  animation: animate 10s linear infinite;
}
  
.wrapper div:nth-child(9) {
  top: 50%;
  left: 50%;
  animation: animate 6s linear infinite;
}

.wrapper div:nth-child(10) {
  top: 45%;
  left: 20%;
  animation: animate 10s linear infinite;
}

.wrapper div:nth-child(11) {
  top: 10%;
  left: 90%;
  animation: animate 9s linear infinite;
}

.wrapper div:nth-child(12) {
  top: 20%;
  left: 70%;
  animation: animate 7s linear infinite;
}

.wrapper div:nth-child(13) {
  top: 20%;
  left: 20%;
  animation: animate 8s linear infinite;
}

.wrapper div:nth-child(14) {
  top: 60%;
  left: 5%;
  animation: animate 6s linear infinite;
}

.wrapper div:nth-child(15) {
  top: 90%;
  left: 80%;
  animation: animate 9s linear infinite;
}

@keyframes animate {
  0% {
    transform: scale(0) translateY(0) rotate(70deg);
  }
  100% {
    transform: scale(1.3) translateY(-100px) rotate(360deg);
  }
}
  
    
/* Responsive */

@media (min-width:1201px) {
  .images-projet img {
    max-width: 50%;
  }
}


@media (max-width: 1200px) {
  .navbar {
    padding: 20px 25px;
    height: auto;
  }
  .navbar-logo img {
    width: 60px;
  }
  .navbar-links a, .navbar-links a.non-clickable {
    font-size: 20px;
    padding: 12px 25px;
  }
  .dropdown-content a {
    font-size: 16px;
  }
  .content h1 {
    font-size: 60px;
  }
  .presentation-content p,
  .presentation-content li {
    font-size: 22px;
  }
  .presentation-content h2
  {
      font-size:30px;
  }  .presentation-content h3 {
    font-size: 32px;
  }
  .btn-projet {
    font-size: 24px;
    padding: 12px 25px;
    max-width: 40%;
  }
  .images-projet img {
    max-width: 90%; 
    height: auto;
  }
}


@media (max-width: 992px) {
  .navbar {
    padding: 15px 20px;
    height: auto; 
  }
  .navbar-logo img {
    width: 55px;
  }
  .navbar-links a, .navbar-links a.non-clickable {
    font-size: 18px;
    padding: 10px 20px;
  }
  .dropdown-content {
    min-width: 50%;
  }
  .dropdown-content a {
    font-size: 14px;
  }
  .content h1 {
    font-size: 50px;
  }
  .presentation-content p,
  .presentation-content li {
    font-size: 20px;
  }
  .presentation-content h2
  {
      font-size:24px;
  }
  .presentation-content h3 
  {
    font-size: 28px;
  }
  .btn-projet {
    font-size: 22px;
    padding: 10px 20px;
    max-width: 50%;
  }
  .images-projet img {
    max-width: 85%;
    height: auto;
  }
}


@media (max-width: 768px) {
  .navbar {
    padding: 10px 15px;
    height: auto; 
  }
  .navbar-logo img {
    width: 50px;
  }
  .navbar-links a, .navbar-links a.non-clickable {
    font-size: 16px;
    padding: 8px 16px;
  }
  .dropdown-content {
    min-width: 60%;
  }
  .dropdown-content a {
    font-size: 12px;
  }
  .content h1 {
    font-size: 40px;
  }
  .presentation-content p,
  .presentation-content li {
    font-size: 18px;
  }
  .presentation-content h2
  {
      font-size:20px;
  }  .presentation-content h3 {
    font-size: 24px;
  }
  .btn-projet {
    font-size: 20px;
    padding: 8px 16px;
  }
  .video-projet {
    max-width: 95%; 
  }
  .images-projet img {
    max-width: 85%;
    height: auto;
  }
}


@media (max-width: 480px) {
  .navbar {
    padding: 8px;
    height: 70px;
  }
  .navbar-logo img {
    width: 40px;
  }
  .navbar-links a, .navbar-links a.non-clickable {
    font-size: 12px;
    padding: 5px 10px;
  }
  .dropdown-content {
    min-width: 70%;
    left:-3px;
  }
  .dropdown-content a {
    font-size: 8px;
  }
  .content h1 {
    font-size: 30px;
  }
  .presentation-content p,
  .presentation-content li {
    font-size: 16px;
  }
    .presentation-content h2
  {
      font-size:18px;
  }
  .presentation-content h3 {
    font-size: 20px;
  }
  .btn-projet {
    font-size: 18px;
    padding: 6px 12px;
    max-width: 60%;
  }
  .video-projet {
    max-width: 90%;
  }
  .images-projet img {
    max-width: 85%; 
    height: auto;
  }
  .presentation-content {
    padding: 15px; 
    margin: 20px auto;
  }
}


@media (max-width: 280px) {
  .navbar {
    flex-direction: column;
    padding: 5px;
    height: 80px;
  }
  .navbar-logo img {
    width: 30px;
    margin-bottom: 5px;
  }
  .navbar-links a, .navbar-links a.non-clickable {
    font-size: 6px;
    padding: 3px 6px;
  }
  .dropdown-content {
    min-width: 80%;
    left:0px;
  }
  .dropdown-content a {
    font-size: 4px;
  }
  .content h1 {
    font-size: 24px;
  }
  .presentation-content p,
  .presentation-content li {
    font-size: 14px;
  }
  .presentation-content h2
  {
      font-size:14px;
  }
  .presentation-content h3 {
    font-size: 16px;
  }
  .btn-projet {
    font-size: 16px;
    padding: 4px 8px;
  }
  .video-projet {
    max-width: 85%;
  }
  .images-projet img {
    max-width: 80%; 
    height: auto;
  }
  .presentation-content {
    padding: 10px;
    margin: 10px auto;
  }
}