<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * VARIABLES
 */
/*
 * Import helper functions
 */
/*
 * VARIABLES
 */
/* -------------------------------------------------- */
/**
 * Apply box-sizing: border box to all elements
 */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.clear:after {
  content: "";
  display: block;
  clear: both; }

.clear form.inline {
  display: inline; }

html {
  font-size: 13px;
  height: 100%; }
  @media (min-width: 650px) {
    html {
      font-size: 14px; } }
  @media (min-width: 850px) {
    html {
      font-size: 15px; } }
  @media (min-width: 950px) {
    html {
      font-size: 16px; } }

body {
  line-height: 1.5;
  height: 105%; }

.galleryContainer {
  max-width: 1200px;
  margin: auto;
  padding: 1rem;
  background-color: #E2E5EB; }

.galleryTitleAd-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.galleryHeading {
  font-size: 1.8rem;
  margin: 0.5rem 0; }
  @media (min-width: 800px) {
    .galleryHeading {
      display: inline-block; } }

.galleryHeading,
.galleryItemHeading {
  font-weight: bold; }

.galleryItemHeading a {
  color: #434b5b;
  text-decoration: none; }

.gallery__description {
  max-width: 400px; }

.gallery__image-number {
  margin-top: 1rem; }

.galleryFilters {
  padding: 0.5rem 0 0 0; }

.galleryFilters select {
  width: 50%;
  float: left; }
  @media (min-width: 450px) {
    .galleryFilters select {
      float: none;
      width: 150px; } }

.gallery {
  padding: 1rem 0; }

.newGallery input[type="checkbox"]:not(.clubShareCheckbox) {
  float: left;
  margin-right: 5px; }

.newGallery .formField {
  position: relative; }

.newGallery .loader-scenes-container {
  display: none;
  position: relative;
  top: -52px;
  left: 0;
  width: 100%;
  height: 52px;
  background: #f1f4f5;
  z-index: 10000000;
  margin-bottom: -52px;
  text-align: center; }
  .newGallery .loader-scenes-container svg {
    display: block;
    margin: auto; }

.team-scenes-select,
.team-1 {
  display: block; }

.showNewsFeed {
  margin-top: 0.5rem; }

/* Error messages */
form .error {
  color: red;
  margin-left: 0.625rem;
  font-size: 0.8125rem; }

/* post to social networks */
.post-to-social {
  margin: auto;
  max-width: 400px; }

.gallery__post-to-social-img {
  width: 1.3rem;
  height: 1.3rem; }

.socialConnectHeading {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0.5rem 0; }

.socialConnectDescription {
  margin: 0 0 0.5rem; }

.socialConnectImg {
  max-width: 100%; }

/* mixin specific to this gallery */
.galleryItem {
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 1rem;
  background-color: #e2e5eb;
  position: relative; }
  @media (min-width: 650px) {
    .galleryItem {
      float: left;
      margin-left: 1.6%;
      width: 49.2%; }
      .galleryItem:nth-of-type(2n +1) {
        margin-left: 0;
        clear: left; } }
  @media (min-width: 950px) {
    .galleryItem {
      width: 32.26667%; }
      .galleryItem:nth-of-type(2n +1) {
        margin-left: 1.6%;
        clear: none; }
      .galleryItem:nth-of-type(3n +1) {
        margin-left: 0;
        clear: left; } }

.galleryImageContainer {
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 0 0 62.125% 0; }
  .galleryImageContainer img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

.gallery__image-options {
  position: absolute;
  left: 0;
  text-align: center;
  display: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .galleryImageContainer:hover .gallery__image-options,
  .galleryItem:hover .gallery__image-options {
    display: block; }

.options__element {
  display: block;
  background-color: #e2e5eb;
  text-align: center;
  width: 2rem;
  height: 2rem;
  position: relative;
  margin-bottom: 5px;
  border: none; }
  .options__element:hover {
    cursor: pointer;
    cursor: hand; }
  .options__element svg {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.75rem 0 0 -0.75rem; }

@media (min-width: 800px) {
  .edit-gallery-options {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px; } }

.edit-gallery-options button {
  display: inline-block; }

.edit-gallery-options svg *,
.gallery__image-options svg * {
  stroke: #4345b5; }

.socialNetworksButton svg * {
  fill: #4345b5;
  stroke: #4345b5; }

.firstGalleryPictureButton {
  border: none;
  height: 100%;
  background: transparent; }
  .firstGalleryPictureButton svg * {
    stroke: #4345b5; }

.selected-picture img,
.selected-picture canvas {
  border: 5px solid #71bf44; }

.galleryItemDescription,
.galleryItemDate {
  font-size: 0.9rem; }

.galleryItemText {
  padding: 1rem; }

/* admin gallery styles */
.addGalleryItem {
  background-color: transparent; }
  .addGalleryItem button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 120px; }

.addButtonContainer {
  background-color: transparent; }

.ui-dialog .ui-dialog-title {
  overflow: visible; }

.userCardID .userMainInfos {
  float: none;
  width: auto; }

/* -- upload images -- */
.uploadImages {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  min-height: 480px;
  max-height: 700px;
  position: fixed;
  z-index: 200;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #f1f4f5;
  text-align: center;
  display: none; }
  .uploadImages .svg.uploadCloud path {
    fill: #364f6c;
    stroke-width: 0; }
  .uploadImages .svg.uploadCloud polyline,
  .uploadImages .svg.uploadCloud line {
    stroke-width: 4; }
  .uploadImages .svg.uploadCloud * {
    stroke: #f1f4f5; }

.uploadCloud {
  width: 8rem;
  height: auto;
  margin-bottom: -1.5rem; }

.uploadImagesIcon {
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  padding: 0 2.5rem; }
  .uploadImagesIcon span {
    background-color: #f1f4f5;
    border: none;
    color: #327bbf;
    font-size: 1rem;
    padding: 0;
    overflow: hidden;
    position: relative; }
    .uploadImagesIcon span input {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      opacity: 0; }
      .uploadImagesIcon span input:hover {
        cursor: pointer;
        cursor: hand; }

.uploadCloudShrink {
  position: static;
  margin-top: 15px; }
  .uploadCloudShrink svg {
    width: 4rem;
    max-height: 4rem;
    margin-bottom: -1rem; }

.continueUploadOrDone {
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  padding: 0 2.5rem; }

.uploadButtonPane {
  width: 100%;
  height: 50px; }

.uploadImagesBackButton,
.uploadSaveAllImg {
  font-size: 0.8em; }

.uploadImagesBackButton {
  text-transform: uppercase;
  float: left;
  margin: 0 0 0 1rem; }

.uploadSaveAllImg {
  text-transform: uppercase;
  margin: 0 1rem 0 0;
  float: right; }

.galleryFormField {
  text-align: right; }

/* file upload div */
.uploadOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.8;
  z-index: 150; }

.uploadImagesForm {
  height: 100%;
  min-height: 480px; }

.uploadZone {
  padding: 1rem;
  height: -webkit-calc(100% - 50px);
  height: -moz-calc(100% - 50px);
  height: calc(100% - 50px); }

.dropContainer {
  height: 100%;
  min-height: 200px;
  max-height: 300px;
  overflow: auto;
  border: 5px dashed lightgray;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 550px) {
    .dropContainer {
      height: -webkit-calc(100% - 100px);
      height: -moz-calc(100% - 100px);
      height: calc(100% - 100px);
      max-height: none; } }

.warning-max-file-upload {
  position: relative;
  width: 100%;
  z-index: 9;
  padding: 10;
  background: red;
  color: white; }

.drop-me {
  border-color: #327bbf;
  background-color: lightblue; }

.dropContainer &gt; div {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
  position: relative; }

.uploadItem {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border: 1px solid;
  display: inline-block;
  vertical-align: top;
  position: relative; }

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

/* single gallery styles */
.galleryBreadcrumbs {
  margin: 1rem 0 0 0; }

.uploadZone .galleryImageContainer,
.singleGallery .galleryImageContainer {
  padding: 0 1rem 100% 1rem;
  width: 100%;
  float: left;
  margin: 0 0 0.5rem 0; }
  @media (min-width: 300px) {
    .uploadZone .galleryImageContainer,
    .singleGallery .galleryImageContainer {
      padding: 0 0.5rem 55% 0.5rem; } }
  @media (min-width: 450px) {
    .uploadZone .galleryImageContainer,
    .singleGallery .galleryImageContainer {
      width: 50%;
      padding: 0 0 37% 0; } }
  @media (min-width: 650px) {
    .uploadZone .galleryImageContainer,
    .singleGallery .galleryImageContainer {
      width: 33.33333%;
      padding: 0 0.5rem 25% 0.5rem; } }
  @media (min-width: 950px) {
    .uploadZone .galleryImageContainer,
    .singleGallery .galleryImageContainer {
      width: 25%;
      padding: 0 0 18% 0; } }
  @media (min-width: 1150px) {
    .uploadZone .galleryImageContainer,
    .singleGallery .galleryImageContainer {
      width: 20%;
      padding: 0 0 15% 0; } }

.loadMorePictures {
  width: 100%;
  /*height: 500px;
		max-height: 100%;*/
  clear: both; }

.galleryImageContainer .fancybox,
.galleryImageContainer .addButtonContainer,
.galleryImageContainer .addGalleryContainer {
  position: absolute;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem; }

.addGalleryContainer {
  text-align: center;
  padding-top: 20%; }
  .addGalleryContainer div {
    margin: 0 0 0.3rem 0; }
  .addGalleryContainer button {
    position: static;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }

.selectImg {
  background-image: url(/img/cms/icons/svg/star-blue.svg); }

.deleteImg {
  background-image: url(/img/cms/icons/svg/trash-blue.svg); }

.selectImg,
.deleteImg {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 70% 70%;
  -o-background-size: 70%;
  background-size: 70%; }

.deleteGalleryPicture {
  background-color: #e2e5eb;
  text-align: center;
  width: 2rem;
  height: 2rem; }
  .deleteGalleryPicture:hover {
    cursor: pointer;
    cursor: hand; }

.alignedInputs {
  position: relative;
  padding-left: 35px; }
  .alignedInputs input[type="checkbox"],
  .alignedInputs input[type="radio"] {
    width: auto;
    position: absolute;
    left: 10px;
    top: 0;
    height: 26px; }
  .alignedInputs label {
    padding-left: 35px; }

.imgToUpload:hover .gallery__image-options {
  display: block; }

.newPicturesLoading {
  clear: both;
  display: none; }
  .newPicturesLoading &gt; div {
    margin: auto; }
    .newPicturesLoading &gt; div svg * {
      -webkit-transform-origin: center;
      -moz-transform-origin: center;
      -ms-transform-origin: center;
      -o-transform-origin: center;
      transform-origin: center; }

.scroll-buttons {
  position: fixed;
  z-index: 10;
  bottom: 0;
  right: 0;
  padding: 1rem;
  background-color: #f1f5f6; }
  .scroll-buttons a {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #e2e5eb;
    position: relative;
    display: block;
    margin-bottom: 0.3rem; }
    .scroll-buttons a svg {
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -1rem 0 0 -1rem;
      width: 2rem;
      height: 2rem; }
      .scroll-buttons a svg * {
        stroke: #4345b5; }

.shared-gallery__description {
  margin-bottom: 1.5rem; }
</pre></body></html>