@charset "UTF-8";
figcaption,
.ce-gallery figcaption {
  display: table-caption;
  caption-side: bottom;
  background-color: #f2f1f1;
  font-size: 0.8rem;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  margin-top: 0.875rem;
}

figure.image img {
  margin-bottom: 0;
}

.ce-gallery figure.image {
  margin-bottom: 3rem;
}

.ce-textpic.ce-left .ce-gallery {
  float: left;
  margin-right: 20px;
}

/* Pictures beside text goes over when the screen is too narrow */
.ce-textpic.ce-left .ce-gallery {
  float: none;
  margin-right: 0;
}

.ce-right .ce-gallery {
  float: none;
}

/* Force columns images to go over the text in mobile to keep the text column large enough to read */
.ce-intext.ce-right .ce-gallery {
  margin-left: 0;
}

figure {
  margin: 0 0 0.5rem;
}

figure.image img {
  max-width: 100%;
  height: auto;
  width: auto;
}

#main figure.image img[src*=".svg"] {
  height: 100%;
  width: 100%;
}

.piv_bas {
  padding-top: 2rem;
}
.piv_bas ul {
  margin-bottom: 0;
  text-align: center;
}
.piv_bas ul li {
  display: inline-block;
  padding: 5px 15px;
  text-align: center;
}
.piv_bas a {
  font-size: 0.8rem;
  text-decoration: none;
  line-height: 0.8rem;
  white-space: nowrap;
}
.piv_bas a:hover, .piv_bas a:focus {
  text-decoration: underline;
}

#flecheHaut {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 30px;
  z-index: 99;
  cursor: pointer;
  -moz-box-shadow: 0.1rem 0.1rem 7px rgba(34, 54, 84, 0.4);
  -webkit-box-shadow: 0.1rem 0.1rem rgba(34, 54, 84, 0.4);
  box-shadow: 0.1rem 0.1rem 7px rgba(34, 54, 84, 0.4);
}
#flecheHaut:hover {
  opacity: 0.7;
}
#flecheHaut :active, #flecheHaut :focus {
  opacity: 1;
}
#flecheHaut img {
  width: 40px;
  height: 40px;
}

/*# sourceMappingURL=shared.css.map */
