:root {
  --main-background: #ffffff;
  --anchor: #ff9933;
}
  .text-second{
  color: #990066;
  line-height: initial;
}
  
  :root {
 
  --white: #FFFFFF;
  --red: #990066;
  --vert: #006633;
  --yellow: #ff9933;
  --background: #ffffff;
   --background-very-dark: transparent;
  
  -- blue: #006699 
--card-header: green;
  --card-title: #063;
    --background-light: #f6fde9;
    --card-text_background-light: green;
    --card-header: green;
    --card-title_background-dark: green;
    --front-title: green;
    --card-header_background-light: green;
  --card-template_background-light: #FFFFFF;
  --card-title_background-light: #ffffff;
  --card-text_background-light: #ffffff;
  --background-dark: green;
    --front-shadow: #99cc33;
    --front-separator: #99cc33;
}
    .result_wall_mod .btn-light:not(:disabled):not(.disabled).active {
  background-color: green;
}
    h2.jumbotron_section_title * {
  color: green;
  font-size: 35px;
  font-weight: bold;
}
    h4 {
  font-size: 20px;
  color: #99cc33;
  text-decoration: underline;
}
    .badge-primary {
        color: green;
  background-color: transparent;
  border-color: transparent;
}

    .badge-primary *{
  color: var(--green) !important;
  background-color: transparent;
  border-color: transparent;
}
    .badge * {
    color: green;
  font-size: 14px;
}

    .badge-secondary{
  background-color: transparent;
        color: green;
}
    a {
  color: #000000;
  text-decoration: none;
}
    .background-dark, .background-dark.card {
  background: #99cc33;
}
    .btn-primary, a.btn-primary {
  color: #fff !important;
  background-color: var(--background-dark);
 
}
     .result_wall_mod .btn-light * {
  color: var(--white);
   .boite.nav .nav-link.active .button_text,
   {
  color: green;
  font-weight: bold;
}
       body .btn-info{
  color: var(--white);
  background-color: green;
  border-color: var(--background-very-dark);
}
    .boite.nav .nav-link .button_text {
  color: green;
  text-transform: uppercase;
}
    
    .image_banniere img {
  height: 300px;
  width: 100%;
   --background: #ffffff;
    object-fit: cover;
}
    .card {
  background-color:white;
}
    
    .recherche_scroll button.btn {
  background: white;
  border: none;
  box-shadow: none;
}
    .card-footer {
  padding: 5px;
  background: #ffffff
    ;
}