@charset "UTF-8";
@font-face {
  font-family: "Bree Serif";
  src: url("fonts/breeserif-regular-webfont.woff2") format("woff2"), url("fonts/breeserif-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat-medium-webfont.woff2") format("woff2"), url("fonts/montserrat-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat-regular-webfont.woff2") format("woff2"), url("fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #333;
  font-size: 1em;
  line-height: 1.6;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0 0 0.2em;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
*:before,
*:after,
*:first-letter,
*:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  -webkit-transition-duration: inherit;
       -o-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
       -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  -o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

/*@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}*/
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  /*@supports (padding: max(0px)) {
      .fancybox-caption {
          padding-left: max(12px, env(safe-area-inset-left));
          padding-right: max(12px, env(safe-area-inset-right));
      }
  }*/
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
body {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.44;
  color: #333;
  font-weight: 500;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  background: #0b2b4a;
  position: relative;
  min-width: 340px;
}

h1, h2, h3 {
  margin: 0;
  line-height: 1.2;
  text-align: center;
  color: #333;
  font-family: "Bree Serif", serif;
  font-weight: 400;
}

h1, .h1 {
  font-size: 13px;
  position: relative;
  margin: 30px 0 16px;
}

h2, .h2 {
  font-size: 24px;
  margin: 36px 0;
}
h2:first-child, .h2:first-child {
  margin-top: 15px;
}

h3, .h3 {
  font-size: 17px;
  margin: 8px 0;
}

.small, label, .label {
  font-size: 13px;
  letter-spacing: 0.1px;
  color: rgba(51, 51, 51, 0.85);
}

.gray {
  color: #ccc;
}

p {
  margin-top: 8px;
  margin-bottom: 8px;
  display: block;
}

a:not(.button),
.a {
  color: #000;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
a:not(.button):hover,
.a:hover {
  color: #c49c48;
}

.link {
  text-transform: uppercase;
  letter-spacing: 0.8px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.link:hover {
  color: #c49c48;
}

a.no-style {
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  letter-spacing: inherit;
  color: inherit;
}
a.no-style:after, a.no-style:before {
  display: none;
}
a.no-style:hover {
  color: inherit;
}

.max-width,
.max-width-small,
.max-width-large,
.max-width-full {
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.max-width {
  max-width: 600px;
}

.max-width-small {
  max-width: 720px;
}

.max-width-large {
  max-width: 1380px;
}

.centered {
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
}

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

.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/* ------------------------------------------------------------ Boutons --------------------------------------------------------------*/
/* -----------------------------------------
 *      Boutons CSS
 * ---------------------------------------- */
.button {
  display: inline-block;
  background: #c49c48;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  padding: 14px 32px;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.3px;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  cursor: pointer;
  outline: none;
  border-radius: 8px;
}
.button:hover {
  background: #a48035;
  text-decoration: none;
}
.button.gray {
  background: #eee;
  color: #333;
}
.button.gray:hover {
  background: #ccc;
  -webkit-box-shadow: 0 2px 8px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px -4px rgba(0, 0, 0, 0.1);
}
.button.alt {
  border: 1.5px solid #c49c48;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #c49c48;
}
.button.alt:hover {
  background: #c49c48;
  color: #fff;
  border-color: #c49c48;
  -webkit-box-shadow: 0 2px 8px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px -4px rgba(0, 0, 0, 0.1);
}
.button.alt.white {
  border-color: #fff;
  color: #fff;
}
.button.alt.white:hover {
  color: #333;
  background: #fff;
}
.button.alt.white:hover img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
  opacity: 0.6;
}
.button.disabled {
  cursor: loading;
  opacity: 0.5;
  pointer-events: none;
}
.button.large, .button.big {
  width: 100%;
  text-align: center;
  border-radius: 10px;
  padding-top: 11px;
  padding: 20px 40px;
  border-width: 2px;
}
.button.no-margin-top {
  margin-top: 0;
}
.button.icon-left img {
  margin-right: 15px;
  display: inline-block;
}
.button.icon-right img {
  margin-left: 15px;
  display: inline-block;
}

.buttons {
  margin-bottom: 10px;
  margin-top: 20px;
}
.buttons .button {
  border-radius: 0;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
}
.buttons .button:first-child {
  border-radius: 8px 8px 0 0;
}
.buttons .button:last-child {
  border-radius: 0 0 8px 8px;
  border-bottom: 0;
}

/* ------------------------------------------------------------ Formulaires --------------------------------------------------------------*/
form {
  max-width: 380px;
  margin: auto;
}

label, .label {
  display: block;
  margin: 4px 0;
  cursor: pointer;
}

input, select, textarea {
  padding: 17px 18px 18px;
  border-radius: 10px;
}

select, input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=textfield],
input[type=password],
textarea {
  border-radius: 8px;
  background-color: #fff;
  border: 1.2px solid #ddd;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0 auto 13px;
  display: block;
}
select:focus, input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=textfield]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #c49c48;
  outline: none;
}

input[type=file] {
  padding: 0;
  border-radius: 0;
  margin: 16px 0;
}

select {
  cursor: pointer;
  padding: 10px 10px 11px;
}

fieldset {
  border: none;
}
fieldset legend {
  font-weight: 500;
  text-transform: uppercase;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: normal;
     -moz-appearance: normal;
          appearance: normal;
  border: none;
}

.hide {
  display: none;
}

.successMessage, .errorMessage {
  border-radius: 10px;
  border: 2px solid transparent;
  padding: 1em;
  max-width: 800px;
  margin: 2em auto;
  text-align: center;
}

.successMessage {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.errorMessage {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

/* ------- slick ---- */
.slick-dots {
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
}
.slick-dots ul {
  margin: 0;
}
.slick-dots li {
  margin: 5px;
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  cursor: pointer;
  border-radius: 50%;
  display: inline-block;
}
.slick-dots li.slick-active {
  background: rgba(196, 156, 72, 0.75);
}
.slick-dots li:before {
  display: none;
}

.slick-prev, .slick-next {
  position: absolute;
  z-index: 2;
  top: 45%;
  top: calc(50% - 32px);
  background: rgba(0, 0, 0, 0);
  padding: 10px 10px;
  -webkit-transition: background 0.1s ease-out, opacity 0.1s ease-out;
  -o-transition: background 0.1s ease-out, opacity 0.1s ease-out;
  transition: background 0.1s ease-out, opacity 0.1s ease-out;
  cursor: pointer;
  opacity: 0.6;
}
.slick-prev:hover, .slick-next:hover {
  opacity: 1;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-disabled {
  opacity: 0.1;
  cursor: default;
}
.slick-disabled:hover {
  opacity: 0.1;
}

.slick-list {
  width: 100%;
}

.popup-content {
  display: none;
}

.menubar {
  min-width: 290px;
}

body {
  margin-left: 290px;
}

.menubar {
  background: #fff;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: 101;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}
.menubar .logo {
  margin: 60px auto 60px;
  display: block;
  text-align: center;
}
.menubar .add {
  margin: auto;
  text-align: center;
  display: block;
  padding: 10px;
}
.menubar .add img {
  width: 24px;
}

.menu {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.2;
  margin-top: 3px;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.menu a {
  display: block;
  padding: 30px 32px 32px;
  position: relative;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  font-size: 14px;
  margin: 0 auto;
  color: #000;
  border-bottom: 1px solid #eee;
}
.menu a:first-child {
  border-top: 1px solid #eee;
}
.menu a.active {
  background: #c49c48 !important;
  color: #fff !important;
  cursor: default;
}
.menu a:hover {
  background: #f5f5f5;
}
.menu a:after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
  top: 32px;
  right: 32px;
  position: absolute;
  opacity: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.menu .menu-item-:after {
  background-image: url("../img/icon-search.svg");
}
.menu .menu-item-list:after {
  background-image: url("../img/icon-list.svg");
}
.menu .menu-item-edit:after {
  background-image: url("../img/icon-plus.svg");
}
.menu .menu-item-logout:after {
  background-image: url("../img/icon-logout.svg");
}
.menu .menu-item-import:after {
  background-image: url("../img/icon-settings.svg");
}
.menu .menu-item-stats:after {
  background-image: url("../img/icon-stats.svg");
}

.topbar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 99;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.5);
}
.topbar .logo-topbar {
  padding: 4px 10px 1px;
}
.topbar .logo-topbar img {
  width: 45px;
}
.topbar .menu-bars {
  padding: 10px 20px;
  letter-spacing: 1px;
  font-weight: 500;
  border-left: 1px solid #ddd;
}
.topbar .menu-bars img {
  width: 30px;
}
.topbar .topbar-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
}

.menu-close {
  color: #333;
  font-size: 24px;
  cursor: pointer;
  padding: 11px 21px 11px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: none;
}
.menu-close img {
  height: 32px;
  width: auto;
}

.menu-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 100;
}

.menu-overlay-opened .menu-overlay {
  opacity: 1;
  width: 100%;
  pointer-events: auto;
}

.background-cover {
  background: no-repeat center center;
  background-size: cover;
}

.page {
  min-height: 100vh;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content {
  padding: 15px 0;
}

.block {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  padding: 20px 40px 20px;
  margin: 40px auto;
  border-radius: 10px;
  overflow: hidden;
}
.block.no-padding {
  padding: 0;
}
.block.block-small {
  max-width: 320px;
}

ul, ol, li {
  list-style: none;
}

ul, ol {
  margin: 0;
  padding: 0;
}

li {
  margin: 0 0;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
  padding: 7px 0;
}

li:last-child {
  border-bottom: none;
}

.guests-list {
  overflow: auto;
}
.guests-list .guest {
  display: block;
  padding: 4px 0;
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.guests-list .guest:last-child {
  border-bottom: none;
}
.guests-list h3 {
  display: inline-block;
  text-align: left;
  float: left;
  white-space: nowrap;
}
.guests-list h3, .guests-list .company, .guests-list .icons {
  padding: 0;
  margin: 8px 0;
}
.guests-list .company {
  float: right;
  color: #ccc;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
}
.guests-list .icons {
  float: right;
  margin-left: 4px;
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* -------------------------------------  LOGIN  ---------------------------*/
.page-login {
  margin-left: 0 !important;
}
.page-login .logo-full {
  margin: 80px auto 80px;
  text-align: center;
}
.page-login .title {
  color: #fff;
  opacity: 0.8;
  font-size: 11px;
  letter-spacing: 1.5px;
}
.page-login label, .page-login .label {
  text-align: center;
}
.page-login .button.big {
  padding-top: 19px;
  padding-bottom: 19px;
  margin-top: 4px;
}

/* -------------------------------------  SEARCH  ---------------------------*/
.search {
  margin-bottom: 30px;
  position: relative;
}
.search .search-input {
  font-family: "Bree Serif", serif;
  font-size: 24px;
  padding: 15px 40px 18px;
  margin: 0;
  border: 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.search .search-input::-webkit-input-placeholder {
  font-size: 20px;
  color: #ccc;
}
.search .search-input::-moz-placeholder {
  font-size: 20px;
  color: #ccc;
}
.search .search-input:-ms-input-placeholder {
  font-size: 20px;
  color: #ccc;
}
.search .search-input::-ms-input-placeholder {
  font-size: 20px;
  color: #ccc;
}
.search .search-input::placeholder {
  font-size: 20px;
  color: #ccc;
}
.search:after {
  content: "";
  position: absolute;
  background: url("../img/icon-search.svg") no-repeat center center;
  width: 22px;
  height: 22px;
  right: 20px;
  z-index: 2;
  top: 21px;
  display: block;
  pointer-events: none;
  background-size: contain;
}

.search-results #results {
  position: relative;
  min-height: 60px;
}
.search-results #results:after {
  content: "Aucun résultat";
  font-style: italic;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  letter-spacing: 0.5px;
  position: absolute;
  top: 23px;
  left: 40px;
}
.search-results .guests-list {
  background: #fff;
  position: relative;
  z-index: 1;
}
.search-results .outsiders {
  margin: 0 40px;
}
.search-results .outsiders a {
  padding: 10px 0;
}
.search-results .outsiders h3 {
  font-size: 20px;
}
.search-results .outsiders .icon-entry {
  display: none;
}
.search-results .insiders a {
  background: #f5f5f5;
  padding-left: 40px;
  padding-right: 40px;
}
.search-results .insiders h3 {
  opacity: 0.8;
  font-size: 17px;
}
.search-results .insiders .icon-check {
  display: none;
}
.search-results .insiders .icon-entry {
  width: 20px;
  margin-right: 5px;
  opacity: 0.8;
}
.search-results .insiders a:first-child {
  padding-top: 12px;
}
.search-results .insiders a:last-child {
  padding-bottom: 12px;
}
.search-results.empty {
  background: rgba(255, 255, 255, 0.2);
}

/* -------------------------------------  LIST  ---------------------------*/
.list {
  margin-bottom: 10px !important;
}
.list .guests-list {
  max-height: calc(100vh - 220px);
  padding-right: 20px;
  margin-right: -20px;
  -webkit-transform: translate3d(0, 0, 0);
}
.list .guest.inside h3 {
  color: #ccc;
}
.list .company {
  font-weight: 400;
  letter-spacing: 0.6px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding-left: 10px;
}
.list .icon-entry {
  margin-left: 7px;
  margin-right: 14px;
  width: 17px;
}

.button-back img {
  margin-top: -3px;
}

/* -------------------------------------  PROFIL  ---------------------------*/
.profile-header {
  border-bottom: 1px solid #f5f5f5;
}
.profile-header .company {
  color: #ccc;
  text-align: center;
  display: block;
  margin: -33px auto 20px;
}

.profile {
  text-align: center;
  position: relative;
}
.profile .edit-icon {
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px;
}
.profile .do-entry {
  display: block;
}
.profile .profile-infos {
  display: block;
}
.profile .profile-infos a, .profile .profile-infos .profile-infos-main {
  padding-top: 38px;
  padding-bottom: 20px;
}
.profile .profile-infos .icon {
  width: 38px;
  margin-bottom: 10px;
}
.profile .cancel-button {
  color: #999;
}

/* -------------------------------------  IMPORT  ---------------------------*/
/*.file-container {
    overflow: hidden;
    position: relative;
    margin: 16px 0;
}

.file-container [type=file] {
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}*/
input[type=file] {
  font-family: "Montserrat", sans-serif;
}

.page-import label, .page-import .label {
  font-size: 12px;
}
.page-import label.inline {
  display: inline-block;
  padding-right: 10px;
  min-width: 137px;
}
.page-import select {
  width: 75px;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
}
.page-import form {
  margin-top: 40px;
}

.fancybox-slide--html .fancybox-content {
  border-radius: 8px;
}

.fancybox-content p {
  text-align: justify;
  font-size: 15px;
}

@media (max-width: 1150px) {
  .logo img {
    width: 150px;
  }

  .page-login .logo-full {
    margin: 40px auto 50px;
  }

  .logo-full img {
    width: 200px;
  }

  .menu a {
    padding: 28px 22px 30px;
    font-size: 13px;
    letter-spacing: 0;
  }

  .menu a:after {
    top: 27px;
    right: 22px;
    width: 18px;
    height: 18px;
  }

  .menubar {
    min-width: 250px;
  }

  body {
    margin-left: 250px;
  }
}
@media (max-width: 980px) {
  .block {
    padding: 20px 30px;
    margin: 20px auto;
  }

  .search.block {
    margin-top: 40px;
  }

  .search .search-input {
    padding-left: 30px;
    padding-right: 30px;
  }

  .search-results #results:after {
    left: 30px;
  }

  .search-results .outsiders {
    margin-left: 30px;
    margin-right: 30px;
  }

  .search-results .insiders a {
    padding-left: 30px;
    padding-right: 30px;
  }

  form {
    max-width: none;
  }
}
@media (max-width: 900px) {
  .max-width, .max-width-large, .max-width-small {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 740px) {
  .menubar {
    min-width: 230px;
  }

  body {
    margin-left: 230px;
  }
}
@media (max-width: 679px) {
  .topbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .menubar {
    right: -110%;
    left: auto;
    min-width: 280px;
  }

  .menu-close {
    display: block;
  }

  body {
    margin-left: 0;
    padding-top: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .page {
    min-height: calc(100vh - 51px);
  }

  .list .guests-list {
    max-height: calc(100vh - 253px);
  }

  .menu-overlay-opened .menubar {
    right: 0;
  }

  .menubar .logo {
    margin: 18px auto 30px;
  }

  .menubar .logo img {
    width: 140px;
  }

  .page-login {
    padding-top: 0;
  }
}
@media (max-width: 420px) {
  .max-width, .max-width-large, .max-width-small {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content {
    padding: 0;
  }

  .list {
    margin-bottom: 0 !important;
  }

  .list .guests-list {
    max-height: calc(100vh - 203px);
  }

  .block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .search .search-input {
    padding-left: 20px;
    padding-right: 20px;
  }

  .search-results #results:after {
    left: 20px;
  }

  .search-results .outsiders {
    margin-left: 20px;
    margin-right: 20px;
  }

  .search-results .insiders a {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2:first-child, h2:first-child {
    margin-top: 5px;
  }

  h2, .h2 {
    margin: 26px 0;
  }

  .profile-header .company {
    margin-top: -23px;
  }

  .page-login .logo-full {
    margin: 20px auto;
  }
}
/*# sourceMappingURL=style.css.map */