

.hero-section {
    height: 100vh;
    background: url('../img/bg.jpg') no-repeat center center/cover;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .hero-content {
    z-index: 2;
    position: relative;
  }
  footer {
    background-color: #212529;
    color: #fff;
    padding: 1rem 0;
    text-align: center !important;
  }

  .block-presentation{
    /* width: 600px; */
    height: 200px;
    background-color: rgba(255, 255, 255, 0.899);
    margin: 0 auto;
    border-radius: 10px;
    padding-right: 50px;
    padding-left: 50px;
  }

  p {
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
    line-height: 1.6;
    font-size: 16px;
  }

  .sidebar {
    width: 250px;
    background-color: #343a40;
    padding-top: 1rem;
  }



  .sidebar a, .sidebar li a {
    color: white;
    display: block;
    padding: 0.75rem 1rem;
    text-decoration: none;
  }

  .sidebar a:hover {
    background-color: #495057;
  }

  @media (min-width: 768px) {
    body {
      flex-direction: row;
    }
  
    .sidebar {
      width: 350px;
      height: 100vh;
      overflow: scroll;
      position: fixed;
      top: 0;
      left: 0;
    }
  
    main {
      margin-left: 350px;
    }
  }

  @media (max-width: 769px) {
    body {
      flex-direction: row;
    }
  
    .sidebar {
      width: 100vw;
   
    }
  
  }

  .sidebar a.dropdown-toggle {
    white-space: normal;
    overflow-wrap: break-word; /* Pour les mots longs */
    word-break: break-word;    /* Pour assurer les sauts */
    line-height: 1.3;
    display: block;            /* Important pour que la hauteur s'adapte */
  }
  
  
  .custom-table {
  border-collapse: collapse;
  width: 100%;
}

.custom-table thead th {
  background-color: #225c7c;
  color: white;
  font-weight: bold;
  vertical-align: middle;
}

.custom-table tbody td {
  background-color: #e1e4e7;
  /* font-weight: bold; */
  vertical-align: middle;
}

.custom-table th, .custom-table td {
  padding: 12px;
  border: 1px solid #ddd;
}

.fw-bold{
    font-weight: bold;
}

body, html, p,li,pre{
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
}


.sidebar{
    font-size: 14px;
}