.accordion-button:not(.collapsed) {
  color: #0E3D26;
  background-color: #F0FFF4;
  box-shadow: none;
}

ul.list-group.list-group-flush ul li {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 300;
}
ul.list-group.list-group-flush ul li a {
  font-weight: 300;
  color: #000;
  text-decoration: none;
}
.list-group-flush>.list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 500;
}
.list-group-flush>.list-group-item a {
  font-weight: 500;
  color: #145A32;
  text-decoration: none;
}
.bg-dark-green {
  background-color: #0E3D26;
}
header.hero {
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Condensed', sans-serif;
}

h2 {color:#145a32;font-weight:900}
#preambule h2,
#partie-1 h2,
#partie-2 h2,
#partie-3 h2,
#preambule h2,
#conclusion h2,
#bibliographie h2,
#webographie h2 {
  color:#fff
} 
h3 {color:#218c58;font-weight:700;margin-bottom:30px}
h4 {color:#218c58;font-weight:500;margin-bottom:15px}
h5 {color:#218c58;font-weight:light;margin-bottom:15px}

a.lire-suite {
  color: #218C58;
  font-weight: bold;
  transition: all 0.3s ease;
}
a.lire-suite:hover {
  color: #0E3D26;
  padding-left: 5px;
}

a.lire-suite i {
  transition: transform 0.3s ease;
}

a.lire-suite:hover i {
  transform: translateX(5px);
}

a.nav-link:hover {
  color: #218C58;
}

a.nav-link i {
  transition: transform 0.3s ease;
}

a.nav-link:hover i {
  transform: translateX(5px);
}
.accordion-item > .accordion-header > a.accordion-button::after {
  display: none;
}
.accordion-header .accordion-button {
  width: 55px;
  padding: 1rem;
}
.accordion {
  --bs-accordion-btn-focus-box-shadow: transparent;
  --bs-accordion-active-bg: transparent;
}
.accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
  border-radius: 100%;
  font-weight: 700;
}
.accordion-button::before {
  background-color: #0E3D26;
}
.accordion-button:not(.collapsed) {
    color: #0E3D26;
    background-color: #F0FFF4;
    box-shadow: none;
    border: 1px solid #C9F9D9;
}
div.accordion-header.d-flex.align-items-center {
  height: 60px;
}
footer.footer .card {
  background: #F1F1F8;
}
li.nav-item {
  margin: 5px;
}
li.nav-item.dropdown {
  margin-left: 20px;
}
sup.badge.text-bg-success {
  background-color: #218C58 !important;
}
div.modal-body ul li a {
  color: #218C58;
  transition: all 0.3s ease;
}
div.modal-body p a {
  color: #218C58;
  font-weight: bold;
  transition: all 0.3s ease;
}

a {
    color: #218C58;
    transition: all 0.3s ease;
}

#partie-1 p a, #partie-2 p a, #partie-3 p a {
    color: #218C58;
    transition: all 0.3s ease;
}

div.modal-body p a, figcaption.figure-caption a {
    color: #218C58;
    transition: all 0.3s ease;
    font-weight: lighter;
}

.encadre {
  border: 1px solid #eee;
  border-radius: 10px;
  background-color: #F0FFF4;
  padding: 1rem;
  margin: 1rem 0;
}

.nav-sommaire .nav-link {
  color: #333;
  font-size: 0.85rem;
  padding: 0.3rem 0.5rem;
  border-left: 3px solid transparent;
  transition: all 0.3s ease;
}

.nav-sommaire .nav-link:hover,
.nav-sommaire .nav-link.active {
  color: #0E3D26;
  border-left-color: #218C58;
  background-color: #F0FFF4;
  border-radius: 0 5px 5px 0;
}

li.nav-item {
  max-height: 25px;
}

.modal-body a {
  word-break: break-all;
}