/* JM: for the paralax effect of the banner */
#header_wrapper {
    position: sticky;
    top: 0;
    z-index: 1;
}

#block1 {
    position: relative;
    z-index: -1;
    height: 35vmin;
}

#row1, #maincontent, #row2 {
  background: #e3f2f5;
}

/* JM: for the correct colors of the tree used by Phoca Download */
.jstree-proton .jstree-clicked {
  background: #83d8dd !important;
  color: #fff !important;  
}

.jstree-proton .jstree-hovered {
  background: #07b6bb !important;
  color: #fff !important;  
}

/* JM: to adapt image-effect-ck */
figure[class*="effectck"] figcaption {
	padding: 1em; /* JM: was 2em */
	color: #fff;
	/* JM: text-transform: uppercase; */
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* JM: to adapt form colors */
#login-form {
  background-color: #fff;
}

/* JM: to have a bottom footer */
/* html, body {
  height: 100%;
  margin: 0;
} */

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#main_wrapper {
  flex: 1;
}

/* JM: for the images above the news articles */
.img-container-ekk {
  width: 200px;
  height: 150px;
  overflow: hidden;
}

.img-container-ekk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* JM: to hack the show plus module */
.showplus-container img {
  width: 100%;
  height: auto;
  display: block;
}

.showplus-container img {
  max-width: 100&;
  width: 100%;
}

/* JM: added new stuff */
figure[class*="effectck"][class*="circle"] figcaption [class*="desc"] {
  font-weight: normal; /* added to override hyperlink */
}