html, body {
    height: 100%;
    margin: 0;
  }
  
#body {

}

  .content-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  
  main {
    flex: 1;
    margin: 20px;
  }
  
  .footer {
    line-height: 30px; /* Vertically center the text there */
    padding: 10px 0;
  }
  
  
  #navbar {
    background-color: #487ebc;
  }
  
  .nav-link {
    color: aliceblue !important;
    font-size: 110% !important;
  }
  
  .nav-link:hover {
    color: rgb(0, 0, 0) !important;
    font-size: 110% !important;
  }
  
  #liste_sans_point {
    list-style-type: none;
  }
  
  #a_sans_texte_deco {
    text-decoration: none;
    color: rgb(0, 0, 0);
  }
  
  #a_sans_texte_deco:hover {
    text-decoration: none;
    color: #487ebc;
  }
  
  .bold {
    font-weight: bold !important;
  }
  
  .underlined {
    border-bottom: solid !important;
    border-width: thin !important;
    width: fit-content;
    color: white;
  }
  
  .cj {
   text-align: justify !important; 
   text-indent: 30px;
   line-height: 27px;
  }

  .c1 {
    border-color: #666666 !important;
    border-bottom: solid;
    border-width: thin;
    margin-top: 1%;
  }
  
  .c2 {
    padding-top: 2%;
  }
  
  .c3 {
    border-color: #666666 !important;
    border-right: solid;
    border-width: thin;
  }
  
  .c4 {
    border-color: #666666 !important;
    border-top: solid;
    border-width: thin;
    padding-top: 3%;
  }
  
  .tr {
    text-align: right !important;
  }
  
  .tl {
    text-align: left !important;
  }
  
  .p1 {
    text-align: justify !important;
    text-indent: 30px;
    line-height: 27px;
  }
  
  .ml {
    margin-left: 35px;
  }
  
  .mr {
    margin-right: 35px;
  }
  
  .mr2 {
    margin-right: 10px;
  }
  
  .accordion-button {
    background: none !important;
  }
  
  .accordion-button:hover {
    background-color: #9CD3FC !important;
  }
  
  .accordion-item {
    background-color: #ffffff00 !important;
    border: none !important;
  }
  
  .menu {
    background-color: #487ebc !important;
  }
  
  .btn1 {
    background-color: #7cbff3 !important;
  }
