:root{
  --fablab-ulb:#ff581c;
  --steamlab-blue:#338f9f;
  --steamlab-orange:#d3a708;
  --steamlab-darkblue:#24636e;
  --steamlab-police:'Gloria Hallelujah';
}

@font-face {
  font-family: 'Gloria Hallelujah';
  src: url('./fonts/Gloria\ Hallelujah.woff') format('woff');
}

@font-face {
  font-family: 'Hynings Handwriting';
  src: url('./fonts/HyningsHandwriting-Regular.ttf') format('ttf');
}

@font-face {
  font-family: 'Hynings Handwriting V2';
  src: url('./fonts/HyningsHandwritingV2-Regular.ttf') format('ttf');
}

body{
}

.container{
  background-color : #fff;
  /*padding : 30px 30px 50px 30px;*/
  margin-top : 30px;
  margin-bottom : 30px;
  /*box-shadow : 20px 20px 5px grey;*/
  min-height : 100vh;
  font-family :'Gloria';
}

img {
  max-width : 100%;
}

.team-member img {
	border: 7px solid #ffece6; /*is lighter #ff581c*/
}

pre {
  padding : 0.5em;
}

code {
  color : var(--steamlab-orange);
}

.footer{
  background-color: var(--steamlab-blue);
  font-size: 20px;
}

.footer_list{
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 20px
}


/*.menu {
  background-color:var(--steamlab-blue);
  }*/

/*.menu_text{
padding-right: 10px;
padding-left: 10px;
font-family:'Cambria';
font-size:20px;
color:white;
}*/

.menu_text:hover{
background-color:white;
color:var(--steamlab-blue);
}

/*h1{
text-align: center;
font-family: 'Gloria Hallelujah';
color:var(--steamlab-darkblue);
}*/

/*p{
  font-family: 'Cambria';
  font-size: 25px;
  text-align:justify;
}*/

/* ============================================
   NEWS BOX - encadré de mise en avant [2026]
   ============================================ */

   .news-box {
    font-family: Cambria, Georgia, 'Times New Roman', Times, serif;
    font-size: 1.15rem;
    border: 1px solid #e6ded0;
    background-color: #fffdf8;
    border-left: 5px solid var(--steamlab-blue);
    border-radius: 4px;
    padding: 1.5rem 1.75rem;
    margin: 1.75rem 0;
  }
  
  .news-box .news-label {
    display: block;
    text-align: center;
    font-size: 0.85rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--steamlab-blue);
    font-weight: 700;
    margin-bottom: 0.6rem;
  }
  
  .news-box h3 {
    font-family: Cambria, Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0.7rem;
    font-size: 1.5rem;
    color: var(--steamlab-darkblue);
  }
  
  .news-box p {
    text-align: center;
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.5;
  }
  
  .news-box .source-note {
    text-align: left;
    font-size: 0.95rem;
    color: #666;
    font-style: italic;
    margin-bottom: 1rem;
  }
  
  .news-box img {
    display: block;
    max-width: 85%;
    height: auto;
    margin: 0 auto 1rem auto;
    border-radius: 4px;
  }
  
  .news-box a.read-more {
    display: inline-block;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--steamlab-blue);
    text-decoration: none;
    border-bottom: 2px solid var(--steamlab-orange);
    padding-bottom: 1px;
  }
  
  .news-box a.read-more:hover {
    color: var(--steamlab-darkblue);
  }

/* ============================================
   PROJECT LINK - lien vers une page mis en avant
   ============================================ */

.project-link {
  display: inline-block;
  font-family: Cambria, Georgia, 'Times New Roman', Times, serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--steamlab-darkblue);
  text-decoration: none;
  border-bottom: 2px solid var(--steamlab-blue);
  padding-bottom: 2px;
}

.project-link:hover,
.project-link:visited {
  color: var(--steamlab-darkblue);
}

.project-link:hover {
  border-bottom-color: var(--steamlab-orange);
}

/* ============================================
   NAV DROPDOWN SPLIT - aligne le lien de section
   et la flèche de dropdown côte à côte [2026]
   ============================================ */

   .navbar-nav li.nav-item.dropdown {
    display: flex;
    align-items: center;
  }
  
  .navbar-nav li.nav-item.dropdown > .nav-link {
    padding-right: 0.3rem;
  }
  
  .navbar-nav li.nav-item.dropdown > .dropdown-toggle-split {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  
  .navbar-nav li.nav-item.dropdown > .dropdown-toggle-split::after {
    margin-left: 0;
  }

/* ============================================
   PROJECT PREVIEW - bloc vidéo + lien vers la
   page du projet, avec accroche pour le public
   adapted for STEAM LAB / DI style [2026]
   ============================================ */

   .project-preview {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 700px;
    margin: 1.75rem auto;
  }
  
  .project-preview video {
    width: 100%;
    max-width: 100%;
    border-radius: 4px;
    margin-bottom: 0.75rem;
  }
  
  .project-preview .project-link {
    margin-bottom: 0.2rem;
  }
  
  .project-preview-caption {
    font-family: Cambria, Georgia, 'Times New Roman', Times, serif;
    font-size: 0.95rem;
    font-style: italic;
    color: var(--steamlab-darkblue);
    margin: 0;
  }

  .project-preview iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border: none;
    border-radius: 4px;
    margin-bottom: 0.75rem;
  }
/* ============================================
   RESERVATION CTA - bouton d'appel à l'action
   clair vers la plateforme de réservation
   adapted for STEAM LAB / DI style [2026]
   ============================================ */

   .reservation-cta {
    display: inline-block;
    font-family: Cambria, Georgia, 'Times New Roman', Times, serif;
    font-size: 1.3rem;
    font-weight: bold;
    color: #ffffff;
    background-color: var(--steamlab-blue);
    padding: 0.75rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
    transition: background-color 0.2s ease, transform 0.2s ease;
  }
  
  .reservation-cta:hover {
    background-color: var(--fablab-ulb);
    color: #ffffff;
    transform: translateY(-2px);
  }
  
  .reservation-card {
    font-family: Cambria, Georgia, 'Times New Roman', Times, serif;
    border: 1px solid #e6ded0;
    background-color: #fffdf8;
    border-left: 5px solid var(--steamlab-blue);
    border-radius: 6px;
    padding: 2rem 2.25rem;
    max-width: 650px;
    margin: 1.75rem auto;
    text-align: center;
  }
  
  .reservation-card h3 {
    font-size: 1.6rem;
    color: var(--steamlab-darkblue);
    margin-top: 0;
    margin-bottom: 1.2rem;
  }
  
  .reservation-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
    text-align: left;
    display: inline-block;
  }
  
  .reservation-card ul li {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 0.7rem;
    padding-left: 1.6rem;
    position: relative;
  }
  
  .reservation-card ul li::before {
    content: '✓';
    color: var(--steamlab-blue);
    font-weight: bold;
    position: absolute;
    left: 0;
  }