:root {
  --cassiopeia-color-primary: rgb(114, 186, 114);
    --cassiopeia-color-hover: forestgreen;
  --cassiopeia-color-link: darkgreen;
  }
.card {background-color: rgba(114, 186, 114, 0.5);}
body {
  background-image: url("/images/bg/gallerie2.webp");
  background-repeat: no-repeat;
  min-height: 100%;
background-attachment: fixed;
background-size: cover;
}
.container-header, .container-footer{
  background-image: none;
  background-color: rgba(114, 186, 114, 0.5);
}
.container-component, .container-sidebar-right, .container-sidebar-left, #mod-custom150, #mod-custom151{
  background-color: rgba(249, 249, 249, 0.8);
  margin-top: 1rem;
  padding: 0.3rem;
  border-radius: 5px;
}
.container-banner
{margin-top: 1rem;}
#mod-custom120 > div:nth-child(1) {margin: 0.3rem;}
#mod-custom120 > div:nth-child(2) {margin-left: 0.3rem;
                                   margin-right: 0.3rem;}